Started by timer Checking out git https://github.com/eclipse/org.eclipse.rcptt.git into /var/jenkins/workspace/master@script/9037a7d097a67e930221e3f830c53871bf14d7164b86dc0e535c977fa880da0c to read releng/nightly/Jenkinsfile The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /var/jenkins/workspace/master@script/9037a7d097a67e930221e3f830c53871bf14d7164b86dc0e535c977fa880da0c/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/eclipse/org.eclipse.rcptt.git # timeout=10 Using shallow fetch with depth 1 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 Fetching upstream changes from https://github.com/eclipse/org.eclipse.rcptt.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --no-tags --force --progress --depth=1 -- https://github.com/eclipse/org.eclipse.rcptt.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 80feb6032d2dd96db9a1f3a4299037e19713b8b0 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 80feb6032d2dd96db9a1f3a4299037e19713b8b0 # timeout=10 Commit message: "Test error log verificaton for job logs" > git rev-list --no-walk 80feb6032d2dd96db9a1f3a4299037e19713b8b0 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent basic-lmcfl is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-lmcfl" 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-lmcfl" - 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-lmcfl" - 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-4.13.3" 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-lmcfl in /home/jenkins/agent/workspace/master [Pipeline] { [Pipeline] checkout The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Using shallow clone with depth 1 Avoid fetching tags Cloning repository https://github.com/eclipse/org.eclipse.rcptt.git > git init /home/jenkins/agent/workspace/master # timeout=10 Fetching upstream changes from https://github.com/eclipse/org.eclipse.rcptt.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --no-tags --force --progress --depth=1 -- https://github.com/eclipse/org.eclipse.rcptt.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 80feb6032d2dd96db9a1f3a4299037e19713b8b0 (origin/master) > git config remote.origin.url https://github.com/eclipse/org.eclipse.rcptt.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 80feb6032d2dd96db9a1f3a4299037e19713b8b0 # timeout=10 Commit message: "Test error log verificaton for job logs" [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-sqhwf-kkgtr Still waiting to schedule task ‘rcptt-build-and-deploy-agent-3.5.4-sqhwf-kkgtr’ is offline Agent rcptt-build-and-deploy-agent-3.5.4-sqhwf-kkgtr is provisioned from template rcptt-build-and-deploy-agent-3.5.4-sqhwf --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.rcptt.svc.cluster.local/rcptt/job/master/1556/" runUrl: "job/master/1556/" 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-sqhwf-kkgtr" 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.1" 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-sqhwf-kkgtr" - name: "JAVA_TOOL_OPTIONS" value: "-Xmx1G" - name: "JENKINS_NAME" value: "rcptt-build-and-deploy-agent-3.5.4-sqhwf-kkgtr" - 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-4.13.3" name: "jnlp" resources: limits: {} 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-sqhwf-kkgtr in /home/jenkins/agent/workspace/master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Using shallow clone with depth 1 Avoid fetching tags Cloning repository https://github.com/eclipse/org.eclipse.rcptt.git > git init /home/jenkins/agent/workspace/master # timeout=10 Fetching upstream changes from https://github.com/eclipse/org.eclipse.rcptt.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --no-tags --force --progress --depth=1 -- https://github.com/eclipse/org.eclipse.rcptt.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 80feb6032d2dd96db9a1f3a4299037e19713b8b0 (origin/master) > git config remote.origin.url https://github.com/eclipse/org.eclipse.rcptt.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 80feb6032d2dd96db9a1f3a4299037e19713b8b0 # timeout=10 Commit message: "Test error log verificaton for job logs" [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Start Build and Test) [Pipeline] script [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + mvn --version Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z) Maven home: /usr/share/maven Java version: 11.0.14, vendor: Ubuntu, runtime: /usr/lib/jvm/java-11-openjdk-amd64 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [Pipeline] sh + mvn clean verify --threads=1.0C -Dtycho.localArtifacts=ignore -Dmaven.repo.local=/home/jenkins/agent/workspace/master/m2 -B -e -P sign -f releng/mirroring/pom.xml [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-maven-plugin/2.7.1/tycho-maven-plugin-2.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/2.7.1/tycho-maven-plugin-2.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/2.7.1/tycho-maven-plugin-2.7.1.pom (2.1 kB at 5.3 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho/2.7.1/tycho-2.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/2.7.1/tycho-2.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/2.7.1/tycho-2.7.1.pom (18 kB at 37 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-core/2.7.1/tycho-core-2.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/2.7.1/tycho-core-2.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/2.7.1/tycho-core-2.7.1.pom (6.9 kB at 28 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.1/org.eclipse.tycho.p2.tools.shared-2.7.1.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.1/org.eclipse.tycho.p2.tools.shared-2.7.1.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.1/org.eclipse.tycho.p2.tools.shared-2.7.1.pom (1.1 kB at 3.8 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-bundles/2.7.1/tycho-bundles-2.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/2.7.1/tycho-bundles-2.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/2.7.1/tycho-bundles-2.7.1.pom (3.2 kB at 18 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.1/org.eclipse.tycho.p2.resolver.shared-2.7.1.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.1/org.eclipse.tycho.p2.resolver.shared-2.7.1.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.1/org.eclipse.tycho.p2.resolver.shared-2.7.1.pom (1.1 kB at 5.2 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 37 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 257 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 37 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 31 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 308 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 99 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 755 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/18/apache-18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 162 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 224 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 411 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 219 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 121 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 18 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 22 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 24 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 7.0 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-embedder/2.7.1/sisu-equinox-embedder-2.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/2.7.1/sisu-equinox-embedder-2.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/2.7.1/sisu-equinox-embedder-2.7.1.pom (1.8 kB at 14 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox/2.7.1/sisu-equinox-2.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/2.7.1/sisu-equinox-2.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/2.7.1/sisu-equinox-2.7.1.pom (1.0 kB at 6.2 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 6.6 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 101 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 234 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 14 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-api/2.7.1/sisu-equinox-api-2.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/2.7.1/sisu-equinox-api-2.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/2.7.1/sisu-equinox-api-2.7.1.pom (1.7 kB at 15 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-metadata-model/2.7.1/tycho-metadata-model-2.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/2.7.1/tycho-metadata-model-2.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/2.7.1/tycho-metadata-model-2.7.1.pom (1.4 kB at 8.2 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 108 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-embedder-api/2.7.1/tycho-embedder-api-2.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/2.7.1/tycho-embedder-api-2.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/2.7.1/tycho-embedder-api-2.7.1.pom (2.1 kB at 17 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.1/org.eclipse.tycho.embedder.shared-2.7.1.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.1/org.eclipse.tycho.embedder.shared-2.7.1.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.1/org.eclipse.tycho.embedder.shared-2.7.1.pom (1.1 kB at 9.1 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.1/org.eclipse.tycho.core.shared-2.7.1.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.1/org.eclipse.tycho.core.shared-2.7.1.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.1/org.eclipse.tycho.core.shared-2.7.1.pom (1.0 kB at 6.8 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-facade/2.7.1/tycho-p2-facade-2.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/2.7.1/tycho-p2-facade-2.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/2.7.1/tycho-p2-facade-2.7.1.pom (2.3 kB at 17 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2/2.7.1/tycho-p2-2.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/2.7.1/tycho-p2-2.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/2.7.1/tycho-p2-2.7.1.pom (1.1 kB at 9.6 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-maven-plugin/2.7.1/tycho-maven-plugin-2.7.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.1/org.eclipse.tycho.p2.tools.shared-2.7.1.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/tycho-core/2.7.1/tycho-core-2.7.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.1/org.eclipse.tycho.p2.resolver.shared-2.7.1.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.1/sisu-equinox-embedder-2.7.1.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.1/sisu-equinox-api-2.7.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-metadata-model/2.7.1/tycho-metadata-model-2.7.1.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.1/tycho-embedder-api-2.7.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.1/org.eclipse.tycho.embedder.shared-2.7.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.1/org.eclipse.tycho.core.shared-2.7.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-facade/2.7.1/tycho-p2-facade-2.7.1.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.1/tycho-maven-plugin-2.7.1.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.1/org.eclipse.tycho.p2.tools.shared-2.7.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/2.7.1/tycho-core-2.7.1.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.1/org.eclipse.tycho.p2.resolver.shared-2.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.1/org.eclipse.tycho.p2.resolver.shared-2.7.1.jar (56 kB at 199 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/2.7.1/tycho-maven-plugin-2.7.1.jar (5.4 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/2.7.1/tycho-core-2.7.1.jar (276 kB at 914 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.1/org.eclipse.tycho.p2.tools.shared-2.7.1.jar (22 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar (195 kB at 513 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 449 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 149 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/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 86 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar (264 kB at 389 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.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 3.6 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.1/sisu-equinox-embedder-2.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 164 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 1.3 MB/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 110 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.1/sisu-equinox-api-2.7.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/2.7.1/tycho-metadata-model-2.7.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 16 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/2.7.1/sisu-equinox-embedder-2.7.1.jar (13 kB at 17 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/2.7.1/tycho-embedder-api-2.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/2.7.1/tycho-embedder-api-2.7.1.jar (6.7 kB at 7.4 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/2.7.1/sisu-equinox-api-2.7.1.jar (3.1 kB at 3.5 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.1/org.eclipse.tycho.embedder.shared-2.7.1.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.1/org.eclipse.tycho.core.shared-2.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar (131 kB at 145 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.1/tycho-p2-facade-2.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/2.7.1/tycho-metadata-model-2.7.1.jar (38 kB at 42 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 4.2 kB/s) [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.1/org.eclipse.tycho.embedder.shared-2.7.1.jar (16 kB at 16 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.1/tycho-p2-facade-2.7.1.jar (28 kB at 28 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.1/org.eclipse.tycho.core.shared-2.7.1.jar (46 kB at 46 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.jar (1.5 MB at 1.3 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-bundles-external/2.7.1/tycho-bundles-external-2.7.1.zip [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/2.7.1/tycho-bundles-external-2.7.1.zip [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/2.7.1/tycho-bundles-external-2.7.1.zip (18 MB at 17 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.7.1/org.eclipse.tycho.p2.resolver.impl-2.7.1.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.1/org.eclipse.tycho.p2.resolver.impl-2.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.7.1/org.eclipse.tycho.p2.resolver.impl-2.7.1.jar (296 kB at 2.8 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.7.1/org.eclipse.tycho.p2.maven.repository-2.7.1.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.1/org.eclipse.tycho.p2.maven.repository-2.7.1.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.1/org.eclipse.tycho.p2.maven.repository-2.7.1.jar (167 kB at 1.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.1/org.eclipse.tycho.p2.tools.impl-2.7.1.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.1/org.eclipse.tycho.p2.tools.impl-2.7.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.impl/2.7.1/org.eclipse.tycho.p2.tools.impl-2.7.1.jar (64 kB at 1.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 31 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 41 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 29 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/20/apache-20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/20/apache-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/20/apache-20.pom (16 kB at 73 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 150 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/2.7.1/target-platform-configuration-2.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/2.7.1/target-platform-configuration-2.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/2.7.1/target-platform-configuration-2.7.1.pom (1.7 kB at 2.6 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/2.7.1/target-platform-configuration-2.7.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/2.7.1/target-platform-configuration-2.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/2.7.1/target-platform-configuration-2.7.1.jar (14 kB at 3.8 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/target-platform-validation-plugin/2.7.1/target-platform-validation-plugin-2.7.1.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.1/target-platform-validation-plugin-2.7.1.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.1/target-platform-validation-plugin-2.7.1.pom (1.8 kB at 930 B/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-extras/2.7.1/tycho-extras-2.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/2.7.1/tycho-extras-2.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/2.7.1/tycho-extras-2.7.1.pom (6.5 kB at 18 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/target-platform-validation-plugin/2.7.1/target-platform-validation-plugin-2.7.1.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.1/target-platform-validation-plugin-2.7.1.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.1/target-platform-validation-plugin-2.7.1.jar (13 kB at 5.0 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-pack200a-plugin/2.7.1/tycho-pack200a-plugin-2.7.1.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.1/tycho-pack200a-plugin-2.7.1.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.1/tycho-pack200a-plugin-2.7.1.pom (1.3 kB at 1.3 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-pack200/2.7.1/tycho-pack200-2.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200/2.7.1/tycho-pack200-2.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200/2.7.1/tycho-pack200-2.7.1.pom (1.5 kB at 2.0 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-pack200a-plugin/2.7.1/tycho-pack200a-plugin-2.7.1.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.1/tycho-pack200a-plugin-2.7.1.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.1/tycho-pack200a-plugin-2.7.1.jar (7.3 kB at 31 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 25 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 46 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-parent/1.3.2/cbi-parent-1.3.2.pom [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-parent/1.3.2/cbi-parent-1.3.2.pom (4.9 kB at 34 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 100 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.2/eclipse-jarsigner-plugin-1.3.2.jar [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.2/eclipse-jarsigner-plugin-1.3.2.jar (66 kB at 564 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-pack200b-plugin/2.7.1/tycho-pack200b-plugin-2.7.1.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.1/tycho-pack200b-plugin-2.7.1.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.1/tycho-pack200b-plugin-2.7.1.pom (1.6 kB at 5.8 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-pack200b-plugin/2.7.1/tycho-pack200b-plugin-2.7.1.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.1/tycho-pack200b-plugin-2.7.1.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.1/tycho-pack200b-plugin-2.7.1.jar (7.0 kB at 6.7 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-plugin/2.7.1/tycho-p2-plugin-2.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/2.7.1/tycho-p2-plugin-2.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/2.7.1/tycho-p2-plugin-2.7.1.pom (2.4 kB at 2.2 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-plugin/2.7.1/tycho-p2-plugin-2.7.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/2.7.1/tycho-p2-plugin-2.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/2.7.1/tycho-p2-plugin-2.7.1.jar (30 kB at 385 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-launching/2.7.1/sisu-equinox-launching-2.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/2.7.1/sisu-equinox-launching-2.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/2.7.1/sisu-equinox-launching-2.7.1.pom (3.0 kB at 11 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 167 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 837 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/15/apache-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 195 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-artifactcomparator/2.7.1/tycho-artifactcomparator-2.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/2.7.1/tycho-artifactcomparator-2.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/2.7.1/tycho-artifactcomparator-2.7.1.pom (2.2 kB at 7.5 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 23 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 41 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 5.3 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 27 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 25 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 409 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 17 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-launching/2.7.1/sisu-equinox-launching-2.7.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-artifactcomparator/2.7.1/tycho-artifactcomparator-2.7.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/9.2/asm-9.2.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-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.1/sisu-equinox-launching-2.7.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/2.7.1/tycho-artifactcomparator-2.7.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar (53 kB at 277 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/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 275 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.1/sisu-equinox-launching-2.7.1.jar (28 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/9.2/asm-analysis-9.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar (85 kB at 325 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 437 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar (34 kB at 117 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 2.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/2.7.1/tycho-artifactcomparator-2.7.1.jar (20 kB at 39 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 55 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 68 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 986 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/19/apache-19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 170 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 535 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.7.1/tycho-p2-extras-plugin-2.7.1.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.1/tycho-p2-extras-plugin-2.7.1.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.1/tycho-p2-extras-plugin-2.7.1.pom (5.7 kB at 42 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.7.1/tycho-p2-extras-plugin-2.7.1.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.1/tycho-p2-extras-plugin-2.7.1.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.1/tycho-p2-extras-plugin-2.7.1.jar (30 kB at 162 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 30 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 34 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 428 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/16/apache-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 440 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 200 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-packaging-plugin/2.7.1/tycho-packaging-plugin-2.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/2.7.1/tycho-packaging-plugin-2.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/2.7.1/tycho-packaging-plugin-2.7.1.pom (2.5 kB at 17 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-packaging-plugin/2.7.1/tycho-packaging-plugin-2.7.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/2.7.1/tycho-packaging-plugin-2.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/2.7.1/tycho-packaging-plugin-2.7.1.jar (139 kB at 1.2 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-surefire-plugin/2.7.1/tycho-surefire-plugin-2.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/2.7.1/tycho-surefire-plugin-2.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/2.7.1/tycho-surefire-plugin-2.7.1.pom (8.3 kB at 86 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-surefire-plugin/2.7.1/tycho-surefire-plugin-2.7.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/2.7.1/tycho-surefire-plugin-2.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/2.7.1/tycho-surefire-plugin-2.7.1.jar (87 kB at 371 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.pom (4.1 kB at 31 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 42 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 208 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.1/org.eclipse.tycho.surefire.osgibooter-2.7.1.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.1/org.eclipse.tycho.surefire.osgibooter-2.7.1.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.1/org.eclipse.tycho.surefire.osgibooter-2.7.1.pom (3.5 kB at 52 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.1/org.eclipse.tycho.surefire.junit-2.7.1.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.1/org.eclipse.tycho.surefire.junit-2.7.1.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.1/org.eclipse.tycho.surefire.junit-2.7.1.pom (1.5 kB at 23 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-surefire/2.7.1/tycho-surefire-2.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/2.7.1/tycho-surefire-2.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/2.7.1/tycho-surefire-2.7.1.pom (3.4 kB at 49 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.1/org.eclipse.tycho.surefire.junit4-2.7.1.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.1/org.eclipse.tycho.surefire.junit4-2.7.1.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.1/org.eclipse.tycho.surefire.junit4-2.7.1.pom (1.5 kB at 10 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.1/org.eclipse.tycho.surefire.junit47-2.7.1.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.1/org.eclipse.tycho.surefire.junit47-2.7.1.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.1/org.eclipse.tycho.surefire.junit47-2.7.1.pom (1.9 kB at 18 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.1/org.eclipse.tycho.surefire.junit5-2.7.1.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.1/org.eclipse.tycho.surefire.junit5-2.7.1.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.1/org.eclipse.tycho.surefire.junit5-2.7.1.pom (3.3 kB at 19 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.1/org.eclipse.tycho.surefire.junit54-2.7.1.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.1/org.eclipse.tycho.surefire.junit54-2.7.1.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.1/org.eclipse.tycho.surefire.junit54-2.7.1.pom (3.3 kB at 28 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.1/org.eclipse.tycho.surefire.junit55-2.7.1.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.1/org.eclipse.tycho.surefire.junit55-2.7.1.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.1/org.eclipse.tycho.surefire.junit55-2.7.1.pom (3.3 kB at 36 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.1/org.eclipse.tycho.surefire.junit56-2.7.1.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.1/org.eclipse.tycho.surefire.junit56-2.7.1.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.1/org.eclipse.tycho.surefire.junit56-2.7.1.pom (3.3 kB at 32 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.1/org.eclipse.tycho.surefire.junit57-2.7.1.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.1/org.eclipse.tycho.surefire.junit57-2.7.1.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.1/org.eclipse.tycho.surefire.junit57-2.7.1.pom (2.9 kB at 18 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.1/org.eclipse.tycho.surefire.junit57withvintage-2.7.1.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.1/org.eclipse.tycho.surefire.junit57withvintage-2.7.1.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.1/org.eclipse.tycho.surefire.junit57withvintage-2.7.1.pom (3.4 kB at 49 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.1/org.eclipse.tycho.surefire.junit58-2.7.1.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.1/org.eclipse.tycho.surefire.junit58-2.7.1.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.1/org.eclipse.tycho.surefire.junit58-2.7.1.pom (2.9 kB at 74 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.1/org.eclipse.tycho.surefire.junit58withvintage-2.7.1.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.1/org.eclipse.tycho.surefire.junit58withvintage-2.7.1.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.1/org.eclipse.tycho.surefire.junit58withvintage-2.7.1.pom (3.4 kB at 40 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.1/org.eclipse.tycho.surefire.testng-2.7.1.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.1/org.eclipse.tycho.surefire.testng-2.7.1.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.1/org.eclipse.tycho.surefire.testng-2.7.1.pom (2.1 kB at 15 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom (3.5 kB at 20 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 258 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 1.4 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/21/apache-21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 684 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 17 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 100 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 21 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 249 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/34/maven-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 1.1 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom (2.8 kB at 29 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 30 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 282 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 433 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom (4.3 kB at 38 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 111 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 68 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 43 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 26 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 36 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 118 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 73 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 200 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 211 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 565 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 65 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 9.3 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 201 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 136 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 21 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 222 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 213 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/5/apache-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 41 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 58 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 2.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 59 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 311 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 8.0 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 13 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 20 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 45 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 13 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 6.2 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 55 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 111 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 32 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 21 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 13 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 36 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 101 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 36 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 23 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 46 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 45 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 62 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 54 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 22 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 198 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 56 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom (4.2 kB at 31 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 56 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 150 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 38 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 28 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 146 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 137 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 30 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 2.7 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/25.1-android/guava-25.1-android.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.pom (7.8 kB at 95 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 86 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 48 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 219 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 20 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 18 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 40 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 41 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 13 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 22 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 155 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 63 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 47 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 78 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 19 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 62 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 41 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 935 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/6.2/asm-6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 25 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 89 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.junit4/2.7.1/org.eclipse.tycho.surefire.junit4-2.7.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.1/org.eclipse.tycho.surefire.junit-2.7.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.1/org.eclipse.tycho.surefire.osgibooter-2.7.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.1/org.eclipse.tycho.surefire.junit47-2.7.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.1/org.eclipse.tycho.surefire.junit5-2.7.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.1/org.eclipse.tycho.surefire.junit54-2.7.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.1/org.eclipse.tycho.surefire.junit55-2.7.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.1/org.eclipse.tycho.surefire.junit56-2.7.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.1/org.eclipse.tycho.surefire.junit57-2.7.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.1/org.eclipse.tycho.surefire.junit57withvintage-2.7.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.1/org.eclipse.tycho.surefire.junit58-2.7.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.1/org.eclipse.tycho.surefire.junit58withvintage-2.7.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.1/org.eclipse.tycho.surefire.testng-2.7.1.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.1/org.eclipse.tycho.surefire.osgibooter-2.7.1.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.1/org.eclipse.tycho.surefire.junit4-2.7.1.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.1/org.eclipse.tycho.surefire.junit-2.7.1.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.1/org.eclipse.tycho.surefire.junit4-2.7.1.jar (65 kB at 239 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.1/org.eclipse.tycho.surefire.junit47-2.7.1.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 151 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.1/org.eclipse.tycho.surefire.junit5-2.7.1.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.1/org.eclipse.tycho.surefire.osgibooter-2.7.1.jar (1.2 MB at 4.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.junit54/2.7.1/org.eclipse.tycho.surefire.junit54-2.7.1.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.1/org.eclipse.tycho.surefire.junit-2.7.1.jar (26 kB at 83 kB/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.1/org.eclipse.tycho.surefire.junit55-2.7.1.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.1/org.eclipse.tycho.surefire.junit47-2.7.1.jar (185 kB at 455 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.1/org.eclipse.tycho.surefire.junit56-2.7.1.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 8.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.1/org.eclipse.tycho.surefire.junit57-2.7.1.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.1/org.eclipse.tycho.surefire.junit5-2.7.1.jar (425 kB at 838 kB/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.1/org.eclipse.tycho.surefire.junit57withvintage-2.7.1.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.1/org.eclipse.tycho.surefire.junit54-2.7.1.jar (616 kB at 1.2 MB/s) [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.1/org.eclipse.tycho.surefire.junit55-2.7.1.jar (680 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.1/org.eclipse.tycho.surefire.junit58-2.7.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.1/org.eclipse.tycho.surefire.junit58withvintage-2.7.1.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.1/org.eclipse.tycho.surefire.junit56-2.7.1.jar (706 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.1/org.eclipse.tycho.surefire.testng-2.7.1.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.1/org.eclipse.tycho.surefire.junit58-2.7.1.jar (716 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.1/org.eclipse.tycho.surefire.junit57-2.7.1.jar (672 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-logger-api/2.22.2/surefire-logger-api-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.1/org.eclipse.tycho.surefire.junit57withvintage-2.7.1.jar (736 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar (13 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.1/org.eclipse.tycho.surefire.junit58withvintage-2.7.1.jar (782 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.1/org.eclipse.tycho.surefire.testng-2.7.1.jar (111 kB at 153 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar (186 kB at 253 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar (528 kB at 711 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar (274 kB at 344 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/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 241 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 47 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 49 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] 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] 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-project/2.2.1/maven-project-2.2.1.jar (156 kB at 193 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 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 41 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 75 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 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 41 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 42 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 343 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 117 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 315 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 67 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 737 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-plugin/2.7.1/tycho-compiler-plugin-2.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/2.7.1/tycho-compiler-plugin-2.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/2.7.1/tycho-compiler-plugin-2.7.1.pom (2.5 kB at 26 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-plugin/2.7.1/tycho-compiler-plugin-2.7.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/2.7.1/tycho-compiler-plugin-2.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/2.7.1/tycho-compiler-plugin-2.7.1.jar (45 kB at 451 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.pom (7.1 kB at 107 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 124 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 237 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/14/apache-14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 112 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 371 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom (7.2 kB at 91 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 351 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (4.9 kB at 60 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 146 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 170 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 150 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 361 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 61 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 1.3 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 87 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 60 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 111 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 72 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 613 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.1/tycho-p2-publisher-plugin-2.7.1.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.1/tycho-p2-publisher-plugin-2.7.1.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.1/tycho-p2-publisher-plugin-2.7.1.pom (1.9 kB at 4.8 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.1/tycho-p2-publisher-plugin-2.7.1.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.1/tycho-p2-publisher-plugin-2.7.1.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.1/tycho-p2-publisher-plugin-2.7.1.jar (21 kB at 72 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 15 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 29 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 939 kB/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 116 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.1/tycho-p2-repository-plugin-2.7.1.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.1/tycho-p2-repository-plugin-2.7.1.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.1/tycho-p2-repository-plugin-2.7.1.pom (1.8 kB at 41 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.1/tycho-p2-repository-plugin-2.7.1.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.1/tycho-p2-repository-plugin-2.7.1.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.1/tycho-p2-repository-plugin-2.7.1.jar (36 kB at 314 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom (1.6 kB at 14 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 1.5 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 416 kB/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 3.9 MB/s) SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Adding repository http://download.eclipse.org/tools/ajdt/43/update [INFO] Fetching content.xml from http://download.eclipse.org/tools/ajdt/43/update/ [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository [INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/ (121.18kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/2019-03 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-03/ (479B) [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2019-03/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/2019-03/ (24.79kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/201903201000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-03/201903201000/ (992.46kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.aspectj.e44x:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.kepler:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.kepler/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.external.dependencies.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.external.dependencies.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.extra:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.extra/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.external.dependencies.feature:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/dependencies/features/org.eclipse.rcptt.external.dependencies-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.external.dependencies.rap.feature:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/dependencies/features/org.eclipse.rcptt.external.dependencies.rap-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.repositories:dependencies:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/repository/dependencies/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] mirroring [pom] [INFO] dependencies [pom] [INFO] bundles [pom] [INFO] org.eclipse.rcptt.updates.aspectj.e44x [eclipse-plugin] [INFO] org.eclipse.rcptt.updates.kepler [eclipse-plugin] [INFO] org.eclipse.rcptt.updates.external.dependencies.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.updates.extra [eclipse-plugin] [INFO] features [pom] [INFO] org.eclipse.rcptt.external.dependencies.feature [eclipse-feature] [INFO] org.eclipse.rcptt.external.dependencies.rap.feature [eclipse-feature] [INFO] dependencies [eclipse-repository] [INFO] [INFO] --------------------< org.eclipse.rcptt:mirroring >--------------------- [INFO] Building mirroring 2.5.5-SNAPSHOT [1/11] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ mirroring --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 381 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 755 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 615 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 441 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 156 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 38 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 599 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 80 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 78 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 136 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 69 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 45 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 278 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 276 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 6.1 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 65 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 138 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 101 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 273 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 425 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 79 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 62 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 470 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 168 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 849 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 2.7 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 799 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/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 649 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] 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/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 576 kB/s) [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.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [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 5.3 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 2.2 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.3 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 24 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 721 kB/s) [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ mirroring --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-pack200-impl/2.7.1/tycho-pack200-impl-2.7.1.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.1/tycho-pack200-impl-2.7.1.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.1/tycho-pack200-impl-2.7.1.pom (1.1 kB at 11 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-pack200-impl/2.7.1/tycho-pack200-impl-2.7.1.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.1/tycho-pack200-impl-2.7.1.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 5.6 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.1/tycho-pack200-impl-2.7.1.jar (13 kB at 143 kB/s) [WARNING] Pack200 actions are deprecated and scheduled for removal. [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 205 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 270 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 26 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 216 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 18 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 16 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 18 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 25 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 106 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 219 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 365 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 54 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 20 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 22 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 23 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 85 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 259 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 21 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 54 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 115 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 255 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 13 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 40 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 143 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 11 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 59 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 85 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 64 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 36 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 317 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 25 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 34 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 51 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 278 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 70 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 87 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 185 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 151 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 141 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 34 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 118 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 27 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 32 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 32 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 73 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 32 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 28 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 23 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 125 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 278 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 302 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 51 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 185 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 221 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 615 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 222 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 42 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/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/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-common/1.3.2/cbi-common-1.3.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.2/cbi-maven-plugin-common-1.3.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-common/1.3.2/cbi-common-1.3.2.jar (64 kB at 81 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar [INFO] 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 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.jar (634 kB at 5.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 222 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 104 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/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar (42 kB at 176 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-settings/3.8.1/maven-settings-3.8.1.jar (44 kB at 149 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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-builder-support/3.8.1/maven-builder-support-3.8.1.jar (14 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.jar (27 kB at 77 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/3.8.1/maven-model-3.8.1.jar (215 kB at 603 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar (85 kB at 222 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.jar (192 kB at 395 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar (66 kB at 125 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.jar (58 kB at 103 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.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/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar (180 kB at 308 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar (42 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar (149 kB at 241 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 59 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 248 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 211 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 444 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 268 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 57 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/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 329 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/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 7.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 5.1 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/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar (379 kB at 429 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (4.2 kB at 4.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar (521 kB at 574 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar (47 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 4.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 2.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 489 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 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar (14 kB at 12 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 7.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar (231 kB at 200 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 288 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/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar (2.9 MB at 2.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 51 kB/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 631 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar (329 kB at 256 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 32 kB/s) [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ mirroring --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ mirroring --- [INFO] [INFO] --------< org.eclipse.rcptt.external.dependencies:dependencies >-------- [INFO] Building dependencies 2.5.5-SNAPSHOT [2/11] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ dependencies --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ dependencies --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ dependencies --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ dependencies --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ dependencies --- [INFO] [INFO] ----------< org.eclipse.rcptt.external.dependencies:bundles >----------- [INFO] Building bundles 2.5.5-SNAPSHOT [3/11] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bundles --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ bundles --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ bundles --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ bundles --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ bundles --- [INFO] [INFO] ----------< org.eclipse.rcptt.external.dependencies:features >---------- [INFO] Building features 2.5.5-SNAPSHOT [4/11] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ features --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ features --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ features --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ features --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ features --- [INFO] [INFO] --< org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.aspectj.e44x >-- [INFO] Building org.eclipse.rcptt.updates.aspectj.e44x 2.5.5-SNAPSHOT [5/11] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1: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.1/tycho-buildtimestamp-jgit-2.7.1.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.1/tycho-buildtimestamp-jgit-2.7.1.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.1/tycho-buildtimestamp-jgit-2.7.1.pom (2.0 kB at 8.2 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 36 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 176 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.pom (5.0 kB at 15 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 18 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.7.1/tycho-buildtimestamp-jgit-2.7.1.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 cbi: https://repo.eclipse.org/content/repositories/cbi/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/tycho/extras/tycho-buildtimestamp-jgit/2.7.1/tycho-buildtimestamp-jgit-2.7.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/6.0.0.202111291000-r/org.eclipse.jgit-6.0.0.202111291000-r.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar (41 kB at 340 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.jar (167 kB at 938 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.7.1/tycho-buildtimestamp-jgit-2.7.1.jar (12 kB at 59 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 9.7 MB/s) [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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 6.9 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 104 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 65 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 57 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 8.1 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-jdt/2.7.1/tycho-compiler-jdt-2.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/2.7.1/tycho-compiler-jdt-2.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/2.7.1/tycho-compiler-jdt-2.7.1.pom (2.4 kB at 12 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-lib-detector/2.7.1/tycho-lib-detector-2.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/2.7.1/tycho-lib-detector-2.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/2.7.1/tycho-lib-detector-2.7.1.pom (1.6 kB at 8.6 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 17 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-lib-detector/2.7.1/tycho-lib-detector-2.7.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-jdt/2.7.1/tycho-compiler-jdt-2.7.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 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-compiler-jdt/2.7.1/tycho-compiler-jdt-2.7.1.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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/2.7.1/tycho-lib-detector-2.7.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 148 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.1/tycho-compiler-jdt-2.7.1.jar (18 kB at 96 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar (4.7 kB at 25 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/2.7.1/tycho-lib-detector-2.7.1.jar (3.5 kB at 18 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 11 MB/s) [INFO] Resolving class path of org.eclipse.rcptt.updates.aspectj.e44x... [INFO] [INFO] --- tycho-p2-extras-plugin:2.7.1:mirror (mirror-update-site) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] Mirroring to /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies... Mirroring: osgi.bundle,org.aspectj.runtime,1.9.6.202103162301 (Descriptor: canonical: osgi.bundle,org.aspectj.runtime,1.9.6.202103162301) Mirroring: osgi.bundle,org.eclipse.equinox.weaving.aspectj,1.0.400.202103162301 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.weaving.aspectj,1.0.400.202103162301) Mirroring: osgi.bundle,org.aspectj.weaver,1.9.6.202103162301 (Descriptor: canonical: osgi.bundle,org.aspectj.weaver,1.9.6.202103162301) Mirroring: osgi.bundle,org.eclipse.equinox.weaving.hook,1.2.200.v20180827-1235 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.weaving.hook,1.2.200.v20180827-1235) [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 1.1 MB/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 470 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 444 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 228 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 178 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 467 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 93 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 135 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 359 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 57 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 75 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 75 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 52 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 138 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 79 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 88 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 60 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 34 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 38 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 55 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 53 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 317 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 76 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 443 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 161 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 8.6 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 31 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 18 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 18 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 23 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 69 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 440 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 105 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom (2.6 kB at 26 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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-model-builder/3.0/maven-model-builder-3.0.jar (148 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-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-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 952 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 713 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/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 246 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 1.3 MB/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/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 237 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 830 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 793 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-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 284 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 174 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 656 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.1 MB/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 113 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 32 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 294 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/src/main/resources [INFO] [INFO] --- maven-antrun-plugin:1.8:run (default) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom (761 B at 4.2 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 49 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 28 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 74 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 21 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 14 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 21 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 42 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 101 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 8.2 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 94 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 23 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 61 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 69 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 43 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 30 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/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 117 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 378 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 211 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar (409 kB at 1.8 MB/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] 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/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar (224 kB at 760 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 260 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 380 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 741 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 146 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar (18 kB at 42 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 4.3 MB/s) [INFO] Executing tasks main: main: [echo] Removing signatures from JAR: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.aspectj.runtime_1.9.6.202103162301.jar [mkdir] Created dir: /tmp/usignjar-1291761805 [unjar] Expanding: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.aspectj.runtime_1.9.6.202103162301.jar into /tmp/usignjar-1291761805 [delete] Deleting: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.aspectj.runtime_1.9.6.202103162301.jar [jar] Building jar: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.aspectj.runtime_1.9.6.202103162301.jar [delete] Deleting directory /tmp/usignjar-1291761805 [echo] Removing signatures from JAR: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.aspectj.weaver_1.9.6.202103162301.jar [mkdir] Created dir: /tmp/usignjar-1291761805 [unjar] Expanding: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.aspectj.weaver_1.9.6.202103162301.jar into /tmp/usignjar-1291761805 [delete] Deleting: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.aspectj.weaver_1.9.6.202103162301.jar [jar] Building jar: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.aspectj.weaver_1.9.6.202103162301.jar [delete] Deleting directory /tmp/usignjar-1291761805 [echo] Removing signatures from JAR: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.eclipse.equinox.weaving.aspectj_1.0.400.202103162301.jar [mkdir] Created dir: /tmp/usignjar-1291761805 [unjar] Expanding: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.eclipse.equinox.weaving.aspectj_1.0.400.202103162301.jar into /tmp/usignjar-1291761805 [delete] Deleting: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.eclipse.equinox.weaving.aspectj_1.0.400.202103162301.jar [jar] Building jar: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.eclipse.equinox.weaving.aspectj_1.0.400.202103162301.jar [delete] Deleting directory /tmp/usignjar-1291761805 [echo] Removing signatures from JAR: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.eclipse.equinox.weaving.hook_1.2.200.v20180827-1235.jar [mkdir] Created dir: /tmp/usignjar-1291761805 [unjar] Expanding: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.eclipse.equinox.weaving.hook_1.2.200.v20180827-1235.jar into /tmp/usignjar-1291761805 [delete] Deleting: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.eclipse.equinox.weaving.hook_1.2.200.v20180827-1235.jar [jar] Building jar: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.eclipse.equinox.weaving.hook_1.2.200.v20180827-1235.jar [delete] Deleting directory /tmp/usignjar-1291761805 [delete] Deleting: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/content.jar [delete] Deleting: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/artifacts.jar [INFO] Executed tasks [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.7.1:publish-features-and-bundles (generate-full-metadata) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] Command line: [/usr/lib/jvm/java-11-openjdk-amd64/bin/java, -jar, /home/jenkins/agent/workspace/master/m2/org/eclipse/tycho/tycho-bundles-external/2.7.1/eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar, -configuration, /tmp/tycho-p2-runtime15943391813803256233.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, -artifactRepository, file:/home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/, -metadataRepository, file:/home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/, -publishArtifacts, -compress, -source, /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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 1.7 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 54 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.12/junit-4.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 70 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 1.8 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 7.1 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 47 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 8.0 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 8.8 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 4.4 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 11 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 22 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 6.6 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 48 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 18 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 13 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 28 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/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/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/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 164 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/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (228 kB at 726 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar (14 kB at 44 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/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 533 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/junit/junit/4.12/junit-4.12.jar (315 kB at 932 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/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 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.2.1/maven-error-diagnostics-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 31 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 21 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 11 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 7.9 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 17 kB/s) [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] Building jar: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/target/org.eclipse.rcptt.updates.aspectj.e44x-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.updates.aspectj.e44x --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/target/org.eclipse.rcptt.updates.aspectj.e44x-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/target/org.eclipse.rcptt.updates.aspectj.e44x-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/target/org.eclipse.rcptt.updates.aspectj.e44x-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.updates.aspectj.e44x --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/target/org.eclipse.rcptt.updates.aspectj.e44x-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.updates.aspectj.e44x --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.kepler >-- [INFO] Building org.eclipse.rcptt.updates.kepler 2.5.5-SNAPSHOT [6/11] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.updates.kepler --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.updates.kepler --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.updates.kepler --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.updates.kepler --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.updates.kepler --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:mirror (default) @ org.eclipse.rcptt.updates.kepler --- [INFO] Mirroring to /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.kepler/dependencies... Mirroring: osgi.bundle,org.eclipse.emf.converter,2.6.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.converter,2.6.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.mapping.ecore2ecore,2.7.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping.ecore2ecore,2.7.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.ecore.change,2.9.0.v20131212-0545 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore.change,2.9.0.v20131212-0545) Mirroring: osgi.bundle,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.validation,1.7.0.201306111341 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.validation,1.7.0.201306111341) Mirroring: osgi.bundle,org.eclipse.emf.transaction.ui,1.4.0.201306111400 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.transaction.ui,1.4.0.201306111400) Mirroring: osgi.bundle,org.eclipse.emf.mapping.ecore.editor,2.6.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping.ecore.editor,2.6.0.v20140203-1126) Mirroring: binary,org.eclipse.emf.validation_root,1.7.0.201306111341 (Descriptor: canonical: binary,org.eclipse.emf.validation_root,1.7.0.201306111341) Mirroring: org.eclipse.update.feature,org.eclipse.emf,2.9.2.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf,2.9.2.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.ecore.change.edit,2.5.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore.change.edit,2.5.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.importer.ecore,2.7.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.importer.ecore,2.7.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.codegen.ui,2.7.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.codegen.ui,2.7.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.mapping.ecore2ecore.editor,2.6.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping.ecore2ecore.editor,2.6.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.ecore.xmi,2.9.1.v20131212-0545 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore.xmi,2.9.1.v20131212-0545) Mirroring: org.eclipse.update.feature,org.eclipse.emf.mapping.ui,2.7.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.mapping.ui,2.7.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.mapping,2.7.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.mapping,2.7.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.ecore,2.9.2.v20131212-0545 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore,2.9.2.v20131212-0545) Mirroring: org.eclipse.update.feature,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.importer,2.8.1.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.importer,2.8.1.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.mapping.ecore2xml.ui,2.6.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping.ecore2xml.ui,2.6.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.databinding,1.3.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.databinding,1.3.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf,2.6.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf,2.6.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.databinding,1.3.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.databinding,1.3.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.validation.ui,1.7.0.201306111341 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.validation.ui,1.7.0.201306111341) Mirroring: org.eclipse.update.feature,org.eclipse.emf.query,1.7.0.201306111332 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.query,1.7.0.201306111332) Mirroring: osgi.bundle,org.eclipse.emf.transaction,1.4.0.201306111400 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.transaction,1.4.0.201306111400) Mirroring: org.eclipse.update.feature,org.eclipse.emf.ecore.editor,2.9.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.ecore.editor,2.9.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.common.ui,2.8.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.common.ui,2.8.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.mapping.ecore2xml,2.7.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping.ecore2xml,2.7.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.mapping.ecore,2.7.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.mapping.ecore,2.7.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.ecore,2.9.2.v20131212-0545 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.ecore,2.9.2.v20131212-0545) Mirroring: osgi.bundle,org.eclipse.emf.query,1.7.0.201306111332 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.query,1.7.0.201306111332) Mirroring: osgi.bundle,org.eclipse.emf.mapping,2.7.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping,2.7.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.exporter,2.7.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.exporter,2.7.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.mapping.ui,2.6.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping.ui,2.6.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.converter,2.9.1.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.converter,2.9.1.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.transaction,1.7.0.201306111400 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.transaction,1.7.0.201306111400) Mirroring: binary,org.eclipse.emf.transaction_root,1.7.0.201306111400 (Descriptor: canonical: binary,org.eclipse.emf.transaction_root,1.7.0.201306111400) Mirroring: org.eclipse.update.feature,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.validation,1.7.0.201306111341 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.validation,1.7.0.201306111341) Mirroring: osgi.bundle,org.eclipse.emf.importer.rose,2.7.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.importer.rose,2.7.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.ant,2.8.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ant,2.8.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.importer.java,2.7.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.importer.java,2.7.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.edit,2.9.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.edit,2.9.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.codegen,2.9.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.codegen,2.9.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.common.ui,2.8.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.common.ui,2.8.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.common,2.9.2.v20131212-0545 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.common,2.9.2.v20131212-0545) Mirroring: osgi.bundle,org.eclipse.emf.ecore.editor,2.9.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore.editor,2.9.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.mapping.ecore,2.6.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping.ecore,2.6.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.mapping.ecore.editor,2.8.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.mapping.ecore.editor,2.8.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.validation.ui.ide,1.3.0.201306111341 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.validation.ui.ide,1.3.0.201306111341) Mirroring: osgi.bundle,org.eclipse.emf.edit,2.9.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.edit,2.9.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.emf.common,2.9.2.v20131212-0545 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.common,2.9.2.v20131212-0545) Mirroring: osgi.bundle,org.eclipse.emf.codegen,2.9.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.codegen,2.9.0.v20140203-1126) Mirroring: binary,org.eclipse.emf.query_root,1.7.0.201306111332 (Descriptor: canonical: binary,org.eclipse.emf.query_root,1.7.0.201306111332) Mirroring: osgi.bundle,org.eclipse.emf.codegen.ui,2.6.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.codegen.ui,2.6.0.v20140203-1126) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.updates.kepler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.kepler/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.updates.kepler --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.updates.kepler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.kepler/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.updates.kepler --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.updates.kepler --- [INFO] Building jar: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.kepler/target/org.eclipse.rcptt.updates.kepler-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.updates.kepler --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.updates.kepler --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.kepler/target/org.eclipse.rcptt.updates.kepler-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.updates.kepler --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.kepler/target/org.eclipse.rcptt.updates.kepler-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.kepler/target/org.eclipse.rcptt.updates.kepler-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.updates.kepler --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.kepler/target/org.eclipse.rcptt.updates.kepler-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.updates.kepler --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.updates.kepler --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.updates.kepler --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.external.dependencies.rap >-- [INFO] Building org.eclipse.rcptt.updates.external.dependencies.rap 2.5.5-SNAPSHOT [7/11] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:mirror (default) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] Mirroring to /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.external.dependencies.rap/dependencies... Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.solaris.sparc,1.1.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.solaris.sparc,1.1.200.v20140116-2212) Mirroring: binary,org.eclipse.equinox.executable_root.gtk.solaris.x86,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.gtk.solaris.x86,3.6.0.v20140117-1004) Mirroring: osgi.bundle,org.eclipse.emf.ecore.change,2.9.0.v20131212-0545 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore.change,2.9.0.v20131212-0545) Mirroring: osgi.bundle,org.eclipse.equinox.servletbridge,1.3.200.v20160128-1435 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.servletbridge,1.3.200.v20160128-1435) Mirroring: osgi.bundle,org.apache.felix.gogo.command,0.10.0.v201209301215 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.command,0.10.0.v201209301215) Mirroring: osgi.bundle,org.eclipse.equinox.console,1.1.200.v20150929-1405 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.console,1.1.200.v20150929-1405) Mirroring: osgi.bundle,org.eclipse.equinox.http.servlet,1.3.1.v20160808-1329 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.servlet,1.3.1.v20160808-1329) Mirroring: osgi.bundle,com.ibm.icu.base.source,56.1.0.v201601250100 (Descriptor: canonical: osgi.bundle,com.ibm.icu.base.source,56.1.0.v201601250100) Mirroring: osgi.bundle,org.eclipse.equinox.ds.source,1.4.400.v20160226-2036 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.ds.source,1.4.400.v20160226-2036) Mirroring: osgi.bundle,org.eclipse.osgi.services,3.5.100.v20160504-1419 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi.services,3.5.100.v20160504-1419) Mirroring: osgi.bundle,org.eclipse.equinox.cm,1.1.200.v20160324-1850 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.cm,1.1.200.v20160324-1850) Mirroring: osgi.bundle,org.eclipse.core.runtime.source,3.12.0.v20160606-1342 (Descriptor: canonical: osgi.bundle,org.eclipse.core.runtime.source,3.12.0.v20160606-1342) Mirroring: osgi.bundle,org.eclipse.core.databinding.beans,1.3.100.v20160509-1025 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.beans,1.3.100.v20160509-1025) Mirroring: osgi.bundle,org.eclipse.equinox.http.registry,1.1.400.v20150715-1528 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.registry,1.1.400.v20150715-1528) Mirroring: osgi.bundle,org.eclipse.core.databinding.observable,1.6.0.v20160511-1747 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.observable,1.6.0.v20160511-1747) Mirroring: osgi.bundle,org.eclipse.emf.ecore.xmi,2.9.1.v20131212-0545 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore.xmi,2.9.1.v20131212-0545) Mirroring: osgi.bundle,org.apache.felix.gogo.runtime,0.10.0.v201209301036 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.runtime,0.10.0.v201209301036) Mirroring: osgi.bundle,org.eclipse.equinox.http.servlet.source,1.3.1.v20160808-1329 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.servlet.source,1.3.1.v20160808-1329) Mirroring: osgi.bundle,org.eclipse.equinox.launcher,1.3.0.v20130327-1440 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher,1.3.0.v20130327-1440) Mirroring: org.eclipse.update.feature,org.eclipse.rap.equinox.target.feature,3.1.2.20170308-1815 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.rap.equinox.target.feature,3.1.2.20170308-1815) Mirroring: osgi.bundle,org.eclipse.jetty.http.source,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.http.source,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.equinox.cm.source,1.1.200.v20160324-1850 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.cm.source,1.1.200.v20160324-1850) Mirroring: osgi.bundle,org.eclipse.rap.nebula.widgets.richtext,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.nebula.widgets.richtext,3.1.2.20161108-1505) Mirroring: osgi.bundle,org.eclipse.core.runtime,3.12.0.v20160606-1342 (Descriptor: canonical: osgi.bundle,org.eclipse.core.runtime,3.12.0.v20160606-1342) Mirroring: osgi.bundle,org.eclipse.rap.fileupload,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.fileupload,3.1.2.20161108-1505) Mirroring: osgi.bundle,org.eclipse.equinox.security,1.2.0.v20130424-1801 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security,1.2.0.v20130424-1801) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86,1.1.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86,1.1.200.v20140116-2212) Mirroring: osgi.bundle,org.eclipse.core.filesystem,1.4.0.v20130514-1240 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem,1.4.0.v20130514-1240) Mirroring: binary,org.eclipse.equinox.executable_root.gtk.linux.x86_64,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.gtk.linux.x86_64,3.6.0.v20140117-1004) Mirroring: osgi.bundle,org.eclipse.core.expressions,3.5.100.v20160418-1621 (Descriptor: canonical: osgi.bundle,org.eclipse.core.expressions,3.5.100.v20160418-1621) Mirroring: osgi.bundle,org.eclipse.rap.ui.views,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.ui.views,3.1.2.20161108-1505) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86,1.1.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86,1.1.200.v20140116-2212) Mirroring: osgi.bundle,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126) Mirroring: org.eclipse.update.feature,org.eclipse.equinox.executable,3.6.0.v20140117-1004 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.equinox.executable,3.6.0.v20140117-1004) Mirroring: osgi.bundle,org.eclipse.equinox.http.registry.source,1.1.400.v20150715-1528 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.registry.source,1.1.400.v20150715-1528) Mirroring: osgi.bundle,javax.xml,1.3.4.v201005080400 (Descriptor: canonical: osgi.bundle,javax.xml,1.3.4.v201005080400) Mirroring: osgi.bundle,org.junit.source,4.12.0.v201504281640 (Descriptor: canonical: osgi.bundle,org.junit.source,4.12.0.v201504281640) Mirroring: osgi.bundle,org.eclipse.emf.transaction,1.4.0.201306111400 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.transaction,1.4.0.201306111400) Mirroring: osgi.bundle,org.apache.felix.gogo.runtime.source,0.10.0.v201209301036 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.runtime.source,0.10.0.v201209301036) Mirroring: osgi.bundle,org.eclipse.jdt.junit.runtime,3.4.600.v20160505-0715 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.junit.runtime,3.4.600.v20160505-0715) Mirroring: binary,org.eclipse.equinox.executable_root.win32.win32.x86,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.win32.win32.x86,3.6.0.v20140117-1004) Mirroring: osgi.bundle,org.eclipse.jetty.security,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.security,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.equinox.event.source,1.3.200.v20160324-1850 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.event.source,1.3.200.v20160324-1850) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86_64,1.1.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86_64,1.1.200.v20140116-2212) Mirroring: osgi.bundle,org.apache.commons.io,2.2.0.v201405211200 (Descriptor: canonical: osgi.bundle,org.apache.commons.io,2.2.0.v201405211200) Mirroring: osgi.bundle,org.eclipse.rap.jface,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.jface,3.1.2.20161108-1505) Mirroring: osgi.bundle,org.eclipse.jetty.continuation.source,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.continuation.source,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.ppc64,1.0.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.ppc64,1.0.200.v20140116-2212) Mirroring: osgi.bundle,org.eclipse.rap.rwt,3.1.2.20161130-0738 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.rwt,3.1.2.20161130-0738) Mirroring: osgi.bundle,org.eclipse.equinox.console.source,1.1.200.v20150929-1405 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.console.source,1.1.200.v20150929-1405) Mirroring: osgi.bundle,org.eclipse.emf.mapping,2.7.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping,2.7.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.equinox.common,3.8.0.v20160509-1230 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.common,3.8.0.v20160509-1230) Mirroring: binary,org.eclipse.equinox.executable_root.win32.win32.x86_64,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.win32.win32.x86_64,3.6.0.v20140117-1004) Mirroring: osgi.bundle,org.hamcrest.core,1.3.0.v201303031735 (Descriptor: canonical: osgi.bundle,org.hamcrest.core,1.3.0.v201303031735) Mirroring: osgi.bundle,org.eclipse.rap.ui.workbench,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.ui.workbench,3.1.2.20161108-1505) Mirroring: binary,org.eclipse.equinox.executable_root.gtk.linux.x86,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.gtk.linux.x86,3.6.0.v20140117-1004) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.solaris.x86,1.1.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.solaris.x86,1.1.200.v20140116-2212) Mirroring: binary,org.eclipse.equinox.executable_root.gtk.linux.s390,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.gtk.linux.s390,3.6.0.v20140117-1004) Mirroring: osgi.bundle,javax.servlet,3.1.0.v201410161800 (Descriptor: canonical: osgi.bundle,javax.servlet,3.1.0.v201410161800) Mirroring: osgi.bundle,org.eclipse.equinox.app,1.3.400.v20150715-1528 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.app,1.3.400.v20150715-1528) Mirroring: org.eclipse.update.feature,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126) Mirroring: osgi.bundle,org.junit,4.12.0.v201504281640 (Descriptor: canonical: osgi.bundle,org.junit,4.12.0.v201504281640) Mirroring: osgi.bundle,org.eclipse.equinox.common.source,3.8.0.v20160509-1230 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.common.source,3.8.0.v20160509-1230) Mirroring: org.eclipse.update.feature,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.core.variables,3.2.700.v20130402-1741 (Descriptor: canonical: osgi.bundle,org.eclipse.core.variables,3.2.700.v20130402-1741) Mirroring: osgi.bundle,org.eclipse.emf.validation,1.7.0.201306111341 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.validation,1.7.0.201306111341) Mirroring: osgi.bundle,org.eclipse.equinox.http.jetty,3.3.0.v20160324-1850 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.jetty,3.3.0.v20160324-1850) Mirroring: osgi.bundle,org.apache.commons.fileupload,1.3.1.201405120000 (Descriptor: canonical: osgi.bundle,org.apache.commons.fileupload,1.3.1.201405120000) Mirroring: osgi.bundle,org.eclipse.jetty.servlet,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.servlet,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.rap.ui.cheatsheets,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.ui.cheatsheets,3.1.2.20161108-1505) Mirroring: osgi.bundle,org.eclipse.jdt.junit.runtime.source,3.4.600.v20160505-0715 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.junit.runtime.source,3.4.600.v20160505-0715) Mirroring: osgi.bundle,com.ibm.icu.base,56.1.0.v201601250100 (Descriptor: canonical: osgi.bundle,com.ibm.icu.base,56.1.0.v201601250100) Mirroring: osgi.bundle,org.eclipse.emf.edit,2.9.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.edit,2.9.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.emf.codegen,2.9.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.codegen,2.9.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.jetty.server.source,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.server.source,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.help.source,3.7.0.v20160602-1307 (Descriptor: canonical: osgi.bundle,org.eclipse.help.source,3.7.0.v20160602-1307) Mirroring: osgi.bundle,org.eclipse.equinox.http.jetty.source,3.3.0.v20160324-1850 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.jetty.source,3.3.0.v20160324-1850) Mirroring: osgi.bundle,org.eclipse.equinox.registry.source,3.6.100.v20160223-2218 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.registry.source,3.6.100.v20160223-2218) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.aix.ppc,1.1.100.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.aix.ppc,1.1.100.v20140116-2212) Mirroring: osgi.bundle,org.eclipse.emf.converter,2.6.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.converter,2.6.0.v20140203-1126) Mirroring: osgi.bundle,org.apache.felix.gogo.command.source,0.10.0.v201209301215 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.command.source,0.10.0.v201209301215) Mirroring: osgi.bundle,org.eclipse.equinox.http.servletbridge,1.0.300.v20130327-1442 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.servletbridge,1.0.300.v20130327-1442) Mirroring: binary,org.eclipse.equinox.executable_root.gtk.aix.ppc64,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.gtk.aix.ppc64,3.6.0.v20140117-1004) Mirroring: osgi.bundle,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.rap.ui,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.ui,3.1.2.20161108-1505) Mirroring: osgi.bundle,org.eclipse.core.contenttype.source,3.5.100.v20160418-1621 (Descriptor: canonical: osgi.bundle,org.eclipse.core.contenttype.source,3.5.100.v20160418-1621) Mirroring: osgi.bundle,org.eclipse.core.commands.source,3.8.1.v20161221-1651 (Descriptor: canonical: osgi.bundle,org.eclipse.core.commands.source,3.8.1.v20161221-1651) Mirroring: osgi.bundle,org.eclipse.core.jobs.source,3.8.0.v20160509-0411 (Descriptor: canonical: osgi.bundle,org.eclipse.core.jobs.source,3.8.0.v20160509-0411) Mirroring: osgi.bundle,org.eclipse.jetty.util.source,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.util.source,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.core.databinding,1.6.0.v20160412-0910 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding,1.6.0.v20160412-0910) Mirroring: osgi.bundle,org.eclipse.emf.ecore.change.edit,2.5.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore.change.edit,2.5.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.jetty.util,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.util,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.jetty.server,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.server,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86_64,1.1.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86_64,1.1.200.v20140116-2212) Mirroring: osgi.bundle,org.eclipse.osgi,3.11.3.v20170209-1843 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi,3.11.3.v20170209-1843) Mirroring: osgi.bundle,org.eclipse.jetty.io.source,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.io.source,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.ppc,1.1.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.ppc,1.1.200.v20140116-2212) Mirroring: osgi.bundle,org.eclipse.equinox.registry,3.6.100.v20160223-2218 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.registry,3.6.100.v20160223-2218) Mirroring: osgi.bundle,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126) Mirroring: osgi.bundle,javax.servlet.source,3.1.0.v201410161800 (Descriptor: canonical: osgi.bundle,javax.servlet.source,3.1.0.v201410161800) Mirroring: osgi.bundle,org.eclipse.jetty.io,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.io,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.core.databinding.observable.source,1.6.0.v20160511-1747 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.observable.source,1.6.0.v20160511-1747) Mirroring: osgi.bundle,org.eclipse.help,3.7.0.v20160602-1307 (Descriptor: canonical: osgi.bundle,org.eclipse.help,3.7.0.v20160602-1307) Mirroring: osgi.bundle,org.eclipse.emf.ecore,2.9.2.v20131212-0545 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.ecore,2.9.2.v20131212-0545) Mirroring: osgi.bundle,org.eclipse.equinox.preferences.source,3.6.1.v20160815-1406 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.preferences.source,3.6.1.v20160815-1406) Mirroring: osgi.bundle,org.eclipse.jetty.continuation,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.continuation,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.debug.core,3.8.0.v20130514-0954 (Descriptor: canonical: osgi.bundle,org.eclipse.debug.core,3.8.0.v20130514-0954) Mirroring: binary,org.eclipse.equinox.executable_root.cocoa.macosx.x86,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.cocoa.macosx.x86,3.6.0.v20140117-1004) Mirroring: osgi.bundle,org.eclipse.core.resources,3.8.101.v20130717-0806 (Descriptor: canonical: osgi.bundle,org.eclipse.core.resources,3.8.101.v20130717-0806) Mirroring: osgi.bundle,org.eclipse.core.jobs,3.8.0.v20160509-0411 (Descriptor: canonical: osgi.bundle,org.eclipse.core.jobs,3.8.0.v20160509-0411) Mirroring: osgi.bundle,org.eclipse.emf.databinding,1.3.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.databinding,1.3.0.v20140203-1126) Mirroring: binary,org.eclipse.equinox.executable_root.gtk.solaris.sparc,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.gtk.solaris.sparc,3.6.0.v20140117-1004) Mirroring: binary,org.eclipse.equinox.executable_root.gtk.hpux.ia64,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.gtk.hpux.ia64,3.6.0.v20140117-1004) Mirroring: osgi.bundle,org.eclipse.core.commands,3.8.1.v20161221-1651 (Descriptor: canonical: osgi.bundle,org.eclipse.core.commands,3.8.1.v20161221-1651) Mirroring: osgi.bundle,org.eclipse.emf,2.6.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf,2.6.0.v20140203-1126) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.x86_64,1.1.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.x86_64,1.1.200.v20140116-2212) Mirroring: osgi.bundle,org.eclipse.rap.nebula.jface.gridviewer,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.nebula.jface.gridviewer,3.1.2.20161108-1505) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.s390x,1.1.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.s390x,1.1.200.v20140116-2212) Mirroring: org.eclipse.update.feature,org.eclipse.emf.databinding,1.3.0.v20140203-1126 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.databinding,1.3.0.v20140203-1126) Mirroring: osgi.bundle,org.apache.felix.gogo.shell.source,0.10.0.v201212101605 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.shell.source,0.10.0.v201212101605) Mirroring: osgi.bundle,org.eclipse.text,3.5.300.v20130515-1451 (Descriptor: canonical: osgi.bundle,org.eclipse.text,3.5.300.v20130515-1451) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx,1.1.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx,1.1.200.v20140116-2212) Mirroring: osgi.bundle,org.apache.felix.gogo.shell,0.10.0.v201212101605 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.shell,0.10.0.v201212101605) Mirroring: osgi.bundle,org.eclipse.core.filebuffers,3.5.300.v20130225-1821 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filebuffers,3.5.300.v20130225-1821) Mirroring: osgi.bundle,org.eclipse.rap.ui.forms,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.ui.forms,3.1.2.20161108-1505) Mirroring: osgi.bundle,org.eclipse.core.databinding.source,1.6.0.v20160412-0910 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.source,1.6.0.v20160412-0910) Mirroring: osgi.bundle,org.eclipse.core.contenttype,3.5.100.v20160418-1621 (Descriptor: canonical: osgi.bundle,org.eclipse.core.contenttype,3.5.100.v20160418-1621) Mirroring: osgi.bundle,org.eclipse.core.databinding.property,1.6.0.v20160427-0852 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.property,1.6.0.v20160427-0852) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.hpux.ia64,1.0.100.v20140117-1004 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.hpux.ia64,1.0.100.v20140117-1004) Mirroring: osgi.bundle,org.eclipse.equinox.util.source,1.0.500.v20130404-1337 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.util.source,1.0.500.v20130404-1337) Mirroring: osgi.bundle,org.eclipse.rap.filedialog,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.filedialog,3.1.2.20161108-1505) Mirroring: osgi.bundle,org.eclipse.jetty.servlet.source,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.servlet.source,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.rap.jface.databinding,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.jface.databinding,3.1.2.20161108-1505) Mirroring: org.eclipse.update.feature,org.eclipse.emf.ecore,2.9.2.v20131212-0545 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.ecore,2.9.2.v20131212-0545) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.s390,1.1.200.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.s390,1.1.200.v20140116-2212) Mirroring: osgi.bundle,org.hamcrest.core.source,1.3.0.v201303031735 (Descriptor: canonical: osgi.bundle,org.hamcrest.core.source,1.3.0.v201303031735) Mirroring: osgi.bundle,org.eclipse.jetty.security.source,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.security.source,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.osgi.services.source,3.5.100.v20160504-1419 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi.services.source,3.5.100.v20160504-1419) Mirroring: osgi.bundle,org.eclipse.equinox.event,1.3.200.v20160324-1850 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.event,1.3.200.v20160324-1850) Mirroring: osgi.bundle,org.eclipse.jetty.http,9.3.9.v20160517 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.http,9.3.9.v20160517) Mirroring: osgi.bundle,org.eclipse.core.databinding.property.source,1.6.0.v20160427-0852 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.property.source,1.6.0.v20160427-0852) Mirroring: osgi.bundle,org.eclipse.equinox.ds,1.4.400.v20160226-2036 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.ds,1.4.400.v20160226-2036) Mirroring: osgi.bundle,org.eclipse.equinox.app.source,1.3.400.v20150715-1528 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.app.source,1.3.400.v20150715-1528) Mirroring: binary,org.eclipse.equinox.executable_root.gtk.linux.ppc,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.gtk.linux.ppc,3.6.0.v20140117-1004) Mirroring: osgi.bundle,org.eclipse.rap.nebula.widgets.grid,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.nebula.widgets.grid,3.1.2.20161108-1505) Mirroring: osgi.bundle,org.eclipse.core.expressions.source,3.5.100.v20160418-1621 (Descriptor: canonical: osgi.bundle,org.eclipse.core.expressions.source,3.5.100.v20160418-1621) Mirroring: osgi.bundle,org.eclipse.rap.rwt.osgi,3.1.2.20161108-1505 (Descriptor: canonical: osgi.bundle,org.eclipse.rap.rwt.osgi,3.1.2.20161108-1505) Mirroring: binary,org.eclipse.equinox.executable_root.gtk.linux.ppc64,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.gtk.linux.ppc64,3.6.0.v20140117-1004) Mirroring: binary,org.eclipse.equinox.executable_root.cocoa.macosx.x86_64,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.cocoa.macosx.x86_64,3.6.0.v20140117-1004) Mirroring: binary,org.eclipse.equinox.executable_root.gtk.aix.ppc,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.gtk.aix.ppc,3.6.0.v20140117-1004) Mirroring: osgi.bundle,org.eclipse.osgi.source,3.11.3.v20170209-1843 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi.source,3.11.3.v20170209-1843) Mirroring: osgi.bundle,org.eclipse.equinox.util,1.0.500.v20130404-1337 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.util,1.0.500.v20130404-1337) Mirroring: osgi.bundle,org.eclipse.emf.common,2.9.2.v20131212-0545 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.common,2.9.2.v20131212-0545) Mirroring: org.eclipse.update.feature,org.eclipse.rap.feature,3.1.2.20161130-0738 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.rap.feature,3.1.2.20161130-0738) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.aix.ppc64,1.1.100.v20140116-2212 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.aix.ppc64,1.1.100.v20140116-2212) Mirroring: osgi.bundle,org.eclipse.emf.mapping.ecore,2.6.0.v20140203-1126 (Descriptor: canonical: osgi.bundle,org.eclipse.emf.mapping.ecore,2.6.0.v20140203-1126) Mirroring: binary,org.eclipse.equinox.executable_root.gtk.linux.s390x,3.6.0.v20140117-1004 (Descriptor: canonical: binary,org.eclipse.equinox.executable_root.gtk.linux.s390x,3.6.0.v20140117-1004) Mirroring: org.eclipse.update.feature,org.eclipse.emf.common,2.9.2.v20131212-0545 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.emf.common,2.9.2.v20131212-0545) Mirroring: osgi.bundle,org.eclipse.core.databinding.beans.source,1.3.100.v20160509-1025 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.beans.source,1.3.100.v20160509-1025) Mirroring: osgi.bundle,org.eclipse.equinox.preferences,3.6.1.v20160815-1406 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.preferences,3.6.1.v20160815-1406) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.external.dependencies.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.external.dependencies.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.external.dependencies.rap/target/org.eclipse.rcptt.updates.external.dependencies.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.external.dependencies.rap/target/org.eclipse.rcptt.updates.external.dependencies.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.external.dependencies.rap/target/org.eclipse.rcptt.updates.external.dependencies.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.external.dependencies.rap/target/org.eclipse.rcptt.updates.external.dependencies.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.external.dependencies.rap/target/org.eclipse.rcptt.updates.external.dependencies.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.updates.external.dependencies.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.updates.extra >-- [INFO] Building org.eclipse.rcptt.updates.extra 2.5.5-SNAPSHOT [8/11] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.updates.extra --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.updates.extra --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.updates.extra --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.updates.extra --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.updates.extra --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:mirror (default) @ org.eclipse.rcptt.updates.extra --- [INFO] Mirroring to /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.extra/dependencies... Mirroring: osgi.bundle,org.apache.poi.ooxml,3.9.0.v201405241905 (Descriptor: canonical: osgi.bundle,org.apache.poi.ooxml,3.9.0.v201405241905) Mirroring: osgi.bundle,org.apache.xmlbeans,2.3.0.v201605172150 (Descriptor: canonical: osgi.bundle,org.apache.xmlbeans,2.3.0.v201605172150) Mirroring: osgi.bundle,org.apache.poi.ooxml.schemas,3.9.0.v201405241750 (Descriptor: canonical: osgi.bundle,org.apache.poi.ooxml.schemas,3.9.0.v201405241750) Mirroring: osgi.bundle,org.dom4j,1.6.1.v201312101416 (Descriptor: canonical: osgi.bundle,org.dom4j,1.6.1.v201312101416) Mirroring: osgi.bundle,org.apache.poi,3.9.0.v201405241750 (Descriptor: canonical: osgi.bundle,org.apache.poi,3.9.0.v201405241750) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.updates.extra --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.extra/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.updates.extra --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.updates.extra --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.extra/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.updates.extra --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.updates.extra --- [INFO] Building jar: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.extra/target/org.eclipse.rcptt.updates.extra-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.updates.extra --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.updates.extra --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.extra/target/org.eclipse.rcptt.updates.extra-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.updates.extra --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.extra/target/org.eclipse.rcptt.updates.extra-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.extra/target/org.eclipse.rcptt.updates.extra-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.updates.extra --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/dependencies/bundles/org.eclipse.rcptt.updates.extra/target/org.eclipse.rcptt.updates.extra-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.updates.extra --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.updates.extra --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.updates.extra --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.external.dependencies.rap.feature >-- [INFO] Building org.eclipse.rcptt.external.dependencies.rap.feature 2.5.5-SNAPSHOT [9/11] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.external.dependencies.rap.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.external.dependencies.rap.feature --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.external.dependencies.rap.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.external.dependencies.rap.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.external.dependencies.rap.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.external.dependencies.rap.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.external.dependencies.rap.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/master/dependencies/features/org.eclipse.rcptt.external.dependencies.rap-feature/target/org.eclipse.rcptt.external.dependencies.rap.feature-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.external.dependencies.rap.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.external.dependencies.rap.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.external.dependencies.rap.feature --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.external.dependencies.rap.feature --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/dependencies/features/org.eclipse.rcptt.external.dependencies.rap-feature/target/org.eclipse.rcptt.external.dependencies.rap.feature-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/dependencies/features/org.eclipse.rcptt.external.dependencies.rap-feature/target/org.eclipse.rcptt.external.dependencies.rap.feature-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.external.dependencies.rap.feature --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.external.dependencies.rap.feature --- [INFO] [INFO] --< org.eclipse.rcptt.external.dependencies:org.eclipse.rcptt.external.dependencies.feature >-- [INFO] Building org.eclipse.rcptt.external.dependencies.feature 2.5.5-SNAPSHOT [10/11] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.external.dependencies.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.external.dependencies.feature --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.external.dependencies.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.external.dependencies.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.external.dependencies.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.external.dependencies.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.external.dependencies.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/master/dependencies/features/org.eclipse.rcptt.external.dependencies-feature/target/org.eclipse.rcptt.external.dependencies.feature-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.external.dependencies.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.external.dependencies.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.external.dependencies.feature --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.external.dependencies.feature --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/dependencies/features/org.eclipse.rcptt.external.dependencies-feature/target/org.eclipse.rcptt.external.dependencies.feature-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/dependencies/features/org.eclipse.rcptt.external.dependencies-feature/target/org.eclipse.rcptt.external.dependencies.feature-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.external.dependencies.feature --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.external.dependencies.feature --- [INFO] [INFO] ------------< org.eclipse.rcptt.repositories:dependencies >------------- [INFO] Building dependencies 2.5.5-SNAPSHOT [11/11] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ dependencies --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ dependencies --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ dependencies --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ dependencies --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ dependencies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/repository/dependencies/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.1:publish-osgi-ee (default-publish-osgi-ee) @ dependencies --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [WARNING] No system packages found in profile nor toolchain for JavaSE-17, using current JRE system packages. This can cause faulty dependency resolution, consider adding a definition for a 'jdk' with id=JavaSE-17 in your toolchains.xml [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.1:publish-products (default-publish-products) @ dependencies --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.1:publish-categories (default-publish-categories) @ dependencies --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.1:attach-artifacts (default-attach-artifacts) @ dependencies --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.1:assemble-repository (default-assemble-repository) @ dependencies --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.1:archive-repository (default-archive-repository) @ dependencies --- [INFO] Building zip: /home/jenkins/agent/workspace/master/repository/dependencies/target/dependencies-2.5.5-SNAPSHOT.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ dependencies --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ dependencies --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ dependencies --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ dependencies --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] mirroring 2.5.5-SNAPSHOT ........................... SUCCESS [ 10.829 s] [INFO] dependencies ....................................... SUCCESS [ 0.066 s] [INFO] bundles ............................................ SUCCESS [ 0.007 s] [INFO] org.eclipse.rcptt.updates.aspectj.e44x ............. SUCCESS [ 38.194 s] [INFO] org.eclipse.rcptt.updates.kepler ................... SUCCESS [ 18.396 s] [INFO] org.eclipse.rcptt.updates.external.dependencies.rap SUCCESS [ 27.518 s] [INFO] org.eclipse.rcptt.updates.extra .................... SUCCESS [ 8.671 s] [INFO] features ........................................... SUCCESS [ 0.006 s] [INFO] org.eclipse.rcptt.external.dependencies.feature .... SUCCESS [ 0.804 s] [INFO] org.eclipse.rcptt.external.dependencies.rap.feature SUCCESS [ 0.876 s] [INFO] dependencies 2.5.5-SNAPSHOT ........................ SUCCESS [ 7.376 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:13 min [INFO] Finished at: 2023-01-28T00:54:34Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn clean verify --threads=1.0C -Dtycho.localArtifacts=ignore -Dmaven.repo.local=/home/jenkins/agent/workspace/master/m2 -B -e -P sign -f releng/core/pom.xml [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/2019-03 [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2019-03/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/201903201000/ (142B) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.client.tcp:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.client.tcp/pom.xml [INFO] Fetching 201903201000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-03/ (63B) [INFO] Fetching org.eclipse.osgi_3.13.300.v20190218-1622.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (453.89kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.300.v20190215-2048.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (42.27kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.300.v20190218-2100.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (54kB) [INFO] Fetching org.eclipse.equinox.registry_3.8.300.v20190218-2100.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (77.01kB) [INFO] Fetching org.eclipse.equinox.common_3.10.300.v20190218-2100.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (52.15kB) [INFO] Fetching org.eclipse.core.jobs_3.10.300.v20190215-2048.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (46.04kB) [INFO] Fetching org.eclipse.core.runtime_3.15.200.v20190301-1641.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (33.81kB) [INFO] Fetching org.eclipse.equinox.app_1.4.100.v20190215-2139.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (41.75kB) [INFO] Fetching org.eclipse.emf.common_2.15.0.v20181220-0846.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (115.27kB) [INFO] Fetching org.eclipse.emf.ecore_2.17.0.v20190116-0940.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (485.2kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.core:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.data:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data/pom.xml [INFO] Fetching org.eclipse.emf.ecore.xmi_2.15.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (84.2kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.data.apache.poi:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data.apache.poi/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.debug.core:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/pom.xml [INFO] Fetching org.eclipse.core.expressions_3.6.300.v20190218-1215.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (33.73kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.300.v20190218-2054.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (27.77kB) [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.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (18.05kB) [INFO] Fetching org.eclipse.debug.core_3.13.200.v20190216-1557.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (125.38kB) [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.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (78kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (96.31kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.debug.runtime:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.runtime/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.debug.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.ui/pom.xml [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (21.32kB) [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.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (99.62kB) [INFO] Fetching org.apache.batik.util_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (63.37kB) [INFO] Fetching org.apache.batik.constants_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (13.04kB) [INFO] Fetching org.apache.batik.i18n_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (14.51kB) [INFO] Fetching org.apache.xmlgraphics_2.2.0.v20180809-1640.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (248.02kB) [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (82.7kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (33.71kB) [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (44.03kB) [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (154.23kB) [INFO] Fetching org.eclipse.osgi.util_3.5.200.v20190115-2323.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (30.66kB) [INFO] Fetching org.eclipse.compare.core_3.6.400.v20190214-2156.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (32.84kB) [INFO] Fetching org.eclipse.core.commands_3.9.300.v20190215-1957.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (43.61kB) [INFO] Fetching org.eclipse.core.databinding_1.7.200.v20190216-1545.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (58kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.400.v20190218-2049.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (83.16kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.400.v20190215-1957.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (45.1kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.500.v20190218-1547.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (42.01kB) [INFO] Fetching org.eclipse.text_3.8.100.v20190306-1823.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (97.68kB) [INFO] Fetching org.eclipse.debug.ui_3.14.0.v20190301-0916.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1MB) [INFO] Fetching org.eclipse.ui_3.112.0.v20190205-1313.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (361.65kB) [INFO] Fetching org.eclipse.ui.console_3.8.400.v20190218-2131.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (82.35kB) [INFO] Fetching org.eclipse.help_3.8.300.v20190216-1017.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (122.42kB) [INFO] Fetching org.eclipse.jface.text_3.15.100.v20190305-0811.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (317.91kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.11.300.v20190218-2126.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (228.98kB) [INFO] Fetching org.eclipse.ui.ide_3.15.0.v20190301-1127.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (964.56kB) [INFO] Fetching org.eclipse.ui.editors_3.11.400.v20190218-1547.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (194.99kB) [INFO] Fetching org.eclipse.ui.forms_3.7.500.v20190216-1545.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (123.09kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.500.v20190131-1604.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (13.77kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.100.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (25.97kB) [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.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (22.71kB) [INFO] Fetching org.eclipse.e4.core.services_2.1.400.v20181215-2145.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (23.91kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.300.v20190214-1713.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (7.69kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (7.77kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.56kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.200.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (21.21kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (98kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.400.v20190131-1604.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (23.06kB) [INFO] Fetching org.eclipse.swt_3.110.0.v20190305-0602.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.04kB) [INFO] Fetching org.eclipse.jface_3.15.100.v20190222-1334.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (357kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.500.v20190211-2017.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (64.15kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.400.v20190223-1254.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (79.76kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.200.v20190212-2214.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.85kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.500.v20190214-1316.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (9.97kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.300.v20190213-1544.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (107.89kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.400.v20190212-2214.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (13.3kB) [INFO] Fetching org.eclipse.equinox.event_1.5.0.v20181008-1938.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.82kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.300.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (9.49kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.9.0.v20190220-1356.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (86.77kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.13.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (51.1kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.400.v20190224-1542.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (51.85kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.500.v20190220-1002.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (93.84kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.500.v20190214-0851.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (71.13kB) [INFO] Fetching org.eclipse.jface.databinding_1.8.500.v20190218-2049.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (69.07kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.0.v20181213-1706.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (13.09kB) [INFO] Fetching org.eclipse.equinox.bidi_1.1.300.v20190218-1259.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (23.16kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.6.0.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (31.98kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.200.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (74.79kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.300.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (108kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (51.01kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.300.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (55.15kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (44.42kB) [INFO] Fetching org.eclipse.equinox.security_1.3.100.v20190215-2139.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (44.7kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.110.0.v20190305-0602.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1.09MB) [INFO] Fetching org.eclipse.ui.workbench_3.113.0.v20190219-1432.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1,018.38kB) [INFO] Fetching org.eclipse.ui.navigator_3.7.400.v20190218-2049.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (134.85kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (14.95kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.110.0.v20190305-0602.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1,004.13kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.110.0.v20190305-0602.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (798.43kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.dispatch:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.dispatch/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.doc:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.parser:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.parser/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.perf:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.perf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.platform:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform/pom.xml [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.200.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (19.5kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.0.v20190212-1235.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (58.21kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (38.73kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.300.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (48.12kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (103.26kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (72.9kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (23.9kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.300.v20190202-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (31.98kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.platform.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform.ui/pom.xml [INFO] Fetching com.ibm.icu_63.1.0.v20181030-1705.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (9.35MB) [INFO] Fetching com.ibm.icu_63.1.0.v20181030-1705.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (7.17MB of 9.35MB at 7.16MB/s) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.popup:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.popup.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.server.tcp:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.server.tcp.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.shell:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.shell/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.telnet.server:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.telnet.server.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.operations:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.operations/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.interop:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.interop/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.filesystem:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.filesystem/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.core:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.core-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.ide:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.ide-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.shell:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.shell-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.platform:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.platform-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.platform.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.platform.ui-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.sdk:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.sdk-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.server:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.server-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.server.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.server.ui-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.operations.tests:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/pom.xml [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (2.55MB) [INFO] Fetching org.eclipse.compare_3.7.500.v20190218-1850.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (302.98kB) [INFO] Fetching org.eclipse.ui.views_3.9.300.v20190216-1545.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (48.73kB) [INFO] Fetching org.eclipse.core.net_1.3.400.v20181030-1645.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (33.61kB) [INFO] Fetching org.eclipse.equinox.launcher_1.5.300.v20190213-1655.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (29.93kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.0.v20190216-1303.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (107.69kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.300.v20190216-1303.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (181.37kB) [INFO] Fetching org.eclipse.team.core_3.8.500.v20190216-2155.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (126.16kB) [INFO] Fetching org.eclipse.team.ui_3.8.400.v20190216-2155.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (492.78kB) [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (283.72kB) [INFO] Fetching org.eclipse.ui.ide.application_1.3.200.v20190212-2214.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (54.18kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.400.v20190222-1251.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (69.45kB) [INFO] Fetching org.eclipse.urischeme_1.0.200.v20190219-1659.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (21.67kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.400.v20190215-1230.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (40.7kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (29.18kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.data.tests:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.client.tcp.tests:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.core.tests:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.core.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.parser.test:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.parser.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.perf.tests:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.doc.tests:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:ecl-repository:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/ecl/repository/pom.xml [INFO] Adding repository http://download.eclipse.org/tools/ajdt/43/update [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.core:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.watson:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.jobs:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.jobs/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.ui/pom.xml [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (215.67kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla.features:org.eclipse.rcptt.tesla:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.core:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.core.context:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core.context/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.recording.core:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.ecl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.ecl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.tesla.ecl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.ecl-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla.ecl:org.eclipse.rcptt.tesla.recording.core.ecl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core.ecl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.search:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.search/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.builder:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.builder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.scenario:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.scenario/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.launching:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.launching/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.logging:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.logging/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.debug:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.debug/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.group:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.group/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.preferences/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.resources:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.resources/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.script:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.script/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.super:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.super/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.capability:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.capability/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.workbench/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.parameters:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.parameters/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.filesystem:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.filesystem/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.extensions:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.extensions/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.time:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.time/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.text:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.text/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.log:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.log/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.tree/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.resources:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.resources/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.reporting:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.reporting/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.resources:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.resources/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.util:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util/pom.xml [INFO] Fetching org.jsoup_1.7.2.v201411291515.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (87.52kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.util.resources:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util.resources/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.swt:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.swt.win64:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt.win64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.core.features:org.eclipse.rcptt.core:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.core:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.parser:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.parser/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.formatter:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.formatter/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.scanner:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.scanner/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.highlighter:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.highlighter/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.expandbar:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.expandbar/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.tests:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.formatter.test:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.formatter.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.parser.test:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.parser.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree.test:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.verifications.tree.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.search.test:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.search.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:core-repository:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/repository/core/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] ecl [pom] [INFO] ecl-plugins [pom] [INFO] org.eclipse.rcptt.ecl.core [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.client.tcp [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.dispatch [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.filesystem [eclipse-plugin] [INFO] core [pom] [INFO] rcptt.core [pom] [INFO] org.eclipse.rcptt.logging [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.core.context [eclipse-plugin] [INFO] org.eclipse.rcptt.util [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.core [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.ecl [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.data [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.data.apache.poi [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.parser [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.debug.runtime [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.debug.core [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.debug.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.doc [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.perf [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.platform [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.platform.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.popup [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.popup.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.server.tcp [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.server.tcp.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.shell [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.telnet.server [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.telnet.server.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.operations [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.interop [eclipse-plugin] [INFO] ecl-features [pom] [INFO] org.eclipse.rcptt.ecl.core [eclipse-feature] [INFO] org.eclipse.rcptt.ecl.ide [eclipse-feature] [INFO] org.eclipse.rcptt.ecl.server [eclipse-feature] [INFO] org.eclipse.rcptt.ecl.shell [eclipse-feature] [INFO] org.eclipse.rcptt.ecl.platform [eclipse-feature] [INFO] org.eclipse.rcptt.ecl.platform.ui [eclipse-feature] [INFO] org.eclipse.rcptt.ecl.sdk [eclipse-feature] [INFO] org.eclipse.rcptt.ecl.server.ui [eclipse-feature] [INFO] ecl-tests [pom] [INFO] org.eclipse.rcptt.ecl.parser.test [eclipse-test-plugin] [INFO] org.eclipse.rcptt.ecl.operations.tests [eclipse-test-plugin] [INFO] org.eclipse.rcptt.ecl.data.tests [eclipse-test-plugin] [INFO] org.eclipse.rcptt.ecl.core.tests [eclipse-test-plugin] [INFO] org.eclipse.rcptt.ecl.client.tcp.tests [eclipse-test-plugin] [INFO] org.eclipse.rcptt.ecl.perf.tests [eclipse-test-plugin] [INFO] org.eclipse.rcptt.ecl.doc.tests [eclipse-test-plugin] [INFO] ecl-repository [eclipse-repository] [INFO] watson [pom] [INFO] org.eclipse.rcptt.watson.core [eclipse-plugin] [INFO] org.eclipse.rcptt.watson.jobs [eclipse-plugin] [INFO] org.eclipse.rcptt.watson [eclipse-feature] [INFO] org.eclipse.rcptt.watson.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.core [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla [eclipse-feature] [INFO] org.eclipse.rcptt.tesla.recording.core.ecl [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.ecl [eclipse-feature] [INFO] org.eclipse.rcptt.core.scenario [eclipse-plugin] [INFO] org.eclipse.rcptt.core [eclipse-plugin] [INFO] org.eclipse.rcptt.core.search [eclipse-plugin] [INFO] org.eclipse.rcptt.reporting [eclipse-plugin] [INFO] rcptt.core.verifications [pom] [INFO] org.eclipse.rcptt.verifications [eclipse-plugin] [INFO] org.eclipse.rcptt.core.ecl.core [eclipse-plugin] [INFO] org.eclipse.rcptt.core.ecl.scanner [eclipse-plugin] [INFO] org.eclipse.rcptt.core.ecl.parser [eclipse-plugin] [INFO] org.eclipse.rcptt.core.builder [eclipse-plugin] [INFO] org.eclipse.rcptt.core.launching [eclipse-plugin] [INFO] rcptt.core.contexts [pom] [INFO] org.eclipse.rcptt.ctx.debug [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.group [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.preferences [eclipse-plugin] [INFO] org.eclipse.rcptt.resources [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.resources [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.script [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.super [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.capability [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.workbench [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.parameters [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.filesystem [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.extensions [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.time [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.text [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.log [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.tree [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.resources [eclipse-plugin] [INFO] org.eclipse.rcptt.util.resources [eclipse-plugin] [INFO] org.eclipse.rcptt.core.swt [eclipse-plugin] [INFO] org.eclipse.rcptt.core.swt.win64 [eclipse-plugin] [INFO] org.eclipse.rcptt.core.ecl.formatter [eclipse-plugin] [INFO] org.eclipse.rcptt.core.ecl.highlighter [eclipse-plugin] [INFO] org.eclipse.rcptt.expandbar [eclipse-plugin] [INFO] org.eclipse.rcptt.core [eclipse-feature] [INFO] rcptt.core.tests [pom] [INFO] org.eclipse.rcptt.core.tests [eclipse-test-plugin] [INFO] org.eclipse.rcptt.core.ecl.formatter.test [eclipse-test-plugin] [INFO] org.eclipse.rcptt.core.ecl.parser.test [eclipse-test-plugin] [INFO] org.eclipse.rcptt.verifications.tree.test [eclipse-test-plugin] [INFO] org.eclipse.rcptt.core.search.test [eclipse-test-plugin] [INFO] core-repository [eclipse-repository] [INFO] [INFO] -----------------------< org.eclipse.rcptt:ecl >------------------------ [INFO] Building ecl 2.5.5-SNAPSHOT [1/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ecl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ ecl --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ ecl --- [INFO] [INFO] -----------------< org.eclipse.rcptt.ecl:ecl-plugins >------------------ [INFO] Building ecl-plugins 2.5.5-SNAPSHOT [2/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ecl-plugins --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ ecl-plugins --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ ecl-plugins --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ ecl-plugins --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ ecl-plugins --- [INFO] [INFO] -----------------------< org.eclipse.rcptt:core >----------------------- [INFO] Building core 2.5.5-SNAPSHOT [3/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ core --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ core --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ core --- [INFO] [INFO] -----------------< org.eclipse.rcptt.ecl:ecl-features >----------------- [INFO] Building ecl-features 2.5.5-SNAPSHOT [4/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ecl-features --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ ecl-features --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ ecl-features --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ ecl-features --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ ecl-features --- [INFO] [INFO] ------------------< org.eclipse.rcptt.ecl:ecl-tests >------------------- [INFO] Building ecl-tests 2.5.5-SNAPSHOT [5/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ecl-tests --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ ecl-tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ ecl-tests --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ ecl-tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ ecl-tests --- [INFO] [INFO] ----------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.core >---------- [INFO] Building org.eclipse.rcptt.ecl.core 2.5.5-SNAPSHOT [6/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.core --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (14.48kB) [INFO] Fetching org.eclipse.equinox.weaving.hook_1.2.200.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (21.74kB) [INFO] Fetching org.eclipse.equinox.region_1.4.300.v20181116-1551.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (28.94kB) [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.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (14.92kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.400.v20190208-1533.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (102.05kB) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ecl.core --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.core/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 168 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.core --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.core/target/org.eclipse.rcptt.ecl.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.core/target/org.eclipse.rcptt.ecl.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.core --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.core/target/org.eclipse.rcptt.ecl.core-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.core/target/org.eclipse.rcptt.ecl.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.core/target/org.eclipse.rcptt.ecl.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.core --- [INFO] No tests to run. [INFO] [INFO] --------------------< org.eclipse.rcptt:rcptt.core >-------------------- [INFO] Building rcptt.core 2.5.5-SNAPSHOT [7/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.core --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ rcptt.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.core --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ rcptt.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.core --- [INFO] [INFO] ----------------------< org.eclipse.rcptt:watson >---------------------- [INFO] Building watson 2.5.5-SNAPSHOT [8/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ watson --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ watson --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ watson --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ watson --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ watson --- [INFO] [INFO] -----------------< org.eclipse.rcptt:rcptt.core.tests >----------------- [INFO] Building rcptt.core.tests 2.5.5-SNAPSHOT [9/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.core.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ rcptt.core.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.core.tests --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ rcptt.core.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.core.tests --- [INFO] [INFO] -------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.client.tcp >------- [INFO] Building org.eclipse.rcptt.ecl.client.tcp 2.5.5-SNAPSHOT [10/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.client.tcp... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.client.tcp/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ecl.client.tcp --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.client.tcp/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.client.tcp/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.client.tcp/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.client.tcp/target/org.eclipse.rcptt.ecl.client.tcp-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.client.tcp --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.client.tcp/target/org.eclipse.rcptt.ecl.client.tcp-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.client.tcp/target/org.eclipse.rcptt.ecl.client.tcp-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.client.tcp/target/org.eclipse.rcptt.ecl.client.tcp-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.client.tcp --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.client.tcp/target/org.eclipse.rcptt.ecl.client.tcp-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.client.tcp --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.dispatch >-------- [INFO] Building org.eclipse.rcptt.ecl.dispatch 2.5.5-SNAPSHOT [11/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.dispatch... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.dispatch/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ecl.dispatch --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.dispatch/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.dispatch/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.dispatch/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.dispatch/target/org.eclipse.rcptt.ecl.dispatch-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.dispatch --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.dispatch/target/org.eclipse.rcptt.ecl.dispatch-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.dispatch/target/org.eclipse.rcptt.ecl.dispatch-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.dispatch/target/org.eclipse.rcptt.ecl.dispatch-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.dispatch --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.dispatch/target/org.eclipse.rcptt.ecl.dispatch-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.dispatch --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.parser >--------- [INFO] Building org.eclipse.rcptt.ecl.parser 2.5.5-SNAPSHOT [12/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.parser --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.parser --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.parser --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.parser --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.parser --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.parser --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.parser... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.parser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.parser/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ecl.parser --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.parser/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.parser/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.parser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.parser/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.parser --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.parser --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.parser/target/org.eclipse.rcptt.ecl.parser-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.parser --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.parser --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.parser/target/org.eclipse.rcptt.ecl.parser-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.parser --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.parser/target/org.eclipse.rcptt.ecl.parser-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.parser/target/org.eclipse.rcptt.ecl.parser-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.parser --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.parser/target/org.eclipse.rcptt.ecl.parser-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.parser --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.parser --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.parser --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.doc >----------- [INFO] Building org.eclipse.rcptt.ecl.doc 2.5.5-SNAPSHOT [13/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.doc --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.doc --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.doc --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.doc... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ecl.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.doc/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.doc/target/org.eclipse.rcptt.ecl.doc-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.doc --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.doc/target/org.eclipse.rcptt.ecl.doc-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.doc --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.doc/target/org.eclipse.rcptt.ecl.doc-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.doc/target/org.eclipse.rcptt.ecl.doc-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.doc --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.doc/target/org.eclipse.rcptt.ecl.doc-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.doc --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.doc --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.doc --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.perf >---------- [INFO] Building org.eclipse.rcptt.ecl.perf 2.5.5-SNAPSHOT [14/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.perf --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.perf --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.perf --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.perf --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.perf --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.perf --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.perf... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.perf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.perf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ecl.perf --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.perf/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.perf/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.perf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.perf/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.perf --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.perf --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.perf/target/org.eclipse.rcptt.ecl.perf-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.perf --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.perf --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.perf/target/org.eclipse.rcptt.ecl.perf-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.perf --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.perf/target/org.eclipse.rcptt.ecl.perf-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.perf/target/org.eclipse.rcptt.ecl.perf-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.perf --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.perf/target/org.eclipse.rcptt.ecl.perf-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.perf --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.perf --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.perf --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.platform >-------- [INFO] Building org.eclipse.rcptt.ecl.platform 2.5.5-SNAPSHOT [15/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.platform --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (31.33kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.300.v20181030-1942.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (51.27kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.100.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (13.51kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (10.18kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.100.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (9.95kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.100.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (30.88kB) [INFO] Fetching org.eclipse.core.filesystem.linux.ppc64le_1.4.100.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (9.98kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.200.v20181106-0957.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (12.67kB) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.platform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ecl.platform --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 97 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.platform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.platform --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform/target/org.eclipse.rcptt.ecl.platform-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.platform --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform/target/org.eclipse.rcptt.ecl.platform-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.platform --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform/target/org.eclipse.rcptt.ecl.platform-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform/target/org.eclipse.rcptt.ecl.platform-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.platform --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform/target/org.eclipse.rcptt.ecl.platform-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.platform --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.server.tcp >------- [INFO] Building org.eclipse.rcptt.ecl.server.tcp 2.5.5-SNAPSHOT [16/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.server.tcp... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ecl.server.tcp --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp/target/org.eclipse.rcptt.ecl.server.tcp-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.server.tcp --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp/target/org.eclipse.rcptt.ecl.server.tcp-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp/target/org.eclipse.rcptt.ecl.server.tcp-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp/target/org.eclipse.rcptt.ecl.server.tcp-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.server.tcp --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp/target/org.eclipse.rcptt.ecl.server.tcp-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.server.tcp --- [INFO] No tests to run. [INFO] [INFO] ------------< org.eclipse.rcptt:org.eclipse.rcptt.logging >------------- [INFO] Building org.eclipse.rcptt.logging 2.5.5-SNAPSHOT [17/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.logging --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.logging --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.logging --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.logging --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.logging --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.logging --- [INFO] Resolving class path of org.eclipse.rcptt.logging... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.logging --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.logging/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.logging --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.logging/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.logging/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.logging --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.logging/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.logging --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.logging --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.logging/target/org.eclipse.rcptt.logging-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.logging --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.logging --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.logging/target/org.eclipse.rcptt.logging-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.logging --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.logging/target/org.eclipse.rcptt.logging-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.logging/target/org.eclipse.rcptt.logging-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.logging --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.logging/target/org.eclipse.rcptt.logging-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.logging --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.logging --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.logging --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.tesla.core.context >------- [INFO] Building org.eclipse.rcptt.tesla.core.context 2.5.5-SNAPSHOT [18/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.core.context --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.core.context --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.core.context --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.core.context --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.core.context --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.core.context --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.core.context... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.core.context --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core.context/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.core.context --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core.context/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core.context/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.core.context --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core.context/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.core.context --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.core.context --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core.context/target/org.eclipse.rcptt.tesla.core.context-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.core.context --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.core.context --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core.context/target/org.eclipse.rcptt.tesla.core.context-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.core.context --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core.context/target/org.eclipse.rcptt.tesla.core.context-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core.context/target/org.eclipse.rcptt.tesla.core.context-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.core.context --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core.context/target/org.eclipse.rcptt.tesla.core.context-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.core.context --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.core.context --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.core.context --- [INFO] No tests to run. [INFO] [INFO] --------------< org.eclipse.rcptt:org.eclipse.rcptt.util >-------------- [INFO] Building org.eclipse.rcptt.util 2.5.5-SNAPSHOT [19/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.util --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.util --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.util --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.util --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.util --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.util --- [INFO] Resolving class path of org.eclipse.rcptt.util... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.util --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.util --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.util --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util/target/org.eclipse.rcptt.util-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.util --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.util --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util/target/org.eclipse.rcptt.util-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.util --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util/target/org.eclipse.rcptt.util-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util/target/org.eclipse.rcptt.util-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.util --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util/target/org.eclipse.rcptt.util-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.util --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.util --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.util --- [INFO] No tests to run. [INFO] [INFO] -------------< org.eclipse.rcptt:rcptt.core.verifications >------------- [INFO] Building rcptt.core.verifications 2.5.5-SNAPSHOT [20/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.core.verifications --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ rcptt.core.verifications --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.core.verifications --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ rcptt.core.verifications --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.core.verifications --- [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.scanner >-------- [INFO] Building org.eclipse.rcptt.core.ecl.scanner 2.5.5-SNAPSHOT [21/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] Resolving class path of org.eclipse.rcptt.core.ecl.scanner... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.scanner/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.core.ecl.scanner --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.scanner/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.scanner/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.scanner/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.scanner/target/org.eclipse.rcptt.core.ecl.scanner-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.core.ecl.scanner --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.scanner/target/org.eclipse.rcptt.core.ecl.scanner-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.scanner/target/org.eclipse.rcptt.core.ecl.scanner-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.scanner/target/org.eclipse.rcptt.core.ecl.scanner-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.core.ecl.scanner --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.scanner/target/org.eclipse.rcptt.core.ecl.scanner-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.core.ecl.scanner --- [INFO] No tests to run. [INFO] [INFO] ---------------< org.eclipse.rcptt:rcptt.core.contexts >---------------- [INFO] Building rcptt.core.contexts 2.5.5-SNAPSHOT [22/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.core.contexts --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ rcptt.core.contexts --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.core.contexts --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ rcptt.core.contexts --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.core.contexts --- [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.util.resources >--------- [INFO] Building org.eclipse.rcptt.util.resources 2.5.5-SNAPSHOT [23/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.util.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.util.resources --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.util.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.util.resources --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.util.resources --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.util.resources --- [INFO] Resolving class path of org.eclipse.rcptt.util.resources... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.util.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util.resources/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.util.resources --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util.resources/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util.resources/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.util.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util.resources/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.util.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.util.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util.resources/target/org.eclipse.rcptt.util.resources-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.util.resources --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.util.resources --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util.resources/target/org.eclipse.rcptt.util.resources-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.util.resources --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util.resources/target/org.eclipse.rcptt.util.resources-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util.resources/target/org.eclipse.rcptt.util.resources-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.util.resources --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.util.resources/target/org.eclipse.rcptt.util.resources-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.util.resources --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.util.resources --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.util.resources --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.filesystem >------- [INFO] Building org.eclipse.rcptt.ecl.filesystem 2.5.5-SNAPSHOT [24/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.filesystem... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.filesystem/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ecl.filesystem --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.filesystem/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.filesystem/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.filesystem/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.filesystem/target/org.eclipse.rcptt.ecl.filesystem-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.filesystem --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.filesystem/target/org.eclipse.rcptt.ecl.filesystem-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.filesystem/target/org.eclipse.rcptt.ecl.filesystem-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.filesystem/target/org.eclipse.rcptt.ecl.filesystem-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.filesystem --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.filesystem/target/org.eclipse.rcptt.ecl.filesystem-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.filesystem --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.debug.runtime >------ [INFO] Building org.eclipse.rcptt.ecl.debug.runtime 2.5.5-SNAPSHOT [25/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.debug.runtime... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.runtime/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ecl.debug.runtime --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.runtime/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 62 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.runtime/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.runtime/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.runtime/target/org.eclipse.rcptt.ecl.debug.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.debug.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.runtime/target/org.eclipse.rcptt.ecl.debug.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.runtime/target/org.eclipse.rcptt.ecl.debug.runtime-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.runtime/target/org.eclipse.rcptt.ecl.debug.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.debug.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.runtime/target/org.eclipse.rcptt.ecl.debug.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.debug.runtime --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.popup >---------- [INFO] Building org.eclipse.rcptt.ecl.popup 2.5.5-SNAPSHOT [26/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.popup --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.popup --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.popup --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.popup --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.popup --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1MB) [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.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (19.65kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.100.v20180828-0838.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (7.62kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.500.v20181106-0908.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (7.98kB) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.popup --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ecl.popup --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.popup --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.popup --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.popup --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup/target/org.eclipse.rcptt.ecl.popup-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.popup --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.popup --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup/target/org.eclipse.rcptt.ecl.popup-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.popup --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup/target/org.eclipse.rcptt.ecl.popup-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup/target/org.eclipse.rcptt.ecl.popup-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.popup --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup/target/org.eclipse.rcptt.ecl.popup-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.popup --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.popup --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.popup --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.shell >---------- [INFO] Building org.eclipse.rcptt.ecl.shell 2.5.5-SNAPSHOT [27/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.shell --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.shell --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.shell... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.shell --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.shell/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ecl.shell --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.shell/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.shell/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.shell --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.shell/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.shell --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.shell/target/org.eclipse.rcptt.ecl.shell-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.shell --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.shell/target/org.eclipse.rcptt.ecl.shell-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.shell --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.shell/target/org.eclipse.rcptt.ecl.shell-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.shell/target/org.eclipse.rcptt.ecl.shell-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.shell --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.shell/target/org.eclipse.rcptt.ecl.shell-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.shell --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.operations >------- [INFO] Building org.eclipse.rcptt.ecl.operations 2.5.5-SNAPSHOT [28/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.operations --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.operations --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.operations --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.operations --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.operations --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.operations --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.operations... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.operations --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.operations/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ecl.operations --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.operations/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 148 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.operations/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.operations --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.operations/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.operations --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.operations --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.operations/target/org.eclipse.rcptt.ecl.operations-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.operations --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.operations --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.operations/target/org.eclipse.rcptt.ecl.operations-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.operations --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.operations/target/org.eclipse.rcptt.ecl.operations-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.operations/target/org.eclipse.rcptt.ecl.operations-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.operations --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.operations/target/org.eclipse.rcptt.ecl.operations-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.operations --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.operations --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.operations --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.perf.tests >------- [INFO] Building org.eclipse.rcptt.ecl.perf.tests 2.5.5-SNAPSHOT [29/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (13.38kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.300.v20181126-0635.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (27.76kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.300.v20181130-0925.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (93.43kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1000.v20190125-2016.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (33.15kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1000.v20190125-2016.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (75.25kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.1.1000.v20190125-2016.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (76.46kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1000.v20190125-2016.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (69.12kB) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ecl.perf.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/target/org.eclipse.rcptt.ecl.perf.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.perf.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/target/org.eclipse.rcptt.ecl.perf.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/target/org.eclipse.rcptt.ecl.perf.tests-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/target/org.eclipse.rcptt.ecl.perf.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.perf.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/target/org.eclipse.rcptt.ecl.perf.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:test (default-test) @ org.eclipse.rcptt.ecl.perf.tests --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/target/work/data, -install, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/target/work, -configuration, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/target/surefire.properties] Running org.eclipse.rcptt.ecl.perf.tests.TimePerfTest 3 1 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.676 s - in org.eclipse.rcptt.ecl.perf.tests.TimePerfTest testSimple(org.eclipse.rcptt.ecl.perf.tests.TimePerfTest) Time elapsed: 0.384 s testMeasureTime(org.eclipse.rcptt.ecl.perf.tests.TimePerfTest) Time elapsed: 0.004 s Results: Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] -------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.doc.tests >-------- [INFO] Building org.eclipse.rcptt.ecl.doc.tests 2.5.5-SNAPSHOT [30/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.doc.tests... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ecl.doc.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/target/org.eclipse.rcptt.ecl.doc.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.doc.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/target/org.eclipse.rcptt.ecl.doc.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/target/org.eclipse.rcptt.ecl.doc.tests-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/target/org.eclipse.rcptt.ecl.doc.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.doc.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/target/org.eclipse.rcptt.ecl.doc.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:test (default-test) @ org.eclipse.rcptt.ecl.doc.tests --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/target/work/data, -install, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/target/work, -configuration, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/target/surefire.properties] Running org.eclipse.rcptt.ecl.doc.tests.EclDocTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.529 s - in org.eclipse.rcptt.ecl.doc.tests.EclDocTest test01(org.eclipse.rcptt.ecl.doc.tests.EclDocTest) Time elapsed: 1.503 s Results: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] -----< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.server.tcp.ui >------ [INFO] Building org.eclipse.rcptt.ecl.server.tcp.ui 2.5.5-SNAPSHOT [31/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.server.tcp.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp.ui/target/org.eclipse.rcptt.ecl.server.tcp.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp.ui/target/org.eclipse.rcptt.ecl.server.tcp.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp.ui/target/org.eclipse.rcptt.ecl.server.tcp.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp.ui/target/org.eclipse.rcptt.ecl.server.tcp.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp.ui/target/org.eclipse.rcptt.ecl.server.tcp.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.server.tcp.ui --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.server >----- [INFO] Building org.eclipse.rcptt.ecl.server 2.5.5-SNAPSHOT [32/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.server --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.ecl.server --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.server --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.server --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.server --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.server --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.ecl.server --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.server-feature/target/org.eclipse.rcptt.ecl.server-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.server --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.ecl.server --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.server --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.server --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.server-feature/target/org.eclipse.rcptt.ecl.server-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.server-feature/target/org.eclipse.rcptt.ecl.server-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.server --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.server --- [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.tesla.core >----------- [INFO] Building org.eclipse.rcptt.tesla.core 2.5.5-SNAPSHOT [33/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.core --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.core --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.core --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.core... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.core --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 508 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.core --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core/target/org.eclipse.rcptt.tesla.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.core --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core/target/org.eclipse.rcptt.tesla.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.core --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core/target/org.eclipse.rcptt.tesla.core-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core/target/org.eclipse.rcptt.tesla.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.core/target/org.eclipse.rcptt.tesla.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.core --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.core --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.platform.ui >------- [INFO] Building org.eclipse.rcptt.ecl.platform.ui 2.5.5-SNAPSHOT [34/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.platform.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ecl.platform.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform.ui/target/org.eclipse.rcptt.ecl.platform.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.platform.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform.ui/target/org.eclipse.rcptt.ecl.platform.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform.ui/target/org.eclipse.rcptt.ecl.platform.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform.ui/target/org.eclipse.rcptt.ecl.platform.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.platform.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.platform.ui/target/org.eclipse.rcptt.ecl.platform.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.interop >--------- [INFO] Building org.eclipse.rcptt.ecl.interop 2.5.5-SNAPSHOT [35/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.interop --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.interop --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.interop --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.interop --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.interop --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.interop --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.interop... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.interop --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.interop/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ecl.interop --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.interop/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.interop/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.interop --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.interop/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.interop --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.interop --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.interop/target/org.eclipse.rcptt.ecl.interop-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.interop --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.interop --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.interop/target/org.eclipse.rcptt.ecl.interop-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.interop --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.interop/target/org.eclipse.rcptt.ecl.interop-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.interop/target/org.eclipse.rcptt.ecl.interop-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.interop --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.interop/target/org.eclipse.rcptt.ecl.interop-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.interop --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.interop --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.interop --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.formatter >------- [INFO] Building org.eclipse.rcptt.core.ecl.formatter 2.5.5-SNAPSHOT [36/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] Resolving class path of org.eclipse.rcptt.core.ecl.formatter... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.formatter/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.core.ecl.formatter --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.formatter/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.formatter/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.formatter/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.formatter/target/org.eclipse.rcptt.core.ecl.formatter-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.core.ecl.formatter --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.formatter/target/org.eclipse.rcptt.core.ecl.formatter-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.formatter/target/org.eclipse.rcptt.core.ecl.formatter-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.formatter/target/org.eclipse.rcptt.core.ecl.formatter-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.core.ecl.formatter --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.formatter/target/org.eclipse.rcptt.core.ecl.formatter-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.core.ecl.formatter --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.highlighter >------ [INFO] Building org.eclipse.rcptt.core.ecl.highlighter 2.5.5-SNAPSHOT [37/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] Resolving class path of org.eclipse.rcptt.core.ecl.highlighter... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.highlighter/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.core.ecl.highlighter --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.highlighter/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.highlighter/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.highlighter/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.highlighter/target/org.eclipse.rcptt.core.ecl.highlighter-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.core.ecl.highlighter --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.highlighter/target/org.eclipse.rcptt.core.ecl.highlighter-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.highlighter/target/org.eclipse.rcptt.core.ecl.highlighter-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.highlighter/target/org.eclipse.rcptt.core.ecl.highlighter-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.core.ecl.highlighter --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.highlighter/target/org.eclipse.rcptt.core.ecl.highlighter-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.core.ecl.highlighter --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.debug.core >------- [INFO] Building org.eclipse.rcptt.ecl.debug.core 2.5.5-SNAPSHOT [38/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.debug.core... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ecl.debug.core --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/target/org.eclipse.rcptt.ecl.debug.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.debug.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/target/org.eclipse.rcptt.ecl.debug.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/target/org.eclipse.rcptt.ecl.debug.core-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/target/org.eclipse.rcptt.ecl.debug.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.debug.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/target/org.eclipse.rcptt.ecl.debug.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.debug.core --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.popup.ui >-------- [INFO] Building org.eclipse.rcptt.ecl.popup.ui 2.5.5-SNAPSHOT [39/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.popup.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ecl.popup.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup.ui/target/org.eclipse.rcptt.ecl.popup.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.popup.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup.ui/target/org.eclipse.rcptt.ecl.popup.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup.ui/target/org.eclipse.rcptt.ecl.popup.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup.ui/target/org.eclipse.rcptt.ecl.popup.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.popup.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.popup.ui/target/org.eclipse.rcptt.ecl.popup.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.popup.ui --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.telnet.server >------ [INFO] Building org.eclipse.rcptt.ecl.telnet.server 2.5.5-SNAPSHOT [40/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.telnet.server... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ecl.telnet.server --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server/target/org.eclipse.rcptt.ecl.telnet.server-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.telnet.server --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server/target/org.eclipse.rcptt.ecl.telnet.server-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server/target/org.eclipse.rcptt.ecl.telnet.server-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server/target/org.eclipse.rcptt.ecl.telnet.server-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.telnet.server --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server/target/org.eclipse.rcptt.ecl.telnet.server-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.telnet.server --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.parser.test >------- [INFO] Building org.eclipse.rcptt.ecl.parser.test 2.5.5-SNAPSHOT [41/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.parser.test... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.parser.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ecl.parser.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.parser.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.parser.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.parser.test/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.parser.test/target/org.eclipse.rcptt.ecl.parser.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.parser.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.parser.test/target/org.eclipse.rcptt.ecl.parser.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.parser.test/target/org.eclipse.rcptt.ecl.parser.test-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.parser.test/target/org.eclipse.rcptt.ecl.parser.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.parser.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.parser.test/target/org.eclipse.rcptt.ecl.parser.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:test (default-test) @ org.eclipse.rcptt.ecl.parser.test --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.parser.test/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.parser.test/target/work/data, -install, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.parser.test/target/work, -configuration, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.parser.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.parser.test/target/surefire.properties] Running org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest testLexer001(org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest) Time elapsed: 0.004 s testLexer002(org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest) Time elapsed: 0 s testLexer003(org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest) Time elapsed: 0.001 s testLexer004(org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest) Time elapsed: 0.001 s testLexer006(org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest) Time elapsed: 0 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.564 s - in org.eclipse.rcptt.ecl.parser.test.SimpleParserTest testCurlyArgWithCommentInside(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.109 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.063 s testSubCommandOnNewLines(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testCommandAfterNewLine(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testCommandAfterNewLines(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser001d(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testParser001e(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser001f(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser001g(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.002 s testParser001h(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser003a(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testNewlineBeforePlus(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testLexer001(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testParser002(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser003(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testParser004(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser005(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testParser006(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser009(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testParser010(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.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.001 s testParser021(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testParser022(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 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.002 s testNewlineAfterPlus(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testCommentedClosedBrace(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testCommandAndCommentsAtEof(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testCommentAfterPipe(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.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.001 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.001 s testLexer001e(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testVariableInPipe(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testNewLineWithSpacesAfterCommand(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testSubCommandWithEverything(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testScringEscape(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testCurlyArg(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testVariableArgument(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testCommentsAtEof(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testVarDereference(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testCommentAndEolAtEof(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testNewLinesAfterCommand(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testCommandAfterComment(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testClosedBraceWithRandomComments(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testSubCommandOnANewLine(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testNewlineAtEOF(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testNoNestedSequences(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testMultipleNewlinesBetweenCommands(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s Running org.eclipse.rcptt.ecl.parser.test.ExecServiceTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.416 s - in org.eclipse.rcptt.ecl.parser.test.ExecServiceTest letExpression(org.eclipse.rcptt.ecl.parser.test.ExecServiceTest) Time elapsed: 0.327 s Results: Tests run: 67, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ---< org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.server.ui >--- [INFO] Building org.eclipse.rcptt.ecl.server.ui 2.5.5-SNAPSHOT [42/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.server.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.ecl.server.ui --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.server.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.server.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.server.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.server.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.ecl.server.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.server.ui-feature/target/org.eclipse.rcptt.ecl.server.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.server.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.ecl.server.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.server.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.server.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.server.ui-feature/target/org.eclipse.rcptt.ecl.server.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.server.ui-feature/target/org.eclipse.rcptt.ecl.server.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.server.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.server.ui --- [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.tesla.ecl >------------ [INFO] Building org.eclipse.rcptt.tesla.ecl 2.5.5-SNAPSHOT [43/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.ecl --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.ecl --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.ecl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.ecl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.ecl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.ecl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 366 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.ecl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.ecl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.ecl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.ecl/target/org.eclipse.rcptt.tesla.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.ecl/target/org.eclipse.rcptt.tesla.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.ecl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.ecl/target/org.eclipse.rcptt.tesla.ecl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.ecl/target/org.eclipse.rcptt.tesla.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.ecl/target/org.eclipse.rcptt.tesla.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.ecl --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.watson.core >----------- [INFO] Building org.eclipse.rcptt.watson.core 2.5.5-SNAPSHOT [44/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.watson.core --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.core --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.watson.core --- [INFO] Resolving class path of org.eclipse.rcptt.watson.core... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.watson.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.watson.core --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.core/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 80 source files to /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.watson.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.watson.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.watson.core --- [INFO] Building jar: /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.core/target/org.eclipse.rcptt.watson.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson.core --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.watson.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.core/target/org.eclipse.rcptt.watson.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.watson.core --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.core/target/org.eclipse.rcptt.watson.core-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.core/target/org.eclipse.rcptt.watson.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.watson.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.core/target/org.eclipse.rcptt.watson.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.watson.core --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.watson.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.watson.core --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.tesla.recording.core >------ [INFO] Building org.eclipse.rcptt.tesla.recording.core 2.5.5-SNAPSHOT [45/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.core... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.core --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core/target/org.eclipse.rcptt.tesla.recording.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core/target/org.eclipse.rcptt.tesla.recording.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core/target/org.eclipse.rcptt.tesla.recording.core-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core/target/org.eclipse.rcptt.tesla.recording.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core/target/org.eclipse.rcptt.tesla.recording.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.core --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.core.scenario >---------- [INFO] Building org.eclipse.rcptt.core.scenario 2.5.5-SNAPSHOT [46/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.scenario --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.scenario --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.core.scenario --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.core.scenario --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.core.scenario --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.scenario --- [INFO] Resolving class path of org.eclipse.rcptt.core.scenario... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.scenario --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.scenario/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.core.scenario --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.scenario/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.scenario/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.scenario --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.scenario/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.scenario --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.scenario --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.scenario/target/org.eclipse.rcptt.core.scenario-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.scenario --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.core.scenario --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.scenario/target/org.eclipse.rcptt.core.scenario-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.scenario --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.scenario/target/org.eclipse.rcptt.core.scenario-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.scenario/target/org.eclipse.rcptt.core.scenario-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.core.scenario --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.scenario/target/org.eclipse.rcptt.core.scenario-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.scenario --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.core.scenario --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.core.scenario --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.core.tests >------- [INFO] Building org.eclipse.rcptt.ecl.core.tests 2.5.5-SNAPSHOT [47/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.core.tests... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ecl.core.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.core.tests/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.core.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.core.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.core.tests/target/org.eclipse.rcptt.ecl.core.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.core.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.core.tests/target/org.eclipse.rcptt.ecl.core.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.core.tests/target/org.eclipse.rcptt.ecl.core.tests-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.core.tests/target/org.eclipse.rcptt.ecl.core.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.core.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.core.tests/target/org.eclipse.rcptt.ecl.core.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:test (default-test) @ org.eclipse.rcptt.ecl.core.tests --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.core.tests/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.core.tests/target/work/data, -install, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.core.tests/target/work, -configuration, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.core.tests/target/surefire.properties] Running org.eclipse.rcptt.ecl.core.tests.StatusesTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.68 s - in org.eclipse.rcptt.ecl.core.tests.StatusesTest testTimeout(org.eclipse.rcptt.ecl.core.tests.StatusesTest) Time elapsed: 0.475 s testNoTimeout(org.eclipse.rcptt.ecl.core.tests.StatusesTest) Time elapsed: 0.103 s testHasCode(org.eclipse.rcptt.ecl.core.tests.StatusesTest) Time elapsed: 0.001 s testStackTrace(org.eclipse.rcptt.ecl.core.tests.StatusesTest) Time elapsed: 0.003 s Running org.eclipse.rcptt.ecl.core.tests.FormatterTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.rcptt.ecl.core.tests.FormatterTest testSmallLineWidth(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0.009 s testSmallIndent(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0.001 s testLongLineWidth(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0.001 s test01(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0.002 s test02(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0 s test03(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0 s test04(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0.005 s test05(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0.003 s testBigIndent(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0 s Running org.eclipse.rcptt.ecl.core.tests.LocalCoreTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.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.002 s testIsPipeEmpty2(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0.002 s testHWCommand(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0 s testIsPipeEmpty(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0.001 s Results: Tests run: 22, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.formatter.test >----- [INFO] Building org.eclipse.rcptt.core.ecl.formatter.test 2.5.5-SNAPSHOT [48/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] Resolving class path of org.eclipse.rcptt.core.ecl.formatter.test... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.formatter.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.core.ecl.formatter.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.formatter.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.formatter.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.formatter.test/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] Building jar: /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.formatter.test/target/org.eclipse.rcptt.core.ecl.formatter.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.core.ecl.formatter.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.formatter.test/target/org.eclipse.rcptt.core.ecl.formatter.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.formatter.test/target/org.eclipse.rcptt.core.ecl.formatter.test-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.formatter.test/target/org.eclipse.rcptt.core.ecl.formatter.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.core.ecl.formatter.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.formatter.test/target/org.eclipse.rcptt.core.ecl.formatter.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:test (default-test) @ org.eclipse.rcptt.core.ecl.formatter.test --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.formatter.test/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.formatter.test/target/work/data, -install, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.formatter.test/target/work, -configuration, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.formatter.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.formatter.test/target/surefire.properties] Running org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest testSmallIndent(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0.01 s testBoolArgs(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0.001 s testEmpty(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0 s testArgs(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0 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-SNAPSHOT [49/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.debug.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ecl.debug.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.ui/target/org.eclipse.rcptt.ecl.debug.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.debug.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.ui/target/org.eclipse.rcptt.ecl.debug.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.ui/target/org.eclipse.rcptt.ecl.debug.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.ui/target/org.eclipse.rcptt.ecl.debug.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.debug.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.debug.ui/target/org.eclipse.rcptt.ecl.debug.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.debug.ui --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.telnet.server.ui >---- [INFO] Building org.eclipse.rcptt.ecl.telnet.server.ui 2.5.5-SNAPSHOT [50/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.telnet.server.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server.ui/target/org.eclipse.rcptt.ecl.telnet.server.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server.ui/target/org.eclipse.rcptt.ecl.telnet.server.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server.ui/target/org.eclipse.rcptt.ecl.telnet.server.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server.ui/target/org.eclipse.rcptt.ecl.telnet.server.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server.ui/target/org.eclipse.rcptt.ecl.telnet.server.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.telnet.server.ui --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.operations.tests >---- [INFO] Building org.eclipse.rcptt.ecl.operations.tests 2.5.5-SNAPSHOT [51/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.operations.tests... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ecl.operations.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/target/org.eclipse.rcptt.ecl.operations.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.operations.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/target/org.eclipse.rcptt.ecl.operations.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/target/org.eclipse.rcptt.ecl.operations.tests-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/target/org.eclipse.rcptt.ecl.operations.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.operations.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/target/org.eclipse.rcptt.ecl.operations.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:test (default-test) @ org.eclipse.rcptt.ecl.operations.tests --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/target/work/data, -install, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/target/work, -configuration, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/target/surefire.properties] Running org.eclipse.rcptt.ecl.operations.tests.FindAllTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.797 s - in org.eclipse.rcptt.ecl.operations.tests.FindAllTest testFindAllFail(org.eclipse.rcptt.ecl.operations.tests.FindAllTest) Time elapsed: 0.64 s testMatchedSubstring(org.eclipse.rcptt.ecl.operations.tests.FindAllTest) Time elapsed: 0.059 s testGroups(org.eclipse.rcptt.ecl.operations.tests.FindAllTest) Time elapsed: 0.007 s Running org.eclipse.rcptt.ecl.operations.tests.ParseTimeTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.rcptt.ecl.operations.tests.ParseTimeTest testParseFail(org.eclipse.rcptt.ecl.operations.tests.ParseTimeTest) Time elapsed: 0.003 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.002 s Results: Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ----------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.data >---------- [INFO] Building org.eclipse.rcptt.ecl.data 2.5.5-SNAPSHOT [52/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.data --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.data --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.data --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.data --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.data --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.data --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.data... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.data --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ecl.data --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 108 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.data --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.data --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.data --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data/target/org.eclipse.rcptt.ecl.data-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.data --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.data --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data/target/org.eclipse.rcptt.ecl.data-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.data --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data/target/org.eclipse.rcptt.ecl.data-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data/target/org.eclipse.rcptt.ecl.data-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.data --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data/target/org.eclipse.rcptt.ecl.data-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.data --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.data --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.data --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.expandbar >------------ [INFO] Building org.eclipse.rcptt.expandbar 2.5.5-SNAPSHOT [53/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.expandbar --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.expandbar --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.expandbar --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.expandbar --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.expandbar --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.expandbar --- [INFO] Resolving class path of org.eclipse.rcptt.expandbar... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.expandbar --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.expandbar/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.expandbar --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.expandbar/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.expandbar/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.expandbar --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.expandbar/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.expandbar --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.expandbar --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.expandbar/target/org.eclipse.rcptt.expandbar-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.expandbar --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.expandbar --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.expandbar/target/org.eclipse.rcptt.expandbar-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.expandbar --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.expandbar/target/org.eclipse.rcptt.expandbar-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.expandbar/target/org.eclipse.rcptt.expandbar-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.expandbar --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.expandbar/target/org.eclipse.rcptt.expandbar-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.expandbar --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.expandbar --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.expandbar --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.watson.jobs >----------- [INFO] Building org.eclipse.rcptt.watson.jobs 2.5.5-SNAPSHOT [54/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson.jobs --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.watson.jobs --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.jobs --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.jobs --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.jobs --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.watson.jobs --- [INFO] Resolving class path of org.eclipse.rcptt.watson.jobs... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.watson.jobs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.jobs/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.watson.jobs --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.jobs/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.jobs/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.watson.jobs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.jobs/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.watson.jobs --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.watson.jobs --- [INFO] Building jar: /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.jobs/target/org.eclipse.rcptt.watson.jobs-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson.jobs --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.watson.jobs --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.jobs/target/org.eclipse.rcptt.watson.jobs-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.watson.jobs --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.jobs/target/org.eclipse.rcptt.watson.jobs-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.jobs/target/org.eclipse.rcptt.watson.jobs-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.watson.jobs --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.jobs/target/org.eclipse.rcptt.watson.jobs-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.watson.jobs --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.watson.jobs --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.watson.jobs --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt.tesla.features:org.eclipse.rcptt.tesla >------ [INFO] Building org.eclipse.rcptt.tesla 2.5.5-SNAPSHOT [55/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.tesla --- [INFO] Fetching org.eclipse.emf.ecore_2.17.0.v20190116-0940.jar from http://download.eclipse.org/releases/2019-03/201903201000/features/ (19.13kB) [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.tesla --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla-feature/target/org.eclipse.rcptt.tesla-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.tesla --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla-feature/target/org.eclipse.rcptt.tesla-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla-feature/target/org.eclipse.rcptt.tesla-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla --- [INFO] [INFO] --< org.eclipse.rcptt.tesla.ecl:org.eclipse.rcptt.tesla.recording.core.ecl >-- [INFO] Building org.eclipse.rcptt.tesla.recording.core.ecl 2.5.5-SNAPSHOT [56/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.core.ecl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core.ecl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core.ecl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core.ecl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core.ecl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core.ecl/target/org.eclipse.rcptt.tesla.recording.core.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core.ecl/target/org.eclipse.rcptt.tesla.recording.core.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core.ecl/target/org.eclipse.rcptt.tesla.recording.core.ecl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core.ecl/target/org.eclipse.rcptt.tesla.recording.core.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.recording.core.ecl/target/org.eclipse.rcptt.tesla.recording.core.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.core.ecl --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.client.tcp.tests >---- [INFO] Building org.eclipse.rcptt.ecl.client.tcp.tests 2.5.5-SNAPSHOT [57/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.client.tcp.tests... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/target/org.eclipse.rcptt.ecl.client.tcp.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/target/org.eclipse.rcptt.ecl.client.tcp.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/target/org.eclipse.rcptt.ecl.client.tcp.tests-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/target/org.eclipse.rcptt.ecl.client.tcp.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/target/org.eclipse.rcptt.ecl.client.tcp.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:test (default-test) @ org.eclipse.rcptt.ecl.client.tcp.tests --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/target/work/data, -install, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/target/work, -configuration, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/target/surefire.properties] Running org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.015 s - in org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession testCommandExecution001(org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession) Time elapsed: 0.721 s errorIsReported(org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession) Time elapsed: 0.077 s istatusPropagatesTraces(org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession) Time elapsed: 0.063 s simpleExecution(org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession) Time elapsed: 0.055 s Results: Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ----< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.data.apache.poi >----- [INFO] Building org.eclipse.rcptt.ecl.data.apache.poi 2.5.5-SNAPSHOT [58/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.data.apache.poi... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data.apache.poi/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ecl.data.apache.poi --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data.apache.poi/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data.apache.poi/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data.apache.poi/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data.apache.poi/target/org.eclipse.rcptt.ecl.data.apache.poi-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.data.apache.poi --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data.apache.poi/target/org.eclipse.rcptt.ecl.data.apache.poi-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data.apache.poi/target/org.eclipse.rcptt.ecl.data.apache.poi-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data.apache.poi/target/org.eclipse.rcptt.ecl.data.apache.poi-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.data.apache.poi --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/ecl/plugins/org.eclipse.rcptt.ecl.data.apache.poi/target/org.eclipse.rcptt.ecl.data.apache.poi-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.data.apache.poi --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.data.tests >------- [INFO] Building org.eclipse.rcptt.ecl.data.tests 2.5.5-SNAPSHOT [59/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.data.tests... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/org.eclipse.rcptt.ecl.data.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.data.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/org.eclipse.rcptt.ecl.data.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/org.eclipse.rcptt.ecl.data.tests-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/org.eclipse.rcptt.ecl.data.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.data.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/org.eclipse.rcptt.ecl.data.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:test (default-test) @ org.eclipse.rcptt.ecl.data.tests --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/work/data, -install, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/work, -configuration, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/master/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/surefire.properties] Running org.eclipse.rcptt.ecl.data.tests.WriteLinesTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.116 s - in org.eclipse.rcptt.ecl.data.tests.WriteLinesTest failToWriteInDir(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.8 s writeToNewFolder(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.027 s writeTwiceToFilesystem(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.094 s writeToNewFilesystemFolder(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.004 s writeToNewProject(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.026 s writeToExistingFilesystemFolder(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.004 s writeToClosedProject(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.048 s appendToFilesystem(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.011 s Running org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.388 s - in org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest testFile(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.088 s testProject(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.107 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.082 s testWorkspace(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.012 s testAbsentFile(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.018 s testAbsentFolderInExistingProject(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.066 s testAbsentFolder(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.004 s Running org.eclipse.rcptt.ecl.data.tests.ReadFileTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.rcptt.ecl.data.tests.ReadFileTest testReadFile(org.eclipse.rcptt.ecl.data.tests.ReadFileTest) Time elapsed: 0.015 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.113 s - in org.eclipse.rcptt.ecl.data.tests.ReadCsvFileTests write(org.eclipse.rcptt.ecl.data.tests.ReadCsvFileTests) Time elapsed: 0.022 s testSimple(org.eclipse.rcptt.ecl.data.tests.ReadCsvFileTests) Time elapsed: 0.025 s Running org.eclipse.rcptt.ecl.data.tests.DeleteFileTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.248 s - in org.eclipse.rcptt.ecl.data.tests.DeleteFileTest testWorkspaceFolder(org.eclipse.rcptt.ecl.data.tests.DeleteFileTest) Time elapsed: 0.063 s testInput(org.eclipse.rcptt.ecl.data.tests.DeleteFileTest) Time elapsed: 0.014 s testProject(org.eclipse.rcptt.ecl.data.tests.DeleteFileTest) Time elapsed: 0.087 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.011 s testDeleteFilesystemFile(org.eclipse.rcptt.ecl.data.tests.DeleteFileTest) Time elapsed: 0.07 s Results: Tests run: 26, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --------< org.eclipse.rcptt.features:org.eclipse.rcptt.watson >--------- [INFO] Building org.eclipse.rcptt.watson 2.5.5-SNAPSHOT [60/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.watson --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.watson --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.watson --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.watson --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.watson --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.watson --- [INFO] Building jar: /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson-feature/target/org.eclipse.rcptt.watson-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.watson --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.watson --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.watson --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson-feature/target/org.eclipse.rcptt.watson-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson-feature/target/org.eclipse.rcptt.watson-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.watson --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.watson --- [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.watson.ui >------------ [INFO] Building org.eclipse.rcptt.watson.ui 2.5.5-SNAPSHOT [61/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.watson.ui --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.watson.ui --- [INFO] Resolving class path of org.eclipse.rcptt.watson.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.watson.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.watson.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.watson.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.watson.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.watson.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.ui/target/org.eclipse.rcptt.watson.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.watson.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.ui/target/org.eclipse.rcptt.watson.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.watson.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.ui/target/org.eclipse.rcptt.watson.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.ui/target/org.eclipse.rcptt.watson.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.watson.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/watson/org.eclipse.rcptt.watson.ui/target/org.eclipse.rcptt.watson.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.watson.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.watson.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.watson.ui --- [INFO] No tests to run. [INFO] [INFO] --------------< org.eclipse.rcptt:org.eclipse.rcptt.core >-------------- [INFO] Building org.eclipse.rcptt.core 2.5.5-SNAPSHOT [62/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core --- [INFO] Resolving class path of org.eclipse.rcptt.core... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.core --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 178 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core/target/org.eclipse.rcptt.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core/target/org.eclipse.rcptt.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core/target/org.eclipse.rcptt.core-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core/target/org.eclipse.rcptt.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core/target/org.eclipse.rcptt.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.core --- [INFO] No tests to run. [INFO] [INFO] ------------< org.eclipse.rcptt:org.eclipse.rcptt.core.swt >------------ [INFO] Building org.eclipse.rcptt.core.swt 2.5.5-SNAPSHOT [63/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.swt --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.core.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.core.swt --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.core.swt --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.swt --- [INFO] Resolving class path of org.eclipse.rcptt.core.swt... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.core.swt --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt/target/org.eclipse.rcptt.core.swt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.swt --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.core.swt --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt/target/org.eclipse.rcptt.core.swt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.swt --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt/target/org.eclipse.rcptt.core.swt-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt/target/org.eclipse.rcptt.core.swt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.core.swt --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt/target/org.eclipse.rcptt.core.swt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.swt --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.core.swt --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.core.swt --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.core >------ [INFO] Building org.eclipse.rcptt.ecl.core 2.5.5-SNAPSHOT [64/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.ecl.core --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.ecl.core --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.core-feature/target/org.eclipse.rcptt.ecl.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.core --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.core-feature/target/org.eclipse.rcptt.ecl.core-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.core-feature/target/org.eclipse.rcptt.ecl.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.core --- [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.core.search >----------- [INFO] Building org.eclipse.rcptt.core.search 2.5.5-SNAPSHOT [65/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.search --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.search --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.core.search --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.core.search --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.core.search --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.search --- [INFO] Resolving class path of org.eclipse.rcptt.core.search... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.search/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.core.search --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.search/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.search/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.search/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.search --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.search --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.search/target/org.eclipse.rcptt.core.search-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.search --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.core.search --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.search/target/org.eclipse.rcptt.core.search-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.search --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.search/target/org.eclipse.rcptt.core.search-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.search/target/org.eclipse.rcptt.core.search-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.core.search --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.search/target/org.eclipse.rcptt.core.search-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.search --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.core.search --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.core.search --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.reporting >------------ [INFO] Building org.eclipse.rcptt.reporting 2.5.5-SNAPSHOT [66/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.reporting --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.reporting --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.reporting --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.reporting --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.reporting --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.reporting --- [INFO] Resolving class path of org.eclipse.rcptt.reporting... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.reporting --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.reporting/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.reporting --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.reporting/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.reporting/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.reporting --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.reporting/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.reporting --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.reporting --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.reporting/target/org.eclipse.rcptt.reporting-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.reporting --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.reporting --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.reporting/target/org.eclipse.rcptt.reporting-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.reporting --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.reporting/target/org.eclipse.rcptt.reporting-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.reporting/target/org.eclipse.rcptt.reporting-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.reporting --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.reporting/target/org.eclipse.rcptt.reporting-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.reporting --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.reporting --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.reporting --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.verifications >---------- [INFO] Building org.eclipse.rcptt.verifications 2.5.5-SNAPSHOT [67/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications --- [INFO] Resolving class path of org.eclipse.rcptt.verifications... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.verifications --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications/target/org.eclipse.rcptt.verifications-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications/target/org.eclipse.rcptt.verifications-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications/target/org.eclipse.rcptt.verifications-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications/target/org.eclipse.rcptt.verifications-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.verifications --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications/target/org.eclipse.rcptt.verifications-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.parser >--------- [INFO] Building org.eclipse.rcptt.core.ecl.parser 2.5.5-SNAPSHOT [68/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] Resolving class path of org.eclipse.rcptt.core.ecl.parser... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.parser/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.core.ecl.parser --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.parser/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.parser/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.parser/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.parser/target/org.eclipse.rcptt.core.ecl.parser-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.core.ecl.parser --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.parser/target/org.eclipse.rcptt.core.ecl.parser-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.parser/target/org.eclipse.rcptt.core.ecl.parser-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.parser/target/org.eclipse.rcptt.core.ecl.parser-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.core.ecl.parser --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.parser/target/org.eclipse.rcptt.core.ecl.parser-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.core.ecl.parser --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.debug >------------ [INFO] Building org.eclipse.rcptt.ctx.debug 2.5.5-SNAPSHOT [69/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.debug --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.debug --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.debug --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.debug --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.debug --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.debug --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.debug... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.debug/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.debug --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.debug/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.debug/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.debug/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.debug --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.debug --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.debug/target/org.eclipse.rcptt.ctx.debug-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.debug --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.debug --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.debug/target/org.eclipse.rcptt.ctx.debug-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.debug --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.debug/target/org.eclipse.rcptt.ctx.debug-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.debug/target/org.eclipse.rcptt.ctx.debug-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.debug --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.debug/target/org.eclipse.rcptt.ctx.debug-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.debug --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.debug --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.debug --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.group >------------ [INFO] Building org.eclipse.rcptt.ctx.group 2.5.5-SNAPSHOT [70/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.group --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.group --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.group --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.group --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.group --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.group --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.group... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.group --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.group/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.group --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.group/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.group/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.group --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.group/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.group --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.group --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.group/target/org.eclipse.rcptt.ctx.group-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.group --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.group --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.group/target/org.eclipse.rcptt.ctx.group-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.group --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.group/target/org.eclipse.rcptt.ctx.group-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.group/target/org.eclipse.rcptt.ctx.group-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.group --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.group/target/org.eclipse.rcptt.ctx.group-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.group --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.group --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.group --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences >--------- [INFO] Building org.eclipse.rcptt.ctx.preferences 2.5.5-SNAPSHOT [71/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.preferences --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.preferences --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.preferences --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.preferences --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.preferences... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.preferences --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.preferences/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.preferences --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.preferences/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.preferences/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.preferences --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.preferences/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.preferences/target/org.eclipse.rcptt.ctx.preferences-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.preferences --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.preferences --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.preferences/target/org.eclipse.rcptt.ctx.preferences-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.preferences --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.preferences/target/org.eclipse.rcptt.ctx.preferences-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.preferences/target/org.eclipse.rcptt.ctx.preferences-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.preferences --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.preferences/target/org.eclipse.rcptt.ctx.preferences-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.preferences --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.preferences --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.preferences --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.resources >------------ [INFO] Building org.eclipse.rcptt.resources 2.5.5-SNAPSHOT [72/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.resources --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.resources --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.resources --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.resources --- [INFO] Resolving class path of org.eclipse.rcptt.resources... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.resources/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.resources --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.resources/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.resources/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.resources/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.resources/target/org.eclipse.rcptt.resources-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.resources --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.resources --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.resources/target/org.eclipse.rcptt.resources-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.resources --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.resources/target/org.eclipse.rcptt.resources-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.resources/target/org.eclipse.rcptt.resources-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.resources --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.resources/target/org.eclipse.rcptt.resources-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.resources --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.resources --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.resources --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.super >------------ [INFO] Building org.eclipse.rcptt.ctx.super 2.5.5-SNAPSHOT [73/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.super --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.super --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.super --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.super --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.super --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.super --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.super... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.super --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.super/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.super --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.super/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.super/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.super --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.super/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.super --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.super --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.super/target/org.eclipse.rcptt.ctx.super-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.super --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.super --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.super/target/org.eclipse.rcptt.ctx.super-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.super --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.super/target/org.eclipse.rcptt.ctx.super-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.super/target/org.eclipse.rcptt.ctx.super-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.super --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.super/target/org.eclipse.rcptt.ctx.super-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.super --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.super --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.super --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.capability >--------- [INFO] Building org.eclipse.rcptt.ctx.capability 2.5.5-SNAPSHOT [74/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.capability --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.capability --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.capability --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.capability --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.capability --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.capability --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.capability... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.capability --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.capability/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.capability --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.capability/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.capability/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.capability --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.capability/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.capability --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.capability --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.capability/target/org.eclipse.rcptt.ctx.capability-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.capability --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.capability --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.capability/target/org.eclipse.rcptt.ctx.capability-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.capability --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.capability/target/org.eclipse.rcptt.ctx.capability-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.capability/target/org.eclipse.rcptt.ctx.capability-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.capability --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.capability/target/org.eclipse.rcptt.ctx.capability-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.capability --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.capability --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.capability --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench >---------- [INFO] Building org.eclipse.rcptt.ctx.workbench 2.5.5-SNAPSHOT [75/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.workbench --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.workbench --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.workbench --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.workbench --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.workbench... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.workbench/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.workbench --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.workbench/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.workbench/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.workbench/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.workbench/target/org.eclipse.rcptt.ctx.workbench-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.workbench --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.workbench --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.workbench/target/org.eclipse.rcptt.ctx.workbench-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.workbench --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.workbench/target/org.eclipse.rcptt.ctx.workbench-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.workbench/target/org.eclipse.rcptt.ctx.workbench-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.workbench --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.workbench/target/org.eclipse.rcptt.ctx.workbench-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.workbench --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.workbench --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.workbench --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.parameters >--------- [INFO] Building org.eclipse.rcptt.ctx.parameters 2.5.5-SNAPSHOT [76/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.parameters --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.parameters --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.parameters --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.parameters --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.parameters --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.parameters --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.parameters... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.parameters --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.parameters/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.parameters --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.parameters/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.parameters/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.parameters --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.parameters/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.parameters --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.parameters --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.parameters/target/org.eclipse.rcptt.ctx.parameters-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.parameters --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.parameters --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.parameters/target/org.eclipse.rcptt.ctx.parameters-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.parameters --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.parameters/target/org.eclipse.rcptt.ctx.parameters-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.parameters/target/org.eclipse.rcptt.ctx.parameters-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.parameters --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.parameters/target/org.eclipse.rcptt.ctx.parameters-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.parameters --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.parameters --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.parameters --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.filesystem >--------- [INFO] Building org.eclipse.rcptt.ctx.filesystem 2.5.5-SNAPSHOT [77/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.filesystem... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.filesystem/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.filesystem --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.filesystem/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.filesystem/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.filesystem/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.filesystem/target/org.eclipse.rcptt.ctx.filesystem-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.filesystem --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.filesystem/target/org.eclipse.rcptt.ctx.filesystem-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.filesystem/target/org.eclipse.rcptt.ctx.filesystem-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.filesystem/target/org.eclipse.rcptt.ctx.filesystem-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.filesystem --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.filesystem/target/org.eclipse.rcptt.ctx.filesystem-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.filesystem --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.verifications.time >------- [INFO] Building org.eclipse.rcptt.verifications.time 2.5.5-SNAPSHOT [78/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.time --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.time --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.time --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.time --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.time --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.time --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.time... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.time --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.time/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.verifications.time --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.time/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.time/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.time --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.time/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.time --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.time --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.time/target/org.eclipse.rcptt.verifications.time-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.time --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.time --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.time/target/org.eclipse.rcptt.verifications.time-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.time --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.time/target/org.eclipse.rcptt.verifications.time-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.time/target/org.eclipse.rcptt.verifications.time-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.verifications.time --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.time/target/org.eclipse.rcptt.verifications.time-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.time --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.time --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.time --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.verifications.text >------- [INFO] Building org.eclipse.rcptt.verifications.text 2.5.5-SNAPSHOT [79/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.text --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.text --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.text --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.text --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.text --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.text --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.text... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.text/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.verifications.text --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.text/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.text/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.text/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.text --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.text --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.text/target/org.eclipse.rcptt.verifications.text-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.text --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.text --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.text/target/org.eclipse.rcptt.verifications.text-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.text --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.text/target/org.eclipse.rcptt.verifications.text-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.text/target/org.eclipse.rcptt.verifications.text-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.verifications.text --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.text/target/org.eclipse.rcptt.verifications.text-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.text --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.text --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.text --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.verifications.log >-------- [INFO] Building org.eclipse.rcptt.verifications.log 2.5.5-SNAPSHOT [80/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.log --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.log --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.log --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.log --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.log --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.log --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.log... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.log --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.log/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.verifications.log --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.log/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.log/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.log --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.log/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.log --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.log --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.log/target/org.eclipse.rcptt.verifications.log-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.log --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.log --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.log/target/org.eclipse.rcptt.verifications.log-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.log --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.log/target/org.eclipse.rcptt.verifications.log-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.log/target/org.eclipse.rcptt.verifications.log-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.verifications.log --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.log/target/org.eclipse.rcptt.verifications.log-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.log --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.log --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.log --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.core.swt.win64 >--------- [INFO] Building org.eclipse.rcptt.core.swt.win64 2.5.5-SNAPSHOT [81/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] Resolving class path of org.eclipse.rcptt.core.swt.win64... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt.win64/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.core.swt.win64 --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt.win64/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt.win64/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt.win64/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt.win64/target/org.eclipse.rcptt.core.swt.win64-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.core.swt.win64 --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt.win64/target/org.eclipse.rcptt.core.swt.win64-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt.win64/target/org.eclipse.rcptt.core.swt.win64-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt.win64/target/org.eclipse.rcptt.core.swt.win64-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.core.swt.win64 --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.swt.win64/target/org.eclipse.rcptt.core.swt.win64-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.core.swt.win64 --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.ide >------ [INFO] Building org.eclipse.rcptt.ecl.ide 2.5.5-SNAPSHOT [82/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.ecl.ide --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.ide --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.ecl.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.ide-feature/target/org.eclipse.rcptt.ecl.ide-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.ide --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.ecl.ide --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.ide --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.ide --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.ide-feature/target/org.eclipse.rcptt.ecl.ide-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.ide-feature/target/org.eclipse.rcptt.ecl.ide-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.ide --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.ide --- [INFO] [INFO] -----< org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.shell >----- [INFO] Building org.eclipse.rcptt.ecl.shell 2.5.5-SNAPSHOT [83/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.ecl.shell --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.ecl.shell --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.shell-feature/target/org.eclipse.rcptt.ecl.shell-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.shell --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.shell --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.shell-feature/target/org.eclipse.rcptt.ecl.shell-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.shell-feature/target/org.eclipse.rcptt.ecl.shell-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.shell --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.shell --- [INFO] [INFO] ---< org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.platform >---- [INFO] Building org.eclipse.rcptt.ecl.platform 2.5.5-SNAPSHOT [84/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.ecl.platform --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.ecl.platform --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.platform-feature/target/org.eclipse.rcptt.ecl.platform-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.platform --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.platform --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.platform-feature/target/org.eclipse.rcptt.ecl.platform-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.platform-feature/target/org.eclipse.rcptt.ecl.platform-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.platform --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.platform --- [INFO] [INFO] --< org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.platform.ui >-- [INFO] Building org.eclipse.rcptt.ecl.platform.ui 2.5.5-SNAPSHOT [85/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.platform.ui-feature/target/org.eclipse.rcptt.ecl.platform.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.platform.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.platform.ui-feature/target/org.eclipse.rcptt.ecl.platform.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.platform.ui-feature/target/org.eclipse.rcptt.ecl.platform.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.platform.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.platform.ui --- [INFO] [INFO] ------< org.eclipse.rcptt.ecl.features:org.eclipse.rcptt.ecl.sdk >------ [INFO] Building org.eclipse.rcptt.ecl.sdk 2.5.5-SNAPSHOT [86/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.ecl.sdk --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.sdk --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.ecl.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.sdk-feature/target/org.eclipse.rcptt.ecl.sdk-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.sdk --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.ecl.sdk --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.sdk --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.sdk --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.sdk-feature/target/org.eclipse.rcptt.ecl.sdk-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/ecl/features/org.eclipse.rcptt.ecl.sdk-feature/target/org.eclipse.rcptt.ecl.sdk-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.sdk --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.sdk --- [INFO] [INFO] -------< org.eclipse.rcptt.features:org.eclipse.rcptt.tesla.ecl >------- [INFO] Building org.eclipse.rcptt.tesla.ecl 2.5.5-SNAPSHOT [87/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.tesla.ecl --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.tesla.ecl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.ecl-feature/target/org.eclipse.rcptt.tesla.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.ecl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.ecl-feature/target/org.eclipse.rcptt.tesla.ecl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.tesla.ecl-feature/target/org.eclipse.rcptt.tesla.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.ecl --- [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.core.search.test >-------- [INFO] Building org.eclipse.rcptt.core.search.test 2.5.5-SNAPSHOT [88/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.search.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.search.test --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.core.search.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.core.search.test --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.core.search.test --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.search.test --- [INFO] Resolving class path of org.eclipse.rcptt.core.search.test... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.search.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.search.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.core.search.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.search.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.search.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.search.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.search.test/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.search.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.search.test --- [INFO] Building jar: /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.search.test/target/org.eclipse.rcptt.core.search.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.search.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.core.search.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.search.test/target/org.eclipse.rcptt.core.search.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.search.test --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.search.test/target/org.eclipse.rcptt.core.search.test-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.search.test/target/org.eclipse.rcptt.core.search.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.core.search.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.search.test/target/org.eclipse.rcptt.core.search.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.search.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:test (default-test) @ org.eclipse.rcptt.core.search.test --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.search.test/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.search.test/target/work/data, -install, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.search.test/target/work, -configuration, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.search.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.search.test/target/surefire.properties] Running org.eclipse.rcptt.core.search.test.TagsContentAssistTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.614 s - in org.eclipse.rcptt.core.search.test.TagsContentAssistTest testTag1And(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0.513 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.001 s testTagSpace(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0.001 s testTag1AndNot(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0 s testTagWithOpenParenthesis(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0 s testTagWithCloseParenthesis(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0.001 s testTag1Space(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0 s Results: Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.core >---------- [INFO] Building org.eclipse.rcptt.core.ecl.core 2.5.5-SNAPSHOT [89/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.ecl.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.ecl.core --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.core.ecl.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.core.ecl.core --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.core.ecl.core --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.ecl.core --- [INFO] Resolving class path of org.eclipse.rcptt.core.ecl.core... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.ecl.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.core.ecl.core --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.core/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 68 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.ecl.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.ecl.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.ecl.core --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.core/target/org.eclipse.rcptt.core.ecl.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.ecl.core --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.core.ecl.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.core/target/org.eclipse.rcptt.core.ecl.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.ecl.core --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.core/target/org.eclipse.rcptt.core.ecl.core-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.core/target/org.eclipse.rcptt.core.ecl.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.core.ecl.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.ecl.core/target/org.eclipse.rcptt.core.ecl.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.ecl.core --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.core.ecl.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.core.ecl.core --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree >------- [INFO] Building org.eclipse.rcptt.verifications.tree 2.5.5-SNAPSHOT [90/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.tree --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.tree --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.tree --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.tree --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.tree --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.tree --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.tree... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.tree --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.tree/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.verifications.tree --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.tree/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.tree/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.tree --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.tree/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.tree --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.tree --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.tree/target/org.eclipse.rcptt.verifications.tree-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.tree --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.tree --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.tree/target/org.eclipse.rcptt.verifications.tree-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.tree --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.tree/target/org.eclipse.rcptt.verifications.tree-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.tree/target/org.eclipse.rcptt.verifications.tree-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.verifications.tree --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.tree/target/org.eclipse.rcptt.verifications.tree-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.tree --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.tree --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.tree --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.parser.test >------ [INFO] Building org.eclipse.rcptt.core.ecl.parser.test 2.5.5-SNAPSHOT [91/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] Resolving class path of org.eclipse.rcptt.core.ecl.parser.test... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.parser.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.core.ecl.parser.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.parser.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.parser.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.parser.test/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] Building jar: /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.parser.test/target/org.eclipse.rcptt.core.ecl.parser.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.core.ecl.parser.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.parser.test/target/org.eclipse.rcptt.core.ecl.parser.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.parser.test/target/org.eclipse.rcptt.core.ecl.parser.test-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.parser.test/target/org.eclipse.rcptt.core.ecl.parser.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.core.ecl.parser.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.parser.test/target/org.eclipse.rcptt.core.ecl.parser.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:test (default-test) @ org.eclipse.rcptt.core.ecl.parser.test --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.parser.test/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.parser.test/target/work/data, -install, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.parser.test/target/work, -configuration, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.parser.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.ecl.parser.test/target/surefire.properties] Running org.eclipse.rcptt.core.ecl.parser.test.ModelTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in org.eclipse.rcptt.core.ecl.parser.test.ModelTest testSimpleProc(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0.008 s testTwoProcs(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0.001 s testOneParamProc(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0 s testLocalBeforeLet(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0.001 s testComplexProc(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0.001 s testInLetArg(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0.001 s testMaskParam(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0.001 s testLetInProc(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0 s testGlobal(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0.001 s testLocalAfterLet(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0 s testSimpleInsideLet(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0 s Running org.eclipse.rcptt.core.ecl.parser.test.CompleterTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.rcptt.core.ecl.parser.test.CompleterTest testSingleCommandNoMatch(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0.002 s testPrefixedFilteredArgProposalArgName(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0.001 s testPrefixedArgProposalArgName(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0.001 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 s testMultiCommandMultiStringArgProposal(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0.001 s testPrefixedFilteredArgProposalArgNameNonLastLine(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testEmptyScript(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testSingleCommand(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testMultiCommandOneStringArgProposal(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0.001 s testArgProposal(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testArgNonLastLineProposal(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s Running org.eclipse.rcptt.core.ecl.parser.test.NewParserTest ----------- Identifier foo foo null ----------- Spacing null null ----------- Option -bar bar null ----------- Spacing null null ----------- Invalid - null Invalid option name. Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.rcptt.core.ecl.parser.test.NewParserTest simpleCmd(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0.001 s testCommentsBetweenArgs(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s pipeWithArgs(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0.001 s simpleScriptArg(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s simplePipe(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s testSemicolon(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0.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.001 s simplePipeArg(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0.062 s differentArgs(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s twoPipes(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s namedArg(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s boolArgs(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s testCommentsBetweenPipes(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s Running org.eclipse.rcptt.core.ecl.parser.test.PathTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.rcptt.core.ecl.parser.test.PathTest testFindPipeArgName(org.eclipse.rcptt.core.ecl.parser.test.PathTest) Time elapsed: 0.001 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.001 s testFindLiteralArgName(org.eclipse.rcptt.core.ecl.parser.test.PathTest) Time elapsed: 0 s Running org.eclipse.rcptt.core.ecl.parser.test.ResolverTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.rcptt.core.ecl.parser.test.ResolverTest testParamAsArg(org.eclipse.rcptt.core.ecl.parser.test.ResolverTest) Time elapsed: 0.001 s Running org.eclipse.rcptt.core.ecl.parser.test.ParserTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.rcptt.core.ecl.parser.test.ParserTest testSimpleIdArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testNamedArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testEmpty(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testStrangeCrash(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0.001 s testPipeArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testNoArgsCommand(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testArgLineBreak(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testSimpleNumArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testSimpleRefArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testSimpleStrArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testBoolArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testTwoNoArgsCommands(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0.001 s testSLComment(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testScriptArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testNoArg2Pipes(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testRealScript(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0.001 s testNoArgPipeline(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s Running org.eclipse.rcptt.core.ecl.parser.test.PerformanceTest Old Time - 39ms New Time - 23ms Scan Time - 15ms Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.793 s - in org.eclipse.rcptt.core.ecl.parser.test.PerformanceTest test1(org.eclipse.rcptt.core.ecl.parser.test.PerformanceTest) Time elapsed: 0.633 s testScanner(org.eclipse.rcptt.core.ecl.parser.test.PerformanceTest) Time elapsed: 0.158 s Results: Tests run: 65, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.resources >---------- [INFO] Building org.eclipse.rcptt.ctx.resources 2.5.5-SNAPSHOT [92/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.resources --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.resources --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.resources --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.resources --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.resources... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.resources/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.resources --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.resources/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.resources/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.resources/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.resources/target/org.eclipse.rcptt.ctx.resources-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.resources --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.resources --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.resources/target/org.eclipse.rcptt.ctx.resources-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.resources --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.resources/target/org.eclipse.rcptt.ctx.resources-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.resources/target/org.eclipse.rcptt.ctx.resources-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.resources --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.resources/target/org.eclipse.rcptt.ctx.resources-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.resources --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.resources --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.resources --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.verifications.resources >----- [INFO] Building org.eclipse.rcptt.verifications.resources 2.5.5-SNAPSHOT [93/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.resources --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.resources --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.resources --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.resources --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.resources... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.resources/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.verifications.resources --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.resources/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.resources/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.resources/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.resources/target/org.eclipse.rcptt.verifications.resources-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.resources --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.resources --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.resources/target/org.eclipse.rcptt.verifications.resources-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.resources --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.resources/target/org.eclipse.rcptt.verifications.resources-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.resources/target/org.eclipse.rcptt.verifications.resources-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.verifications.resources --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/verifications/org.eclipse.rcptt.verifications.resources/target/org.eclipse.rcptt.verifications.resources-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.resources --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.resources --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.resources --- [INFO] No tests to run. [INFO] [INFO] ------------------< org.eclipse.rcptt:ecl-repository >------------------ [INFO] Building ecl-repository 2.5.5-SNAPSHOT [94/102] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ecl-repository --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ ecl-repository --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ ecl-repository --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ ecl-repository --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ecl-repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/ecl/repository/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.1:publish-osgi-ee (default-publish-osgi-ee) @ ecl-repository --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [WARNING] No system packages found in profile nor toolchain for JavaSE-17, using current JRE system packages. This can cause faulty dependency resolution, consider adding a definition for a 'jdk' with id=JavaSE-17 in your toolchains.xml [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.1:publish-products (default-publish-products) @ ecl-repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.1:publish-categories (default-publish-categories) @ ecl-repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.1:attach-artifacts (default-attach-artifacts) @ ecl-repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.1:assemble-repository (default-assemble-repository) @ ecl-repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.1:archive-repository (default-archive-repository) @ ecl-repository --- [INFO] Building zip: /home/jenkins/agent/workspace/master/ecl/repository/target/ecl-repository-2.5.5-SNAPSHOT.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ ecl-repository --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ ecl-repository --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ ecl-repository --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ ecl-repository --- [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.core.builder >---------- [INFO] Building org.eclipse.rcptt.core.builder 2.5.5-SNAPSHOT [95/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.builder --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.builder --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.core.builder --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.core.builder --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.core.builder --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.builder --- [INFO] Resolving class path of org.eclipse.rcptt.core.builder... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.builder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.builder/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.core.builder --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.builder/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.builder/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.builder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.builder/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.builder --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.builder --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.builder/target/org.eclipse.rcptt.core.builder-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.builder --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.core.builder --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.builder/target/org.eclipse.rcptt.core.builder-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.builder --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.builder/target/org.eclipse.rcptt.core.builder-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.builder/target/org.eclipse.rcptt.core.builder-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.core.builder --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.builder/target/org.eclipse.rcptt.core.builder-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.builder --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.core.builder --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.core.builder --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.core.launching >--------- [INFO] Building org.eclipse.rcptt.core.launching 2.5.5-SNAPSHOT [96/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.launching --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.launching --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.core.launching --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.core.launching --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.core.launching --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.launching --- [INFO] Resolving class path of org.eclipse.rcptt.core.launching... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.launching --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.launching/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.core.launching --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.launching/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.launching/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.launching --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.launching/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.launching --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.launching --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.launching/target/org.eclipse.rcptt.core.launching-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.launching --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.core.launching --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.launching/target/org.eclipse.rcptt.core.launching-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.launching --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.launching/target/org.eclipse.rcptt.core.launching-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.launching/target/org.eclipse.rcptt.core.launching-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.core.launching --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core.launching/target/org.eclipse.rcptt.core.launching-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.launching --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.core.launching --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.core.launching --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree.test >----- [INFO] Building org.eclipse.rcptt.verifications.tree.test 2.5.5-SNAPSHOT [97/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.tree.test... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.verifications.tree.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.verifications.tree.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.verifications.tree.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.verifications.tree.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.verifications.tree.test/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] Building jar: /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.verifications.tree.test/target/org.eclipse.rcptt.verifications.tree.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.tree.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.verifications.tree.test/target/org.eclipse.rcptt.verifications.tree.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.verifications.tree.test/target/org.eclipse.rcptt.verifications.tree.test-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.verifications.tree.test/target/org.eclipse.rcptt.verifications.tree.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.verifications.tree.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.verifications.tree.test/target/org.eclipse.rcptt.verifications.tree.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:test (default-test) @ org.eclipse.rcptt.verifications.tree.test --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.verifications.tree.test/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.verifications.tree.test/target/work/data, -install, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.verifications.tree.test/target/work, -configuration, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.verifications.tree.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.verifications.tree.test/target/surefire.properties] Running org.eclipse.rcptt.verifications.tree.test.TreeComparisonTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.404 s - in org.eclipse.rcptt.verifications.tree.test.TreeComparisonTest testAssertChildren(org.eclipse.rcptt.verifications.tree.test.TreeComparisonTest) Time elapsed: 0.296 s testChildrenAllowedForUnexpanded(org.eclipse.rcptt.verifications.tree.test.TreeComparisonTest) Time elapsed: 0.002 s testDescent(org.eclipse.rcptt.verifications.tree.test.TreeComparisonTest) Time elapsed: 0 s testAllowUnmatched(org.eclipse.rcptt.verifications.tree.test.TreeComparisonTest) Time elapsed: 0.002 s Results: Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.script >----------- [INFO] Building org.eclipse.rcptt.ctx.script 2.5.5-SNAPSHOT [98/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.script --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.script --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.script --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.script --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.script --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.script --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.script... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.script --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.script/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.script --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.script/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.script/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.script --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.script/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.script --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.script --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.script/target/org.eclipse.rcptt.ctx.script-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.script --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.script --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.script/target/org.eclipse.rcptt.ctx.script-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.script --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.script/target/org.eclipse.rcptt.ctx.script-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.script/target/org.eclipse.rcptt.ctx.script-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.script --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.script/target/org.eclipse.rcptt.ctx.script-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.script --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.script --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.script --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.core.tests >----------- [INFO] Building org.eclipse.rcptt.core.tests 2.5.5-SNAPSHOT [99/102] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.tests --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.core.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.core.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.tests --- [INFO] Resolving class path of org.eclipse.rcptt.core.tests... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.core.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/target/org.eclipse.rcptt.core.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.core.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/target/org.eclipse.rcptt.core.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/target/org.eclipse.rcptt.core.tests-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/target/org.eclipse.rcptt.core.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.core.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/target/org.eclipse.rcptt.core.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:test (default-test) @ org.eclipse.rcptt.core.tests --- [INFO] Fetching com.jcraft.jsch_0.1.54.v20170116-1932.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (106.45kB) [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (57.07kB) [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (30.08kB) [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (60.2kB) [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (55.73kB) [INFO] Fetching org.apache.ant_1.10.5.v20180808-0324.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (2.74MB) [INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (112.2kB) [INFO] Fetching org.eclipse.equinox.console_1.3.200.v20181115-0906.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (51.22kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (75.47kB) [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (31.52kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (34.83kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.9.v20180409-1525.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (108.51kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.5.v20180409-1525.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (328.89kB) [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.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (692.97kB) [INFO] Fetching org.apache.lucene.core_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (899.59kB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (3.42MB) [INFO] Fetching org.eclipse.ant.core_3.5.300.v20190213-1305.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (71.21kB) [INFO] Fetching org.eclipse.compare.win32_1.2.400.v20190213-1306.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (24.45kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.4.400.v20190131-1604.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (22.86kB) [INFO] Fetching org.eclipse.core.externaltools_1.1.200.v20180821-1744.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (20.51kB) [INFO] Fetching org.eclipse.equinox.util_1.1.200.v20181008-1820.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (34.34kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.400.v20190214-1309.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (23.86kB) [INFO] Fetching org.eclipse.ecf_3.9.3.v20181012-2016.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (48.13kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.1.v20180810-0833.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (27.19kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.1.200.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (12.22kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.100.v20180301-0132.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (9.58kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (20.38kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.400.v20180306-0429.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (45.17kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.300.v20180301-0132.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (32.45kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.100.v20180301-0132.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (11.65kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.100.v20180301-0132.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (7.41kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (33.94kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.0.v20190305-2216.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.63kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.0.v20190305-2225.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (76.28kB) [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.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (18.49kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.200.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (14.66kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.200.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (8.7kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (17.86kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (14kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.300.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (46.17kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.3.200.v20180921-1019.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (34.71kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.100.v20180822-1354.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (22.23kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.200.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (37.87kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.2.200.v20190204-0752.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (17.46kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (42.87kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.100.v20180822-1354.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (104.08kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.3.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (17.44kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.3.0.v20181023-0914.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (27.61kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (121.81kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.500.v20190220-1158.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (286.98kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.4.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (47.35kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.2.100.v20180827-1122.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (10.89kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.2.200.v20181108-1420.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (72.14kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.1.200.v20181214-0802.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (26.66kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.2.100.v20180827-1122.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (62.49kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.100.v20180827-1122.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (43.89kB) [INFO] Fetching org.eclipse.help.base_4.2.500.v20190307-0500.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (162.49kB) [INFO] Fetching org.eclipse.help.ui_4.1.400.v20190218-1039.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (149.4kB) [INFO] Fetching org.eclipse.help.webapp_3.9.400.v20190212-1458.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (242.1kB) [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.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (20.75kB) [INFO] Fetching org.eclipse.jsch.ui_1.3.400.v20190214-2156.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (34.34kB) [INFO] Fetching org.eclipse.platform_4.11.0.v20190307-0500.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (242.97kB) [INFO] Fetching org.eclipse.ui.intro_3.5.500.v20190218-1654.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (142.03kB) [INFO] Fetching org.eclipse.platform.doc.user_4.11.0.v20190227-0848.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (8.24MB) [INFO] Fetching org.eclipse.platform.doc.user_4.11.0.v20190227-0848.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (8.13MB of 8.24MB at 8.09MB/s) [INFO] Fetching org.eclipse.search_3.11.500.v20190218-2126.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (216.52kB) [INFO] Fetching org.eclipse.ui.intro.universal_3.3.400.v20190218-1654.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1.74MB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.400.v20190218-1039.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (118.98kB) [INFO] Fetching org.eclipse.ui.browser_3.6.300.v20180828-0837.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (97.35kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.1.300.v20190228-1402.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (42.55kB) [INFO] Fetching org.eclipse.ui.monitoring_1.1.300.v20180828-1350.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (27.91kB) [INFO] Fetching org.eclipse.ui.net_1.3.300.v20180827-1041.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (20.33kB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.200.v20180821-1744.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (65.97kB) [INFO] Fetching org.eclipse.ui.themes_1.2.400.v20190223-1254.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (29.57kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.300.v20180821-0700.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (14.29kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.0.200.v20180827-1041.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (9.79kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.500.v20190218-0617.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (83.95kB) [INFO] Fetching org.eclipse.update.configurator_3.4.200.v20190218-1148.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (43.13kB) [INFO] Fetching org.eclipse.rcp_4.11.0.v20190307-0500.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (9.43kB) [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/target/work/data, -install, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/target/work, -configuration, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/master/tests/org.eclipse.rcptt.core.tests/target/surefire.properties] Running org.eclipse.rcptt.core.tests.model.ModelMembersTests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.838 s - in org.eclipse.rcptt.core.tests.model.ModelMembersTests testElementExistance(org.eclipse.rcptt.core.tests.model.ModelMembersTests) Time elapsed: 0.91 s testFindContext(org.eclipse.rcptt.core.tests.model.ModelMembersTests) Time elapsed: 0.004 s Running org.eclipse.rcptt.core.tests.model.plainformat.PlainFormatTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.rcptt.core.tests.model.plainformat.PlainFormatTests testWritePlainFile(org.eclipse.rcptt.core.tests.model.plainformat.PlainFormatTests) Time elapsed: 0.005 s Running org.eclipse.rcptt.core.tests.model.WorkingCopyTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.093 s - in org.eclipse.rcptt.core.tests.model.WorkingCopyTests testNewTestcaseAppear(org.eclipse.rcptt.core.tests.model.WorkingCopyTests) Time elapsed: 1.077 s Running org.eclipse.rcptt.core.tests.model.DeltaTests Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.056 s - in org.eclipse.rcptt.core.tests.model.DeltaTests testNewTestcaseAppear(org.eclipse.rcptt.core.tests.model.DeltaTests) Time elapsed: 1.026 s testDeleteTestcase(org.eclipse.rcptt.core.tests.model.DeltaTests) Time elapsed: 0.954 s testNewFolderAppear(org.eclipse.rcptt.core.tests.model.DeltaTests) Time elapsed: 1.054 s testElementRename(org.eclipse.rcptt.core.tests.model.DeltaTests) Time elapsed: 1.007 s Results: Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 Exception in thread "Q7 Indexer" java.lang.IllegalStateException: Job manager has been shut down. at org.eclipse.core.internal.jobs.JobManager.schedule(JobManager.java:1227) at org.eclipse.core.internal.jobs.InternalJob.schedule(InternalJob.java:385) at org.eclipse.core.runtime.jobs.Job.schedule(Job.java:670) at org.eclipse.rcptt.internal.core.jobs.JobManager.showProgress(JobManager.java:466) at org.eclipse.rcptt.internal.core.jobs.JobManager.run(JobManager.java:423) at java.base/java.lang.Thread.run(Thread.java:829) [INFO] All tests passed! [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.extensions >--------- [INFO] Building org.eclipse.rcptt.ctx.extensions 2.5.5-SNAPSHOT [100/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.extensions --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.extensions --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.extensions --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.extensions --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.extensions --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.extensions --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.extensions... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.extensions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.extensions/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.extensions --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.extensions/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.extensions/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.extensions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.extensions/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.extensions --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.extensions --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.extensions/target/org.eclipse.rcptt.ctx.extensions-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.extensions --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.extensions --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.extensions/target/org.eclipse.rcptt.ctx.extensions-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.extensions --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.extensions/target/org.eclipse.rcptt.ctx.extensions-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.extensions/target/org.eclipse.rcptt.ctx.extensions-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.extensions --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/core/contexts/org.eclipse.rcptt.ctx.extensions/target/org.eclipse.rcptt.ctx.extensions-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.extensions --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.extensions --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.extensions --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt.core.features:org.eclipse.rcptt.core >------- [INFO] Building org.eclipse.rcptt.core 2.5.5-SNAPSHOT [101/102] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.core --- [INFO] Fetching org.eclipse.emf.edit_2.14.0.v20180823-0456.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (96.88kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201812070911.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (403.76kB) [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.core --- [INFO] Building jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core-feature/target/org.eclipse.rcptt.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.core --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core-feature/target/org.eclipse.rcptt.core-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/core/org.eclipse.rcptt.core-feature/target/org.eclipse.rcptt.core-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core --- [INFO] [INFO] -----------------< org.eclipse.rcptt:core-repository >------------------ [INFO] Building core-repository 2.5.5-SNAPSHOT [102/102] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ core-repository --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ core-repository --- [INFO] Fetching org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1.86MB) [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ core-repository --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ core-repository --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ core-repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/repository/core/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.1: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.1:publish-products (default-publish-products) @ core-repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.1:publish-categories (default-publish-categories) @ core-repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.1:attach-artifacts (default-attach-artifacts) @ core-repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.1:assemble-repository (default-assemble-repository) @ core-repository --- [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 202301241915.Default 1.0.0.AH8S8OcLWU56AspEa7-Gy992G7C 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 202301241915.Default 1.0.0.AH8S8OcLWU56AspEa7-Gy992G7C 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 202301241915.Default 1.0.0.AH8S8OcLWU56AspEa7-Gy992G7C 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.1:archive-repository (default-archive-repository) @ core-repository --- [INFO] Building zip: /home/jenkins/agent/workspace/master/repository/core/target/core-repository-2.5.5-SNAPSHOT.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ core-repository --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ core-repository --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ core-repository --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ core-repository --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] ecl ................................................ SUCCESS [ 0.887 s] [INFO] ecl-plugins ........................................ SUCCESS [ 0.007 s] [INFO] org.eclipse.rcptt.ecl.core ......................... SUCCESS [ 17.519 s] [INFO] org.eclipse.rcptt.ecl.client.tcp ................... SUCCESS [ 3.458 s] [INFO] org.eclipse.rcptt.ecl.dispatch ..................... SUCCESS [ 2.658 s] [INFO] org.eclipse.rcptt.ecl.filesystem ................... SUCCESS [ 2.881 s] [INFO] core 2.5.5-SNAPSHOT ................................ SUCCESS [ 0.066 s] [INFO] rcptt.core ......................................... SUCCESS [ 0.008 s] [INFO] org.eclipse.rcptt.logging .......................... SUCCESS [ 2.422 s] [INFO] org.eclipse.rcptt.tesla.core.context ............... SUCCESS [ 1.416 s] [INFO] org.eclipse.rcptt.util ............................. SUCCESS [ 2.647 s] [INFO] org.eclipse.rcptt.tesla.core ....................... SUCCESS [ 9.686 s] [INFO] org.eclipse.rcptt.tesla.ecl ........................ SUCCESS [ 5.520 s] [INFO] org.eclipse.rcptt.ecl.data ......................... SUCCESS [ 3.629 s] [INFO] org.eclipse.rcptt.ecl.data.apache.poi .............. SUCCESS [ 2.302 s] [INFO] org.eclipse.rcptt.ecl.parser ....................... SUCCESS [ 3.127 s] [INFO] org.eclipse.rcptt.ecl.debug.runtime ................ SUCCESS [ 3.300 s] [INFO] org.eclipse.rcptt.ecl.debug.core ................... SUCCESS [ 2.287 s] [INFO] org.eclipse.rcptt.ecl.debug.ui ..................... SUCCESS [ 2.981 s] [INFO] org.eclipse.rcptt.ecl.doc .......................... SUCCESS [ 2.479 s] [INFO] org.eclipse.rcptt.ecl.perf ......................... SUCCESS [ 1.875 s] [INFO] org.eclipse.rcptt.ecl.platform ..................... SUCCESS [ 3.830 s] [INFO] org.eclipse.rcptt.ecl.platform.ui .................. SUCCESS [ 2.380 s] [INFO] org.eclipse.rcptt.ecl.popup ........................ SUCCESS [ 3.545 s] [INFO] org.eclipse.rcptt.ecl.popup.ui ..................... SUCCESS [ 2.366 s] [INFO] org.eclipse.rcptt.ecl.server.tcp ................... SUCCESS [ 1.486 s] [INFO] org.eclipse.rcptt.ecl.server.tcp.ui ................ SUCCESS [ 3.227 s] [INFO] org.eclipse.rcptt.ecl.shell ........................ SUCCESS [ 1.977 s] [INFO] org.eclipse.rcptt.ecl.telnet.server ................ SUCCESS [ 1.243 s] [INFO] org.eclipse.rcptt.ecl.telnet.server.ui ............. SUCCESS [ 1.471 s] [INFO] org.eclipse.rcptt.ecl.operations ................... SUCCESS [ 2.872 s] [INFO] org.eclipse.rcptt.ecl.interop ...................... SUCCESS [ 2.490 s] [INFO] ecl-features ....................................... SUCCESS [ 0.006 s] [INFO] org.eclipse.rcptt.ecl.core ......................... SUCCESS [ 2.052 s] [INFO] org.eclipse.rcptt.ecl.ide .......................... SUCCESS [ 1.732 s] [INFO] org.eclipse.rcptt.ecl.server ....................... SUCCESS [ 1.679 s] [INFO] org.eclipse.rcptt.ecl.shell ........................ SUCCESS [ 1.780 s] [INFO] org.eclipse.rcptt.ecl.platform ..................... SUCCESS [ 1.732 s] [INFO] org.eclipse.rcptt.ecl.platform.ui .................. SUCCESS [ 0.907 s] [INFO] org.eclipse.rcptt.ecl.sdk .......................... SUCCESS [ 0.866 s] [INFO] org.eclipse.rcptt.ecl.server.ui .................... SUCCESS [ 1.056 s] [INFO] ecl-tests .......................................... SUCCESS [ 0.007 s] [INFO] org.eclipse.rcptt.ecl.parser.test .................. SUCCESS [ 9.238 s] [INFO] org.eclipse.rcptt.ecl.operations.tests ............. SUCCESS [ 8.795 s] [INFO] org.eclipse.rcptt.ecl.data.tests ................... SUCCESS [ 11.815 s] [INFO] org.eclipse.rcptt.ecl.core.tests ................... SUCCESS [ 10.894 s] [INFO] org.eclipse.rcptt.ecl.client.tcp.tests ............. SUCCESS [ 9.138 s] [INFO] org.eclipse.rcptt.ecl.perf.tests ................... SUCCESS [ 10.044 s] [INFO] org.eclipse.rcptt.ecl.doc.tests .................... SUCCESS [ 9.892 s] [INFO] ecl-repository ..................................... SUCCESS [ 3.657 s] [INFO] watson ............................................. SUCCESS [ 0.059 s] [INFO] org.eclipse.rcptt.watson.core ...................... SUCCESS [ 3.789 s] [INFO] org.eclipse.rcptt.watson.jobs ...................... SUCCESS [ 1.544 s] [INFO] org.eclipse.rcptt.watson ........................... SUCCESS [ 1.886 s] [INFO] org.eclipse.rcptt.watson.ui ........................ SUCCESS [ 2.427 s] [INFO] org.eclipse.rcptt.tesla.recording.core ............. SUCCESS [ 1.496 s] [INFO] org.eclipse.rcptt.tesla ............................ SUCCESS [ 1.276 s] [INFO] org.eclipse.rcptt.tesla.recording.core.ecl ......... SUCCESS [ 2.078 s] [INFO] org.eclipse.rcptt.tesla.ecl ........................ SUCCESS [ 0.904 s] [INFO] org.eclipse.rcptt.core.scenario .................... SUCCESS [ 2.633 s] [INFO] org.eclipse.rcptt.core ............................. SUCCESS [ 4.155 s] [INFO] org.eclipse.rcptt.core.search ...................... SUCCESS [ 2.231 s] [INFO] org.eclipse.rcptt.reporting ........................ SUCCESS [ 1.606 s] [INFO] rcptt.core.verifications ........................... SUCCESS [ 0.005 s] [INFO] org.eclipse.rcptt.verifications .................... SUCCESS [ 1.669 s] [INFO] org.eclipse.rcptt.core.ecl.core .................... SUCCESS [ 3.081 s] [INFO] org.eclipse.rcptt.core.ecl.scanner ................. SUCCESS [ 1.252 s] [INFO] org.eclipse.rcptt.core.ecl.parser .................. SUCCESS [ 1.919 s] [INFO] org.eclipse.rcptt.core.builder ..................... SUCCESS [ 2.526 s] [INFO] org.eclipse.rcptt.core.launching ................... SUCCESS [ 2.636 s] [INFO] rcptt.core.contexts ................................ SUCCESS [ 0.005 s] [INFO] org.eclipse.rcptt.ctx.debug ........................ SUCCESS [ 2.641 s] [INFO] org.eclipse.rcptt.ctx.group ........................ SUCCESS [ 2.145 s] [INFO] org.eclipse.rcptt.ctx.preferences .................. SUCCESS [ 2.429 s] [INFO] org.eclipse.rcptt.resources ........................ SUCCESS [ 1.747 s] [INFO] org.eclipse.rcptt.ctx.resources .................... SUCCESS [ 2.135 s] [INFO] org.eclipse.rcptt.ctx.script ....................... SUCCESS [ 1.309 s] [INFO] org.eclipse.rcptt.ctx.super ........................ SUCCESS [ 2.171 s] [INFO] org.eclipse.rcptt.ctx.capability ................... SUCCESS [ 2.056 s] [INFO] org.eclipse.rcptt.ctx.workbench .................... SUCCESS [ 1.282 s] [INFO] org.eclipse.rcptt.ctx.parameters ................... SUCCESS [ 2.400 s] [INFO] org.eclipse.rcptt.ctx.filesystem ................... SUCCESS [ 1.576 s] [INFO] org.eclipse.rcptt.ctx.extensions ................... SUCCESS [ 1.649 s] [INFO] org.eclipse.rcptt.verifications.time ............... SUCCESS [ 1.385 s] [INFO] org.eclipse.rcptt.verifications.text ............... SUCCESS [ 1.485 s] [INFO] org.eclipse.rcptt.verifications.log ................ SUCCESS [ 2.373 s] [INFO] org.eclipse.rcptt.verifications.tree ............... SUCCESS [ 2.793 s] [INFO] org.eclipse.rcptt.verifications.resources .......... SUCCESS [ 2.078 s] [INFO] org.eclipse.rcptt.util.resources ................... SUCCESS [ 1.255 s] [INFO] org.eclipse.rcptt.core.swt ......................... SUCCESS [ 1.382 s] [INFO] org.eclipse.rcptt.core.swt.win64 ................... SUCCESS [ 1.276 s] [INFO] org.eclipse.rcptt.core.ecl.formatter ............... SUCCESS [ 2.335 s] [INFO] org.eclipse.rcptt.core.ecl.highlighter ............. SUCCESS [ 2.171 s] [INFO] org.eclipse.rcptt.expandbar ........................ SUCCESS [ 2.467 s] [INFO] org.eclipse.rcptt.core ............................. SUCCESS [ 2.788 s] [INFO] rcptt.core.tests ................................... SUCCESS [ 0.006 s] [INFO] org.eclipse.rcptt.core.tests ....................... SUCCESS [ 36.368 s] [INFO] org.eclipse.rcptt.core.ecl.formatter.test .......... SUCCESS [ 8.429 s] [INFO] org.eclipse.rcptt.core.ecl.parser.test ............. SUCCESS [ 9.031 s] [INFO] org.eclipse.rcptt.verifications.tree.test .......... SUCCESS [ 8.259 s] [INFO] org.eclipse.rcptt.core.search.test ................. SUCCESS [ 7.965 s] [INFO] core-repository 2.5.5-SNAPSHOT ..................... SUCCESS [ 7.755 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 07:16 min [INFO] Finished at: 2023-01-28T01:01:54Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn clean verify --threads=1.0C -Dtycho.localArtifacts=ignore -Dmaven.repo.local=/home/jenkins/agent/workspace/master/m2 -B -e -P sign -f releng/runtime/pom.xml -P runtime4x [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/aspectj-maven-plugin/1.14.0/aspectj-maven-plugin-1.14.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/aspectj-maven-plugin/1.14.0/aspectj-maven-plugin-1.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/aspectj-maven-plugin/1.14.0/aspectj-maven-plugin-1.14.0.pom (13 kB at 40 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 137 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 418 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 80 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 808 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom (7.3 kB at 32 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 21 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 189 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/releases/neon/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/neon [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/neon/ (507B) [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/neon/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/neon/ (64.5kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201606221000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201606221000/ (861.1kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201609281000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201609281000/ (871.38kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201610111000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201610111000/ (870.9kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201612211000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201612211000/ (876.7kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201703231000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201703231000/ (886.4kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201705151400/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201705151400/ (884.78kB) [INFO] Fetching p2.index from http://download.eclipse.org/tools/ajdt/48/dev/update/ (128B) [INFO] Adding repository http://download.eclipse.org/tools/ajdt/48/dev/update [INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/ajdt/48/dev/update/ (456B) [INFO] Fetching content.jar from http://download.eclipse.org/tools/ajdt/48/dev/update/ajdt-e48-2.2.4.201908131520/ (12.34kB) [INFO] Fetching p2.index from https://download.eclipse.org/swtchart/releases/0.12.0/repository/ (172B) [INFO] Adding repository https://download.eclipse.org/swtchart/releases/0.12.0/repository [INFO] Fetching content.xml.xz from https://download.eclipse.org/swtchart/releases/0.12.0/repository/ (16.71kB) [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/core/target/repository [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository [INFO] Adding repository http://download.eclipse.org/tools/ajdt/43/update [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/2019-03 [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2019-03/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/201903201000/ (142B) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.runtime.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime.ui/pom.xml [INFO] Fetching org.eclipse.osgi_3.15.100.v20191114-1701.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (1.4MB) [INFO] Fetching org.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 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 201606221000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/neon/ (63B) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (98kB) [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.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.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.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.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (99.04kB) [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.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (14.95kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.113.0.v20191204-0601.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (2.08MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.113.0.v20191204-0601.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (2.05MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.forms.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.forms.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.resources.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.resources.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.util.swt:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.util.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.aspects.swt:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.aspects.jobs:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.jface:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.jface/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.runtime:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.runtime-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.core.am:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.core.am/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.canvas:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.canvas/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gef:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef/pom.xml [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (215.67kB) [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.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (30.51kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (366.65kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gef.aspects:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jobs.aspects:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gmf:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf/pom.xml [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (12.63MB) [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (9.87MB of 12.63MB at 9.86MB/s) [INFO] Fetching org.eclipse.emf.ecore.edit_2.12.0.v20190226-1307.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (61.28kB) [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.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.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_1.9.0.201806010809.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (99.1kB) [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.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (130.39kB) [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.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.draw2d.ui_1.9.0.201806010809.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (307.46kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (107.22kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gmf.aspects:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jdt:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt/pom.xml [INFO] Fetching org.eclipse.jdt.core_3.17.0.v20190306-2240.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (6.6MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jdt.aspects:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.aspects:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text.aspects:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text.reconciler.aspects:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.aspects:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.observable.aspects:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.fragment:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.draw2d:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.forms:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.gef:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.gmf:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.jface:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.jface.text:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.swt:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.workbench:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.draw2d:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.gef:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.gmf:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.fragment:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.swt:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.canvas:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.jface.text:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.workbench.texteditor:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.aspects:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide.aspects:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.texteditor:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.texteditor.aspects:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.variables:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.variables/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.properties.view:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.properties.view/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.chart:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.chart/pom.xml [INFO] Fetching org.eclipse.swtchart_0.12.0.202003130409.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (136.93kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla.e4x.features:org.eclipse.rcptt.tesla.runtime:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.runtime.e4x-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.e4x:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.e4x/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.aspects.e4x:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.e4x/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla.ecl:org.eclipse.rcptt.tesla.ecl.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla.ecl.features:org.eclipse.rcptt.tesla.ecl.runtime:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.runtime-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.tesla.ecl.update-site:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.update-site/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.debug:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.core.ecl.debug/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.debug.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.group.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences.aspects:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.parameters.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.filesystem.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.resources.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.script.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench.aspect:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.time.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.text.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.log.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.log.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.resources.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.runtime:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.runtime-updatesite:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime-updatesite/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.updates.runtime.e4x:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.updates.e4x:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/updates/org.eclipse.rcptt.updates.e4x-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.expandbar.runtime:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.expandbar.runtime/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.jface.aspects.test:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/pom.xml [INFO] Fetching org.aspectj.weaver_1.9.2.201908131520.jar from http://download.eclipse.org/tools/ajdt/48/dev/update/ajdt-e48-2.2.4.201908131520/plugins/ (1.93MB) [INFO] Fetching org.eclipse.equinox.weaving.aspectj_1.0.400.201908131520.jar from http://download.eclipse.org/tools/ajdt/48/dev/update/ajdt-e48-2.2.4.201908131520/plugins/ (34.42kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.swt.aspects.test:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.swt.test:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.test:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ecl.data.apache.poi.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/pom.xml [INFO] Fetching org.apache.poi_3.9.0.v201405241750.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (1.87MB) [INFO] Fetching org.apache.poi.ooxml_3.9.0.v201405241905.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (345.56kB) [INFO] Fetching org.apache.poi.ooxml.schemas_3.9.0.v201405241750.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (1.3MB) [INFO] Fetching org.dom4j_1.6.1.v20170815-1500.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (105.48kB) [INFO] Fetching 201612211000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/neon/ (63B) [INFO] Fetching org.apache.xmlbeans_2.3.0.v201605172150.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (765.51kB) [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.ws.jaxme_0.5.1.v20100427-1100.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (21.62kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:e4x:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/repository/e4x/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] runtime [pom] [INFO] rcptt.runtime [pom] [INFO] tesla [pom] [INFO] org.eclipse.rcptt.tesla.swt.fragment [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.core.am [eclipse-plugin] [INFO] org.eclipse.rcptt.util.swt [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] rcptt.runtime.watson [pom] [INFO] org.eclipse.rcptt.watson.aspects.jobs [eclipse-plugin] [INFO] org.eclipse.rcptt.watson.aspects.swt [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.swt [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.forms [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.jface [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.swt [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.workbench [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.swt [eclipse-plugin] [INFO] ecl-tesla [pom] [INFO] org.eclipse.rcptt.tesla.ecl.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.ui.ide.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.runtime.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.forms.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.resources.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.watson.jface [eclipse-plugin] [INFO] org.eclipse.rcptt.watson.runtime [eclipse-feature] [INFO] org.eclipse.rcptt.tesla.canvas [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.gef.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.gef [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.gmf.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.gmf [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jdt.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jdt [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.text.reconciler.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.text [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.text.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.databinding.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.databinding.observable.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.databinding [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.fragment [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.draw2d [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.gef [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.gmf [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.jface.text [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.draw2d [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.gef [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.gmf [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.canvas [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.jface.text [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.workbench.texteditor [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.workbench.texteditor [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.ui.ide [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.workbench.texteditor.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.variables [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.properties.view [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.chart [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.swt.e4x [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.workbench.aspects.e4x [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.runtime [eclipse-feature] [INFO] org.eclipse.rcptt.tesla.ecl.runtime [eclipse-feature] [INFO] org.eclipse.rcptt.tesla.ecl.update-site [eclipse-update-site] [INFO] org.eclipse.rcptt.core.ecl.debug [eclipse-plugin] [INFO] rcptt.runtime.contexts [pom] [INFO] org.eclipse.rcptt.ctx.debug.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.group.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.preferences.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.preferences.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.parameters.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.filesystem.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.resources.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.script.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.workbench.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.workbench.aspect [eclipse-plugin] [INFO] rcptt.runtime.verifications [pom] [INFO] org.eclipse.rcptt.verifications.time.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.text.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.log.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.tree.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.resources.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.data.apache.poi.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.expandbar.runtime [eclipse-plugin] [INFO] org.eclipse.rcptt.runtime [eclipse-feature] [INFO] org.eclipse.rcptt.runtime-updatesite [eclipse-repository] [INFO] rcptt.runtime.updates [pom] [INFO] org.eclipse.rcptt.updates.runtime.e4x [eclipse-plugin] [INFO] org.eclipse.rcptt.updates.e4x [eclipse-feature] [INFO] rcptt.runtime.tests [pom] [INFO] org.eclipse.rcptt.tesla.jface.aspects.test [eclipse-test-plugin] [INFO] org.eclipse.rcptt.tesla.swt.aspects.test [eclipse-test-plugin] [INFO] org.eclipse.rcptt.tesla.swt.test [eclipse-test-plugin] [INFO] org.eclipse.rcptt.watson.test [eclipse-test-plugin] [INFO] e4x [eclipse-repository] [INFO] [INFO] ---------------------< org.eclipse.rcptt:runtime >---------------------- [INFO] Building runtime 2.5.5-SNAPSHOT [1/93] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ runtime --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ runtime --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ runtime --- [INFO] [INFO] ------------------< org.eclipse.rcptt:rcptt.runtime >------------------- [INFO] Building rcptt.runtime 2.5.5-SNAPSHOT [2/93] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runtime --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ rcptt.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.runtime --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ rcptt.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.runtime --- [INFO] [INFO] -------------------< org.eclipse.rcptt.tesla:tesla >-------------------- [INFO] Building tesla 2.5.5-SNAPSHOT [3/93] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tesla --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ tesla --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ tesla --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ tesla --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ tesla --- [INFO] [INFO] ------------< org.eclipse.rcptt:org.eclipse.rcptt.util.swt >------------ [INFO] Building org.eclipse.rcptt.util.swt 2.5.5-SNAPSHOT [4/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.util.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.util.swt --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.util.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.util.swt --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.util.swt --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.util.swt --- [INFO] Resolving class path of org.eclipse.rcptt.util.swt... [INFO] Fetching 201703231000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/neon/ (63B) [INFO] Fetching org.eclipse.swt.gtk.linux.s390_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (1.14MB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (1.18MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (1.14MB) [INFO] Fetching org.eclipse.swt.gtk.linux.ppc_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (1.11MB) [INFO] Fetching org.eclipse.rcptt.util.swt.win64_2.1.0.201506300557.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (10.46kB) [INFO] Fetching org.eclipse.rcptt.util.swt.win32_2.1.0.201506300557.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (10.43kB) [INFO] Fetching org.eclipse.swt.gtk.linux.s390x_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (1.17MB) [INFO] Fetching org.eclipse.swt.gtk.hpux.ia64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (1.08MB) [INFO] Fetching org.eclipse.swt.gtk.solaris.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (1.05MB) [INFO] Fetching org.eclipse.swt.gtk.linux.ppc64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (1.18MB) [INFO] Fetching org.eclipse.swt.gtk.aix.ppc_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (1.02MB) [INFO] Fetching org.eclipse.swt.gtk.aix.ppc64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (1.05MB) [INFO] Fetching org.eclipse.swt.gtk.solaris.sparcv9_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (1.1MB) [INFO] Fetching org.eclipse.wst.jsdt.nashorn.extension_1.0.2.v201610280128.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (9.28kB) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.util.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.util.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.util.swt --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.util.swt/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.util.swt/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.util.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.util.swt/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.util.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.util.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.util.swt/target/org.eclipse.rcptt.util.swt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.util.swt --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.util.swt --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.util.swt/target/org.eclipse.rcptt.util.swt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.util.swt --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.util.swt/target/org.eclipse.rcptt.util.swt-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.util.swt/target/org.eclipse.rcptt.util.swt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.util.swt --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.util.swt/target/org.eclipse.rcptt.util.swt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.util.swt --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.util.swt --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.util.swt --- [INFO] No tests to run. [INFO] [INFO] ---------------< org.eclipse.rcptt:rcptt.runtime.watson >--------------- [INFO] Building rcptt.runtime.watson 2.5.5-SNAPSHOT [5/93] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runtime.watson --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ rcptt.runtime.watson --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.runtime.watson --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ rcptt.runtime.watson --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.runtime.watson --- [INFO] [INFO] ---------------< org.eclipse.rcptt.tesla.ecl:ecl-tesla >---------------- [INFO] Building ecl-tesla 2.5.5-SNAPSHOT [6/93] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ecl-tesla --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ ecl-tesla --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ ecl-tesla --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ ecl-tesla --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ ecl-tesla --- [INFO] [INFO] --------------< org.eclipse.rcptt:rcptt.runtime.contexts >-------------- [INFO] Building rcptt.runtime.contexts 2.5.5-SNAPSHOT [7/93] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runtime.contexts --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ rcptt.runtime.contexts --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.runtime.contexts --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ rcptt.runtime.contexts --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.runtime.contexts --- [INFO] [INFO] -----------< org.eclipse.rcptt:rcptt.runtime.verifications >------------ [INFO] Building rcptt.runtime.verifications 2.5.5-SNAPSHOT [8/93] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runtime.verifications --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ rcptt.runtime.verifications --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.runtime.verifications --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ rcptt.runtime.verifications --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.runtime.verifications --- [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.ecl.data.apache.poi.impl >---- [INFO] Building org.eclipse.rcptt.ecl.data.apache.poi.impl 2.5.5-SNAPSHOT [9/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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] Fetching org.eclipse.emf.cdo.ecore.retrofit_4.2.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (18.55kB) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/target/org.eclipse.rcptt.ecl.data.apache.poi.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/target/org.eclipse.rcptt.ecl.data.apache.poi.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/target/org.eclipse.rcptt.ecl.data.apache.poi.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/target/org.eclipse.rcptt.ecl.data.apache.poi.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/target/org.eclipse.rcptt.ecl.data.apache.poi.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.data.apache.poi.impl --- [INFO] No tests to run. [INFO] [INFO] --------------< org.eclipse.rcptt:rcptt.runtime.updates >--------------- [INFO] Building rcptt.runtime.updates 2.5.5-SNAPSHOT [10/93] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runtime.updates --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ rcptt.runtime.updates --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.runtime.updates --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ rcptt.runtime.updates --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.runtime.updates --- [INFO] [INFO] ---------------< org.eclipse.rcptt:rcptt.runtime.tests >---------------- [INFO] Building rcptt.runtime.tests 2.5.5-SNAPSHOT [11/93] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runtime.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ rcptt.runtime.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.runtime.tests --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ rcptt.runtime.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.runtime.tests --- [INFO] [INFO] ----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.fragment >---- [INFO] Building org.eclipse.rcptt.tesla.swt.fragment 2.5.5-SNAPSHOT [12/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.swt.fragment... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.swt.fragment --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/target/org.eclipse.rcptt.tesla.swt.fragment-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.swt.fragment --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/target/org.eclipse.rcptt.tesla.swt.fragment-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/target/org.eclipse.rcptt.tesla.swt.fragment-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/target/org.eclipse.rcptt.tesla.swt.fragment-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.swt.fragment --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/target/org.eclipse.rcptt.tesla.swt.fragment-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.swt.fragment --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.core.am >------- [INFO] Building org.eclipse.rcptt.tesla.core.am 2.5.5-SNAPSHOT [13/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.core.am --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.core.am --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.core.am --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.core.am --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.core.am --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.core.am --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.core.am... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.core.am --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.core.am/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.core.am --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.core.am/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.core.am/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.core.am --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.core.am/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.core.am --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.core.am --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.core.am/target/org.eclipse.rcptt.tesla.core.am-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.core.am --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.core.am --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.core.am/target/org.eclipse.rcptt.tesla.core.am-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.core.am --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.core.am/target/org.eclipse.rcptt.tesla.core.am-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.core.am/target/org.eclipse.rcptt.tesla.core.am-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.core.am --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.core.am/target/org.eclipse.rcptt.tesla.core.am-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.core.am --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.core.am --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.core.am --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.fragment >--- [INFO] Building org.eclipse.rcptt.tesla.jface.fragment 2.5.5-SNAPSHOT [14/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jface.fragment... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.fragment --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/target/org.eclipse.rcptt.tesla.jface.fragment-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jface.fragment --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/target/org.eclipse.rcptt.tesla.jface.fragment-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/target/org.eclipse.rcptt.tesla.jface.fragment-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/target/org.eclipse.rcptt.tesla.jface.fragment-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jface.fragment --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/target/org.eclipse.rcptt.tesla.jface.fragment-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.jface.fragment --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.variables >------ [INFO] Building org.eclipse.rcptt.tesla.variables 2.5.5-SNAPSHOT [15/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.variables --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.variables --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.variables --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.variables --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.variables --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.variables --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.variables... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.variables --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.variables/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.variables --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.variables/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.variables --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.variables/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.variables --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.variables --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.variables/target/org.eclipse.rcptt.tesla.variables-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.variables --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.variables --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.variables/target/org.eclipse.rcptt.tesla.variables-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.variables --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.variables/target/org.eclipse.rcptt.tesla.variables-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.variables/target/org.eclipse.rcptt.tesla.variables-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.variables --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.variables/target/org.eclipse.rcptt.tesla.variables-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.variables --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.variables --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.variables --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.watson.aspects.jobs >------- [INFO] Building org.eclipse.rcptt.watson.aspects.jobs 2.5.5-SNAPSHOT [16/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjrt/1.7.0/aspectjrt-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjrt/1.7.0/aspectjrt-1.7.0.pom (1.0 kB at 509 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjrt/1.7.0/aspectjrt-1.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjrt/1.7.0/aspectjrt-1.7.0.jar (116 kB at 1.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.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] Resolving class path of org.eclipse.rcptt.watson.aspects.jobs... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.watson.aspects.jobs --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom (2.7 kB at 18 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 123 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 299 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/17/apache-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 209 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 47 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 82 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 231 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 742 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom (2.1 kB at 18 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom (4.2 kB at 38 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 123 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 9.4 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 45 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 15 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 80 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 113 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 22 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 144 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 391 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 59 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 10 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 160 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 13 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 31 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 99 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 41 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 195 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 67 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 173 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 167 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 48 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/google/1/google-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 32 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-site-renderer/1.10/doxia-site-renderer-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.10/doxia-site-renderer-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.10/doxia-site-renderer-1.10.pom (7.7 kB at 69 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 106 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 39 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 190 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 822 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 226 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 40 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 136 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 37 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 11 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 65 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 21 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml/1.10/doxia-module-xhtml-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.10/doxia-module-xhtml-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.10/doxia-module-xhtml-1.10.pom (2.0 kB at 18 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-modules/1.10/doxia-modules-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.10/doxia-modules-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.10/doxia-modules-1.10.pom (2.7 kB at 24 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 18 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 26 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 57 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 179 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 60 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 77 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 29 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 67 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 69 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 65 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 73 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 125 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 272 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 318 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 182 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 150 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 5.5 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 24 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 71 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 87 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.8 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.0 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 61 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 23 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 58 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 2.3 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 5.0 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 90 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 37 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 184 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 1.6 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 3.0 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 86 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 191 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 80 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 10 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 52 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 202 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 57 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom (1.5 kB at 15 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 154 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 14 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 34 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 188 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 9.7 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 44 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 312 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 33 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 72 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 79 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 164 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 46 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 75 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 156 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 151 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 203 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 53 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 17 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 73 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 20 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 19 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 36 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 16 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 53 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 1.2 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 196 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 5.2 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 54 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 77 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 114 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 21 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 1.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 22 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 31 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 13 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/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/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-core/1.10/doxia-core-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/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-xhtml5/1.10/doxia-module-xhtml5-1.10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml/1.10/doxia-module-xhtml-1.10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.1/commons-logging-1.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/aspectj/aspectjtools/1.9.7/aspectjtools-1.9.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar (205 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-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar (164 kB at 872 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.10/doxia-sink-api-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar (47 kB at 237 kB/s) [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 276 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.10/doxia-logging-api-1.10.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.10/doxia-site-renderer-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 258 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/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar (378 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-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-core/1.10/doxia-core-1.10.jar (218 kB at 749 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.10/doxia-site-renderer-1.10.jar (65 kB at 223 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.10/doxia-sink-api-1.10.jar (12 kB at 40 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-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 37 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/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 869 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.10/doxia-module-xhtml5-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.10/doxia-decoration-model-1.10.jar (60 kB at 158 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.10/doxia-skin-model-1.10.jar (16 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-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-module-xhtml/1.10/doxia-module-xhtml-1.10.jar (17 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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/commons/commons-text/1.3/commons-text-1.3.jar (183 kB at 454 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 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.10/doxia-module-xhtml5-1.10.jar (18 kB at 38 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 17 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] 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 25 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 944 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-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 519 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 336 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 154 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 245 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-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 405 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar [INFO] 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/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 584 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 107 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 943 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.jar (53 kB at 80 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjtools/1.9.7/aspectjtools-1.9.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar (18 kB at 27 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 89 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 667 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 232 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 12 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] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/target/org.eclipse.rcptt.watson.aspects.jobs-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.watson.aspects.jobs --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/target/org.eclipse.rcptt.watson.aspects.jobs-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:08:13 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/sherlock/aspects/jobs/internal/IJobsEventListener.class Jan 28, 2023 1:08:13 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/sherlock/aspects/jobs/internal/JobsActivator.class Jan 28, 2023 1:08:13 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/sherlock/aspects/jobs/internal/JobsEventManager.class Jan 28, 2023 1:08:13 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/sherlock/aspects/jobs/JobsAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/target/org.eclipse.rcptt.watson.aspects.jobs-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/target/org.eclipse.rcptt.watson.aspects.jobs-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.watson.aspects.jobs --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/target/org.eclipse.rcptt.watson.aspects.jobs-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:08:15 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/sherlock/aspects/jobs/internal/IJobsEventListener.class Jan 28, 2023 1:08:15 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/sherlock/aspects/jobs/internal/JobsActivator.class Jan 28, 2023 1:08:15 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/sherlock/aspects/jobs/internal/JobsEventManager.class Jan 28, 2023 1:08:15 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/sherlock/aspects/jobs/JobsAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.watson.aspects.jobs --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.watson.aspects.swt >------- [INFO] Building org.eclipse.rcptt.watson.aspects.swt 2.5.5-SNAPSHOT [17/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] Resolving class path of org.eclipse.rcptt.watson.aspects.swt... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.watson.aspects.swt --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/target/org.eclipse.rcptt.watson.aspects.swt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.watson.aspects.swt --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/target/org.eclipse.rcptt.watson.aspects.swt-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:08:17 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/sherlock/aspects/asyncs/IAsyncEventListener.class Jan 28, 2023 1:08:17 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/sherlock/aspects/asyncs/AsyncEventManager.class Jan 28, 2023 1:08:17 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/sherlock/aspects/swt/SWTAspectActivator.class Jan 28, 2023 1:08:17 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/sherlock/aspects/swt/DisplayAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/target/org.eclipse.rcptt.watson.aspects.swt-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/target/org.eclipse.rcptt.watson.aspects.swt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.watson.aspects.swt --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/target/org.eclipse.rcptt.watson.aspects.swt-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:08:19 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/sherlock/aspects/asyncs/IAsyncEventListener.class Jan 28, 2023 1:08:19 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/sherlock/aspects/asyncs/AsyncEventManager.class Jan 28, 2023 1:08:19 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/sherlock/aspects/swt/SWTAspectActivator.class Jan 28, 2023 1:08:19 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/sherlock/aspects/swt/DisplayAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.watson.aspects.swt --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.watson.jface >---------- [INFO] Building org.eclipse.rcptt.watson.jface 2.5.5-SNAPSHOT [18/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson.jface --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.watson.jface --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.jface --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.jface --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.jface --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.watson.jface --- [INFO] Resolving class path of org.eclipse.rcptt.watson.jface... [INFO] Fetching org.eclipse.core.filesystem.win32.x86_1.4.0.v20140124-1940.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (25.87kB) [INFO] Fetching org.eclipse.core.filesystem.hpux.ia64_1.1.0.v20140124-1940.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (18.69kB) [INFO] Fetching org.eclipse.core.filesystem.linux.ppc_1.0.200.v20140124-1940.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (21.89kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_3.5.100.v20140124-1940.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (16.61kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_1.4.200.v20140124-1940.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (8.87kB) [INFO] Fetching org.eclipse.core.filesystem.aix.ppc_1.1.0.v20140124-1940.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (8.41kB) [INFO] Fetching org.eclipse.core.filesystem.aix.ppc64_1.1.0.v20140124-1940.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (8.45kB) [INFO] Fetching org.eclipse.core.filesystem.linux.ppc64_1.4.0.v20140124-1940.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (9.6kB) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.watson.jface --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.jface/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.watson.jface --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.jface/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.jface/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.watson.jface --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.jface/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.watson.jface --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.watson.jface --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.jface/target/org.eclipse.rcptt.watson.jface-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson.jface --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.watson.jface --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.jface/target/org.eclipse.rcptt.watson.jface-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.watson.jface --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.jface/target/org.eclipse.rcptt.watson.jface-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.jface/target/org.eclipse.rcptt.watson.jface-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.watson.jface --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.jface/target/org.eclipse.rcptt.watson.jface-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.watson.jface --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.watson.jface --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.watson.jface --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.group.impl >--------- [INFO] Building org.eclipse.rcptt.ctx.group.impl 2.5.5-SNAPSHOT [19/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.group.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.group.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/target/org.eclipse.rcptt.ctx.group.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.group.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/target/org.eclipse.rcptt.ctx.group.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/target/org.eclipse.rcptt.ctx.group.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/target/org.eclipse.rcptt.ctx.group.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.group.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/target/org.eclipse.rcptt.ctx.group.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.group.impl --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences.aspects >----- [INFO] Building org.eclipse.rcptt.ctx.preferences.aspects 2.5.5-SNAPSHOT [20/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.preferences.aspects... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.preferences.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/target/org.eclipse.rcptt.ctx.preferences.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.preferences.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/target/org.eclipse.rcptt.ctx.preferences.aspects-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:08:25 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/runtime/ui/preferences/DialogSettingsManager.class Jan 28, 2023 1:08:25 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/runtime/ui/preferences/aspects/DialogSettingsAspect.class Jan 28, 2023 1:08:25 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/internal/runtime/ui/preferences/Activator$1.class Jan 28, 2023 1:08:25 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/internal/runtime/ui/preferences/Activator.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/target/org.eclipse.rcptt.ctx.preferences.aspects-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/target/org.eclipse.rcptt.ctx.preferences.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.preferences.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/target/org.eclipse.rcptt.ctx.preferences.aspects-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:08:26 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/runtime/ui/preferences/DialogSettingsManager.class Jan 28, 2023 1:08:26 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/runtime/ui/preferences/aspects/DialogSettingsAspect.class Jan 28, 2023 1:08:26 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/internal/runtime/ui/preferences/Activator$1.class Jan 28, 2023 1:08:26 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/internal/runtime/ui/preferences/Activator.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.preferences.aspects --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.parameters.impl >------- [INFO] Building org.eclipse.rcptt.ctx.parameters.impl 2.5.5-SNAPSHOT [21/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.parameters.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.parameters.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/target/org.eclipse.rcptt.ctx.parameters.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.parameters.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/target/org.eclipse.rcptt.ctx.parameters.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/target/org.eclipse.rcptt.ctx.parameters.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/target/org.eclipse.rcptt.ctx.parameters.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.parameters.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/target/org.eclipse.rcptt.ctx.parameters.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.parameters.impl --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.filesystem.impl >------- [INFO] Building org.eclipse.rcptt.ctx.filesystem.impl 2.5.5-SNAPSHOT [22/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.filesystem.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.filesystem.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/target/org.eclipse.rcptt.ctx.filesystem.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.filesystem.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/target/org.eclipse.rcptt.ctx.filesystem.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/target/org.eclipse.rcptt.ctx.filesystem.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/target/org.eclipse.rcptt.ctx.filesystem.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.filesystem.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/target/org.eclipse.rcptt.ctx.filesystem.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.filesystem.impl --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench.aspect >------ [INFO] Building org.eclipse.rcptt.ctx.workbench.aspect 2.5.5-SNAPSHOT [23/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.workbench.aspect... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.workbench.aspect --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/target/org.eclipse.rcptt.ctx.workbench.aspect-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.workbench.aspect --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/target/org.eclipse.rcptt.ctx.workbench.aspect-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:08:32 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/ctx/workbench/aspect/Activator.class Jan 28, 2023 1:08:32 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/ctx/workbench/aspect/WorkbenchContextAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/target/org.eclipse.rcptt.ctx.workbench.aspect-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/target/org.eclipse.rcptt.ctx.workbench.aspect-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.workbench.aspect --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/target/org.eclipse.rcptt.ctx.workbench.aspect-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:08:33 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/ctx/workbench/aspect/Activator.class Jan 28, 2023 1:08:33 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/ctx/workbench/aspect/WorkbenchContextAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.workbench.aspect --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.verifications.time.impl >----- [INFO] Building org.eclipse.rcptt.verifications.time.impl 2.5.5-SNAPSHOT [24/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.time.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.verifications.time.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/target/org.eclipse.rcptt.verifications.time.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.time.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/target/org.eclipse.rcptt.verifications.time.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/target/org.eclipse.rcptt.verifications.time.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/target/org.eclipse.rcptt.verifications.time.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.verifications.time.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/target/org.eclipse.rcptt.verifications.time.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.time.impl --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.watson.test >----------- [INFO] Building org.eclipse.rcptt.watson.test 2.5.5-SNAPSHOT [25/93] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.2.200.v20180827-1235/org.eclipse.equinox.weaving.hook-1.2.200.v20180827-1235.pom [WARNING] The POM for p2.osgi.bundle:org.eclipse.equinox.weaving.hook:jar:1.2.200.v20180827-1235 is missing, no dependency information available [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.watson.test --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.test --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.test --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.watson.test --- [INFO] Resolving class path of org.eclipse.rcptt.watson.test... [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.s390_1.1.401.v20161122-1740.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (84.96kB) [INFO] Fetching org.eclipse.core.net.win32.x86_1.1.0.v20160323-1650.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (29.5kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.aix.ppc64_1.1.401.v20161122-1740.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (310.62kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.hpux.ia64_1.1.401.v20161122-1740.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (45.5kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_1.0.300.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (18.49kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.s390x_1.1.401.v20161122-1740.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (86.97kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.aix.ppc_1.1.401.v20161122-1740.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (304.37kB) [INFO] Fetching org.eclipse.core.net.linux.x86_1.2.0.v20160323-1650.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (36.03kB) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.watson.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.watson.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.watson.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.watson.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.watson.test --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/target/org.eclipse.rcptt.watson.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.watson.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/target/org.eclipse.rcptt.watson.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.watson.test --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/target/org.eclipse.rcptt.watson.test-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/target/org.eclipse.rcptt.watson.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.watson.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/target/org.eclipse.rcptt.watson.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.watson.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:test (default-test) @ org.eclipse.rcptt.watson.test --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Daj.weaving.verbose=true -Dorg.aspectj.weaver.showWeaveInfo=true -Dorg.aspectj.osgi.verbose=true, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/target/work/data, -install, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/target/work, -configuration, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.watson.test/target/surefire.properties] Running org.eclipse.rcptt.watson.test.ReportProviderManagerTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s - in org.eclipse.rcptt.watson.test.ReportProviderManagerTest statusStackTraceIsLogged(org.eclipse.rcptt.watson.test.ReportProviderManagerTest) Time elapsed: 0.097 s Results: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.aspects >----- [INFO] Building org.eclipse.rcptt.tesla.swt.aspects 2.5.5-SNAPSHOT [26/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.swt.aspects... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.swt.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/target/org.eclipse.rcptt.tesla.swt.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.swt.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/target/org.eclipse.rcptt.tesla.swt.aspects-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:09:06 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/ITeslaEventListener.class Jan 28, 2023 1:09:06 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/TeslaEventManager.class Jan 28, 2023 1:09:06 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/TeslaEventManager$IUnhandledNativeDialogHandler.class Jan 28, 2023 1:09:06 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/ITeslaBrowserListener.class Jan 28, 2023 1:09:06 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/TimerUtils.class Jan 28, 2023 1:09:06 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/TeslaBrowserManager.class Jan 28, 2023 1:09:06 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/TeslaBrowserManager$1.class Jan 28, 2023 1:09:06 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/ITimerExecHelper.class Jan 28, 2023 1:09:06 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/TeslaTimerExecManager.class Jan 28, 2023 1:09:06 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/TeslaTimerExecManager$TimerInfo.class Jan 28, 2023 1:09:06 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/images/ImageDataMapping.class Jan 28, 2023 1:09:06 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/dnd/DNDManager.class Jan 28, 2023 1:09:06 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/dnd/DNDManager$1.class Jan 28, 2023 1:09:06 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/dnd/DNDManager$2.class Jan 28, 2023 1:09:06 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/dnd/LocalClipboard.class Jan 28, 2023 1:09:06 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/dnd/LocalClipboard$ContentEntry.class Jan 28, 2023 1:09:06 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/MacOS.class Jan 28, 2023 1:09:06 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/WinOS$RecordedEvent.class Jan 28, 2023 1:09:06 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/GTK$RecordedEvent.class Jan 28, 2023 1:09:06 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/SWTAspectActivator.class Jan 28, 2023 1:09:06 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/BrowserAspect.class Jan 28, 2023 1:09:06 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/ClipboardAspect.class Jan 28, 2023 1:09:06 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/DNDAspect.class Jan 28, 2023 1:09:06 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/DisplayAspect.class Jan 28, 2023 1:09:06 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/EventFilterAspect.class Jan 28, 2023 1:09:06 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/Handles.class Jan 28, 2023 1:09:06 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/ImagesAspect.class Jan 28, 2023 1:09:06 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/MenuAspect.class Jan 28, 2023 1:09:06 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/profiling/IProfilingListener.class Jan 28, 2023 1:09:06 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/profiling/ProfilingEventManager.class Jan 28, 2023 1:09:06 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/dialogs/SWTDialogManager.class Jan 28, 2023 1:09:06 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/handles/HandleStore.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/target/org.eclipse.rcptt.tesla.swt.aspects-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/target/org.eclipse.rcptt.tesla.swt.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.swt.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/target/org.eclipse.rcptt.tesla.swt.aspects-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:09:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/ITeslaEventListener.class Jan 28, 2023 1:09:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/TeslaEventManager.class Jan 28, 2023 1:09:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/TeslaEventManager$IUnhandledNativeDialogHandler.class Jan 28, 2023 1:09:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/ITeslaBrowserListener.class Jan 28, 2023 1:09:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/TimerUtils.class Jan 28, 2023 1:09:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/TeslaBrowserManager.class Jan 28, 2023 1:09:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/TeslaBrowserManager$1.class Jan 28, 2023 1:09:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/ITimerExecHelper.class Jan 28, 2023 1:09:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/TeslaTimerExecManager.class Jan 28, 2023 1:09:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/TeslaTimerExecManager$TimerInfo.class Jan 28, 2023 1:09:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/images/ImageDataMapping.class Jan 28, 2023 1:09:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/dnd/DNDManager.class Jan 28, 2023 1:09:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/dnd/DNDManager$1.class Jan 28, 2023 1:09:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/dnd/DNDManager$2.class Jan 28, 2023 1:09:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/dnd/LocalClipboard.class Jan 28, 2023 1:09:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/dnd/LocalClipboard$ContentEntry.class Jan 28, 2023 1:09:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/MacOS.class Jan 28, 2023 1:09:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/WinOS$RecordedEvent.class Jan 28, 2023 1:09:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/GTK$RecordedEvent.class Jan 28, 2023 1:09:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/SWTAspectActivator.class Jan 28, 2023 1:09:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/BrowserAspect.class Jan 28, 2023 1:09:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/ClipboardAspect.class Jan 28, 2023 1:09:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/DNDAspect.class Jan 28, 2023 1:09:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/DisplayAspect.class Jan 28, 2023 1:09:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/EventFilterAspect.class Jan 28, 2023 1:09:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/Handles.class Jan 28, 2023 1:09:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/ImagesAspect.class Jan 28, 2023 1:09:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/MenuAspect.class Jan 28, 2023 1:09:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/profiling/IProfilingListener.class Jan 28, 2023 1:09:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/profiling/ProfilingEventManager.class Jan 28, 2023 1:09:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/dialogs/SWTDialogManager.class Jan 28, 2023 1:09:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/handles/HandleStore.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.swt.aspects --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jobs.aspects >---- [INFO] Building org.eclipse.rcptt.tesla.jobs.aspects 2.5.5-SNAPSHOT [27/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jobs.aspects... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.jobs.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/target/org.eclipse.rcptt.tesla.jobs.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jobs.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/target/org.eclipse.rcptt.tesla.jobs.aspects-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:09:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jobs/JobsActivator.class Jan 28, 2023 1:09:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jobs/IProfilingJobsListener.class Jan 28, 2023 1:09:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jobs/ProfilingJobsEventManager.class Jan 28, 2023 1:09:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jobs/JobsManager.class Jan 28, 2023 1:09:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jobs/aspects/JobsAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/target/org.eclipse.rcptt.tesla.jobs.aspects-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/target/org.eclipse.rcptt.tesla.jobs.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jobs.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/target/org.eclipse.rcptt.tesla.jobs.aspects-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:09:10 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jobs/JobsActivator.class Jan 28, 2023 1:09:10 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jobs/IProfilingJobsListener.class Jan 28, 2023 1:09:10 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jobs/ProfilingJobsEventManager.class Jan 28, 2023 1:09:10 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jobs/JobsManager.class Jan 28, 2023 1:09:10 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jobs/aspects/JobsAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.jobs.aspects --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.forms >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.forms 2.5.5-SNAPSHOT [28/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.aspects.forms... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/target/org.eclipse.rcptt.tesla.recording.aspects.forms-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/target/org.eclipse.rcptt.tesla.recording.aspects.forms-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:09:11 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/forms/FormsEventManager.class Jan 28, 2023 1:09:11 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/forms/RecordingFormsActivator.class Jan 28, 2023 1:09:11 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/forms/IFormsEventListener.class Jan 28, 2023 1:09:11 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/forms/FormsRecordingAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/target/org.eclipse.rcptt.tesla.recording.aspects.forms-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/target/org.eclipse.rcptt.tesla.recording.aspects.forms-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/target/org.eclipse.rcptt.tesla.recording.aspects.forms-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:09:13 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/forms/FormsEventManager.class Jan 28, 2023 1:09:13 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/forms/RecordingFormsActivator.class Jan 28, 2023 1:09:13 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/forms/IFormsEventListener.class Jan 28, 2023 1:09:13 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/forms/FormsRecordingAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.aspects.forms --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.jface >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.jface 2.5.5-SNAPSHOT [29/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.aspects.jface... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/target/org.eclipse.rcptt.tesla.recording.aspects.jface-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/target/org.eclipse.rcptt.tesla.recording.aspects.jface-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:09:14 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/jface/JFaceEventManager.class Jan 28, 2023 1:09:14 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/jface/RecordingJFaceActivator.class Jan 28, 2023 1:09:14 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/jface/IJFaceEventListener.class Jan 28, 2023 1:09:14 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/jface/JFaceRecordingAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/target/org.eclipse.rcptt.tesla.recording.aspects.jface-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/target/org.eclipse.rcptt.tesla.recording.aspects.jface-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/target/org.eclipse.rcptt.tesla.recording.aspects.jface-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:09:15 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/jface/JFaceEventManager.class Jan 28, 2023 1:09:15 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/jface/RecordingJFaceActivator.class Jan 28, 2023 1:09:15 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/jface/IJFaceEventListener.class Jan 28, 2023 1:09:15 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/jface/JFaceRecordingAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.aspects.jface --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide.aspects >--- [INFO] Building org.eclipse.rcptt.tesla.ui.ide.aspects 2.5.5-SNAPSHOT [30/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.ui.ide.aspects... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/target/org.eclipse.rcptt.tesla.ui.ide.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/target/org.eclipse.rcptt.tesla.ui.ide.aspects-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:09:17 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/ui/ide/aspects/UIIDEAspectActivator.class Jan 28, 2023 1:09:17 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/ui/ide/aspects/IDEAspects.class Jan 28, 2023 1:09:17 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/ui/ide/events/UIIDEManager.class Jan 28, 2023 1:09:17 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/ui/ide/events/UIIDEManager$IUIIDEListener.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/target/org.eclipse.rcptt.tesla.ui.ide.aspects-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/target/org.eclipse.rcptt.tesla.ui.ide.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/target/org.eclipse.rcptt.tesla.ui.ide.aspects-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:09:18 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/ui/ide/aspects/UIIDEAspectActivator.class Jan 28, 2023 1:09:18 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/ui/ide/aspects/IDEAspects.class Jan 28, 2023 1:09:18 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/ui/ide/events/UIIDEManager.class Jan 28, 2023 1:09:18 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/ui/ide/events/UIIDEManager$IUIIDEListener.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.ui.ide.aspects --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.observable.aspects >-- [INFO] Building org.eclipse.rcptt.tesla.jface.databinding.observable.aspects 2.5.5-SNAPSHOT [31/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jface.databinding.observable.aspects... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/target/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/target/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:09:19 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/DataBindingObservableasActivator.class Jan 28, 2023 1:09:19 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/DatabindingObservableManager.class Jan 28, 2023 1:09:19 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/DatabindingObservablesAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/target/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/target/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/target/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:09:21 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/DataBindingObservableasActivator.class Jan 28, 2023 1:09:21 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/DatabindingObservableManager.class Jan 28, 2023 1:09:21 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/DatabindingObservablesAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.draw2d >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.draw2d 2.5.5-SNAPSHOT [32/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.aspects.draw2d... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/target/org.eclipse.rcptt.tesla.recording.aspects.draw2d-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/target/org.eclipse.rcptt.tesla.recording.aspects.draw2d-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:09:24 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/draw2d/Draw2DEventManager.class Jan 28, 2023 1:09:24 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/draw2d/RecordingDraw2DActivator.class Jan 28, 2023 1:09:24 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/draw2d/IDraw2DEventListener.class Jan 28, 2023 1:09:24 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/draw2d/Draw2DRecordingAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/target/org.eclipse.rcptt.tesla.recording.aspects.draw2d-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/target/org.eclipse.rcptt.tesla.recording.aspects.draw2d-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/target/org.eclipse.rcptt.tesla.recording.aspects.draw2d-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:09:24 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/draw2d/Draw2DEventManager.class Jan 28, 2023 1:09:24 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/draw2d/RecordingDraw2DActivator.class Jan 28, 2023 1:09:24 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/draw2d/IDraw2DEventListener.class Jan 28, 2023 1:09:24 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/draw2d/Draw2DRecordingAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.aspects.draw2d --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.watson.runtime >--------- [INFO] Building org.eclipse.rcptt.watson.runtime 2.5.5-SNAPSHOT [33/93] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.watson.runtime --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.runtime --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.watson.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.watson.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.runtime-feature/target/org.eclipse.rcptt.watson.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson.runtime --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.watson.runtime --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.watson.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.watson.runtime --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.runtime-feature/target/org.eclipse.rcptt.watson.runtime-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/watson/org.eclipse.rcptt.watson.runtime-feature/target/org.eclipse.rcptt.watson.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.watson.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.watson.runtime --- [INFO] [INFO] ---< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.aspects >---- [INFO] Building org.eclipse.rcptt.tesla.jface.aspects 2.5.5-SNAPSHOT [34/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jface.aspects... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/target/org.eclipse.rcptt.tesla.jface.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jface.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/target/org.eclipse.rcptt.tesla.jface.aspects-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:09:29 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/TeslaWindowManager.class Jan 28, 2023 1:09:29 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/ImageSources$ResourceSource.class Jan 28, 2023 1:09:29 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/ImageSources$CompositeSource.class Jan 28, 2023 1:09:29 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/ImageSources.class Jan 28, 2023 1:09:29 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/JFaceAspectsActivator.class Jan 28, 2023 1:09:29 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/ControlDecoratorRecordingHolder.class Jan 28, 2023 1:09:29 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/DescriptorInfo$2.class Jan 28, 2023 1:09:29 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/DescriptorInfo$4.class Jan 28, 2023 1:09:29 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/DescriptorInfo$1.class Jan 28, 2023 1:09:29 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/DescriptorInfo.class Jan 28, 2023 1:09:29 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/DescriptorInfo$3.class Jan 28, 2023 1:09:29 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/TeslaCellEditorManager.class Jan 28, 2023 1:09:29 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/CellEditorAspect.class Jan 28, 2023 1:09:29 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/ImageDescriptorAspect.class Jan 28, 2023 1:09:29 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/WindowAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/target/org.eclipse.rcptt.tesla.jface.aspects-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/target/org.eclipse.rcptt.tesla.jface.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jface.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/target/org.eclipse.rcptt.tesla.jface.aspects-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:09:30 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/TeslaWindowManager.class Jan 28, 2023 1:09:30 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/ImageSources$ResourceSource.class Jan 28, 2023 1:09:30 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/ImageSources$CompositeSource.class Jan 28, 2023 1:09:30 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/ImageSources.class Jan 28, 2023 1:09:30 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/JFaceAspectsActivator.class Jan 28, 2023 1:09:30 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/ControlDecoratorRecordingHolder.class Jan 28, 2023 1:09:30 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/DescriptorInfo$2.class Jan 28, 2023 1:09:30 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/DescriptorInfo$4.class Jan 28, 2023 1:09:30 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/DescriptorInfo$1.class Jan 28, 2023 1:09:30 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/DescriptorInfo.class Jan 28, 2023 1:09:30 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/DescriptorInfo$3.class Jan 28, 2023 1:09:30 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/TeslaCellEditorManager.class Jan 28, 2023 1:09:30 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/CellEditorAspect.class Jan 28, 2023 1:09:30 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/ImageDescriptorAspect.class Jan 28, 2023 1:09:30 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/WindowAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.jface.aspects --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.workbench >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.workbench 2.5.5-SNAPSHOT [35/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.aspects.workbench... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/target/org.eclipse.rcptt.tesla.recording.aspects.workbench-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/target/org.eclipse.rcptt.tesla.recording.aspects.workbench-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:09:32 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/RecordingWorkbenchActivator.class Jan 28, 2023 1:09:32 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/WorkbenchEventManager.class Jan 28, 2023 1:09:32 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/IWorkbenchEventListener.class Jan 28, 2023 1:09:32 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/WorkbenchRecordingAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/target/org.eclipse.rcptt.tesla.recording.aspects.workbench-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/target/org.eclipse.rcptt.tesla.recording.aspects.workbench-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/target/org.eclipse.rcptt.tesla.recording.aspects.workbench-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:09:32 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/RecordingWorkbenchActivator.class Jan 28, 2023 1:09:32 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/WorkbenchEventManager.class Jan 28, 2023 1:09:32 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/IWorkbenchEventListener.class Jan 28, 2023 1:09:32 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/WorkbenchRecordingAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.aspects.workbench --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gef.aspects >----- [INFO] Building org.eclipse.rcptt.tesla.gef.aspects 2.5.5-SNAPSHOT [36/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.gef.aspects... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.gef.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/target/org.eclipse.rcptt.tesla.gef.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.gef.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/target/org.eclipse.rcptt.tesla.gef.aspects-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:09:35 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/gef/TeslaDirectEditManager.class Jan 28, 2023 1:09:35 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/gef/AutoExpandLevels.class Jan 28, 2023 1:09:35 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/gef/DirectEditorContainer.class Jan 28, 2023 1:09:35 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/gef/GefAspectsActivator.class Jan 28, 2023 1:09:35 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/gef/aspects/AutoExposeAspect.class Jan 28, 2023 1:09:35 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/gef/aspects/DirectEditAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/target/org.eclipse.rcptt.tesla.gef.aspects-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/target/org.eclipse.rcptt.tesla.gef.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.gef.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/target/org.eclipse.rcptt.tesla.gef.aspects-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:09:37 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/gef/TeslaDirectEditManager.class Jan 28, 2023 1:09:37 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/gef/AutoExpandLevels.class Jan 28, 2023 1:09:37 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/gef/DirectEditorContainer.class Jan 28, 2023 1:09:37 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/gef/GefAspectsActivator.class Jan 28, 2023 1:09:37 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/gef/aspects/AutoExposeAspect.class Jan 28, 2023 1:09:37 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/gef/aspects/DirectEditAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.gef.aspects --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gmf.aspects >----- [INFO] Building org.eclipse.rcptt.tesla.gmf.aspects 2.5.5-SNAPSHOT [37/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.gmf.aspects... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.gmf.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/target/org.eclipse.rcptt.tesla.gmf.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.gmf.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/target/org.eclipse.rcptt.tesla.gmf.aspects-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:09:40 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/gmf/aspects/GMFAspectsActivator.class Jan 28, 2023 1:09:40 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/gmf/aspects/GMFAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/target/org.eclipse.rcptt.tesla.gmf.aspects-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/target/org.eclipse.rcptt.tesla.gmf.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.gmf.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/target/org.eclipse.rcptt.tesla.gmf.aspects-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:09:40 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/gmf/aspects/GMFAspectsActivator.class Jan 28, 2023 1:09:40 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/gmf/aspects/GMFAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.gmf.aspects --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jdt.aspects >----- [INFO] Building org.eclipse.rcptt.tesla.jdt.aspects 2.5.5-SNAPSHOT [38/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (76.8kB) [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.500.v20190304-0429.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (144.85kB) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.jdt.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/target/org.eclipse.rcptt.tesla.jdt.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jdt.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/target/org.eclipse.rcptt.tesla.jdt.aspects-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:09:42 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jdt/JDTAspectsActivator.class Jan 28, 2023 1:09:42 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jdt/EmptyJob.class Jan 28, 2023 1:09:42 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jdt/JDTWaitJob.class Jan 28, 2023 1:09:42 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jdt/JDTAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/target/org.eclipse.rcptt.tesla.jdt.aspects-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/target/org.eclipse.rcptt.tesla.jdt.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jdt.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/target/org.eclipse.rcptt.tesla.jdt.aspects-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:09:43 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jdt/JDTAspectsActivator.class Jan 28, 2023 1:09:43 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jdt/EmptyJob.class Jan 28, 2023 1:09:43 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jdt/JDTWaitJob.class Jan 28, 2023 1:09:43 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jdt/JDTAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.jdt.aspects --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text.reconciler.aspects >-- [INFO] Building org.eclipse.rcptt.tesla.jface.text.reconciler.aspects 2.5.5-SNAPSHOT [39/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jface.text.reconciler.aspects... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/target/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/target/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:09:45 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/TextReconcilerManager.class Jan 28, 2023 1:09:45 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/TextReconcilerActivator.class Jan 28, 2023 1:09:45 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/TextReconcilerAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/target/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/target/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/target/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:09:46 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/TextReconcilerManager.class Jan 28, 2023 1:09:46 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/TextReconcilerActivator.class Jan 28, 2023 1:09:46 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/TextReconcilerAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.jface.text.reconciler.aspects --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text.aspects >-- [INFO] Building org.eclipse.rcptt.tesla.jface.text.aspects 2.5.5-SNAPSHOT [40/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jface.text.aspects... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/target/org.eclipse.rcptt.tesla.jface.text.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/target/org.eclipse.rcptt.tesla.jface.text.aspects-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:09:47 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/text/JFaceTextManager.class Jan 28, 2023 1:09:47 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/text/JFaceTextAspectsActivator.class Jan 28, 2023 1:09:47 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/text/TextViewerAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/target/org.eclipse.rcptt.tesla.jface.text.aspects-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/target/org.eclipse.rcptt.tesla.jface.text.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/target/org.eclipse.rcptt.tesla.jface.text.aspects-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:09:48 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/text/JFaceTextManager.class Jan 28, 2023 1:09:48 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/text/JFaceTextAspectsActivator.class Jan 28, 2023 1:09:48 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/text/TextViewerAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.jface.text.aspects --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.aspects >-- [INFO] Building org.eclipse.rcptt.tesla.jface.databinding.aspects 2.5.5-SNAPSHOT [41/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jface.databinding.aspects... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/target/org.eclipse.rcptt.tesla.jface.databinding.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/target/org.eclipse.rcptt.tesla.jface.databinding.aspects-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:09:49 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/DataBindingAspectActivator.class Jan 28, 2023 1:09:49 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/DatabindingAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/target/org.eclipse.rcptt.tesla.jface.databinding.aspects-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/target/org.eclipse.rcptt.tesla.jface.databinding.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/target/org.eclipse.rcptt.tesla.jface.databinding.aspects-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:09:50 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/DataBindingAspectActivator.class Jan 28, 2023 1:09:50 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/DatabindingAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.jface.databinding.aspects --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.jface.text >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.jface.text 2.5.5-SNAPSHOT [42/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.aspects.jface.text... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/target/org.eclipse.rcptt.tesla.recording.aspects.jface.text-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/target/org.eclipse.rcptt.tesla.recording.aspects.jface.text-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:09:52 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/jface/text/JFaceTextEventManager.class Jan 28, 2023 1:09:52 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/jface/text/IJFaceTextEventListener.class Jan 28, 2023 1:09:52 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/jface/text/RecordingJFaceTextActivator.class Jan 28, 2023 1:09:52 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/jface/text/JFaceTextRecordingAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/target/org.eclipse.rcptt.tesla.recording.aspects.jface.text-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/target/org.eclipse.rcptt.tesla.recording.aspects.jface.text-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/target/org.eclipse.rcptt.tesla.recording.aspects.jface.text-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:09:53 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/jface/text/JFaceTextEventManager.class Jan 28, 2023 1:09:53 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/jface/text/IJFaceTextEventListener.class Jan 28, 2023 1:09:53 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/jface/text/RecordingJFaceTextActivator.class Jan 28, 2023 1:09:53 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/jface/text/JFaceTextRecordingAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.aspects.jface.text --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt >--------- [INFO] Building org.eclipse.rcptt.tesla.swt 2.5.5-SNAPSHOT [43/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.swt --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.swt --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.swt... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.swt --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 74 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt/target/org.eclipse.rcptt.tesla.swt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.swt --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt/target/org.eclipse.rcptt.tesla.swt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.swt --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt/target/org.eclipse.rcptt.tesla.swt-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt/target/org.eclipse.rcptt.tesla.swt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.swt --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt/target/org.eclipse.rcptt.tesla.swt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.swt --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.swt --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.swt --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.tesla.jface.aspects.test >---- [INFO] Building org.eclipse.rcptt.tesla.jface.aspects.test 2.5.5-SNAPSHOT [44/93] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jface.aspects.test... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/org.eclipse.rcptt.tesla.jface.aspects.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/org.eclipse.rcptt.tesla.jface.aspects.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/org.eclipse.rcptt.tesla.jface.aspects.test-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/org.eclipse.rcptt.tesla.jface.aspects.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/org.eclipse.rcptt.tesla.jface.aspects.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:test (default-test) @ org.eclipse.rcptt.tesla.jface.aspects.test --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.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, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work/data, -install, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work, -configuration, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/surefire.properties] [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.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 WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.eclipse.equinox.weaving.aspectj.loadtime.OSGiWeavingAdaptor (file:/home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.aspectj/1.0.400.201908131520/org.eclipse.equinox.weaving.aspectj-1.0.400.201908131520.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int) WARNING: Please consider reporting this to the maintainers of org.eclipse.equinox.weaving.aspectj.loadtime.OSGiWeavingAdaptor WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [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.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.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.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.rcptt.tesla.jface.aspects] info processing reweavable type org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect: org/eclipse/rcptt/tesla/jface/ImageDescriptorAspect.aj [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.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.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.rcptt.tesla.jface.aspects] info processing reweavable type org.eclipse.rcptt.tesla.jface.CellEditorAspect: org/eclipse/rcptt/tesla/jface/CellEditorAspect.aj [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.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 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.094 s - in org.eclipse.rcptt.tesla.jface.aspects.test.ImageSourcesTest compositeOverComposite(org.eclipse.rcptt.tesla.jface.aspects.test.ImageSourcesTest) Time elapsed: 0.027 s getImageData(org.eclipse.rcptt.tesla.jface.aspects.test.ImageSourcesTest) Time elapsed: 0.002 s Results: Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] -----< org.eclipse.rcptt:org.eclipse.rcptt.tesla.swt.aspects.test >----- [INFO] Building org.eclipse.rcptt.tesla.swt.aspects.test 2.5.5-SNAPSHOT [45/93] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.swt.aspects.test... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/org.eclipse.rcptt.tesla.swt.aspects.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/org.eclipse.rcptt.tesla.swt.aspects.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/org.eclipse.rcptt.tesla.swt.aspects.test-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/org.eclipse.rcptt.tesla.swt.aspects.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/org.eclipse.rcptt.tesla.swt.aspects.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:test (default-test) @ org.eclipse.rcptt.tesla.swt.aspects.test --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Daj.weaving.verbose=true -Dorg.aspectj.weaver.showWeaveInfo=true -Dorg.aspectj.osgi.verbose=true, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work/data, -install, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work, -configuration, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/surefire.properties] [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.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 WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.eclipse.equinox.weaving.aspectj.loadtime.OSGiWeavingAdaptor (file:/home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.aspectj/1.0.400.201908131520/org.eclipse.equinox.weaving.aspectj-1.0.400.201908131520.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int) WARNING: Please consider reporting this to the maintainers of org.eclipse.equinox.weaving.aspectj.loadtime.OSGiWeavingAdaptor WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [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.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.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.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.rcptt.tesla.jface.aspects] info processing reweavable type org.eclipse.rcptt.tesla.jface.ImageDescriptorAspect: org/eclipse/rcptt/tesla/jface/ImageDescriptorAspect.aj [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.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.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.rcptt.tesla.jface.aspects] info processing reweavable type org.eclipse.rcptt.tesla.jface.CellEditorAspect: org/eclipse/rcptt/tesla/jface/CellEditorAspect.aj [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.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 Running org.eclipse.rcptt.tesla.swt.aspects.test.ImagesAspectTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.rcptt.tesla.swt.aspects.test.ImagesAspectTest createImage(org.eclipse.rcptt.tesla.swt.aspects.test.ImagesAspectTest) Time elapsed: 0.021 s newImageFromImageData(org.eclipse.rcptt.tesla.swt.aspects.test.ImagesAspectTest) Time elapsed: 0.001 s newImageFromImageDataSourceAndImageDataMask(org.eclipse.rcptt.tesla.swt.aspects.test.ImagesAspectTest) Time elapsed: 0.002 s Results: Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.gef >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.gef 2.5.5-SNAPSHOT [46/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.aspects.gef... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/target/org.eclipse.rcptt.tesla.recording.aspects.gef-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/target/org.eclipse.rcptt.tesla.recording.aspects.gef-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:11:16 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/gef/GefEventManager.class Jan 28, 2023 1:11:16 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/gef/RecordingGefActivator.class Jan 28, 2023 1:11:16 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/gef/TeslaSWTAccess.class Jan 28, 2023 1:11:16 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/gef/IGefEventListener.class Jan 28, 2023 1:11:16 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/gef/GefRecordingAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/target/org.eclipse.rcptt.tesla.recording.aspects.gef-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/target/org.eclipse.rcptt.tesla.recording.aspects.gef-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/target/org.eclipse.rcptt.tesla.recording.aspects.gef-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:11:18 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/gef/GefEventManager.class Jan 28, 2023 1:11:18 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/gef/RecordingGefActivator.class Jan 28, 2023 1:11:18 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/gef/TeslaSWTAccess.class Jan 28, 2023 1:11:18 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/gef/IGefEventListener.class Jan 28, 2023 1:11:18 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/gef/GefRecordingAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.aspects.gef --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.gmf >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.gmf 2.5.5-SNAPSHOT [47/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.aspects.gmf... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/target/org.eclipse.rcptt.tesla.recording.aspects.gmf-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/target/org.eclipse.rcptt.tesla.recording.aspects.gmf-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:11:20 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/gmf/GMFEventManager.class Jan 28, 2023 1:11:20 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/gmf/RecordingGMFActivator.class Jan 28, 2023 1:11:20 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/gmf/GMFRecordingAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/target/org.eclipse.rcptt.tesla.recording.aspects.gmf-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/target/org.eclipse.rcptt.tesla.recording.aspects.gmf-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/target/org.eclipse.rcptt.tesla.recording.aspects.gmf-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:11:21 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/gmf/GMFEventManager.class Jan 28, 2023 1:11:21 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/gmf/RecordingGMFActivator.class Jan 28, 2023 1:11:21 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/gmf/GMFRecordingAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.aspects.gmf --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.swt >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.swt 2.5.5-SNAPSHOT [48/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.aspects.swt... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/target/org.eclipse.rcptt.tesla.recording.aspects.swt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/target/org.eclipse.rcptt.tesla.recording.aspects.swt-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:11:23 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/IBasicSWTEventListener.class Jan 28, 2023 1:11:23 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/RecordingSWTActivator.class Jan 28, 2023 1:11:23 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/IAssertSWTEventListener.class Jan 28, 2023 1:11:23 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/SWTEventManager.class Jan 28, 2023 1:11:23 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/ISkipAwareEventListener.class Jan 28, 2023 1:11:23 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/IExtendedSWTEventListener.class Jan 28, 2023 1:11:23 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/RecordingAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/target/org.eclipse.rcptt.tesla.recording.aspects.swt-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/target/org.eclipse.rcptt.tesla.recording.aspects.swt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/target/org.eclipse.rcptt.tesla.recording.aspects.swt-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:11:24 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/IBasicSWTEventListener.class Jan 28, 2023 1:11:24 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/RecordingSWTActivator.class Jan 28, 2023 1:11:24 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/IAssertSWTEventListener.class Jan 28, 2023 1:11:24 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/SWTEventManager.class Jan 28, 2023 1:11:24 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/ISkipAwareEventListener.class Jan 28, 2023 1:11:24 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/IExtendedSWTEventListener.class Jan 28, 2023 1:11:24 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/RecordingAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.aspects.swt --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.canvas >------- [INFO] Building org.eclipse.rcptt.tesla.canvas 2.5.5-SNAPSHOT [49/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.canvas --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.canvas --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.canvas --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.canvas --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.canvas --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.canvas --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.canvas... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.canvas --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.canvas/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.canvas --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.canvas/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.canvas/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.canvas --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.canvas/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.canvas --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.canvas --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.canvas/target/org.eclipse.rcptt.tesla.canvas-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.canvas --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.canvas --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.canvas/target/org.eclipse.rcptt.tesla.canvas-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.canvas --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.canvas/target/org.eclipse.rcptt.tesla.canvas-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.canvas/target/org.eclipse.rcptt.tesla.canvas-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.canvas --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.canvas/target/org.eclipse.rcptt.tesla.canvas-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.canvas --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.canvas --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.canvas --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jdt >--------- [INFO] Building org.eclipse.rcptt.tesla.jdt 2.5.5-SNAPSHOT [50/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jdt --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jdt --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jdt --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jdt --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jdt... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jdt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.jdt --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jdt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jdt --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt/target/org.eclipse.rcptt.tesla.jdt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jdt --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jdt --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt/target/org.eclipse.rcptt.tesla.jdt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jdt --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt/target/org.eclipse.rcptt.tesla.jdt-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt/target/org.eclipse.rcptt.tesla.jdt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jdt --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jdt/target/org.eclipse.rcptt.tesla.jdt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jdt --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.jdt --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.jdt --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.text >----- [INFO] Building org.eclipse.rcptt.tesla.jface.text 2.5.5-SNAPSHOT [51/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jface.text... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.text --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/target/org.eclipse.rcptt.tesla.jface.text-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jface.text --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/target/org.eclipse.rcptt.tesla.jface.text-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/target/org.eclipse.rcptt.tesla.jface.text-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/target/org.eclipse.rcptt.tesla.jface.text-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jface.text --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/target/org.eclipse.rcptt.tesla.jface.text-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.jface.text --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding >-- [INFO] Building org.eclipse.rcptt.tesla.jface.databinding 2.5.5-SNAPSHOT [52/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jface.databinding... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.databinding --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/target/org.eclipse.rcptt.tesla.jface.databinding-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jface.databinding --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/target/org.eclipse.rcptt.tesla.jface.databinding-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/target/org.eclipse.rcptt.tesla.jface.databinding-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/target/org.eclipse.rcptt.tesla.jface.databinding-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jface.databinding --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/target/org.eclipse.rcptt.tesla.jface.databinding-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.jface.databinding --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide >------- [INFO] Building org.eclipse.rcptt.tesla.ui.ide 2.5.5-SNAPSHOT [53/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.ui.ide... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.ui.ide --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/target/org.eclipse.rcptt.tesla.ui.ide-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.ui.ide --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/target/org.eclipse.rcptt.tesla.ui.ide-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/target/org.eclipse.rcptt.tesla.ui.ide-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/target/org.eclipse.rcptt.tesla.ui.ide-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.ui.ide --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/target/org.eclipse.rcptt.tesla.ui.ide-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.ui.ide --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.chart >-------- [INFO] Building org.eclipse.rcptt.tesla.chart 2.5.5-SNAPSHOT [54/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.chart --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.chart --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.chart --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.chart --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.chart --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.chart --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.chart... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.chart --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.chart/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.chart --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.chart/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.chart/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.chart --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.chart/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.chart --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.chart --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.chart/target/org.eclipse.rcptt.tesla.chart-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.chart --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.chart --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.chart/target/org.eclipse.rcptt.tesla.chart-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.chart --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.chart/target/org.eclipse.rcptt.tesla.chart-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.chart/target/org.eclipse.rcptt.tesla.chart-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.chart --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.chart/target/org.eclipse.rcptt.tesla.chart-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.chart --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.chart --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.chart --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.e4x >------- [INFO] Building org.eclipse.rcptt.tesla.swt.e4x 2.5.5-SNAPSHOT [55/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.swt.e4x... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.e4x/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.swt.e4x --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.e4x/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.e4x/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.e4x/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.e4x/target/org.eclipse.rcptt.tesla.swt.e4x-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.swt.e4x --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.e4x/target/org.eclipse.rcptt.tesla.swt.e4x-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.e4x/target/org.eclipse.rcptt.tesla.swt.e4x-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.e4x/target/org.eclipse.rcptt.tesla.swt.e4x-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.swt.e4x --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.swt.e4x/target/org.eclipse.rcptt.tesla.swt.e4x-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.swt.e4x --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.tesla.swt.test >--------- [INFO] Building org.eclipse.rcptt.tesla.swt.test 2.5.5-SNAPSHOT [56/93] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.swt.test... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.swt.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/org.eclipse.rcptt.tesla.swt.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.swt.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/org.eclipse.rcptt.tesla.swt.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/org.eclipse.rcptt.tesla.swt.test-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/org.eclipse.rcptt.tesla.swt.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.swt.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/org.eclipse.rcptt.tesla.swt.test-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:test (default-test) @ org.eclipse.rcptt.tesla.swt.test --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Daj.weaving.verbose=true -Dorg.aspectj.weaver.showWeaveInfo=true -Dorg.aspectj.osgi.verbose=true, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/work/data, -install, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/work, -configuration, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/master/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/surefire.properties] Running org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 31.634 s - in org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest stepInSyncExec(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 0.806 s stepAfterDelay(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 2.213 s doNotStepTwice(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 2.059 s abortStepMode(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 7.773 s waitSecondRunAfterReschedule(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) skipped stepMode(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 3.2 s emptyWhenNoJobs(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 0.05 s stepRepeatedly(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 4.161 s respectStepModeTimeout(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 11.202 s Results: Tests run: 9, Failures: 0, Errors: 0, Skipped: 1 [INFO] All tests passed! [INFO] [INFO] ---< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.swt >---- [INFO] Building org.eclipse.rcptt.tesla.recording.swt 2.5.5-SNAPSHOT [57/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.swt... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.swt --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 47 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/target/org.eclipse.rcptt.tesla.recording.swt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.swt --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/target/org.eclipse.rcptt.tesla.recording.swt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/target/org.eclipse.rcptt.tesla.recording.swt-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/target/org.eclipse.rcptt.tesla.recording.swt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.swt --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/target/org.eclipse.rcptt.tesla.recording.swt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.swt --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.texteditor.aspects >-- [INFO] Building org.eclipse.rcptt.tesla.workbench.texteditor.aspects 2.5.5-SNAPSHOT [58/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.workbench.texteditor.aspects... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/target/org.eclipse.rcptt.tesla.workbench.texteditor.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/target/org.eclipse.rcptt.tesla.workbench.texteditor.aspects-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:12:52 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/workbench/texteditor/aspects/WorkbenchTexteditorAspectActivator.class Jan 28, 2023 1:12:52 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/workbench/texteditor/aspects/WorkbenchTexteditorManager.class Jan 28, 2023 1:12:52 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/workbench/texteditor/aspects/WorkbenchTexteditorAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/target/org.eclipse.rcptt.tesla.workbench.texteditor.aspects-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/target/org.eclipse.rcptt.tesla.workbench.texteditor.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/target/org.eclipse.rcptt.tesla.workbench.texteditor.aspects-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:12:53 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/workbench/texteditor/aspects/WorkbenchTexteditorAspectActivator.class Jan 28, 2023 1:12:53 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/workbench/texteditor/aspects/WorkbenchTexteditorManager.class Jan 28, 2023 1:12:53 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/workbench/texteditor/aspects/WorkbenchTexteditorAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.workbench.texteditor.aspects --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.aspects.e4x >-- [INFO] Building org.eclipse.rcptt.tesla.workbench.aspects.e4x 2.5.5-SNAPSHOT [59/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.workbench.aspects.e4x... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.e4x/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.e4x/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.e4x/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.e4x/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.e4x/target/org.eclipse.rcptt.tesla.workbench.aspects.e4x-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.e4x/target/org.eclipse.rcptt.tesla.workbench.aspects.e4x-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:12:54 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/workbench/aspects/WorkbenchAspectActivator.class Jan 28, 2023 1:12:54 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/workbench/aspects/WorkbenchAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.e4x/target/org.eclipse.rcptt.tesla.workbench.aspects.e4x-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.e4x/target/org.eclipse.rcptt.tesla.workbench.aspects.e4x-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.e4x/target/org.eclipse.rcptt.tesla.workbench.aspects.e4x-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:12:56 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/workbench/aspects/WorkbenchAspectActivator.class Jan 28, 2023 1:12:56 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/workbench/aspects/WorkbenchAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.workbench.aspects.e4x --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor 2.5.5-SNAPSHOT [60/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/target/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/target/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:12:58 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/WorkbenchTexteditorEventManager.class Jan 28, 2023 1:12:58 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/RecordingWorkbenchTexteditorActivator.class Jan 28, 2023 1:12:58 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/WorkbenchTexteditorRecordingAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/target/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/target/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/target/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:13:00 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/WorkbenchTexteditorEventManager.class Jan 28, 2023 1:13:00 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/RecordingWorkbenchTexteditorActivator.class Jan 28, 2023 1:13:00 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/WorkbenchTexteditorRecordingAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.texteditor >-- [INFO] Building org.eclipse.rcptt.tesla.workbench.texteditor 2.5.5-SNAPSHOT [61/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.workbench.texteditor... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/target/org.eclipse.rcptt.tesla.workbench.texteditor-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/target/org.eclipse.rcptt.tesla.workbench.texteditor-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/target/org.eclipse.rcptt.tesla.workbench.texteditor-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/target/org.eclipse.rcptt.tesla.workbench.texteditor-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/target/org.eclipse.rcptt.tesla.workbench.texteditor-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.workbench.texteditor --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt.tesla.ecl:org.eclipse.rcptt.tesla.ecl.impl >---- [INFO] Building org.eclipse.rcptt.tesla.ecl.impl 2.5.5-SNAPSHOT [62/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.ecl.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.ecl.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 57 source files to /home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/target/org.eclipse.rcptt.tesla.ecl.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.ecl.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/target/org.eclipse.rcptt.tesla.ecl.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/target/org.eclipse.rcptt.tesla.ecl.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/target/org.eclipse.rcptt.tesla.ecl.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.ecl.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/target/org.eclipse.rcptt.tesla.ecl.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.ecl.impl --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.forms.impl >----------- [INFO] Building org.eclipse.rcptt.forms.impl 2.5.5-SNAPSHOT [63/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.forms.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.forms.impl --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.forms.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.forms.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.forms.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.forms.impl --- [INFO] Resolving class path of org.eclipse.rcptt.forms.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.forms.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.forms.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.forms.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.forms.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.forms.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.forms.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.forms.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.forms.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.forms.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.forms.impl/target/org.eclipse.rcptt.forms.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.forms.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.forms.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.forms.impl/target/org.eclipse.rcptt.forms.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.forms.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.forms.impl/target/org.eclipse.rcptt.forms.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.forms.impl/target/org.eclipse.rcptt.forms.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.forms.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.forms.impl/target/org.eclipse.rcptt.forms.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.forms.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.forms.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.forms.impl --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.draw2d >-- [INFO] Building org.eclipse.rcptt.tesla.recording.draw2d 2.5.5-SNAPSHOT [64/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.draw2d... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.draw2d --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/target/org.eclipse.rcptt.tesla.recording.draw2d-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.draw2d --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/target/org.eclipse.rcptt.tesla.recording.draw2d-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/target/org.eclipse.rcptt.tesla.recording.draw2d-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/target/org.eclipse.rcptt.tesla.recording.draw2d-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.draw2d --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/target/org.eclipse.rcptt.tesla.recording.draw2d-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.draw2d --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.canvas >-- [INFO] Building org.eclipse.rcptt.tesla.recording.canvas 2.5.5-SNAPSHOT [65/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.canvas... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.canvas --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/target/org.eclipse.rcptt.tesla.recording.canvas-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.canvas --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/target/org.eclipse.rcptt.tesla.recording.canvas-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/target/org.eclipse.rcptt.tesla.recording.canvas-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/target/org.eclipse.rcptt.tesla.recording.canvas-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.canvas --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/target/org.eclipse.rcptt.tesla.recording.canvas-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.canvas --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.jface.text >-- [INFO] Building org.eclipse.rcptt.tesla.recording.jface.text 2.5.5-SNAPSHOT [66/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.jface.text... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.jface.text --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/target/org.eclipse.rcptt.tesla.recording.jface.text-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.jface.text --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/target/org.eclipse.rcptt.tesla.recording.jface.text-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/target/org.eclipse.rcptt.tesla.recording.jface.text-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/target/org.eclipse.rcptt.tesla.recording.jface.text-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.jface.text --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/target/org.eclipse.rcptt.tesla.recording.jface.text-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.jface.text --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.workbench.texteditor >-- [INFO] Building org.eclipse.rcptt.tesla.recording.workbench.texteditor 2.5.5-SNAPSHOT [67/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.workbench.texteditor... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/target/org.eclipse.rcptt.tesla.recording.workbench.texteditor-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/target/org.eclipse.rcptt.tesla.recording.workbench.texteditor-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/target/org.eclipse.rcptt.tesla.recording.workbench.texteditor-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/target/org.eclipse.rcptt.tesla.recording.workbench.texteditor-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/target/org.eclipse.rcptt.tesla.recording.workbench.texteditor-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.workbench.texteditor --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.runtime.ui >----------- [INFO] Building org.eclipse.rcptt.runtime.ui 2.5.5-SNAPSHOT [68/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runtime.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.runtime.ui --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.runtime.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.runtime.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.runtime.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.runtime.ui --- [INFO] Resolving class path of org.eclipse.rcptt.runtime.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.runtime.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.runtime.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.runtime.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.runtime.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.runtime.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime.ui/target/org.eclipse.rcptt.runtime.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.runtime.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.runtime.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime.ui/target/org.eclipse.rcptt.runtime.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.runtime.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime.ui/target/org.eclipse.rcptt.runtime.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime.ui/target/org.eclipse.rcptt.runtime.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.runtime.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime.ui/target/org.eclipse.rcptt.runtime.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.runtime.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.runtime.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.runtime.ui --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.resources.impl >--------- [INFO] Building org.eclipse.rcptt.resources.impl 2.5.5-SNAPSHOT [69/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.resources.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.resources.impl --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.resources.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.resources.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.resources.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.resources.impl --- [INFO] Resolving class path of org.eclipse.rcptt.resources.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.resources.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.resources.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.resources.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.resources.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.resources.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.resources.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.resources.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.resources.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.resources.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.resources.impl/target/org.eclipse.rcptt.resources.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.resources.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.resources.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.resources.impl/target/org.eclipse.rcptt.resources.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.resources.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.resources.impl/target/org.eclipse.rcptt.resources.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.resources.impl/target/org.eclipse.rcptt.resources.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.resources.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.resources.impl/target/org.eclipse.rcptt.resources.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.resources.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.resources.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.resources.impl --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gef >--------- [INFO] Building org.eclipse.rcptt.tesla.gef 2.5.5-SNAPSHOT [70/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.gef --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.gef --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.gef --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.gef --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.gef --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.gef --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.gef... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.gef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.gef --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.gef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.gef --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef/target/org.eclipse.rcptt.tesla.gef-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.gef --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.gef --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef/target/org.eclipse.rcptt.tesla.gef-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.gef --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef/target/org.eclipse.rcptt.tesla.gef-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef/target/org.eclipse.rcptt.tesla.gef-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.gef --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gef/target/org.eclipse.rcptt.tesla.gef-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.gef --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.gef --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.gef --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.properties.view >--- [INFO] Building org.eclipse.rcptt.tesla.properties.view 2.5.5-SNAPSHOT [71/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.properties.view... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.properties.view/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.properties.view/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.properties.view/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.properties.view/target/org.eclipse.rcptt.tesla.properties.view-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.properties.view --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.properties.view/target/org.eclipse.rcptt.tesla.properties.view-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.properties.view/target/org.eclipse.rcptt.tesla.properties.view-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.properties.view/target/org.eclipse.rcptt.tesla.properties.view-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.properties.view --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.properties.view/target/org.eclipse.rcptt.tesla.properties.view-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.properties.view --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.core.ecl.debug >--------- [INFO] Building org.eclipse.rcptt.core.ecl.debug 2.5.5-SNAPSHOT [72/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] Resolving class path of org.eclipse.rcptt.core.ecl.debug... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.core.ecl.debug/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.core.ecl.debug --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.core.ecl.debug/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.core.ecl.debug/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.core.ecl.debug/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.core.ecl.debug/target/org.eclipse.rcptt.core.ecl.debug-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.core.ecl.debug --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.core.ecl.debug/target/org.eclipse.rcptt.core.ecl.debug-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.core.ecl.debug/target/org.eclipse.rcptt.core.ecl.debug-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.core.ecl.debug/target/org.eclipse.rcptt.core.ecl.debug-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.core.ecl.debug --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.core.ecl.debug/target/org.eclipse.rcptt.core.ecl.debug-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.core.ecl.debug --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.verifications.text.impl >----- [INFO] Building org.eclipse.rcptt.verifications.text.impl 2.5.5-SNAPSHOT [73/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.text.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.verifications.text.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/target/org.eclipse.rcptt.verifications.text.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.text.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/target/org.eclipse.rcptt.verifications.text.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/target/org.eclipse.rcptt.verifications.text.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/target/org.eclipse.rcptt.verifications.text.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.verifications.text.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/target/org.eclipse.rcptt.verifications.text.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.text.impl --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt:org.eclipse.rcptt.verifications.log.impl >----- [INFO] Building org.eclipse.rcptt.verifications.log.impl 2.5.5-SNAPSHOT [74/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.log.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.log.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.log.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.log.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.log.impl/target/org.eclipse.rcptt.verifications.log.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.log.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.log.impl/target/org.eclipse.rcptt.verifications.log.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.log.impl/target/org.eclipse.rcptt.verifications.log.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.log.impl/target/org.eclipse.rcptt.verifications.log.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.verifications.log.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.log.impl/target/org.eclipse.rcptt.verifications.log.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.log.impl --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree.impl >----- [INFO] Building org.eclipse.rcptt.verifications.tree.impl 2.5.5-SNAPSHOT [75/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.tree.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.verifications.tree.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/target/org.eclipse.rcptt.verifications.tree.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.tree.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/target/org.eclipse.rcptt.verifications.tree.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/target/org.eclipse.rcptt.verifications.tree.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/target/org.eclipse.rcptt.verifications.tree.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.verifications.tree.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/target/org.eclipse.rcptt.verifications.tree.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.tree.impl --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.expandbar.runtime >-------- [INFO] Building org.eclipse.rcptt.expandbar.runtime 2.5.5-SNAPSHOT [76/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] Resolving class path of org.eclipse.rcptt.expandbar.runtime... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.expandbar.runtime/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.expandbar.runtime --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.expandbar.runtime/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.expandbar.runtime/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.expandbar.runtime/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.expandbar.runtime/target/org.eclipse.rcptt.expandbar.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.expandbar.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.expandbar.runtime/target/org.eclipse.rcptt.expandbar.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.expandbar.runtime/target/org.eclipse.rcptt.expandbar.runtime-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.expandbar.runtime/target/org.eclipse.rcptt.expandbar.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.expandbar.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.expandbar.runtime/target/org.eclipse.rcptt.expandbar.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.expandbar.runtime --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.debug.impl >--------- [INFO] Building org.eclipse.rcptt.ctx.debug.impl 2.5.5-SNAPSHOT [77/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.debug.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.debug.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/target/org.eclipse.rcptt.ctx.debug.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.debug.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/target/org.eclipse.rcptt.ctx.debug.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/target/org.eclipse.rcptt.ctx.debug.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/target/org.eclipse.rcptt.ctx.debug.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.debug.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/target/org.eclipse.rcptt.ctx.debug.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.debug.impl --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences.impl >------ [INFO] Building org.eclipse.rcptt.ctx.preferences.impl 2.5.5-SNAPSHOT [78/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.preferences.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.preferences.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/target/org.eclipse.rcptt.ctx.preferences.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.preferences.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/target/org.eclipse.rcptt.ctx.preferences.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/target/org.eclipse.rcptt.ctx.preferences.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/target/org.eclipse.rcptt.ctx.preferences.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.preferences.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/target/org.eclipse.rcptt.ctx.preferences.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.preferences.impl --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.script.impl >--------- [INFO] Building org.eclipse.rcptt.ctx.script.impl 2.5.5-SNAPSHOT [79/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.script.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.script.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/target/org.eclipse.rcptt.ctx.script.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.script.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/target/org.eclipse.rcptt.ctx.script.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/target/org.eclipse.rcptt.ctx.script.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/target/org.eclipse.rcptt.ctx.script.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.script.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/target/org.eclipse.rcptt.ctx.script.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.script.impl --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench.impl >------- [INFO] Building org.eclipse.rcptt.ctx.workbench.impl 2.5.5-SNAPSHOT [80/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.workbench.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.workbench.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/target/org.eclipse.rcptt.ctx.workbench.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.workbench.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/target/org.eclipse.rcptt.ctx.workbench.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/target/org.eclipse.rcptt.ctx.workbench.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/target/org.eclipse.rcptt.ctx.workbench.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.workbench.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/target/org.eclipse.rcptt.ctx.workbench.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.workbench.impl --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.resources.impl >------- [INFO] Building org.eclipse.rcptt.ctx.resources.impl 2.5.5-SNAPSHOT [81/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.resources.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.resources.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/target/org.eclipse.rcptt.ctx.resources.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.resources.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/target/org.eclipse.rcptt.ctx.resources.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/target/org.eclipse.rcptt.ctx.resources.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/target/org.eclipse.rcptt.ctx.resources.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.resources.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/target/org.eclipse.rcptt.ctx.resources.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.resources.impl --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt:org.eclipse.rcptt.verifications.resources.impl >-- [INFO] Building org.eclipse.rcptt.verifications.resources.impl 2.5.5-SNAPSHOT [82/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.resources.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.verifications.resources.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/target/org.eclipse.rcptt.verifications.resources.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.resources.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/target/org.eclipse.rcptt.verifications.resources.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/target/org.eclipse.rcptt.verifications.resources.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/target/org.eclipse.rcptt.verifications.resources.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.verifications.resources.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/target/org.eclipse.rcptt.verifications.resources.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.resources.impl --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.gmf >--------- [INFO] Building org.eclipse.rcptt.tesla.gmf 2.5.5-SNAPSHOT [83/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.gmf --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.gmf --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.gmf --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.gmf --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.gmf... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.gmf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.gmf --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.gmf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.gmf --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf/target/org.eclipse.rcptt.tesla.gmf-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.gmf --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.gmf --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf/target/org.eclipse.rcptt.tesla.gmf-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.gmf --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf/target/org.eclipse.rcptt.tesla.gmf-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf/target/org.eclipse.rcptt.tesla.gmf-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.gmf --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.gmf/target/org.eclipse.rcptt.tesla.gmf-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.gmf --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.gmf --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.gmf --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.gef >---- [INFO] Building org.eclipse.rcptt.tesla.recording.gef 2.5.5-SNAPSHOT [84/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.gef... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.gef --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/target/org.eclipse.rcptt.tesla.recording.gef-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.gef --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/target/org.eclipse.rcptt.tesla.recording.gef-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/target/org.eclipse.rcptt.tesla.recording.gef-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/target/org.eclipse.rcptt.tesla.recording.gef-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.gef --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/target/org.eclipse.rcptt.tesla.recording.gef-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.gef --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.gmf >---- [INFO] Building org.eclipse.rcptt.tesla.recording.gmf 2.5.5-SNAPSHOT [85/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.gmf... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.gmf --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/target/org.eclipse.rcptt.tesla.recording.gmf-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.gmf --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/target/org.eclipse.rcptt.tesla.recording.gmf-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/target/org.eclipse.rcptt.tesla.recording.gmf-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/target/org.eclipse.rcptt.tesla.recording.gmf-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.gmf --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/target/org.eclipse.rcptt.tesla.recording.gmf-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.gmf --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla.e4x.features:org.eclipse.rcptt.tesla.runtime >-- [INFO] Building org.eclipse.rcptt.tesla.runtime 2.5.5-SNAPSHOT [86/93] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.tesla.runtime --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.runtime --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.tesla.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.runtime.e4x-feature/target/org.eclipse.rcptt.tesla.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.runtime --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.tesla.runtime --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.runtime --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.runtime.e4x-feature/target/org.eclipse.rcptt.tesla.runtime-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/tesla/org.eclipse.rcptt.tesla.runtime.e4x-feature/target/org.eclipse.rcptt.tesla.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.runtime --- [INFO] [INFO] --< org.eclipse.rcptt.tesla.ecl.features:org.eclipse.rcptt.tesla.ecl.runtime >-- [INFO] Building org.eclipse.rcptt.tesla.ecl.runtime 2.5.5-SNAPSHOT [87/93] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.runtime-feature/target/org.eclipse.rcptt.tesla.ecl.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.ecl.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.runtime-feature/target/org.eclipse.rcptt.tesla.ecl.runtime-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.runtime-feature/target/org.eclipse.rcptt.tesla.ecl.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.ecl.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.ecl.runtime --- [INFO] [INFO] --< org.eclipse.rcptt.features:org.eclipse.rcptt.tesla.ecl.update-site >-- [INFO] Building org.eclipse.rcptt.tesla.ecl.update-site 2.5.5-SNAPSHOT [88/93] [INFO] ------------------------[ eclipse-update-site ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ecl.update-site --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.ecl.update-site --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ecl.update-site --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-site (default-update-site) @ org.eclipse.rcptt.tesla.ecl.update-site --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:update-site-p2-metadata (default-update-site-p2-metadata) @ org.eclipse.rcptt.tesla.ecl.update-site --- [INFO] Command line: [/usr/lib/jvm/java-11-openjdk-amd64/bin/java, -jar, /home/jenkins/agent/workspace/master/m2/org/eclipse/tycho/tycho-bundles-external/2.7.1/eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar, -configuration, /tmp/tycho-p2-runtime7941167593909437891.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, -source, /home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.update-site/target/site, -metadataRepository, file:/home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.update-site/target/site/, -metadataRepositoryName, org.eclipse.rcptt.tesla.ecl.update-site, -artifactRepository, file:/home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.update-site/target/site/, -artifactRepositoryName, org.eclipse.rcptt.tesla.ecl.update-site Artifacts, -noDefaultIUs, -compress] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-site-packaging (default-update-site-packaging) @ org.eclipse.rcptt.tesla.ecl.update-site --- [INFO] Building zip: /home/jenkins/agent/workspace/master/runtime/ecl/org.eclipse.rcptt.tesla.ecl.update-site/target/site.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.ecl.update-site --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.ecl.update-site --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.ecl.update-site --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.ecl.update-site --- [INFO] [INFO] --------< org.eclipse.rcptt.features:org.eclipse.rcptt.runtime >-------- [INFO] Building org.eclipse.rcptt.runtime 2.5.5-SNAPSHOT [89/93] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.runtime --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.runtime --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime-feature/target/org.eclipse.rcptt.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.runtime --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.runtime --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.runtime --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime-feature/target/org.eclipse.rcptt.runtime-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime-feature/target/org.eclipse.rcptt.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.runtime --- [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.runtime-updatesite >------- [INFO] Building org.eclipse.rcptt.runtime-updatesite 2.5.5-SNAPSHOT [90/93] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime-updatesite/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.1:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [WARNING] No system packages found in profile nor toolchain for JavaSE-17, using current JRE system packages. This can cause faulty dependency resolution, consider adding a definition for a 'jdk' with id=JavaSE-17 in your toolchains.xml [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.1:publish-products (default-publish-products) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.1:publish-categories (default-publish-categories) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.1:attach-artifacts (default-attach-artifacts) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.1:assemble-repository (default-assemble-repository) @ org.eclipse.rcptt.runtime-updatesite --- [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.ui.feature.group [2.1.0.201510050740,2.1.0.201510050740].; Unable to satisfy dependency from 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc 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 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc 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 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.watson.feature.group [2.1.0.201512011236,2.1.0.201512011236].; Unable to satisfy dependency from 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.server.feature.group [2.1.0.201510050744,2.1.0.201510050744].; Unable to satisfy dependency from 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.core.feature.group [2.1.0.201604210752,2.1.0.201604210752].; Unable to satisfy dependency from 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.ui.feature.group [2.3.0.201706220835,2.3.0.201706220835].; Unable to satisfy dependency from 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.feature.group [2.1.0.201605311902,2.1.0.201605311902].; Unable to satisfy dependency from 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc 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 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc 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 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc 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 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc 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 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.feature.group [2.1.0.201510050744,2.1.0.201510050744].; Unable to satisfy dependency from 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.ecl.feature.group [2.1.0.201510050744,2.1.0.201510050744].] [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 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.ui.feature.group [2.1.0.201510050740,2.1.0.201510050740].; Unable to satisfy dependency from 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc 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 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc 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 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.watson.feature.group [2.1.0.201512011236,2.1.0.201512011236].; Unable to satisfy dependency from 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.server.feature.group [2.1.0.201510050744,2.1.0.201510050744].; Unable to satisfy dependency from 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.core.feature.group [2.1.0.201604210752,2.1.0.201604210752].; Unable to satisfy dependency from 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.ui.feature.group [2.3.0.201706220835,2.3.0.201706220835].; Unable to satisfy dependency from 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.feature.group [2.1.0.201605311902,2.1.0.201605311902].; Unable to satisfy dependency from 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc 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 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc 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 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc 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 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc 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 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.feature.group [2.1.0.201510050744,2.1.0.201510050744].; Unable to satisfy dependency from 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.ecl.feature.group [2.1.0.201510050744,2.1.0.201510050744].] [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 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.ui.feature.group [2.1.0.201510050740,2.1.0.201510050740].; Unable to satisfy dependency from 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc 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 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc 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 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.watson.feature.group [2.1.0.201512011236,2.1.0.201512011236].; Unable to satisfy dependency from 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.server.feature.group [2.1.0.201510050744,2.1.0.201510050744].; Unable to satisfy dependency from 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.core.feature.group [2.1.0.201604210752,2.1.0.201604210752].; Unable to satisfy dependency from 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.ui.feature.group [2.3.0.201706220835,2.3.0.201706220835].; Unable to satisfy dependency from 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.feature.group [2.1.0.201605311902,2.1.0.201605311902].; Unable to satisfy dependency from 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc 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 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc 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 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc 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 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc 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 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.feature.group [2.1.0.201510050744,2.1.0.201510050744].; Unable to satisfy dependency from 202301241915.Default 1.0.0.8Z9a8icLWH9r_8ZjGm8mO6EFc to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.ecl.feature.group [2.1.0.201510050744,2.1.0.201510050744].] [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.1:archive-repository (default-archive-repository) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] Building zip: /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime-updatesite/target/org.eclipse.rcptt.runtime-updatesite-2.5.5-SNAPSHOT.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.runtime-updatesite --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.runtime-updatesite --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.runtime-updatesite --- [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.updates.runtime.e4x >------- [INFO] Building org.eclipse.rcptt.updates.runtime.e4x 2.5.5-SNAPSHOT [91/93] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] The project's OSGi version is 2.5.5.202301280102 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1: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 41 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 63 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 60 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 167 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 16 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 186 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 352 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 20 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 62 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 11 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 16 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 49 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 66 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 171 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 46 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 21 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 24 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 55 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 20 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 23 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 24 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 17 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 83 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 48 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 97 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 90 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 181 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 13 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 137 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 15 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 70 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 177 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom (4.1 kB at 49 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 47 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 262 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 23 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 32 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom (4.8 kB at 63 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 57 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 194 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 51 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 133 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 632 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/objenesis/objenesis/2.6/objenesis-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 30 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 141 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 20 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 84 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 76 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 72 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 112 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 40 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 161 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 24 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 38 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 513 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 29 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 54 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 24 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 39 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 31 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 59 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 42 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 69 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 203 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 25 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 7.7 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 93 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 32 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 464 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 60 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 62 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 69 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 507 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 762 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 27 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 194 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 833 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 866 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/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/httpclient/4.0.2/httpclient-4.0.2.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/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/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (194 kB at 1.8 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 146 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar (154 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 810 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 816 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1.2 MB at 5.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 643 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/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 146 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (11 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar (53 kB at 176 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-sink-api/1.4/doxia-sink-api-1.4.jar (11 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (15 kB at 49 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-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar (61 kB at 188 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar (38 kB at 103 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 61 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 835 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 573 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 256 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 685 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 222 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/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 112 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar (191 kB at 383 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 103 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 546 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar (560 kB at 960 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar (74 kB at 124 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar (37 kB at 60 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/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 214 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar (108 kB at 173 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar (123 kB at 183 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 38 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar (61 kB at 90 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 341 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 414 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.10/maven-dependency-analyzer-1.10.jar (35 kB at 51 kB/s) [INFO] Unpacking /home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime-updatesite/target/org.eclipse.rcptt.runtime-updatesite-2.5.5-SNAPSHOT.zip to /home/jenkins/agent/workspace/master/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/q7 with includes "" and excludes "" [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] Resolving class path of org.eclipse.rcptt.updates.runtime.e4x... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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 25 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 370 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 131 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 510 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 542 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 51 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 275 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 440 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 101 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 195 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 31 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 22 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 25 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 65 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 229 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 1.1 MB/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 569 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 60 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 281 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 282 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 43 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 53 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 191 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 56 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 261 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 107 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 18 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 16 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 76 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 6.5 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom (2.1 kB at 19 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 55 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 28 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 96 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 22 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3.0 kB at 31 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 745 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 16 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 28 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 689 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/beanshell/bsh/2.0b4/bsh-2.0b4.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/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-dependency-tree/2.2/maven-dependency-tree-2.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.11/junit-4.11.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 121 kB/s) [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 168 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 138 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] 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/commons-lang/commons-lang/2.3/commons-lang-2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 142 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 264 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-api/1.4.1/enforcer-api-1.4.1.jar (11 kB at 70 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/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.3/commons-lang-2.3.jar (245 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (32 kB at 169 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 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-archiver/2.2/plexus-archiver-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar (12 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar (64 kB at 284 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar (35 kB at 131 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar (58 kB at 208 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jar (99 kB at 352 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar (245 kB at 863 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 617 kB/s) [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/target/org.eclipse.rcptt.updates.runtime.e4x-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.updates.runtime.e4x --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/target/org.eclipse.rcptt.updates.runtime.e4x-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/target/org.eclipse.rcptt.updates.runtime.e4x-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/target/org.eclipse.rcptt.updates.runtime.e4x-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.updates.runtime.e4x --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/target/org.eclipse.rcptt.updates.runtime.e4x-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.updates.runtime.e4x --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt.features:org.eclipse.rcptt.updates.e4x >------ [INFO] Building org.eclipse.rcptt.updates.e4x 2.5.5-SNAPSHOT [92/93] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.updates.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.updates.e4x --- [INFO] The project's OSGi version is 2.5.5.202301280102 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.updates.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.updates.e4x --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.updates.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.updates.e4x --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.updates.e4x --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/updates/org.eclipse.rcptt.updates.e4x-feature/target/org.eclipse.rcptt.updates.e4x-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.updates.e4x --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.updates.e4x --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.updates.e4x --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.updates.e4x --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/updates/org.eclipse.rcptt.updates.e4x-feature/target/org.eclipse.rcptt.updates.e4x-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/updates/org.eclipse.rcptt.updates.e4x-feature/target/org.eclipse.rcptt.updates.e4x-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.updates.e4x --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.updates.e4x --- [INFO] [INFO] -----------------------< org.eclipse.rcptt:e4x >------------------------ [INFO] Building e4x 2.5.5-SNAPSHOT [93/93] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ e4x --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ e4x --- [INFO] The project's OSGi version is 2.5.5.202301280102 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ e4x --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ e4x --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ e4x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/repository/e4x/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.1: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.1:publish-products (default-publish-products) @ e4x --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.1:publish-categories (default-publish-categories) @ e4x --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.1:attach-artifacts (default-attach-artifacts) @ e4x --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.1:assemble-repository (default-assemble-repository) @ e4x --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.1:archive-repository (default-archive-repository) @ e4x --- [INFO] Building zip: /home/jenkins/agent/workspace/master/repository/e4x/target/e4x-2.5.5-SNAPSHOT.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ e4x --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ e4x --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ e4x --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ e4x --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] runtime 2.5.5-SNAPSHOT ............................. SUCCESS [ 0.989 s] [INFO] rcptt.runtime ...................................... SUCCESS [ 0.011 s] [INFO] tesla .............................................. SUCCESS [ 0.010 s] [INFO] org.eclipse.rcptt.tesla.swt.fragment ............... SUCCESS [ 2.894 s] [INFO] org.eclipse.rcptt.tesla.core.am .................... SUCCESS [ 1.917 s] [INFO] org.eclipse.rcptt.util.swt ......................... SUCCESS [ 37.379 s] [INFO] org.eclipse.rcptt.tesla.swt.aspects ................ SUCCESS [ 7.806 s] [INFO] org.eclipse.rcptt.tesla.jface.aspects .............. SUCCESS [ 3.088 s] [INFO] org.eclipse.rcptt.tesla.jobs.aspects ............... SUCCESS [ 1.818 s] [INFO] rcptt.runtime.watson ............................... SUCCESS [ 0.006 s] [INFO] org.eclipse.rcptt.watson.aspects.jobs .............. SUCCESS [ 33.069 s] [INFO] org.eclipse.rcptt.watson.aspects.swt ............... SUCCESS [ 3.693 s] [INFO] org.eclipse.rcptt.tesla.swt ........................ SUCCESS [ 14.248 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.forms .... SUCCESS [ 3.022 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.jface .... SUCCESS [ 2.848 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.swt ...... SUCCESS [ 3.655 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.workbench SUCCESS [ 2.603 s] [INFO] org.eclipse.rcptt.tesla.recording.swt .............. SUCCESS [ 4.839 s] [INFO] ecl-tesla .......................................... SUCCESS [ 0.006 s] [INFO] org.eclipse.rcptt.tesla.ecl.impl ................... SUCCESS [ 4.084 s] [INFO] org.eclipse.rcptt.tesla.ui.ide.aspects ............. SUCCESS [ 3.041 s] [INFO] org.eclipse.rcptt.runtime.ui ....................... SUCCESS [ 3.208 s] [INFO] org.eclipse.rcptt.forms.impl ....................... SUCCESS [ 1.947 s] [INFO] org.eclipse.rcptt.resources.impl ................... SUCCESS [ 2.194 s] [INFO] org.eclipse.rcptt.watson.jface ..................... SUCCESS [ 2.412 s] [INFO] org.eclipse.rcptt.watson.runtime ................... SUCCESS [ 2.459 s] [INFO] org.eclipse.rcptt.tesla.canvas ..................... SUCCESS [ 2.116 s] [INFO] org.eclipse.rcptt.tesla.gef.aspects ................ SUCCESS [ 4.568 s] [INFO] org.eclipse.rcptt.tesla.gef ........................ SUCCESS [ 3.344 s] [INFO] org.eclipse.rcptt.tesla.gmf.aspects ................ SUCCESS [ 3.297 s] [INFO] org.eclipse.rcptt.tesla.gmf ........................ SUCCESS [ 1.842 s] [INFO] org.eclipse.rcptt.tesla.jdt.aspects ................ SUCCESS [ 3.149 s] [INFO] org.eclipse.rcptt.tesla.jdt ........................ SUCCESS [ 2.912 s] [INFO] org.eclipse.rcptt.tesla.jface.text.reconciler.aspects SUCCESS [ 2.206 s] [INFO] org.eclipse.rcptt.tesla.jface.text ................. SUCCESS [ 3.055 s] [INFO] org.eclipse.rcptt.tesla.jface.text.aspects ......... SUCCESS [ 2.463 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding.aspects .. SUCCESS [ 1.900 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding.observable.aspects SUCCESS [ 2.171 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding .......... SUCCESS [ 3.552 s] [INFO] org.eclipse.rcptt.tesla.jface.fragment ............. SUCCESS [ 1.690 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.draw2d ... SUCCESS [ 3.610 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.gef ...... SUCCESS [ 4.311 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.gmf ...... SUCCESS [ 2.844 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.jface.text SUCCESS [ 2.997 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor SUCCESS [ 3.599 s] [INFO] org.eclipse.rcptt.tesla.recording.draw2d ........... SUCCESS [ 2.251 s] [INFO] org.eclipse.rcptt.tesla.recording.gef .............. SUCCESS [ 2.689 s] [INFO] org.eclipse.rcptt.tesla.recording.gmf .............. SUCCESS [ 3.552 s] [INFO] org.eclipse.rcptt.tesla.recording.canvas ........... SUCCESS [ 2.897 s] [INFO] org.eclipse.rcptt.tesla.recording.jface.text ....... SUCCESS [ 3.137 s] [INFO] org.eclipse.rcptt.tesla.workbench.texteditor ....... SUCCESS [ 3.006 s] [INFO] org.eclipse.rcptt.tesla.recording.workbench.texteditor SUCCESS [ 3.196 s] [INFO] org.eclipse.rcptt.tesla.ui.ide ..................... SUCCESS [ 1.997 s] [INFO] org.eclipse.rcptt.tesla.workbench.texteditor.aspects SUCCESS [ 4.800 s] [INFO] org.eclipse.rcptt.tesla.variables .................. SUCCESS [ 2.648 s] [INFO] org.eclipse.rcptt.tesla.properties.view ............ SUCCESS [ 2.171 s] [INFO] org.eclipse.rcptt.tesla.chart ...................... SUCCESS [ 2.104 s] [INFO] org.eclipse.rcptt.tesla.swt.e4x .................... SUCCESS [ 5.101 s] [INFO] org.eclipse.rcptt.tesla.workbench.aspects.e4x ...... SUCCESS [ 3.428 s] [INFO] org.eclipse.rcptt.tesla.runtime .................... SUCCESS [ 4.191 s] [INFO] org.eclipse.rcptt.tesla.ecl.runtime ................ SUCCESS [ 1.656 s] [INFO] org.eclipse.rcptt.tesla.ecl.update-site ............ SUCCESS [ 10.749 s] [INFO] org.eclipse.rcptt.core.ecl.debug ................... SUCCESS [ 1.541 s] [INFO] rcptt.runtime.contexts ............................. SUCCESS [ 0.006 s] [INFO] org.eclipse.rcptt.ctx.debug.impl ................... SUCCESS [ 3.368 s] [INFO] org.eclipse.rcptt.ctx.group.impl ................... SUCCESS [ 1.755 s] [INFO] org.eclipse.rcptt.ctx.preferences.aspects .......... SUCCESS [ 3.423 s] [INFO] org.eclipse.rcptt.ctx.preferences.impl ............. SUCCESS [ 2.410 s] [INFO] org.eclipse.rcptt.ctx.parameters.impl .............. SUCCESS [ 2.613 s] [INFO] org.eclipse.rcptt.ctx.filesystem.impl .............. SUCCESS [ 1.479 s] [INFO] org.eclipse.rcptt.ctx.resources.impl ............... SUCCESS [ 1.929 s] [INFO] org.eclipse.rcptt.ctx.script.impl .................. SUCCESS [ 3.002 s] [INFO] org.eclipse.rcptt.ctx.workbench.impl ............... SUCCESS [ 3.230 s] [INFO] org.eclipse.rcptt.ctx.workbench.aspect ............. SUCCESS [ 2.231 s] [INFO] rcptt.runtime.verifications ........................ SUCCESS [ 0.007 s] [INFO] org.eclipse.rcptt.verifications.time.impl .......... SUCCESS [ 1.437 s] [INFO] org.eclipse.rcptt.verifications.text.impl .......... SUCCESS [ 3.067 s] [INFO] org.eclipse.rcptt.verifications.log.impl ........... SUCCESS [ 1.979 s] [INFO] org.eclipse.rcptt.verifications.tree.impl .......... SUCCESS [ 3.198 s] [INFO] org.eclipse.rcptt.verifications.resources.impl ..... SUCCESS [ 2.651 s] [INFO] org.eclipse.rcptt.ecl.data.apache.poi.impl ......... SUCCESS [ 3.476 s] [INFO] org.eclipse.rcptt.expandbar.runtime ................ SUCCESS [ 2.516 s] [INFO] org.eclipse.rcptt.runtime .......................... SUCCESS [ 4.627 s] [INFO] org.eclipse.rcptt.runtime-updatesite ............... SUCCESS [ 23.028 s] [INFO] rcptt.runtime.updates .............................. SUCCESS [ 0.010 s] [INFO] org.eclipse.rcptt.updates.runtime.e4x .............. SUCCESS [ 22.068 s] [INFO] org.eclipse.rcptt.updates.e4x ...................... SUCCESS [ 1.441 s] [INFO] rcptt.runtime.tests ................................ SUCCESS [ 0.009 s] [INFO] org.eclipse.rcptt.tesla.jface.aspects.test ......... SUCCESS [ 31.838 s] [INFO] org.eclipse.rcptt.tesla.swt.aspects.test ........... SUCCESS [ 34.415 s] [INFO] org.eclipse.rcptt.tesla.swt.test ................... SUCCESS [ 57.865 s] [INFO] org.eclipse.rcptt.watson.test ...................... SUCCESS [ 25.826 s] [INFO] e4x 2.5.5-SNAPSHOT ................................. SUCCESS [ 3.078 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 13:19 min [INFO] Finished at: 2023-01-28T01:15:19Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn clean verify --threads=1.0C -Dtycho.localArtifacts=ignore -Dmaven.repo.local=/home/jenkins/agent/workspace/master/m2 -B -e -P sign -f releng/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.1/tycho-source-plugin-2.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/2.7.1/tycho-source-plugin-2.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/2.7.1/tycho-source-plugin-2.7.1.pom (2.9 kB at 10 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-source-plugin/2.7.1/tycho-source-plugin-2.7.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/2.7.1/tycho-source-plugin-2.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/2.7.1/tycho-source-plugin-2.7.1.jar (39 kB at 268 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 70 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 120 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 353 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 34 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 105 kB/s) [INFO] Downloading from xored: http://maven.xored.com/nexus/content/repositories/releases/org/eclipse/tycho/tycho-p2-director-plugin/2.7.1/tycho-p2-director-plugin-2.7.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-director-plugin/2.7.1/tycho-p2-director-plugin-2.7.1.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.1/tycho-p2-director-plugin-2.7.1.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.1/tycho-p2-director-plugin-2.7.1.pom (2.9 kB at 18 kB/s) [INFO] Downloading from xored: http://maven.xored.com/nexus/content/repositories/releases/org/eclipse/tycho/tycho-p2-director-plugin/2.7.1/tycho-p2-director-plugin-2.7.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-director-plugin/2.7.1/tycho-p2-director-plugin-2.7.1.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.1/tycho-p2-director-plugin-2.7.1.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.1/tycho-p2-director-plugin-2.7.1.jar (46 kB at 469 kB/s) [INFO] Downloading from xored: http://maven.xored.com/nexus/content/repositories/releases/org/eclipse/tycho/tycho-bundles-external/2.7.1/tycho-bundles-external-2.7.1.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-bundles-external/2.7.1/tycho-bundles-external-2.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/2.7.1/tycho-bundles-external-2.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/2.7.1/tycho-bundles-external-2.7.1.pom (1.6 kB at 13 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 2.8 MB/s) [INFO] Downloading from xored: http://maven.xored.com/nexus/content/repositories/releases/org/eclipse/cbi/maven/plugins/eclipse-winsigner-plugin/1.3.2/eclipse-winsigner-plugin-1.3.2.pom [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/eclipse-winsigner-plugin/1.3.2/eclipse-winsigner-plugin-1.3.2.pom [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/eclipse-winsigner-plugin/1.3.2/eclipse-winsigner-plugin-1.3.2.pom (2.5 kB at 88 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 659 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 10.0 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 210 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/eclipse/updates/4.15/ (128B) [INFO] Adding repository http://download.eclipse.org/eclipse/updates/4.15 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/eclipse/updates/4.15/ (446B) [INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/4.15/categories/ (1.46kB) [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/ (117.1kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2022-09/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/2022-09 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2022-09/ (479B) [INFO] Fetching compositeContent.xml from http://download.eclipse.org/technology/epp/packages/2022-09/ (442B) [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2022-09/202209081200/ (98.55kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2022-09/202209141001/ (140B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2022-09/202209141001/ (790.34kB) [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository/ (134B) [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository/ [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB) [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/ (91.69kB) [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/core/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/e4x/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/dependencies/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.updates:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runtime/updates/org.eclipse.rcptt.updates-feature/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/nebula/releases/latest/ (172B) [INFO] Adding repository http://download.eclipse.org/nebula/releases/latest [INFO] Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/latest/ (26.56kB) [INFO] Adding repository file://home/jenkins/agent/workspace/master/runtime/org.eclipse.rcptt.runtime-updatesite/target/repository [INFO] Adding repository http://download.eclipse.org/tools/ajdt/43/update [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.nebula:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula/pom.xml [INFO] Fetching 202209141001&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2022-09/ (63B) [INFO] Fetching org.eclipse.osgi_3.18.100.v20220817-1601.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.47MB) [INFO] Fetching org.eclipse.equinox.preferences_3.10.100.v20220710-1223.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (135.73kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (196.21kB) [INFO] Fetching org.eclipse.equinox.common_3.16.200.v20220817-1601.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (146.41kB) [INFO] Fetching org.eclipse.core.contenttype_3.8.200.v20220817-1539.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (101.83kB) [INFO] Fetching org.eclipse.core.jobs_3.13.100.v20220817-1539.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (109.8kB) [INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (90.9kB) [INFO] Fetching org.eclipse.core.runtime_3.26.0.v20220813-0916.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (74.34kB) [INFO] Fetching org.eclipse.emf.common_2.26.0.v20220817-1401.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (369.7kB) [INFO] Fetching org.eclipse.emf.ecore_2.28.0.v20220817-1401.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.26MB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.17.0.v20220817-1334.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (232.67kB) [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (19.69kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.nebula.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.impl/pom.xml [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (12.94MB) [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (6.24MB of 12.94MB at 6.21MB/s) [INFO] Fetching com.sun.jna_5.8.0.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.65MB) [INFO] Fetching com.sun.jna.platform_5.8.0.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.28MB) [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (46.27kB) [INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (32.41kB) [INFO] Fetching org.antlr.runtime_3.2.0.v20220404-1927.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (169.92kB) [INFO] Fetching R-4.15-202003050155&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.15/ (63B) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (35.59kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (16.71kB) [INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (703.81kB) [INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (20.34kB) [INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (144.34kB) [INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (23.5kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (15.35kB) [INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (353.59kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (302.53kB) [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (30.65kB) [INFO] Fetching org.apache.felix.scr_2.2.2.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (393.3kB) [INFO] Fetching org.osgi.service.component_1.5.0.202109301733.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (64.86kB) [INFO] Fetching org.eclipse.core.commands_3.10.200.v20220512-0851.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (114.56kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.12.0.v20211231-1006.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (313kB) [INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (163.08kB) [INFO] Fetching org.eclipse.core.databinding_1.11.100.v20220817-1444.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (289.67kB) [INFO] Fetching org.eclipse.core.expressions_3.8.200.v20220613-1047.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (93.93kB) [INFO] Fetching org.eclipse.core.filesystem_1.9.500.v20220817-1539.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (71.65kB) [INFO] Fetching org.eclipse.core.resources_3.18.0.v20220828-0546.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (893.32kB) [INFO] Fetching org.eclipse.e4.core.di_1.8.300.v20220817-1539.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (54.29kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.11.0.v20220716-0839.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (57.49kB) [INFO] Fetching org.eclipse.e4.core.services_2.3.300.v20220613-1047.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (71.46kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.200.v20220629-1225.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (27.8kB) [INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (46.59kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.200.v20220613-1008.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (13.81kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.200.v20220613-1008.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (12.96kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.400.v20220613-1047.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (42.3kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (107.16kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (51.03kB) [INFO] Fetching org.eclipse.swt_3.121.0.v20220829-1402.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (18.79kB) [INFO] Fetching org.eclipse.jface_3.27.0.v20220817-1444.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.11MB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (45.85kB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (24.31kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.300.v20220809-1237.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (215.89kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.600.v20220621-1327.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (204.9kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.100.v20220310-1056.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (28.11kB) [INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (16.41kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.300.v20220815-1831.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (58.52kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.200.v20220817-1444.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (397.11kB) [INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (33.33kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (13.3kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (51.02kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.13.200.v20220808-2019.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (266.92kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.600.v20220715-1400.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (252.14kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.600.v20220607-1204.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (149.46kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.400.v20211102-0453.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (118.14kB) [INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (295.36kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (21.08kB) [INFO] Fetching org.eclipse.urischeme_1.2.100.v20211001-1648.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (51.9kB) [INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (270.25kB) [INFO] Fetching org.eclipse.text_3.12.200.v20220817-1340.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (295.31kB) [INFO] Fetching org.eclipse.jface.text_3.21.0.v20220817-1340.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.04MB) [INFO] Fetching org.eclipse.nebula.widgets.grid_1.1.1.202208171809.jar from http://download.eclipse.org/nebula/releases/latest/plugins/ (226.33kB) [INFO] Fetching org.aspectj.runtime_1.7.3.20130613144500-a.jar.pack.gz from http://download.eclipse.org/tools/ajdt/43/update/plugins/ (41.03kB) [INFO] Fetching org.eclipse.ui.workbench_3.126.0.v20220823-0718.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (3.49MB) [INFO] Fetching org.eclipse.ui_3.201.100.v20220826-1037.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (434.35kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.200.v20220717-1456.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (110.71kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.121.0.v20220829-1402.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (2.47MB) [INFO] Fetching org.eclipse.ui.forms_3.11.400.v20220817-1444.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (331.65kB) [INFO] Fetching org.eclipse.ui.views_3.11.200.v20220817-1444.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (107.38kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.121.0.v20220829-1402.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (2.06MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.121.0.v20220829-1402.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (2.14MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.nebula.ecl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.nebula.ecl.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl.impl/pom.xml [INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (35.64kB) [INFO] Fetching org.eclipse.debug.core_3.20.0.v20220811-0741.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (400.2kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.recording.nebula:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.recording.nebula.ecl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula.ecl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.module.nebula.runtime:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/nebula/features/org.eclipse.rcptt.module.nebula.runtime/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.nebula-runtime-site:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/nebula/runtime-site/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.nebula.updates:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.module.nebula.updates/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.module.nebula:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/nebula/features/org.eclipse.rcptt.module.nebula/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.nebula-site:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/nebula/site/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.launching:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching/pom.xml [INFO] Fetching com.google.guava_31.1.0.jre.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (2.82MB) [INFO] Fetching com.google.guava.failureaccess_1.0.1.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (4.51kB) [INFO] Fetching org.bouncycastle.bcpg_1.71.0.v20220723-1943.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (379.48kB) [INFO] Fetching org.bouncycastle.bcprov_1.71.0.v20220723-1943.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (6.02MB) [INFO] Fetching org.eclipse.ant.core_3.6.500.v20220718-1722.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (109.43kB) [INFO] Fetching org.eclipse.compare.core_3.7.100.v20220812-1406.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (69.26kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (115.6kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.100.v20220817-1208.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (38.37kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (69.13kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.300.v20220817-1208.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (362.07kB) [INFO] Fetching org.tukaani.xz_1.9.0.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (113.29kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.9.200.v20220817-1208.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (79.47kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (68.04kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.6.200.v20220819-1949.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (176.33kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.500.v20220420-1427.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (169.5kB) [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (429.55kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (432.64kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.100.v20220620-1617.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (48.41kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.500.v20220817-1208.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (221.38kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.400.v20220817-1208.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (112.39kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.200.v20220802-0626.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (61.67kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (132.68kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (24.82kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.200.v20220805-0804.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (103.71kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (26.34kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.100.v20220420-1427.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (242.35kB) [INFO] Fetching org.eclipse.equinox.security_1.3.1000.v20220801-1135.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (115.07kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.100.v20220504-1755.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (252.96kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.300.v20220817-1208.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (133.75kB) [INFO] Fetching org.eclipse.jdt.core_3.31.0.v20220831-1439.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (6.71MB) [INFO] Fetching org.eclipse.jdt.debug_3.19.300.v20220812-1529.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (915.36kB) [INFO] Fetching org.eclipse.jdt.launching_3.19.700.v20220730-1850.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (570.26kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.7.0.v20220609-1843.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (58.99kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.11.400.v20220715-1030.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (178.38kB) [INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (421.77kB) [INFO] Fetching org.eclipse.pde.build_3.11.300.v20220822-0532.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (495.63kB) [INFO] Fetching org.eclipse.team.core_3.9.500.v20220817-1539.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (402.85kB) [INFO] Fetching org.eclipse.pde.core_3.15.300.v20220822-0845.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.36MB) [INFO] Fetching org.eclipse.pde.launching_3.10.100.v20220727-1044.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (142.76kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.ext:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.ext/pom.xml [INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (52.65kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.injection:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.injection/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.cloud:org.eclipse.rcptt.launching.p2utils:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.p2utils/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.cloud:org.eclipse.rcptt.reporting.util:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.util/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.common:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.multiaut:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut/pom.xml [INFO] Fetching com.google.gson_2.9.1.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (258.82kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.remote:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.remote/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.reporting.html:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.html/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.ext.tests:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.ext.tests/pom.xml [INFO] Fetching org.eclipse.ui.ide_3.19.100.v20220820-0412.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (2.41MB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.600.v20220809-1658.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (690.83kB) [INFO] Fetching org.eclipse.ui.editors_3.14.400.v20220730-1844.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (620.52kB) [INFO] Fetching org.eclipse.compare_3.8.500.v20220812-1406.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (806.64kB) [INFO] Fetching org.eclipse.core.net_1.4.0.v20220813-1037.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (49.45kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.16.100.v20220310-1350.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (11.51kB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.200.v20220710-1223.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (52.55kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.13.0.v20220822-0502.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (343.24kB) [INFO] Fetching org.eclipse.ui.navigator_3.10.300.v20220817-1444.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (424.9kB) [INFO] Fetching org.eclipse.team.ui_3.9.400.v20220817-1539.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.42MB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.200.v20220808-2221.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (470.76kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.400.v20220203-1803.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (172.29kB) [INFO] Fetching org.eclipse.ui.ide.application_1.4.500.v20220623-0641.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (114.89kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.tests:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/pom.xml [INFO] Fetching net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (634.79kB) [INFO] Fetching net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (23.9kB) [INFO] Fetching org.mockito_2.23.0.v20190527-1420.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (170.56kB) [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20191115185527/repository/ (63B) [INFO] Fetching org.hamcrest_1.1.0.v20090501071000.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (8.34kB) [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (32.1kB) [INFO] Fetching org.hamcrest.integration_1.3.0.v201305210900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (10.06kB) [INFO] Fetching org.hamcrest.text_1.1.0.v20090501071000.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (15.42kB) [INFO] Fetching org.objenesis_2.6.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (27.19kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.reporting.html.tests:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/pom.xml [INFO] Fetching org.apache.commons.commons-io_2.11.0.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (319.47kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.600.v20200110-2121.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (74.67kB) [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.testrail:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail/pom.xml [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (367.61kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.15.v20220209-2345.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (354.72kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1,021.45kB) [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.testrail.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ui/pom.xml [INFO] Fetching org.eclipse.ui.console_3.11.300.v20220811-1921.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (245.02kB) [INFO] Fetching org.eclipse.debug.ui_3.17.0.v20220817-1312.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (3MB) [INFO] Fetching org.eclipse.emf.common.ui_2.20.0.v20220226-1304.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (165.3kB) [INFO] Fetching org.eclipse.emf.databinding_1.6.0.v20220517-0824.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (92.83kB) [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.testrail.ecl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.testrail.ecl.impl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl.impl/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.module.testrail.runtime:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/testrail/features/org.eclipse.rcptt.module.testrail.runtime/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.module.testrail:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/testrail/features/org.eclipse.rcptt.module.testrail/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.testrail-runtime-site:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/testrail/runtime-site/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.testrail.updates:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.module.testrail.updates/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.testrail-site:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/testrail/site/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.zephyr:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr/pom.xml [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (332.11kB) [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.zephyr.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr.ui/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.module.zephyr:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/zephyr/features/org.eclipse.rcptt.module.zephyr/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'core', now is 'rcptt-core-dep' [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/core/target/repository is associated with multiple IDs; was 'rcptt-core-dep', now is 'core' [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.zephyr-site:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/zephyr/site/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.dev.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.dev.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.platform:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.platform-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.help:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.help/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.multiaut.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.ext.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.ext.ui/pom.xml [INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (2.96MB) [INFO] Fetching org.eclipse.core.externaltools_1.2.300.v20220618-1805.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (42.71kB) [INFO] Fetching org.eclipse.ant.launching_1.3.400.v20220718-1722.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (163.1kB) [INFO] Fetching org.eclipse.ui.externaltools_3.5.200.v20220618-1805.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (142.66kB) [INFO] Fetching org.eclipse.jdt.ui_3.27.0.v20220824-0714.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (11.18MB) [INFO] Fetching org.eclipse.jdt.ui_3.27.0.v20220824-0714.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (9.83MB of 11.18MB at 9.82MB/s) [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.800.v20220813-1738.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.67MB) [INFO] Fetching org.eclipse.jdt.junit_3.15.0.v20220815-1918.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (543.35kB) [INFO] Fetching org.eclipse.ant.ui_3.8.300.v20220718-1722.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.04MB) [INFO] Fetching org.eclipse.osgi.services_3.11.0.v20220618-0838.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (48.17kB) [INFO] Fetching org.eclipse.e4.ui.progress_0.3.500.v20220717-1456.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (212.62kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.0.v20210316-1209.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (31.04kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.100.v20220213-0541.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (35.63kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.6.100.v20220817-1208.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (77.31kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.3.300.v20220710-1223.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (172.38kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.7.600.v20220817-1208.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (662.94kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.16.200.v20220824-0551.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (2.02MB) [INFO] Fetching org.eclipse.search_3.14.200.v20220817-1340.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (492.05kB) [INFO] Fetching org.osgi.service.cm_1.6.1.202109301733.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (54.28kB) [INFO] Fetching org.osgi.service.wireadmin_1.0.2.202109301733.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (42.85kB) [INFO] Fetching org.osgi.service.device_1.1.1.202109301733.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (19.88kB) [INFO] Fetching org.osgi.service.useradmin_1.1.1.202109301733.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (35.82kB) [INFO] Fetching org.osgi.service.metatype_1.4.1.202109301733.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (29.67kB) [INFO] Fetching org.osgi.service.provisioning_1.2.0.201505202024.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (13.38kB) [INFO] Fetching org.osgi.service.upnp_1.2.1.202109301733.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (30.58kB) [INFO] Fetching org.eclipse.ui.intro_3.6.600.v20220619-1918.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (346.47kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.400.v20220715-1705.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (387.2kB) [INFO] Fetching org.eclipse.ui.views.log_1.3.300.v20220717-1456.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (174.02kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.2.200.v20211217-1247.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (152.75kB) [INFO] Fetching org.eclipse.pde.ui_3.13.600.v20220831-0712.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (4.54MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.remote.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.remote.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.configuration:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.configuration/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.expandbar.ide:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.expandbar.ide/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.resources.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.resources.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.platform:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.platform/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.search:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.search/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ui.activities:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui.activities/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ui.report:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui.report/pom.xml [INFO] Fetching org.eclipse.draw2d_3.11.100.202206170857.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (632.35kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.debug.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.debug.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.group.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.group.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.preferences.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.resources.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.resources.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.script.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.script.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.super.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.super.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.capability.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.capability.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.workbench.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.parameters.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.parameters.ui/pom.xml [INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (296.74kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.22.0.v20220619-0533.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (348.72kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.filesystem.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.filesystem.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.time.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.time.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.text.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.text.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.log.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.log.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.tree.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications.resources.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.resources.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.testing.ecl:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/testing/org.eclipse.rcptt.testing.ecl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.testing:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/testing/org.eclipse.rcptt.testing-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.testing.repository:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/testing/org.eclipse.rcptt.testing-updatesite/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:full:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/repository/full/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] ide [pom] [INFO] org.eclipse.rcptt.updates [eclipse-feature] [INFO] rcptt-module-nebula [pom] [INFO] org.eclipse.rcptt.tesla.nebula [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.nebula.ecl [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.nebula.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.nebula.ecl.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.nebula [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.nebula.ecl [eclipse-plugin] [INFO] org.eclipse.rcptt.module.nebula.runtime [eclipse-feature] [INFO] org.eclipse.rcptt.module.nebula-runtime-site [eclipse-update-site] [INFO] org.eclipse.rcptt.module.nebula.updates [eclipse-plugin] [INFO] org.eclipse.rcptt.module.nebula [eclipse-feature] [INFO] org.eclipse.rcptt.module.nebula-site [eclipse-update-site] [INFO] rcptt.launching [pom] [INFO] org.eclipse.rcptt.reporting.util [eclipse-plugin] [INFO] org.eclipse.rcptt.launching [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.common [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.injection [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.p2utils [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.ext [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.remote [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.multiaut [eclipse-plugin] [INFO] org.eclipse.rcptt.reporting.html [eclipse-plugin] [INFO] org.eclipse.rcptt.launching [eclipse-feature] [INFO] launching.tests [pom] [INFO] org.eclipse.rcptt.launching.ext.tests [eclipse-test-plugin] [INFO] org.eclipse.rcptt.launching.tests [eclipse-test-plugin] [INFO] org.eclipse.rcptt.reporting.html.tests [eclipse-test-plugin] [INFO] rcptt-module-testrail [pom] [INFO] org.eclipse.rcptt.testrail.ecl [eclipse-plugin] [INFO] org.eclipse.rcptt.testrail [eclipse-plugin] [INFO] rcptt.rcp [pom] [INFO] org.eclipse.rcptt.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.testrail.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.testrail.ecl.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.module.testrail.runtime [eclipse-feature] [INFO] org.eclipse.rcptt.module.testrail-runtime-site [eclipse-update-site] [INFO] org.eclipse.rcptt.module.testrail.updates [eclipse-plugin] [INFO] org.eclipse.rcptt.module.testrail [eclipse-feature] [INFO] org.eclipse.rcptt.module.testrail-site [eclipse-update-site] [INFO] rcptt-module-zephyr [pom] [INFO] org.eclipse.rcptt.zephyr [eclipse-plugin] [INFO] org.eclipse.rcptt.zephyr.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.module.zephyr [eclipse-feature] [INFO] org.eclipse.rcptt.module.zephyr-site [eclipse-update-site] [INFO] org.eclipse.rcptt [eclipse-plugin] [INFO] org.eclipse.rcptt.dev.ui [eclipse-plugin] [INFO] q7.rcp.contexts [pom] [INFO] org.eclipse.rcptt.ctx.capability.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.debug.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.filesystem.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.group.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.parameters.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.preferences.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.resources.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.resources.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.script.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.super.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.workbench.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.expandbar.ide [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.configuration [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.ext.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.multiaut.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.remote.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.platform [eclipse-plugin] [INFO] org.eclipse.rcptt.search [eclipse-plugin] [INFO] org.eclipse.rcptt.ui.activities [eclipse-plugin] [INFO] org.eclipse.rcptt.ui.report [eclipse-plugin] [INFO] rcptt.testing [pom] [INFO] org.eclipse.rcptt.testing.ecl [eclipse-plugin] [INFO] q7.rcp.verifications [pom] [INFO] org.eclipse.rcptt.verifications.time.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.text.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.tree.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.log.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.resources.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.platform [eclipse-feature] [INFO] org.eclipse.rcptt.help [eclipse-plugin] [INFO] org.eclipse.rcptt.testing [eclipse-feature] [INFO] org.eclipse.rcptt.testing.repository [eclipse-repository] [INFO] full [eclipse-repository] [INFO] [INFO] -----------------------< org.eclipse.rcptt:ide >------------------------ [INFO] Building ide 2.5.5-SNAPSHOT [1/82] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ide --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ ide --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ ide --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ ide --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ ide --- [INFO] [INFO] --------< org.eclipse.rcptt.features:org.eclipse.rcptt.updates >-------- [INFO] Building org.eclipse.rcptt.updates 2.5.5-SNAPSHOT [2/82] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.updates --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.updates --- [INFO] The project's OSGi version is 2.5.5.202301280102 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.updates --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.updates --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.updates --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.updates --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.updates --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runtime/updates/org.eclipse.rcptt.updates-feature/target/org.eclipse.rcptt.updates-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.updates --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.updates --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.updates --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.updates --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runtime/updates/org.eclipse.rcptt.updates-feature/target/org.eclipse.rcptt.updates-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runtime/updates/org.eclipse.rcptt.updates-feature/target/org.eclipse.rcptt.updates-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.updates --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.updates --- [INFO] [INFO] ---------------< org.eclipse.rcptt:rcptt-module-nebula >---------------- [INFO] Building rcptt-module-nebula 2.5.5-SNAPSHOT [3/82] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt-module-nebula --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ rcptt-module-nebula --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt-module-nebula --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ rcptt-module-nebula --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ rcptt-module-nebula --- [INFO] [INFO] -----------------< org.eclipse.rcptt:rcptt.launching >------------------ [INFO] Building rcptt.launching 2.5.5-SNAPSHOT [4/82] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.launching --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ rcptt.launching --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.launching --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ rcptt.launching --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.launching --- [INFO] [INFO] --------------< org.eclipse.rcptt:rcptt-module-testrail >--------------- [INFO] Building rcptt-module-testrail 2.5.5-SNAPSHOT [5/82] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt-module-testrail --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ rcptt-module-testrail --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt-module-testrail --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ rcptt-module-testrail --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ rcptt-module-testrail --- [INFO] [INFO] --------------------< org.eclipse.rcptt:rcptt.rcp >--------------------- [INFO] Building rcptt.rcp 2.5.5-SNAPSHOT [6/82] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.rcp --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ rcptt.rcp --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.rcp --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ rcptt.rcp --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.rcp --- [INFO] [INFO] ---------------< org.eclipse.rcptt:rcptt-module-zephyr >---------------- [INFO] Building rcptt-module-zephyr 2.5.5-SNAPSHOT [7/82] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt-module-zephyr --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ rcptt-module-zephyr --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt-module-zephyr --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ rcptt-module-zephyr --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ rcptt-module-zephyr --- [INFO] [INFO] ------------------< org.eclipse.rcptt:rcptt.testing >------------------- [INFO] Building rcptt.testing 2.5.5-SNAPSHOT [8/82] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.testing --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ rcptt.testing --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.testing --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ rcptt.testing --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.testing --- [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.tesla.nebula >---------- [INFO] Building org.eclipse.rcptt.tesla.nebula 2.5.5-SNAPSHOT [9/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom (1.7 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/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 297 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] 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 542 kB/s) [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 206 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.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.nebula --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.nebula --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.nebula --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.nebula --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.nebula --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.nebula... [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.700.v20220722-0431.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (251kB) [INFO] Fetching javax.transaction_1.1.1.v201105210645.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (17.08kB) [INFO] Fetching org.eclipse.equinox.region_1.5.300.v20220720-2012.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (79.16kB) [INFO] Fetching org.eclipse.equinox.transforms.hook_1.3.200.v20220710-1223.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (31.77kB) [INFO] Fetching org.eclipse.fx.osgi_3.7.0.202010120720.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (46.23kB) [INFO] Fetching org.eclipse.equinox.weaving.hook_1.3.200.v20220720-1916.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (52.92kB) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.nebula --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.nebula --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.nebula --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.nebula --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.nebula --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula/target/org.eclipse.rcptt.tesla.nebula-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.nebula --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.nebula --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula/target/org.eclipse.rcptt.tesla.nebula-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.nebula --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula/target/org.eclipse.rcptt.tesla.nebula-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula/target/org.eclipse.rcptt.tesla.nebula-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.nebula --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula/target/org.eclipse.rcptt.tesla.nebula-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.nebula --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.nebula --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.nebula --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.tesla.nebula.ecl >-------- [INFO] Building org.eclipse.rcptt.tesla.nebula.ecl 2.5.5-SNAPSHOT [10/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.nebula.ecl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.nebula.ecl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl/target/org.eclipse.rcptt.tesla.nebula.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.nebula.ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl/target/org.eclipse.rcptt.tesla.nebula.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl/target/org.eclipse.rcptt.tesla.nebula.ecl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl/target/org.eclipse.rcptt.tesla.nebula.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.nebula.ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl/target/org.eclipse.rcptt.tesla.nebula.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.nebula.ecl --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt.cloud:org.eclipse.rcptt.reporting.util >------ [INFO] Building org.eclipse.rcptt.reporting.util 2.5.5-SNAPSHOT [11/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom (11 kB at 275 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom (15 kB at 194 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom (2.1 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom (2.2 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom (11 kB at 153 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar (16 kB at 188 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar (209 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/31.1-jre/guava-31.1-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.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.reporting.util --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.reporting.util --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.reporting.util --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.reporting.util --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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 http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (13.13kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (59.56kB) [INFO] Fetching org.eclipse.core.filesystem.linux.ppc64le_1.4.200.v20220812-1420.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (12.94kB) [INFO] Fetching org.eclipse.core.filesystem.linux.aarch64_1.4.200.v20220812-1420.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (13kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (27.41kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (39.29kB) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.reporting.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.util/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.reporting.util --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.util/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.util/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.reporting.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.util/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.reporting.util --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.reporting.util --- [INFO] Building jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.util/target/org.eclipse.rcptt.reporting.util-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.reporting.util --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.reporting.util --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.util/target/org.eclipse.rcptt.reporting.util-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.reporting.util --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.util/target/org.eclipse.rcptt.reporting.util-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.util/target/org.eclipse.rcptt.reporting.util-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.reporting.util --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.util/target/org.eclipse.rcptt.reporting.util-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.reporting.util --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.reporting.util --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.reporting.util --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.launching.common >-------- [INFO] Building org.eclipse.rcptt.launching.common 2.5.5-SNAPSHOT [12/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.common --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.common --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.common --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.launching.common --- [INFO] Resolving class path of org.eclipse.rcptt.launching.common... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.launching.common --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.common/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.common/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.common/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.common --- [INFO] Building jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.common/target/org.eclipse.rcptt.launching.common-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.common --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.launching.common --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.common/target/org.eclipse.rcptt.launching.common-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching.common --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.common/target/org.eclipse.rcptt.launching.common-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.common/target/org.eclipse.rcptt.launching.common-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.launching.common --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.common/target/org.eclipse.rcptt.launching.common-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching.common --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.launching.common --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.launching.common --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.launching.injection >------- [INFO] Building org.eclipse.rcptt.launching.injection 2.5.5-SNAPSHOT [13/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.injection --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.injection --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.injection --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.injection --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.injection --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.launching.injection --- [INFO] Resolving class path of org.eclipse.rcptt.launching.injection... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.injection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.injection/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.launching.injection --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.injection/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.injection/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.injection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.injection/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching.injection --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.injection --- [INFO] Building jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.injection/target/org.eclipse.rcptt.launching.injection-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.injection --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.launching.injection --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.injection/target/org.eclipse.rcptt.launching.injection-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching.injection --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.injection/target/org.eclipse.rcptt.launching.injection-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.injection/target/org.eclipse.rcptt.launching.injection-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.launching.injection --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.injection/target/org.eclipse.rcptt.launching.injection-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching.injection --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.launching.injection --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.launching.injection --- [INFO] No tests to run. [INFO] [INFO] -----------------< org.eclipse.rcptt:launching.tests >------------------ [INFO] Building launching.tests 2.5.5-SNAPSHOT [14/82] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ launching.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ launching.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ launching.tests --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ launching.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ launching.tests --- [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.testrail.ecl >---------- [INFO] Building org.eclipse.rcptt.testrail.ecl 2.5.5-SNAPSHOT [15/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.testrail.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.testrail.ecl --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.testrail.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.testrail.ecl --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.testrail.ecl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.testrail.ecl --- [INFO] Resolving class path of org.eclipse.rcptt.testrail.ecl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.testrail.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.testrail.ecl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.testrail.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.testrail.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.testrail.ecl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl/target/org.eclipse.rcptt.testrail.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.testrail.ecl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.testrail.ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl/target/org.eclipse.rcptt.testrail.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.testrail.ecl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl/target/org.eclipse.rcptt.testrail.ecl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl/target/org.eclipse.rcptt.testrail.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.testrail.ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl/target/org.eclipse.rcptt.testrail.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.testrail.ecl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.testrail.ecl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.testrail.ecl --- [INFO] No tests to run. [INFO] [INFO] ----------------< org.eclipse.rcptt:org.eclipse.rcptt >----------------- [INFO] Building org.eclipse.rcptt 2.5.5-SNAPSHOT [16/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt --- [INFO] Resolving class path of org.eclipse.rcptt... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt/target/org.eclipse.rcptt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt/target/org.eclipse.rcptt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt/target/org.eclipse.rcptt-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt/target/org.eclipse.rcptt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt/target/org.eclipse.rcptt-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt --- [INFO] No tests to run. [INFO] [INFO] -----------------< org.eclipse.rcptt:q7.rcp.contexts >------------------ [INFO] Building q7.rcp.contexts 2.5.5-SNAPSHOT [17/82] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ q7.rcp.contexts --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ q7.rcp.contexts --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ q7.rcp.contexts --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ q7.rcp.contexts --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ q7.rcp.contexts --- [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.expandbar.ide >---------- [INFO] Building org.eclipse.rcptt.expandbar.ide 2.5.5-SNAPSHOT [18/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.expandbar.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.expandbar.ide --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.expandbar.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.expandbar.ide --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.expandbar.ide --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.expandbar.ide --- [INFO] Resolving class path of org.eclipse.rcptt.expandbar.ide... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.expandbar.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.expandbar.ide/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.expandbar.ide --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.expandbar.ide/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.expandbar.ide/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.expandbar.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.expandbar.ide/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.expandbar.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.expandbar.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.expandbar.ide/target/org.eclipse.rcptt.expandbar.ide-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.expandbar.ide --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.expandbar.ide --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.expandbar.ide/target/org.eclipse.rcptt.expandbar.ide-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.expandbar.ide --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.expandbar.ide/target/org.eclipse.rcptt.expandbar.ide-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.expandbar.ide/target/org.eclipse.rcptt.expandbar.ide-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.expandbar.ide --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.expandbar.ide/target/org.eclipse.rcptt.expandbar.ide-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.expandbar.ide --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.expandbar.ide --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.expandbar.ide --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.ui.activities >---------- [INFO] Building org.eclipse.rcptt.ui.activities 2.5.5-SNAPSHOT [19/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.8.0/jna-5.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.8.0/jna-5.8.0.pom (1.6 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.8.0/jna-platform-5.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.8.0/jna-platform-5.8.0.pom (1.8 kB at 15 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.2/org.apache.felix.scr-2.2.2.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.2/org.apache.felix.scr-2.2.2.pom (15 kB at 122 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom (22 kB at 1.1 MB/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 127 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 71 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 911 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 75 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.0/org.osgi.service.component-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.pom (2.8 kB at 76 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 26 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 27 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 27 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 455 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 265 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.8.0/jna-5.8.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.8.0/jna-platform-5.8.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.jar [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/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar (3.4 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.jar (403 kB at 2.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.8.0/jna-5.8.0.jar (1.7 MB at 11 MB/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.jar [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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.jar (66 kB at 402 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 49 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar (12 kB at 47 kB/s) [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.jar (43 kB at 168 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.8.0/jna-platform-5.8.0.jar (1.3 MB at 5.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.jar (48 kB at 183 kB/s) [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.jar (13 kB at 48 kB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ui.activities --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ui.activities --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ui.activities --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ui.activities --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ui.activities --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (29.62kB) [INFO] Fetching org.eclipse.tests.urischeme_1.0.600.v20200115-1733.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (25.36kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.aarch64_3.121.0.v20220829-1402.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (2.14MB) [INFO] Fetching org.eclipse.swt.gtk.linux.ppc64le_3.121.0.v20220829-1402.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (2.02MB) [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (10.25kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (7.61kB) [INFO] Fetching org.eclipse.swt.gtk.linux.aarch64_3.121.0.v20220829-1402.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (2.05MB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (10.74kB) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ui.activities --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui.activities/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ui.activities --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ui.activities --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui.activities/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ui.activities --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ui.activities --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui.activities/target/org.eclipse.rcptt.ui.activities-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ui.activities --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ui.activities --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui.activities/target/org.eclipse.rcptt.ui.activities-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ui.activities --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui.activities/target/org.eclipse.rcptt.ui.activities-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui.activities/target/org.eclipse.rcptt.ui.activities-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ui.activities --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui.activities/target/org.eclipse.rcptt.ui.activities-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ui.activities --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ui.activities --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ui.activities --- [INFO] No tests to run. [INFO] [INFO] ---------------< org.eclipse.rcptt:q7.rcp.verifications >--------------- [INFO] Building q7.rcp.verifications 2.5.5-SNAPSHOT [20/82] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ q7.rcp.verifications --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ q7.rcp.verifications --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ q7.rcp.verifications --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ q7.rcp.verifications --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ q7.rcp.verifications --- [INFO] [INFO] --------------< org.eclipse.rcptt:org.eclipse.rcptt.help >-------------- [INFO] Building org.eclipse.rcptt.help 2.5.5-SNAPSHOT [21/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.help --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.help --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.help --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.help --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.help --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.help --- [INFO] Resolving class path of org.eclipse.rcptt.help... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.help --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.help/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.help --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.help/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.help/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.help --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.help/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.help --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.help --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.help/target/org.eclipse.rcptt.help-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.help --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.help --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.help/target/org.eclipse.rcptt.help-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.help --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.help/target/org.eclipse.rcptt.help-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.help/target/org.eclipse.rcptt.help-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.help --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.help/target/org.eclipse.rcptt.help-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.help --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.help --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.help --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.tesla.nebula.impl >-------- [INFO] Building org.eclipse.rcptt.tesla.nebula.impl 2.5.5-SNAPSHOT [22/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.nebula.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.nebula.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.impl/target/org.eclipse.rcptt.tesla.nebula.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.nebula.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.impl/target/org.eclipse.rcptt.tesla.nebula.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.impl/target/org.eclipse.rcptt.tesla.nebula.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.impl/target/org.eclipse.rcptt.tesla.nebula.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.nebula.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.impl/target/org.eclipse.rcptt.tesla.nebula.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.nebula.impl --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.rcptt:org.eclipse.rcptt.tesla.recording.nebula.ecl >--- [INFO] Building org.eclipse.rcptt.tesla.recording.nebula.ecl 2.5.5-SNAPSHOT [23/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.nebula.ecl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula.ecl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula.ecl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula.ecl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula.ecl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula.ecl/target/org.eclipse.rcptt.tesla.recording.nebula.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula.ecl/target/org.eclipse.rcptt.tesla.recording.nebula.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula.ecl/target/org.eclipse.rcptt.tesla.recording.nebula.ecl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula.ecl/target/org.eclipse.rcptt.tesla.recording.nebula.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula.ecl/target/org.eclipse.rcptt.tesla.recording.nebula.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.nebula.ecl --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.launching >------------ [INFO] Building org.eclipse.rcptt.launching 2.5.5-SNAPSHOT [24/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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 115 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 90 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.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar (440 kB at 8.5 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 8.5 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.launching --- [INFO] Resolving class path of org.eclipse.rcptt.launching... [INFO] Fetching org.eclipse.jdt.compiler.apt_1.4.200.v20220802-0458.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (224.56kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.300.v20190830-1238.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (12.67kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.300.v20211021-1418.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (40.75kB) [INFO] Fetching org.eclipse.jdt.compiler.tool_1.3.200.v20220802-0458.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (105.66kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (28.06kB) [INFO] Fetching org.eclipse.equinox.security.linux_1.0.200.v20210616-0726.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (23.39kB) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.launching --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 69 source files to /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching --- [INFO] Building jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching/target/org.eclipse.rcptt.launching-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.launching --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching/target/org.eclipse.rcptt.launching-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching/target/org.eclipse.rcptt.launching-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching/target/org.eclipse.rcptt.launching-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.launching --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching/target/org.eclipse.rcptt.launching-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.launching --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.reporting.html >--------- [INFO] Building org.eclipse.rcptt.reporting.html 2.5.5-SNAPSHOT [25/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.reporting.html --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.reporting.html --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.reporting.html --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.reporting.html --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.reporting.html --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.reporting.html --- [INFO] Resolving class path of org.eclipse.rcptt.reporting.html... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.reporting.html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.html/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.reporting.html --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.html/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.html/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.reporting.html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.html/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.reporting.html --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.reporting.html --- [INFO] Building jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.html/target/org.eclipse.rcptt.reporting.html-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.reporting.html --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.reporting.html --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.html/target/org.eclipse.rcptt.reporting.html-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.reporting.html --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.html/target/org.eclipse.rcptt.reporting.html-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.html/target/org.eclipse.rcptt.reporting.html-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.reporting.html --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.reporting.html/target/org.eclipse.rcptt.reporting.html-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.reporting.html --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.reporting.html --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.reporting.html --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt.cloud:org.eclipse.rcptt.launching.p2utils >----- [INFO] Building org.eclipse.rcptt.launching.p2utils 2.5.5-SNAPSHOT [26/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.p2utils --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.p2utils --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.p2utils --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.p2utils --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.p2utils --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.launching.p2utils --- [INFO] Resolving class path of org.eclipse.rcptt.launching.p2utils... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.p2utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.p2utils/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.launching.p2utils --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.p2utils/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.p2utils/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.p2utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.p2utils/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching.p2utils --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.p2utils --- [INFO] Building jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.p2utils/target/org.eclipse.rcptt.launching.p2utils-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.p2utils --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.launching.p2utils --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.p2utils/target/org.eclipse.rcptt.launching.p2utils-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching.p2utils --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.p2utils/target/org.eclipse.rcptt.launching.p2utils-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.p2utils/target/org.eclipse.rcptt.launching.p2utils-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.launching.p2utils --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.p2utils/target/org.eclipse.rcptt.launching.p2utils-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching.p2utils --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.launching.p2utils --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.launching.p2utils --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.testrail.ecl.impl >-------- [INFO] Building org.eclipse.rcptt.testrail.ecl.impl 2.5.5-SNAPSHOT [27/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] Resolving class path of org.eclipse.rcptt.testrail.ecl.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.testrail.ecl.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl.impl/target/org.eclipse.rcptt.testrail.ecl.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.testrail.ecl.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl.impl/target/org.eclipse.rcptt.testrail.ecl.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl.impl/target/org.eclipse.rcptt.testrail.ecl.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl.impl/target/org.eclipse.rcptt.testrail.ecl.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.testrail.ecl.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl.impl/target/org.eclipse.rcptt.testrail.ecl.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.testrail.ecl.impl --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt:org.eclipse.rcptt.tesla.nebula.ecl.impl >------ [INFO] Building org.eclipse.rcptt.tesla.nebula.ecl.impl 2.5.5-SNAPSHOT [28/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.nebula.ecl.impl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl.impl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl.impl/target/org.eclipse.rcptt.tesla.nebula.ecl.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl.impl/target/org.eclipse.rcptt.tesla.nebula.ecl.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl.impl/target/org.eclipse.rcptt.tesla.nebula.ecl.impl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl.impl/target/org.eclipse.rcptt.tesla.nebula.ecl.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl.impl/target/org.eclipse.rcptt.tesla.nebula.ecl.impl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.nebula.ecl.impl --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt:org.eclipse.rcptt.tesla.recording.nebula >----- [INFO] Building org.eclipse.rcptt.tesla.recording.nebula 2.5.5-SNAPSHOT [29/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.nebula... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.nebula --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula/target/org.eclipse.rcptt.tesla.recording.nebula-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.nebula --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula/target/org.eclipse.rcptt.tesla.recording.nebula-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula/target/org.eclipse.rcptt.tesla.recording.nebula-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula/target/org.eclipse.rcptt.tesla.recording.nebula-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.nebula --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula/target/org.eclipse.rcptt.tesla.recording.nebula-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.nebula --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.launching.multiaut >------- [INFO] Building org.eclipse.rcptt.launching.multiaut 2.5.5-SNAPSHOT [30/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.9.1/gson-2.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.9.1/gson-2.9.1.pom (8.2 kB at 373 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.9.1/gson-parent-2.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.9.1/gson-parent-2.9.1.pom (4.5 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.9.1/gson-2.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.9.1/gson-2.9.1.jar (265 kB at 3.6 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.multiaut --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.multiaut --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.multiaut --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.multiaut --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.multiaut --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.launching.multiaut --- [INFO] Resolving class path of org.eclipse.rcptt.launching.multiaut... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.multiaut --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.launching.multiaut --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.multiaut --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching.multiaut --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.multiaut --- [INFO] Building jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut/target/org.eclipse.rcptt.launching.multiaut-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.multiaut --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.launching.multiaut --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut/target/org.eclipse.rcptt.launching.multiaut-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching.multiaut --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut/target/org.eclipse.rcptt.launching.multiaut-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut/target/org.eclipse.rcptt.launching.multiaut-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.launching.multiaut --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut/target/org.eclipse.rcptt.launching.multiaut-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching.multiaut --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.launching.multiaut --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.launching.multiaut --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.launching.tests >--------- [INFO] Building org.eclipse.rcptt.launching.tests 2.5.5-SNAPSHOT [31/82] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.tests --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.launching.tests --- [INFO] Resolving class path of org.eclipse.rcptt.launching.tests... [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.600.v20220720-1916.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (87.79kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.600.v20220720-1916.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (42.61kB) [INFO] Fetching org.eclipse.core.net.linux_1.0.200.v20220812-1406.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (16.24kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.600.v20220720-1916.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (134.3kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx_1.2.600.v20220720-1949.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (41.14kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.700.v20220812-1406.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (9.6kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.600.v20220720-1916.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (41.15kB) [INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (22.27kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.400.v20190924-1023.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (93.41kB) [INFO] Fetching org.eclipse.core.net.win32_1.0.100.v20220812-1406.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (27.48kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.600.v20220720-1916.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (86.39kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.600.v20220720-1916.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (73.2kB) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.launching.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/target/org.eclipse.rcptt.launching.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.launching.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/target/org.eclipse.rcptt.launching.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/target/org.eclipse.rcptt.launching.tests-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/target/org.eclipse.rcptt.launching.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.launching.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/target/org.eclipse.rcptt.launching.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:test (default-test) @ org.eclipse.rcptt.launching.tests --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/target/work/data, -install, /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/target/work, -configuration, /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.tests/target/surefire.properties] Running org.eclipse.rcptt.internal.launching.TestSuiteElementCollectorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.807 s - in org.eclipse.rcptt.internal.launching.TestSuiteElementCollectorTest corruptedResourcesShouldProduceReadaleErrorMessage(org.eclipse.rcptt.internal.launching.TestSuiteElementCollectorTest) Time elapsed: 0.714 s Running org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.512 s - in org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest astExecRespectsCancel(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 2.022 s setupPlayerRespectsTimeoutArgument(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 0.51 s terminateOnShutdownTimeout(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 1.029 s simpleValidCommand(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 0.004 s setupPlayerRespectsCancel(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 0.309 s extractScriptFromEclContext(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 0.335 s connectHangs(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 1.206 s Running org.eclipse.rcptt.internal.launching.Q7LaunchManagerTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.809 s - in org.eclipse.rcptt.internal.launching.Q7LaunchManagerTest propagateInternalFailures(org.eclipse.rcptt.internal.launching.Q7LaunchManagerTest) Time elapsed: 0.693 s debug(org.eclipse.rcptt.internal.launching.Q7LaunchManagerTest) Time elapsed: 0.114 s Results: Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ------------< org.eclipse.rcptt:org.eclipse.rcptt.testrail >------------ [INFO] Building org.eclipse.rcptt.testrail 2.5.5-SNAPSHOT [32/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.testrail --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.testrail --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.testrail --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.testrail --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.testrail --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.testrail --- [INFO] Resolving class path of org.eclipse.rcptt.testrail... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.testrail --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.testrail --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.testrail --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.testrail --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.testrail --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail/target/org.eclipse.rcptt.testrail-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.testrail --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.testrail --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail/target/org.eclipse.rcptt.testrail-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.testrail --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail/target/org.eclipse.rcptt.testrail-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail/target/org.eclipse.rcptt.testrail-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.testrail --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail/target/org.eclipse.rcptt.testrail-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.testrail --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.testrail --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.testrail --- [INFO] No tests to run. [INFO] [INFO] ---------------< org.eclipse.rcptt:org.eclipse.rcptt.ui >--------------- [INFO] Building org.eclipse.rcptt.ui 2.5.5-SNAPSHOT [33/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ui --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ui --- [INFO] Resolving class path of org.eclipse.rcptt.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 359 source files to /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui/target/org.eclipse.rcptt.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui/target/org.eclipse.rcptt.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui/target/org.eclipse.rcptt.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui/target/org.eclipse.rcptt.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui/target/org.eclipse.rcptt.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ui --- [INFO] No tests to run. [INFO] [INFO] -------------< org.eclipse.rcptt:org.eclipse.rcptt.zephyr >------------- [INFO] Building org.eclipse.rcptt.zephyr 2.5.5-SNAPSHOT [34/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.zephyr --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.zephyr --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.zephyr --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.zephyr --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.zephyr --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.zephyr --- [INFO] Resolving class path of org.eclipse.rcptt.zephyr... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.zephyr --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.zephyr --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.zephyr --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.zephyr --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.zephyr --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr/target/org.eclipse.rcptt.zephyr-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.zephyr --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.zephyr --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr/target/org.eclipse.rcptt.zephyr-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.zephyr --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr/target/org.eclipse.rcptt.zephyr-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr/target/org.eclipse.rcptt.zephyr-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.zephyr --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr/target/org.eclipse.rcptt.zephyr-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.zephyr --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.zephyr --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.zephyr --- [INFO] No tests to run. [INFO] [INFO] ------------< org.eclipse.rcptt:org.eclipse.rcptt.platform >------------ [INFO] Building org.eclipse.rcptt.platform 2.5.5-SNAPSHOT [35/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.platform --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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 42 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 78 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 106 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 24 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 44 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 26 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 34 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 27 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 18 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 31 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 93 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 66 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 67 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 46 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 11 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 77 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 27 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 84 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 48 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 67 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 27 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 50 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 137 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 901 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 494 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 28 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 41 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 86 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 144 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 29 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/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar (155 kB at 1.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 61 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar (44 kB at 394 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 518 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (239 kB at 1.1 MB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.platform/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.rcptt.platform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.platform/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1: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.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.platform --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.platform/target/org.eclipse.rcptt.platform-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.platform --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.platform/target/org.eclipse.rcptt.platform-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.platform --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.platform/target/org.eclipse.rcptt.platform-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.platform/target/org.eclipse.rcptt.platform-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.platform --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.platform/target/org.eclipse.rcptt.platform-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.platform --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.reporting.html.tests >------ [INFO] Building org.eclipse.rcptt.reporting.html.tests 2.5.5-SNAPSHOT [36/82] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] Resolving class path of org.eclipse.rcptt.reporting.html.tests... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.reporting.html.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/org.eclipse.rcptt.reporting.html.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.reporting.html.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/org.eclipse.rcptt.reporting.html.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/org.eclipse.rcptt.reporting.html.tests-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/org.eclipse.rcptt.reporting.html.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.reporting.html.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/org.eclipse.rcptt.reporting.html.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:test (default-test) @ org.eclipse.rcptt.reporting.html.tests --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/work/data, -install, /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/work, -configuration, /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/surefire.properties] Running org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.885 s - in org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest testElapsed(org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest) Time elapsed: 0.706 s testNoPlaceholders(org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest) Time elapsed: 0.002 s testStyle(org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest) Time elapsed: 0.005 s testStylingOfDifferentResults(org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest) Time elapsed: 0.066 s testNoRoot(org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest) Time elapsed: 0.01 s testScript(org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest) Time elapsed: 0.002 s Running org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest testElapsed(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0.005 s testNoPlaceholders(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0.001 s testStyle(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0 s testScriptInChild(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0.002 s testStylingOfDifferentResults(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0.003 s testNoRoot(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0.058 s testScript(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0.001 s Running org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest failedTestHeaderShouldBeRed(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0.002 s passedTestHeaderShouldBeGreen(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0.001 s screenShots(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0.065 s testWaitInfo(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0.023 s testEmptyLogsAreNotShown(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0.001 s failedChildShouldBeRed(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0.001 s passedChildOfFailedNodeShouldBeBlack(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0.001 s Running org.eclipse.rcptt.reporting.html.tests.ReportEntryTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.898 s - in org.eclipse.rcptt.reporting.html.tests.ReportEntryTest test(org.eclipse.rcptt.reporting.html.tests.ReportEntryTest) Time elapsed: 1.896 s Results: Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.launching.ext >---------- [INFO] Building org.eclipse.rcptt.launching.ext 2.5.5-SNAPSHOT [37/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.ext --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.ext --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.ext --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.ext --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.ext --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.launching.ext --- [INFO] Resolving class path of org.eclipse.rcptt.launching.ext... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.ext/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.launching.ext --- [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.ext/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.ext/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching.ext --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.ext --- [INFO] Building jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.ext/target/org.eclipse.rcptt.launching.ext-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.ext --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.launching.ext --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.ext/target/org.eclipse.rcptt.launching.ext-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching.ext --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.ext/target/org.eclipse.rcptt.launching.ext-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.ext/target/org.eclipse.rcptt.launching.ext-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.launching.ext --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.ext/target/org.eclipse.rcptt.launching.ext-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching.ext --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.launching.ext --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.launching.ext --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.features:org.eclipse.rcptt.module.testrail.runtime >-- [INFO] Building org.eclipse.rcptt.module.testrail.runtime 2.5.5-SNAPSHOT [38/82] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.testrail.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.module.testrail.runtime --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.module.testrail.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.module.testrail.runtime --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.module.testrail.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.module.testrail.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.module.testrail.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/testrail/features/org.eclipse.rcptt.module.testrail.runtime/target/org.eclipse.rcptt.module.testrail.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.module.testrail.runtime --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.module.testrail.runtime --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.module.testrail.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.module.testrail.runtime --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/testrail/features/org.eclipse.rcptt.module.testrail.runtime/target/org.eclipse.rcptt.module.testrail.runtime-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/testrail/features/org.eclipse.rcptt.module.testrail.runtime/target/org.eclipse.rcptt.module.testrail.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.module.testrail.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.module.testrail.runtime --- [INFO] [INFO] --< org.eclipse.rcptt.features:org.eclipse.rcptt.module.nebula.runtime >-- [INFO] Building org.eclipse.rcptt.module.nebula.runtime 2.5.5-SNAPSHOT [39/82] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.nebula.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.module.nebula.runtime --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.module.nebula.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.module.nebula.runtime --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.module.nebula.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.module.nebula.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.module.nebula.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/nebula/features/org.eclipse.rcptt.module.nebula.runtime/target/org.eclipse.rcptt.module.nebula.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.module.nebula.runtime --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.module.nebula.runtime --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.module.nebula.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.module.nebula.runtime --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/nebula/features/org.eclipse.rcptt.module.nebula.runtime/target/org.eclipse.rcptt.module.nebula.runtime-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/nebula/features/org.eclipse.rcptt.module.nebula.runtime/target/org.eclipse.rcptt.module.nebula.runtime-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.module.nebula.runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.module.nebula.runtime --- [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.testrail.ui >----------- [INFO] Building org.eclipse.rcptt.testrail.ui 2.5.5-SNAPSHOT [40/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.testrail.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.testrail.ui --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.testrail.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.testrail.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.testrail.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.testrail.ui --- [INFO] Resolving class path of org.eclipse.rcptt.testrail.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.testrail.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.testrail.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.testrail.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.testrail.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.testrail.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ui/target/org.eclipse.rcptt.testrail.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.testrail.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.testrail.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ui/target/org.eclipse.rcptt.testrail.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.testrail.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ui/target/org.eclipse.rcptt.testrail.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ui/target/org.eclipse.rcptt.testrail.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.testrail.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.testrail.ui/target/org.eclipse.rcptt.testrail.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.testrail.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.testrail.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.testrail.ui --- [INFO] No tests to run. [INFO] [INFO] -------------< org.eclipse.rcptt:org.eclipse.rcptt.dev.ui >------------- [INFO] Building org.eclipse.rcptt.dev.ui 2.5.5-SNAPSHOT [41/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.dev.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.dev.ui --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.dev.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.dev.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.dev.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.dev.ui --- [INFO] Resolving class path of org.eclipse.rcptt.dev.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.dev.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.dev.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.dev.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.dev.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.dev.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.dev.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.dev.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.dev.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.dev.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.dev.ui/target/org.eclipse.rcptt.dev.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.dev.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.dev.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.dev.ui/target/org.eclipse.rcptt.dev.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.dev.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.dev.ui/target/org.eclipse.rcptt.dev.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.dev.ui/target/org.eclipse.rcptt.dev.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.dev.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.dev.ui/target/org.eclipse.rcptt.dev.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.dev.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.dev.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.dev.ui --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.capability.ui >-------- [INFO] Building org.eclipse.rcptt.ctx.capability.ui 2.5.5-SNAPSHOT [42/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.capability.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.capability.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.capability.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.capability.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.capability.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.capability.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.capability.ui/target/org.eclipse.rcptt.ctx.capability.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.capability.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.capability.ui/target/org.eclipse.rcptt.ctx.capability.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.capability.ui/target/org.eclipse.rcptt.ctx.capability.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.capability.ui/target/org.eclipse.rcptt.ctx.capability.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.capability.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.capability.ui/target/org.eclipse.rcptt.ctx.capability.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.capability.ui --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.debug.ui >---------- [INFO] Building org.eclipse.rcptt.ctx.debug.ui 2.5.5-SNAPSHOT [43/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.debug.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.debug.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.debug.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.debug.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.debug.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.debug.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.debug.ui/target/org.eclipse.rcptt.ctx.debug.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.debug.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.debug.ui/target/org.eclipse.rcptt.ctx.debug.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.debug.ui/target/org.eclipse.rcptt.ctx.debug.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.debug.ui/target/org.eclipse.rcptt.ctx.debug.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.debug.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.debug.ui/target/org.eclipse.rcptt.ctx.debug.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.debug.ui --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.filesystem.ui >-------- [INFO] Building org.eclipse.rcptt.ctx.filesystem.ui 2.5.5-SNAPSHOT [44/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.filesystem.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.filesystem.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.filesystem.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.filesystem.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.filesystem.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.filesystem.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.filesystem.ui/target/org.eclipse.rcptt.ctx.filesystem.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.filesystem.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.filesystem.ui/target/org.eclipse.rcptt.ctx.filesystem.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.filesystem.ui/target/org.eclipse.rcptt.ctx.filesystem.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.filesystem.ui/target/org.eclipse.rcptt.ctx.filesystem.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.filesystem.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.filesystem.ui/target/org.eclipse.rcptt.ctx.filesystem.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.filesystem.ui --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.group.ui >---------- [INFO] Building org.eclipse.rcptt.ctx.group.ui 2.5.5-SNAPSHOT [45/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.group.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.group.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.group.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.group.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.group.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.group.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.group.ui/target/org.eclipse.rcptt.ctx.group.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.group.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.group.ui/target/org.eclipse.rcptt.ctx.group.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.group.ui/target/org.eclipse.rcptt.ctx.group.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.group.ui/target/org.eclipse.rcptt.ctx.group.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.group.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.group.ui/target/org.eclipse.rcptt.ctx.group.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.group.ui --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.parameters.ui >-------- [INFO] Building org.eclipse.rcptt.ctx.parameters.ui 2.5.5-SNAPSHOT [46/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.parameters.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.parameters.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.parameters.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.parameters.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.parameters.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.parameters.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.parameters.ui/target/org.eclipse.rcptt.ctx.parameters.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.parameters.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.parameters.ui/target/org.eclipse.rcptt.ctx.parameters.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.parameters.ui/target/org.eclipse.rcptt.ctx.parameters.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.parameters.ui/target/org.eclipse.rcptt.ctx.parameters.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.parameters.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.parameters.ui/target/org.eclipse.rcptt.ctx.parameters.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.parameters.ui --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.preferences.ui >------- [INFO] Building org.eclipse.rcptt.ctx.preferences.ui 2.5.5-SNAPSHOT [47/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.preferences.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.preferences.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.preferences.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.preferences.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.preferences.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.preferences.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.preferences.ui/target/org.eclipse.rcptt.ctx.preferences.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.preferences.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.preferences.ui/target/org.eclipse.rcptt.ctx.preferences.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.preferences.ui/target/org.eclipse.rcptt.ctx.preferences.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.preferences.ui/target/org.eclipse.rcptt.ctx.preferences.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.preferences.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.preferences.ui/target/org.eclipse.rcptt.ctx.preferences.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.preferences.ui --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.resources.ui >---------- [INFO] Building org.eclipse.rcptt.resources.ui 2.5.5-SNAPSHOT [48/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.resources.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.resources.ui --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.resources.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.resources.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.resources.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.resources.ui --- [INFO] Resolving class path of org.eclipse.rcptt.resources.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.resources.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.resources.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.resources.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.resources.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.resources.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.resources.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.resources.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.resources.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.resources.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.resources.ui/target/org.eclipse.rcptt.resources.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.resources.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.resources.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.resources.ui/target/org.eclipse.rcptt.resources.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.resources.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.resources.ui/target/org.eclipse.rcptt.resources.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.resources.ui/target/org.eclipse.rcptt.resources.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.resources.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.resources.ui/target/org.eclipse.rcptt.resources.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.resources.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.resources.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.resources.ui --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.script.ui >---------- [INFO] Building org.eclipse.rcptt.ctx.script.ui 2.5.5-SNAPSHOT [49/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.script.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.script.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.script.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.script.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.script.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.script.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.script.ui/target/org.eclipse.rcptt.ctx.script.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.script.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.script.ui/target/org.eclipse.rcptt.ctx.script.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.script.ui/target/org.eclipse.rcptt.ctx.script.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.script.ui/target/org.eclipse.rcptt.ctx.script.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.script.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.script.ui/target/org.eclipse.rcptt.ctx.script.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.script.ui --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.super.ui >---------- [INFO] Building org.eclipse.rcptt.ctx.super.ui 2.5.5-SNAPSHOT [50/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.super.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.super.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.super.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.super.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.super.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.super.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.super.ui/target/org.eclipse.rcptt.ctx.super.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.super.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.super.ui/target/org.eclipse.rcptt.ctx.super.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.super.ui/target/org.eclipse.rcptt.ctx.super.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.super.ui/target/org.eclipse.rcptt.ctx.super.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.super.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.super.ui/target/org.eclipse.rcptt.ctx.super.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.super.ui --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt:org.eclipse.rcptt.launching.multiaut.ui >------ [INFO] Building org.eclipse.rcptt.launching.multiaut.ui 2.5.5-SNAPSHOT [51/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] Resolving class path of org.eclipse.rcptt.launching.multiaut.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.launching.multiaut.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut.ui/target/org.eclipse.rcptt.launching.multiaut.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.launching.multiaut.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut.ui/target/org.eclipse.rcptt.launching.multiaut.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut.ui/target/org.eclipse.rcptt.launching.multiaut.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut.ui/target/org.eclipse.rcptt.launching.multiaut.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.launching.multiaut.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.multiaut.ui/target/org.eclipse.rcptt.launching.multiaut.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.launching.multiaut.ui --- [INFO] No tests to run. [INFO] [INFO] -------------< org.eclipse.rcptt:org.eclipse.rcptt.search >------------- [INFO] Building org.eclipse.rcptt.search 2.5.5-SNAPSHOT [52/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.search --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.search --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.search --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.search --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.search --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.search --- [INFO] Resolving class path of org.eclipse.rcptt.search... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.search/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.search --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.search/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.search/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.search/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.search --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.search --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.search/target/org.eclipse.rcptt.search-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.search --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.search --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.search/target/org.eclipse.rcptt.search-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.search --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.search/target/org.eclipse.rcptt.search-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.search/target/org.eclipse.rcptt.search-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.search --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.search/target/org.eclipse.rcptt.search-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.search --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.search --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.search --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.ui.report >------------ [INFO] Building org.eclipse.rcptt.ui.report 2.5.5-SNAPSHOT [53/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ui.report --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ui.report --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ui.report --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ui.report --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ui.report --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ui.report --- [INFO] Resolving class path of org.eclipse.rcptt.ui.report... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ui.report --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui.report/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ui.report --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui.report/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui.report/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ui.report --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui.report/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ui.report --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ui.report --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui.report/target/org.eclipse.rcptt.ui.report-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ui.report --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ui.report --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui.report/target/org.eclipse.rcptt.ui.report-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ui.report --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui.report/target/org.eclipse.rcptt.ui.report-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui.report/target/org.eclipse.rcptt.ui.report-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ui.report --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.ui.report/target/org.eclipse.rcptt.ui.report-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ui.report --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ui.report --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ui.report --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt:org.eclipse.rcptt.verifications.time.ui >------ [INFO] Building org.eclipse.rcptt.verifications.time.ui 2.5.5-SNAPSHOT [54/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.time.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.time.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.verifications.time.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.time.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.time.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.time.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.time.ui/target/org.eclipse.rcptt.verifications.time.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.time.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.time.ui/target/org.eclipse.rcptt.verifications.time.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.time.ui/target/org.eclipse.rcptt.verifications.time.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.time.ui/target/org.eclipse.rcptt.verifications.time.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.verifications.time.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.time.ui/target/org.eclipse.rcptt.verifications.time.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.time.ui --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt:org.eclipse.rcptt.verifications.text.ui >------ [INFO] Building org.eclipse.rcptt.verifications.text.ui 2.5.5-SNAPSHOT [55/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.text.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.text.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.verifications.text.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.text.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.text.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.text.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.text.ui/target/org.eclipse.rcptt.verifications.text.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.text.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.text.ui/target/org.eclipse.rcptt.verifications.text.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.text.ui/target/org.eclipse.rcptt.verifications.text.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.text.ui/target/org.eclipse.rcptt.verifications.text.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.verifications.text.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.text.ui/target/org.eclipse.rcptt.verifications.text.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.text.ui --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt:org.eclipse.rcptt.verifications.tree.ui >------ [INFO] Building org.eclipse.rcptt.verifications.tree.ui 2.5.5-SNAPSHOT [56/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.tree.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.tree.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.verifications.tree.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.tree.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.tree.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.tree.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.tree.ui/target/org.eclipse.rcptt.verifications.tree.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.tree.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.tree.ui/target/org.eclipse.rcptt.verifications.tree.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.tree.ui/target/org.eclipse.rcptt.verifications.tree.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.tree.ui/target/org.eclipse.rcptt.verifications.tree.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.verifications.tree.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.tree.ui/target/org.eclipse.rcptt.verifications.tree.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.tree.ui --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.verifications.log.ui >------ [INFO] Building org.eclipse.rcptt.verifications.log.ui 2.5.5-SNAPSHOT [57/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.log.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.log.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.verifications.log.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.log.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.log.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.log.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.log.ui/target/org.eclipse.rcptt.verifications.log.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.log.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.log.ui/target/org.eclipse.rcptt.verifications.log.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.log.ui/target/org.eclipse.rcptt.verifications.log.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.log.ui/target/org.eclipse.rcptt.verifications.log.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.verifications.log.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.log.ui/target/org.eclipse.rcptt.verifications.log.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.log.ui --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.rcptt:org.eclipse.rcptt.zephyr.ui >------------ [INFO] Building org.eclipse.rcptt.zephyr.ui 2.5.5-SNAPSHOT [58/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.zephyr.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.zephyr.ui --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.zephyr.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.zephyr.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.zephyr.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.zephyr.ui --- [INFO] Resolving class path of org.eclipse.rcptt.zephyr.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.zephyr.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.zephyr.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.zephyr.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.zephyr.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.zephyr.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr.ui/target/org.eclipse.rcptt.zephyr.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.zephyr.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.zephyr.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr.ui/target/org.eclipse.rcptt.zephyr.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.zephyr.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr.ui/target/org.eclipse.rcptt.zephyr.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr.ui/target/org.eclipse.rcptt.zephyr.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.zephyr.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/zephyr/plugins/org.eclipse.rcptt.zephyr.ui/target/org.eclipse.rcptt.zephyr.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.zephyr.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.zephyr.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.zephyr.ui --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.launching.remote >-------- [INFO] Building org.eclipse.rcptt.launching.remote 2.5.5-SNAPSHOT [59/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.remote --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.remote --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.remote --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.remote --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.remote --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.launching.remote --- [INFO] Resolving class path of org.eclipse.rcptt.launching.remote... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.remote/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.launching.remote --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.remote/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.remote/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.remote/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching.remote --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.remote --- [INFO] Building jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.remote/target/org.eclipse.rcptt.launching.remote-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.remote --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.launching.remote --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.remote/target/org.eclipse.rcptt.launching.remote-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching.remote --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.remote/target/org.eclipse.rcptt.launching.remote-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.remote/target/org.eclipse.rcptt.launching.remote-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.launching.remote --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching.remote/target/org.eclipse.rcptt.launching.remote-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching.remote --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.launching.remote --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.launching.remote --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.launching.ext.tests >------- [INFO] Building org.eclipse.rcptt.launching.ext.tests 2.5.5-SNAPSHOT [60/82] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] Resolving class path of org.eclipse.rcptt.launching.ext.tests... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.ext.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.launching.ext.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.ext.tests/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.ext.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.ext.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.ext.tests/target/org.eclipse.rcptt.launching.ext.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.launching.ext.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.ext.tests/target/org.eclipse.rcptt.launching.ext.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.ext.tests/target/org.eclipse.rcptt.launching.ext.tests-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.ext.tests/target/org.eclipse.rcptt.launching.ext.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.launching.ext.tests --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.ext.tests/target/org.eclipse.rcptt.launching.ext.tests-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:test (default-test) @ org.eclipse.rcptt.launching.ext.tests --- [INFO] Could not find a java toolchain of type jdk and JAVA_HOME is not set, trying java from PATH instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.ext.tests/target/work/data/.metadata/.log [INFO] Command line: [java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/master/m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.ext.tests/target/work/data, -install, /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.ext.tests/target/work, -configuration, /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.ext.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/master/launching/tests/org.eclipse.rcptt.launching.ext.tests/target/surefire.properties] Running org.eclipse.rcptt.launching.ext.tests.ExecutableTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.303 s - in org.eclipse.rcptt.launching.ext.tests.ExecutableTest testPrepareExecution(org.eclipse.rcptt.launching.ext.tests.ExecutableTest) Time elapsed: 2.103 s testTime(org.eclipse.rcptt.launching.ext.tests.ExecutableTest) Time elapsed: 1.008 s testFailOnNpe(org.eclipse.rcptt.launching.ext.tests.ExecutableTest) Time elapsed: 0.001 s testGroupExecutable(org.eclipse.rcptt.launching.ext.tests.ExecutableTest) Time elapsed: 1.103 s Running org.eclipse.rcptt.launching.ext.tests.BundleStartTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.rcptt.launching.ext.tests.BundleStartTest testPositive(org.eclipse.rcptt.launching.ext.tests.BundleStartTest) Time elapsed: 0.003 s testQS2313(org.eclipse.rcptt.launching.ext.tests.BundleStartTest) Time elapsed: 0 s Results: Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.launching.configuration >----- [INFO] Building org.eclipse.rcptt.launching.configuration 2.5.5-SNAPSHOT [61/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.configuration --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.configuration --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.configuration --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.configuration --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.configuration --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.launching.configuration --- [INFO] Resolving class path of org.eclipse.rcptt.launching.configuration... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.configuration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.configuration/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.launching.configuration --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.configuration/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.configuration/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.configuration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.configuration/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching.configuration --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.configuration --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.configuration/target/org.eclipse.rcptt.launching.configuration-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.configuration --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.launching.configuration --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.configuration/target/org.eclipse.rcptt.launching.configuration-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching.configuration --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.configuration/target/org.eclipse.rcptt.launching.configuration-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.configuration/target/org.eclipse.rcptt.launching.configuration-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.launching.configuration --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.configuration/target/org.eclipse.rcptt.launching.configuration-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching.configuration --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.launching.configuration --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.launching.configuration --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.launching.ext.ui >-------- [INFO] Building org.eclipse.rcptt.launching.ext.ui 2.5.5-SNAPSHOT [62/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/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 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.wireadmin/1.0.2/org.osgi.service.wireadmin-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.wireadmin/1.0.2/org.osgi.service.wireadmin-1.0.2.pom (1.9 kB at 379 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.device/1.1.1/org.osgi.service.device-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.device/1.1.1/org.osgi.service.device-1.1.1.pom (1.9 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.useradmin/1.1.1/org.osgi.service.useradmin-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.useradmin/1.1.1/org.osgi.service.useradmin-1.1.1.pom (1.9 kB at 316 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype/1.4.1/org.osgi.service.metatype-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype/1.4.1/org.osgi.service.metatype-1.4.1.pom (2.3 kB at 190 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.provisioning/1.2.0/org.osgi.service.provisioning-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.provisioning/1.2.0/org.osgi.service.provisioning-1.2.0.pom (1.3 kB at 263 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.upnp/1.2.1/org.osgi.service.upnp-1.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.upnp/1.2.1/org.osgi.service.upnp-1.2.1.pom (1.7 kB at 340 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.wireadmin/1.0.2/org.osgi.service.wireadmin-1.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.useradmin/1.1.1/org.osgi.service.useradmin-1.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.device/1.1.1/org.osgi.service.device-1.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype/1.4.1/org.osgi.service.metatype-1.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.jar (56 kB at 5.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.provisioning/1.2.0/org.osgi.service.provisioning-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.provisioning/1.2.0/org.osgi.service.provisioning-1.2.0.jar (14 kB at 154 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.upnp/1.2.1/org.osgi.service.upnp-1.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.useradmin/1.1.1/org.osgi.service.useradmin-1.1.1.jar (37 kB at 367 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.upnp/1.2.1/org.osgi.service.upnp-1.2.1.jar (31 kB at 307 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.wireadmin/1.0.2/org.osgi.service.wireadmin-1.0.2.jar (44 kB at 422 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype/1.4.1/org.osgi.service.metatype-1.4.1.jar (30 kB at 298 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.device/1.1.1/org.osgi.service.device-1.1.1.jar (20 kB at 115 kB/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.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.300.v20180822-0818.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (6.78kB) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.ext.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.launching.ext.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.ext.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.ext.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.ext.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.ext.ui/target/org.eclipse.rcptt.launching.ext.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.launching.ext.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.ext.ui/target/org.eclipse.rcptt.launching.ext.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.ext.ui/target/org.eclipse.rcptt.launching.ext.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.ext.ui/target/org.eclipse.rcptt.launching.ext.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.launching.ext.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.ext.ui/target/org.eclipse.rcptt.launching.ext.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.launching.ext.ui --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.rcptt:org.eclipse.rcptt.testing.ecl >----------- [INFO] Building org.eclipse.rcptt.testing.ecl 2.5.5-SNAPSHOT [63/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.testing.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.testing.ecl --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.testing.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.testing.ecl --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.testing.ecl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.testing.ecl --- [INFO] Resolving class path of org.eclipse.rcptt.testing.ecl... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.testing.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/testing/org.eclipse.rcptt.testing.ecl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.testing.ecl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/testing/org.eclipse.rcptt.testing.ecl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/master/testing/org.eclipse.rcptt.testing.ecl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.testing.ecl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/testing/org.eclipse.rcptt.testing.ecl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.testing.ecl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.testing.ecl --- [INFO] Building jar: /home/jenkins/agent/workspace/master/testing/org.eclipse.rcptt.testing.ecl/target/org.eclipse.rcptt.testing.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.testing.ecl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.testing.ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/testing/org.eclipse.rcptt.testing.ecl/target/org.eclipse.rcptt.testing.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.testing.ecl --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/testing/org.eclipse.rcptt.testing.ecl/target/org.eclipse.rcptt.testing.ecl-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/testing/org.eclipse.rcptt.testing.ecl/target/org.eclipse.rcptt.testing.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.testing.ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/testing/org.eclipse.rcptt.testing.ecl/target/org.eclipse.rcptt.testing.ecl-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.testing.ecl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.testing.ecl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.testing.ecl --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt:org.eclipse.rcptt.module.testrail-runtime-site >-- [INFO] Building org.eclipse.rcptt.module.testrail-runtime-site 2.5.5-SNAPSHOT [64/82] [INFO] ------------------------[ eclipse-update-site ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.testrail-runtime-site --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.module.testrail-runtime-site --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.module.testrail-runtime-site --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-site (default-update-site) @ org.eclipse.rcptt.module.testrail-runtime-site --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:update-site-p2-metadata (default-update-site-p2-metadata) @ org.eclipse.rcptt.module.testrail-runtime-site --- [INFO] Command line: [/usr/lib/jvm/java-11-openjdk-amd64/bin/java, -jar, /home/jenkins/agent/workspace/master/m2/org/eclipse/tycho/tycho-bundles-external/2.7.1/eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar, -configuration, /tmp/tycho-p2-runtime7580703567475723680.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, -source, /home/jenkins/agent/workspace/master/modules/testrail/runtime-site/target/site, -metadataRepository, file:/home/jenkins/agent/workspace/master/modules/testrail/runtime-site/target/site/, -metadataRepositoryName, org.eclipse.rcptt.module.testrail-runtime-site, -artifactRepository, file:/home/jenkins/agent/workspace/master/modules/testrail/runtime-site/target/site/, -artifactRepositoryName, org.eclipse.rcptt.module.testrail-runtime-site Artifacts, -noDefaultIUs, -compress] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-site-packaging (default-update-site-packaging) @ org.eclipse.rcptt.module.testrail-runtime-site --- [INFO] Building zip: /home/jenkins/agent/workspace/master/modules/testrail/runtime-site/target/site.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.module.testrail-runtime-site --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.module.testrail-runtime-site --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.module.testrail-runtime-site --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.module.testrail-runtime-site --- [INFO] [INFO] ---< org.eclipse.rcptt:org.eclipse.rcptt.module.nebula-runtime-site >--- [INFO] Building org.eclipse.rcptt.module.nebula-runtime-site 2.5.5-SNAPSHOT [65/82] [INFO] ------------------------[ eclipse-update-site ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.nebula-runtime-site --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.module.nebula-runtime-site --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.module.nebula-runtime-site --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-site (default-update-site) @ org.eclipse.rcptt.module.nebula-runtime-site --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:update-site-p2-metadata (default-update-site-p2-metadata) @ org.eclipse.rcptt.module.nebula-runtime-site --- [INFO] Command line: [/usr/lib/jvm/java-11-openjdk-amd64/bin/java, -jar, /home/jenkins/agent/workspace/master/m2/org/eclipse/tycho/tycho-bundles-external/2.7.1/eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar, -configuration, /tmp/tycho-p2-runtime8136172126799177788.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, -source, /home/jenkins/agent/workspace/master/modules/nebula/runtime-site/target/site, -metadataRepository, file:/home/jenkins/agent/workspace/master/modules/nebula/runtime-site/target/site/, -metadataRepositoryName, org.eclipse.rcptt.module.nebula-runtime-site, -artifactRepository, file:/home/jenkins/agent/workspace/master/modules/nebula/runtime-site/target/site/, -artifactRepositoryName, org.eclipse.rcptt.module.nebula-runtime-site Artifacts, -noDefaultIUs, -compress] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-site-packaging (default-update-site-packaging) @ org.eclipse.rcptt.module.nebula-runtime-site --- [INFO] Building zip: /home/jenkins/agent/workspace/master/modules/nebula/runtime-site/target/site.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.module.nebula-runtime-site --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.module.nebula-runtime-site --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.module.nebula-runtime-site --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.module.nebula-runtime-site --- [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.resources.ui >-------- [INFO] Building org.eclipse.rcptt.ctx.resources.ui 2.5.5-SNAPSHOT [66/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.resources.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.resources.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.resources.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.resources.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.resources.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.resources.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.resources.ui/target/org.eclipse.rcptt.ctx.resources.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.resources.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.resources.ui/target/org.eclipse.rcptt.ctx.resources.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.resources.ui/target/org.eclipse.rcptt.ctx.resources.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.resources.ui/target/org.eclipse.rcptt.ctx.resources.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.resources.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.resources.ui/target/org.eclipse.rcptt.ctx.resources.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.resources.ui --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.rcptt:org.eclipse.rcptt.verifications.resources.ui >--- [INFO] Building org.eclipse.rcptt.verifications.resources.ui 2.5.5-SNAPSHOT [67/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.resources.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.resources.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.verifications.resources.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.resources.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.resources.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.resources.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.resources.ui/target/org.eclipse.rcptt.verifications.resources.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.resources.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.resources.ui/target/org.eclipse.rcptt.verifications.resources.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.resources.ui/target/org.eclipse.rcptt.verifications.resources.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.resources.ui/target/org.eclipse.rcptt.verifications.resources.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.verifications.resources.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/rcp/verifications/org.eclipse.rcptt.verifications.resources.ui/target/org.eclipse.rcptt.verifications.resources.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.resources.ui --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt.features:org.eclipse.rcptt.module.zephyr >----- [INFO] Building org.eclipse.rcptt.module.zephyr 2.5.5-SNAPSHOT [68/82] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.zephyr --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.module.zephyr --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.module.zephyr --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.module.zephyr --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.module.zephyr --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.module.zephyr --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.module.zephyr --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/zephyr/features/org.eclipse.rcptt.module.zephyr/target/org.eclipse.rcptt.module.zephyr-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.module.zephyr --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.module.zephyr --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.module.zephyr --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.module.zephyr --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/zephyr/features/org.eclipse.rcptt.module.zephyr/target/org.eclipse.rcptt.module.zephyr-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/zephyr/features/org.eclipse.rcptt.module.zephyr/target/org.eclipse.rcptt.module.zephyr-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.module.zephyr --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.module.zephyr --- [INFO] [INFO] -------< org.eclipse.rcptt.features:org.eclipse.rcptt.launching >------- [INFO] Building org.eclipse.rcptt.launching 2.5.5-SNAPSHOT [69/82] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.launching --- [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (2.77MB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (208.05kB) [INFO] Fetching org.eclipse.emf.ecore_2.29.0.v20220817-1401.jar from http://download.eclipse.org/releases/2022-09/202209141001/features/ (20.95kB) [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.launching --- [INFO] Building jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching-feature/target/org.eclipse.rcptt.launching-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.launching --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.launching --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching-feature/target/org.eclipse.rcptt.launching-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/launching/org.eclipse.rcptt.launching-feature/target/org.eclipse.rcptt.launching-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.launching --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching --- [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.launching.remote.ui >------- [INFO] Building org.eclipse.rcptt.launching.remote.ui 2.5.5-SNAPSHOT [70/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] Resolving class path of org.eclipse.rcptt.launching.remote.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.remote.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.launching.remote.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.remote.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.remote.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.remote.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.remote.ui/target/org.eclipse.rcptt.launching.remote.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.launching.remote.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.remote.ui/target/org.eclipse.rcptt.launching.remote.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.remote.ui/target/org.eclipse.rcptt.launching.remote.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.remote.ui/target/org.eclipse.rcptt.launching.remote.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.launching.remote.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.launching.remote.ui/target/org.eclipse.rcptt.launching.remote.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.launching.remote.ui --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt.features:org.eclipse.rcptt.testing >-------- [INFO] Building org.eclipse.rcptt.testing 2.5.5-SNAPSHOT [71/82] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.testing --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.testing --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.testing --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.testing --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.testing --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.testing --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.testing --- [INFO] Building jar: /home/jenkins/agent/workspace/master/testing/org.eclipse.rcptt.testing-feature/target/org.eclipse.rcptt.testing-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.testing --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.testing --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.testing --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.testing --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/testing/org.eclipse.rcptt.testing-feature/target/org.eclipse.rcptt.testing-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/testing/org.eclipse.rcptt.testing-feature/target/org.eclipse.rcptt.testing-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.testing --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.testing --- [INFO] [INFO] ----< org.eclipse.rcptt:org.eclipse.rcptt.module.testrail.updates >----- [INFO] Building org.eclipse.rcptt.module.testrail.updates 2.5.5-SNAPSHOT [72/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1: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.1:target-platform (default-target-platform) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] Resolving class path of org.eclipse.rcptt.module.testrail.updates... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.module.testrail.updates/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.module.testrail.updates/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.module.testrail.updates/target/org.eclipse.rcptt.module.testrail.updates-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.module.testrail.updates --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.module.testrail.updates/target/org.eclipse.rcptt.module.testrail.updates-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.module.testrail.updates/target/org.eclipse.rcptt.module.testrail.updates-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.module.testrail.updates/target/org.eclipse.rcptt.module.testrail.updates-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.module.testrail.updates --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/testrail/plugins/org.eclipse.rcptt.module.testrail.updates/target/org.eclipse.rcptt.module.testrail.updates-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.module.testrail.updates --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt:org.eclipse.rcptt.module.nebula.updates >------ [INFO] Building org.eclipse.rcptt.module.nebula.updates 2.5.5-SNAPSHOT [73/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1: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.1:target-platform (default-target-platform) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] Resolving class path of org.eclipse.rcptt.module.nebula.updates... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.module.nebula.updates/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.module.nebula.updates/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.module.nebula.updates/target/org.eclipse.rcptt.module.nebula.updates-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.module.nebula.updates --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.module.nebula.updates/target/org.eclipse.rcptt.module.nebula.updates-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.module.nebula.updates/target/org.eclipse.rcptt.module.nebula.updates-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.module.nebula.updates/target/org.eclipse.rcptt.module.nebula.updates-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.module.nebula.updates --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/nebula/plugins/org.eclipse.rcptt.module.nebula.updates/target/org.eclipse.rcptt.module.nebula.updates-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.module.nebula.updates --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt:org.eclipse.rcptt.ctx.workbench.ui >-------- [INFO] Building org.eclipse.rcptt.ctx.workbench.ui 2.5.5-SNAPSHOT [74/82] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.workbench.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.workbench.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.workbench.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.workbench.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.workbench.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.workbench.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.workbench.ui/target/org.eclipse.rcptt.ctx.workbench.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.workbench.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.workbench.ui/target/org.eclipse.rcptt.ctx.workbench.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.workbench.ui/target/org.eclipse.rcptt.ctx.workbench.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.workbench.ui/target/org.eclipse.rcptt.ctx.workbench.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.workbench.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/rcp/contexts/org.eclipse.rcptt.ctx.workbench.ui/target/org.eclipse.rcptt.ctx.workbench.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.workbench.ui --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.module.zephyr-site >------- [INFO] Building org.eclipse.rcptt.module.zephyr-site 2.5.5-SNAPSHOT [75/82] [INFO] ------------------------[ eclipse-update-site ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.zephyr-site --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.module.zephyr-site --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.module.zephyr-site --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-site (default-update-site) @ org.eclipse.rcptt.module.zephyr-site --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:update-site-p2-metadata (default-update-site-p2-metadata) @ org.eclipse.rcptt.module.zephyr-site --- [INFO] Command line: [/usr/lib/jvm/java-11-openjdk-amd64/bin/java, -jar, /home/jenkins/agent/workspace/master/m2/org/eclipse/tycho/tycho-bundles-external/2.7.1/eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar, -configuration, /tmp/tycho-p2-runtime15187258983885290566.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, -source, /home/jenkins/agent/workspace/master/modules/zephyr/site/target/site, -metadataRepository, file:/home/jenkins/agent/workspace/master/modules/zephyr/site/target/site/, -metadataRepositoryName, org.eclipse.rcptt.module.zephyr-site, -artifactRepository, file:/home/jenkins/agent/workspace/master/modules/zephyr/site/target/site/, -artifactRepositoryName, org.eclipse.rcptt.module.zephyr-site Artifacts, -noDefaultIUs, -compress] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-site-packaging (default-update-site-packaging) @ org.eclipse.rcptt.module.zephyr-site --- [INFO] Building zip: /home/jenkins/agent/workspace/master/modules/zephyr/site/target/site.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.module.zephyr-site --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.module.zephyr-site --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.module.zephyr-site --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.module.zephyr-site --- [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.testing.repository >------- [INFO] Building org.eclipse.rcptt.testing.repository 2.5.5-SNAPSHOT [76/82] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.testing.repository --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.testing.repository --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ org.eclipse.rcptt.testing.repository --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.testing.repository --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.testing.repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/testing/org.eclipse.rcptt.testing-updatesite/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.1:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.rcptt.testing.repository --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [WARNING] No system packages found in profile nor toolchain for JavaSE-17, using current JRE system packages. This can cause faulty dependency resolution, consider adding a definition for a 'jdk' with id=JavaSE-17 in your toolchains.xml [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.1:publish-products (default-publish-products) @ org.eclipse.rcptt.testing.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.1:publish-categories (default-publish-categories) @ org.eclipse.rcptt.testing.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.1:attach-artifacts (default-attach-artifacts) @ org.eclipse.rcptt.testing.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.1:assemble-repository (default-assemble-repository) @ org.eclipse.rcptt.testing.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.1:archive-repository (default-archive-repository) @ org.eclipse.rcptt.testing.repository --- [INFO] Building zip: /home/jenkins/agent/workspace/master/testing/org.eclipse.rcptt.testing-updatesite/target/org.eclipse.rcptt.testing.repository-2.5.5-SNAPSHOT.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.testing.repository --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.testing.repository --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.testing.repository --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.testing.repository --- [INFO] [INFO] ----< org.eclipse.rcptt.features:org.eclipse.rcptt.module.testrail >---- [INFO] Building org.eclipse.rcptt.module.testrail 2.5.5-SNAPSHOT [77/82] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.testrail --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.module.testrail --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.module.testrail --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.module.testrail --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.module.testrail --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.module.testrail --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.module.testrail --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/testrail/features/org.eclipse.rcptt.module.testrail/target/org.eclipse.rcptt.module.testrail-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.module.testrail --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.module.testrail --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.module.testrail --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.module.testrail --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/testrail/features/org.eclipse.rcptt.module.testrail/target/org.eclipse.rcptt.module.testrail-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/testrail/features/org.eclipse.rcptt.module.testrail/target/org.eclipse.rcptt.module.testrail-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.module.testrail --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.module.testrail --- [INFO] [INFO] -----< org.eclipse.rcptt.features:org.eclipse.rcptt.module.nebula >----- [INFO] Building org.eclipse.rcptt.module.nebula 2.5.5-SNAPSHOT [78/82] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.nebula --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.module.nebula --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.module.nebula --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.module.nebula --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.module.nebula --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.module.nebula --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.module.nebula --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/nebula/features/org.eclipse.rcptt.module.nebula/target/org.eclipse.rcptt.module.nebula-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.module.nebula --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.module.nebula --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.module.nebula --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.module.nebula --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/nebula/features/org.eclipse.rcptt.module.nebula/target/org.eclipse.rcptt.module.nebula-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/nebula/features/org.eclipse.rcptt.module.nebula/target/org.eclipse.rcptt.module.nebula-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.module.nebula --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.module.nebula --- [INFO] [INFO] ------< org.eclipse.rcptt:org.eclipse.rcptt.module.testrail-site >------ [INFO] Building org.eclipse.rcptt.module.testrail-site 2.5.5-SNAPSHOT [79/82] [INFO] ------------------------[ eclipse-update-site ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.testrail-site --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.module.testrail-site --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.module.testrail-site --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-site (default-update-site) @ org.eclipse.rcptt.module.testrail-site --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:update-site-p2-metadata (default-update-site-p2-metadata) @ org.eclipse.rcptt.module.testrail-site --- [INFO] Command line: [/usr/lib/jvm/java-11-openjdk-amd64/bin/java, -jar, /home/jenkins/agent/workspace/master/m2/org/eclipse/tycho/tycho-bundles-external/2.7.1/eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar, -configuration, /tmp/tycho-p2-runtime4655036427871819685.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, -source, /home/jenkins/agent/workspace/master/modules/testrail/site/target/site, -metadataRepository, file:/home/jenkins/agent/workspace/master/modules/testrail/site/target/site/, -metadataRepositoryName, org.eclipse.rcptt.module.testrail-site, -artifactRepository, file:/home/jenkins/agent/workspace/master/modules/testrail/site/target/site/, -artifactRepositoryName, org.eclipse.rcptt.module.testrail-site Artifacts, -noDefaultIUs, -compress] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-site-packaging (default-update-site-packaging) @ org.eclipse.rcptt.module.testrail-site --- [INFO] Building zip: /home/jenkins/agent/workspace/master/modules/testrail/site/target/site.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.module.testrail-site --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.module.testrail-site --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.module.testrail-site --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.module.testrail-site --- [INFO] [INFO] -------< org.eclipse.rcptt:org.eclipse.rcptt.module.nebula-site >------- [INFO] Building org.eclipse.rcptt.module.nebula-site 2.5.5-SNAPSHOT [80/82] [INFO] ------------------------[ eclipse-update-site ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.module.nebula-site --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.module.nebula-site --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.module.nebula-site --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-site (default-update-site) @ org.eclipse.rcptt.module.nebula-site --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:update-site-p2-metadata (default-update-site-p2-metadata) @ org.eclipse.rcptt.module.nebula-site --- [INFO] Command line: [/usr/lib/jvm/java-11-openjdk-amd64/bin/java, -jar, /home/jenkins/agent/workspace/master/m2/org/eclipse/tycho/tycho-bundles-external/2.7.1/eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar, -configuration, /tmp/tycho-p2-runtime9335567813452496062.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, -source, /home/jenkins/agent/workspace/master/modules/nebula/site/target/site, -metadataRepository, file:/home/jenkins/agent/workspace/master/modules/nebula/site/target/site/, -metadataRepositoryName, org.eclipse.rcptt.module.nebula-site, -artifactRepository, file:/home/jenkins/agent/workspace/master/modules/nebula/site/target/site/, -artifactRepositoryName, org.eclipse.rcptt.module.nebula-site Artifacts, -noDefaultIUs, -compress] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-site-packaging (default-update-site-packaging) @ org.eclipse.rcptt.module.nebula-site --- [INFO] Building zip: /home/jenkins/agent/workspace/master/modules/nebula/site/target/site.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.module.nebula-site --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.module.nebula-site --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.module.nebula-site --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.module.nebula-site --- [INFO] [INFO] -------< org.eclipse.rcptt.features:org.eclipse.rcptt.platform >-------- [INFO] Building org.eclipse.rcptt.platform 2.5.5-SNAPSHOT [81/82] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.platform --- [INFO] Fetching junit-jupiter-api_5.9.0.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (198.63kB) [INFO] Fetching junit-platform-commons_1.9.0.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (100.3kB) [INFO] Fetching org.opentest4j_1.2.0.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (7.47kB) [INFO] Fetching junit-jupiter-engine_5.9.0.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (240.65kB) [INFO] Fetching junit-platform-engine_1.9.0.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (183.79kB) [INFO] Fetching junit-platform-launcher_1.9.0.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (165.25kB) [INFO] Fetching junit-jupiter-migrationsupport_5.9.0.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (27.04kB) [INFO] Fetching junit-jupiter-params_5.9.0.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (564.73kB) [INFO] Fetching junit-platform-runner_1.9.0.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (16.12kB) [INFO] Fetching junit-platform-suite-api_1.9.0.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (20.73kB) [INFO] Fetching junit-platform-suite-commons_1.9.0.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (14.94kB) [INFO] Fetching junit-platform-suite-engine_1.9.0.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (23.7kB) [INFO] Fetching junit-vintage-engine_5.9.0.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (65.33kB) [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (44.03kB) [INFO] Fetching org.apiguardian.api_1.1.2.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (6.65kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.8.0.v20210619-1111.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (92.92kB) [INFO] Fetching org.eclipse.e4.tools.emf.ui_4.7.300.v20220420-0901.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.43MB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (54.78kB) [INFO] Fetching org.eclipse.e4.tools.services_4.9.0.v20210427-1802.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (31.95kB) [INFO] Fetching org.eclipse.emf.common.ui_2.19.0.v20220226-1304.jar from http://download.eclipse.org/releases/2022-09/202209141001/features/ (20.86kB) [INFO] Fetching org.eclipse.emf.databinding_1.9.0.v20220517-0824.jar from http://download.eclipse.org/releases/2022-09/202209141001/features/ (20.88kB) [INFO] Fetching org.eclipse.emf.edit_2.18.0.v20220201-1551.jar from http://download.eclipse.org/releases/2022-09/202209141001/features/ (20.87kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.24.0.v20220619-0533.jar from http://download.eclipse.org/releases/2022-09/202209141001/features/ (20.89kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.2.202208110935.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (175.44kB) [INFO] Fetching org.eclipse.emf.validation_1.8.1.202208271102.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (412.33kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.1.202208110935.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (46.57kB) [INFO] Fetching org.eclipse.emf.transaction_1.13.0.202208110935.jar from http://download.eclipse.org/releases/2022-09/202209141001/features/ (23.87kB) [INFO] Fetching org.eclipse.emf.validation.ui_1.7.1.202208271102.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (78.85kB) [INFO] Fetching org.eclipse.emf.validation.ui.ide_1.3.0.202208271102.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (26.11kB) [INFO] Fetching org.eclipse.emf.validation_1.13.2.202208271102.jar from http://download.eclipse.org/releases/2022-09/202209141001/features/ (23.94kB) [INFO] Fetching org.eclipse.jdt_3.18.1300.v20220831-1800.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (44.74kB) [INFO] Fetching org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (16.9kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (27.04kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.7.50.v20210914-1429.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (391.95kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.3.0.v20210618-1653.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (39.9kB) [INFO] Fetching org.eclipse.jdt.apt.ui_3.7.0.v20210620-1751.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (71.97kB) [INFO] Fetching org.eclipse.jdt.core.formatterapp_1.1.0.v20210618-1653.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (12.61kB) [INFO] Fetching org.eclipse.jdt.doc.user_3.15.1500.v20220829-1143.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (8.11MB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.3.0.v20220609-1843.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (28.39kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.1.0.v20220715-1030.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (26.97kB) [INFO] Fetching org.eclipse.jdt_3.18.1300.v20220831-1800.jar from http://download.eclipse.org/releases/2022-09/202209141001/features/ (21.54kB) [INFO] Fetching org.eclipse.pde.api.tools_1.2.1000.v20220816-0925.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (934.15kB) [INFO] Fetching org.objectweb.asm_9.3.0.v20220409-0157.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (132.86kB) [INFO] Fetching org.objectweb.asm.tree_9.3.0.v20220409-0157.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (65.17kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.500.v20220813-1730.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (13.28kB) [INFO] Fetching org.eclipse.pde.api.tools.ui_1.2.700.v20220329-0844.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (514.21kB) [INFO] Fetching org.eclipse.pde.doc.user_3.14.1700.v20220831-1613.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (6.49MB) [INFO] Fetching org.eclipse.pde.ds.annotations_1.2.500.v20220811-0944.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (142.33kB) [INFO] Fetching org.eclipse.pde.ds.core_1.2.500.v20220411-2005.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (58.78kB) [INFO] Fetching org.eclipse.pde.ds.ui_1.2.300.v20220310-2159.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (205.14kB) [INFO] Fetching org.osgi.annotation.versioning_1.1.2.202109301733.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (14.72kB) [INFO] Fetching org.osgi.annotation.bundle_2.0.0.202202082230.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (28.45kB) [INFO] Fetching org.osgi.service.component.annotations_1.5.0.202109301733.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (42.09kB) [INFO] Fetching org.eclipse.pde_3.13.2000.v20220831-1800.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (69.55kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.6.200.v20220523-1051.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (24.02kB) [INFO] Fetching org.eclipse.pde.runtime_3.7.400.v20220317-2150.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (214.9kB) [INFO] Fetching org.eclipse.pde.ui.templates_3.7.700.v20220802-1520.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (581.21kB) [INFO] Fetching org.eclipse.pde.ua.core_1.2.300.v20211004-0555.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (112.59kB) [INFO] Fetching org.eclipse.pde.ua.ui_1.2.400.v20220317-0700.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (450.72kB) [INFO] Fetching org.eclipse.ui.trace_1.2.200.v20220310-2159.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (59.39kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension_1.1.300.v20220810-1011.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (90.67kB) [INFO] Fetching org.eclipse.tools.layout.spy_1.1.0.v20210110-1247.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (43.28kB) [INFO] Fetching org.eclipse.pde.spy.core_1.0.200.v20220331-1637.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (22.95kB) [INFO] Fetching org.eclipse.pde.spy.model_0.12.400.v20220621-1036.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (17.97kB) [INFO] Fetching org.eclipse.pde.spy.css_0.12.300.v20220512-1208.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (48.59kB) [INFO] Fetching org.eclipse.pde.spy.preferences_0.12.300.v20220512-1208.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (56.03kB) [INFO] Fetching org.eclipse.pde.spy.context_1.0.300.v20220512-1208.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (88.2kB) [INFO] Fetching org.eclipse.pde.spy.bundle_0.12.200.v20220512-1208.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (38.61kB) [INFO] Fetching org.eclipse.pde.spy.event_1.0.0.v20220513-0804.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (70.45kB) [INFO] Fetching org.eclipse.pde_3.14.1300.v20220831-1800.jar from http://download.eclipse.org/releases/2022-09/202209141001/features/ (21.39kB) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.5.0.v20220610-1811.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (21.23kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.3.0.v20220610-1811.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (60.72kB) [INFO] The project's OSGi version is 2.5.5.202301280102 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.platform --- [INFO] Building jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.platform-feature/target/org.eclipse.rcptt.platform-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.platform --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.platform --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.platform --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.platform-feature/target/org.eclipse.rcptt.platform-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/rcp/org.eclipse.rcptt.platform-feature/target/org.eclipse.rcptt.platform-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.platform --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.platform --- [INFO] [INFO] -----------------------< org.eclipse.rcptt:full >----------------------- [INFO] Building full 2.5.5-SNAPSHOT [82/82] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ full --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ full --- [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (33.35kB) [INFO] Fetching com.ibm.icu_67.1.0.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (12.5MB) [INFO] Fetching com.ibm.icu_67.1.0.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (11.62MB of 12.5MB at 11.6MB/s) [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (107.05kB) [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (62.49kB) [INFO] Fetching jakarta.servlet-api_4.0.0.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (81.03kB) [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (1.28MB) [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (328.72kB) [INFO] Fetching javaewah_1.1.13.v20211029-0839.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (182.62kB) [INFO] Fetching javax.servlet.jsp-api_2.3.3.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (52.93kB) [INFO] Fetching net.i2p.crypto.eddsa_0.3.0.v20220506-1020.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (88.94kB) [INFO] Fetching org.apache.commons.codec_1.13.0.v20200108-0001.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (143.6kB) [INFO] Fetching org.apache.commons.compress_1.21.0.v20211103-2100.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.04MB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.6.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (198.71kB) [INFO] Fetching org.apache.felix.gogo.command_1.1.2.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (38.76kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (57.69kB) [INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (81.45kB) [INFO] Fetching org.apache.httpcomponents.client5.httpclient5_5.1.2.v20211217-1500.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (842.59kB) [INFO] Fetching org.apache.httpcomponents.core5.httpcore5_5.1.2.v20211217-1500.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (908.89kB) [INFO] Fetching org.apache.httpcomponents.core5.httpcore5-h2_5.1.2.v20211217-1500.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (253.08kB) [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (51.82kB) [INFO] Fetching org.apache.httpcomponents.client5.httpclient5-win_5.1.2.v20211217-1500.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (28.06kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (109.72kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.10.v20200114-1512.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (333.78kB) [INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.10.v20200113-2105.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (17.36kB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (2.36MB) [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (696.23kB) [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (962.55kB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (3.42MB) [INFO] Fetching org.apache.sshd.osgi_2.8.0.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.71MB) [INFO] Fetching org.apache.sshd.sftp_2.8.0.v20211227-1750.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (386.26kB) [INFO] Fetching org.eclipse.compare.win32_1.2.900.v20220812-1406.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (46.25kB) [INFO] Fetching org.eclipse.debug.ui.launchview_1.0.300.v20220811-0741.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (88.88kB) [INFO] Fetching org.eclipse.osgi.util_3.7.100.v20220615-1601.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (14.42kB) [INFO] Fetching org.eclipse.equinox.console_1.4.500.v20211021-1418.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (129.01kB) [INFO] Fetching org.eclipse.jface.notifications_0.5.0.v20220401-0716.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (31.09kB) [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (23.09kB) [INFO] Fetching org.osgi.util.measurement_1.0.2.201802012109.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (25.74kB) [INFO] Fetching org.osgi.util.position_1.0.1.201505202026.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (13.73kB) [INFO] Fetching org.osgi.util.xml_1.0.2.202109301733.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (18.3kB) [INFO] Fetching org.eclipse.e4.rcp_4.25.0.v20220829-1402.jar from http://download.eclipse.org/releases/2022-09/202209141001/features/ (23.01kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (64.2kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (26.38kB) [INFO] Fetching org.eclipse.ecf_3.10.0.v20210925-0032.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (127.97kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.6.1.v20211005-1944.jar from http://download.eclipse.org/releases/2022-09/202209141001/features/ (19.76kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (15.43kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301.jar from http://download.eclipse.org/releases/2022-09/202209141001/features/ (19.71kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (52.52kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.800.v20220215-0126.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (129.12kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1800.v20220215-0126.jar from http://download.eclipse.org/releases/2022-09/202209141001/features/ (27.83kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.200.v20200212-0036.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (35.66kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.100.v20200212-0036.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (14.31kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.300.v20200217-0016.jar from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/features/ (26.64kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5_1.0.300.v20220215-0126.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (82.96kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.win32_1.0.400.v20220109-1926.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (22.98kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient5.feature_1.1.600.v20220215-0126.jar from http://download.eclipse.org/releases/2022-09/202209141001/features/ (27.9kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (9.69kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301.jar from http://download.eclipse.org/releases/2022-09/202209141001/features/ (23.74kB) [INFO] Fetching org.eclipse.egit.core_6.3.0.202209071007-r.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (626.46kB) [INFO] Fetching org.eclipse.jgit_6.3.0.202209071007-r.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (2.87MB) [INFO] Fetching org.eclipse.jgit.gpg.bc_6.3.0.202209071007-r.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (66.1kB) [INFO] Fetching org.eclipse.jgit.http.apache_6.3.0.202209071007-r.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (27.13kB) [INFO] Fetching org.eclipse.jgit.ssh.apache_6.3.0.202209071007-r.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (212.93kB) [INFO] Fetching org.eclipse.egit.ui_6.3.0.202209071007-r.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (3.89MB) [INFO] Fetching org.eclipse.egit_6.3.0.202209071007-r.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (13.18kB) [INFO] Fetching org.eclipse.egit.doc_6.3.0.202209071007-r.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (4.49MB) [INFO] Fetching org.eclipse.egit_6.3.0.202209071007-r.jar from http://download.eclipse.org/releases/2022-09/202209141001/features/ (20.91kB) [INFO] Fetching org.eclipse.emf.common_2.27.0.v20220817-1401.jar from http://download.eclipse.org/releases/2022-09/202209141001/features/ (20.88kB) [INFO] Fetching org.eclipse.equinox.executable_3.8.1800.v20220720-1949.jar from http://download.eclipse.org/releases/2022-09/202209141001/features/ (423.55kB) [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.1800.v20220720-1949 from http://download.eclipse.org/releases/2022-09/202209141001/binary/ (266.5kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.7.300.v20220726-1300.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (236.29kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.8.100.v20211021-1418.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (29.16kB) [INFO] Fetching org.eclipse.jetty.http_10.0.11.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (243.32kB) [INFO] Fetching org.eclipse.jetty.server_10.0.11.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (775.74kB) [INFO] Fetching org.eclipse.jetty.servlet_10.0.11.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (161.93kB) [INFO] Fetching org.eclipse.jetty.util_10.0.11.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (548.83kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.3.200.v20220720-2012.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (49.35kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.700.v20220801-1124.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (29.14kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.2.100.v20211021-1418.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (12.61kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.2.0.v20210315-2042.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (28.05kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.400.v20220506-1821.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (86.25kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.300.v20220512-1321.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (45.06kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.1500.v20220819-1949.jar from http://download.eclipse.org/releases/2022-09/202209141001/features/ (21.51kB) [INFO] Fetching org.eclipse.equinox.p2.discovery_1.2.0.v20210315-2042.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (37.5kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.2.200.v20220210-1157.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (58.64kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.2.300.v20210813-0655.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (156.48kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.feature_1.2.1100.v20220210-1157.jar from http://download.eclipse.org/releases/2022-09/202209141001/features/ (19.06kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.4.100.v20211217-1131.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (50.58kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.1700.v20220819-1949.jar from http://download.eclipse.org/releases/2022-09/202209141001/features/ (20.96kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.400.v20220805-0804.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (105.26kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.3.0.v20210315-2228.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (18.19kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.2.100.v20220814-1551.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (70.34kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.1700.v20220819-1949.jar from http://download.eclipse.org/releases/2022-09/202209141001/features/ (20.87kB) [INFO] Fetching org.eclipse.ui.browser_3.7.200.v20220826-1037.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (209.05kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.3.300.v20220329-1456.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (129.58kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.2.300.v20220420-1427.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (100.51kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.1700.v20220819-1949.jar from http://download.eclipse.org/releases/2022-09/202209141001/features/ (20.74kB) [INFO] Fetching org.eclipse.help.base_4.3.800.v20220831-1800.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (434.42kB) [INFO] Fetching org.eclipse.help.ui_4.4.100.v20220619-1918.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (536.94kB) [INFO] Fetching org.eclipse.help.webapp_3.10.800.v20220714-2106.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (738.71kB) [INFO] Fetching org.eclipse.jetty.io_10.0.11.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (205.78kB) [INFO] Fetching org.eclipse.jetty.security_10.0.11.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (118.17kB) [INFO] Fetching org.eclipse.jetty.util.ajax_10.0.11.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (62.43kB) [INFO] Fetching org.eclipse.help_2.3.1100.v20220831-1800.jar from http://download.eclipse.org/releases/2022-09/202209141001/features/ (21.38kB) [INFO] Fetching org.eclipse.jgit.archive_6.3.0.202209071007-r.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (27.65kB) [INFO] Fetching org.eclipse.jgit_6.3.0.202209071007-r.jar from http://download.eclipse.org/releases/2022-09/202209141001/features/ (16.17kB) [INFO] Fetching org.eclipse.jgit.gpg.bc_6.3.0.202209071007-r.jar from http://download.eclipse.org/releases/2022-09/202209141001/features/ (16.19kB) [INFO] Fetching org.eclipse.jgit.http.apache_6.3.0.202209071007-r.jar from http://download.eclipse.org/releases/2022-09/202209141001/features/ (16.2kB) [INFO] Fetching org.eclipse.jgit.ssh.apache.agent_6.3.0.202209071007-r.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (39.69kB) [INFO] Fetching org.eclipse.jgit.ssh.apache_6.3.0.202209071007-r.jar from http://download.eclipse.org/releases/2022-09/202209141001/features/ (16.21kB) [INFO] Fetching org.eclipse.jsch.core_1.4.0.v20220813-1037.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (43.17kB) [INFO] Fetching org.eclipse.jsch.ui_1.4.200.v20220812-1406.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (95.52kB) [INFO] Fetching org.eclipse.update.configurator_3.4.900.v20220718-1722.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (98.23kB) [INFO] Fetching org.eclipse.platform_4.25.0.v20220831-1800.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (689.47kB) [INFO] Fetching org.eclipse.platform.doc.user_4.25.0.v20220830-0901.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (4.46MB) [INFO] Fetching org.eclipse.text.quicksearch_1.1.300.v20211203-1705.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (95.68kB) [INFO] Fetching org.eclipse.ui.intro.universal_3.4.300.v20220619-1918.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (2.1MB) [INFO] Fetching org.eclipse.ui.monitoring_1.2.200.v20220429-1040.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (59.91kB) [INFO] Fetching org.eclipse.ui.net_1.4.100.v20220812-1406.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (47.76kB) [INFO] Fetching org.eclipse.ui.themes_1.2.2000.v20220614-2134.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (34.02kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.200.v20220619-1918.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (25.59kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.1.100.v20220812-1406.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (18.14kB) [INFO] Fetching org.eclipse.platform_4.25.0.v20220831-1800.jar from http://download.eclipse.org/releases/2022-09/202209141001/features/ (22.34kB) [INFO] Fetching org.eclipse.platform_root_4.25.0.v20220831-1800 from http://download.eclipse.org/releases/2022-09/202209141001/binary/ (196B) [INFO] Fetching org.eclipse.rcp_4.25.0.v20220831-1800.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (12.91kB) [INFO] Fetching org.eclipse.rcp_4.25.0.v20220831-1800.jar from http://download.eclipse.org/releases/2022-09/202209141001/features/ (20.96kB) [INFO] Fetching org.eclipse.rcp_root_4.25.0.v20220831-1800 from http://download.eclipse.org/releases/2022-09/202209141001/binary/ (19.11kB) [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.1800.v20220720-1949 from http://download.eclipse.org/releases/2022-09/202209141001/binary/ (35.65kB) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.1800.v20220720-1949 from http://download.eclipse.org/releases/2022-09/202209141001/binary/ (17.01kB) [INFO] The project's OSGi version is 2.5.5.202301280102 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ full --- [INFO] [INFO] --- target-platform-configuration:2.7.1: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.1: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.1:publish-products (default-publish-products) @ full --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.1:publish-categories (default-publish-categories) @ full --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.1:attach-artifacts (default-attach-artifacts) @ full --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.1:assemble-repository (default-assemble-repository) @ full --- [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 202301280102.rcptt 1.0.0.8dA3_QcLWU56_FeEiefeS8Pht to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.ide.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280102.rcptt 1.0.0.8dA3_QcLWU56_FeEiefeS8Pht to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.external.dependencies.feature.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280102.rcptt 1.0.0.8dA3_QcLWU56_FeEiefeS8Pht to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.core.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280102.rcptt 1.0.0.8dA3_QcLWU56_FeEiefeS8Pht to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.core.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280102.rcptt 1.0.0.8dA3_QcLWU56_FeEiefeS8Pht to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280102.rcptt 1.0.0.8dA3_QcLWU56_FeEiefeS8Pht to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280102.rcptt 1.0.0.8dA3_QcLWU56_FeEiefeS8Pht to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.watson.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280102.rcptt 1.0.0.8dA3_QcLWU56_FeEiefeS8Pht to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.ui.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280102.rcptt 1.0.0.8dA3_QcLWU56_FeEiefeS8Pht to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.server.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280102.rcptt 1.0.0.8dA3_QcLWU56_FeEiefeS8Pht to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.ecl.feature.group [2.5.3.202205020620,2.5.3.202205020620].] [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 202301280102.rcptt 1.0.0.8dA3_QcLWU56_FeEiefeS8Pht to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.ide.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280102.rcptt 1.0.0.8dA3_QcLWU56_FeEiefeS8Pht to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.external.dependencies.feature.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280102.rcptt 1.0.0.8dA3_QcLWU56_FeEiefeS8Pht to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.core.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280102.rcptt 1.0.0.8dA3_QcLWU56_FeEiefeS8Pht to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.core.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280102.rcptt 1.0.0.8dA3_QcLWU56_FeEiefeS8Pht to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280102.rcptt 1.0.0.8dA3_QcLWU56_FeEiefeS8Pht to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280102.rcptt 1.0.0.8dA3_QcLWU56_FeEiefeS8Pht to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.watson.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280102.rcptt 1.0.0.8dA3_QcLWU56_FeEiefeS8Pht to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.ui.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280102.rcptt 1.0.0.8dA3_QcLWU56_FeEiefeS8Pht to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.server.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280102.rcptt 1.0.0.8dA3_QcLWU56_FeEiefeS8Pht to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.ecl.feature.group [2.5.3.202205020620,2.5.3.202205020620].] [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 202301280102.rcptt 1.0.0.8dA3_QcLWU56_FeEiefeS8Pht to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.ide.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280102.rcptt 1.0.0.8dA3_QcLWU56_FeEiefeS8Pht to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.external.dependencies.feature.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280102.rcptt 1.0.0.8dA3_QcLWU56_FeEiefeS8Pht to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.core.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280102.rcptt 1.0.0.8dA3_QcLWU56_FeEiefeS8Pht to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.core.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280102.rcptt 1.0.0.8dA3_QcLWU56_FeEiefeS8Pht to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280102.rcptt 1.0.0.8dA3_QcLWU56_FeEiefeS8Pht to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280102.rcptt 1.0.0.8dA3_QcLWU56_FeEiefeS8Pht to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.watson.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280102.rcptt 1.0.0.8dA3_QcLWU56_FeEiefeS8Pht to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.ui.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280102.rcptt 1.0.0.8dA3_QcLWU56_FeEiefeS8Pht to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.server.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280102.rcptt 1.0.0.8dA3_QcLWU56_FeEiefeS8Pht to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.ecl.feature.group [2.5.3.202205020620,2.5.3.202205020620].] [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.1:archive-repository (default-archive-repository) @ full --- [INFO] Building zip: /home/jenkins/agent/workspace/master/repository/full/target/full-2.5.5-SNAPSHOT.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ full --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ full --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ full --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ full --- [INFO] [INFO] --- tycho-p2-director-plugin:2.7.1:materialize-products (materialize-products) @ full --- [INFO] Installing product org.eclipse.rcptt.platform.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/master/repository/full/target/products/org.eclipse.rcptt.platform.product/win32/win32/x86_64/rcptt Installing org.eclipse.rcptt.platform.product 2.5.5.202301280102. Operation completed in 30164 ms. [INFO] Installing product org.eclipse.rcptt.platform.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/master/repository/full/target/products/org.eclipse.rcptt.platform.product/linux/gtk/x86_64/rcptt Installing org.eclipse.rcptt.platform.product 2.5.5.202301280102. Operation completed in 23136 ms. [INFO] Installing product org.eclipse.rcptt.platform.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/master/repository/full/target/products/org.eclipse.rcptt.platform.product/macosx/cocoa/x86_64/rcptt.app Installing org.eclipse.rcptt.platform.product 2.5.5.202301280102. Operation completed in 23374 ms. [INFO] [INFO] --- eclipse-winsigner-plugin:1.3.2:sign (default) @ full --- [INFO] [Sat Jan 28 01:28:42 UTC 2023] Signing Windows executable '/home/jenkins/agent/workspace/master/repository/full/target/products/org.eclipse.rcptt.platform.product/win32/win32/x86_64/rcptt/rcptt.exe' [INFO] [INFO] --- eclipse-macsigner-plugin:1.3.2:sign (default) @ full --- [INFO] [Sat Jan 28 01:28:54 UTC 2023] Signing OS X application '/home/jenkins/agent/workspace/master/repository/full/target/products/org.eclipse.rcptt.platform.product/macosx/cocoa/x86_64/rcptt.app'... [INFO] [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.1:archive-products (archive-products) @ full --- [INFO] Building zip: /home/jenkins/agent/workspace/master/repository/full/target/products/org.eclipse.rcptt.platform.product-win32.win32.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/master/repository/full/target/products/org.eclipse.rcptt.platform.product-linux.gtk.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/master/repository/full/target/products/org.eclipse.rcptt.platform.product-macosx.cocoa.x86_64.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] ide 2.5.5-SNAPSHOT ................................. SUCCESS [ 0.883 s] [INFO] org.eclipse.rcptt.updates .......................... SUCCESS [ 7.169 s] [INFO] rcptt-module-nebula ................................ SUCCESS [ 0.011 s] [INFO] org.eclipse.rcptt.tesla.nebula ..................... SUCCESS [ 10.217 s] [INFO] org.eclipse.rcptt.tesla.nebula.ecl ................. SUCCESS [ 4.297 s] [INFO] org.eclipse.rcptt.tesla.nebula.impl ................ SUCCESS [ 3.985 s] [INFO] org.eclipse.rcptt.tesla.nebula.ecl.impl ............ SUCCESS [ 3.109 s] [INFO] org.eclipse.rcptt.tesla.recording.nebula ........... SUCCESS [ 2.605 s] [INFO] org.eclipse.rcptt.tesla.recording.nebula.ecl ....... SUCCESS [ 2.701 s] [INFO] org.eclipse.rcptt.module.nebula.runtime ............ SUCCESS [ 1.145 s] [INFO] org.eclipse.rcptt.module.nebula-runtime-site ....... SUCCESS [ 7.204 s] [INFO] org.eclipse.rcptt.module.nebula.updates ............ SUCCESS [ 1.982 s] [INFO] org.eclipse.rcptt.module.nebula .................... SUCCESS [ 1.170 s] [INFO] org.eclipse.rcptt.module.nebula-site ............... SUCCESS [ 6.854 s] [INFO] rcptt.launching .................................... SUCCESS [ 0.011 s] [INFO] org.eclipse.rcptt.reporting.util ................... SUCCESS [ 5.797 s] [INFO] org.eclipse.rcptt.launching ........................ SUCCESS [ 6.302 s] [INFO] org.eclipse.rcptt.launching.common ................. SUCCESS [ 1.333 s] [INFO] org.eclipse.rcptt.launching.injection .............. SUCCESS [ 2.756 s] [INFO] org.eclipse.rcptt.launching.p2utils ................ SUCCESS [ 2.485 s] [INFO] org.eclipse.rcptt.launching.ext .................... SUCCESS [ 4.896 s] [INFO] org.eclipse.rcptt.launching.remote ................. SUCCESS [ 1.758 s] [INFO] org.eclipse.rcptt.launching.multiaut ............... SUCCESS [ 2.897 s] [INFO] org.eclipse.rcptt.reporting.html ................... SUCCESS [ 3.954 s] [INFO] org.eclipse.rcptt.launching ........................ SUCCESS [ 2.446 s] [INFO] launching.tests .................................... SUCCESS [ 0.007 s] [INFO] org.eclipse.rcptt.launching.ext.tests .............. SUCCESS [ 20.763 s] [INFO] org.eclipse.rcptt.launching.tests .................. SUCCESS [ 29.578 s] [INFO] org.eclipse.rcptt.reporting.html.tests ............. SUCCESS [ 17.987 s] [INFO] rcptt-module-testrail .............................. SUCCESS [ 0.008 s] [INFO] org.eclipse.rcptt.testrail.ecl ..................... SUCCESS [ 2.890 s] [INFO] org.eclipse.rcptt.testrail ......................... SUCCESS [ 2.976 s] [INFO] rcptt.rcp .......................................... SUCCESS [ 0.008 s] [INFO] org.eclipse.rcptt.ui ............................... SUCCESS [ 19.707 s] [INFO] org.eclipse.rcptt.testrail.ui ...................... SUCCESS [ 4.209 s] [INFO] org.eclipse.rcptt.testrail.ecl.impl ................ SUCCESS [ 1.903 s] [INFO] org.eclipse.rcptt.module.testrail.runtime .......... SUCCESS [ 1.839 s] [INFO] org.eclipse.rcptt.module.testrail-runtime-site ..... SUCCESS [ 6.812 s] [INFO] org.eclipse.rcptt.module.testrail.updates .......... SUCCESS [ 1.152 s] [INFO] org.eclipse.rcptt.module.testrail .................. SUCCESS [ 1.968 s] [INFO] org.eclipse.rcptt.module.testrail-site ............. SUCCESS [ 7.055 s] [INFO] rcptt-module-zephyr ................................ SUCCESS [ 0.078 s] [INFO] org.eclipse.rcptt.zephyr ........................... SUCCESS [ 4.183 s] [INFO] org.eclipse.rcptt.zephyr.ui ........................ SUCCESS [ 2.910 s] [INFO] org.eclipse.rcptt.module.zephyr .................... SUCCESS [ 2.152 s] [INFO] org.eclipse.rcptt.module.zephyr-site ............... SUCCESS [ 7.244 s] [INFO] org.eclipse.rcptt .................................. SUCCESS [ 1.056 s] [INFO] org.eclipse.rcptt.dev.ui ........................... SUCCESS [ 3.449 s] [INFO] q7.rcp.contexts .................................... SUCCESS [ 0.005 s] [INFO] org.eclipse.rcptt.ctx.capability.ui ................ SUCCESS [ 4.325 s] [INFO] org.eclipse.rcptt.ctx.debug.ui ..................... SUCCESS [ 3.411 s] [INFO] org.eclipse.rcptt.ctx.filesystem.ui ................ SUCCESS [ 2.842 s] [INFO] org.eclipse.rcptt.ctx.group.ui ..................... SUCCESS [ 2.806 s] [INFO] org.eclipse.rcptt.ctx.parameters.ui ................ SUCCESS [ 3.914 s] [INFO] org.eclipse.rcptt.ctx.preferences.ui ............... SUCCESS [ 3.346 s] [INFO] org.eclipse.rcptt.resources.ui ..................... SUCCESS [ 3.227 s] [INFO] org.eclipse.rcptt.ctx.resources.ui ................. SUCCESS [ 2.489 s] [INFO] org.eclipse.rcptt.ctx.script.ui .................... SUCCESS [ 3.664 s] [INFO] org.eclipse.rcptt.ctx.super.ui ..................... SUCCESS [ 2.732 s] [INFO] org.eclipse.rcptt.ctx.workbench.ui ................. SUCCESS [ 2.929 s] [INFO] org.eclipse.rcptt.expandbar.ide .................... SUCCESS [ 2.227 s] [INFO] org.eclipse.rcptt.launching.configuration .......... SUCCESS [ 2.205 s] [INFO] org.eclipse.rcptt.launching.ext.ui ................. SUCCESS [ 4.251 s] [INFO] org.eclipse.rcptt.launching.multiaut.ui ............ SUCCESS [ 3.724 s] [INFO] org.eclipse.rcptt.launching.remote.ui .............. SUCCESS [ 3.390 s] [INFO] org.eclipse.rcptt.platform ......................... SUCCESS [ 6.406 s] [INFO] org.eclipse.rcptt.search ........................... SUCCESS [ 5.127 s] [INFO] org.eclipse.rcptt.ui.activities .................... SUCCESS [ 4.932 s] [INFO] org.eclipse.rcptt.ui.report ........................ SUCCESS [ 3.753 s] [INFO] rcptt.testing ...................................... SUCCESS [ 0.011 s] [INFO] org.eclipse.rcptt.testing.ecl ...................... SUCCESS [ 4.474 s] [INFO] q7.rcp.verifications ............................... SUCCESS [ 0.008 s] [INFO] org.eclipse.rcptt.verifications.time.ui ............ SUCCESS [ 2.973 s] [INFO] org.eclipse.rcptt.verifications.text.ui ............ SUCCESS [ 4.158 s] [INFO] org.eclipse.rcptt.verifications.tree.ui ............ SUCCESS [ 3.168 s] [INFO] org.eclipse.rcptt.verifications.log.ui ............. SUCCESS [ 4.107 s] [INFO] org.eclipse.rcptt.verifications.resources.ui ....... SUCCESS [ 3.745 s] [INFO] org.eclipse.rcptt.platform ......................... SUCCESS [ 8.306 s] [INFO] org.eclipse.rcptt.help ............................. SUCCESS [ 1.785 s] [INFO] org.eclipse.rcptt.testing .......................... SUCCESS [ 1.026 s] [INFO] org.eclipse.rcptt.testing.repository ............... SUCCESS [ 8.972 s] [INFO] full 2.5.5-SNAPSHOT ................................ SUCCESS [03:54 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 14:30 min [INFO] Finished at: 2023-01-28T01:29:55Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn clean verify --threads=1.0C -Dtycho.localArtifacts=ignore -Dmaven.repo.local=/home/jenkins/agent/workspace/master/m2 -B -e -P sign -f releng/rap/pom.xml -P core [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/full/target/repository SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.1/ (128B) [INFO] Adding repository http://download.eclipse.org/rt/rap/3.1 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/rt/rap/3.1/ (467B) [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/ (19.9kB) [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.1/SR1-20160913-0447/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/rt/rap/3.1/SR1-20160913-0447/ (19.43kB) [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/ (19.47kB) [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.1/SR2a-20170308-2159/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/rt/rap/3.1/SR2a-20170308-2159/ (19.57kB) [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/dependencies/target/repository [INFO] Adding repository http://download.eclipse.org/tools/ajdt/43/update [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/2019-03 [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2019-03/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/201903201000/ (142B) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.tesla.ecl.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.tesla.recording.core.ecl.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.preferences.aspects.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects.rap/pom.xml [INFO] Fetching R-20160607-1451&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/rt/rap/3.1/ (63B) [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (60.2kB) [INFO] Fetching com.ibm.icu.base_56.1.0.v201601250100.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (78kB) [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.rap.rwt_3.8.0.20190225-1059.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1.23MB) [INFO] Fetching org.eclipse.rap.jface_3.8.0.20190103-0942.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (320.04kB) [INFO] Fetching org.eclipse.rap.jface.databinding_3.8.0.20190103-0942.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (68.64kB) [INFO] Fetching org.eclipse.rap.rwt.osgi_3.8.0.20190103-0942.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (18.08kB) [INFO] Fetching org.eclipse.rap.ui.workbench_3.8.0.20190103-0942.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (969.92kB) [INFO] Fetching org.eclipse.rap.ui_3.8.0.20190103-0942.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (98.94kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.preferences.impl.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl.rap/pom.xml [INFO] Fetching org.apache.commons.fileupload_1.3.2.v20170320-2229.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (33.61kB) [INFO] Fetching org.eclipse.rap.fileupload_3.8.0.20190103-0942.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (14.46kB) [INFO] Fetching org.eclipse.rap.filedialog_3.8.0.20190225-1059.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (23.1kB) [INFO] Fetching org.eclipse.rap.ui.forms_3.8.0.20190103-0942.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (105.49kB) [INFO] Fetching org.eclipse.rap.ui.views_3.8.0.20190103-0942.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (31.7kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.resources.impl.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.script.impl.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.script.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.workbench.impl.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.workbench.aspect.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.parameters.impl.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.filesystem.impl.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.debug.impl.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla.ecl:org.eclipse.rcptt.tesla.ecl.impl.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.core.ecl.debug.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.core.ecl.debug.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.forms.impl.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.forms.impl.rap/pom.xml [INFO] Fetching javax.servlet_3.0.0.v201112011016.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (119.46kB) [INFO] Fetching org.apache.commons.fileupload_1.3.1.201405120000.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (75.5kB) [INFO] Fetching SR2-20161130-1241&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/rt/rap/3.1/ (63B) [INFO] Fetching org.eclipse.rap.ui.views_3.1.2.20161108-1505.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/plugins/ (31.78kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime.ui.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.runtime.ui.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.util.swt.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.util.swt.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.rap.aspects:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.rap.aspects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.aspects.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.canvas.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.canvas.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.aspects.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.fragment.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.forms.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.jface.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.swt.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.workbench.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.canvas.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.fragment.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.swt.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.aspects.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.e3x.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide.aspects.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.aspects.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.variables.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.variables.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.core.am.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.core.am.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jobs.aspects.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.verifications.tree.impl.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.verifications.time.impl.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.time.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.verifications.log.impl.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.log.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.verifications.text.impl.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.text.impl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.watson.aspects.swt.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.swt.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.watson.aspects.jobs.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ecl.platform.ui.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/features/org.eclipse.rcptt.runtime-feature.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime-updatesite.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/repositories/org.eclipse.rcptt.runtime-updatesite.rap/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] rap [pom] [INFO] rcptt.module.rap [pom] [INFO] bundles [pom] [INFO] core [pom] [INFO] org.eclipse.rcptt.tesla.ecl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.core.ecl.rap [eclipse-plugin] [INFO] runtime [pom] [INFO] rcptt.runtime.contexts [pom] [INFO] org.eclipse.rcptt.ctx.preferences.aspects.rap [eclipse-plugin] [INFO] tesla [pom] [INFO] org.eclipse.rcptt.tesla.swt.fragment.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.core.am.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.swt.aspects.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.aspects.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jobs.aspects.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.util.swt.rap [eclipse-plugin] [INFO] rcptt.runtime.watson [pom] [INFO] org.eclipse.rcptt.watson.aspects.jobs.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.watson.aspects.swt.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.swt.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.forms.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.jface.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.swt.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.aspects.workbench.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.swt.rap [eclipse-plugin] [INFO] ecl-tesla [pom] [INFO] org.eclipse.rcptt.tesla.ecl.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.ui.ide.aspects.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.runtime.ui.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.preferences.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.resources.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.script.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.workbench.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.workbench.aspect.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.parameters.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.filesystem.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.debug.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.core.ecl.debug.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.forms.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.rap.aspects [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.canvas.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.databinding.aspects.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.fragment.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.canvas.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.swt.e3x.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.ui.ide.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.workbench.aspects.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.databinding.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.variables.rap [eclipse-plugin] [INFO] rcptt.runtime.verifications [pom] [INFO] org.eclipse.rcptt.verifications.tree.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.time.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.log.impl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.text.impl.rap [eclipse-plugin] [INFO] ecl [pom] [INFO] org.eclipse.rcptt.ecl.platform.ui.rap [eclipse-plugin] [INFO] features [pom] [INFO] org.eclipse.rcptt.runtime.rap [eclipse-feature] [INFO] repositories [pom] [INFO] org.eclipse.rcptt.runtime-updatesite.rap [eclipse-repository] [INFO] [INFO] -----------------------< org.eclipse.rcptt:rap >------------------------ [INFO] Building rap 2.5.5-SNAPSHOT [1/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rap --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ rap --- [INFO] [INFO] -----------< org.eclipse.rcptt.module.rap:rcptt.module.rap >------------ [INFO] Building rcptt.module.rap 2.5.5-SNAPSHOT [2/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.module.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ rcptt.module.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.module.rap --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ rcptt.module.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.module.rap --- [INFO] [INFO] ----------------< org.eclipse.rcptt.module.rap:bundles >---------------- [INFO] Building bundles 2.5.5-SNAPSHOT [3/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bundles --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ bundles --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ bundles --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ bundles --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ bundles --- [INFO] [INFO] ---------------< org.eclipse.rcptt.module.rap:features >---------------- [INFO] Building features 2.5.5-SNAPSHOT [4/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ features --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ features --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ features --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ features --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ features --- [INFO] [INFO] -------------< org.eclipse.rcptt.module.rap:repositories >-------------- [INFO] Building repositories 2.5.5-SNAPSHOT [5/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ repositories --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ repositories --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ repositories --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ repositories --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ repositories --- [INFO] [INFO] -----------------< org.eclipse.rcptt.module.rap:core >------------------ [INFO] Building core 2.5.5-SNAPSHOT [6/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ core --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ core --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ core --- [INFO] [INFO] ----------------< org.eclipse.rcptt.module.rap:runtime >---------------- [INFO] Building runtime 2.5.5-SNAPSHOT [7/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ runtime --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ runtime --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ runtime --- [INFO] [INFO] ------------------< org.eclipse.rcptt.module.rap:ecl >------------------ [INFO] Building ecl 2.5.5-SNAPSHOT [8/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ecl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ ecl --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ ecl --- [INFO] [INFO] ----< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.tesla.ecl.rap >---- [INFO] Building org.eclipse.rcptt.tesla.ecl.rap 2.5.5-SNAPSHOT [9/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (14.48kB) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.ecl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/target/org.eclipse.rcptt.tesla.ecl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.ecl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/target/org.eclipse.rcptt.tesla.ecl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/target/org.eclipse.rcptt.tesla.ecl.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/target/org.eclipse.rcptt.tesla.ecl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.ecl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/target/org.eclipse.rcptt.tesla.ecl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.rcptt.module.rap:rcptt.runtime.contexts >--------- [INFO] Building rcptt.runtime.contexts 2.5.5-SNAPSHOT [10/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runtime.contexts --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ rcptt.runtime.contexts --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.runtime.contexts --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ rcptt.runtime.contexts --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.runtime.contexts --- [INFO] [INFO] -------------------< org.eclipse.rcptt.tesla:tesla >-------------------- [INFO] Building tesla 2.5.5-SNAPSHOT [11/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tesla --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ tesla --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ tesla --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ tesla --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ tesla --- [INFO] [INFO] ----< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.util.swt.rap >----- [INFO] Building org.eclipse.rcptt.util.swt.rap 2.5.5-SNAPSHOT [12/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.pom (17 kB at 61 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 580 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.jar (83 kB at 3.2 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.util.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.util.swt.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.util.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.util.swt.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.util.swt.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.util.swt.rap --- [INFO] Resolving class path of org.eclipse.rcptt.util.swt.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.util.swt.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.util.swt.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.util.swt.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.util.swt.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.util.swt.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.util.swt.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.util.swt.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.util.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.util.swt.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.util.swt.rap/target/org.eclipse.rcptt.util.swt.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.util.swt.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.util.swt.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.util.swt.rap/target/org.eclipse.rcptt.util.swt.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.util.swt.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.util.swt.rap/target/org.eclipse.rcptt.util.swt.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.util.swt.rap/target/org.eclipse.rcptt.util.swt.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.util.swt.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.util.swt.rap/target/org.eclipse.rcptt.util.swt.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.util.swt.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.util.swt.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.util.swt.rap --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt.module.rap:rcptt.runtime.watson >---------- [INFO] Building rcptt.runtime.watson 2.5.5-SNAPSHOT [13/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runtime.watson --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ rcptt.runtime.watson --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.runtime.watson --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ rcptt.runtime.watson --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.runtime.watson --- [INFO] [INFO] ---------------< org.eclipse.rcptt.tesla.ecl:ecl-tesla >---------------- [INFO] Building ecl-tesla 2.5.5-SNAPSHOT [14/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ecl-tesla --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ ecl-tesla --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ ecl-tesla --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ ecl-tesla --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ ecl-tesla --- [INFO] [INFO] ------< org.eclipse.rcptt.module.rap:rcptt.runtime.verifications >------ [INFO] Building rcptt.runtime.verifications 2.5.5-SNAPSHOT [15/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runtime.verifications --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ rcptt.runtime.verifications --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.runtime.verifications --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ rcptt.runtime.verifications --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.runtime.verifications --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ecl.platform.ui.rap >-- [INFO] Building org.eclipse.rcptt.ecl.platform.ui.rap 2.5.5-SNAPSHOT [16/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.platform.ui.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/target/org.eclipse.rcptt.ecl.platform.ui.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/target/org.eclipse.rcptt.ecl.platform.ui.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/target/org.eclipse.rcptt.ecl.platform.ui.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/target/org.eclipse.rcptt.ecl.platform.ui.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/target/org.eclipse.rcptt.ecl.platform.ui.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.tesla.recording.core.ecl.rap >-- [INFO] Building org.eclipse.rcptt.tesla.recording.core.ecl.rap 2.5.5-SNAPSHOT [17/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.core.ecl.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/target/org.eclipse.rcptt.tesla.recording.core.ecl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/target/org.eclipse.rcptt.tesla.recording.core.ecl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/target/org.eclipse.rcptt.tesla.recording.core.ecl.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/target/org.eclipse.rcptt.tesla.recording.core.ecl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/target/org.eclipse.rcptt.tesla.recording.core.ecl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.preferences.aspects.rap >-- [INFO] Building org.eclipse.rcptt.ctx.preferences.aspects.rap 2.5.5-SNAPSHOT [18/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.preferences.aspects.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects.rap/target/org.eclipse.rcptt.ctx.preferences.aspects.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects.rap/target/org.eclipse.rcptt.ctx.preferences.aspects.rap-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:32:37 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/internal/runtime/ui/preferences/Activator$1.class Jan 28, 2023 1:32:37 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/internal/runtime/ui/preferences/Activator.class Jan 28, 2023 1:32:37 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/runtime/ui/preferences/DialogSettingsManager.class Jan 28, 2023 1:32:37 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/runtime/ui/preferences/aspects/rap/DialogSettingsAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects.rap/target/org.eclipse.rcptt.ctx.preferences.aspects.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects.rap/target/org.eclipse.rcptt.ctx.preferences.aspects.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects.rap/target/org.eclipse.rcptt.ctx.preferences.aspects.rap-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:32:38 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/internal/runtime/ui/preferences/Activator$1.class Jan 28, 2023 1:32:38 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/internal/runtime/ui/preferences/Activator.class Jan 28, 2023 1:32:38 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/runtime/ui/preferences/DialogSettingsManager.class Jan 28, 2023 1:32:38 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/runtime/ui/preferences/aspects/rap/DialogSettingsAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.preferences.aspects.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.workbench.aspect.rap >-- [INFO] Building org.eclipse.rcptt.ctx.workbench.aspect.rap 2.5.5-SNAPSHOT [19/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.workbench.aspect.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect.rap/target/org.eclipse.rcptt.ctx.workbench.aspect.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect.rap/target/org.eclipse.rcptt.ctx.workbench.aspect.rap-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:32:39 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/ctx/workbench/aspect/rap/Activator.class Jan 28, 2023 1:32:39 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/ctx/workbench/aspect/rap/WorkbenchContextAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect.rap/target/org.eclipse.rcptt.ctx.workbench.aspect.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect.rap/target/org.eclipse.rcptt.ctx.workbench.aspect.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect.rap/target/org.eclipse.rcptt.ctx.workbench.aspect.rap-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:32:41 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/ctx/workbench/aspect/rap/Activator.class Jan 28, 2023 1:32:41 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/ctx/workbench/aspect/rap/WorkbenchContextAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.workbench.aspect.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.parameters.impl.rap >-- [INFO] Building org.eclipse.rcptt.ctx.parameters.impl.rap 2.5.5-SNAPSHOT [20/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.parameters.impl.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl.rap/target/org.eclipse.rcptt.ctx.parameters.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl.rap/target/org.eclipse.rcptt.ctx.parameters.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl.rap/target/org.eclipse.rcptt.ctx.parameters.impl.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl.rap/target/org.eclipse.rcptt.ctx.parameters.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl.rap/target/org.eclipse.rcptt.ctx.parameters.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.parameters.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.filesystem.impl.rap >-- [INFO] Building org.eclipse.rcptt.ctx.filesystem.impl.rap 2.5.5-SNAPSHOT [21/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.filesystem.impl.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl.rap/target/org.eclipse.rcptt.ctx.filesystem.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl.rap/target/org.eclipse.rcptt.ctx.filesystem.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl.rap/target/org.eclipse.rcptt.ctx.filesystem.impl.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl.rap/target/org.eclipse.rcptt.ctx.filesystem.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl.rap/target/org.eclipse.rcptt.ctx.filesystem.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.filesystem.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.fragment.rap >-- [INFO] Building org.eclipse.rcptt.tesla.swt.fragment.rap 2.5.5-SNAPSHOT [22/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.swt.fragment.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment.rap/target/org.eclipse.rcptt.tesla.swt.fragment.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment.rap/target/org.eclipse.rcptt.tesla.swt.fragment.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment.rap/target/org.eclipse.rcptt.tesla.swt.fragment.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment.rap/target/org.eclipse.rcptt.tesla.swt.fragment.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment.rap/target/org.eclipse.rcptt.tesla.swt.fragment.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.swt.fragment.rap --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.core.am.rap >----- [INFO] Building org.eclipse.rcptt.tesla.core.am.rap 2.5.5-SNAPSHOT [23/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.core.am.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.core.am.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.core.am.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.core.am.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.core.am.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.core.am.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.core.am.rap/target/org.eclipse.rcptt.tesla.core.am.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.core.am.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.core.am.rap/target/org.eclipse.rcptt.tesla.core.am.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.core.am.rap/target/org.eclipse.rcptt.tesla.core.am.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.core.am.rap/target/org.eclipse.rcptt.tesla.core.am.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.core.am.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.core.am.rap/target/org.eclipse.rcptt.tesla.core.am.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.core.am.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.fragment.rap >-- [INFO] Building org.eclipse.rcptt.tesla.jface.fragment.rap 2.5.5-SNAPSHOT [24/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jface.fragment.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment.rap/target/org.eclipse.rcptt.tesla.jface.fragment.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment.rap/target/org.eclipse.rcptt.tesla.jface.fragment.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment.rap/target/org.eclipse.rcptt.tesla.jface.fragment.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment.rap/target/org.eclipse.rcptt.tesla.jface.fragment.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment.rap/target/org.eclipse.rcptt.tesla.jface.fragment.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.jface.fragment.rap --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.variables.rap >---- [INFO] Building org.eclipse.rcptt.tesla.variables.rap 2.5.5-SNAPSHOT [25/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.variables.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.variables.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.variables.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.variables.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.variables.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.variables.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.variables.rap/target/org.eclipse.rcptt.tesla.variables.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.variables.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.variables.rap/target/org.eclipse.rcptt.tesla.variables.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.variables.rap/target/org.eclipse.rcptt.tesla.variables.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.variables.rap/target/org.eclipse.rcptt.tesla.variables.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.variables.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.variables.rap/target/org.eclipse.rcptt.tesla.variables.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.variables.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.watson.aspects.jobs.rap >-- [INFO] Building org.eclipse.rcptt.watson.aspects.jobs.rap 2.5.5-SNAPSHOT [26/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] Resolving class path of org.eclipse.rcptt.watson.aspects.jobs.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs.rap/target/org.eclipse.rcptt.watson.aspects.jobs.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs.rap/target/org.eclipse.rcptt.watson.aspects.jobs.rap-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:32:56 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/sherlock/aspects/jobs/internal/IJobsEventListener.class Jan 28, 2023 1:32:56 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/sherlock/aspects/jobs/internal/JobsActivator.class Jan 28, 2023 1:32:56 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/sherlock/aspects/jobs/internal/JobsEventManager.class Jan 28, 2023 1:32:56 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/sherlock/aspects/jobs/rap/JobsAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs.rap/target/org.eclipse.rcptt.watson.aspects.jobs.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs.rap/target/org.eclipse.rcptt.watson.aspects.jobs.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs.rap/target/org.eclipse.rcptt.watson.aspects.jobs.rap-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:32:57 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/sherlock/aspects/jobs/internal/IJobsEventListener.class Jan 28, 2023 1:32:57 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/sherlock/aspects/jobs/internal/JobsActivator.class Jan 28, 2023 1:32:57 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/sherlock/aspects/jobs/internal/JobsEventManager.class Jan 28, 2023 1:32:57 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/sherlock/aspects/jobs/rap/JobsAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.watson.aspects.jobs.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.watson.aspects.swt.rap >-- [INFO] Building org.eclipse.rcptt.watson.aspects.swt.rap 2.5.5-SNAPSHOT [27/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] Resolving class path of org.eclipse.rcptt.watson.aspects.swt.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.swt.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.swt.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.swt.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.swt.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.swt.rap/target/org.eclipse.rcptt.watson.aspects.swt.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.swt.rap/target/org.eclipse.rcptt.watson.aspects.swt.rap-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:32:58 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/sherlock/aspects/asyncs/IAsyncEventListener.class Jan 28, 2023 1:32:58 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/sherlock/aspects/asyncs/AsyncEventManager.class Jan 28, 2023 1:32:58 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/sherlock/aspects/swt/rap/SWTAspectActivator.class Jan 28, 2023 1:32:58 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/sherlock/aspects/swt/rap/DisplayAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.swt.rap/target/org.eclipse.rcptt.watson.aspects.swt.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.swt.rap/target/org.eclipse.rcptt.watson.aspects.swt.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.swt.rap/target/org.eclipse.rcptt.watson.aspects.swt.rap-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:33:00 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/sherlock/aspects/asyncs/IAsyncEventListener.class Jan 28, 2023 1:33:00 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/sherlock/aspects/asyncs/AsyncEventManager.class Jan 28, 2023 1:33:00 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/sherlock/aspects/swt/rap/SWTAspectActivator.class Jan 28, 2023 1:33:00 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/sherlock/aspects/swt/rap/DisplayAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.watson.aspects.swt.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.verifications.time.impl.rap >-- [INFO] Building org.eclipse.rcptt.verifications.time.impl.rap 2.5.5-SNAPSHOT [28/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.time.impl.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.time.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.verifications.time.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.time.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.time.impl.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.time.impl.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.time.impl.rap/target/org.eclipse.rcptt.verifications.time.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.time.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.time.impl.rap/target/org.eclipse.rcptt.verifications.time.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.time.impl.rap/target/org.eclipse.rcptt.verifications.time.impl.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.time.impl.rap/target/org.eclipse.rcptt.verifications.time.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.verifications.time.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.time.impl.rap/target/org.eclipse.rcptt.verifications.time.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.time.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.aspects.rap >--- [INFO] Building org.eclipse.rcptt.tesla.swt.aspects.rap 2.5.5-SNAPSHOT [29/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.swt.aspects.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap/target/classes [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] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap/target/org.eclipse.rcptt.tesla.swt.aspects.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap/target/org.eclipse.rcptt.tesla.swt.aspects.rap-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/rap/MacOS.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/rap/WinOS$RecordedEvent.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/rap/GTK$RecordedEvent.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/rap/SWTAspectActivator.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/rap/BrowserAspect.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/rap/ClipboardAspect.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/rap/DNDAspect.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/rap/DisplayAspect.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/rap/EventFilterAspect.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/rap/Handles.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/rap/ImagesAspect.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/rap/JavaScriptExecutorAspect.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/rap/MenuAspect$MenuAspect$2.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/rap/MenuAspect$MenuAspect$1.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/rap/MenuAspect.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/profiling/ProfilingEventManager.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/profiling/IProfilingListener.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/TimerUtils.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/IRwtWorkbenchListener.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/ITeslaBrowserListener.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/TeslaTimerExecManager.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/TeslaTimerExecManager$TimerInfo.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/ITeslaEventListener.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/ITimerExecHelper.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/TeslaBrowserManager$1.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/TeslaBrowserManager.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/TeslaEventManager.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/TeslaEventManager$1.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/TeslaEventManager$2$1.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/TeslaEventManager$2.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/TeslaEventManager$IUnhandledNativeDialogHandler.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/RcpttMouseEvents.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/RcpttMouseEvents$WidgetInfo.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/download/OutputStreamResponseWrapper.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/download/MockHttpServletRequest.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/download/ServletOutputStreamWrapper.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/download/MockHttpServletResponse.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/download/RapDownloadHandlerManager.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/dnd/DNDManager$1.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/dnd/DNDManager.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/dnd/DNDManager$2.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/dnd/LocalClipboard.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/dnd/LocalClipboard$ContentEntry.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/js/JavaScriptExecutionManager.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/handles/HandleStore.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/dialogs/SWTDialogManager.class Jan 28, 2023 1:33:08 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/images/ImageDataMapping.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap/target/org.eclipse.rcptt.tesla.swt.aspects.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap/target/org.eclipse.rcptt.tesla.swt.aspects.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap/target/org.eclipse.rcptt.tesla.swt.aspects.rap-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:33:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/rap/MacOS.class Jan 28, 2023 1:33:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/rap/WinOS$RecordedEvent.class Jan 28, 2023 1:33:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/rap/GTK$RecordedEvent.class Jan 28, 2023 1:33:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/rap/SWTAspectActivator.class Jan 28, 2023 1:33:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/rap/BrowserAspect.class Jan 28, 2023 1:33:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/rap/ClipboardAspect.class Jan 28, 2023 1:33:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/rap/DNDAspect.class Jan 28, 2023 1:33:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/rap/DisplayAspect.class Jan 28, 2023 1:33:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/rap/EventFilterAspect.class Jan 28, 2023 1:33:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/rap/Handles.class Jan 28, 2023 1:33:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/rap/ImagesAspect.class Jan 28, 2023 1:33:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/rap/JavaScriptExecutorAspect.class Jan 28, 2023 1:33:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/rap/MenuAspect$MenuAspect$2.class Jan 28, 2023 1:33:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/rap/MenuAspect$MenuAspect$1.class Jan 28, 2023 1:33:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/aspects/rap/MenuAspect.class Jan 28, 2023 1:33:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/profiling/ProfilingEventManager.class Jan 28, 2023 1:33:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/profiling/IProfilingListener.class Jan 28, 2023 1:33:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/TimerUtils.class Jan 28, 2023 1:33:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/IRwtWorkbenchListener.class Jan 28, 2023 1:33:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/ITeslaBrowserListener.class Jan 28, 2023 1:33:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/TeslaTimerExecManager.class Jan 28, 2023 1:33:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/TeslaTimerExecManager$TimerInfo.class Jan 28, 2023 1:33:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/ITeslaEventListener.class Jan 28, 2023 1:33:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/ITimerExecHelper.class Jan 28, 2023 1:33:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/TeslaBrowserManager$1.class Jan 28, 2023 1:33:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/TeslaBrowserManager.class Jan 28, 2023 1:33:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/TeslaEventManager.class Jan 28, 2023 1:33:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/TeslaEventManager$1.class Jan 28, 2023 1:33:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/TeslaEventManager$2$1.class Jan 28, 2023 1:33:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/TeslaEventManager$2.class Jan 28, 2023 1:33:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/TeslaEventManager$IUnhandledNativeDialogHandler.class Jan 28, 2023 1:33:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/RcpttMouseEvents.class Jan 28, 2023 1:33:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/events/RcpttMouseEvents$WidgetInfo.class Jan 28, 2023 1:33:09 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/download/OutputStreamResponseWrapper.class Jan 28, 2023 1:33:10 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/download/MockHttpServletRequest.class Jan 28, 2023 1:33:10 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/download/ServletOutputStreamWrapper.class Jan 28, 2023 1:33:10 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/download/MockHttpServletResponse.class Jan 28, 2023 1:33:10 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/download/RapDownloadHandlerManager.class Jan 28, 2023 1:33:10 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/dnd/DNDManager$1.class Jan 28, 2023 1:33:10 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/dnd/DNDManager.class Jan 28, 2023 1:33:10 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/dnd/DNDManager$2.class Jan 28, 2023 1:33:10 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/dnd/LocalClipboard.class Jan 28, 2023 1:33:10 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/dnd/LocalClipboard$ContentEntry.class Jan 28, 2023 1:33:10 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/js/JavaScriptExecutionManager.class Jan 28, 2023 1:33:10 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/handles/HandleStore.class Jan 28, 2023 1:33:10 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/dialogs/SWTDialogManager.class Jan 28, 2023 1:33:10 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/swt/images/ImageDataMapping.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.swt.aspects.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jobs.aspects.rap >-- [INFO] Building org.eclipse.rcptt.tesla.jobs.aspects.rap 2.5.5-SNAPSHOT [30/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jobs.aspects.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects.rap/target/org.eclipse.rcptt.tesla.jobs.aspects.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects.rap/target/org.eclipse.rcptt.tesla.jobs.aspects.rap-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:33:11 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jobs/JobsManager.class Jan 28, 2023 1:33:11 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jobs/ProfilingJobsEventManager.class Jan 28, 2023 1:33:11 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jobs/IProfilingJobsListener.class Jan 28, 2023 1:33:11 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jobs/JobsActivator.class Jan 28, 2023 1:33:11 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jobs/aspects/rap/JobsAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects.rap/target/org.eclipse.rcptt.tesla.jobs.aspects.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects.rap/target/org.eclipse.rcptt.tesla.jobs.aspects.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects.rap/target/org.eclipse.rcptt.tesla.jobs.aspects.rap-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:33:12 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jobs/JobsManager.class Jan 28, 2023 1:33:12 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jobs/ProfilingJobsEventManager.class Jan 28, 2023 1:33:12 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jobs/IProfilingJobsListener.class Jan 28, 2023 1:33:12 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jobs/JobsActivator.class Jan 28, 2023 1:33:12 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jobs/aspects/rap/JobsAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.jobs.aspects.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.forms.rap >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.forms.rap 2.5.5-SNAPSHOT [31/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.aspects.forms.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms.rap/target/org.eclipse.rcptt.tesla.recording.aspects.forms.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms.rap/target/org.eclipse.rcptt.tesla.recording.aspects.forms.rap-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:33:13 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/forms/rap/IFormsEventListener.class Jan 28, 2023 1:33:13 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/forms/rap/RecordingFormsActivator.class Jan 28, 2023 1:33:13 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/forms/rap/FormsEventManager.class Jan 28, 2023 1:33:13 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/forms/rap/FormsRecordingAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms.rap/target/org.eclipse.rcptt.tesla.recording.aspects.forms.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms.rap/target/org.eclipse.rcptt.tesla.recording.aspects.forms.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms.rap/target/org.eclipse.rcptt.tesla.recording.aspects.forms.rap-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:33:14 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/forms/rap/IFormsEventListener.class Jan 28, 2023 1:33:14 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/forms/rap/RecordingFormsActivator.class Jan 28, 2023 1:33:14 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/forms/rap/FormsEventManager.class Jan 28, 2023 1:33:14 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/forms/rap/FormsRecordingAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.aspects.forms.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.jface.rap >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.jface.rap 2.5.5-SNAPSHOT [32/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.aspects.jface.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.rap/target/org.eclipse.rcptt.tesla.recording.aspects.jface.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.rap/target/org.eclipse.rcptt.tesla.recording.aspects.jface.rap-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:33:15 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/jface/rap/IJFaceEventListener.class Jan 28, 2023 1:33:15 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/jface/rap/JFaceEventManager.class Jan 28, 2023 1:33:15 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/jface/rap/RecordingJFaceActivator.class Jan 28, 2023 1:33:15 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/jface/rap/JFaceRecordingAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.rap/target/org.eclipse.rcptt.tesla.recording.aspects.jface.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.rap/target/org.eclipse.rcptt.tesla.recording.aspects.jface.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.rap/target/org.eclipse.rcptt.tesla.recording.aspects.jface.rap-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:33:17 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/jface/rap/IJFaceEventListener.class Jan 28, 2023 1:33:17 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/jface/rap/JFaceEventManager.class Jan 28, 2023 1:33:17 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/jface/rap/RecordingJFaceActivator.class Jan 28, 2023 1:33:17 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/jface/rap/JFaceRecordingAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.aspects.jface.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.workbench.rap >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.workbench.rap 2.5.5-SNAPSHOT [33/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.aspects.workbench.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap/target/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap/target/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:33:19 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/workbench/rap/RecordingWorkbenchActivator.class Jan 28, 2023 1:33:19 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/workbench/rap/IWorkbenchEventListener.class Jan 28, 2023 1:33:19 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/workbench/rap/WorkbenchEventManager.class Jan 28, 2023 1:33:19 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/workbench/rap/WorkbenchRecordingAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap/target/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap/target/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap/target/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:33:20 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/workbench/rap/RecordingWorkbenchActivator.class Jan 28, 2023 1:33:20 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/workbench/rap/IWorkbenchEventListener.class Jan 28, 2023 1:33:20 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/workbench/rap/WorkbenchEventManager.class Jan 28, 2023 1:33:20 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/workbench/rap/WorkbenchRecordingAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.aspects.workbench.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide.aspects.rap >-- [INFO] Building org.eclipse.rcptt.tesla.ui.ide.aspects.rap 2.5.5-SNAPSHOT [34/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.ui.ide.aspects.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects.rap/target/org.eclipse.rcptt.tesla.ui.ide.aspects.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects.rap/target/org.eclipse.rcptt.tesla.ui.ide.aspects.rap-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:33:21 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/ui/ide/aspects/rap/UIIDEAspectActivator.class Jan 28, 2023 1:33:21 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/ui/ide/aspects/rap/IDEAspects.class Jan 28, 2023 1:33:21 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/ui/ide/events/UIIDEManager$IUIIDEListener.class Jan 28, 2023 1:33:21 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/ui/ide/events/UIIDEManager.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects.rap/target/org.eclipse.rcptt.tesla.ui.ide.aspects.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects.rap/target/org.eclipse.rcptt.tesla.ui.ide.aspects.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects.rap/target/org.eclipse.rcptt.tesla.ui.ide.aspects.rap-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:33:22 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/ui/ide/aspects/rap/UIIDEAspectActivator.class Jan 28, 2023 1:33:22 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/ui/ide/aspects/rap/IDEAspects.class Jan 28, 2023 1:33:22 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/ui/ide/events/UIIDEManager$IUIIDEListener.class Jan 28, 2023 1:33:22 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/ui/ide/events/UIIDEManager.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.ui.ide.aspects.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap >-- [INFO] Building org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap 2.5.5-SNAPSHOT [35/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap/target/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap/target/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:33:23 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/databinding/observable/aspects/rap/DatabindingObservableManager.class Jan 28, 2023 1:33:23 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/databinding/observable/aspects/rap/DataBindingObservableasActivator.class Jan 28, 2023 1:33:23 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/databinding/observable/aspects/rap/DatabindingObservablesAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap/target/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap/target/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap/target/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:33:25 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/databinding/observable/aspects/rap/DatabindingObservableManager.class Jan 28, 2023 1:33:25 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/databinding/observable/aspects/rap/DataBindingObservableasActivator.class Jan 28, 2023 1:33:25 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/databinding/observable/aspects/rap/DatabindingObservablesAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.aspects.rap >-- [INFO] Building org.eclipse.rcptt.tesla.jface.aspects.rap 2.5.5-SNAPSHOT [36/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jface.aspects.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects.rap/target/org.eclipse.rcptt.tesla.jface.aspects.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects.rap/target/org.eclipse.rcptt.tesla.jface.aspects.rap-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:33:27 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/rap/JFaceAspectsActivator.class Jan 28, 2023 1:33:27 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/rap/DescriptorInfo$1.class Jan 28, 2023 1:33:27 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/rap/DescriptorInfo$2.class Jan 28, 2023 1:33:27 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/rap/DescriptorInfo$3.class Jan 28, 2023 1:33:27 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/rap/DescriptorInfo.class Jan 28, 2023 1:33:27 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/rap/TeslaCellEditorManager.class Jan 28, 2023 1:33:27 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/rap/TeslaWindowManager.class Jan 28, 2023 1:33:27 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/rap/ControlDecoratorRecordingHolder.class Jan 28, 2023 1:33:27 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/rap/ImageSources$ResourceSource.class Jan 28, 2023 1:33:27 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/rap/ImageSources.class Jan 28, 2023 1:33:27 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/rap/ImageSources$CompositeSource.class Jan 28, 2023 1:33:27 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/rap/CellEditorAspect.class Jan 28, 2023 1:33:27 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/rap/ImageDescriptorAspect.class Jan 28, 2023 1:33:27 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/rap/WindowAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects.rap/target/org.eclipse.rcptt.tesla.jface.aspects.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects.rap/target/org.eclipse.rcptt.tesla.jface.aspects.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects.rap/target/org.eclipse.rcptt.tesla.jface.aspects.rap-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:33:28 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/rap/JFaceAspectsActivator.class Jan 28, 2023 1:33:28 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/rap/DescriptorInfo$1.class Jan 28, 2023 1:33:28 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/rap/DescriptorInfo$2.class Jan 28, 2023 1:33:28 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/rap/DescriptorInfo$3.class Jan 28, 2023 1:33:28 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/rap/DescriptorInfo.class Jan 28, 2023 1:33:28 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/rap/TeslaCellEditorManager.class Jan 28, 2023 1:33:28 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/rap/TeslaWindowManager.class Jan 28, 2023 1:33:28 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/rap/ControlDecoratorRecordingHolder.class Jan 28, 2023 1:33:28 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/rap/ImageSources$ResourceSource.class Jan 28, 2023 1:33:28 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/rap/ImageSources.class Jan 28, 2023 1:33:28 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/rap/ImageSources$CompositeSource.class Jan 28, 2023 1:33:28 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/rap/CellEditorAspect.class Jan 28, 2023 1:33:28 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/rap/ImageDescriptorAspect.class Jan 28, 2023 1:33:28 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/rap/WindowAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.jface.aspects.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.aspects.rap >-- [INFO] Building org.eclipse.rcptt.tesla.jface.databinding.aspects.rap 2.5.5-SNAPSHOT [37/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jface.databinding.aspects.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap/target/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap/target/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:33:29 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/databinding/aspects/rap/DataBindingAspectActivator.class Jan 28, 2023 1:33:29 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/databinding/aspects/rap/DatabindingAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap/target/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap/target/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap/target/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:33:31 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/databinding/aspects/rap/DataBindingAspectActivator.class Jan 28, 2023 1:33:31 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/jface/databinding/aspects/rap/DatabindingAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.jface.databinding.aspects.rap --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.rap >------- [INFO] Building org.eclipse.rcptt.tesla.swt.rap 2.5.5-SNAPSHOT [38/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.swt.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.swt.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 76 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.rap/target/org.eclipse.rcptt.tesla.swt.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.swt.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.rap/target/org.eclipse.rcptt.tesla.swt.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.rap/target/org.eclipse.rcptt.tesla.swt.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.rap/target/org.eclipse.rcptt.tesla.swt.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.swt.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.rap/target/org.eclipse.rcptt.tesla.swt.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.swt.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.aspects.swt.rap >-- [INFO] Building org.eclipse.rcptt.tesla.recording.aspects.swt.rap 2.5.5-SNAPSHOT [39/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/67.1/icu4j-67.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/67.1/icu4j-67.1.pom (4.9 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/67.1/icu4j-67.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/67.1/icu4j-67.1.jar (13 MB at 7.6 MB/s) [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.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.aspects.swt.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [WARNING] The type JavaScriptLoader is deprecated /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/src/org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect.aj:15 import org.eclipse.rap.rwt.client.service.JavaScriptLoader; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [WARNING] The type PhaseId is deprecated /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/src/org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect.aj:18 import org.eclipse.rap.rwt.internal.lifecycle.PhaseId; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [WARNING] The type PhaseId is deprecated /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/src/org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect.aj:81 PhaseId currentPhase = CurrentPhase.get(); ^^^^ [WARNING] The type PhaseId is deprecated /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/src/org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect.aj:82 return PhaseId.PREPARE_UI_ROOT.equals(currentPhase) || PhaseId.PROCESS_ACTION.equals(currentPhase); ^^^^ [WARNING] The field PhaseId.PREPARE_UI_ROOT is deprecated /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/src/org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect.aj:82 return PhaseId.PREPARE_UI_ROOT.equals(currentPhase) || PhaseId.PROCESS_ACTION.equals(currentPhase); ^^^^^^^^^^^^ [WARNING] The type PhaseId is deprecated /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/src/org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect.aj:82 return PhaseId.PREPARE_UI_ROOT.equals(currentPhase) || PhaseId.PROCESS_ACTION.equals(currentPhase); ^^^^ [WARNING] The field PhaseId.PROCESS_ACTION is deprecated /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/src/org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect.aj:82 return PhaseId.PREPARE_UI_ROOT.equals(currentPhase) || PhaseId.PROCESS_ACTION.equals(currentPhase); ^^^^^^^^^^^ [WARNING] The type PhaseId is deprecated /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/src/org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect.aj:102 && CurrentPhase.get() == PhaseId.RENDER); ^^ [WARNING] The field PhaseId.RENDER is deprecated /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/src/org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect.aj:102 && CurrentPhase.get() == PhaseId.RENDER); ^ [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/target/org.eclipse.rcptt.tesla.recording.aspects.swt.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/target/org.eclipse.rcptt.tesla.recording.aspects.swt.rap-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:33:52 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RcpttJSRegistrar$ContentBuffer.class Jan 28, 2023 1:33:52 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RcpttJSRegistrar.class Jan 28, 2023 1:33:52 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/IExtendedSWTEventListener.class Jan 28, 2023 1:33:52 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/AssertionClientListener.class Jan 28, 2023 1:33:52 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/IBasicSWTEventListener.class Jan 28, 2023 1:33:52 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingSWTActivator.class Jan 28, 2023 1:33:52 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/ServiceHandlerWrapper.class Jan 28, 2023 1:33:52 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/SWTEventManager$1.class Jan 28, 2023 1:33:52 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/SWTEventManager.class Jan 28, 2023 1:33:52 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/ISkipAwareEventListener.class Jan 28, 2023 1:33:52 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/AssertionServiceHandler.class Jan 28, 2023 1:33:52 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/AssertionServiceHandler$1.class Jan 28, 2023 1:33:52 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/IAssertSWTEventListener.class Jan 28, 2023 1:33:52 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect$RecordingAspect$1.class Jan 28, 2023 1:33:52 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect$RecordingAspect$4.class Jan 28, 2023 1:33:52 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect$RecordingAspect$2.class Jan 28, 2023 1:33:52 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect$RecordingAspect$3.class Jan 28, 2023 1:33:52 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect$RecordingAspect$7.class Jan 28, 2023 1:33:52 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect$RecordingAspect$5.class Jan 28, 2023 1:33:52 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect$RecordingAspect$6.class Jan 28, 2023 1:33:52 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/target/org.eclipse.rcptt.tesla.recording.aspects.swt.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/target/org.eclipse.rcptt.tesla.recording.aspects.swt.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap/target/org.eclipse.rcptt.tesla.recording.aspects.swt.rap-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:33:53 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RcpttJSRegistrar$ContentBuffer.class Jan 28, 2023 1:33:53 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RcpttJSRegistrar.class Jan 28, 2023 1:33:53 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/IExtendedSWTEventListener.class Jan 28, 2023 1:33:53 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/AssertionClientListener.class Jan 28, 2023 1:33:53 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/IBasicSWTEventListener.class Jan 28, 2023 1:33:53 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingSWTActivator.class Jan 28, 2023 1:33:53 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/ServiceHandlerWrapper.class Jan 28, 2023 1:33:53 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/SWTEventManager$1.class Jan 28, 2023 1:33:53 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/SWTEventManager.class Jan 28, 2023 1:33:53 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/ISkipAwareEventListener.class Jan 28, 2023 1:33:53 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/AssertionServiceHandler.class Jan 28, 2023 1:33:53 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/AssertionServiceHandler$1.class Jan 28, 2023 1:33:53 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/IAssertSWTEventListener.class Jan 28, 2023 1:33:53 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect$RecordingAspect$1.class Jan 28, 2023 1:33:53 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect$RecordingAspect$4.class Jan 28, 2023 1:33:53 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect$RecordingAspect$2.class Jan 28, 2023 1:33:53 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect$RecordingAspect$3.class Jan 28, 2023 1:33:53 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect$RecordingAspect$7.class Jan 28, 2023 1:33:53 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect$RecordingAspect$5.class Jan 28, 2023 1:33:53 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect$RecordingAspect$6.class Jan 28, 2023 1:33:53 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/recording/aspects/swt/rap/RecordingAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.aspects.swt.rap --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.canvas.rap >----- [INFO] Building org.eclipse.rcptt.tesla.canvas.rap 2.5.5-SNAPSHOT [40/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.canvas.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.canvas.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.canvas.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.canvas.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.canvas.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.canvas.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.canvas.rap/target/org.eclipse.rcptt.tesla.canvas.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.canvas.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.canvas.rap/target/org.eclipse.rcptt.tesla.canvas.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.canvas.rap/target/org.eclipse.rcptt.tesla.canvas.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.canvas.rap/target/org.eclipse.rcptt.tesla.canvas.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.canvas.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.canvas.rap/target/org.eclipse.rcptt.tesla.canvas.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.canvas.rap --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.e3x.rap >----- [INFO] Building org.eclipse.rcptt.tesla.swt.e3x.rap 2.5.5-SNAPSHOT [41/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.swt.e3x.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x.rap/target/org.eclipse.rcptt.tesla.swt.e3x.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x.rap/target/org.eclipse.rcptt.tesla.swt.e3x.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x.rap/target/org.eclipse.rcptt.tesla.swt.e3x.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x.rap/target/org.eclipse.rcptt.tesla.swt.e3x.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x.rap/target/org.eclipse.rcptt.tesla.swt.e3x.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.swt.e3x.rap --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.ui.ide.rap >----- [INFO] Building org.eclipse.rcptt.tesla.ui.ide.rap 2.5.5-SNAPSHOT [42/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.ui.ide.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.rap/target/org.eclipse.rcptt.tesla.ui.ide.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.rap/target/org.eclipse.rcptt.tesla.ui.ide.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.rap/target/org.eclipse.rcptt.tesla.ui.ide.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.rap/target/org.eclipse.rcptt.tesla.ui.ide.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.rap/target/org.eclipse.rcptt.tesla.ui.ide.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.ui.ide.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.jface.databinding.rap >-- [INFO] Building org.eclipse.rcptt.tesla.jface.databinding.rap 2.5.5-SNAPSHOT [43/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.jface.databinding.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.rap/target/org.eclipse.rcptt.tesla.jface.databinding.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.rap/target/org.eclipse.rcptt.tesla.jface.databinding.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.rap/target/org.eclipse.rcptt.tesla.jface.databinding.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.rap/target/org.eclipse.rcptt.tesla.jface.databinding.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.rap/target/org.eclipse.rcptt.tesla.jface.databinding.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.jface.databinding.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.swt.rap >-- [INFO] Building org.eclipse.rcptt.tesla.recording.swt.rap 2.5.5-SNAPSHOT [44/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.swt.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 47 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt.rap/target/org.eclipse.rcptt.tesla.recording.swt.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt.rap/target/org.eclipse.rcptt.tesla.recording.swt.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt.rap/target/org.eclipse.rcptt.tesla.recording.swt.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt.rap/target/org.eclipse.rcptt.tesla.recording.swt.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt.rap/target/org.eclipse.rcptt.tesla.recording.swt.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.swt.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.workbench.aspects.rap >-- [INFO] Building org.eclipse.rcptt.tesla.workbench.aspects.rap 2.5.5-SNAPSHOT [45/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.workbench.aspects.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.rap/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.rap/target/org.eclipse.rcptt.tesla.workbench.aspects.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.rap/target/org.eclipse.rcptt.tesla.workbench.aspects.rap-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:34:10 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/workbench/aspects/rap/WorkbenchAspectActivator.class Jan 28, 2023 1:34:10 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/workbench/aspects/rap/WorkbenchAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.rap/target/org.eclipse.rcptt.tesla.workbench.aspects.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.rap/target/org.eclipse.rcptt.tesla.workbench.aspects.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.rap/target/org.eclipse.rcptt.tesla.workbench.aspects.rap-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:34:10 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/workbench/aspects/rap/WorkbenchAspectActivator.class Jan 28, 2023 1:34:10 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/tesla/workbench/aspects/rap/WorkbenchAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.workbench.aspects.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla.ecl:org.eclipse.rcptt.tesla.ecl.impl.rap >-- [INFO] Building org.eclipse.rcptt.tesla.ecl.impl.rap 2.5.5-SNAPSHOT [46/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.ecl.impl.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 62 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl.rap/target/org.eclipse.rcptt.tesla.ecl.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl.rap/target/org.eclipse.rcptt.tesla.ecl.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl.rap/target/org.eclipse.rcptt.tesla.ecl.impl.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl.rap/target/org.eclipse.rcptt.tesla.ecl.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl.rap/target/org.eclipse.rcptt.tesla.ecl.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.ecl.impl.rap --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.forms.impl.rap >---- [INFO] Building org.eclipse.rcptt.forms.impl.rap 2.5.5-SNAPSHOT [47/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] Resolving class path of org.eclipse.rcptt.forms.impl.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.forms.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.forms.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.forms.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.forms.impl.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.forms.impl.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.forms.impl.rap/target/org.eclipse.rcptt.forms.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.forms.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.forms.impl.rap/target/org.eclipse.rcptt.forms.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.forms.impl.rap/target/org.eclipse.rcptt.forms.impl.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.forms.impl.rap/target/org.eclipse.rcptt.forms.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.forms.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.forms.impl.rap/target/org.eclipse.rcptt.forms.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.forms.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.recording.canvas.rap >-- [INFO] Building org.eclipse.rcptt.tesla.recording.canvas.rap 2.5.5-SNAPSHOT [48/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.canvas.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas.rap/target/org.eclipse.rcptt.tesla.recording.canvas.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas.rap/target/org.eclipse.rcptt.tesla.recording.canvas.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas.rap/target/org.eclipse.rcptt.tesla.recording.canvas.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas.rap/target/org.eclipse.rcptt.tesla.recording.canvas.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas.rap/target/org.eclipse.rcptt.tesla.recording.canvas.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.canvas.rap --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime.ui.rap >---- [INFO] Building org.eclipse.rcptt.runtime.ui.rap 2.5.5-SNAPSHOT [49/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] Resolving class path of org.eclipse.rcptt.runtime.ui.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.runtime.ui.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.runtime.ui.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.runtime.ui.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.runtime.ui.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.runtime.ui.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.runtime.ui.rap/target/org.eclipse.rcptt.runtime.ui.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.runtime.ui.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.runtime.ui.rap/target/org.eclipse.rcptt.runtime.ui.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.runtime.ui.rap/target/org.eclipse.rcptt.runtime.ui.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.runtime.ui.rap/target/org.eclipse.rcptt.runtime.ui.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.runtime.ui.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.runtime.ui.rap/target/org.eclipse.rcptt.runtime.ui.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.runtime.ui.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.core.ecl.debug.rap >-- [INFO] Building org.eclipse.rcptt.core.ecl.debug.rap 2.5.5-SNAPSHOT [50/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] Resolving class path of org.eclipse.rcptt.core.ecl.debug.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.core.ecl.debug.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.core.ecl.debug.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.core.ecl.debug.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.core.ecl.debug.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.core.ecl.debug.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.core.ecl.debug.rap/target/org.eclipse.rcptt.core.ecl.debug.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.core.ecl.debug.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.core.ecl.debug.rap/target/org.eclipse.rcptt.core.ecl.debug.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.core.ecl.debug.rap/target/org.eclipse.rcptt.core.ecl.debug.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.core.ecl.debug.rap/target/org.eclipse.rcptt.core.ecl.debug.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.core.ecl.debug.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.core.ecl.debug.rap/target/org.eclipse.rcptt.core.ecl.debug.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.core.ecl.debug.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.verifications.tree.impl.rap >-- [INFO] Building org.eclipse.rcptt.verifications.tree.impl.rap 2.5.5-SNAPSHOT [51/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.tree.impl.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl.rap/target/org.eclipse.rcptt.verifications.tree.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl.rap/target/org.eclipse.rcptt.verifications.tree.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl.rap/target/org.eclipse.rcptt.verifications.tree.impl.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl.rap/target/org.eclipse.rcptt.verifications.tree.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl.rap/target/org.eclipse.rcptt.verifications.tree.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.tree.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.verifications.log.impl.rap >-- [INFO] Building org.eclipse.rcptt.verifications.log.impl.rap 2.5.5-SNAPSHOT [52/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.log.impl.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.log.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.verifications.log.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.log.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.log.impl.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.log.impl.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.log.impl.rap/target/org.eclipse.rcptt.verifications.log.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.log.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.log.impl.rap/target/org.eclipse.rcptt.verifications.log.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.log.impl.rap/target/org.eclipse.rcptt.verifications.log.impl.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.log.impl.rap/target/org.eclipse.rcptt.verifications.log.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.verifications.log.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.log.impl.rap/target/org.eclipse.rcptt.verifications.log.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.log.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.verifications.text.impl.rap >-- [INFO] Building org.eclipse.rcptt.verifications.text.impl.rap 2.5.5-SNAPSHOT [53/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] Resolving class path of org.eclipse.rcptt.verifications.text.impl.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.text.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.verifications.text.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.text.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.text.impl.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.text.impl.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.text.impl.rap/target/org.eclipse.rcptt.verifications.text.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.verifications.text.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.text.impl.rap/target/org.eclipse.rcptt.verifications.text.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.text.impl.rap/target/org.eclipse.rcptt.verifications.text.impl.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.text.impl.rap/target/org.eclipse.rcptt.verifications.text.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.verifications.text.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.text.impl.rap/target/org.eclipse.rcptt.verifications.text.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.verifications.text.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.preferences.impl.rap >-- [INFO] Building org.eclipse.rcptt.ctx.preferences.impl.rap 2.5.5-SNAPSHOT [54/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.preferences.impl.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl.rap/target/org.eclipse.rcptt.ctx.preferences.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl.rap/target/org.eclipse.rcptt.ctx.preferences.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl.rap/target/org.eclipse.rcptt.ctx.preferences.impl.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl.rap/target/org.eclipse.rcptt.ctx.preferences.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl.rap/target/org.eclipse.rcptt.ctx.preferences.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.preferences.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.resources.impl.rap >-- [INFO] Building org.eclipse.rcptt.ctx.resources.impl.rap 2.5.5-SNAPSHOT [55/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.resources.impl.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl.rap/target/org.eclipse.rcptt.ctx.resources.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl.rap/target/org.eclipse.rcptt.ctx.resources.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl.rap/target/org.eclipse.rcptt.ctx.resources.impl.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl.rap/target/org.eclipse.rcptt.ctx.resources.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl.rap/target/org.eclipse.rcptt.ctx.resources.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.resources.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.script.impl.rap >-- [INFO] Building org.eclipse.rcptt.ctx.script.impl.rap 2.5.5-SNAPSHOT [56/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.script.impl.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.script.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.script.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.script.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.script.impl.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.script.impl.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.script.impl.rap/target/org.eclipse.rcptt.ctx.script.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.script.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.script.impl.rap/target/org.eclipse.rcptt.ctx.script.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.script.impl.rap/target/org.eclipse.rcptt.ctx.script.impl.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.script.impl.rap/target/org.eclipse.rcptt.ctx.script.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.script.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.script.impl.rap/target/org.eclipse.rcptt.ctx.script.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.script.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.workbench.impl.rap >-- [INFO] Building org.eclipse.rcptt.ctx.workbench.impl.rap 2.5.5-SNAPSHOT [57/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.workbench.impl.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl.rap/target/org.eclipse.rcptt.ctx.workbench.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl.rap/target/org.eclipse.rcptt.ctx.workbench.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl.rap/target/org.eclipse.rcptt.ctx.workbench.impl.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl.rap/target/org.eclipse.rcptt.ctx.workbench.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl.rap/target/org.eclipse.rcptt.ctx.workbench.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.workbench.impl.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ctx.debug.impl.rap >-- [INFO] Building org.eclipse.rcptt.ctx.debug.impl.rap 2.5.5-SNAPSHOT [58/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] Resolving class path of org.eclipse.rcptt.ctx.debug.impl.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl.rap/target/org.eclipse.rcptt.ctx.debug.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl.rap/target/org.eclipse.rcptt.ctx.debug.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl.rap/target/org.eclipse.rcptt.ctx.debug.impl.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl.rap/target/org.eclipse.rcptt.ctx.debug.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl.rap/target/org.eclipse.rcptt.ctx.debug.impl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ctx.debug.impl.rap --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.rap.aspects >----- [INFO] Building org.eclipse.rcptt.rap.aspects 2.5.5-SNAPSHOT [59/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.rap.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.rap.aspects --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.rap.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.rap.aspects --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.rap.aspects --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.rap.aspects --- [INFO] Resolving class path of org.eclipse.rcptt.rap.aspects... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.rap.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.rap.aspects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.rap.aspects --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.rap.aspects/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.rap.aspects/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.14.0:compile (compile) @ org.eclipse.rcptt.rap.aspects --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] build config error: -Xreweavable is on by default : [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.rap.aspects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.rap.aspects/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.rap.aspects --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.rap.aspects --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.rap.aspects/target/org.eclipse.rcptt.rap.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.rap.aspects --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.rap.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.rap.aspects/target/org.eclipse.rcptt.rap.aspects-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:34:49 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/rap/aspects/RapAspectActivator.class Jan 28, 2023 1:34:49 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/rap/aspects/RapAspect.class [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.rap.aspects --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.rap.aspects/target/org.eclipse.rcptt.rap.aspects-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.rap.aspects/target/org.eclipse.rcptt.rap.aspects-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.rap.aspects --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/org.eclipse.rcptt.rap.aspects/target/org.eclipse.rcptt.rap.aspects-2.5.5-SNAPSHOT.jar Jan 28, 2023 1:34:50 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/rap/aspects/RapAspectActivator.class Jan 28, 2023 1:34:50 AM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/eclipse/rcptt/rap/aspects/RapAspect.class [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.rap.aspects --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.rap.aspects --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.rap.aspects --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime.rap >----- [INFO] Building org.eclipse.rcptt.runtime.rap 2.5.5-SNAPSHOT [60/61] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.runtime.rap --- [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (246.29kB) [INFO] Fetching org.eclipse.equinox.cm_1.4.0.v20190117-0418.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (35.39kB) [INFO] Fetching org.eclipse.equinox.servletbridge_1.4.200.v20181008-1820.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (24.74kB) [INFO] Fetching org.eclipse.equinox.http.servletbridge_1.1.100.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (7.46kB) [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (283.72kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.900.v20181012-1045.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (24.45kB) [INFO] Fetching javax.servlet.source_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (113.6kB) [INFO] Fetching org.junit.source_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/plugins/ (135.43kB) [INFO] Fetching org.eclipse.help.source_3.8.300.v20190216-1017.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (180.05kB) [INFO] Fetching com.ibm.icu.source_63.1.0.v20181030-1705.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (2.35MB) [INFO] Fetching org.eclipse.core.commands.source_3.9.300.v20190215-1957.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (151.86kB) [INFO] Fetching org.eclipse.core.expressions.source_3.6.300.v20190218-1215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (87.85kB) [INFO] Fetching org.eclipse.core.contenttype.source_3.7.300.v20190215-2048.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (83.29kB) [INFO] Fetching org.eclipse.core.jobs.source_3.10.300.v20190215-2048.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (107.46kB) [INFO] Fetching org.eclipse.core.runtime.source_3.15.200.v20190301-1641.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (86.38kB) [INFO] Fetching org.eclipse.core.databinding.source_1.7.200.v20190216-1545.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (140.36kB) [INFO] Fetching org.eclipse.core.databinding.beans.source_1.4.400.v20190131-1604.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (67kB) [INFO] Fetching org.eclipse.core.databinding.observable.source_1.6.400.v20190218-2049.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (203.92kB) [INFO] Fetching org.eclipse.core.databinding.property.source_1.6.400.v20190215-1957.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (92.97kB) [INFO] Fetching org.eclipse.equinox.app.source_1.4.100.v20190215-2139.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (76.73kB) [INFO] Fetching org.eclipse.equinox.cm.source_1.4.0.v20190117-0418.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (46.88kB) [INFO] Fetching org.eclipse.equinox.common.source_3.10.300.v20190218-2100.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (130.15kB) [INFO] Fetching org.eclipse.equinox.event.source_1.5.0.v20181008-1938.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (28.29kB) [INFO] Fetching org.eclipse.equinox.preferences.source_3.7.300.v20190218-2100.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (111.8kB) [INFO] Fetching org.eclipse.equinox.registry.source_3.8.300.v20190218-2100.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (176.55kB) [INFO] Fetching org.eclipse.equinox.http.jetty.source_3.7.0.v20190305-2216.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (22.54kB) [INFO] Fetching org.eclipse.equinox.http.registry.source_1.1.700.v20190214-1948.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (32.52kB) [INFO] Fetching org.eclipse.equinox.http.servlet.source_1.6.0.v20190305-2225.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (140.31kB) [INFO] Fetching org.eclipse.equinox.console.source_1.3.200.v20181115-0906.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (84.71kB) [INFO] Fetching org.apache.felix.gogo.command.source_1.0.2.v20170914-1324.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (40.37kB) [INFO] Fetching org.apache.felix.gogo.runtime.source_1.1.0.v20180713-1646.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (105kB) [INFO] Fetching org.apache.felix.gogo.shell.source_1.1.0.v20180713-1646.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (47.29kB) [INFO] Fetching org.apache.felix.scr.source_2.1.14.v20190123-1619.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (272.59kB) [INFO] Fetching org.eclipse.jdt.junit.runtime.source_3.4.900.v20181012-1045.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (45.68kB) [INFO] Fetching org.eclipse.osgi.source_3.13.300.v20190218-1622.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1.1MB) [INFO] Fetching org.eclipse.osgi.services.source_3.8.0.v20190206-2147.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (244.89kB) [INFO] Fetching org.eclipse.osgi.util.source_3.5.200.v20190115-2323.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (63.54kB) [INFO] Fetching org.eclipse.jetty.continuation.source_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (33kB) [INFO] Fetching org.eclipse.jetty.http.source_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (130.34kB) [INFO] Fetching org.eclipse.jetty.io.source_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (89.95kB) [INFO] Fetching org.eclipse.jetty.security.source_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (92.56kB) [INFO] Fetching org.eclipse.jetty.server.source_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (412.78kB) [INFO] Fetching org.eclipse.jetty.servlet.source_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (81.77kB) [INFO] Fetching org.eclipse.jetty.util.source_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (361.42kB) [INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (51.3kB) [INFO] Fetching org.eclipse.rap.equinox.target.feature_3.8.0.20190313-0924.jar from http://download.eclipse.org/releases/2019-03/201903201000/features/ (25.04kB) [INFO] Fetching org.eclipse.rap.nebula.jface.gridviewer_3.8.0.20190103-0942.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.21kB) [INFO] Fetching org.eclipse.rap.feature_3.8.0.20190225-1059.jar from http://download.eclipse.org/releases/2019-03/201903201000/features/ (24.18kB) [INFO] Fetching org.eclipse.rap.nebula.widgets.richtext_3.8.0.20190103-0942.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (608.38kB) [INFO] Fetching org.eclipse.rap.nebula.widgets.grid_3.8.0.20190103-0942.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (40.98kB) [INFO] Fetching org.eclipse.rap.ui.cheatsheets_3.8.0.20190103-0942.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (114.56kB) [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.runtime.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/features/org.eclipse.rcptt.runtime-feature.rap/target/org.eclipse.rcptt.runtime.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.runtime.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.runtime.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/features/org.eclipse.rcptt.runtime-feature.rap/target/org.eclipse.rcptt.runtime.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/features/org.eclipse.rcptt.runtime-feature.rap/target/org.eclipse.rcptt.runtime.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.runtime.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime-updatesite.rap >-- [INFO] Building org.eclipse.rcptt.runtime-updatesite.rap 2.5.5-SNAPSHOT [61/61] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [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.1:target-platform (default-target-platform) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/repositories/org.eclipse.rcptt.runtime-updatesite.rap/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.1:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [WARNING] No system packages found in profile nor toolchain for JavaSE-17, using current JRE system packages. This can cause faulty dependency resolution, consider adding a definition for a 'jdk' with id=JavaSE-17 in your toolchains.xml [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.1:publish-products (default-publish-products) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.1:publish-categories (default-publish-categories) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.1:attach-artifacts (default-attach-artifacts) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.1:assemble-repository (default-assemble-repository) @ org.eclipse.rcptt.runtime-updatesite.rap --- [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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.1:archive-repository (default-archive-repository) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] Building zip: /home/jenkins/agent/workspace/master/modules/rap/repositories/org.eclipse.rcptt.runtime-updatesite.rap/target/org.eclipse.rcptt.runtime-updatesite.rap-2.5.5-SNAPSHOT.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.runtime-updatesite.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.runtime-updatesite.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] rap 2.5.5-SNAPSHOT ................................. SUCCESS [ 0.993 s] [INFO] rcptt.module.rap ................................... SUCCESS [ 0.008 s] [INFO] bundles ............................................ SUCCESS [ 0.071 s] [INFO] core ............................................... SUCCESS [ 0.006 s] [INFO] org.eclipse.rcptt.tesla.ecl.rap .................... SUCCESS [ 11.793 s] [INFO] org.eclipse.rcptt.tesla.recording.core.ecl.rap ..... SUCCESS [ 1.588 s] [INFO] runtime ............................................ SUCCESS [ 0.078 s] [INFO] rcptt.runtime.contexts ............................. SUCCESS [ 0.007 s] [INFO] org.eclipse.rcptt.ctx.preferences.aspects.rap ...... SUCCESS [ 9.455 s] [INFO] tesla .............................................. SUCCESS [ 0.007 s] [INFO] org.eclipse.rcptt.tesla.swt.fragment.rap ........... SUCCESS [ 1.453 s] [INFO] org.eclipse.rcptt.tesla.core.am.rap ................ SUCCESS [ 1.728 s] [INFO] org.eclipse.rcptt.tesla.swt.aspects.rap ............ SUCCESS [ 8.435 s] [INFO] org.eclipse.rcptt.tesla.jface.aspects.rap .......... SUCCESS [ 3.170 s] [INFO] org.eclipse.rcptt.tesla.jobs.aspects.rap ........... SUCCESS [ 2.199 s] [INFO] org.eclipse.rcptt.util.swt.rap ..................... SUCCESS [ 5.196 s] [INFO] rcptt.runtime.watson ............................... SUCCESS [ 0.007 s] [INFO] org.eclipse.rcptt.watson.aspects.jobs.rap .......... SUCCESS [ 3.229 s] [INFO] org.eclipse.rcptt.watson.aspects.swt.rap ........... SUCCESS [ 3.036 s] [INFO] org.eclipse.rcptt.tesla.swt.rap .................... SUCCESS [ 15.479 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.forms.rap SUCCESS [ 2.316 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.jface.rap SUCCESS [ 3.255 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.swt.rap .. SUCCESS [ 6.718 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.workbench.rap SUCCESS [ 2.731 s] [INFO] org.eclipse.rcptt.tesla.recording.swt.rap .......... SUCCESS [ 5.496 s] [INFO] ecl-tesla .......................................... SUCCESS [ 0.006 s] [INFO] org.eclipse.rcptt.tesla.ecl.impl.rap ............... SUCCESS [ 4.815 s] [INFO] org.eclipse.rcptt.tesla.ui.ide.aspects.rap ......... SUCCESS [ 2.371 s] [INFO] org.eclipse.rcptt.runtime.ui.rap ................... SUCCESS [ 4.159 s] [INFO] org.eclipse.rcptt.ctx.preferences.impl.rap ......... SUCCESS [ 3.835 s] [INFO] org.eclipse.rcptt.ctx.resources.impl.rap ........... SUCCESS [ 2.264 s] [INFO] org.eclipse.rcptt.ctx.script.impl.rap .............. SUCCESS [ 3.847 s] [INFO] org.eclipse.rcptt.ctx.workbench.impl.rap ........... SUCCESS [ 2.642 s] [INFO] org.eclipse.rcptt.ctx.workbench.aspect.rap ......... SUCCESS [ 2.835 s] [INFO] org.eclipse.rcptt.ctx.parameters.impl.rap .......... SUCCESS [ 3.225 s] [INFO] org.eclipse.rcptt.ctx.filesystem.impl.rap .......... SUCCESS [ 2.422 s] [INFO] org.eclipse.rcptt.ctx.debug.impl.rap ............... SUCCESS [ 3.282 s] [INFO] org.eclipse.rcptt.core.ecl.debug.rap ............... SUCCESS [ 1.968 s] [INFO] org.eclipse.rcptt.forms.impl.rap ................... SUCCESS [ 1.997 s] [INFO] org.eclipse.rcptt.rap.aspects ...................... SUCCESS [ 2.508 s] [INFO] org.eclipse.rcptt.tesla.canvas.rap ................. SUCCESS [ 2.729 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding.aspects.rap SUCCESS [ 3.312 s] [INFO] org.eclipse.rcptt.tesla.jface.fragment.rap ......... SUCCESS [ 2.448 s] [INFO] org.eclipse.rcptt.tesla.recording.canvas.rap ....... SUCCESS [ 1.817 s] [INFO] org.eclipse.rcptt.tesla.swt.e3x.rap ................ SUCCESS [ 1.756 s] [INFO] org.eclipse.rcptt.tesla.ui.ide.rap ................. SUCCESS [ 1.931 s] [INFO] org.eclipse.rcptt.tesla.workbench.aspects.rap ...... SUCCESS [ 2.310 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap SUCCESS [ 2.267 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding.rap ...... SUCCESS [ 2.482 s] [INFO] org.eclipse.rcptt.tesla.variables.rap .............. SUCCESS [ 1.446 s] [INFO] rcptt.runtime.verifications ........................ SUCCESS [ 0.073 s] [INFO] org.eclipse.rcptt.verifications.tree.impl.rap ...... SUCCESS [ 3.118 s] [INFO] org.eclipse.rcptt.verifications.time.impl.rap ...... SUCCESS [ 1.324 s] [INFO] org.eclipse.rcptt.verifications.log.impl.rap ....... SUCCESS [ 1.753 s] [INFO] org.eclipse.rcptt.verifications.text.impl.rap ...... SUCCESS [ 1.886 s] [INFO] ecl ................................................ SUCCESS [ 0.008 s] [INFO] org.eclipse.rcptt.ecl.platform.ui.rap .............. SUCCESS [ 3.413 s] [INFO] features ........................................... SUCCESS [ 0.012 s] [INFO] org.eclipse.rcptt.runtime.rap ...................... SUCCESS [ 11.156 s] [INFO] repositories ....................................... SUCCESS [ 0.008 s] [INFO] org.eclipse.rcptt.runtime-updatesite.rap 2.5.5-SNAPSHOT SUCCESS [ 12.409 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:12 min [INFO] Finished at: 2023-01-28T01:35:14Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn clean verify --threads=1.0C -Dtycho.localArtifacts=ignore -Dmaven.repo.local=/home/jenkins/agent/workspace/master/m2 -B -e -P sign -f releng/rap/pom.xml -P ide [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Adding repository file://home/jenkins/agent/workspace/master/modules/rap/repositories/org.eclipse.rcptt.runtime-updatesite.rap/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/full/target/repository SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.1/ (128B) [INFO] Adding repository http://download.eclipse.org/rt/rap/3.1 [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.1/R-20160607-1451/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.1/SR1-20160913-0447/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.1/SR2-20161130-1241/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/3.1/SR2a-20170308-2159/ (172B) [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/dependencies/target/repository [INFO] Adding repository http://download.eclipse.org/tools/ajdt/43/update [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/2019-03 [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2019-03/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/201903201000/ (142B) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.tesla.ecl.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.tesla.recording.core.ecl.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ecl.platform.ui.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.launching.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.launching.rap.ui:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.updates.runtime.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/updates/org.eclipse.rcptt.updates.runtime.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/features/org.eclipse.rcptt.runtime-feature.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.launching.rap.feature:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/features/org.eclipse.rcptt.launching.rap-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.rap.ui.feature:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/features/org.eclipse.rcptt.rap.ui-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime-updatesite.rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/modules/rap/repositories/org.eclipse.rcptt.runtime-updatesite.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.repositiry:rap:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/repository/rap/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] rap [pom] [INFO] rcptt.module.rap [pom] [INFO] bundles [pom] [INFO] core [pom] [INFO] org.eclipse.rcptt.tesla.ecl.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.core.ecl.rap [eclipse-plugin] [INFO] ecl [pom] [INFO] org.eclipse.rcptt.ecl.platform.ui.rap [eclipse-plugin] [INFO] launching [pom] [INFO] org.eclipse.rcptt.launching.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.rap.ui [eclipse-plugin] [INFO] runtime [pom] [INFO] updates [pom] [INFO] org.eclipse.rcptt.updates.runtime.rap [eclipse-plugin] [INFO] features [pom] [INFO] org.eclipse.rcptt.runtime.rap [eclipse-feature] [INFO] org.eclipse.rcptt.launching.rap.feature [eclipse-feature] [INFO] org.eclipse.rcptt.rap.ui.feature [eclipse-feature] [INFO] repositories [pom] [INFO] org.eclipse.rcptt.runtime-updatesite.rap [eclipse-repository] [INFO] rap [eclipse-repository] [INFO] [INFO] -----------------------< org.eclipse.rcptt:rap >------------------------ [INFO] Building rap 2.5.5-SNAPSHOT [1/21] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rap --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ rap --- [INFO] [INFO] -----------< org.eclipse.rcptt.module.rap:rcptt.module.rap >------------ [INFO] Building rcptt.module.rap 2.5.5-SNAPSHOT [2/21] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.module.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ rcptt.module.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.module.rap --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ rcptt.module.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.module.rap --- [INFO] [INFO] ----------------< org.eclipse.rcptt.module.rap:bundles >---------------- [INFO] Building bundles 2.5.5-SNAPSHOT [3/21] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bundles --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ bundles --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ bundles --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ bundles --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ bundles --- [INFO] [INFO] ---------------< org.eclipse.rcptt.module.rap:features >---------------- [INFO] Building features 2.5.5-SNAPSHOT [4/21] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ features --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ features --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ features --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ features --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ features --- [INFO] [INFO] -------------< org.eclipse.rcptt.module.rap:repositories >-------------- [INFO] Building repositories 2.5.5-SNAPSHOT [5/21] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ repositories --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ repositories --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ repositories --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ repositories --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ repositories --- [INFO] [INFO] -----------------< org.eclipse.rcptt.module.rap:core >------------------ [INFO] Building core 2.5.5-SNAPSHOT [6/21] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ core --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ core --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ core --- [INFO] [INFO] ------------------< org.eclipse.rcptt.module.rap:ecl >------------------ [INFO] Building ecl 2.5.5-SNAPSHOT [7/21] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ecl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ ecl --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ ecl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ ecl --- [INFO] [INFO] ---------------< org.eclipse.rcptt.module.rap:launching >--------------- [INFO] Building launching 2.5.5-SNAPSHOT [8/21] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ launching --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ launching --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ launching --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ launching --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ launching --- [INFO] [INFO] ----------------< org.eclipse.rcptt.module.rap:runtime >---------------- [INFO] Building runtime 2.5.5-SNAPSHOT [9/21] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ runtime --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ runtime --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ runtime --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ runtime --- [INFO] [INFO] ----< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.tesla.ecl.rap >---- [INFO] Building org.eclipse.rcptt.tesla.ecl.rap 2.5.5-SNAPSHOT [10/21] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] Deleting /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/target [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.ecl.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.ecl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/target/org.eclipse.rcptt.tesla.ecl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.ecl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/target/org.eclipse.rcptt.tesla.ecl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/target/org.eclipse.rcptt.tesla.ecl.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/target/org.eclipse.rcptt.tesla.ecl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.ecl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/target/org.eclipse.rcptt.tesla.ecl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.ecl.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.ecl.platform.ui.rap >-- [INFO] Building org.eclipse.rcptt.ecl.platform.ui.rap 2.5.5-SNAPSHOT [11/21] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] Deleting /home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/target [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] Resolving class path of org.eclipse.rcptt.ecl.platform.ui.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/target/org.eclipse.rcptt.ecl.platform.ui.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/target/org.eclipse.rcptt.ecl.platform.ui.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/target/org.eclipse.rcptt.ecl.platform.ui.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/target/org.eclipse.rcptt.ecl.platform.ui.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/target/org.eclipse.rcptt.ecl.platform.ui.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.ecl.platform.ui.rap --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.launching.rap >---- [INFO] Building org.eclipse.rcptt.launching.rap 2.5.5-SNAPSHOT [12/21] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.launching.rap --- [INFO] Resolving class path of org.eclipse.rcptt.launching.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.launching.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap/target/org.eclipse.rcptt.launching.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.launching.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap/target/org.eclipse.rcptt.launching.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap/target/org.eclipse.rcptt.launching.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap/target/org.eclipse.rcptt.launching.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.launching.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap/target/org.eclipse.rcptt.launching.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.launching.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.launching.rap --- [INFO] No tests to run. [INFO] [INFO] ----------------< org.eclipse.rcptt.module.rap:updates >---------------- [INFO] Building updates 2.5.5-SNAPSHOT [13/21] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ updates --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ updates --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ updates --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ updates --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ updates --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.tesla.recording.core.ecl.rap >-- [INFO] Building org.eclipse.rcptt.tesla.recording.core.ecl.rap 2.5.5-SNAPSHOT [14/21] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] Deleting /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/target [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] Resolving class path of org.eclipse.rcptt.tesla.recording.core.ecl.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/target/org.eclipse.rcptt.tesla.recording.core.ecl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/target/org.eclipse.rcptt.tesla.recording.core.ecl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/target/org.eclipse.rcptt.tesla.recording.core.ecl.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/target/org.eclipse.rcptt.tesla.recording.core.ecl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/target/org.eclipse.rcptt.tesla.recording.core.ecl.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.tesla.recording.core.ecl.rap --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.launching.rap.ui >--- [INFO] Building org.eclipse.rcptt.launching.rap.ui 2.5.5-SNAPSHOT [15/21] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] Resolving class path of org.eclipse.rcptt.launching.rap.ui... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.launching.rap.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap.ui/target/org.eclipse.rcptt.launching.rap.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.launching.rap.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap.ui/target/org.eclipse.rcptt.launching.rap.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap.ui/target/org.eclipse.rcptt.launching.rap.ui-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap.ui/target/org.eclipse.rcptt.launching.rap.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.launching.rap.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap.ui/target/org.eclipse.rcptt.launching.rap.ui-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.launching.rap.ui --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.updates.runtime.rap >-- [INFO] Building org.eclipse.rcptt.updates.runtime.rap 2.5.5-SNAPSHOT [16/21] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] The project's OSGi version is 2.5.5.202301280135 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1: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 105 resources [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] Resolving class path of org.eclipse.rcptt.updates.runtime.rap... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/updates/org.eclipse.rcptt.updates.runtime.rap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/updates/org.eclipse.rcptt.updates.runtime.rap/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/updates/org.eclipse.rcptt.updates.runtime.rap/target/org.eclipse.rcptt.updates.runtime.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.updates.runtime.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/updates/org.eclipse.rcptt.updates.runtime.rap/target/org.eclipse.rcptt.updates.runtime.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/updates/org.eclipse.rcptt.updates.runtime.rap/target/org.eclipse.rcptt.updates.runtime.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/updates/org.eclipse.rcptt.updates.runtime.rap/target/org.eclipse.rcptt.updates.runtime.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.updates.runtime.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/modules/rap/bundles/runtime/updates/org.eclipse.rcptt.updates.runtime.rap/target/org.eclipse.rcptt.updates.runtime.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.updates.runtime.rap --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime.rap >----- [INFO] Building org.eclipse.rcptt.runtime.rap 2.5.5-SNAPSHOT [17/21] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runtime.rap --- [INFO] Deleting /home/jenkins/agent/workspace/master/modules/rap/features/org.eclipse.rcptt.runtime-feature.rap/target [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.runtime.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.runtime.rap --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/features/org.eclipse.rcptt.runtime-feature.rap/target/org.eclipse.rcptt.runtime.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.runtime.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.runtime.rap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/features/org.eclipse.rcptt.runtime-feature.rap/target/org.eclipse.rcptt.runtime.rap-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/features/org.eclipse.rcptt.runtime-feature.rap/target/org.eclipse.rcptt.runtime.rap-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.runtime.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.runtime.rap --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.launching.rap.feature >-- [INFO] Building org.eclipse.rcptt.launching.rap.feature 2.5.5-SNAPSHOT [18/21] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.rap.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.launching.rap.feature --- [INFO] The project's OSGi version is 2.5.5.202301280135 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.launching.rap.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.launching.rap.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.launching.rap.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.launching.rap.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.launching.rap.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/features/org.eclipse.rcptt.launching.rap-feature/target/org.eclipse.rcptt.launching.rap.feature-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.launching.rap.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.launching.rap.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.launching.rap.feature --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.launching.rap.feature --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/features/org.eclipse.rcptt.launching.rap-feature/target/org.eclipse.rcptt.launching.rap.feature-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/features/org.eclipse.rcptt.launching.rap-feature/target/org.eclipse.rcptt.launching.rap.feature-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.launching.rap.feature --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.launching.rap.feature --- [INFO] [INFO] ---< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.rap.ui.feature >---- [INFO] Building org.eclipse.rcptt.rap.ui.feature 2.5.5-SNAPSHOT [19/21] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.rap.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.rap.ui.feature --- [INFO] The project's OSGi version is 2.5.5.202301280135 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.rap.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.rap.ui.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.rap.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.rap.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.rap.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/master/modules/rap/features/org.eclipse.rcptt.rap.ui-feature/target/org.eclipse.rcptt.rap.ui.feature-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.rap.ui.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.rap.ui.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.rap.ui.feature --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.rap.ui.feature --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/modules/rap/features/org.eclipse.rcptt.rap.ui-feature/target/org.eclipse.rcptt.rap.ui.feature-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/modules/rap/features/org.eclipse.rcptt.rap.ui-feature/target/org.eclipse.rcptt.rap.ui.feature-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.rap.ui.feature --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.rap.ui.feature --- [INFO] [INFO] --< org.eclipse.rcptt.module.rap:org.eclipse.rcptt.runtime-updatesite.rap >-- [INFO] Building org.eclipse.rcptt.runtime-updatesite.rap 2.5.5-SNAPSHOT [20/21] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] Deleting /home/jenkins/agent/workspace/master/modules/rap/repositories/org.eclipse.rcptt.runtime-updatesite.rap/target [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] The project's OSGi version is 2.5.5.202301241915 [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.1:target-platform (default-target-platform) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/modules/rap/repositories/org.eclipse.rcptt.runtime-updatesite.rap/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.1:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [WARNING] No system packages found in profile nor toolchain for JavaSE-17, using current JRE system packages. This can cause faulty dependency resolution, consider adding a definition for a 'jdk' with id=JavaSE-17 in your toolchains.xml [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.1:publish-products (default-publish-products) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.1:publish-categories (default-publish-categories) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.1:attach-artifacts (default-attach-artifacts) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.1:assemble-repository (default-assemble-repository) @ org.eclipse.rcptt.runtime-updatesite.rap --- [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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 202301241915.Default 1.0.0.7p8e85cLWH9r8cpRorkXN7iXQ 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.1:archive-repository (default-archive-repository) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] Building zip: /home/jenkins/agent/workspace/master/modules/rap/repositories/org.eclipse.rcptt.runtime-updatesite.rap/target/org.eclipse.rcptt.runtime-updatesite.rap-2.5.5-SNAPSHOT.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.runtime-updatesite.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.runtime-updatesite.rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.runtime-updatesite.rap --- [INFO] [INFO] ------------------< org.eclipse.rcptt.repositiry:rap >------------------ [INFO] Building rap 2.5.5-SNAPSHOT [21/21] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rap --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ rap --- [INFO] The project's OSGi version is 2.5.5.202301280135 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ rap --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ rap --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ rap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/repository/rap/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.1: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.1:publish-products (default-publish-products) @ rap --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.1:publish-categories (default-publish-categories) @ rap --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.1:attach-artifacts (default-attach-artifacts) @ rap --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.1:assemble-repository (default-assemble-repository) @ rap --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.1:archive-repository (default-archive-repository) @ rap --- [INFO] Building zip: /home/jenkins/agent/workspace/master/repository/rap/target/rap-2.5.5-SNAPSHOT.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rap --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ rap --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ rap --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] rap 2.5.5-SNAPSHOT ................................. SUCCESS [ 1.221 s] [INFO] rcptt.module.rap ................................... SUCCESS [ 0.008 s] [INFO] bundles ............................................ SUCCESS [ 0.014 s] [INFO] core ............................................... SUCCESS [ 0.066 s] [INFO] org.eclipse.rcptt.tesla.ecl.rap .................... SUCCESS [ 12.211 s] [INFO] org.eclipse.rcptt.tesla.recording.core.ecl.rap ..... SUCCESS [ 3.600 s] [INFO] ecl ................................................ SUCCESS [ 0.012 s] [INFO] org.eclipse.rcptt.ecl.platform.ui.rap .............. SUCCESS [ 4.991 s] [INFO] launching .......................................... SUCCESS [ 0.012 s] [INFO] org.eclipse.rcptt.launching.rap .................... SUCCESS [ 5.288 s] [INFO] org.eclipse.rcptt.launching.rap.ui ................. SUCCESS [ 5.777 s] [INFO] runtime ............................................ SUCCESS [ 0.007 s] [INFO] updates ............................................ SUCCESS [ 0.012 s] [INFO] org.eclipse.rcptt.updates.runtime.rap .............. SUCCESS [ 7.455 s] [INFO] features ........................................... SUCCESS [ 0.012 s] [INFO] org.eclipse.rcptt.runtime.rap ...................... SUCCESS [ 6.657 s] [INFO] org.eclipse.rcptt.launching.rap.feature ............ SUCCESS [ 3.963 s] [INFO] org.eclipse.rcptt.rap.ui.feature ................... SUCCESS [ 2.147 s] [INFO] repositories ....................................... SUCCESS [ 0.008 s] [INFO] org.eclipse.rcptt.runtime-updatesite.rap ........... SUCCESS [ 12.781 s] [INFO] rap 2.5.5-SNAPSHOT ................................. SUCCESS [ 14.773 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:31 min [INFO] Finished at: 2023-01-28T01:37:51Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn clean verify --threads=1.0C -Dtycho.localArtifacts=ignore -Dmaven.repo.local=/home/jenkins/agent/workspace/master/m2 -B -e -P sign -f releng/rcptt/pom.xml [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/master/repository/dependencies/target/repository is associated with multiple IDs; was 'dependencies', now is 'rcptt-external-dependencies' [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/full/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/rap/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/dependencies/target/repository SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.15/ (128B) [INFO] Adding repository http://download.eclipse.org/eclipse/updates/4.15 [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2022-09/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/2022-09 [INFO] Fetching p2.index from http://download.eclipse.org/releases/2022-09/202209141001/ (140B) [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository/ (134B) [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/ (172B) [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/core/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/e4x/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:rcptt.repository:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/repository/rcptt/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] rcptt.repository.parent [pom] [INFO] rcptt.repository [eclipse-repository] [INFO] [INFO] -------------< org.eclipse.rcptt:rcptt.repository.parent >-------------- [INFO] Building rcptt.repository.parent 2.5.5-SNAPSHOT [1/2] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.repository.parent --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ rcptt.repository.parent --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.repository.parent --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ rcptt.repository.parent --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.repository.parent --- [INFO] [INFO] -----------------< org.eclipse.rcptt:rcptt.repository >----------------- [INFO] Building rcptt.repository 2.5.5-SNAPSHOT [2/2] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.repository --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ rcptt.repository --- [INFO] Fetching R-4.15-202003050155&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.15/ (63B) [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (44.03kB) [INFO] The project's OSGi version is 2.5.5.202301280135 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ rcptt.repository --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ rcptt.repository --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ rcptt.repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/repository/rcptt/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.1:publish-osgi-ee (default-publish-osgi-ee) @ rcptt.repository --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [WARNING] No system packages found in profile nor toolchain for JavaSE-17, using current JRE system packages. This can cause faulty dependency resolution, consider adding a definition for a 'jdk' with id=JavaSE-17 in your toolchains.xml [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.1:publish-products (default-publish-products) @ rcptt.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.1:publish-categories (default-publish-categories) @ rcptt.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.1:attach-artifacts (default-attach-artifacts) @ rcptt.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.1:assemble-repository (default-assemble-repository) @ rcptt.repository --- [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.ide.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.external.dependencies.feature.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.core.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.module.testrail.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.core.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.updates.feature.group [2.5.3.202205021448,2.5.3.202205021448].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.platform.feature.group [2.5.3.202205021448,2.5.3.202205021448].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.launching.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.watson.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.module.nebula.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.ui.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.server.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.ecl.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.module.zephyr.feature.group [2.5.3.202205020620,2.5.3.202205020620].] [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 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.ide.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.external.dependencies.feature.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.core.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.module.testrail.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.core.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.updates.feature.group [2.5.3.202205021448,2.5.3.202205021448].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.platform.feature.group [2.5.3.202205021448,2.5.3.202205021448].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.launching.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.watson.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.module.nebula.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.ui.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.server.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.ecl.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.module.zephyr.feature.group [2.5.3.202205020620,2.5.3.202205020620].] [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 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.ide.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.external.dependencies.feature.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.core.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.module.testrail.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.core.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.updates.feature.group [2.5.3.202205021448,2.5.3.202205021448].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.platform.feature.group [2.5.3.202205021448,2.5.3.202205021448].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.launching.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.watson.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.module.nebula.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.platform.ui.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.ecl.server.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.tesla.ecl.feature.group [2.5.3.202205020620,2.5.3.202205020620].; Unable to satisfy dependency from 202301280135.rcptt 1.0.0.94B9A9cLWcJbA957c639Vetjy to org.eclipse.equinox.p2.iu; org.eclipse.rcptt.module.zephyr.feature.group [2.5.3.202205020620,2.5.3.202205020620].] [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.1:archive-repository (default-archive-repository) @ rcptt.repository --- [INFO] Building zip: /home/jenkins/agent/workspace/master/repository/rcptt/target/rcptt.repository-2.5.5-SNAPSHOT.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ rcptt.repository --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.repository --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ rcptt.repository --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.repository --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] rcptt.repository.parent 2.5.5-SNAPSHOT ............. SUCCESS [ 1.299 s] [INFO] rcptt.repository 2.5.5-SNAPSHOT .................... SUCCESS [ 40.407 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:27 min [INFO] Finished at: 2023-01-28T01:39:24Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn clean verify --threads=1.0C -Dtycho.localArtifacts=ignore -Dmaven.repo.local=/home/jenkins/agent/workspace/master/m2 -B -e -P sign -f releng/runner/pom.xml [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom (5.8 kB at 31 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 249 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 541 kB/s) SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) [INFO] Adding repository http://download.eclipse.org/cbi/updates/license [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/full/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/rap/target/repository [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.15/ (128B) [INFO] Adding repository http://download.eclipse.org/eclipse/updates/4.15 [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2022-09/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/2022-09 [INFO] Fetching p2.index from http://download.eclipse.org/releases/2022-09/202209141001/ (140B) [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/core/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/e4x/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/dependencies/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.runner:org.eclipse.rcptt.runner:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.runner.features:org.eclipse.rcptt.runner.headless:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.runner-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.runner.features:org.eclipse.rcptt.runner.integration:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.integration-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.runner:rcptt.runner:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runner/product/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] runner [pom] [INFO] runner [pom] [INFO] org.eclipse.rcptt.runner [eclipse-plugin] [INFO] runner.features [pom] [INFO] org.eclipse.rcptt.runner.integration [eclipse-feature] [INFO] org.eclipse.rcptt.runner.headless [eclipse-feature] [INFO] rcptt.runner [eclipse-application] [INFO] [INFO] ----------------------< org.eclipse.rcptt:runner >---------------------- [INFO] Building runner 2.5.5-SNAPSHOT [1/7] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ runner --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ runner --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ runner --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ runner --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ runner --- [INFO] [INFO] ------------------< org.eclipse.rcptt.runner:runner >------------------- [INFO] Building runner 2.5.5-SNAPSHOT [2/7] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ runner --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ runner --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ runner --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ runner --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ runner --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ runner --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 903 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 676 kB/s) [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/runner removed. [INFO] [INFO] ---------< org.eclipse.rcptt.runner:org.eclipse.rcptt.runner >---------- [INFO] Building org.eclipse.rcptt.runner 2.5.5-SNAPSHOT [3/7] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.runner --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.runner --- [INFO] Resolving class path of org.eclipse.rcptt.runner... [INFO] Fetching 202209141001&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2022-09/ (63B) [INFO] Fetching ch.qos.logback.slf4j_1.1.2.v20160301-0943.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (18.16kB) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.runner --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.runner --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.runner --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.runner --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/target/org.eclipse.rcptt.runner-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.runner --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/target/org.eclipse.rcptt.runner-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.runner --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/target/org.eclipse.rcptt.runner-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/target/org.eclipse.rcptt.runner-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.runner --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/target/org.eclipse.rcptt.runner-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ org.eclipse.rcptt.runner --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/org.eclipse.rcptt.runner removed. [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.runner --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.rcptt.runner.features:runner.features >---------- [INFO] Building runner.features 2.5.5-SNAPSHOT [4/7] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ runner.features --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ runner.features --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ runner.features --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ runner.features --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ runner.features --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ runner.features --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/features/runner.features removed. [INFO] [INFO] ---------------< org.eclipse.rcptt.runner:rcptt.runner >---------------- [INFO] Building rcptt.runner 2.5.5-SNAPSHOT [5/7] [INFO] ------------------------[ eclipse-application ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runner --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ rcptt.runner --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ rcptt.runner --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1: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 com.sun.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (57.07kB) [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (30.08kB) [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (60.2kB) [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.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (98kB) [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (123.59kB) [INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (52.58kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar from http://download.eclipse.org/releases/2022-09/202209141001/plugins/ (69.34kB) [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.analysis_3.5.0.v20120725-1805.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (887.38kB) [INFO] Fetching org.apache.lucene.core_3.5.0.v20120725-1805.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (1.48MB) [INFO] Fetching R-4.15-202003050155&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.15/ (63B) [INFO] Fetching org.eclipse.jetty.continuation_9.4.27.v20200227.jar from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (31.79kB) [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.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.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (14.95kB) [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] Building zip: /home/jenkins/agent/workspace/master/runner/product/target/rcptt.runner-2.5.5-SNAPSHOT.zip [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ rcptt.runner --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rcptt.runner --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ rcptt.runner --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ rcptt.runner --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ rcptt.runner --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/rcptt.runner removed. [INFO] [INFO] --< org.eclipse.rcptt.runner.features:org.eclipse.rcptt.runner.integration >-- [INFO] Building org.eclipse.rcptt.runner.integration 2.5.5-SNAPSHOT [6/7] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.runner.integration --- [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (96.31kB) [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.runner.integration --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.integration-feature/target/org.eclipse.rcptt.runner.integration-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.runner.integration --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.runner.integration --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.integration-feature/target/org.eclipse.rcptt.runner.integration-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.integration-feature/target/org.eclipse.rcptt.runner.integration-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.runner.integration --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ org.eclipse.rcptt.runner.integration --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/features/org.eclipse.rcptt.runner.integration removed. [INFO] [INFO] --< org.eclipse.rcptt.runner.features:org.eclipse.rcptt.runner.headless >-- [INFO] Building org.eclipse.rcptt.runner.headless 2.5.5-SNAPSHOT [7/7] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.runner.headless --- [INFO] Fetching org.slf4j.jcl_1.7.2.v20130115-1340.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (12.64kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.900.v20200213-1442.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (61.43kB) [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.runner.headless --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.runner-feature/target/org.eclipse.rcptt.runner.headless-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.1:normalize (pack200-normalize) @ org.eclipse.rcptt.runner.headless --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.rcptt.runner.headless --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.runner-feature/target/org.eclipse.rcptt.runner.headless-2.5.5-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.runner-feature/target/org.eclipse.rcptt.runner.headless-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.1:pack (pack200-pack) @ org.eclipse.rcptt.runner.headless --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (alter-p2-metadata-for-signing) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ org.eclipse.rcptt.runner.headless --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/features/org.eclipse.rcptt.runner.headless removed. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] runner 2.5.5-SNAPSHOT .............................. SUCCESS [ 1.202 s] [INFO] runner ............................................. SUCCESS [ 0.733 s] [INFO] org.eclipse.rcptt.runner ........................... SUCCESS [ 16.700 s] [INFO] runner.features .................................... SUCCESS [ 0.070 s] [INFO] org.eclipse.rcptt.runner.integration ............... SUCCESS [ 3.603 s] [INFO] org.eclipse.rcptt.runner.headless .................. SUCCESS [ 5.131 s] [INFO] rcptt.runner 2.5.5-SNAPSHOT ........................ SUCCESS [ 17.607 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:46 min [INFO] Finished at: 2023-01-28T01:41:16Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn clean verify --threads=1.0C -Dtycho.localArtifacts=ignore -Dmaven.repo.local=/home/jenkins/agent/workspace/master/m2 -B -e -P sign -f maven-plugin/pom.xml install [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] RCPTT maven support modules [pom] [INFO] Utilities for RCPTT-related maven plugins [jar] [INFO] RCPTT runner maven plugin [maven-plugin] [INFO] [INFO] ---------------< org.eclipse.rcptt:rcptt-maven-modules >---------------- [INFO] Building RCPTT maven support modules 2.5.5-SNAPSHOT [1/3] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 4.2 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 192 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 379 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 532 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 123 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 355 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 508 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 103 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 989 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 966 kB/s) [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ rcptt-maven-modules --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-modules removed. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ rcptt-maven-modules --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-modules removed. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rcptt-maven-modules --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom (2.5 kB at 251 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 18 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 498 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-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 599 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 683 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 227 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 518 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 305 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/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 kB at 40 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 771 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 72 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 208 kB/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 74 kB/s) [INFO] Installing /home/jenkins/agent/workspace/master/maven-plugin/pom.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-modules/2.5.5-SNAPSHOT/rcptt-maven-modules-2.5.5-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.rcptt:rcptt-maven-util >----------------- [INFO] Building Utilities for RCPTT-related maven plugins 2.5.5-SNAPSHOT [2/3] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 325 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 347 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 200 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 148 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.jar (62 kB at 2.5 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 499 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 657 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar (30 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (5.8 kB at 81 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.5 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 83 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 234 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 792 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 103 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 254 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 38 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 508 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 1.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 21 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 30 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 15 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 25 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 25 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 40 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 199 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 229 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 40 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 686 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 34 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 221 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 241 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 61 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 27 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 187 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 22 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 53 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 57 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 196 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 160 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 76 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 155 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 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/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/commons/commons-compress/1.19/commons-compress-1.19.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.jar (45 kB at 249 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.jar (196 kB at 696 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.jar (165 kB at 587 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 204 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar (615 kB at 1.6 MB/s) [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 46 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-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-core/3.5.4/maven-core-3.5.4.jar (630 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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 67 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-artifact/3.5.4/maven-artifact-3.5.4.jar (55 kB at 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-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 424 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 114 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.jar (146 kB at 246 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar (185 kB at 310 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.jar (67 kB at 112 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.jar (36 kB at 60 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.jar (159 kB at 297 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0-no_aop.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/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.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar (205 kB at 258 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 592 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0-no_aop.jar (521 kB at 635 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar (379 kB at 426 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar (2.4 MB at 2.4 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ rcptt-maven-util --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ rcptt-maven-util --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (5.8 kB at 232 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 47 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 570 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-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] 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] 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 247 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-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 156 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 114 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 876 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/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 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-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 56 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 163 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.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 201 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 160 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 202 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-util/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ rcptt-maven-util --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 176 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 127 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 74 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 500 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.pom (1.2 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.11.1/plexus-compilers-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.11.1/plexus-compilers-2.11.1.pom (1.3 kB at 41 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/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-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/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 338 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar (54 kB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.jar (23 kB at 269 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 2.8 MB/s) [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-util/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ rcptt-maven-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-util/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ rcptt-maven-util --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ rcptt-maven-util --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (1.5 kB at 71 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 859 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 862 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 160 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 83 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 291 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 85 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 736 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 74 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 49 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 937 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 49 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 103 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 45 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 98 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 38 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 76 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 99 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 147 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 60 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 86 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 36 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 115 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 68 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 183 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 836 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 60 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 445 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 552 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-api/2.12.4/surefire-api-2.12.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 368 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (35 kB at 445 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 379 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar (263 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-settings/2.0.9/maven-settings-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 473 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-project/2.0.9/maven-project-2.0.9.jar (122 kB at 420 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 122 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/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 791 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/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 166 kB/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 396 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] 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-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 77 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-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 151 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 227 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 399 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 61 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 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 22 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 79 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 29 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 77 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 55 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 52 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 87 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 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 299 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (58 kB at 787 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (184 kB at 2.2 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 395 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 1.3 MB/s) [INFO] Building jar: /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-util/target/rcptt-maven-util-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ rcptt-maven-util --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-util removed. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ rcptt-maven-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-util/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ rcptt-maven-util --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-util/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ rcptt-maven-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-util/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ rcptt-maven-util --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ rcptt-maven-util --- [INFO] No tests to run. [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ rcptt-maven-util --- [INFO] Building jar: /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-util/target/rcptt-maven-util-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ rcptt-maven-util --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-util removed. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rcptt-maven-util --- [INFO] Installing /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-util/target/rcptt-maven-util-2.5.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-util/2.5.5-SNAPSHOT/rcptt-maven-util-2.5.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-util/pom.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-util/2.5.5-SNAPSHOT/rcptt-maven-util-2.5.5-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.rcptt:rcptt-maven-plugin >---------------- [INFO] Building RCPTT runner maven plugin 2.5.5-SNAPSHOT [3/3] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.6.0/maven-plugin-plugin-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.6.0/maven-plugin-plugin-3.6.0.pom (13 kB at 12 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 215 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 156 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ rcptt-maven-plugin --- [INFO] [INFO] --- maven-plugin-plugin:3.6.0:helpmojo (generated-helpmojo) @ rcptt-maven-plugin --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.6.0/maven-plugin-tools-api-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.6.0/maven-plugin-tools-api-3.6.0.pom (2.8 kB at 30 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 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom (1.9 kB at 87 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom (2.9 kB at 109 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 37 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 30 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 35 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 192 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 81 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 205 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 66 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 77 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 88 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 207 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 49 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 58 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/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 543 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar (114 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar (80 kB at 713 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.6.0/maven-plugin-tools-api-3.6.0.jar (24 kB at 195 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.6.0/maven-plugin-tools-java-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar (50 kB at 410 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M5/qdox-2.0-M5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.6.0/maven-plugin-tools-generators-3.6.0.jar (49 kB at 393 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.6.0/maven-plugin-tools-annotations-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar (33 kB at 163 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.jar (250 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.6.0/maven-plugin-tools-java-3.6.0.jar (18 kB at 83 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M5/qdox-2.0-M5.jar (313 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar [INFO] 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 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.6.0/maven-plugin-tools-annotations-3.6.0.jar (43 kB at 140 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/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar (74 kB at 228 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/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 138 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/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar (7.9 kB at 19 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/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar (78 kB at 189 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/doxia/doxia-core/1.4/doxia-core-1.4.jar (165 kB at 398 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar (165 kB at 397 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 599 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 91 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 392 kB/s) [WARNING] Goal prefix is specified as: 'rcptt-maven-plugin'. Maven currently expects it to be 'rcptt'. [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 3 mojo descriptors. [INFO] java-annotations mojo extractor found 0 mojo descriptor. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ rcptt-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ rcptt-maven-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-plugin/target/classes [INFO] [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ rcptt-maven-plugin --- [WARNING] Goal prefix is specified as: 'rcptt-maven-plugin'. Maven currently expects it to be 'rcptt'. [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 4 mojo descriptors. [INFO] java-annotations mojo extractor found 0 mojo descriptor. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ rcptt-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ rcptt-maven-plugin --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ rcptt-maven-plugin --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ rcptt-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-plugin/target/rcptt-maven-plugin-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ rcptt-maven-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ rcptt-maven-plugin --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-plugin removed. [INFO] [INFO] --- maven-plugin-plugin:3.6.0:helpmojo (generated-helpmojo) @ rcptt-maven-plugin --- [WARNING] Goal prefix is specified as: 'rcptt-maven-plugin'. Maven currently expects it to be 'rcptt'. [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 4 mojo descriptors. [INFO] java-annotations mojo extractor found 0 mojo descriptor. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ rcptt-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ rcptt-maven-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-plugin/target/classes [INFO] [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ rcptt-maven-plugin --- [WARNING] Goal prefix is specified as: 'rcptt-maven-plugin'. Maven currently expects it to be 'rcptt'. [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 4 mojo descriptors. [INFO] java-annotations mojo extractor found 0 mojo descriptor. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ rcptt-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ rcptt-maven-plugin --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ rcptt-maven-plugin --- [INFO] No tests to run. [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ rcptt-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-plugin/target/rcptt-maven-plugin-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ rcptt-maven-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ rcptt-maven-plugin --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-plugin removed. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rcptt-maven-plugin --- [INFO] Installing /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-plugin/target/rcptt-maven-plugin-2.5.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/rcptt-maven-plugin-2.5.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-plugin/pom.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/rcptt-maven-plugin-2.5.5-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] RCPTT maven support modules 2.5.5-SNAPSHOT ......... SUCCESS [ 5.406 s] [INFO] Utilities for RCPTT-related maven plugins .......... SUCCESS [ 14.792 s] [INFO] RCPTT runner maven plugin 2.5.5-SNAPSHOT ........... SUCCESS [ 14.725 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 35.518 s [INFO] Finished at: 2023-01-28T01:41:57Z [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "sign" could not be activated because it does not exist. [Pipeline] sh + ./releng/doc/generate-doc.sh -Dmaven.repo.local=/home/jenkins/agent/workspace/master/m2 -B -e SCRIPT_LOC = /home/jenkins/agent/workspace/master/releng/doc PWD = /home/jenkins/agent/workspace/master CLASSIFIER = linux/gtk/x86_64 ECLIPSE_LOC = /home/jenkins/agent/workspace/master/releng/doc/../../repository/full/target/products/org.eclipse.rcptt.platform.product/linux/gtk/x86_64/rcptt TARGET = /home/jenkins/agent/workspace/master/releng/doc/target LAUNCHER = /home/jenkins/agent/workspace/master/releng/doc/../../repository/full/target/products/org.eclipse.rcptt.platform.product/linux/gtk/x86_64/rcptt/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Documentation generated to /home/jenkins/agent/workspace/master/releng/doc/target/doc/ecl/index.html [Pipeline] } [Pipeline] // container [Pipeline] sh + . repository/full/target/publisher.properties ++ productVersion=2.5.5 ++ productQualifier=202301280102 + echo 2.5.5 [Pipeline] stage [Pipeline] { (Archive) [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] fingerprint Recording fingerprints [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (RCPTT Test) [Pipeline] container [Pipeline] { [Pipeline] sh + readlink -f /home/jenkins/agent/workspace/master/runner/product/target/rcptt.runner-2.5.5-SNAPSHOT.zip + mvn clean verify -B -f rcpttTests/pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/master/m2 -e -Dci-maven-version=2.0.0-SNAPSHOT -DexplicitRunner=/home/jenkins/agent/workspace/master/runner/product/target/rcptt.runner-2.5.5-SNAPSHOT.zip -DrcpttPath=/home/jenkins/agent/workspace/master/repository/full/target/products/org.eclipse.rcptt.platform.product-linux.gtk.x86_64.zip [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/maven-metadata.xml (791 B at 752 B/s) [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/2.5.5-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/2.5.5-SNAPSHOT/maven-metadata.xml (617 B at 6.5 kB/s) [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.5-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.5-SNAPSHOT/maven-metadata.xml (789 B at 10.0 kB/s) [INFO] [INFO] -------------------< org.eclipse.rcptt.tests:tests >-------------------- [INFO] Building tests 2.5.5-SNAPSHOT [INFO] -----------------------------[ rcpttTest ]------------------------------ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml (750 B at 2.8 kB/s) [WARNING] Could not transfer metadata org.apache.maven.plugins:maven-install-plugin/maven-metadata.xml from/to rcptt-releases (http://repo.eclipse.org/content/repositories/rcptt-releases/): Failed to transfer file: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml. Return code is: 308 , ReasonPhrase:Permanent Redirect. [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-install-plugin/3.1.0/maven-install-plugin-3.1.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-install-plugin/3.1.0/maven-install-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-install-plugin/3.1.0/maven-install-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-install-plugin/3.1.0/maven-install-plugin-3.1.0.pom (7.8 kB at 42 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom (9.9 kB at 56 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/37/maven-parent-37.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/37/maven-parent-37.pom [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 550 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/27/apache-27.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/27/apache-27.pom [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 198 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-install-plugin/3.1.0/maven-install-plugin-3.1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-install-plugin/3.1.0/maven-install-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-install-plugin/3.1.0/maven-install-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-install-plugin/3.1.0/maven-install-plugin-3.1.0.jar (30 kB at 271 kB/s) [INFO] Downloading from rcptt-releases: http://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 (808 B at 8.4 kB/s) [WARNING] Could not transfer metadata org.apache.maven.plugins:maven-deploy-plugin/maven-metadata.xml from/to rcptt-releases (http://repo.eclipse.org/content/repositories/rcptt-releases/): Failed to transfer file: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml. Return code is: 308 , ReasonPhrase:Permanent Redirect. [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.pom (8.5 kB at 83 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom (9.9 kB at 225 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/36/maven-parent-36.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/36/maven-parent-36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/36/maven-parent-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 489 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/26/apache-26.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/26/apache-26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom (21 kB at 214 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.jar (37 kB at 309 kB/s) [INFO] Downloading from rcptt-releases: http://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 105 kB/s) [INFO] Downloading from rcptt-releases: http://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 951 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.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 35 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 188 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 2.0 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tests --- [INFO] [INFO] --- rcptt-maven-plugin:2.5.5-SNAPSHOT:resources (default-resources) @ tests --- [INFO] Extracting AUT to /home/jenkins/agent/workspace/master/rcpttTests/target/aut [INFO] Extracting RCPTT runner to /home/jenkins/agent/workspace/master/rcpttTests/target/runner [INFO] Copying project contents to target directory... [INFO] [INFO] --- maven-dependency-plugin:2.8:copy-dependencies (byteman) @ tests --- [INFO] Downloading from rcptt-releases: http://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 12 kB/s) [INFO] Downloading from rcptt-releases: http://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 108 kB/s) [INFO] Downloading from rcptt-releases: http://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 39 kB/s) [INFO] Downloading from rcptt-releases: http://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 14 kB/s) [INFO] Downloading from rcptt-releases: http://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 75 kB/s) [INFO] Downloading from rcptt-releases: http://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 50 kB/s) [INFO] Downloading from rcptt-releases: http://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 91 kB/s) [INFO] Downloading from rcptt-releases: http://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 34 kB/s) [INFO] Downloading from rcptt-releases: http://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 23 kB/s) [INFO] Downloading from rcptt-releases: http://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 28 kB/s) [INFO] Downloading from rcptt-releases: http://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 30 kB/s) [INFO] Downloading from rcptt-releases: http://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 23 kB/s) [INFO] Downloading from rcptt-releases: http://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 18 kB/s) [INFO] Downloading from rcptt-releases: http://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 75 kB/s) [INFO] Downloading from rcptt-releases: http://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 87 kB/s) [INFO] Downloading from rcptt-releases: http://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 101 kB/s) [INFO] Downloading from rcptt-releases: http://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 135 kB/s) [INFO] Downloading from rcptt-releases: http://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 95 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 3.2 kB/s) [INFO] Downloading from rcptt-releases: http://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 22 kB/s) [INFO] Downloading from rcptt-releases: http://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 37 kB/s) [INFO] Downloading from rcptt-releases: http://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 21 kB/s) [INFO] Downloading from rcptt-releases: http://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 71 kB/s) [INFO] Downloading from rcptt-releases: http://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 30 kB/s) [INFO] Downloading from rcptt-releases: http://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 20 kB/s) [INFO] Downloading from rcptt-releases: http://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 159 kB/s) [INFO] Downloading from rcptt-releases: http://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 349 kB/s) [INFO] Downloading from rcptt-releases: http://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 38 kB/s) [INFO] Downloading from rcptt-releases: http://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 31 kB/s) [INFO] Downloading from rcptt-releases: http://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 195 kB/s) [INFO] Downloading from rcptt-releases: http://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 7.8 kB/s) [INFO] Downloading from rcptt-releases: http://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 105 kB/s) [INFO] Downloading from rcptt-releases: http://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 26 kB/s) [INFO] Downloading from rcptt-releases: http://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 16 kB/s) [INFO] Downloading from rcptt-releases: http://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 6.3 kB/s) [INFO] Downloading from rcptt-releases: http://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 62 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 27 kB/s) [INFO] Downloading from rcptt-releases: http://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 56 kB/s) [INFO] Downloading from rcptt-releases: http://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 148 kB/s) [INFO] Downloading from rcptt-releases: http://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 46 kB/s) [INFO] Downloading from rcptt-releases: http://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 4.6 kB/s) [INFO] Downloading from rcptt-releases: http://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 47 kB/s) [INFO] Downloading from rcptt-releases: http://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 18 kB/s) [INFO] Downloading from rcptt-releases: http://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 20 kB/s) [INFO] Downloading from rcptt-releases: http://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 19 kB/s) [INFO] Downloading from rcptt-releases: http://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 23 kB/s) [INFO] Downloading from rcptt-releases: http://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 19 kB/s) [INFO] Downloading from rcptt-releases: http://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 75 kB/s) [INFO] Downloading from rcptt-releases: http://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 35 kB/s) [INFO] Downloading from rcptt-releases: http://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 225 kB/s) [INFO] Downloading from rcptt-releases: http://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: http://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 33 kB/s) [INFO] Downloading from rcptt-releases: http://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 30 kB/s) [INFO] Downloading from rcptt-releases: http://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 33 kB/s) [INFO] Downloading from rcptt-releases: http://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 21 kB/s) [INFO] Downloading from rcptt-releases: http://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 13 kB/s) [INFO] Downloading from rcptt-releases: http://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 25 kB/s) [INFO] Downloading from rcptt-releases: http://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 18 kB/s) [INFO] Downloading from rcptt-releases: http://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 27 kB/s) [INFO] Downloading from rcptt-releases: http://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 40 kB/s) [INFO] Downloading from rcptt-releases: http://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 26 kB/s) [INFO] Downloading from rcptt-releases: http://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 33 kB/s) [INFO] Downloading from rcptt-releases: http://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 19 kB/s) [INFO] Downloading from rcptt-releases: http://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 31 kB/s) [INFO] Downloading from rcptt-releases: http://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 28 kB/s) [INFO] Downloading from rcptt-releases: http://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 4.4 kB/s) [INFO] Downloading from rcptt-releases: http://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 58 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom (5.1 kB at 55 kB/s) [INFO] Downloading from rcptt-releases: http://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: http://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: http://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/1.4/commons-io-1.4.jar [INFO] Downloading from rcptt-releases: http://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: http://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: http://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: http://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: http://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: http://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: http://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: http://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: http://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: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar [INFO] Downloading from rcptt-releases: http://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: http://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: http://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: http://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: http://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: http://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: http://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: http://repo.eclipse.org/content/repositories/rcptt-releases/asm/asm/3.3.1/asm-3.3.1.jar [INFO] Downloading from rcptt-releases: http://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-releases: http://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-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/doxia/doxia-core/1.0/doxia-core-1.0.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/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/1.4/commons-io-1.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/asm/asm/3.3.1/asm-3.3.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 323 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar (21 kB at 115 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar (41 kB at 198 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.jar (109 kB at 514 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 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-module-apt/1.0/doxia-module-apt-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 340 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 160 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 377 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.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 152 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 158 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] 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-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 68 kB/s) [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 87 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] 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 114 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/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar (232 kB at 584 kB/s) [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 469 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] 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 105 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar (58 kB at 140 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 93 kB/s) [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 95 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 61 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 123 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 55 kB/s) [INFO] Copying byteman-4.0.4.jar to /home/jenkins/agent/workspace/master/rcpttTests/target/dependency/byteman.jar [INFO] [INFO] --- rcptt-maven-plugin:2.5.5-SNAPSHOT:execute (default-execute) @ tests --- [INFO] Runner command line is /bin/sh -c cd '/home/jenkins/agent/workspace/master/rcpttTests/target/runner/eclipse' && '/usr/lib/jvm/java-11-openjdk-amd64/bin/java' '-Xms128m' '-Xmx256m' '-Dorg.eclipse.rcptt.runner.returnTestFailure=true' '-jar' '/home/jenkins/agent/workspace/master/rcpttTests/target/runner/eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar' '-application' 'org.eclipse.rcptt.runner.headless' '-runnerPlatform' 'swt' '-consoleLog' '-data' '/home/jenkins/agent/workspace/master/rcpttTests/target/runner-workspace' '-aut' '/home/jenkins/agent/workspace/master/rcpttTests/target/aut/rcptt' '-autWsPrefix' '/home/jenkins/agent/workspace/master/rcpttTests/target/aut-ws-' '-autConsolePrefix' '/home/jenkins/agent/workspace/master/rcpttTests/target/results/aut-console-' '-autVMArgs' '-XX:+HeapDumpOnOutOfMemoryError' '-autArgs' '-nosplash;-consoleLog;-debug;/home/jenkins/agent/workspace/master/rcpttTests/debug.options' '-q7report' '/home/jenkins/agent/workspace/master/rcpttTests/target/results/tests.report' '-htmlReport' '/home/jenkins/agent/workspace/master/rcpttTests/target/results/tests.html' '-junitReport' '/home/jenkins/agent/workspace/master/rcpttTests/target/surefire-reports/TEST-tests.xml' '-import' '/home/jenkins/agent/workspace/master/rcpttTests/target/projects/tests' '-testOptions' 'execTimeout=28800' '-timeout' '28800' '-shutdownListenerPort' '9193' '-skipTags' 'skipExecution;skipLinux' [INFO] The execution timeout is set to 28800 seconds [INFO] !SESSION 2023-01-28 01:53:02.458 ----------------------------------------------- [INFO] eclipse.buildId=unknown [INFO] java.version=11.0.14 [INFO] java.vendor=Ubuntu [INFO] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [INFO] Framework arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -aut /home/jenkins/agent/workspace/master/rcpttTests/target/aut/rcptt -autWsPrefix /home/jenkins/agent/workspace/master/rcpttTests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/master/rcpttTests/target/results/aut-console- -autVMArgs -XX:+HeapDumpOnOutOfMemoryError -autArgs -nosplash;-consoleLog;-debug;/home/jenkins/agent/workspace/master/rcpttTests/debug.options -q7report /home/jenkins/agent/workspace/master/rcpttTests/target/results/tests.report -htmlReport /home/jenkins/agent/workspace/master/rcpttTests/target/results/tests.html -junitReport /home/jenkins/agent/workspace/master/rcpttTests/target/surefire-reports/TEST-tests.xml -import /home/jenkins/agent/workspace/master/rcpttTests/target/projects/tests -testOptions execTimeout=28800 -timeout 28800 -shutdownListenerPort 9193 -skipTags skipExecution;skipLinux [INFO] Command-line arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -consoleLog -data /home/jenkins/agent/workspace/master/rcpttTests/target/runner-workspace -aut /home/jenkins/agent/workspace/master/rcpttTests/target/aut/rcptt -autWsPrefix /home/jenkins/agent/workspace/master/rcpttTests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/master/rcpttTests/target/results/aut-console- -autVMArgs -XX:+HeapDumpOnOutOfMemoryError -autArgs -nosplash;-consoleLog;-debug;/home/jenkins/agent/workspace/master/rcpttTests/debug.options -q7report /home/jenkins/agent/workspace/master/rcpttTests/target/results/tests.report -htmlReport /home/jenkins/agent/workspace/master/rcpttTests/target/results/tests.html -junitReport /home/jenkins/agent/workspace/master/rcpttTests/target/surefire-reports/TEST-tests.xml -import /home/jenkins/agent/workspace/master/rcpttTests/target/projects/tests -testOptions execTimeout=28800 -timeout 28800 -shutdownListenerPort 9193 -skipTags skipExecution;skipLinux [INFO] [INFO] !ENTRY org.eclipse.equinox.http.jetty 4 0 2023-01-28 01:53:10.258 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.http.jetty [86] [INFO] Unresolved requirement: Import-Package: org.eclipse.equinox.http.servlet; version="[1.2.0,2.0.0)" [INFO] -> Export-Package: org.eclipse.equinox.http.servlet; bundle-symbolic-name="org.eclipse.equinox.http.servlet"; bundle-version="1.7.300.v20220726-1300"; version="1.2.0" [INFO] org.eclipse.equinox.http.servlet [88] [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload.disk; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload.servlet; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.osgi.service.http.context; version="[1.1.0,1.2.0)" [INFO] -> Export-Package: org.osgi.service.http.context; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.1.0"; uses:="org.osgi.framework,javax.servlet.http" [INFO] org.eclipse.osgi.services [151] [INFO] Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport" [INFO] Unresolved requirement: Import-Package: org.osgi.service.http; version="[1.2.0,1.3.0)" [INFO] -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.equinox.http.servlet 4 0 2023-01-28 01:53:10.261 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.http.servlet [88] [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload.disk; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload.servlet; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.osgi.service.http.context; version="[1.1.0,1.2.0)" [INFO] -> Export-Package: org.osgi.service.http.context; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.1.0"; uses:="org.osgi.framework,javax.servlet.http" [INFO] org.eclipse.osgi.services [151] [INFO] Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport" [INFO] Unresolved requirement: Import-Package: org.osgi.service.http; version="[1.2.0,1.3.0)" [INFO] -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.equinox.jsp.jasper 4 0 2023-01-28 01:53:10.262 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.jsp.jasper [89] [INFO] Unresolved requirement: Import-Package: org.osgi.service.http; version="1.2.0" [INFO] -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http" [INFO] org.eclipse.osgi.services [151] [INFO] Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.equinox.jsp.jasper.registry 4 0 2023-01-28 01:53:10.263 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.jsp.jasper.registry [90] [INFO] Unresolved requirement: Import-Package: org.eclipse.equinox.jsp.jasper [INFO] -> Export-Package: org.eclipse.equinox.jsp.jasper; bundle-symbolic-name="org.eclipse.equinox.jsp.jasper"; bundle-version="1.1.700.v20220801-1124"; version="1.0.0" [INFO] org.eclipse.equinox.jsp.jasper [89] [INFO] Unresolved requirement: Import-Package: org.osgi.service.http; version="1.2.0" [INFO] -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http" [INFO] org.eclipse.osgi.services [151] [INFO] Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.jdt.core.manipulation 4 0 2023-01-28 01:53:10.366 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.core.manipulation [132] [INFO] Unresolved requirement: Require-Bundle: org.eclipse.ltk.core.refactoring; bundle-version="[3.6.0,4.0.0)" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.jdt.junit 4 0 2023-01-28 01:53:10.451 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.junit [134] [INFO] Unresolved requirement: Require-Bundle: org.eclipse.ui.ide; bundle-version="[3.5.0,4.0.0)" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.jdt.launching.macosx 4 0 2023-01-28 01:53:10.454 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.macosx [139] [INFO] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=macosx)" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.jdt.launching.ui.macosx 4 0 2023-01-28 01:53:10.457 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.ui.macosx [140] [INFO] Unresolved requirement: Require-Bundle: org.eclipse.ui; bundle-version="[3.5.0,4.0.0)" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.pde.runtime 4 0 2023-01-28 01:53:10.461 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.pde.runtime [161] [INFO] Unresolved requirement: Require-Bundle: org.eclipse.ui; bundle-version="[3.3.0,4.0.0)" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.rcptt.core.swt 4 0 2023-01-28 01:53:10.465 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.rcptt.core.swt [175] [INFO] Unresolved requirement: Require-Bundle: org.eclipse.jface.databinding [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] Started at Sat Jan 28 01:53:11 UTC 2023 [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 2023-01-28 01:53:22.549 [INFO] !MESSAGE Detected potential problems in target platform No Name [INFO] Installation /home/jenkins/agent/workspace/master/rcpttTests/target/aut/rcptt Default Configuration [INFO] Directory /home/jenkins/agent/workspace/master/rcpttTests/target/aut/rcptt/plugins [INFO] Directory /home/jenkins/agent/workspace/master/rcpttTests/target/aut/rcptt/plugins [INFO] Env: null/null/null/null [INFO] JRE: null [INFO] Args: null/null [INFO] Implicit: null [INFO] Handle: 1674870793469.target [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-01-28 01:53:22.550 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/master/rcpttTests/target/aut/rcptt/plugins/org.apache.commons.codec_1.14.0.v20200818-1422.jar and file:/home/jenkins/agent/workspace/master/rcpttTests/target/aut/rcptt/plugins/org.apache.commons.codec_1.13.0.v20200108-0001.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-01-28 01:53:22.550 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/master/rcpttTests/target/aut/rcptt/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/master/rcpttTests/target/aut/rcptt/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-01-28 01:53:22.550 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/master/rcpttTests/target/aut/rcptt/plugins/org.apache.commons.codec_1.13.0.v20200108-0001.jar and file:/home/jenkins/agent/workspace/master/rcpttTests/target/aut/rcptt/plugins/org.apache.commons.codec_1.14.0.v20200818-1422.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-01-28 01:53:22.551 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/master/rcpttTests/target/aut/rcptt/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/master/rcpttTests/target/aut/rcptt/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-01-28 01:53:22.551 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/master/rcpttTests/target/aut/rcptt/plugins/org.apache.commons.codec_1.14.0.v20200818-1422.jar and file:/home/jenkins/agent/workspace/master/rcpttTests/target/aut/rcptt/plugins/org.apache.commons.codec_1.13.0.v20200108-0001.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-01-28 01:53:22.551 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/master/rcpttTests/target/aut/rcptt/plugins/org.apache.commons.codec_1.13.0.v20200108-0001.jar and file:/home/jenkins/agent/workspace/master/rcpttTests/target/aut/rcptt/plugins/org.apache.commons.codec_1.14.0.v20200818-1422.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-01-28 01:53:22.552 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/master/rcpttTests/target/aut/rcptt/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/master/rcpttTests/target/aut/rcptt/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-01-28 01:53:22.552 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/master/rcpttTests/target/aut/rcptt/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/master/rcpttTests/target/aut/rcptt/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.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 2023-01-28 01:53:23.155 [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 2023-01-28 01:53:23.163 [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 2023-01-28 01:53:23.864 [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 2023-01-28 01:53:23.865 [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 2023-01-28 01:53:24.266 [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 2023-01-28 01:53:24.268 [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] progress: Downloading org.antlr.runtime [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:32.365 [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 2023-01-28 01:53:32.380 [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] progress: Downloading org.aspectj.runtime [INFO] progress: Downloading org.eclipse.equinox.weaving.aspectj [INFO] progress: Downloading org.aspectj.weaver [INFO] progress: Downloading org.eclipse.equinox.weaving.hook [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:33.184 [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 2023-01-28 01:53:33.366 [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] progress: Downloading org.eclipse.emf.converter [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2ecore [INFO] progress: Downloading org.eclipse.emf.codegen.ecore [INFO] progress: Downloading org.eclipse.emf.ecore.change [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:33.381 [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 2023-01-28 01:53:33.381 [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 2023-01-28 01:53:33.450 [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 2023-01-28 01:53:33.452 [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] progress: Downloading org.eclipse.emf.mapping.ecore.editor [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:33.543 [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] progress: Downloading org.eclipse.emf [INFO] progress: Downloading org.eclipse.emf.ecore.change.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:33.558 [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 2023-01-28 01:53:33.560 [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] progress: Downloading org.eclipse.emf.importer.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:33.650 [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] progress: Downloading org.eclipse.emf.codegen.ui [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2ecore.editor [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:33.665 [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 2023-01-28 01:53:33.666 [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] progress: Downloading org.eclipse.emf.ecore.xmi [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:33.754 [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] progress: Downloading org.eclipse.emf.mapping.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:33.761 [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] progress: Downloading org.eclipse.emf.databinding.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:33.857 [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] progress: Downloading org.eclipse.emf.mapping [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:33.955 [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] progress: Downloading org.eclipse.emf.ecore [INFO] progress: Downloading org.eclipse.emf.codegen.ecore.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:34.063 [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] progress: Downloading org.eclipse.emf.importer [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:34.068 [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 2023-01-28 01:53:34.141 [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] progress: Downloading org.eclipse.emf.mapping.ecore2xml.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:34.257 [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] progress: Downloading org.eclipse.emf.databinding [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:34.345 [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] progress: Downloading org.eclipse.emf [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:34.551 [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] progress: Downloading org.eclipse.emf.ecore.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:34.646 [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] progress: Downloading org.eclipse.emf.databinding [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:34.658 [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] progress: Downloading org.eclipse.emf.ecore.editor [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:34.757 [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] progress: Downloading org.eclipse.emf.codegen.ecore [INFO] progress: Downloading org.eclipse.emf.common.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:34.763 [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 2023-01-28 01:53:34.763 [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] progress: Downloading org.eclipse.emf.mapping.ecore2xml [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:34.851 [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] progress: Downloading org.eclipse.emf.mapping.ecore [INFO] progress: Downloading org.eclipse.emf.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:34.942 [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 2023-01-28 01:53:34.945 [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] progress: Downloading org.eclipse.emf.mapping [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:34.953 [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] progress: Downloading org.eclipse.emf.edit.ui [INFO] progress: Downloading org.eclipse.emf.exporter [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:35.050 [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 2023-01-28 01:53:35.052 [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] progress: Downloading org.eclipse.emf.mapping.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:35.149 [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] progress: Downloading org.eclipse.emf.converter [INFO] progress: Downloading org.eclipse.emf.databinding.edit [INFO] progress: Downloading org.eclipse.emf.ecore.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:35.158 [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 2023-01-28 01:53:35.158 [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 2023-01-28 01:53:35.159 [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] progress: Downloading org.eclipse.emf.importer.rose [INFO] progress: Downloading org.eclipse.emf.edit.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:35.263 [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] progress: Downloading org.eclipse.emf.ant [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:35.266 [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 2023-01-28 01:53:35.266 [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] progress: Downloading org.eclipse.emf.importer.java [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:35.270 [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] progress: Downloading org.eclipse.emf.codegen.ecore.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:35.353 [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] progress: Downloading org.eclipse.emf.edit [INFO] progress: Downloading org.eclipse.emf.common.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:35.449 [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 2023-01-28 01:53:35.453 [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] progress: Downloading org.eclipse.emf.codegen [INFO] progress: Downloading org.eclipse.emf.common [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:35.460 [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 2023-01-28 01:53:35.461 [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] progress: Downloading org.eclipse.emf.ecore.editor [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:35.549 [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] progress: Downloading org.eclipse.emf.mapping.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:35.553 [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] progress: Downloading org.eclipse.emf.mapping.ecore.editor [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:35.644 [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] progress: Downloading org.eclipse.emf.common [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:35.652 [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] progress: Downloading org.eclipse.emf.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:35.659 [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] progress: Downloading org.eclipse.emf.codegen [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:35.663 [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] progress: Downloading org.eclipse.emf.codegen.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:35.753 [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 2023-01-28 01:53:36.274 [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 2023-01-28 01:53:36.284 [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 2023-01-28 01:53:36.578 [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 2023-01-28 01:53:36.586 [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 2023-01-28 01:53:36.751 [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 2023-01-28 01:53:36.763 [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: Downloading org.apache.poi.ooxml [INFO] progress: Downloading org.apache.xmlbeans [INFO] progress: Downloading org.apache.poi.ooxml.schemas [INFO] progress: Downloading org.dom4j [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:36.771 [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 2023-01-28 01:53:36.771 [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 2023-01-28 01:53:36.772 [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 2023-01-28 01:53:36.772 [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] progress: Downloading org.apache.poi [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:37.064 [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 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 2023-01-28 01:53:40.255 [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 2023-01-28 01:53:40.257 [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 2023-01-28 01:53:40.460 [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 2023-01-28 01:53:40.467 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 01:53:40.565 [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 2023-01-28 01:53:40.572 [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 2023-01-28 01:53:40.579 [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.aspectj.runtime [INFO] progress: Installing org.eclipse.emf.ecore.change [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor.aspects [INFO] progress: Installing org.aspectj.weaver [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface [INFO] progress: Installing org.eclipse.rcptt.tesla.variables [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters [INFO] progress: Installing org.eclipse.rcptt.ctx.resources.impl [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl [INFO] progress: Installing org.eclipse.rcptt.tesla.properties.view [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.jar [INFO] progress: Installing org.eclipse.rcptt.watson.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.workbench.texteditor [INFO] progress: Installing org.eclipse.emf.ecore.xmi [INFO] progress: Installing org.eclipse.emf.mapping.feature.jar [INFO] progress: Installing org.dom4j [INFO] progress: Installing org.eclipse.emf.importer [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.gef.aspects [INFO] progress: Installing org.eclipse.rcptt.core.swt [INFO] progress: Installing org.eclipse.emf.ecore.edit [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.jface.text [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface.text [INFO] progress: Installing org.eclipse.emf.edit.feature.group [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gmf [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.ecl.filesystem [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.ctx.script.impl [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.group [INFO] progress: Installing 202301241915.Default [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core [INFO] progress: Installing org.eclipse.rcptt.verifications.tree.impl [INFO] progress: Installing org.eclipse.rcptt.watson.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gef [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gmf [INFO] progress: Installing org.eclipse.rcptt.runtime.ui [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gef [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide.aspects [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.expandbar [INFO] progress: Installing org.eclipse.rcptt.util.resources [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.core [INFO] progress: Installing org.eclipse.emf.edit.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt [INFO] progress: Installing org.eclipse.emf.edit.feature.jar [INFO] progress: Installing org.eclipse.emf.edit [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.jar [INFO] progress: Installing org.eclipse.emf.converter.feature.group [INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.group [INFO] progress: Installing org.eclipse.emf.codegen.ecore [INFO] progress: Installing org.eclipse.emf.common.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.group [INFO] progress: Installing org.apache.poi.ooxml.schemas [INFO] progress: Installing org.eclipse.emf.ecore.change.edit [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.group [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.aspects.swt [INFO] progress: Installing org.eclipse.equinox.weaving.aspectj [INFO] progress: Installing org.eclipse.emf.databinding.edit [INFO] progress: Installing org.eclipse.rcptt.verifications.resources [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.group [INFO] progress: Installing org.eclipse.rcptt.core.launching [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.reporting [INFO] progress: Installing org.eclipse.emf [INFO] progress: Installing org.eclipse.rcptt.logging [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.canvas [INFO] progress: Installing org.eclipse.rcptt.ctx.debug.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.operations [INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.group [INFO] progress: Installing org.apache.xmlbeans [INFO] progress: Installing org.eclipse.rcptt.verifications.log [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.draw2d [INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.core.am [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.data [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.core [INFO] progress: Installing org.eclipse.emf.mapping.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.core.context [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.debug [INFO] progress: Installing org.eclipse.emf.mapping.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.runtime.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.rcptt.ecl.platform.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt.aspects [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.aspects.e4x [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.rcptt.ctx.workbench.impl [INFO] progress: Installing org.eclipse.emf.mapping.ecore [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl [INFO] progress: Installing org.eclipse.emf.common.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.reconciler.aspects [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.swt [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.fragment [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore [INFO] progress: Installing org.eclipse.rcptt.core.swt.win64 [INFO] progress: Installing org.eclipse.rcptt.ecl.client.tcp [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor [INFO] progress: Installing org.eclipse.rcptt.watson.jobs [INFO] progress: Installing org.eclipse.rcptt.ecl.dispatch [INFO] progress: Installing org.eclipse.emf.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.fragment [INFO] progress: Installing org.eclipse.emf.importer.ecore [INFO] progress: Installing org.eclipse.rcptt.verifications.text.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.forms [INFO] progress: Installing org.eclipse.rcptt.watson.jface [INFO] progress: Installing org.eclipse.rcptt.forms.impl [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.group [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications.tree [INFO] progress: Installing org.eclipse.rcptt.resources [INFO] progress: Installing org.eclipse.emf.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.impl [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.aspects [INFO] progress: Installing org.eclipse.emf.mapping [INFO] progress: Installing org.eclipse.rcptt.ctx.resources [INFO] progress: Installing org.eclipse.rcptt.verifications.log.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.swt [INFO] progress: Installing org.eclipse.rcptt.verifications [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.aspects [INFO] progress: Installing org.eclipse.emf.exporter [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.jar [INFO] progress: Installing org.eclipse.emf.converter.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.server.tcp [INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.core.scenario [INFO] progress: Installing org.eclipse.rcptt.ctx.script [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf [INFO] progress: Installing file:/home/jenkins/agent/workspace/master/modules/nebula/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.rcptt.core.ecl.core [INFO] progress: Installing org.eclipse.emf.ant [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.draw2d [INFO] progress: Installing org.apache.poi [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.impl [INFO] progress: Installing org.eclipse.emf.codegen [INFO] progress: Installing org.eclipse.emf.codegen.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.chart [INFO] progress: Installing org.eclipse.rcptt.verifications.text [INFO] progress: Installing org.eclipse.emf.converter [INFO] progress: Installing org.eclipse.emf.ecore.feature.group [INFO] progress: Installing org.eclipse.rcptt.util.swt [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.gef [INFO] progress: Installing org.eclipse.rcptt.ctx.group.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.observable.aspects [INFO] progress: Installing org.eclipse.rcptt.ecl.interop [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.equinox.weaving.hook [INFO] progress: Installing org.eclipse.emf.codegen.feature.group [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.impl [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.doc [INFO] progress: Installing org.apache.poi.ooxml [INFO] progress: Installing org.eclipse.rcptt.resources.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.jar [INFO] progress: Installing org.eclipse.emf.ecore [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem [INFO] progress: Installing org.eclipse.emf.common.feature.group [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.jobs [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench [INFO] progress: Installing org.eclipse.emf.databinding [INFO] progress: Installing org.eclipse.emf.databinding.feature.group [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.nebula [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.aspects [INFO] progress: Installing org.eclipse.rcptt.ecl.platform [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.parser [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.aspect [INFO] progress: Installing org.eclipse.emf.databinding.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.jar [INFO] progress: Installing file:/home/jenkins/agent/workspace/master/modules/testrail/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.rcptt.expandbar.runtime [INFO] progress: Installing org.eclipse.rcptt.tesla.swt [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.watson.core [INFO] progress: Installing org.eclipse.emf.ecore.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula [INFO] progress: Installing org.eclipse.rcptt.core.ecl.debug [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.jobs.aspects [INFO] progress: Installing org.eclipse.rcptt.util [INFO] progress: Installing org.eclipse.rcptt.ecl.perf [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.e4x [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.aspects [INFO] progress: Installing org.eclipse.rcptt.verifications.time.impl [INFO] progress: Installing org.eclipse.rcptt.ctx.group [INFO] progress: Installing org.eclipse.rcptt.tesla.core [INFO] progress: Installing org.eclipse.emf.importer.rose [INFO] progress: Installing org.eclipse.rcptt.ecl.debug.runtime [INFO] progress: Installing org.eclipse.emf.common.ui [INFO] progress: Installing org.eclipse.rcptt.verifications.resources.impl [INFO] progress: Installing org.eclipse.emf.ecore.editor [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: Preparing to commit the provisioning operation. [INFO] progress: Committing the provisioning operation. [INFO] progress: Reading plug-ins [INFO] Target platform is valid. [INFO] Looking for tests... [INFO] Existing projects in workspace: [INFO] [INFO] Importing projects to workspace: [INFO] Refreshing projects: [INFO] /home/jenkins/agent/workspace/master/rcpttTests/target/projects/tests... OK [INFO] Refreshing projects: [INFO] rcpttTests... [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.265 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.269 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.272 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.274 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.275 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.341 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.342 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.343 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.344 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.345 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.346 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.347 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.349 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.350 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.351 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.353 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.355 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.356 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.358 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.359 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.361 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.366 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.442 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.444 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.465 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.466 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.467 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.548 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.550 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.552 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.572 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.574 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.594 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.595 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.597 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.663 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.665 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.666 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.700 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.702 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.703 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.759 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.760 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.761 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.781 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.782 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.783 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.802 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.806 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.861 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.863 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.864 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.888 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.888 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.889 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.966 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.967 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.968 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.987 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.988 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:47.989 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.076 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.077 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.142 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.144 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.145 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.160 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.163 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.166 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.242 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.243 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.244 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.269 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.271 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.272 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.355 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.357 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.379 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.380 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.381 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.406 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.407 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.408 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.476 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.476 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.477 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.502 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.503 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.505 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.560 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.565 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.582 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.583 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.583 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.657 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.658 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.659 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.680 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.681 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.682 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.706 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.707 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.707 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.762 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.763 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.867 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.869 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.869 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.874 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.874 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.875 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.966 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.967 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.968 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:48.988 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.042 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.044 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.066 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.068 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.153 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.154 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.155 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.175 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.176 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.177 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.258 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.259 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.260 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.282 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.283 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.284 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.341 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.342 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.343 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.365 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.366 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.389 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.390 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.392 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.451 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.452 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.453 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.477 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.543 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.544 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.568 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.572 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.641 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.663 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.664 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.685 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.685 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.686 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.706 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.707 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.752 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.763 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.764 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.766 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.785 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.786 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.787 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.862 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.863 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.898 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.899 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.941 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.965 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.966 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.966 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.987 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.987 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:49.988 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.059 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.060 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.067 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.089 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.090 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.166 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.166 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1094) [INFO] at org.eclipse.core.internal.resources.Project.open(Project.java:1150) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:68) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.454 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.456 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.458 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.459 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.460 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.461 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.462 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.465 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.466 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.467 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.561 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.562 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.583 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.584 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.584 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.661 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.662 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.663 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.683 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.684 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.684 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.704 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.705 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.706 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.759 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.759 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.760 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.854 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.855 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.856 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.880 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.942 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.943 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:50.972 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:51.042 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:51.043 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:51.068 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:51.069 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:51.069 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:51.163 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:51.164 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:51.165 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:51.259 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:51.260 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:51.261 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:51.354 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:51.354 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:51.355 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:51.445 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:51.446 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:51.447 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:51.471 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:51.541 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:51.542 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:51.564 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:51.565 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:51.566 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:51.670 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:51.671 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:51.764 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:51.765 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:51.766 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:51.864 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:51.864 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:51.865 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:52.052 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:52.053 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:52.053 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:52.260 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:52.261 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:52.261 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:52.362 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:52.362 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:52.363 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:52.461 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:52.462 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:52.463 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:52.569 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:52.641 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:52.642 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:52.666 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:52.667 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:52.668 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:52.845 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:52.846 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:52.846 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:52.947 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:52.947 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:52.948 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:53.057 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:53.058 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:53.058 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:53.165 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:53.241 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:53.242 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:53.349 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:53.350 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:53.350 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:53.368 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:53.369 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:53.441 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:53.471 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:53.471 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:53.472 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:53.570 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:53.641 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:53.645 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:53.754 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:53.755 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:53.756 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:53.860 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:53.860 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:53.861 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:54.042 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:54.043 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:54.043 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:54.155 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:54.156 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:54.157 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:54.250 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:54.251 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:54.360 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:54.361 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:54.362 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:54.457 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:54.458 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:54.459 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:54.563 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:54.564 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:54.641 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:54.743 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:54.744 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:54.745 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:54.850 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:54.851 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:54.851 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:54.950 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:54.951 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:54.951 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:55.041 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:55.042 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:55.043 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:55.141 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:55.142 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:55.143 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:55.253 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:55.253 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:55.254 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:55.270 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:55.341 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:55.342 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:55.452 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:55.453 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:55.453 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:55.545 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:55.546 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:55.547 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:55.659 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:55.659 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:55.660 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:55.853 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:55.854 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:55.855 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:56.042 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:56.044 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] !SESSION 2023-01-28 01:53:02.458 ----------------------------------------------- [INFO] eclipse.buildId=unknown [INFO] java.version=11.0.14 [INFO] java.vendor=Ubuntu [INFO] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [INFO] Framework arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -aut /home/jenkins/agent/workspace/master/rcpttTests/target/aut/rcptt -autWsPrefix /home/jenkins/agent/workspace/master/rcpttTests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/master/rcpttTests/target/results/aut-console- -autVMArgs -XX:+HeapDumpOnOutOfMemoryError -autArgs -nosplash;-consoleLog;-debug;/home/jenkins/agent/workspace/master/rcpttTests/debug.options -q7report /home/jenkins/agent/workspace/master/rcpttTests/target/results/tests.report -htmlReport /home/jenkins/agent/workspace/master/rcpttTests/target/results/tests.html -junitReport /home/jenkins/agent/workspace/master/rcpttTests/target/surefire-reports/TEST-tests.xml -import /home/jenkins/agent/workspace/master/rcpttTests/target/projects/tests -testOptions execTimeout=28800 -timeout 28800 -shutdownListenerPort 9193 -skipTags skipExecution;skipLinux [INFO] Command-line arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -consoleLog -data /home/jenkins/agent/workspace/master/rcpttTests/target/runner-workspace -aut /home/jenkins/agent/workspace/master/rcpttTests/target/aut/rcptt -autWsPrefix /home/jenkins/agent/workspace/master/rcpttTests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/master/rcpttTests/target/results/aut-console- -autVMArgs -XX:+HeapDumpOnOutOfMemoryError -autArgs -nosplash;-consoleLog;-debug;/home/jenkins/agent/workspace/master/rcpttTests/debug.options -q7report /home/jenkins/agent/workspace/master/rcpttTests/target/results/tests.report -htmlReport /home/jenkins/agent/workspace/master/rcpttTests/target/results/tests.html -junitReport /home/jenkins/agent/workspace/master/rcpttTests/target/surefire-reports/TEST-tests.xml -import /home/jenkins/agent/workspace/master/rcpttTests/target/projects/tests -testOptions execTimeout=28800 -timeout 28800 -shutdownListenerPort 9193 -skipTags skipExecution;skipLinux [INFO] [INFO] This is a continuation of log file /home/jenkins/agent/workspace/master/rcpttTests/target/runner-workspace/.metadata/.bak_0.log [INFO] Created Time: 2023-01-28 01:53:56.157 [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:56.157 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:56.158 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:56.241 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:56.242 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:56.351 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:56.352 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:56.352 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:56.549 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:56.550 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:56.551 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:56.746 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:56.748 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:56.749 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:56.853 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] [INFO] !ENTRY org.eclipse.core.resources 4 2 2023-01-28 01:53:56.854 [INFO] !MESSAGE Missing resource filter type: 'org.eclipse.ui.ide.multiFilter'. [INFO] !STACK 0 [INFO] java.lang.Error [INFO] at org.eclipse.core.internal.resources.Filter.match(Filter.java:67) [INFO] at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:160) [INFO] at org.eclipse.core.internal.resources.Filter.filter(Filter.java:115) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1999) [INFO] at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:1962) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:364) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:148) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:254) [INFO] at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:120) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:978) [INFO] at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:961) [INFO] at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1573) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.openProjects(ProjectUtil.java:69) [INFO] at org.eclipse.rcptt.core.workspace.ProjectUtil.importProjects(ProjectUtil.java:117) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findScenarios(TestsRunner.java:126) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:88) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] 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" -- MultiSelection.test [INFO] -- Testcase is skipped by tag "skipExecution" -- RecordSimpleSnippet.test [INFO] -- Testcase is skipped by tag "skipExecution" -- CellEditing.test [INFO] -- Testcase is skipped by tag "skipExecution" -- SeveralTimesTestReplaying1.test [INFO] -- Testcase is skipped by tag "skipExecution" -- RecordAfterReplayFailedRestart.test [INFO] -- Testcase is skipped by tag "skipExecution" -- ErrLogVerification_Widget is disposed is thrown when you add any antry after you edit verification's name and press Ctrl+S.test [INFO] -- Testcase is skipped by tag "skipExecution" -- LaunchTargetPlatformFromLaunchContext.test [INFO] -- Testcase is skipped by tag "skipExecution" -- FilteringAtTerminatingLaunches.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 "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 "skipLinux" -- FormWithSectionRecording.test [INFO] -- Testcase is skipped by tag "skipLinux" -- FormWithSelectionRecording.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 "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" -- DeleteAUTFromContextMenu.test [INFO] -- Testcase is skipped by tag "skipExecution" -- DeleteAUT.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" -- AutoCreationNewTestSuite.test [INFO] -- Testcase is skipped by tag "skipExecution" -- SavingOnlyTestsInTestSuites.test [INFO] -- Testcase is skipped by tag "skipExecution" -- RunTestsWhenStopOnFirstFailureSet_TC2.test [INFO] -- Testcase is skipped by tag "skipExecution" -- SaveExistentTagInProjectAfterRestartingQ7.test [INFO] -- Testcase is skipped by tag "skipExecution" -- SaveNewTagAfterRestartingQ7.test [INFO] -- Testcase is skipped by tag "skipLinux" -- SaveButtonOnToolbar.test [INFO] -- Testcase is skipped by tag "skipExecution" -- SwitchToClosedPerspective.test [INFO] -- Testcase is skipped by tag "skipLinux" -- SaveAllButtonOnToolbar.test [INFO] Complete OK [INFO] Testcase Artifacts:780 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 01:54:07.064 [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] 64bit arch is selected because AUT uses launcher library [INFO] "plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.600.v20220720-1916" specified in config file: rcptt.ini [INFO] /home/jenkins/agent/workspace/master/rcpttTests/target/aut-ws-0: AUT arguments: -nosplash -consoleLog -debug /home/jenkins/agent/workspace/master/rcpttTests/debug.options -os ${target.os} -arch ${target.arch} [INFO] /home/jenkins/agent/workspace/master/rcpttTests/target/aut-ws-0: AUT VM arguments: -Xms128m -Xmx768m --add-modules=ALL-SYSTEM -XX:+HeapDumpOnOutOfMemoryError [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-01-28 01:54:12.281 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: Detected AUT architecture is x86_64.64bit arch is selected because AUT uses launcher library [INFO] "plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.600.v20220720-1916" specified in config file: rcptt.ini [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-01-28 01:54:12.352 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: Selected JVM is /usr/lib/jvm/java-11-openjdk-amd64 detected architecture is x86_64 [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-01-28 01:54:12.352 [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 2023-01-28 01:54:20.805 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT JVM arguments is set to : [-Xms128m, -Xmx768m, --add-modules=ALL-SYSTEM, -XX:+HeapDumpOnOutOfMemoryError, -Dq7id=33f74cc0-27d5-4c64-adba-1f8a4afe2499, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.700.v20220722-0431.jar,reference:file:/home/jenkins/agent/workspace/master/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.2.200.v20180827-1235.jar, --add-opens, java.base/java.lang=ALL-UNNAMED, --add-modules=ALL-SYSTEM, --illegal-access=permit, -Declipse.vmargs=-Xms128m [INFO] -Xmx768m [INFO] --add-modules=ALL-SYSTEM [INFO] -XX:+HeapDumpOnOutOfMemoryError [INFO] -Dq7id=33f74cc0-27d5-4c64-adba-1f8a4afe2499 [INFO] -Dq7EclPort=4001 [INFO] -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.700.v20220722-0431.jar,reference:file:/home/jenkins/agent/workspace/master/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.2.200.v20180827-1235.jar [INFO] --add-opens [INFO] java.base/java.lang=ALL-UNNAMED [INFO] --add-modules=ALL-SYSTEM [INFO] --illegal-access=permit [INFO] ] [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-01-28 01:54:20.962 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT command line arguments is set to: [-product, org.eclipse.rcptt.platform.product, -data, /home/jenkins/agent/workspace/master/rcpttTests/target/aut-ws-0, -configuration, file:/home/jenkins/agent/workspace/master/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/, -dev, file:/home/jenkins/agent/workspace/master/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/dev.properties, -ws, gtk, -nosplash, -consoleLog, -debug, /home/jenkins/agent/workspace/master/rcpttTests/debug.options, -os, linux, -arch, x86_64, -eclipse.keyring, /home/jenkins/agent/workspace/master/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/secure_storage, -vm, /usr/lib/jvm/java-11-openjdk-amd64] [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2023-01-28 01:55:06.859 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 01:55:08.341 [INFO] !MESSAGE [AUT-0] Starting: 442980_ClassCastExceptions.test (0 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 01:57:59.172 [INFO] !MESSAGE [AUT-0] Finished: 442980_ClassCastExceptions.test in 168126 (0 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 01:57:59.177 [INFO] !MESSAGE [AUT-0] Starting: ActivateWorkingSetViaProjectExplorerViewMenu.test (1 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 01:57:59.273 [INFO] !MESSAGE Pass 1 (780) processed. 0 failed. spent: 2:51, 739:06 mins remaining. 442980_ClassCastExceptions. time: 168126ms [INFO] Pass 1 (780) processed. 0 failed. spent: 2:51, 739:06 mins remaining. 442980_ClassCastExceptions. time: 168126ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 01:58:19.977 [INFO] !MESSAGE [AUT-0] Finished: ActivateWorkingSetViaProjectExplorerViewMenu.test in 18184 (1 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 01:58:19.983 [INFO] !MESSAGE [AUT-0] Starting: Add Folder In Workspace Context.test (2 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 01:58:20.071 [INFO] !MESSAGE Pass 2 (780) processed. 0 failed. spent: 3:11, 618:21 mins remaining. ActivateWorkingSetViaProjectExplorerViewMenu. time: 18184ms [INFO] Pass 2 (780) processed. 0 failed. spent: 3:11, 618:21 mins remaining. ActivateWorkingSetViaProjectExplorerViewMenu. time: 18184ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 01:58:35.408 [INFO] !MESSAGE [AUT-0] Finished: Add Folder In Workspace Context.test in 14022 (2 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 01:58:35.411 [INFO] !MESSAGE [AUT-0] Starting: Add Project To Workspace Context.test (3 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 01:58:35.462 [INFO] !MESSAGE Pass 3 (780) processed. 0 failed. spent: 3:27, 535:26 mins remaining. Add Folder In Workspace Context. time: 14022ms [INFO] Pass 3 (780) processed. 0 failed. spent: 3:27, 535:26 mins remaining. Add Folder In Workspace Context. time: 14022ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 01:58:49.765 [INFO] !MESSAGE [AUT-0] Finished: Add Project To Workspace Context.test in 13231 (3 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 01:58:49.768 [INFO] !MESSAGE [AUT-0] Starting: Add folder_file buttons should be disabled if no project selected.test (4 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 01:58:49.862 [INFO] !MESSAGE Pass 4 (780) processed. 0 failed. spent: 3:41, 475:45 mins remaining. Add Project To Workspace Context. time: 13231ms [INFO] Pass 4 (780) processed. 0 failed. spent: 3:41, 475:45 mins remaining. Add Project To Workspace Context. time: 13231ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 01:59:03.141 [INFO] !MESSAGE [AUT-0] Finished: Add folder_file buttons should be disabled if no project selected.test in 11968 (4 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 01:59:03.152 [INFO] !MESSAGE [AUT-0] Starting: AddAndRemoveEditorsInWBContext.test (5 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 01:59:03.164 [INFO] !MESSAGE Pass 5 (780) processed. 0 failed. spent: 3:54, 431:13 mins remaining. Add folder/file buttons should be disabled if no project selected. time: 11968ms [INFO] Pass 5 (780) processed. 0 failed. spent: 3:54, 431:13 mins remaining. Add folder/file buttons should be disabled if no project selected. time: 11968ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 01:59:41.604 [INFO] !MESSAGE [AUT-0] Finished: AddAndRemoveEditorsInWBContext.test in 36860 (5 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 01:59:41.614 [INFO] !MESSAGE [AUT-0] Starting: AddAndRemoveViewsInWBContext.test (6 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 01:59:41.660 [INFO] !MESSAGE Pass 6 (780) processed. 0 failed. spent: 4:33, 439:38 mins remaining. AddAndRemoveEditorsInWBContext. time: 36860ms [INFO] Pass 6 (780) processed. 0 failed. spent: 4:33, 439:38 mins remaining. AddAndRemoveEditorsInWBContext. time: 36860ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:00:22.657 [INFO] !MESSAGE [AUT-0] Finished: AddAndRemoveViewsInWBContext.test in 39260 (6 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:00:22.660 [INFO] !MESSAGE [AUT-0] Starting: AddContextFromControlPanel.test (7 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:00:22.668 [INFO] !MESSAGE Pass 7 (780) processed. 0 failed. spent: 5:14, 448:54 mins remaining. AddAndRemoveViewsInWBContext. time: 39260ms [INFO] Pass 7 (780) processed. 0 failed. spent: 5:14, 448:54 mins remaining. AddAndRemoveViewsInWBContext. time: 39260ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:00:46.191 [INFO] !MESSAGE [AUT-0] Finished: AddContextFromControlPanel.test in 21575 (7 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:00:46.194 [INFO] !MESSAGE [AUT-0] Starting: AddContextToDefaultContext.test (8 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:00:46.268 [INFO] !MESSAGE Pass 8 (780) processed. 0 failed. spent: 5:38, 434:19 mins remaining. AddContextFromControlPanel. time: 21575ms [INFO] Pass 8 (780) processed. 0 failed. spent: 5:38, 434:19 mins remaining. AddContextFromControlPanel. time: 21575ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:01:02.166 [INFO] !MESSAGE [AUT-0] Finished: AddContextToDefaultContext.test in 14622 (8 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:01:02.171 [INFO] !MESSAGE [AUT-0] Starting: AddContextToDefaultContextByDragDrop.test (9 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:01:02.263 [INFO] !MESSAGE Pass 9 (780) processed. 0 failed. spent: 5:54, 413:00 mins remaining. AddContextToDefaultContext. time: 14622ms [INFO] Pass 9 (780) processed. 0 failed. spent: 5:54, 413:00 mins remaining. AddContextToDefaultContext. time: 14622ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:01:21.614 [INFO] !MESSAGE [AUT-0] Finished: AddContextToDefaultContextByDragDrop.test in 18070 (9 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:01:21.618 [INFO] !MESSAGE [AUT-0] Starting: AddContextToGroupContext.test (10 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:01:21.663 [INFO] !MESSAGE Pass 10 (780) processed. 0 failed. spent: 6:13, 398:23 mins remaining. AddContextToDefaultContextByDragDrop. time: 18070ms [INFO] Pass 10 (780) processed. 0 failed. spent: 6:13, 398:23 mins remaining. AddContextToDefaultContextByDragDrop. time: 18070ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:01:35.001 [INFO] !MESSAGE [AUT-0] Finished: AddContextToGroupContext.test in 12311 (10 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:01:35.005 [INFO] !MESSAGE [AUT-0] Starting: AddContextToGroupContextFromAnotherProject.test (11 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:01:35.079 [INFO] !MESSAGE Pass 11 (780) processed. 0 failed. spent: 6:26, 380:03 mins remaining. AddContextToGroupContext. time: 12311ms [INFO] Pass 11 (780) processed. 0 failed. spent: 6:26, 380:03 mins remaining. AddContextToGroupContext. time: 12311ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:01:50.320 [INFO] !MESSAGE [AUT-0] Finished: AddContextToGroupContextFromAnotherProject.test in 14193 (11 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:01:50.323 [INFO] !MESSAGE [AUT-0] Starting: AddContextToTest.test (12 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:01:50.371 [INFO] !MESSAGE Pass 12 (780) processed. 0 failed. spent: 6:42, 367:03 mins remaining. AddContextToGroupContextFromAnotherProject. time: 14193ms [INFO] Pass 12 (780) processed. 0 failed. spent: 6:42, 367:03 mins remaining. AddContextToGroupContextFromAnotherProject. time: 14193ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:02:06.644 [INFO] !MESSAGE [AUT-0] Finished: AddContextToTest.test in 15104 (12 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:02:06.651 [INFO] !MESSAGE [AUT-0] Starting: AddContextToTestByDragDrop.test (13 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:02:06.661 [INFO] !MESSAGE Pass 13 (780) processed. 0 failed. spent: 6:58, 355:45 mins remaining. AddContextToTest. time: 15104ms [INFO] Pass 13 (780) processed. 0 failed. spent: 6:58, 355:45 mins remaining. AddContextToTest. time: 15104ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:02:20.483 [INFO] !MESSAGE [AUT-0] Finished: AddContextToTestByDragDrop.test in 12817 (13 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:02:20.487 [INFO] !MESSAGE [AUT-0] Starting: AddContextToTestByDragDrop_TC2.test (14 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:02:20.559 [INFO] !MESSAGE Pass 14 (780) processed. 0 failed. spent: 7:12, 344:15 mins remaining. AddContextToTestByDragDrop. time: 12817ms [INFO] Pass 14 (780) processed. 0 failed. spent: 7:12, 344:15 mins remaining. AddContextToTestByDragDrop. time: 12817ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:02:37.353 [INFO] !MESSAGE [AUT-0] Finished: AddContextToTestByDragDrop_TC2.test in 15889 (14 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:02:37.357 [INFO] !MESSAGE [AUT-0] Starting: AddDescriptionToDefaultContext.test (15 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:02:37.378 [INFO] !MESSAGE Pass 15 (780) processed. 0 failed. spent: 7:29, 336:18 mins remaining. AddContextToTestByDragDrop_TC2. time: 15889ms [INFO] Pass 15 (780) processed. 0 failed. spent: 7:29, 336:18 mins remaining. AddContextToTestByDragDrop_TC2. time: 15889ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:02:54.766 [INFO] !MESSAGE [AUT-0] Finished: AddDescriptionToDefaultContext.test in 15994 (15 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:02:54.769 [INFO] !MESSAGE [AUT-0] Starting: AddDescriptionToTestSuite.test (16 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:02:54.862 [INFO] !MESSAGE Pass 16 (780) processed. 0 failed. spent: 7:46, 329:13 mins remaining. AddDescriptionToDefaultContext. time: 15994ms [INFO] Pass 16 (780) processed. 0 failed. spent: 7:46, 329:13 mins remaining. AddDescriptionToDefaultContext. time: 15994ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:03:07.615 [INFO] !MESSAGE [AUT-0] Finished: AddDescriptionToTestSuite.test in 11386 (16 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:03:07.618 [INFO] !MESSAGE [AUT-0] Starting: AddDuplicateFolderWithTestsToTestSuite.test (17 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:03:07.684 [INFO] !MESSAGE Pass 17 (780) processed. 0 failed. spent: 7:59, 320:10 mins remaining. AddDescriptionToTestSuite. time: 11386ms [INFO] Pass 17 (780) processed. 0 failed. spent: 7:59, 320:10 mins remaining. AddDescriptionToTestSuite. time: 11386ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:03:19.944 [INFO] !MESSAGE [AUT-0] Finished: AddDuplicateFolderWithTestsToTestSuite.test in 10753 (17 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:03:19.952 [INFO] !MESSAGE [AUT-0] Starting: AddDuplicateTestsToTestSuite.test (18 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:03:19.959 [INFO] !MESSAGE Pass 18 (780) processed. 0 failed. spent: 8:11, 311:22 mins remaining. AddDuplicateTestsFromFolderToTestSuite. time: 10753ms [INFO] Pass 18 (780) processed. 0 failed. spent: 8:11, 311:22 mins remaining. AddDuplicateTestsFromFolderToTestSuite. time: 10753ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:03:31.282 [INFO] !MESSAGE [AUT-0] Finished: AddDuplicateTestsToTestSuite.test in 9773 (18 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:03:31.286 [INFO] !MESSAGE [AUT-0] Starting: AddExistentTagToSingleElement.test (19 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:03:31.372 [INFO] !MESSAGE Pass 19 (780) processed. 0 failed. spent: 8:23, 303:23 mins remaining. AddDuplicateTestsToTestSuite. time: 9773ms [INFO] Pass 19 (780) processed. 0 failed. spent: 8:23, 303:23 mins remaining. AddDuplicateTestsToTestSuite. time: 9773ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:03:44.160 [INFO] !MESSAGE [AUT-0] Finished: AddExistentTagToSingleElement.test in 11476 (19 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:03:44.163 [INFO] !MESSAGE [AUT-0] Starting: AddFilesToFolderContext.test (20 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:03:44.167 [INFO] !MESSAGE Pass 20 (780) processed. 0 failed. spent: 8:35, 296:07 mins remaining. AddExistentTagToSingleElement. time: 11476ms [INFO] Pass 20 (780) processed. 0 failed. spent: 8:35, 296:07 mins remaining. AddExistentTagToSingleElement. time: 11476ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:04:05.302 [INFO] !MESSAGE [AUT-0] Finished: AddFilesToFolderContext.test in 19466 (20 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:04:05.305 [INFO] !MESSAGE [AUT-0] Starting: AddFolderInContext.test (21 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:04:05.367 [INFO] !MESSAGE Pass 21 (780) processed. 0 failed. spent: 8:57, 294:57 mins remaining. AddFilesToFolderContext. time: 19466ms [INFO] Pass 21 (780) processed. 0 failed. spent: 8:57, 294:57 mins remaining. AddFilesToFolderContext. time: 19466ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:04:20.199 [INFO] !MESSAGE [AUT-0] Finished: AddFolderInContext.test in 13007 (21 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:04:20.202 [INFO] !MESSAGE [AUT-0] Starting: AddFolderInTestSuite.test (22 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:04:20.288 [INFO] !MESSAGE Pass 22 (780) processed. 0 failed. spent: 9:12, 290:11 mins remaining. AddFolderInContext. time: 13007ms [INFO] Pass 22 (780) processed. 0 failed. spent: 9:12, 290:11 mins remaining. AddFolderInContext. time: 13007ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:04:39.571 [INFO] !MESSAGE [AUT-0] Finished: AddFolderInTestSuite.test in 18339 (22 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:04:39.574 [INFO] !MESSAGE [AUT-0] Starting: AddFolderToFolderContext.test (23 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:04:39.668 [INFO] !MESSAGE Pass 23 (780) processed. 0 failed. spent: 9:31, 287:47 mins remaining. AddFolderInTestSuite. time: 18339ms [INFO] Pass 23 (780) processed. 0 failed. spent: 9:31, 287:47 mins remaining. AddFolderInTestSuite. time: 18339ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:04:55.967 [INFO] !MESSAGE [AUT-0] Finished: AddFolderToFolderContext.test in 14392 (23 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:04:55.971 [INFO] !MESSAGE [AUT-0] Starting: AddFolderWithTestsToTestSuite.test (24 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:04:56.058 [INFO] !MESSAGE Pass 24 (780) processed. 0 failed. spent: 9:47, 284:05 mins remaining. AddFolderToFolderContext. time: 14392ms [INFO] Pass 24 (780) processed. 0 failed. spent: 9:47, 284:05 mins remaining. AddFolderToFolderContext. time: 14392ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:05:08.848 [INFO] !MESSAGE [AUT-0] Finished: AddFolderWithTestsToTestSuite.test in 11594 (24 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:05:08.855 [INFO] !MESSAGE [AUT-0] Starting: AddNewAUTConfiguration.test (25 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:05:08.874 [INFO] !MESSAGE Pass 25 (780) processed. 0 failed. spent: 10:00, 279:15 mins remaining. AddFolderWithTestsToTestSuite. time: 11594ms [INFO] Pass 25 (780) processed. 0 failed. spent: 10:00, 279:15 mins remaining. AddFolderWithTestsToTestSuite. time: 11594ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:05:32.762 [INFO] !MESSAGE [AUT-0] Finished: AddNewAUTConfiguration.test in 22914 (25 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:05:32.766 [INFO] !MESSAGE [AUT-0] Starting: AddNewTagToProject.test (26 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:05:32.853 [INFO] !MESSAGE Pass 26 (780) processed. 0 failed. spent: 10:24, 279:41 mins remaining. AddNewAUTConfiguration. time: 22914ms [INFO] Pass 26 (780) processed. 0 failed. spent: 10:24, 279:41 mins remaining. AddNewAUTConfiguration. time: 22914ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:05:50.033 [INFO] !MESSAGE [AUT-0] Finished: AddNewTagToProject.test in 16088 (26 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:05:50.035 [INFO] !MESSAGE [AUT-0] Starting: AddNewTagToResourceGroup.test (27 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:05:50.077 [INFO] !MESSAGE Pass 27 (780) processed. 0 failed. spent: 10:41, 277:01 mins remaining. AddNewTagToProject. time: 16088ms [INFO] Pass 27 (780) processed. 0 failed. spent: 10:41, 277:01 mins remaining. AddNewTagToProject. time: 16088ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:06:06.849 [INFO] !MESSAGE [AUT-0] Finished: AddNewTagToResourceGroup.test in 15872 (27 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:06:06.853 [INFO] !MESSAGE [AUT-0] Starting: AddNewTagToSingleElement.test (28 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:06:06.899 [INFO] !MESSAGE Pass 28 (780) processed. 0 failed. spent: 10:58, 274:31 mins remaining. AddNewTagToResourceGroup. time: 15872ms [INFO] Pass 28 (780) processed. 0 failed. spent: 10:58, 274:31 mins remaining. AddNewTagToResourceGroup. time: 15872ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:06:19.662 [INFO] !MESSAGE [AUT-0] Finished: AddNewTagToSingleElement.test in 11541 (28 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:06:19.665 [INFO] !MESSAGE [AUT-0] Starting: AddProjectInContext.test (29 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:06:19.754 [INFO] !MESSAGE Pass 29 (780) processed. 0 failed. spent: 11:11, 270:33 mins remaining. AddNewTagToSingleElement. time: 11541ms [INFO] Pass 29 (780) processed. 0 failed. spent: 11:11, 270:33 mins remaining. AddNewTagToSingleElement. time: 11541ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:06:43.519 [INFO] !MESSAGE [AUT-0] Finished: AddProjectInContext.test in 22757 (29 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:06:43.523 [INFO] !MESSAGE [AUT-0] Starting: AddReferenceAtAddingContextToTest.test (30 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:06:43.557 [INFO] !MESSAGE Pass 30 (780) processed. 0 failed. spent: 11:35, 271:07 mins remaining. AddProjectInContext. time: 22757ms [INFO] Pass 30 (780) processed. 0 failed. spent: 11:35, 271:07 mins remaining. AddProjectInContext. time: 22757ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:06:56.900 [INFO] !MESSAGE [AUT-0] Finished: AddReferenceAtAddingContextToTest.test in 12213 (30 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:06:56.903 [INFO] !MESSAGE [AUT-0] Starting: AddSeveralExistentTagsToFolder.test (31 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:06:56.971 [INFO] !MESSAGE Pass 31 (780) processed. 0 failed. spent: 11:48, 267:27 mins remaining. AddReferenceAtAddingContextToTest. time: 12213ms [INFO] Pass 31 (780) processed. 0 failed. spent: 11:48, 267:27 mins remaining. AddReferenceAtAddingContextToTest. time: 12213ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:07:12.731 [INFO] !MESSAGE [AUT-0] Finished: AddSeveralExistentTagsToFolder.test in 14864 (31 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:07:12.734 [INFO] !MESSAGE [AUT-0] Starting: AddSeveralPreferenceValuesInContext.test (32 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:07:12.767 [INFO] !MESSAGE Pass 32 (780) processed. 0 failed. spent: 12:04, 265:06 mins remaining. AddSeveralExistentTagsToFolder. time: 14864ms [INFO] Pass 32 (780) processed. 0 failed. spent: 12:04, 265:06 mins remaining. AddSeveralExistentTagsToFolder. time: 14864ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:07:23.573 [INFO] !MESSAGE [AUT-0] Finished: AddSeveralPreferenceValuesInContext.test in 9502 (32 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:07:23.576 [INFO] !MESSAGE [AUT-0] Starting: AddSeveralPreferenceValuesInContext.test (33 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:07:23.579 [INFO] !MESSAGE Pass 33 (780) processed. 0 failed. spent: 12:15, 261:06 mins remaining. AddSeveralPreferenceValuesInContext. time: 9502ms [INFO] Pass 33 (780) processed. 0 failed. spent: 12:15, 261:06 mins remaining. AddSeveralPreferenceValuesInContext. time: 9502ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:07:33.897 [INFO] !MESSAGE [AUT-0] Finished: AddSeveralPreferenceValuesInContext.test in 9310 (33 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:07:33.900 [INFO] !MESSAGE [AUT-0] Starting: AddSinglePreferenceValueInContext.test (34 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:07:33.993 [INFO] !MESSAGE Pass 34 (780) processed. 0 failed. spent: 12:25, 256:57 mins remaining. AddSeveralPreferenceValuesInContext. time: 9310ms [INFO] Pass 34 (780) processed. 0 failed. spent: 12:25, 256:57 mins remaining. AddSeveralPreferenceValuesInContext. time: 9310ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:07:47.695 [INFO] !MESSAGE [AUT-0] Finished: AddSinglePreferenceValueInContext.test in 12671 (34 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:07:47.698 [INFO] !MESSAGE [AUT-0] Starting: AddSinglePreferenceValueInContext.test (35 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:07:47.763 [INFO] !MESSAGE Pass 35 (780) processed. 0 failed. spent: 12:39, 254:22 mins remaining. AddSinglePreferenceValueInContext. time: 12671ms [INFO] Pass 35 (780) processed. 0 failed. spent: 12:39, 254:22 mins remaining. AddSinglePreferenceValueInContext. time: 12671ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:08:00.026 [INFO] !MESSAGE [AUT-0] Finished: AddSinglePreferenceValueInContext.test in 11120 (35 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:08:00.029 [INFO] !MESSAGE [AUT-0] Starting: AddSpecificSymbolsToTestSuiteDescription.test (36 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:08:00.077 [INFO] !MESSAGE Pass 36 (780) processed. 0 failed. spent: 12:51, 251:15 mins remaining. AddSinglePreferenceValueInContext. time: 11120ms [INFO] Pass 36 (780) processed. 0 failed. spent: 12:51, 251:15 mins remaining. AddSinglePreferenceValueInContext. time: 11120ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:08:14.887 [INFO] !MESSAGE [AUT-0] Finished: AddSpecificSymbolsToTestSuiteDescription.test in 13650 (36 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:08:14.890 [INFO] !MESSAGE [AUT-0] Starting: AddTagToContextWhenEditorIsOpened.test (37 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:08:14.965 [INFO] !MESSAGE Pass 37 (780) processed. 0 failed. spent: 13:06, 249:14 mins remaining. AddSpecificSymbolsToTestSuiteDescription. time: 13650ms [INFO] Pass 37 (780) processed. 0 failed. spent: 13:06, 249:14 mins remaining. AddSpecificSymbolsToTestSuiteDescription. time: 13650ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:08:27.239 [INFO] !MESSAGE [AUT-0] Finished: AddTagToContextWhenEditorIsOpened.test in 10941 (37 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:08:27.250 [INFO] !MESSAGE [AUT-0] Starting: AddTagToTestCaseWhenEditorIsOpened.test (38 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:08:27.278 [INFO] !MESSAGE Pass 38 (780) processed. 0 failed. spent: 13:19, 246:41 mins remaining. AddTagToContextWhenEditorIsOpened. time: 10941ms [INFO] Pass 38 (780) processed. 0 failed. spent: 13:19, 246:41 mins remaining. AddTagToContextWhenEditorIsOpened. time: 10941ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:08:41.549 [INFO] !MESSAGE [AUT-0] Finished: AddTagToTestCaseWhenEditorIsOpened.test in 12993 (38 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:08:41.552 [INFO] !MESSAGE [AUT-0] Starting: AddTagToTestSuite.test (39 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:08:41.558 [INFO] !MESSAGE Pass 39 (780) processed. 0 failed. spent: 13:33, 244:33 mins remaining. AddTagToTestCaseWhenEditorIsOpened. time: 12993ms [INFO] Pass 39 (780) processed. 0 failed. spent: 13:33, 244:33 mins remaining. AddTagToTestCaseWhenEditorIsOpened. time: 12993ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:08:52.325 [INFO] !MESSAGE [AUT-0] Finished: AddTagToTestSuite.test in 9697 (39 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:08:52.328 [INFO] !MESSAGE [AUT-0] Starting: AddTagToTestSuiteInSuiteEditor.test (40 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:08:52.373 [INFO] !MESSAGE Pass 40 (780) processed. 0 failed. spent: 13:44, 241:38 mins remaining. AddTagToTestSuite. time: 9697ms [INFO] Pass 40 (780) processed. 0 failed. spent: 13:44, 241:38 mins remaining. AddTagToTestSuite. time: 9697ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:09:06.617 [INFO] !MESSAGE [AUT-0] Finished: AddTagToTestSuiteInSuiteEditor.test in 13188 (40 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:09:06.619 [INFO] !MESSAGE [AUT-0] Starting: AddTagToTestSuiteViaQ7Explorer.test (41 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:09:06.688 [INFO] !MESSAGE Pass 41 (780) processed. 0 failed. spent: 13:58, 239:42 mins remaining. AddTagToTestSuiteInSuiteEditor. time: 13188ms [INFO] Pass 41 (780) processed. 0 failed. spent: 13:58, 239:42 mins remaining. AddTagToTestSuiteInSuiteEditor. time: 13188ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:09:20.450 [INFO] !MESSAGE [AUT-0] Finished: AddTagToTestSuiteViaQ7Explorer.test in 12733 (41 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:09:20.454 [INFO] !MESSAGE [AUT-0] Starting: AddTagToTestSuiteWhenEditorIsOpened.test (42 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:09:20.503 [INFO] !MESSAGE Pass 42 (780) processed. 0 failed. spent: 14:12, 237:51 mins remaining. AddTagToTestSuiteViaQ7Explorer. time: 12733ms [INFO] Pass 42 (780) processed. 0 failed. spent: 14:12, 237:51 mins remaining. AddTagToTestSuiteViaQ7Explorer. time: 12733ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:09:32.265 [INFO] !MESSAGE [AUT-0] Finished: AddTagToTestSuiteWhenEditorIsOpened.test in 10866 (42 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:09:32.268 [INFO] !MESSAGE [AUT-0] Starting: AddTaskToEclContext.test (43 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:09:32.354 [INFO] !MESSAGE Pass 43 (780) processed. 0 failed. spent: 14:24, 235:31 mins remaining. AddTagToTestSuiteWhenEditorIsOpened. time: 10866ms [INFO] Pass 43 (780) processed. 0 failed. spent: 14:24, 235:31 mins remaining. AddTagToTestSuiteWhenEditorIsOpened. time: 10866ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:09:48.579 [INFO] !MESSAGE [AUT-0] Finished: AddTaskToEclContext.test in 15168 (43 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:09:48.582 [INFO] !MESSAGE [AUT-0] Starting: AddTaskToScriptEditor.test (44 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:09:48.675 [INFO] !MESSAGE Pass 44 (780) processed. 0 failed. spent: 14:40, 234:20 mins remaining. AddTaskToEclContext. time: 15168ms [INFO] Pass 44 (780) processed. 0 failed. spent: 14:40, 234:20 mins remaining. AddTaskToEclContext. time: 15168ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:10:05.488 [INFO] !MESSAGE [AUT-0] Finished: AddTaskToScriptEditor.test in 15297 (44 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:10:05.491 [INFO] !MESSAGE [AUT-0] Starting: AddTestCaseToTestSuite.test (45 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:10:05.566 [INFO] !MESSAGE Pass 45 (780) processed. 0 failed. spent: 14:57, 233:28 mins remaining. AddTaskToScriptEditor. time: 15297ms [INFO] Pass 45 (780) processed. 0 failed. spent: 14:57, 233:28 mins remaining. AddTaskToScriptEditor. time: 15297ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:10:20.583 [INFO] !MESSAGE [AUT-0] Finished: AddTestCaseToTestSuite.test in 13744 (45 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:10:20.586 [INFO] !MESSAGE [AUT-0] Starting: AddTestInTestSuite.test (46 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:10:20.683 [INFO] !MESSAGE Pass 46 (780) processed. 0 failed. spent: 15:12, 232:07 mins remaining. AddTestCaseToTestSuite. time: 13744ms [INFO] Pass 46 (780) processed. 0 failed. spent: 15:12, 232:07 mins remaining. AddTestCaseToTestSuite. time: 13744ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:10:37.973 [INFO] !MESSAGE [AUT-0] Finished: AddTestInTestSuite.test in 16324 (46 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:10:37.976 [INFO] !MESSAGE [AUT-0] Starting: AddTestSuiteToTestSuite.test (47 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:10:38.064 [INFO] !MESSAGE Pass 47 (780) processed. 0 failed. spent: 15:29, 231:18 mins remaining. AddTestInTestSuite. time: 16324ms [INFO] Pass 47 (780) processed. 0 failed. spent: 15:29, 231:18 mins remaining. AddTestInTestSuite. time: 16324ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:11:15.960 [INFO] !MESSAGE [AUT-0] Finished: AddTestSuiteToTestSuite.test in 36628 (47 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:11:15.963 [INFO] !MESSAGE [AUT-0] Starting: AddTestSuiteToTestSuiteByDragDrop.test (48 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:11:15.978 [INFO] !MESSAGE Pass 48 (780) processed. 0 failed. spent: 16:07, 235:37 mins remaining. AddTestSuiteToTestSuite. time: 36628ms [INFO] Pass 48 (780) processed. 0 failed. spent: 16:07, 235:37 mins remaining. AddTestSuiteToTestSuite. time: 36628ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:12:02.771 [INFO] !MESSAGE [AUT-0] Finished: AddTestSuiteToTestSuiteByDragDrop.test in 45808 (48 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:12:02.774 [INFO] !MESSAGE [AUT-0] Starting: AddTestsToSuiteByDragDrop.test (49 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:12:02.844 [INFO] !MESSAGE Pass 49 (780) processed. 0 failed. spent: 16:54, 241:54 mins remaining. AddTestSuiteToTestSuiteByDragDrop. time: 45808ms [INFO] Pass 49 (780) processed. 0 failed. spent: 16:54, 241:54 mins remaining. AddTestSuiteToTestSuiteByDragDrop. time: 45808ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:12:19.648 [INFO] !MESSAGE [AUT-0] Finished: AddTestsToSuiteByDragDrop.test in 15721 (49 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:12:19.650 [INFO] !MESSAGE [AUT-0] Starting: AddTestsToTestSuiteByDragDropFromExecutionView.test (50 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:12:19.674 [INFO] !MESSAGE Pass 50 (780) processed. 0 failed. spent: 17:11, 240:53 mins remaining. AddTestsToSuiteByDragDrop. time: 15721ms [INFO] Pass 50 (780) processed. 0 failed. spent: 17:11, 240:53 mins remaining. AddTestsToSuiteByDragDrop. time: 15721ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:12:35.983 [INFO] !MESSAGE [AUT-0] Finished: AddTestsToTestSuiteByDragDropFromExecutionView.test in 15199 (50 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:12:35.986 [INFO] !MESSAGE [AUT-0] Starting: AddVerificationIntoTestCase.test (51 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:12:36.059 [INFO] !MESSAGE Pass 51 (780) processed. 0 failed. spent: 17:27, 239:41 mins remaining. AddTestsToTestSuiteByDragDropFromExecutionView. time: 15199ms [INFO] Pass 51 (780) processed. 0 failed. spent: 17:27, 239:41 mins remaining. AddTestsToTestSuiteByDragDropFromExecutionView. time: 15199ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:13:00.412 [INFO] !MESSAGE [AUT-0] Finished: AddVerificationIntoTestCase.test in 22730 (51 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:13:00.415 [INFO] !MESSAGE [AUT-0] Starting: AddWithTag_NOT.test (52 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:13:00.463 [INFO] !MESSAGE Pass 52 (780) processed. 0 failed. spent: 17:52, 240:32 mins remaining. AddVerificationIntoTestCase. time: 22730ms [INFO] Pass 52 (780) processed. 0 failed. spent: 17:52, 240:32 mins remaining. AddVerificationIntoTestCase. time: 22730ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:13:10.290 [INFO] !MESSAGE [AUT-0] Finished: AddWithTag_NOT.test in 8525 (52 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:13:10.293 [INFO] !MESSAGE [AUT-0] Starting: AddWithTag_OR.test (53 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:13:10.374 [INFO] !MESSAGE Pass 53 (780) processed. 0 failed. spent: 18:02, 238:02 mins remaining. AddWithTag_NOT. time: 8525ms [INFO] Pass 53 (780) processed. 0 failed. spent: 18:02, 238:02 mins remaining. AddWithTag_NOT. time: 8525ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:13:20.608 [INFO] !MESSAGE [AUT-0] Finished: AddWithTag_OR.test in 9227 (53 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:13:20.611 [INFO] !MESSAGE [AUT-0] Starting: AddWithTags_AND.test (54 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:13:20.690 [INFO] !MESSAGE Pass 54 (780) processed. 0 failed. spent: 18:12, 235:37 mins remaining. AddWithTag_OR. time: 9227ms [INFO] Pass 54 (780) processed. 0 failed. spent: 18:12, 235:37 mins remaining. AddWithTag_OR. time: 9227ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:13:28.903 [INFO] !MESSAGE [AUT-0] Finished: AddWithTags_AND.test in 7119 (54 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:13:28.905 [INFO] !MESSAGE [AUT-0] Starting: AddingParameterIntoParametersContextAddButton.test (55 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:13:28.949 [INFO] !MESSAGE Pass 55 (780) processed. 0 failed. spent: 18:20, 232:51 mins remaining. AddWithTags_AND. time: 7119ms [INFO] Pass 55 (780) processed. 0 failed. spent: 18:20, 232:51 mins remaining. AddWithTags_AND. time: 7119ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:13:40.725 [INFO] !MESSAGE [AUT-0] Finished: AddingParameterIntoParametersContextAddButton.test in 10804 (55 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:13:40.728 [INFO] !MESSAGE [AUT-0] Starting: AddingParameterIntoParametersContextCellClicking.test (56 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:13:40.762 [INFO] !MESSAGE Pass 56 (780) processed. 0 failed. spent: 18:32, 231:01 mins remaining. AddingParameterIntoParametersContextAddButton. time: 10804ms [INFO] Pass 56 (780) processed. 0 failed. spent: 18:32, 231:01 mins remaining. AddingParameterIntoParametersContextAddButton. time: 10804ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:13:49.982 [INFO] !MESSAGE [AUT-0] Finished: AddingParameterIntoParametersContextCellClicking.test in 8530 (56 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:13:49.984 [INFO] !MESSAGE [AUT-0] Starting: AdvancedOptions.test (57 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:13:50.072 [INFO] !MESSAGE Pass 57 (780) processed. 0 failed. spent: 18:41, 228:38 mins remaining. AddingParameterIntoParametersContextCellClicking. time: 8530ms [INFO] Pass 57 (780) processed. 0 failed. spent: 18:41, 228:38 mins remaining. AddingParameterIntoParametersContextCellClicking. time: 8530ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:14:01.765 [INFO] !MESSAGE [AUT-0] Finished: AdvancedOptions.test in 10550 (57 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:14:01.768 [INFO] !MESSAGE [AUT-0] Starting: AdvancedOptionsFocus.test (58 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:14:01.788 [INFO] !MESSAGE Pass 58 (780) processed. 0 failed. spent: 18:53, 226:54 mins remaining. AdvancedOptions. time: 10550ms [INFO] Pass 58 (780) processed. 0 failed. spent: 18:53, 226:54 mins remaining. AdvancedOptions. time: 10550ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:14:07.489 [INFO] !MESSAGE [AUT-0] Finished: AdvancedOptionsFocus.test in 4922 (58 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:14:07.492 [INFO] !MESSAGE [AUT-0] Starting: Allow_Not Alow Uncaptured Children.test (59 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:14:07.494 [INFO] !MESSAGE Pass 59 (780) processed. 0 failed. spent: 18:59, 224:03 mins remaining. AdvancedOptionsFocus. time: 4922ms [INFO] Pass 59 (780) processed. 0 failed. spent: 18:59, 224:03 mins remaining. AdvancedOptionsFocus. time: 4922ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:14:31.802 [INFO] !MESSAGE [AUT-0] Finished: Allow_Not Alow Uncaptured Children.test in 23040 (59 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:14:31.805 [INFO] !MESSAGE [AUT-0] Starting: AlwaysRemoveDuplicateContextFromTestAtAddingToDefaultContext.test (60 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:14:31.862 [INFO] !MESSAGE Pass 60 (780) processed. 0 failed. spent: 19:23, 224:47 mins remaining. Allow/Not Alow Uncaptured Children. time: 23040ms [INFO] Pass 60 (780) processed. 0 failed. spent: 19:23, 224:47 mins remaining. Allow/Not Alow Uncaptured Children. time: 23040ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:14:47.195 [INFO] !MESSAGE [AUT-0] Finished: AlwaysRemoveDuplicateContextFromTestAtAddingToDefaultContext.test in 13864 (60 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:14:47.197 [INFO] !MESSAGE [AUT-0] Starting: AnyCharacterSearch.test (61 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:14:47.279 [INFO] !MESSAGE Pass 61 (780) processed. 0 failed. spent: 19:39, 223:56 mins remaining. AlwaysRemoveDuplicateContextFromTestAtAddingToDefaultContext. time: 13864ms [INFO] Pass 61 (780) processed. 0 failed. spent: 19:39, 223:56 mins remaining. AlwaysRemoveDuplicateContextFromTestAtAddingToDefaultContext. time: 13864ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:14:57.058 [INFO] !MESSAGE [AUT-0] Finished: AnyCharacterSearch.test in 8806 (61 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:14:57.061 [INFO] !MESSAGE [AUT-0] Starting: AnyStringSearch.test (62 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:14:57.146 [INFO] !MESSAGE Pass 62 (780) processed. 0 failed. spent: 19:48, 221:49 mins remaining. AnyCharacterSearch. time: 8806ms [INFO] Pass 62 (780) processed. 0 failed. spent: 19:48, 221:49 mins remaining. AnyCharacterSearch. time: 8806ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:15:06.325 [INFO] !MESSAGE [AUT-0] Finished: AnyStringSearch.test in 8356 (62 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:15:06.328 [INFO] !MESSAGE [AUT-0] Starting: Apply ECL Context outside test case.test (63 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:15:06.356 [INFO] !MESSAGE Pass 63 (780) processed. 0 failed. spent: 19:58, 219:56 mins remaining. AnyStringSearch. time: 8356ms [INFO] Pass 63 (780) processed. 0 failed. spent: 19:58, 219:56 mins remaining. AnyStringSearch. time: 8356ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:15:36.176 [INFO] !MESSAGE [AUT-0] Finished: Apply ECL Context outside test case.test in 28428 (63 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:15:36.179 [INFO] !MESSAGE [AUT-0] Starting: Apply ECL Context.test (64 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:15:36.274 [INFO] !MESSAGE Pass 64 (780) processed. 0 failed. spent: 20:28, 221:43 mins remaining. Apply ECL Context outside test case. time: 28428ms [INFO] Pass 64 (780) processed. 0 failed. spent: 20:28, 221:43 mins remaining. Apply ECL Context outside test case. time: 28428ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:15:57.034 [INFO] !MESSAGE [AUT-0] Finished: Apply ECL Context.test in 19553 (64 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:15:57.042 [INFO] !MESSAGE [AUT-0] Starting: Apply New Empty ECL Context.test (65 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:15:57.052 [INFO] !MESSAGE Pass 65 (780) processed. 0 failed. spent: 20:48, 221:39 mins remaining. Apply ECL Context. time: 19553ms [INFO] Pass 65 (780) processed. 0 failed. spent: 20:48, 221:39 mins remaining. Apply ECL Context. time: 19553ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:16:08.821 [INFO] !MESSAGE [AUT-0] Finished: Apply New Empty ECL Context.test in 10577 (65 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:16:08.825 [INFO] !MESSAGE [AUT-0] Starting: AssertionFilter_ByProperty.test (66 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:16:08.865 [INFO] !MESSAGE Pass 66 (780) processed. 0 failed. spent: 21:00, 220:11 mins remaining. Apply New Empty ECL Context. time: 10577ms [INFO] Pass 66 (780) processed. 0 failed. spent: 21:00, 220:11 mins remaining. Apply New Empty ECL Context. time: 10577ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:16:16.555 [INFO] !MESSAGE [AUT-0] Finished: AssertionFilter_ByProperty.test in 6897 (66 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:16:16.558 [INFO] !MESSAGE [AUT-0] Starting: AssertionFilter_ByValue.test (67 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:16:16.644 [INFO] !MESSAGE Pass 67 (780) processed. 0 failed. spent: 21:08, 218:04 mins remaining. AssertionFilter_ByProperty. time: 6897ms [INFO] Pass 67 (780) processed. 0 failed. spent: 21:08, 218:04 mins remaining. AssertionFilter_ByProperty. time: 6897ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:16:23.813 [INFO] !MESSAGE [AUT-0] Finished: AssertionFilter_ByValue.test in 6448 (67 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:16:23.816 [INFO] !MESSAGE [AUT-0] Starting: AssertionGroupping.test (68 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:16:23.852 [INFO] !MESSAGE Pass 68 (780) processed. 0 failed. spent: 21:15, 215:50 mins remaining. AssertionFilter_ByValue. time: 6448ms [INFO] Pass 68 (780) processed. 0 failed. spent: 21:15, 215:50 mins remaining. AssertionFilter_ByValue. time: 6448ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:16:47.051 [INFO] !MESSAGE [AUT-0] Finished: AssertionGroupping.test in 22212 (68 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:16:47.054 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfTableWithExcludedColumns.test (69 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:16:47.150 [INFO] !MESSAGE Pass 69 (780) processed. 0 failed. spent: 21:38, 216:20 mins remaining. AssertionGroupping. time: 22212ms [INFO] Pass 69 (780) processed. 0 failed. spent: 21:38, 216:20 mins remaining. AssertionGroupping. time: 22212ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:16:59.844 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfTableWithExcludedColumns.test in 11611 (69 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:16:59.847 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfTableWithSelectedColumns.test (70 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:16:59.864 [INFO] !MESSAGE Pass 70 (780) processed. 0 failed. spent: 21:51, 215:09 mins remaining. AssertionOfTableWithExcludedColumns. time: 11611ms [INFO] Pass 70 (780) processed. 0 failed. spent: 21:51, 215:09 mins remaining. AssertionOfTableWithExcludedColumns. time: 11611ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:17:11.637 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfTableWithSelectedColumns.test in 10487 (70 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:17:11.640 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfTree.test (71 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:17:11.676 [INFO] !MESSAGE Pass 71 (780) processed. 0 failed. spent: 22:03, 213:51 mins remaining. AssertionOfTableWithSelectedColumns. time: 10487ms [INFO] Pass 71 (780) processed. 0 failed. spent: 22:03, 213:51 mins remaining. AssertionOfTableWithSelectedColumns. time: 10487ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:17:20.429 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfTree.test in 7617 (71 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:17:20.433 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfTreeCase2.test (72 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:17:20.486 [INFO] !MESSAGE Pass 72 (780) processed. 0 failed. spent: 22:12, 212:06 mins remaining. AssertionOfTreeCase1. time: 7617ms [INFO] Pass 72 (780) processed. 0 failed. spent: 22:12, 212:06 mins remaining. AssertionOfTreeCase1. time: 7617ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:17:32.197 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfTreeCase2.test in 10585 (72 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:17:32.199 [INFO] !MESSAGE Pass 73 (780) processed. 0 failed. spent: 22:23, 213:51 mins remaining. AssertionOfTreeCase2. time: 10585ms [INFO] Pass 73 (780) processed. 0 failed. spent: 22:23, 213:51 mins remaining. AssertionOfTreeCase2. time: 10585ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:17:32.200 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfTreeWhenOneItemIsExpanded.test (73 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:17:40.988 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfTreeWhenOneItemIsExpanded.test in 7688 (73 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:17:40.990 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfTreeWhenOneItemIsExpandedCase2.test (74 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:17:41.009 [INFO] !MESSAGE Pass 74 (780) processed. 0 failed. spent: 22:32, 209:01 mins remaining. AssertionOfTreeWhenOneItemIsExpandedCase1. time: 7688ms [INFO] Pass 74 (780) processed. 0 failed. spent: 22:32, 209:01 mins remaining. AssertionOfTreeWhenOneItemIsExpandedCase1. time: 7688ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:17:53.758 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfTreeWhenOneItemIsExpandedCase2.test in 11585 (74 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:17:53.760 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfWholeTable(assertDataInContext).test (75 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:17:53.846 [INFO] !MESSAGE Pass 75 (780) processed. 0 failed. spent: 22:45, 208:00 mins remaining. AssertionOfTreeWhenOneItemIsExpandedCase2. time: 11585ms [INFO] Pass 75 (780) processed. 0 failed. spent: 22:45, 208:00 mins remaining. AssertionOfTreeWhenOneItemIsExpandedCase2. time: 11585ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:18:02.040 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfWholeTable(assertDataInContext).test in 7170 (75 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:18:02.043 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfWholeTableContentsCase1.test (76 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:18:02.057 [INFO] !MESSAGE Pass 76 (780) processed. 0 failed. spent: 22:53, 206:14 mins remaining. AssertionOfWholeTable(assertDataInContext). time: 7170ms [INFO] Pass 76 (780) processed. 0 failed. spent: 22:53, 206:14 mins remaining. AssertionOfWholeTable(assertDataInContext). time: 7170ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:18:12.851 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfWholeTableContentsCase1.test in 9693 (76 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:18:12.854 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfWholeTableWithColumnsCase1.test (77 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:18:12.868 [INFO] !MESSAGE Pass 77 (780) processed. 0 failed. spent: 23:04, 204:58 mins remaining. AssertionOfWholeTableWithoutColumnsCase1. time: 9693ms [INFO] Pass 77 (780) processed. 0 failed. spent: 23:04, 204:58 mins remaining. AssertionOfWholeTableWithoutColumnsCase1. time: 9693ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:18:22.121 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfWholeTableWithColumnsCase1.test in 8244 (77 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:18:22.125 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfWholeTableWithColumnsCase2.test (78 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:18:22.178 [INFO] !MESSAGE Pass 78 (780) processed. 0 failed. spent: 23:13, 203:26 mins remaining. AssertionOfWholeTableWithColumnsCase1. time: 8244ms [INFO] Pass 78 (780) processed. 0 failed. spent: 23:13, 203:26 mins remaining. AssertionOfWholeTableWithColumnsCase1. time: 8244ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:18:32.369 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfWholeTableWithColumnsCase2.test in 9013 (78 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:18:32.372 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfWholeTableWithoutColumnsCase2.test (79 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:18:32.389 [INFO] !MESSAGE Pass 79 (780) processed. 0 failed. spent: 23:24, 202:13 mins remaining. AssertionOfWholeTableWithColumnsCase2. time: 9013ms [INFO] Pass 79 (780) processed. 0 failed. spent: 23:24, 202:13 mins remaining. AssertionOfWholeTableWithColumnsCase2. time: 9013ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:18:45.144 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfWholeTableWithoutColumnsCase2.test in 11870 (79 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:18:45.147 [INFO] !MESSAGE [AUT-0] Starting: AssertionWindowIsNotShownForTableItem.test (80 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:18:45.203 [INFO] !MESSAGE Pass 80 (780) processed. 0 failed. spent: 23:36, 201:10 mins remaining. AssertionOfWholeTableWithoutColumnsCase2. time: 11870ms [INFO] Pass 80 (780) processed. 0 failed. spent: 23:36, 201:10 mins remaining. AssertionOfWholeTableWithoutColumnsCase2. time: 11870ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:18:59.390 [INFO] !MESSAGE [AUT-0] Finished: AssertionWindowIsNotShownForTableItem.test in 13109 (80 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:18:59.393 [INFO] !MESSAGE [AUT-0] Starting: AutoCompletionInEclContext.test (81 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:18:59.450 [INFO] !MESSAGE Pass 81 (780) processed. 0 failed. spent: 23:51, 200:34 mins remaining. AssertionWindowIsNotShownForTableItem. time: 13109ms [INFO] Pass 81 (780) processed. 0 failed. spent: 23:51, 200:34 mins remaining. AssertionWindowIsNotShownForTableItem. time: 13109ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:19:14.218 [INFO] !MESSAGE [AUT-0] Finished: AutoCompletionInEclContext.test in 13747 (81 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:19:14.220 [INFO] !MESSAGE [AUT-0] Starting: Autocomplete.test (82 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:19:14.266 [INFO] !MESSAGE Pass 82 (780) processed. 0 failed. spent: 24:06, 199:58 mins remaining. AutoCompletionInEclContext. time: 13747ms [INFO] Pass 82 (780) processed. 0 failed. spent: 24:06, 199:58 mins remaining. AutoCompletionInEclContext. time: 13747ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:19:25.604 [INFO] !MESSAGE [AUT-0] Finished: Autocomplete.test in 9982 (82 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:19:25.607 [INFO] !MESSAGE [AUT-0] Starting: AutocreationDefaultContextAtCreationProject.test (83 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:19:25.677 [INFO] !MESSAGE Pass 83 (780) processed. 0 failed. spent: 24:17, 198:50 mins remaining. Autocomplete. time: 9982ms [INFO] Pass 83 (780) processed. 0 failed. spent: 24:17, 198:50 mins remaining. Autocomplete. time: 9982ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:19:34.926 [INFO] !MESSAGE [AUT-0] Finished: AutocreationDefaultContextAtCreationProject.test in 7950 (83 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:19:34.930 [INFO] !MESSAGE [AUT-0] Starting: BackForwardButtonsOnToolbar.test (84 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:19:34.988 [INFO] !MESSAGE Pass 84 (780) processed. 0 failed. spent: 24:26, 197:27 mins remaining. AutocreationDefaultContextAtCreationProject. time: 7950ms [INFO] Pass 84 (780) processed. 0 failed. spent: 24:26, 197:27 mins remaining. AutocreationDefaultContextAtCreationProject. time: 7950ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:19:47.708 [INFO] !MESSAGE [AUT-0] Finished: BackForwardButtonsOnToolbar.test in 11794 (84 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:19:47.711 [INFO] !MESSAGE [AUT-0] Starting: Bug 442685 NullPointerException.test (85 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:19:47.751 [INFO] !MESSAGE Pass 85 (780) processed. 0 failed. spent: 24:39, 196:38 mins remaining. BackForwardButtonsOnToolbar. time: 11794ms [INFO] Pass 85 (780) processed. 0 failed. spent: 24:39, 196:38 mins remaining. BackForwardButtonsOnToolbar. time: 11794ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:19:56.548 [INFO] !MESSAGE [AUT-0] Finished: Bug 442685 NullPointerException.test in 7447 (85 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:19:56.550 [INFO] !MESSAGE [AUT-0] Starting: Bug 465746 - Can't assert 'text' property for a canvas of Help view_ .test (86 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:19:56.561 [INFO] !MESSAGE Pass 86 (780) processed. 0 failed. spent: 24:48, 195:18 mins remaining. Bug 442685 NullPointerException. time: 7447ms [INFO] Pass 86 (780) processed. 0 failed. spent: 24:48, 195:18 mins remaining. Bug 442685 NullPointerException. time: 7447ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:20:10.793 [INFO] !MESSAGE [AUT-0] Finished: Bug 465746 - Can't assert 'text' property for a canvas of Help view_ .test in 13298 (86 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:20:10.796 [INFO] !MESSAGE [AUT-0] Starting: Bug 472901_ClipboardContent_EmptyClipboard.test (87 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:20:10.845 [INFO] !MESSAGE Pass 87 (780) processed. 0 failed. spent: 25:02, 194:38 mins remaining. Bug 465746 - Can't assert 'text' property for a canvas of Help view. . time: 13298ms [INFO] Pass 87 (780) processed. 0 failed. spent: 25:02, 194:38 mins remaining. Bug 465746 - Can't assert 'text' property for a canvas of Help view. . time: 13298ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:20:17.666 [INFO] !MESSAGE [AUT-0] Finished: Bug 472901_ClipboardContent_EmptyClipboard.test in 5333 (87 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:20:17.669 [INFO] !MESSAGE [AUT-0] Starting: Bug 472901_ClipboardContent_From-Clipboard.test (88 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:20:17.753 [INFO] !MESSAGE Pass 88 (780) processed. 0 failed. spent: 25:09, 193:05 mins remaining. Bug 472901_ClipboardContent_EmptyClipboard. time: 5333ms [INFO] Pass 88 (780) processed. 0 failed. spent: 25:09, 193:05 mins remaining. Bug 472901_ClipboardContent_EmptyClipboard. time: 5333ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:20:25.552 [INFO] !MESSAGE [AUT-0] Finished: Bug 472901_ClipboardContent_From-Clipboard.test in 6809 (88 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:20:25.556 [INFO] !MESSAGE [AUT-0] Starting: Bug 472901_ClipboardContent_To-Clipboard.test (89 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:20:25.562 [INFO] !MESSAGE Pass 89 (780) processed. 0 failed. spent: 25:17, 191:42 mins remaining. Bug 472901_ClipboardContent_From-Clipboard. time: 6809ms [INFO] Pass 89 (780) processed. 0 failed. spent: 25:17, 191:42 mins remaining. Bug 472901_ClipboardContent_From-Clipboard. time: 6809ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:20:32.959 [INFO] !MESSAGE [AUT-0] Finished: Bug 472901_ClipboardContent_To-Clipboard.test in 6102 (89 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:20:32.961 [INFO] !MESSAGE [AUT-0] Starting: Bug 474198_Read-File command.test (90 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:20:32.970 [INFO] !MESSAGE Pass 90 (780) processed. 0 failed. spent: 25:24, 190:13 mins remaining. Bug 472901_ClipboardContent_To-Clipboard. time: 6102ms [INFO] Pass 90 (780) processed. 0 failed. spent: 25:24, 190:13 mins remaining. Bug 472901_ClipboardContent_To-Clipboard. time: 6102ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:20:38.882 [INFO] !MESSAGE [AUT-0] Finished: Bug 474198_Read-File command.test in 4414 (90 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:20:38.885 [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 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:20:38.977 [INFO] !MESSAGE Pass 91 (780) processed. 0 failed. spent: 25:30, 188:38 mins remaining. Bug 474198_Read-File command. time: 4414ms [INFO] Pass 91 (780) processed. 0 failed. spent: 25:30, 188:38 mins remaining. Bug 474198_Read-File command. time: 4414ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:22:16.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 96218, Assertion of text failed: expected: but was:. (91 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:22:16.946 [INFO] !MESSAGE Fail 92 (780) processed. 1 failed. spent: 27:08, 200:43 mins remaining. Bug444899_Preferences dialog can't be closed by Workbench context or with Cancel button once RCPTT ECL Editor preference is changed.. time: 96218ms Cause: Assertion of text failed: expected: but was:. [INFO] Fail 92 (780) processed. 1 failed. spent: 27:08, 200:43 mins remaining. Bug444899_Preferences dialog can't be closed by Workbench context or with Cancel button once RCPTT ECL Editor preference is changed.. time: 96218ms Cause: Assertion of text failed: expected: but was:. [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:22:16.949 [INFO] !MESSAGE [AUT-0] Starting: Cancel Preference Context Creation.test (92 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:22:28.374 [INFO] !MESSAGE [AUT-0] Finished: Cancel Preference Context Creation.test in 9978 (92 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:22:28.376 [INFO] !MESSAGE [AUT-0] Starting: Cancel Workbench Context Creation.test (93 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:22:28.458 [INFO] !MESSAGE Pass 93 (780) processed. 1 failed. spent: 27:20, 197:22 mins remaining. Cancel Preference Context Creation. time: 9978ms [INFO] Pass 93 (780) processed. 1 failed. spent: 27:20, 197:22 mins remaining. Cancel Preference Context Creation. time: 9978ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:22:39.311 [INFO] !MESSAGE [AUT-0] Finished: Cancel Workbench Context Creation.test in 9423 (93 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:22:39.314 [INFO] !MESSAGE [AUT-0] Starting: Cancel Workspace Context Creation.test (94 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:22:39.370 [INFO] !MESSAGE Pass 94 (780) processed. 1 failed. spent: 27:31, 196:20 mins remaining. Cancel Workbench Context Creation. time: 9423ms [INFO] Pass 94 (780) processed. 1 failed. spent: 27:31, 196:20 mins remaining. Cancel Workbench Context Creation. time: 9423ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:22:48.741 [INFO] !MESSAGE [AUT-0] Finished: Cancel Workspace Context Creation.test in 7742 (94 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:22:48.744 [INFO] !MESSAGE [AUT-0] Starting: CancelAUTCreation.test (95 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:22:48.780 [INFO] !MESSAGE Pass 95 (780) processed. 1 failed. spent: 27:40, 195:05 mins remaining. Cancel Workspace Context Creation. time: 7742ms [INFO] Pass 95 (780) processed. 1 failed. spent: 27:40, 195:05 mins remaining. Cancel Workspace Context Creation. time: 7742ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:24:11.653 [INFO] !MESSAGE [AUT-0] Finished: CancelAUTCreation.test in 80623 (95 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:24:11.655 [INFO] !MESSAGE [AUT-0] Starting: CancelAddingSinglePreferenceValueInContext.test (96 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:24:11.741 [INFO] !MESSAGE Pass 96 (780) processed. 1 failed. spent: 29:03, 202:27 mins remaining. CancelAUTCreation. time: 80623ms [INFO] Pass 96 (780) processed. 1 failed. spent: 29:03, 202:27 mins remaining. CancelAUTCreation. time: 80623ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:24:25.164 [INFO] !MESSAGE [AUT-0] Finished: CancelAddingSinglePreferenceValueInContext.test in 11965 (96 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:24:25.167 [INFO] !MESSAGE [AUT-0] Starting: CancelCloseContextEditor.test (97 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:24:25.255 [INFO] !MESSAGE Pass 97 (780) processed. 1 failed. spent: 29:16, 201:36 mins remaining. CancelAddingSinglePreferenceValueInContext. time: 11965ms [INFO] Pass 97 (780) processed. 1 failed. spent: 29:16, 201:36 mins remaining. CancelAddingSinglePreferenceValueInContext. time: 11965ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:24:39.679 [INFO] !MESSAGE [AUT-0] Finished: CancelCloseContextEditor.test in 12591 (97 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:24:39.682 [INFO] !MESSAGE [AUT-0] Starting: CancelCopyFolderToProjectWithDuplicateFolder.test (98 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:24:39.770 [INFO] !MESSAGE Pass 98 (780) processed. 1 failed. spent: 29:31, 201:00 mins remaining. CancelCloseContextEditor. time: 12591ms [INFO] Pass 98 (780) processed. 1 failed. spent: 29:31, 201:00 mins remaining. CancelCloseContextEditor. time: 12591ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:25:02.860 [INFO] !MESSAGE [AUT-0] Finished: CancelCopyFolderToProjectWithDuplicateFolder.test in 21402 (98 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:25:02.863 [INFO] !MESSAGE [AUT-0] Starting: CancelCreationProject.test (99 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:25:02.955 [INFO] !MESSAGE Pass 99 (780) processed. 1 failed. spent: 29:54, 201:18 mins remaining. CancelCopyFolderToProjectWithDuplicateFolder. time: 21402ms [INFO] Pass 99 (780) processed. 1 failed. spent: 29:54, 201:18 mins remaining. CancelCopyFolderToProjectWithDuplicateFolder. time: 21402ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:25:13.258 [INFO] !MESSAGE [AUT-0] Finished: CancelCreationProject.test in 9210 (99 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:25:13.261 [INFO] !MESSAGE [AUT-0] Starting: CancelDeleteFolderWithObjects.test (100 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:25:13.266 [INFO] !MESSAGE Pass 100 (780) processed. 1 failed. spent: 30:05, 200:15 mins remaining. CancelCreationProject. time: 9210ms [INFO] Pass 100 (780) processed. 1 failed. spent: 30:05, 200:15 mins remaining. CancelCreationProject. time: 9210ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:25:29.198 [INFO] !MESSAGE [AUT-0] Finished: CancelDeleteFolderWithObjects.test in 14263 (100 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:25:29.201 [INFO] !MESSAGE [AUT-0] Starting: CancelDeleteProject.test (101 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:25:29.283 [INFO] !MESSAGE Pass 101 (780) processed. 1 failed. spent: 30:21, 199:46 mins remaining. CancelDeleteFolderWithObjects. time: 14263ms [INFO] Pass 101 (780) processed. 1 failed. spent: 30:21, 199:46 mins remaining. CancelDeleteFolderWithObjects. time: 14263ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:25:43.723 [INFO] !MESSAGE [AUT-0] Finished: CancelDeleteProject.test in 13089 (101 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:25:43.726 [INFO] !MESSAGE [AUT-0] Starting: CancelGroupContextCreation.test (102 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:25:43.749 [INFO] !MESSAGE Pass 102 (780) processed. 1 failed. spent: 30:35, 199:05 mins remaining. CancelDeleteProject. time: 13089ms [INFO] Pass 102 (780) processed. 1 failed. spent: 30:35, 199:05 mins remaining. CancelDeleteProject. time: 13089ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:25:53.171 [INFO] !MESSAGE [AUT-0] Finished: CancelGroupContextCreation.test in 7723 (102 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:25:53.174 [INFO] !MESSAGE [AUT-0] Starting: CancelQ7Export.test (103 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:25:53.259 [INFO] !MESSAGE Pass 103 (780) processed. 1 failed. spent: 30:44, 197:51 mins remaining. CancelGroupContextCreation. time: 7723ms [INFO] Pass 103 (780) processed. 1 failed. spent: 30:44, 197:51 mins remaining. CancelGroupContextCreation. time: 7723ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:26:04.605 [INFO] !MESSAGE [AUT-0] Finished: CancelQ7Export.test in 9764 (103 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:26:04.608 [INFO] !MESSAGE [AUT-0] Starting: CancelRemoveHistory.test (104 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:26:04.671 [INFO] !MESSAGE Pass 104 (780) processed. 1 failed. spent: 30:56, 196:58 mins remaining. CancelQ7Export. time: 9764ms [INFO] Pass 104 (780) processed. 1 failed. spent: 30:56, 196:58 mins remaining. CancelQ7Export. time: 9764ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:27:10.728 [INFO] !MESSAGE [AUT-0] Finished: CancelRemoveHistory.test in 64181 (104 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:27:10.731 [INFO] !MESSAGE [AUT-0] Starting: CancelRemoveTestWhichIsUsedInTestSuite.test (105 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:27:10.825 [INFO] !MESSAGE Pass 105 (780) processed. 1 failed. spent: 32:02, 201:46 mins remaining. CancelRemoveHistory. time: 64181ms [INFO] Pass 105 (780) processed. 1 failed. spent: 32:02, 201:46 mins remaining. CancelRemoveHistory. time: 64181ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:27:46.687 [INFO] !MESSAGE [AUT-0] Finished: CancelRemoveTestWhichIsUsedInTestSuite.test in 34138 (105 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:27:46.705 [INFO] !MESSAGE [AUT-0] Starting: CancelRenameContext.test (106 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:27:46.763 [INFO] !MESSAGE Pass 106 (780) processed. 1 failed. spent: 32:38, 203:21 mins remaining. CancelRemoveTestWhichIsUsedInTestSuite. time: 34138ms [INFO] Pass 106 (780) processed. 1 failed. spent: 32:38, 203:21 mins remaining. CancelRemoveTestWhichIsUsedInTestSuite. time: 34138ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:28:04.281 [INFO] !MESSAGE [AUT-0] Finished: CancelRenameContext.test in 15793 (106 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:28:04.284 [INFO] !MESSAGE [AUT-0] Starting: CancelRenameProject.test (107 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:28:04.285 [INFO] !MESSAGE Pass 107 (780) processed. 1 failed. spent: 32:56, 203:02 mins remaining. CancelRenameContext. time: 15793ms [INFO] Pass 107 (780) processed. 1 failed. spent: 32:56, 203:02 mins remaining. CancelRenameContext. time: 15793ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:28:23.823 [INFO] !MESSAGE [AUT-0] Finished: CancelRenameProject.test in 17793 (107 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:28:23.826 [INFO] !MESSAGE [AUT-0] Starting: CancelRenameTest.test (108 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:28:23.910 [INFO] !MESSAGE Pass 108 (780) processed. 1 failed. spent: 33:15, 202:49 mins remaining. CancelRenameProject. time: 17793ms [INFO] Pass 108 (780) processed. 1 failed. spent: 33:15, 202:49 mins remaining. CancelRenameProject. time: 17793ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:28:40.494 [INFO] !MESSAGE [AUT-0] Finished: CancelRenameTest.test in 14261 (108 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:28:40.498 [INFO] !MESSAGE [AUT-0] Starting: CannotDeleteDefaultContextFromProject.test (109 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:28:40.548 [INFO] !MESSAGE Pass 109 (780) processed. 1 failed. spent: 33:32, 202:24 mins remaining. CancelRenameTest. time: 14261ms [INFO] Pass 109 (780) processed. 1 failed. spent: 33:32, 202:24 mins remaining. CancelRenameTest. time: 14261ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:28:52.969 [INFO] !MESSAGE [AUT-0] Finished: CannotDeleteDefaultContextFromProject.test in 11018 (109 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:28:52.972 [INFO] !MESSAGE [AUT-0] Starting: CannotRemoveDefaultContextsFromTest.test (110 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:28:53.061 [INFO] !MESSAGE Pass 110 (780) processed. 1 failed. spent: 33:44, 201:29 mins remaining. CannotDeleteDefaultContextFromProject. time: 11018ms [INFO] Pass 110 (780) processed. 1 failed. spent: 33:44, 201:29 mins remaining. CannotDeleteDefaultContextFromProject. time: 11018ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:29:03.921 [INFO] !MESSAGE [AUT-0] Finished: CannotRemoveDefaultContextsFromTest.test in 9081 (110 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:29:03.924 [INFO] !MESSAGE [AUT-0] Starting: Capture Workspace and Apply Context.test (111 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:29:03.973 [INFO] !MESSAGE Pass 111 (780) processed. 1 failed. spent: 33:55, 200:29 mins remaining. CannotRemoveDefaultContextsFromTest. time: 9081ms [INFO] Pass 111 (780) processed. 1 failed. spent: 33:55, 200:29 mins remaining. CannotRemoveDefaultContextsFromTest. time: 9081ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:29:19.922 [INFO] !MESSAGE [AUT-0] Finished: Capture Workspace and Apply Context.test in 14460 (111 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:29:19.924 [INFO] !MESSAGE [AUT-0] Starting: CaptureContextWhileAddingToGroupContext.test (112 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:29:19.950 [INFO] !MESSAGE Pass 112 (780) processed. 1 failed. spent: 34:11, 200:00 mins remaining. Capture Workspace and Apply Context. time: 14460ms [INFO] Pass 112 (780) processed. 1 failed. spent: 34:11, 200:00 mins remaining. Capture Workspace and Apply Context. time: 14460ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:29:40.002 [INFO] !MESSAGE [AUT-0] Finished: CaptureContextWhileAddingToGroupContext.test in 18068 (112 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:29:40.005 [INFO] !MESSAGE [AUT-0] Starting: CaptureForPreferencesContext.test (113 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:29:40.070 [INFO] !MESSAGE Pass 113 (780) processed. 1 failed. spent: 34:31, 199:53 mins remaining. CaptureContextWhileAddingToGroupContext. time: 18068ms [INFO] Pass 113 (780) processed. 1 failed. spent: 34:31, 199:53 mins remaining. CaptureContextWhileAddingToGroupContext. time: 18068ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:29:52.012 [INFO] !MESSAGE [AUT-0] Finished: CaptureForPreferencesContext.test in 10131 (113 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:29:52.015 [INFO] !MESSAGE [AUT-0] Starting: CaptureForWorkbenchContext.test (114 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:29:52.044 [INFO] !MESSAGE Pass 114 (780) processed. 1 failed. spent: 34:43, 199:01 mins remaining. CaptureForPreferencesContext. time: 10131ms [INFO] Pass 114 (780) processed. 1 failed. spent: 34:43, 199:01 mins remaining. CaptureForPreferencesContext. time: 10131ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:30:26.093 [INFO] !MESSAGE [AUT-0] Finished: CaptureForWorkbenchContext.test in 32275 (114 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:30:26.095 [INFO] !MESSAGE [AUT-0] Starting: CaptureLaunchContext.test (115 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:30:26.148 [INFO] !MESSAGE Pass 115 (780) processed. 1 failed. spent: 35:17, 200:14 mins remaining. CaptureForWorkbenchContext. time: 32275ms [INFO] Pass 115 (780) processed. 1 failed. spent: 35:17, 200:14 mins remaining. CaptureForWorkbenchContext. time: 32275ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:31:30.184 [INFO] !MESSAGE [AUT-0] Finished: CaptureLaunchContext.test in 62289 (115 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:31:30.187 [INFO] !MESSAGE [AUT-0] Starting: CapturePreferencesContextWhenAutNotStarted.test (116 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:31:30.257 [INFO] !MESSAGE Pass 116 (780) processed. 1 failed. spent: 36:21, 204:14 mins remaining. CaptureLaunchContext. time: 62289ms [INFO] Pass 116 (780) processed. 1 failed. spent: 36:21, 204:14 mins remaining. CaptureLaunchContext. time: 62289ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:33:54.566 [INFO] !MESSAGE [AUT-0] Finished: CapturePreferencesContextWhenAutNotStarted.test in 142068 (116 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:33:54.570 [INFO] !MESSAGE [AUT-0] Starting: CaptureTableVerification.test (117 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:33:54.651 [INFO] !MESSAGE Pass 117 (780) processed. 1 failed. spent: 38:46, 215:39 mins remaining. CapturePreferencesContextWhenAutNotStarted. time: 142068ms [INFO] Pass 117 (780) processed. 1 failed. spent: 38:46, 215:39 mins remaining. CapturePreferencesContextWhenAutNotStarted. time: 142068ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:34:31.090 [INFO] !MESSAGE [AUT-0] Finished: CaptureTableVerification.test in 35147 (117 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:34:31.093 [INFO] !MESSAGE [AUT-0] Starting: CaptureTreeVerification.test (118 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:34:31.144 [INFO] !MESSAGE Pass 118 (780) processed. 1 failed. spent: 39:22, 216:50 mins remaining. CaptureTableVerification. time: 35147ms [INFO] Pass 118 (780) processed. 1 failed. spent: 39:22, 216:50 mins remaining. CaptureTableVerification. time: 35147ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:34:57.571 [INFO] !MESSAGE [AUT-0] Finished: CaptureTreeVerification.test in 24782 (118 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:34:57.574 [INFO] !MESSAGE [AUT-0] Starting: CaptureWorkbenchContextWhenAutNotStarted.test (119 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:34:57.646 [INFO] !MESSAGE Pass 119 (780) processed. 1 failed. spent: 39:49, 217:10 mins remaining. CaptureTreeVerification. time: 24782ms [INFO] Pass 119 (780) processed. 1 failed. spent: 39:49, 217:10 mins remaining. CaptureTreeVerification. time: 24782ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:37:18.708 [INFO] !MESSAGE [AUT-0] Finished: CaptureWorkbenchContextWhenAutNotStarted.test in 138780 (119 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:37:18.711 [INFO] !MESSAGE [AUT-0] Starting: CaptureWorkspaceContextWhenAutNotStarted.test (120 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:37:18.753 [INFO] !MESSAGE Pass 120 (780) processed. 1 failed. spent: 42:10, 227:46 mins remaining. CaptureWorkbenchContextWhenAutNotStarted. time: 138780ms [INFO] Pass 120 (780) processed. 1 failed. spent: 42:10, 227:46 mins remaining. CaptureWorkbenchContextWhenAutNotStarted. time: 138780ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:38:57.865 [INFO] !MESSAGE [AUT-0] Finished: CaptureWorkspaceContextWhenAutNotStarted.test in 95417 (120 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:38:57.868 [INFO] !MESSAGE [AUT-0] Starting: CaseSensitiveSearch.test (121 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:38:57.956 [INFO] !MESSAGE Pass 121 (780) processed. 1 failed. spent: 43:49, 234:24 mins remaining. CaptureWorkspaceContextWhenAutNotStarted. time: 95417ms [INFO] Pass 121 (780) processed. 1 failed. spent: 43:49, 234:24 mins remaining. CaptureWorkspaceContextWhenAutNotStarted. time: 95417ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:39:10.908 [INFO] !MESSAGE [AUT-0] Finished: CaseSensitiveSearch.test in 11479 (121 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:39:10.911 [INFO] !MESSAGE [AUT-0] Starting: Change Editors order in workbench context.test (122 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:39:10.946 [INFO] !MESSAGE Pass 122 (780) processed. 1 failed. spent: 44:02, 233:18 mins remaining. CaseSensitiveSearch. time: 11479ms [INFO] Pass 122 (780) processed. 1 failed. spent: 44:02, 233:18 mins remaining. CaseSensitiveSearch. time: 11479ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:39:23.368 [INFO] !MESSAGE [AUT-0] Finished: Change Editors order in workbench context.test in 10973 (122 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:39:23.370 [INFO] !MESSAGE [AUT-0] Starting: Change views order in workbench context.test (123 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:39:23.459 [INFO] !MESSAGE Pass 123 (780) processed. 1 failed. spent: 44:15, 232:13 mins remaining. Change Editors order in workbench context. time: 10973ms [INFO] Pass 123 (780) processed. 1 failed. spent: 44:15, 232:13 mins remaining. Change Editors order in workbench context. time: 10973ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:39:37.372 [INFO] !MESSAGE [AUT-0] Finished: Change views order in workbench context.test in 12180 (123 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:39:37.374 [INFO] !MESSAGE Pass 124 (780) processed. 1 failed. spent: 44:29, 233:26 mins remaining. Change views order in workbench context. time: 12180ms [INFO] Pass 124 (780) processed. 1 failed. spent: 44:29, 233:26 mins remaining. Change views order in workbench context. time: 12180ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:39:37.377 [INFO] !MESSAGE [AUT-0] Starting: ChangeSaveLoad.test (124 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:39:49.937 [INFO] !MESSAGE [AUT-0] Finished: ChangeSaveLoad.test in 11027 (124 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:39:49.942 [INFO] !MESSAGE [AUT-0] Starting: ChangeTestCaseNameDuringImport.test (125 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:39:49.988 [INFO] !MESSAGE Pass 125 (780) processed. 1 failed. spent: 44:41, 230:06 mins remaining. ChangeSaveLoad. time: 11027ms [INFO] Pass 125 (780) processed. 1 failed. spent: 44:41, 230:06 mins remaining. ChangeSaveLoad. time: 11027ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:40:04.085 [INFO] !MESSAGE [AUT-0] Finished: ChangeTestCaseNameDuringImport.test in 12485 (125 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:40:04.087 [INFO] !MESSAGE [AUT-0] Starting: Check default options for new workbench context.test (126 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:40:04.145 [INFO] !MESSAGE Pass 126 (780) processed. 1 failed. spent: 44:55, 229:08 mins remaining. ChangeTestCaseNameDuringImport. time: 12485ms [INFO] Pass 126 (780) processed. 1 failed. spent: 44:55, 229:08 mins remaining. ChangeTestCaseNameDuringImport. time: 12485ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:40:15.095 [INFO] !MESSAGE [AUT-0] Finished: Check default options for new workbench context.test in 9109 (126 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:40:15.098 [INFO] !MESSAGE [AUT-0] Starting: CheckDirtyFlagAfterEdit.test (127 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:40:15.157 [INFO] !MESSAGE Pass 127 (780) processed. 1 failed. spent: 45:06, 227:56 mins remaining. Check default options for new workbench context. time: 9109ms [INFO] Pass 127 (780) processed. 1 failed. spent: 45:06, 227:56 mins remaining. Check default options for new workbench context. time: 9109ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:40:26.592 [INFO] !MESSAGE [AUT-0] Finished: CheckDirtyFlagAfterEdit.test in 9930 (127 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:40:26.596 [INFO] !MESSAGE [AUT-0] Starting: CheckExecutionViewHistory.test (128 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:40:26.669 [INFO] !MESSAGE Pass 128 (780) processed. 1 failed. spent: 45:18, 226:50 mins remaining. CheckDirtyFlagAfterEdit. time: 9930ms [INFO] Pass 128 (780) processed. 1 failed. spent: 45:18, 226:50 mins remaining. CheckDirtyFlagAfterEdit. time: 9930ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:41:40.662 [INFO] !MESSAGE [AUT-0] Finished: CheckExecutionViewHistory.test in 72342 (128 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:41:40.665 [INFO] !MESSAGE [AUT-0] Starting: CheckJunitXMLReport.test (129 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:41:40.675 [INFO] !MESSAGE Pass 129 (780) processed. 1 failed. spent: 46:32, 230:53 mins remaining. CheckExecutionViewHistory. time: 72342ms [INFO] Pass 129 (780) processed. 1 failed. spent: 46:32, 230:53 mins remaining. CheckExecutionViewHistory. time: 72342ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:42:17.301 [INFO] !MESSAGE [AUT-0] Finished: CheckJunitXMLReport.test in 34400 (129 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:42:17.303 [INFO] !MESSAGE [AUT-0] Starting: CheckMissingReferences.test (130 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:42:17.364 [INFO] !MESSAGE Pass 130 (780) processed. 1 failed. spent: 47:09, 231:49 mins remaining. CheckJunitXMLReport. time: 34400ms [INFO] Pass 130 (780) processed. 1 failed. spent: 47:09, 231:49 mins remaining. CheckJunitXMLReport. time: 34400ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:42:31.790 [INFO] !MESSAGE [AUT-0] Finished: CheckMissingReferences.test in 12855 (130 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:42:31.792 [INFO] !MESSAGE [AUT-0] Starting: CheckResourceModifications.test (131 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:42:31.881 [INFO] !MESSAGE Pass 131 (780) processed. 1 failed. spent: 47:23, 230:51 mins remaining. MissingReferences. time: 12855ms [INFO] Pass 131 (780) processed. 1 failed. spent: 47:23, 230:51 mins remaining. MissingReferences. time: 12855ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:42:52.746 [INFO] !MESSAGE [AUT-0] Finished: CheckResourceModifications.test in 19108 (131 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:42:52.749 [INFO] !MESSAGE [AUT-0] Starting: CheckXMLReport.test (132 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:42:52.805 [INFO] !MESSAGE Pass 132 (780) processed. 1 failed. spent: 47:44, 230:28 mins remaining. CheckResourceModifications. time: 19108ms [INFO] Pass 132 (780) processed. 1 failed. spent: 47:44, 230:28 mins remaining. CheckResourceModifications. time: 19108ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:43:26.285 [INFO] !MESSAGE [AUT-0] Finished: CheckXMLReport.test in 31383 (132 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:43:26.289 [INFO] !MESSAGE [AUT-0] Starting: Clear Description in Workbench Context.test (133 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:43:26.369 [INFO] !MESSAGE Pass 133 (780) processed. 1 failed. spent: 48:18, 231:07 mins remaining. CheckXMLReport. time: 31383ms [INFO] Pass 133 (780) processed. 1 failed. spent: 48:18, 231:07 mins remaining. CheckXMLReport. time: 31383ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:43:37.416 [INFO] !MESSAGE [AUT-0] Finished: Clear Description in Workbench Context.test in 8940 (133 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:43:37.419 [INFO] !MESSAGE [AUT-0] Starting: Clear Workspace.test (134 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:43:37.449 [INFO] !MESSAGE Pass 134 (780) processed. 1 failed. spent: 48:29, 229:56 mins remaining. Clear Description in Workbench Context. time: 8940ms [INFO] Pass 134 (780) processed. 1 failed. spent: 48:29, 229:56 mins remaining. Clear Description in Workbench Context. time: 8940ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:44:08.935 [INFO] !MESSAGE [AUT-0] Finished: Clear Workspace.test in 29930 (134 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:44:08.937 [INFO] !MESSAGE [AUT-0] Starting: ClearBreakpointsInLaunchContext.test (135 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:44:08.956 [INFO] !MESSAGE Pass 135 (780) processed. 1 failed. spent: 49:00, 230:20 mins remaining. Clear Workspace. time: 29930ms [INFO] Pass 135 (780) processed. 1 failed. spent: 49:00, 230:20 mins remaining. Clear Workspace. time: 29930ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:45:24.637 [INFO] !MESSAGE [AUT-0] Finished: ClearBreakpointsInLaunchContext.test in 73728 (135 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:45:24.641 [INFO] !MESSAGE [AUT-0] Starting: ClearClipboardInWBContext.test (136 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:45:24.665 [INFO] !MESSAGE Pass 136 (780) processed. 1 failed. spent: 50:16, 234:12 mins remaining. ClearBreakpointsInLaunchContext. time: 73728ms [INFO] Pass 136 (780) processed. 1 failed. spent: 50:16, 234:12 mins remaining. ClearBreakpointsInLaunchContext. time: 73728ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:45:41.249 [INFO] !MESSAGE [AUT-0] Finished: ClearClipboardInWBContext.test in 14874 (136 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:45:41.252 [INFO] !MESSAGE [AUT-0] Starting: ClearDescriptionInContextEditor.test (137 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:45:41.257 [INFO] !MESSAGE Pass 137 (780) processed. 1 failed. spent: 50:32, 233:23 mins remaining. ClearClipboardInWBContext. time: 14874ms [INFO] Pass 137 (780) processed. 1 failed. spent: 50:32, 233:23 mins remaining. ClearClipboardInWBContext. time: 14874ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:45:52.336 [INFO] !MESSAGE [AUT-0] Finished: ClearDescriptionInContextEditor.test in 9481 (137 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:45:52.339 [INFO] !MESSAGE [AUT-0] Starting: ClearDescriptionInTestEditor.test (138 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:45:52.370 [INFO] !MESSAGE Pass 138 (780) processed. 1 failed. spent: 50:44, 232:17 mins remaining. ClearDescriptionInContextEditor. time: 9481ms [INFO] Pass 138 (780) processed. 1 failed. spent: 50:44, 232:17 mins remaining. ClearDescriptionInContextEditor. time: 9481ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:46:04.270 [INFO] !MESSAGE [AUT-0] Finished: ClearDescriptionInTestEditor.test in 10419 (138 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:46:04.282 [INFO] !MESSAGE Pass 139 (780) processed. 1 failed. spent: 50:56, 233:12 mins remaining. ClearDescriptionInTestEditor. time: 10419ms [INFO] Pass 139 (780) processed. 1 failed. spent: 50:56, 233:12 mins remaining. ClearDescriptionInTestEditor. time: 10419ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:46:04.289 [INFO] !MESSAGE [AUT-0] Starting: ClearDescriptionInTestSuite.test (139 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:46:16.668 [INFO] !MESSAGE [AUT-0] Finished: ClearDescriptionInTestSuite.test in 10201 (139 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:46:16.673 [INFO] !MESSAGE [AUT-0] Starting: ClearExecutionHistory.test (140 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:46:16.694 [INFO] !MESSAGE Pass 140 (780) processed. 1 failed. spent: 51:08, 230:06 mins remaining. ClearDescriptionInTestSuite. time: 10201ms [INFO] Pass 140 (780) processed. 1 failed. spent: 51:08, 230:06 mins remaining. ClearDescriptionInTestSuite. time: 10201ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:47:08.767 [INFO] !MESSAGE [AUT-0] Finished: ClearExecutionHistory.test in 50052 (140 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:47:08.770 [INFO] !MESSAGE [AUT-0] Starting: ClearFolderInFolderContext.test (141 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:47:08.851 [INFO] !MESSAGE Pass 141 (780) processed. 1 failed. spent: 52:00, 231:59 mins remaining. ClearExecutionHistory. time: 50052ms [INFO] Pass 141 (780) processed. 1 failed. spent: 52:00, 231:59 mins remaining. ClearExecutionHistory. time: 50052ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:47:22.207 [INFO] !MESSAGE [AUT-0] Finished: ClearFolderInFolderContext.test in 11916 (141 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:47:22.210 [INFO] !MESSAGE [AUT-0] Starting: ClearLaunchConfigurations.test (142 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:47:22.264 [INFO] !MESSAGE Pass 142 (780) processed. 1 failed. spent: 52:14, 231:03 mins remaining. ClearFolderInFolderContext. time: 11916ms [INFO] Pass 142 (780) processed. 1 failed. spent: 52:14, 231:03 mins remaining. ClearFolderInFolderContext. time: 11916ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:48:10.182 [INFO] !MESSAGE [AUT-0] Finished: ClearLaunchConfigurations.test in 44321 (142 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:48:10.184 [INFO] !MESSAGE [AUT-0] Starting: ClearPreferencesInPrefContext.test (143 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:48:10.267 [INFO] !MESSAGE Pass 143 (780) processed. 1 failed. spent: 53:02, 232:36 mins remaining. ClearLaunchConfigurations. time: 44321ms [INFO] Pass 143 (780) processed. 1 failed. spent: 53:02, 232:36 mins remaining. ClearLaunchConfigurations. time: 44321ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:48:24.818 [INFO] !MESSAGE [AUT-0] Finished: ClearPreferencesInPrefContext.test in 12549 (143 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:48:24.821 [INFO] !MESSAGE [AUT-0] Starting: ClearScript.test (144 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:48:24.880 [INFO] !MESSAGE Pass 144 (780) processed. 1 failed. spent: 53:16, 231:40 mins remaining. ClearPreferencesInPrefContext. time: 12549ms [INFO] Pass 144 (780) processed. 1 failed. spent: 53:16, 231:40 mins remaining. ClearPreferencesInPrefContext. time: 12549ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:48:41.844 [INFO] !MESSAGE [AUT-0] Finished: ClearScript.test in 15347 (144 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:48:41.846 [INFO] !MESSAGE [AUT-0] Starting: ClearScriptButtonIsDisabledDuringRecording.test (145 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:48:41.896 [INFO] !MESSAGE Pass 145 (780) processed. 1 failed. spent: 53:33, 230:57 mins remaining. ClearScript. time: 15347ms [INFO] Pass 145 (780) processed. 1 failed. spent: 53:33, 230:57 mins remaining. ClearScript. time: 15347ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:48:50.751 [INFO] !MESSAGE [AUT-0] Finished: ClearScriptButtonIsDisabledDuringRecording.test in 7762 (145 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:48:50.753 [INFO] !MESSAGE [AUT-0] Starting: ClearScriptInControlPanel.test (146 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:48:50.844 [INFO] !MESSAGE Pass 146 (780) processed. 1 failed. spent: 53:42, 229:40 mins remaining. ClearScriptButtonIsDisabledDuringRecording. time: 7762ms [INFO] Pass 146 (780) processed. 1 failed. spent: 53:42, 229:40 mins remaining. ClearScriptButtonIsDisabledDuringRecording. time: 7762ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:49:04.777 [INFO] !MESSAGE [AUT-0] Finished: ClearScriptInControlPanel.test in 12137 (146 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:49:04.781 [INFO] !MESSAGE [AUT-0] Starting: ClearScriptViewer.scenario (147 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:49:04.858 [INFO] !MESSAGE Pass 147 (780) processed. 1 failed. spent: 53:56, 228:45 mins remaining. ClearScriptInControlPanel. time: 12137ms [INFO] Pass 147 (780) processed. 1 failed. spent: 53:56, 228:45 mins remaining. ClearScriptInControlPanel. time: 12137ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:49:18.233 [INFO] !MESSAGE [AUT-0] Finished: ClearScriptViewer.scenario in 11958 (147 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:49:18.244 [INFO] !MESSAGE [AUT-0] Starting: ClearScriptViewerInECLContext.test (148 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:49:18.271 [INFO] !MESSAGE Pass 148 (780) processed. 1 failed. spent: 54:10, 227:51 mins remaining. ClearScriptViewer. time: 11958ms [INFO] Pass 148 (780) processed. 1 failed. spent: 54:10, 227:51 mins remaining. ClearScriptViewer. time: 11958ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:49:31.757 [INFO] !MESSAGE [AUT-0] Finished: ClearScriptViewerInECLContext.test in 11694 (148 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:49:31.760 [INFO] !MESSAGE [AUT-0] Starting: ClearWorkspaceByFolderContext.test (149 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:49:31.784 [INFO] !MESSAGE Pass 149 (780) processed. 1 failed. spent: 54:23, 226:53 mins remaining. ClearScriptViewerInECLContext. time: 11694ms [INFO] Pass 149 (780) processed. 1 failed. spent: 54:23, 226:53 mins remaining. ClearScriptViewerInECLContext. time: 11694ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:49:43.833 [INFO] !MESSAGE [AUT-0] Finished: ClearWorkspaceByFolderContext.test in 10487 (149 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:49:43.835 [INFO] !MESSAGE [AUT-0] Starting: Close Modal Dialogs.test (150 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:49:43.844 [INFO] !MESSAGE Pass 150 (780) processed. 1 failed. spent: 54:35, 225:52 mins remaining. ClearWorkspaceByFolderContext. time: 10487ms [INFO] Pass 150 (780) processed. 1 failed. spent: 54:35, 225:52 mins remaining. ClearWorkspaceByFolderContext. time: 10487ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:50:08.313 [INFO] !MESSAGE [AUT-0] Finished: Close Modal Dialogs.test in 22973 (150 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:50:08.316 [INFO] !MESSAGE [AUT-0] Starting: Close opened editors should be disabled if Resest perspective is set.test (151 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:50:08.368 [INFO] !MESSAGE Pass 151 (780) processed. 1 failed. spent: 55:00, 225:45 mins remaining. Close Modal Dialogs. time: 22973ms [INFO] Pass 151 (780) processed. 1 failed. spent: 55:00, 225:45 mins remaining. Close Modal Dialogs. time: 22973ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:50:19.912 [INFO] !MESSAGE [AUT-0] Finished: Close opened editors should be disabled if Resest perspective is set.test in 9720 (151 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:50:19.915 [INFO] !MESSAGE [AUT-0] Starting: CloseControlPanel.test (152 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:50:19.981 [INFO] !MESSAGE Pass 152 (780) processed. 1 failed. spent: 55:11, 224:40 mins remaining. Close opened editors should be disabled if Resest perspective is set. time: 9720ms [INFO] Pass 152 (780) processed. 1 failed. spent: 55:11, 224:40 mins remaining. Close opened editors should be disabled if Resest perspective is set. time: 9720ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:50:33.912 [INFO] !MESSAGE [AUT-0] Finished: CloseControlPanel.test in 12371 (152 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:50:33.915 [INFO] !MESSAGE [AUT-0] Starting: CloseEditorAtDeletingProject.test (153 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:50:33.943 [INFO] !MESSAGE Pass 153 (780) processed. 1 failed. spent: 55:25, 223:48 mins remaining. CloseControlPanel. time: 12371ms [INFO] Pass 153 (780) processed. 1 failed. spent: 55:25, 223:48 mins remaining. CloseControlPanel. time: 12371ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:50:51.410 [INFO] !MESSAGE [AUT-0] Finished: CloseEditorAtDeletingProject.test in 15983 (153 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:50:51.413 [INFO] !MESSAGE [AUT-0] Starting: CloseOpenedEditorsInWBContext.test (154 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:50:51.458 [INFO] !MESSAGE Pass 154 (780) processed. 1 failed. spent: 55:43, 223:13 mins remaining. CloseEditorAtDeletingProject. time: 15983ms [INFO] Pass 154 (780) processed. 1 failed. spent: 55:43, 223:13 mins remaining. CloseEditorAtDeletingProject. time: 15983ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:51:22.365 [INFO] !MESSAGE [AUT-0] Finished: CloseOpenedEditorsInWBContext.test in 29222 (154 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:51:22.369 [INFO] !MESSAGE [AUT-0] Starting: CloseTextView.test (155 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:51:22.445 [INFO] !MESSAGE Pass 155 (780) processed. 1 failed. spent: 56:14, 223:30 mins remaining. CloseOpenedEditorsInWBContext. time: 29222ms [INFO] Pass 155 (780) processed. 1 failed. spent: 56:14, 223:30 mins remaining. CloseOpenedEditorsInWBContext. time: 29222ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:51:33.409 [INFO] !MESSAGE [AUT-0] Finished: CloseTextView.test in 9183 (155 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:51:33.411 [INFO] !MESSAGE [AUT-0] Starting: CloseUnrelatedProjectsInQ7Explorer.test (156 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:51:33.455 [INFO] !MESSAGE Pass 156 (780) processed. 1 failed. spent: 56:25, 222:27 mins remaining. CloseTextEditor. time: 9183ms [INFO] Pass 156 (780) processed. 1 failed. spent: 56:25, 222:27 mins remaining. CloseTextEditor. time: 9183ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:51:52.457 [INFO] !MESSAGE [AUT-0] Finished: CloseUnrelatedProjectsInQ7Explorer.test in 17264 (156 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:51:52.460 [INFO] !MESSAGE [AUT-0] Starting: ClosedProjectInQ7Explorer.test (157 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:51:52.472 [INFO] !MESSAGE Pass 157 (780) processed. 1 failed. spent: 56:44, 221:56 mins remaining. CloseUnrelatedProjectsInQ7Explorer. time: 17264ms [INFO] Pass 157 (780) processed. 1 failed. spent: 56:44, 221:56 mins remaining. CloseUnrelatedProjectsInQ7Explorer. time: 17264ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:52:07.978 [INFO] !MESSAGE [AUT-0] Finished: ClosedProjectInQ7Explorer.test in 13978 (157 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:52:07.981 [INFO] !MESSAGE [AUT-0] Starting: Coloring Comments in Script Viewer.test (158 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:52:07.986 [INFO] !MESSAGE Pass 158 (780) processed. 1 failed. spent: 56:59, 221:09 mins remaining. ClosedProjectInQ7Explorer. time: 13978ms [INFO] Pass 158 (780) processed. 1 failed. spent: 56:59, 221:09 mins remaining. ClosedProjectInQ7Explorer. time: 13978ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:52:24.473 [INFO] !MESSAGE [AUT-0] Finished: Coloring Comments in Script Viewer.test in 14812 (158 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:52:24.475 [INFO] !MESSAGE [AUT-0] Starting: ColumnByIndexClickRecording.test (159 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:52:24.501 [INFO] !MESSAGE Pass 159 (780) processed. 1 failed. spent: 57:16, 220:31 mins remaining. Coloring Comments in Script Viewer. time: 14812ms [INFO] Pass 159 (780) processed. 1 failed. spent: 57:16, 220:31 mins remaining. Coloring Comments in Script Viewer. time: 14812ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:52:35.102 [INFO] !MESSAGE [AUT-0] Finished: ColumnByIndexClickRecording.test in 8755 (159 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:52:35.105 [INFO] !MESSAGE [AUT-0] Starting: ColumnTitlesClickRecording.test (160 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:52:35.111 [INFO] !MESSAGE Pass 160 (780) processed. 1 failed. spent: 57:26, 219:27 mins remaining. ColumnIndexClickRecording. time: 8755ms [INFO] Pass 160 (780) processed. 1 failed. spent: 57:26, 219:27 mins remaining. ColumnIndexClickRecording. time: 8755ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:52:44.055 [INFO] !MESSAGE [AUT-0] Finished: ColumnTitlesClickRecording.test in 7338 (160 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:52:44.059 [INFO] !MESSAGE [AUT-0] Starting: ColumnWithRegExpTitleClickRecording.test (161 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:52:44.119 [INFO] !MESSAGE Pass 161 (780) processed. 1 failed. spent: 57:35, 218:19 mins remaining. ColumnTitlesClickRecording. time: 7338ms [INFO] Pass 161 (780) processed. 1 failed. spent: 57:35, 218:19 mins remaining. ColumnTitlesClickRecording. time: 7338ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:52:53.581 [INFO] !MESSAGE [AUT-0] Finished: ColumnWithRegExpTitleClickRecording.test in 7584, Assertion of index failed: expected:<2> but was:<3>. (161 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:52:53.584 [INFO] !MESSAGE [AUT-0] Starting: Comment 1-line.test (162 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:52:53.643 [INFO] !MESSAGE Fail 162 (780) processed. 2 failed. spent: 57:45, 217:16 mins remaining. ColumnRegExpTitleClickRecording. time: 7584ms Cause: Assertion of index failed: expected:<2> but was:<3>. [INFO] Fail 162 (780) processed. 2 failed. spent: 57:45, 217:16 mins remaining. ColumnRegExpTitleClickRecording. time: 7584ms Cause: Assertion of index failed: expected:<2> but was:<3>. [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:53:05.057 [INFO] !MESSAGE [AUT-0] Finished: Comment 1-line.test in 10097 (162 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:53:05.060 [INFO] !MESSAGE [AUT-0] Starting: Comment 2-lines.test (163 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:53:05.157 [INFO] !MESSAGE Pass 163 (780) processed. 2 failed. spent: 57:56, 216:17 mins remaining. Comment 1-line. time: 10097ms [INFO] Pass 163 (780) processed. 2 failed. spent: 57:56, 216:17 mins remaining. Comment 1-line. time: 10097ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:53:20.582 [INFO] !MESSAGE [AUT-0] Finished: Comment 2-lines.test in 13872 (163 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:53:20.585 [INFO] !MESSAGE [AUT-0] Starting: Comment javadoc.test (164 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:53:20.671 [INFO] !MESSAGE Pass 164 (780) processed. 2 failed. spent: 58:12, 215:37 mins remaining. Comment 2-lines. time: 13872ms [INFO] Pass 164 (780) processed. 2 failed. spent: 58:12, 215:37 mins remaining. Comment 2-lines. time: 13872ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:53:34.181 [INFO] !MESSAGE [AUT-0] Finished: Comment javadoc.test in 11727 (164 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:53:34.184 [INFO] !MESSAGE Pass 165 (780) processed. 2 failed. spent: 58:25, 216:25 mins remaining. Comment javadoc. time: 11727ms [INFO] Pass 165 (780) processed. 2 failed. spent: 58:25, 216:25 mins remaining. Comment javadoc. time: 11727ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:53:34.184 [INFO] !MESSAGE [AUT-0] Starting: CommentsSeveralLinesInScriptView.test (165 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:53:50.692 [INFO] !MESSAGE [AUT-0] Finished: CommentsSeveralLinesInScriptView.test in 14815 (165 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:53:50.696 [INFO] !MESSAGE [AUT-0] Starting: CompareTestCaseWithItsLocalHistory.test (166 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:53:50.749 [INFO] !MESSAGE Pass 166 (780) processed. 2 failed. spent: 58:42, 214:11 mins remaining. CommentsSeveralLinesInScriptView. time: 14815ms [INFO] Pass 166 (780) processed. 2 failed. spent: 58:42, 214:11 mins remaining. CommentsSeveralLinesInScriptView. time: 14815ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:54:18.746 [INFO] !MESSAGE [AUT-0] Finished: CompareTestCaseWithItsLocalHistory.test in 26333 (166 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:54:18.749 [INFO] !MESSAGE [AUT-0] Starting: CompareTestCasesByComparingProjects.test (167 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:54:18.773 [INFO] !MESSAGE Pass 167 (780) processed. 2 failed. spent: 59:10, 214:15 mins remaining. CompareTestCaseWithItsLocalHistory. time: 26333ms [INFO] Pass 167 (780) processed. 2 failed. spent: 59:10, 214:15 mins remaining. CompareTestCaseWithItsLocalHistory. time: 26333ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:54:34.357 [INFO] !MESSAGE [AUT-0] Finished: CompareTestCasesByComparingProjects.test in 13799 (167 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:54:34.368 [INFO] !MESSAGE [AUT-0] Starting: CompareTestCasesWithThreeWayComparison.test (168 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:54:34.387 [INFO] !MESSAGE Pass 168 (780) processed. 2 failed. spent: 59:26, 213:36 mins remaining. CompareTestCasesByComparingProjects. time: 13799ms [INFO] Pass 168 (780) processed. 2 failed. spent: 59:26, 213:36 mins remaining. CompareTestCasesByComparingProjects. time: 13799ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:54:47.950 [INFO] !MESSAGE [AUT-0] Finished: CompareTestCasesWithThreeWayComparison.test in 11956 (168 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:54:47.953 [INFO] !MESSAGE [AUT-0] Starting: CompareTwoTestCasesWithEachOther.test (169 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:54:47.999 [INFO] !MESSAGE Pass 169 (780) processed. 2 failed. spent: 59:39, 212:47 mins remaining. CompareTestCasesWithThreeWayComparison. time: 11956ms [INFO] Pass 169 (780) processed. 2 failed. spent: 59:39, 212:47 mins remaining. CompareTestCasesWithThreeWayComparison. time: 11956ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:55:03.479 [INFO] !MESSAGE [AUT-0] Finished: CompareTwoTestCasesWithEachOther.test in 13569 (169 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:55:03.482 [INFO] !MESSAGE [AUT-0] Starting: CompareTwoTestsCasesFromDiffenetProjectsWithEachOther.test (170 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:55:03.548 [INFO] !MESSAGE Pass 170 (780) processed. 2 failed. spent: 59:55, 212:08 mins remaining. CompareTwoTestCasesWithEachOther. time: 13569ms [INFO] Pass 170 (780) processed. 2 failed. spent: 59:55, 212:08 mins remaining. CompareTwoTestCasesWithEachOther. time: 13569ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:55:16.958 [INFO] !MESSAGE [AUT-0] Finished: CompareTwoTestsCasesFromDiffenetProjectsWithEachOther.test in 11855 (170 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:55:16.961 [INFO] !MESSAGE Pass 171 (780) processed. 2 failed. spent: 60:08, 212:54 mins remaining. CompareTwoTestsCasesFromDiffenetProjectsWithEachOther. time: 11855ms [INFO] Pass 171 (780) processed. 2 failed. spent: 60:08, 212:54 mins remaining. CompareTwoTestsCasesFromDiffenetProjectsWithEachOther. time: 11855ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:55:16.961 [INFO] !MESSAGE [AUT-0] Starting: ConfigureProjectDefaultVerifications.test (171 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:55:27.947 [INFO] !MESSAGE [AUT-0] Finished: ConfigureProjectDefaultVerifications.test in 9210 (171 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:55:27.950 [INFO] !MESSAGE [AUT-0] Starting: Context.test (172 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:55:27.971 [INFO] !MESSAGE Pass 172 (780) processed. 2 failed. spent: 60:19, 210:24 mins remaining. ConfigureProjectDefaultVerifications. time: 9210ms [INFO] Pass 172 (780) processed. 2 failed. spent: 60:19, 210:24 mins remaining. ConfigureProjectDefaultVerifications. time: 9210ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:55:40.947 [INFO] !MESSAGE [AUT-0] Finished: Context.test in 11257 (172 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:55:40.950 [INFO] !MESSAGE [AUT-0] Starting: ContextMenuActionsRecordingForBrowser.test (173 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:55:40.983 [INFO] !MESSAGE Pass 173 (780) processed. 2 failed. spent: 60:32, 209:37 mins remaining. Context. time: 11257ms [INFO] Pass 173 (780) processed. 2 failed. spent: 60:32, 209:37 mins remaining. Context. time: 11257ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:55:52.031 [INFO] !MESSAGE [AUT-0] Finished: ContextMenuActionsRecordingForBrowser.test in 9003, The Menu "[Close]" could not be found. (173 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:55:52.034 [INFO] !MESSAGE [AUT-0] Starting: ContextMenu_Description.test (174 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:55:52.094 [INFO] !MESSAGE Fail 174 (780) processed. 3 failed. spent: 60:43, 208:42 mins remaining. ContextMenuActionsRecordingForBrowser. time: 9003ms Cause: The Menu "[Close]" could not be found. [INFO] Fail 174 (780) processed. 3 failed. spent: 60:43, 208:42 mins remaining. ContextMenuActionsRecordingForBrowser. time: 9003ms Cause: The Menu "[Close]" could not be found. [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:56:02.080 [INFO] !MESSAGE [AUT-0] Finished: ContextMenu_Description.test in 8004 (174 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:56:02.083 [INFO] !MESSAGE [AUT-0] Starting: ContextMenu_Name.test (175 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:56:02.106 [INFO] !MESSAGE Pass 175 (780) processed. 3 failed. spent: 60:53, 207:45 mins remaining. ContextMenu_Context. time: 8004ms [INFO] Pass 175 (780) processed. 3 failed. spent: 60:53, 207:45 mins remaining. ContextMenu_Context. time: 8004ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:56:12.609 [INFO] !MESSAGE [AUT-0] Finished: ContextMenu_Name.test in 8707 (175 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:56:12.613 [INFO] !MESSAGE [AUT-0] Starting: ContextMenu_Script.test (176 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:56:12.616 [INFO] !MESSAGE Pass 176 (780) processed. 3 failed. spent: 61:04, 206:52 mins remaining. ContextMenu_Name. time: 8707ms [INFO] Pass 176 (780) processed. 3 failed. spent: 61:04, 206:52 mins remaining. ContextMenu_Name. time: 8707ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:56:22.580 [INFO] !MESSAGE [AUT-0] Finished: ContextMenu_Script.test in 8127 (176 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:56:22.582 [INFO] !MESSAGE [AUT-0] Starting: ContextMenu_Tag.test (177 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:56:22.625 [INFO] !MESSAGE Pass 177 (780) processed. 3 failed. spent: 61:14, 205:56 mins remaining. ContextMenu_Script. time: 8127ms [INFO] Pass 177 (780) processed. 3 failed. spent: 61:14, 205:56 mins remaining. ContextMenu_Script. time: 8127ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:56:32.154 [INFO] !MESSAGE [AUT-0] Finished: ContextMenu_Tag.test in 7811 (177 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:56:32.158 [INFO] !MESSAGE [AUT-0] Starting: ContextMenusOnOldProjects.test (178 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:56:32.235 [INFO] !MESSAGE Pass 178 (780) processed. 3 failed. spent: 61:23, 204:57 mins remaining. ContextMenu_Tag. time: 7811ms [INFO] Pass 178 (780) processed. 3 failed. spent: 61:23, 204:57 mins remaining. ContextMenu_Tag. time: 7811ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:56:41.649 [INFO] !MESSAGE [AUT-0] Finished: ContextMenusOnOldProjects.test in 7773 (178 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:56:41.652 [INFO] !MESSAGE [AUT-0] Starting: ContextNameUpdateInTestCaseAfterRename.test (179 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:56:41.744 [INFO] !MESSAGE Pass 179 (780) processed. 3 failed. spent: 61:33, 204:01 mins remaining. ContextMenusOnOldProjects. time: 7773ms [INFO] Pass 179 (780) processed. 3 failed. spent: 61:33, 204:01 mins remaining. ContextMenusOnOldProjects. time: 7773ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:57:03.646 [INFO] !MESSAGE [AUT-0] Finished: ContextNameUpdateInTestCaseAfterRename.test in 20457 (179 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:57:03.649 [INFO] !MESSAGE [AUT-0] Starting: ContextSelectionDialog_Capturing.failed.test (180 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:57:03.665 [INFO] !MESSAGE Pass 180 (780) processed. 3 failed. spent: 61:55, 203:46 mins remaining. ContextNameUpdateInTestCaseAfterRename. time: 20457ms [INFO] Pass 180 (780) processed. 3 failed. spent: 61:55, 203:46 mins remaining. ContextNameUpdateInTestCaseAfterRename. time: 20457ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:57:25.689 [INFO] !MESSAGE [AUT-0] Finished: ContextSelectionDialog_Capturing.failed.test in 20154 (180 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:57:25.692 [INFO] !MESSAGE [AUT-0] Starting: ContextSelectionDialog_ControlPanel.scenario (181 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:57:25.785 [INFO] !MESSAGE Pass 181 (780) processed. 3 failed. spent: 62:17, 203:31 mins remaining. ContextSelectionDialog_Capturing. time: 20154ms [INFO] Pass 181 (780) processed. 3 failed. spent: 62:17, 203:31 mins remaining. ContextSelectionDialog_Capturing. time: 20154ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:57:51.791 [INFO] !MESSAGE [AUT-0] Finished: ContextSelectionDialog_ControlPanel.scenario in 24092 (181 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:57:51.794 [INFO] !MESSAGE [AUT-0] Starting: ContextSelectionDialog_GroupContextEditor.scenario (182 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:57:51.809 [INFO] !MESSAGE Pass 182 (780) processed. 3 failed. spent: 62:43, 203:29 mins remaining. ContextSelectionDialog_ControlPanel. time: 24092ms [INFO] Pass 182 (780) processed. 3 failed. spent: 62:43, 203:29 mins remaining. ContextSelectionDialog_ControlPanel. time: 24092ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:58:03.837 [INFO] !MESSAGE [AUT-0] Finished: ContextSelectionDialog_GroupContextEditor.scenario in 10479 (182 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:58:03.840 [INFO] !MESSAGE [AUT-0] Starting: ContextSelectionDialog_ScenarioEditor.scenario (183 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:58:03.920 [INFO] !MESSAGE Pass 183 (780) processed. 3 failed. spent: 62:55, 202:41 mins remaining. ContextSelectionDialog_GroupContextEditor. time: 10479ms [INFO] Pass 183 (780) processed. 3 failed. spent: 62:55, 202:41 mins remaining. ContextSelectionDialog_GroupContextEditor. time: 10479ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:58:13.854 [INFO] !MESSAGE [AUT-0] Finished: ContextSelectionDialog_ScenarioEditor.scenario in 8415 (183 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:58:13.857 [INFO] !MESSAGE [AUT-0] Starting: ControlPanel.test (184 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:58:13.930 [INFO] !MESSAGE Pass 184 (780) processed. 3 failed. spent: 63:05, 201:47 mins remaining. ContextSelectionDialog_ScenarioEditor. time: 8415ms [INFO] Pass 184 (780) processed. 3 failed. spent: 63:05, 201:47 mins remaining. ContextSelectionDialog_ScenarioEditor. time: 8415ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:58:34.371 [INFO] !MESSAGE [AUT-0] Finished: ControlPanel.test in 18696 (184 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:58:34.374 [INFO] !MESSAGE [AUT-0] Starting: ControlPanelShoudBeResizeble.test (185 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:58:34.450 [INFO] !MESSAGE Pass 185 (780) processed. 3 failed. spent: 63:26, 201:29 mins remaining. ControlPanel. time: 18696ms [INFO] Pass 185 (780) processed. 3 failed. spent: 63:26, 201:29 mins remaining. ControlPanel. time: 18696ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:59:48.691 [INFO] !MESSAGE [AUT-0] Finished: ControlPanelShoudBeResizeble.test in 71257 (185 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 02:59:48.743 [INFO] !MESSAGE [AUT-0] Starting: ControlPanelUI.test (186 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 02:59:48.753 [INFO] !MESSAGE Pass 186 (780) processed. 3 failed. spent: 64:40, 203:58 mins remaining. ControlPanelShoudBeResizeble. time: 71257ms [INFO] Pass 186 (780) processed. 3 failed. spent: 64:40, 203:58 mins remaining. ControlPanelShoudBeResizeble. time: 71257ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:00:07.220 [INFO] !MESSAGE [AUT-0] Finished: ControlPanelUI.test in 16745 (186 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:00:07.222 [INFO] !MESSAGE [AUT-0] Starting: Copy Workspace Context.test (187 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:00:07.272 [INFO] !MESSAGE Pass 187 (780) processed. 3 failed. spent: 64:59, 203:32 mins remaining. ControlPanelUI. time: 16745ms [INFO] Pass 187 (780) processed. 3 failed. spent: 64:59, 203:32 mins remaining. ControlPanelUI. time: 16745ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:00:23.184 [INFO] !MESSAGE [AUT-0] Finished: Copy Workspace Context.test in 14200 (187 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:00:23.186 [INFO] !MESSAGE [AUT-0] Starting: Copy of ContextMenu_Verification.test (188 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:00:23.188 [INFO] !MESSAGE Pass 188 (780) processed. 3 failed. spent: 65:14, 202:54 mins remaining. Copy Workspace Context. time: 14200ms [INFO] Pass 188 (780) processed. 3 failed. spent: 65:14, 202:54 mins remaining. Copy Workspace Context. time: 14200ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:00:32.677 [INFO] !MESSAGE [AUT-0] Finished: Copy of ContextMenu_Verification.test in 7908 (188 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:00:32.680 [INFO] !MESSAGE [AUT-0] Starting: CopyAndMergeFolderToProjectWithDuplicateFolder.test (189 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:00:32.698 [INFO] !MESSAGE Pass 189 (780) processed. 3 failed. spent: 65:24, 202:01 mins remaining. Copy of ContextMenu_Verification. time: 7908ms [INFO] Pass 189 (780) processed. 3 failed. spent: 65:24, 202:01 mins remaining. Copy of ContextMenu_Verification. time: 7908ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:00:51.164 [INFO] !MESSAGE [AUT-0] Finished: CopyAndMergeFolderToProjectWithDuplicateFolder.test in 16669 (189 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:00:51.167 [INFO] !MESSAGE [AUT-0] Starting: CopyAndRenameContext.test (190 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:00:51.215 [INFO] !MESSAGE Pass 190 (780) processed. 3 failed. spent: 65:42, 201:32 mins remaining. CopyAndMergeFolderToProjectWithDuplicateFolder. time: 16669ms [INFO] Pass 190 (780) processed. 3 failed. spent: 65:42, 201:32 mins remaining. CopyAndMergeFolderToProjectWithDuplicateFolder. time: 16669ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:01:04.169 [INFO] !MESSAGE [AUT-0] Finished: CopyAndRenameContext.test in 11540 (190 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:01:04.172 [INFO] !MESSAGE [AUT-0] Starting: CopyAndRenameProject.test (191 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:01:04.228 [INFO] !MESSAGE Pass 191 (780) processed. 3 failed. spent: 65:55, 200:49 mins remaining. CopyAndRenameContext. time: 11540ms [INFO] Pass 191 (780) processed. 3 failed. spent: 65:55, 200:49 mins remaining. CopyAndRenameContext. time: 11540ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:01:16.679 [INFO] !MESSAGE [AUT-0] Finished: CopyAndRenameProject.test in 10931 (191 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:01:16.682 [INFO] !MESSAGE [AUT-0] Starting: CopyAndRenameTestToTheSameLocation.test (192 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:01:16.739 [INFO] !MESSAGE Pass 192 (780) processed. 3 failed. spent: 66:08, 200:06 mins remaining. CopyAndRenameProject. time: 10931ms [INFO] Pass 192 (780) processed. 3 failed. spent: 66:08, 200:06 mins remaining. CopyAndRenameProject. time: 10931ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:01:28.151 [INFO] !MESSAGE [AUT-0] Finished: CopyAndRenameTestToTheSameLocation.test in 10041 (192 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:01:28.154 [INFO] !MESSAGE [AUT-0] Starting: CopyContextFromOneGroupContextToAnother_NEW.test (193 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:01:28.250 [INFO] !MESSAGE Pass 193 (780) processed. 3 failed. spent: 66:19, 199:17 mins remaining. CopyAndRenameTestToTheSameLocation. time: 10041ms [INFO] Pass 193 (780) processed. 3 failed. spent: 66:19, 199:17 mins remaining. CopyAndRenameTestToTheSameLocation. time: 10041ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:01:41.687 [INFO] !MESSAGE [AUT-0] Finished: CopyContextFromOneGroupContextToAnother_NEW.test in 11513 (193 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:01:41.689 [INFO] !MESSAGE [AUT-0] Starting: CopyContextListToAnotherTestInOneProject.test (194 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:01:41.763 [INFO] !MESSAGE Pass 194 (780) processed. 3 failed. spent: 66:33, 198:37 mins remaining. CopyContextFromOneGroupContextToAnother_NEW. time: 11513ms [INFO] Pass 194 (780) processed. 3 failed. spent: 66:33, 198:37 mins remaining. CopyContextFromOneGroupContextToAnother_NEW. time: 11513ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:01:54.710 [INFO] !MESSAGE [AUT-0] Finished: CopyContextListToAnotherTestInOneProject.test in 11274 (194 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:01:54.712 [INFO] !MESSAGE [AUT-0] Starting: CopyContextListToTestByShortKey.test (195 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:01:54.775 [INFO] !MESSAGE Pass 195 (780) processed. 3 failed. spent: 66:46, 197:55 mins remaining. CopyContextListToAnotherTestInOneProject. time: 11274ms [INFO] Pass 195 (780) processed. 3 failed. spent: 66:46, 197:55 mins remaining. CopyContextListToAnotherTestInOneProject. time: 11274ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:02:07.653 [INFO] !MESSAGE [AUT-0] Finished: CopyContextListToTestByShortKey.test in 11351 (195 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:02:07.656 [INFO] !MESSAGE [AUT-0] Starting: CopyContextListToTestFromReferencedProject.test (196 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:02:07.687 [INFO] !MESSAGE Pass 196 (780) processed. 3 failed. spent: 66:59, 197:13 mins remaining. CopyContextListToTestByShortKey. time: 11351ms [INFO] Pass 196 (780) processed. 3 failed. spent: 66:59, 197:13 mins remaining. CopyContextListToTestByShortKey. time: 11351ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:02:21.691 [INFO] !MESSAGE [AUT-0] Finished: CopyContextListToTestFromReferencedProject.test in 12387 (196 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:02:21.695 [INFO] !MESSAGE [AUT-0] Starting: CopyContextToAnotherProject.test (197 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:02:21.700 [INFO] !MESSAGE Pass 197 (780) processed. 3 failed. spent: 67:13, 196:35 mins remaining. CopyContextListToTestFromReferencedProject. time: 12387ms [INFO] Pass 197 (780) processed. 3 failed. spent: 67:13, 196:35 mins remaining. CopyContextListToTestFromReferencedProject. time: 12387ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:02:39.677 [INFO] !MESSAGE [AUT-0] Finished: CopyContextToAnotherProject.test in 16338 (197 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:02:39.680 [INFO] !MESSAGE [AUT-0] Starting: CopyContextToProjectWithDuplicateContext.test (198 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:02:39.718 [INFO] !MESSAGE Pass 198 (780) processed. 3 failed. spent: 67:31, 196:08 mins remaining. CopyContextToAnotherProject. time: 16338ms [INFO] Pass 198 (780) processed. 3 failed. spent: 67:31, 196:08 mins remaining. CopyContextToAnotherProject. time: 16338ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:02:55.695 [INFO] !MESSAGE [AUT-0] Finished: CopyContextToProjectWithDuplicateContext.test in 14473 (198 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:02:55.698 [INFO] !MESSAGE [AUT-0] Starting: CopyContextToTestFromNotReferencedProject.test (199 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:02:55.741 [INFO] !MESSAGE Pass 199 (780) processed. 3 failed. spent: 67:47, 195:35 mins remaining. CopyContextToProjectWithDuplicateContext. time: 14473ms [INFO] Pass 199 (780) processed. 3 failed. spent: 67:47, 195:35 mins remaining. CopyContextToProjectWithDuplicateContext. time: 14473ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:03:20.232 [INFO] !MESSAGE [AUT-0] Finished: CopyContextToTestFromNotReferencedProject.test in 22785 (199 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:03:20.235 [INFO] !MESSAGE [AUT-0] Starting: CopyContextToTheSameLocation.test (200 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:03:20.268 [INFO] !MESSAGE Pass 200 (780) processed. 3 failed. spent: 68:12, 195:29 mins remaining. CopyContextToTestFromNotReferencedProject. time: 22785ms [INFO] Pass 200 (780) processed. 3 failed. spent: 68:12, 195:29 mins remaining. CopyContextToTestFromNotReferencedProject. time: 22785ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:03:33.723 [INFO] !MESSAGE [AUT-0] Finished: CopyContextToTheSameLocation.test in 11998 (200 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:03:33.725 [INFO] !MESSAGE [AUT-0] Starting: CopyCutPasteDescriptionInDefaultContext.test (201 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:03:33.782 [INFO] !MESSAGE Pass 201 (780) processed. 3 failed. spent: 68:25, 194:48 mins remaining. CopyContextToTheSameLocation. time: 11998ms [INFO] Pass 201 (780) processed. 3 failed. spent: 68:25, 194:48 mins remaining. CopyContextToTheSameLocation. time: 11998ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:03:45.658 [INFO] !MESSAGE [AUT-0] Finished: CopyCutPasteDescriptionInDefaultContext.test in 10219 (201 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:03:45.661 [INFO] !MESSAGE [AUT-0] Starting: CopyDirectory.test (202 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:03:45.694 [INFO] !MESSAGE Pass 202 (780) processed. 3 failed. spent: 68:37, 194:04 mins remaining. CopyCutPasteDescriptionInDefaultContext. time: 10219ms [INFO] Pass 202 (780) processed. 3 failed. spent: 68:37, 194:04 mins remaining. CopyCutPasteDescriptionInDefaultContext. time: 10219ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:03:58.757 [INFO] !MESSAGE [AUT-0] Finished: CopyDirectory.test in 10203 (202 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:03:58.760 [INFO] !MESSAGE [AUT-0] Starting: CopyFile.test (203 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:03:58.807 [INFO] !MESSAGE Pass 203 (780) processed. 3 failed. spent: 68:50, 193:24 mins remaining. CopyDirectory. time: 10203ms [INFO] Pass 203 (780) processed. 3 failed. spent: 68:50, 193:24 mins remaining. CopyDirectory. time: 10203ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:04:11.726 [INFO] !MESSAGE [AUT-0] Finished: CopyFile.test in 11164 (203 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:04:11.729 [INFO] !MESSAGE [AUT-0] Starting: CopyFolderToAnotherProject.test (204 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:04:11.753 [INFO] !MESSAGE Pass 204 (780) processed. 3 failed. spent: 69:03, 192:44 mins remaining. CopyFile. time: 11164ms [INFO] Pass 204 (780) processed. 3 failed. spent: 69:03, 192:44 mins remaining. CopyFile. time: 11164ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:04:27.704 [INFO] !MESSAGE [AUT-0] Finished: CopyFolderToAnotherProject.test in 14271 (204 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:04:27.707 [INFO] !MESSAGE [AUT-0] Starting: CopyFolderToTheSameLocation.test (205 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:04:27.767 [INFO] !MESSAGE Pass 205 (780) processed. 3 failed. spent: 69:19, 192:12 mins remaining. CopyFolderToAnotherProject. time: 14271ms [INFO] Pass 205 (780) processed. 3 failed. spent: 69:19, 192:12 mins remaining. CopyFolderToAnotherProject. time: 14271ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:04:44.751 [INFO] !MESSAGE [AUT-0] Finished: CopyFolderToTheSameLocation.test in 15166 (205 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:04:44.754 [INFO] !MESSAGE [AUT-0] Starting: CopyGroupContextWithAddingReference_NEW.test (206 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:04:44.783 [INFO] !MESSAGE Pass 206 (780) processed. 3 failed. spent: 69:36, 191:44 mins remaining. CopyFolderToTheSameLocation. time: 15166ms [INFO] Pass 206 (780) processed. 3 failed. spent: 69:36, 191:44 mins remaining. CopyFolderToTheSameLocation. time: 15166ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:05:04.784 [INFO] !MESSAGE [AUT-0] Finished: CopyGroupContextWithAddingReference_NEW.test in 18369 (206 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:05:04.787 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste In ECL Context Editor From Menu.test (207 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:05:04.802 [INFO] !MESSAGE Pass 207 (780) processed. 3 failed. spent: 69:56, 191:23 mins remaining. CopyGroupContextWithAddingReference_NEW. time: 18369ms [INFO] Pass 207 (780) processed. 3 failed. spent: 69:56, 191:23 mins remaining. CopyGroupContextWithAddingReference_NEW. time: 18369ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:05:15.763 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In ECL Context Editor From Menu.test in 9546 (207 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:05:15.765 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste In Folder Context Editor From Menu.test (208 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:05:15.812 [INFO] !MESSAGE Pass 208 (780) processed. 3 failed. spent: 70:07, 190:39 mins remaining. CopyPaste In ECL Context Editor From Menu. time: 9546ms [INFO] Pass 208 (780) processed. 3 failed. spent: 70:07, 190:39 mins remaining. CopyPaste In ECL Context Editor From Menu. time: 9546ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:05:26.297 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Folder Context Editor From Menu.test in 8991 (208 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:05:26.300 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste In Group Context Editor From Menu.test (209 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:05:26.323 [INFO] !MESSAGE Pass 209 (780) processed. 3 failed. spent: 70:18, 189:54 mins remaining. CopyPaste In Folder Context Editor From Menu. time: 8991ms [INFO] Pass 209 (780) processed. 3 failed. spent: 70:18, 189:54 mins remaining. CopyPaste In Folder Context Editor From Menu. time: 8991ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:05:37.802 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Group Context Editor From Menu.test in 9846 (209 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:05:37.805 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste In Launch Context Editor From Menu.test (210 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:05:37.851 [INFO] !MESSAGE Pass 210 (780) processed. 3 failed. spent: 70:29, 189:10 mins remaining. CopyPaste In Group Context Editor From Menu. time: 9846ms [INFO] Pass 210 (780) processed. 3 failed. spent: 70:29, 189:10 mins remaining. CopyPaste In Group Context Editor From Menu. time: 9846ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:05:48.444 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Launch Context Editor From Menu.test in 8752 (210 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:05:48.447 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste In Parameters Context Editor From Menu.test (211 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:05:48.465 [INFO] !MESSAGE Pass 211 (780) processed. 3 failed. spent: 70:40, 188:26 mins remaining. CopyPaste In Launch Context Editor From Menu. time: 8752ms [INFO] Pass 211 (780) processed. 3 failed. spent: 70:40, 188:26 mins remaining. CopyPaste In Launch Context Editor From Menu. time: 8752ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:06:00.471 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Parameters Context Editor From Menu.test in 10427 (211 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:06:00.473 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste In Preference Context Editor From Menu.test (212 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:06:00.476 [INFO] !MESSAGE Pass 212 (780) processed. 3 failed. spent: 70:52, 187:45 mins remaining. CopyPaste In Parameters Context Editor From Menu. time: 10427ms [INFO] Pass 212 (780) processed. 3 failed. spent: 70:52, 187:45 mins remaining. CopyPaste In Parameters Context Editor From Menu. time: 10427ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:06:11.493 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Preference Context Editor From Menu.test in 9202 (212 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:06:11.496 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste In Project Settings Editor From Menu.test (213 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:06:11.587 [INFO] !MESSAGE Pass 213 (780) processed. 3 failed. spent: 71:03, 187:02 mins remaining. CopyPaste In Preference Context Editor From Menu. time: 9202ms [INFO] Pass 213 (780) processed. 3 failed. spent: 71:03, 187:02 mins remaining. CopyPaste In Preference Context Editor From Menu. time: 9202ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:06:21.521 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Project Settings Editor From Menu.test in 8292 (213 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:06:21.523 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste In Super Context Editor From Menu.test (214 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:06:21.597 [INFO] !MESSAGE Pass 214 (780) processed. 3 failed. spent: 71:13, 186:17 mins remaining. CopyPaste In Project Settings Editor From Menu. time: 8292ms [INFO] Pass 214 (780) processed. 3 failed. spent: 71:13, 186:17 mins remaining. CopyPaste In Project Settings Editor From Menu. time: 8292ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:06:33.538 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Super Context Editor From Menu.test in 10377 (214 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:06:33.543 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste In Test Case Editor From Menu.test (215 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:06:33.556 [INFO] !MESSAGE Pass 215 (780) processed. 3 failed. spent: 71:25, 185:37 mins remaining. CopyPaste In Super Context Editor From Menu. time: 10377ms [INFO] Pass 215 (780) processed. 3 failed. spent: 71:25, 185:37 mins remaining. CopyPaste In Super Context Editor From Menu. time: 10377ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:06:48.571 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Test Case Editor From Menu.test in 13215 (215 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:06:48.574 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste In Verification Editor From Menu.test (216 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:06:48.670 [INFO] !MESSAGE Pass 216 (780) processed. 3 failed. spent: 71:40, 185:05 mins remaining. CopyPaste In Test Case Editor From Menu. time: 13215ms [INFO] Pass 216 (780) processed. 3 failed. spent: 71:40, 185:05 mins remaining. CopyPaste In Test Case Editor From Menu. time: 13215ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:07:00.604 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Verification Editor From Menu.test in 10250 (216 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:07:00.607 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste In Workbench Context Editor From Menu.test (217 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:07:00.681 [INFO] !MESSAGE Pass 217 (780) processed. 3 failed. spent: 71:52, 184:25 mins remaining. CopyPaste In Verification Editor From Menu. time: 10250ms [INFO] Pass 217 (780) processed. 3 failed. spent: 71:52, 184:25 mins remaining. CopyPaste In Verification Editor From Menu. time: 10250ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:07:11.107 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Workbench Context Editor From Menu.test in 8832 (217 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:07:11.110 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste In Workspace Context Editor From Menu.test (218 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:07:11.192 [INFO] !MESSAGE Pass 218 (780) processed. 3 failed. spent: 72:02, 183:41 mins remaining. CopyPaste In Workbench Context Editor From Menu. time: 8832ms [INFO] Pass 218 (780) processed. 3 failed. spent: 72:02, 183:41 mins remaining. CopyPaste In Workbench Context Editor From Menu. time: 8832ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:07:23.585 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Workspace Context Editor From Menu.test in 10617 (218 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:07:23.588 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste Parameters From One Context To Another.test (219 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:07:23.605 [INFO] !MESSAGE Pass 219 (780) processed. 3 failed. spent: 72:15, 183:04 mins remaining. CopyPaste In Workspace Context Editor From Menu. time: 10617ms [INFO] Pass 219 (780) processed. 3 failed. spent: 72:15, 183:04 mins remaining. CopyPaste In Workspace Context Editor From Menu. time: 10617ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:07:33.128 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste Parameters From One Context To Another.test in 8049 (219 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:07:33.131 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste Parameters To Text Field.test (220 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:07:33.215 [INFO] !MESSAGE Pass 220 (780) processed. 3 failed. spent: 72:24, 182:18 mins remaining. CopyPaste Parameters From One Context To Another. time: 8049ms [INFO] Pass 220 (780) processed. 3 failed. spent: 72:24, 182:18 mins remaining. CopyPaste Parameters From One Context To Another. time: 8049ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:07:42.615 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste Parameters To Text Field.test in 7833 (220 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:07:42.617 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste Parameters_Conflict.test (221 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:07:42.627 [INFO] !MESSAGE Pass 221 (780) processed. 3 failed. spent: 72:34, 181:34 mins remaining. CopyPaste Parameters To Text Field. time: 7833ms [INFO] Pass 221 (780) processed. 3 failed. spent: 72:34, 181:34 mins remaining. CopyPaste Parameters To Text Field. time: 7833ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:07:58.596 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste Parameters_Conflict.test in 14357 (221 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:07:58.599 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste Parameters_Ctrl+C_Ctrl+V.test (222 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:07:58.652 [INFO] !MESSAGE Pass 222 (780) processed. 3 failed. spent: 72:50, 181:06 mins remaining. CopyPaste Parameters_Conflict. time: 14357ms [INFO] Pass 222 (780) processed. 3 failed. spent: 72:50, 181:06 mins remaining. CopyPaste Parameters_Conflict. time: 14357ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:08:12.608 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste Parameters_Ctrl+C_Ctrl+V.test in 12515 (222 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:08:12.611 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste Parameters_Menu.test (223 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:08:12.665 [INFO] !MESSAGE Pass 223 (780) processed. 3 failed. spent: 73:04, 180:33 mins remaining. CopyPaste Parameters_Ctrl+C_Ctrl+V. time: 12515ms [INFO] Pass 223 (780) processed. 3 failed. spent: 73:04, 180:33 mins remaining. CopyPaste Parameters_Ctrl+C_Ctrl+V. time: 12515ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:08:23.073 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste Parameters_Menu.test in 9058 (223 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:08:23.075 [INFO] !MESSAGE Pass 224 (780) processed. 3 failed. spent: 73:14, 180:58 mins remaining. CopyPaste Parameters_Menu. time: 9058ms [INFO] Pass 224 (780) processed. 3 failed. spent: 73:14, 180:58 mins remaining. CopyPaste Parameters_Menu. time: 9058ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:08:23.076 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste in Script Viewer.test (224 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:08:39.179 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste in Script Viewer.test in 14176 (224 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:08:39.182 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteContextBetweenTestsByDragDrop.test (225 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:08:39.193 [INFO] !MESSAGE Pass 225 (780) processed. 3 failed. spent: 73:30, 179:22 mins remaining. CopyPaste in Script Viewer. time: 14176ms [INFO] Pass 225 (780) processed. 3 failed. spent: 73:30, 179:22 mins remaining. CopyPaste in Script Viewer. time: 14176ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:08:54.176 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteContextBetweenTestsByDragDrop.test in 13140 (225 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:08:54.178 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteEditorsBetweenWBContexts.test (226 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:08:54.208 [INFO] !MESSAGE Pass 226 (780) processed. 3 failed. spent: 73:45, 178:52 mins remaining. CopyPasteContextBetweenTestsByDragDrop. time: 13140ms [INFO] Pass 226 (780) processed. 3 failed. spent: 73:45, 178:52 mins remaining. CopyPasteContextBetweenTestsByDragDrop. time: 13140ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:09:13.659 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteEditorsBetweenWBContexts.test in 17934 (226 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:09:13.662 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteProjectByShortKeys.test (227 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:09:13.727 [INFO] !MESSAGE Pass 227 (780) processed. 3 failed. spent: 74:05, 178:34 mins remaining. CopyPasteEditorsBetweenWBContexts. time: 17934ms [INFO] Pass 227 (780) processed. 3 failed. spent: 74:05, 178:34 mins remaining. CopyPasteEditorsBetweenWBContexts. time: 17934ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:09:29.180 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteProjectByShortKeys.test in 13181 (227 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:09:29.182 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteTestsBetweenTestSuites.test (228 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:09:29.248 [INFO] !MESSAGE Pass 228 (780) processed. 3 failed. spent: 74:20, 178:04 mins remaining. CopyPasteProjectByShortKeys. time: 13181ms [INFO] Pass 228 (780) processed. 3 failed. spent: 74:20, 178:04 mins remaining. CopyPasteProjectByShortKeys. time: 13181ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:09:42.125 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteTestsBetweenTestSuites.test in 11414 (228 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:09:42.128 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteTestsBetweenTestSuitesByDragDrop.test (229 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:09:42.159 [INFO] !MESSAGE Pass 229 (780) processed. 3 failed. spent: 74:33, 177:30 mins remaining. CopyPasteTestsBetweenTestSuites. time: 11414ms [INFO] Pass 229 (780) processed. 3 failed. spent: 74:33, 177:30 mins remaining. CopyPasteTestsBetweenTestSuites. time: 11414ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:09:57.130 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteTestsBetweenTestSuitesByDragDrop.test in 13360 (229 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:09:57.133 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteTestsBetweenTestSuitesByShortKey.test (230 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:09:57.173 [INFO] !MESSAGE Pass 230 (780) processed. 3 failed. spent: 74:48, 177:00 mins remaining. CopyPasteTestsBetweenTestSuitesByDragDrop. time: 13360ms [INFO] Pass 230 (780) processed. 3 failed. spent: 74:48, 177:00 mins remaining. CopyPasteTestsBetweenTestSuitesByDragDrop. time: 13360ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:10:10.634 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteTestsBetweenTestSuitesByShortKey.test in 11769 (230 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:10:10.637 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteTextInDescriptionByShortKey.test (231 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:10:10.686 [INFO] !MESSAGE Pass 231 (780) processed. 3 failed. spent: 75:02, 176:28 mins remaining. CopyPasteTestsBetweenTestSuitesByShortKey. time: 11769ms [INFO] Pass 231 (780) processed. 3 failed. spent: 75:02, 176:28 mins remaining. CopyPasteTestsBetweenTestSuitesByShortKey. time: 11769ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:10:26.146 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteTextInDescriptionByShortKey.test in 14029 (231 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:10:26.149 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteViewsBetweenWBContexts.test (232 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:10:26.200 [INFO] !MESSAGE Pass 232 (780) processed. 3 failed. spent: 75:17, 175:58 mins remaining. CopyPasteTextInDescriptionByShortKey. time: 14029ms [INFO] Pass 232 (780) processed. 3 failed. spent: 75:17, 175:58 mins remaining. CopyPasteTextInDescriptionByShortKey. time: 14029ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:10:42.129 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteViewsBetweenWBContexts.test in 14353 (232 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:10:42.132 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteWSContextWithUncheckedClearWorkspaceOption.test (233 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:10:42.215 [INFO] !MESSAGE Pass 233 (780) processed. 3 failed. spent: 75:33, 175:31 mins remaining. CopyPasteViewsBetweenWBContexts. time: 14353ms [INFO] Pass 233 (780) processed. 3 failed. spent: 75:33, 175:31 mins remaining. CopyPasteViewsBetweenWBContexts. time: 14353ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:10:56.627 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteWSContextWithUncheckedClearWorkspaceOption.test in 12991 (233 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:10:56.628 [INFO] !MESSAGE Pass 234 (780) processed. 3 failed. spent: 75:48, 176:06 mins remaining. CopyPasteWSContextWithUncheckedClearWorkspaceOption. time: 12991ms [INFO] Pass 234 (780) processed. 3 failed. spent: 75:48, 176:06 mins remaining. CopyPasteWSContextWithUncheckedClearWorkspaceOption. time: 12991ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:10:56.630 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteWithMenuIntoEmptyField.test (234 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:11:06.113 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteWithMenuIntoEmptyField.test in 7746 (234 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:11:06.115 [INFO] !MESSAGE [AUT-0] Starting: CopyProject.test (235 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:11:06.141 [INFO] !MESSAGE Pass 235 (780) processed. 3 failed. spent: 75:57, 174:19 mins remaining. CopyPasteWithMenuIntoEmptyField. time: 7746ms [INFO] Pass 235 (780) processed. 3 failed. spent: 75:57, 174:19 mins remaining. CopyPasteWithMenuIntoEmptyField. time: 7746ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:11:20.617 [INFO] !MESSAGE [AUT-0] Finished: CopyProject.test in 13046 (235 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:11:20.620 [INFO] !MESSAGE [AUT-0] Starting: CopyProjectAfterDeletingReferences.test (236 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:11:20.666 [INFO] !MESSAGE Pass 236 (780) processed. 3 failed. spent: 76:12, 173:51 mins remaining. CopyProject. time: 13046ms [INFO] Pass 236 (780) processed. 3 failed. spent: 76:12, 173:51 mins remaining. CopyProject. time: 13046ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:11:38.774 [INFO] !MESSAGE [AUT-0] Finished: CopyProjectAfterDeletingReferences.test in 15523 (236 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:11:38.777 [INFO] !MESSAGE [AUT-0] Starting: CopyTestSuite.test (237 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:11:38.846 [INFO] !MESSAGE Pass 237 (780) processed. 3 failed. spent: 76:30, 173:29 mins remaining. CopyProjectAfterDeletingReferences. time: 15523ms [INFO] Pass 237 (780) processed. 3 failed. spent: 76:30, 173:29 mins remaining. CopyProjectAfterDeletingReferences. time: 15523ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:11:50.258 [INFO] !MESSAGE [AUT-0] Finished: CopyTestSuite.test in 10062 (237 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:11:50.261 [INFO] !MESSAGE [AUT-0] Starting: CopyTestToAnotherProjectAndGetUnresolvedRefs.test (238 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:11:50.356 [INFO] !MESSAGE Pass 238 (780) processed. 3 failed. spent: 76:42, 172:53 mins remaining. CopyTestSuite. time: 10062ms [INFO] Pass 238 (780) processed. 3 failed. spent: 76:42, 172:53 mins remaining. CopyTestSuite. time: 10062ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:12:04.793 [INFO] !MESSAGE [AUT-0] Finished: CopyTestToAnotherProjectAndGetUnresolvedRefs.test in 12611 (238 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:12:04.796 [INFO] !MESSAGE [AUT-0] Starting: CopyTestToProjectWithDuplicateTest.test (239 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:12:04.870 [INFO] !MESSAGE Pass 239 (780) processed. 3 failed. spent: 76:56, 172:22 mins remaining. CopyTestToAnotherProjectAndGetUnresolvedRefs. time: 12611ms [INFO] Pass 239 (780) processed. 3 failed. spent: 76:56, 172:22 mins remaining. CopyTestToAnotherProjectAndGetUnresolvedRefs. time: 12611ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:12:19.749 [INFO] !MESSAGE [AUT-0] Finished: CopyTestToProjectWithDuplicateTest.test in 13611 (239 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:12:19.751 [INFO] !MESSAGE [AUT-0] Starting: CopyTestToTheSameLocation.test (240 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:12:19.784 [INFO] !MESSAGE Pass 240 (780) processed. 3 failed. spent: 77:11, 171:54 mins remaining. CopyTestToProjectWithDuplicateTest. time: 13611ms [INFO] Pass 240 (780) processed. 3 failed. spent: 77:11, 171:54 mins remaining. CopyTestToProjectWithDuplicateTest. time: 13611ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:12:33.816 [INFO] !MESSAGE [AUT-0] Finished: CopyTestToTheSameLocation.test in 12475 (240 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:12:33.819 [INFO] !MESSAGE [AUT-0] Starting: CopyTestWithItsRefsToAnotherProject.test (241 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:12:33.897 [INFO] !MESSAGE Pass 241 (780) processed. 3 failed. spent: 77:25, 171:23 mins remaining. CopyTestToTheSameLocation. time: 12475ms [INFO] Pass 241 (780) processed. 3 failed. spent: 77:25, 171:23 mins remaining. CopyTestToTheSameLocation. time: 12475ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:12:45.795 [INFO] !MESSAGE [AUT-0] Finished: CopyTestWithItsRefsToAnotherProject.test in 10192 (241 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:12:45.797 [INFO] !MESSAGE [AUT-0] Starting: Create New ECL Context.test (242 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:12:45.808 [INFO] !MESSAGE Pass 242 (780) processed. 3 failed. spent: 77:37, 170:49 mins remaining. CopyTestWithItsRefsToAnotherProject. time: 10192ms [INFO] Pass 242 (780) processed. 3 failed. spent: 77:37, 170:49 mins remaining. CopyTestWithItsRefsToAnotherProject. time: 10192ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:12:55.725 [INFO] !MESSAGE [AUT-0] Finished: Create New ECL Context.test in 8451 (242 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:12:55.728 [INFO] !MESSAGE [AUT-0] Starting: Create New Preference Context.test (243 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:12:55.818 [INFO] !MESSAGE Pass 243 (780) processed. 3 failed. spent: 77:47, 170:10 mins remaining. Create New ECL Context. time: 8451ms [INFO] Pass 243 (780) processed. 3 failed. spent: 77:47, 170:10 mins remaining. Create New ECL Context. time: 8451ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:13:06.194 [INFO] !MESSAGE [AUT-0] Finished: Create New Preference Context.test in 8989 (243 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:13:06.198 [INFO] !MESSAGE [AUT-0] Starting: Create New Workbench Context.test (244 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:13:06.228 [INFO] !MESSAGE Pass 244 (780) processed. 3 failed. spent: 77:57, 169:31 mins remaining. Create New Preference Context. time: 8989ms [INFO] Pass 244 (780) processed. 3 failed. spent: 77:57, 169:31 mins remaining. Create New Preference Context. time: 8989ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:13:17.179 [INFO] !MESSAGE [AUT-0] Finished: Create New Workbench Context.test in 9326 (244 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:13:17.186 [INFO] !MESSAGE [AUT-0] Starting: Create New Workspace Context.test (245 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:13:17.251 [INFO] !MESSAGE Pass 245 (780) processed. 3 failed. spent: 78:08, 168:55 mins remaining. Create New Workbench Context. time: 9326ms [INFO] Pass 245 (780) processed. 3 failed. spent: 78:08, 168:55 mins remaining. Create New Workbench Context. time: 9326ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:13:28.622 [INFO] !MESSAGE [AUT-0] Finished: Create New Workspace Context.test in 10013 (245 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:13:28.625 [INFO] !MESSAGE [AUT-0] Starting: Create Project With Copy Paste.scenario (246 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:13:28.670 [INFO] !MESSAGE Pass 246 (780) processed. 3 failed. spent: 78:20, 168:21 mins remaining. Create New Workspace Context. time: 10013ms [INFO] Pass 246 (780) processed. 3 failed. spent: 78:20, 168:21 mins remaining. Create New Workspace Context. time: 10013ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:13:37.036 [INFO] !MESSAGE [AUT-0] Finished: Create Project With Copy Paste.scenario in 7128 (246 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:13:37.039 [INFO] !MESSAGE [AUT-0] Starting: CreateAUTWithExistingName.test (247 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:13:37.078 [INFO] !MESSAGE Pass 247 (780) processed. 3 failed. spent: 78:28, 167:38 mins remaining. Create Project With Copy Paste. time: 7128ms [INFO] Pass 247 (780) processed. 3 failed. spent: 78:28, 167:38 mins remaining. Create Project With Copy Paste. time: 7128ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:14:06.422 [INFO] !MESSAGE [AUT-0] Finished: CreateAUTWithExistingName.test in 27926 (247 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:14:06.425 [INFO] !MESSAGE [AUT-0] Starting: CreateAUTWithIncorrectSymbols.test (248 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:14:06.458 [INFO] !MESSAGE Pass 248 (780) processed. 3 failed. spent: 78:58, 167:43 mins remaining. CreateAUTWithExistingName. time: 27926ms [INFO] Pass 248 (780) processed. 3 failed. spent: 78:58, 167:43 mins remaining. CreateAUTWithExistingName. time: 27926ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:16:30.621 [INFO] !MESSAGE [AUT-0] Finished: CreateAUTWithIncorrectSymbols.test in 135377 (248 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:16:30.625 [INFO] !MESSAGE [AUT-0] Starting: CreateContextAndCreateFolder.test (249 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:16:30.678 [INFO] !MESSAGE Pass 249 (780) processed. 3 failed. spent: 81:22, 171:48 mins remaining. CreateAUTWithIncorrectSymbols. time: 135377ms [INFO] Pass 249 (780) processed. 3 failed. spent: 81:22, 171:48 mins remaining. CreateAUTWithIncorrectSymbols. time: 135377ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:16:44.096 [INFO] !MESSAGE [AUT-0] Finished: CreateContextAndCreateFolder.test in 11847 (249 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:16:44.100 [INFO] !MESSAGE [AUT-0] Starting: CreateContextAndCreateProject.test (250 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:16:44.191 [INFO] !MESSAGE Pass 250 (780) processed. 3 failed. spent: 81:35, 171:15 mins remaining. CreateContextAndCreateFolder. time: 11847ms [INFO] Pass 250 (780) processed. 3 failed. spent: 81:35, 171:15 mins remaining. CreateContextAndCreateFolder. time: 11847ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:16:56.046 [INFO] !MESSAGE [AUT-0] Finished: CreateContextAndCreateProject.test in 10509 (250 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:16:56.049 [INFO] !MESSAGE [AUT-0] Starting: CreateContextWithDuplicateName.test (251 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:16:56.103 [INFO] !MESSAGE Pass 251 (780) processed. 3 failed. spent: 81:47, 170:40 mins remaining. CreateContextAndCreateProject. time: 10509ms [INFO] Pass 251 (780) processed. 3 failed. spent: 81:47, 170:40 mins remaining. CreateContextAndCreateProject. time: 10509ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:17:09.550 [INFO] !MESSAGE [AUT-0] Finished: CreateContextWithDuplicateName.test in 11989 (251 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:17:09.553 [INFO] !MESSAGE [AUT-0] Starting: CreateDuplicateTestSuite.test (252 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:17:09.615 [INFO] !MESSAGE Pass 252 (780) processed. 3 failed. spent: 82:01, 170:10 mins remaining. CreateContextWithDuplicateName. time: 11989ms [INFO] Pass 252 (780) processed. 3 failed. spent: 82:01, 170:10 mins remaining. CreateContextWithDuplicateName. time: 11989ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:17:19.023 [INFO] !MESSAGE [AUT-0] Finished: CreateDuplicateTestSuite.test in 7987 (252 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:17:19.024 [INFO] !MESSAGE Pass 253 (780) processed. 3 failed. spent: 82:10, 170:28 mins remaining. CreateDuplicateTestSuite. time: 7987ms [INFO] Pass 253 (780) processed. 3 failed. spent: 82:10, 170:28 mins remaining. CreateDuplicateTestSuite. time: 7987ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:17:19.032 [INFO] !MESSAGE [AUT-0] Starting: CreateGroupContext.test (253 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:17:31.484 [INFO] !MESSAGE [AUT-0] Finished: CreateGroupContext.test in 11089 (253 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:17:31.487 [INFO] !MESSAGE [AUT-0] Starting: CreateLaunchContext.test (254 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:17:31.548 [INFO] !MESSAGE Pass 254 (780) processed. 3 failed. spent: 82:23, 168:57 mins remaining. CreateGroupContext. time: 11089ms [INFO] Pass 254 (780) processed. 3 failed. spent: 82:23, 168:57 mins remaining. CreateGroupContext. time: 11089ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:17:41.927 [INFO] !MESSAGE [AUT-0] Finished: CreateLaunchContext.test in 8733 (254 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:17:41.930 [INFO] !MESSAGE [AUT-0] Starting: CreateMultiAutSuite.test (255 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:17:41.959 [INFO] !MESSAGE Pass 255 (780) processed. 3 failed. spent: 82:33, 168:18 mins remaining. CreateLaunchContext. time: 8733ms [INFO] Pass 255 (780) processed. 3 failed. spent: 82:33, 168:18 mins remaining. CreateLaunchContext. time: 8733ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:17:50.788 [INFO] !MESSAGE [AUT-0] Finished: CreateMultiAutSuite.test in 7586 (255 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:17:50.792 [INFO] !MESSAGE [AUT-0] Starting: CreateNewAUTFromRunConfiguration.test (256 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:17:50.869 [INFO] !MESSAGE Pass 256 (780) processed. 3 failed. spent: 82:42, 167:38 mins remaining. CreateMultiAutSuite. time: 7586ms [INFO] Pass 256 (780) processed. 3 failed. spent: 82:42, 167:38 mins remaining. CreateMultiAutSuite. time: 7586ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:18:17.734 [INFO] !MESSAGE [AUT-0] Finished: CreateNewAUTFromRunConfiguration.test in 25595 (256 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:18:17.737 [INFO] !MESSAGE [AUT-0] Starting: CreateNewContextWhileAddingIntoGroupContext.test (257 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:18:17.743 [INFO] !MESSAGE Pass 257 (780) processed. 3 failed. spent: 83:09, 167:35 mins remaining. CreateNewAUTFromRunConfiguration. time: 25595ms [INFO] Pass 257 (780) processed. 3 failed. spent: 83:09, 167:35 mins remaining. CreateNewAUTFromRunConfiguration. time: 25595ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:18:39.206 [INFO] !MESSAGE [AUT-0] Finished: CreateNewContextWhileAddingIntoGroupContext.test in 20033 (257 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:18:39.209 [INFO] !MESSAGE [AUT-0] Starting: CreateNewObjectFromToolbar.test (258 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:18:39.265 [INFO] !MESSAGE Pass 258 (780) processed. 3 failed. spent: 83:31, 167:21 mins remaining. CreateNewContextWhileAddingIntoGroupContext. time: 20033ms [INFO] Pass 258 (780) processed. 3 failed. spent: 83:31, 167:21 mins remaining. CreateNewContextWhileAddingIntoGroupContext. time: 20033ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:18:57.187 [INFO] !MESSAGE [AUT-0] Finished: CreateNewObjectFromToolbar.test in 16306 (258 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:18:57.190 [INFO] !MESSAGE [AUT-0] Starting: CreateNewTextVerification.test (259 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:18:57.282 [INFO] !MESSAGE Pass 259 (780) processed. 3 failed. spent: 83:49, 166:59 mins remaining. CreateNewObjectFromToolbar. time: 16306ms [INFO] Pass 259 (780) processed. 3 failed. spent: 83:49, 166:59 mins remaining. CreateNewObjectFromToolbar. time: 16306ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:19:07.628 [INFO] !MESSAGE [AUT-0] Finished: CreateNewTextVerification.test in 8668 (259 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:19:07.631 [INFO] !MESSAGE [AUT-0] Starting: CreateNewTimeVerification.test (260 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:19:07.720 [INFO] !MESSAGE Pass 260 (780) processed. 3 failed. spent: 83:59, 166:21 mins remaining. CreateNewTextVerification. time: 8668ms [INFO] Pass 260 (780) processed. 3 failed. spent: 83:59, 166:21 mins remaining. CreateNewTextVerification. time: 8668ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:19:19.110 [INFO] !MESSAGE [AUT-0] Finished: CreateNewTimeVerification.test in 9796 (260 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:19:19.113 [INFO] !MESSAGE [AUT-0] Starting: CreateProjectWithDuplicateName.test (261 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:19:19.132 [INFO] !MESSAGE Pass 261 (780) processed. 3 failed. spent: 84:10, 165:46 mins remaining. CreateNewTimeVerification. time: 9796ms [INFO] Pass 261 (780) processed. 3 failed. spent: 84:10, 165:46 mins remaining. CreateNewTimeVerification. time: 9796ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:19:29.611 [INFO] !MESSAGE [AUT-0] Finished: CreateProjectWithDuplicateName.test in 8811 (261 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:19:29.614 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperEclContext.test (262 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:19:29.642 [INFO] !MESSAGE Pass 262 (780) processed. 3 failed. spent: 84:21, 165:11 mins remaining. CreateProjectWithDuplicateName. time: 8811ms [INFO] Pass 262 (780) processed. 3 failed. spent: 84:21, 165:11 mins remaining. CreateProjectWithDuplicateName. time: 8811ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:19:41.570 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperEclContext.test in 10459 (262 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:19:41.572 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperFolderContext.test (263 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:19:41.653 [INFO] !MESSAGE Pass 263 (780) processed. 3 failed. spent: 84:33, 164:37 mins remaining. CreateSuperEclContext. time: 10459ms [INFO] Pass 263 (780) processed. 3 failed. spent: 84:33, 164:37 mins remaining. CreateSuperEclContext. time: 10459ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:19:54.041 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperFolderContext.test in 10808 (263 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:19:54.043 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperLaunchContext.test (264 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:19:54.066 [INFO] !MESSAGE Pass 264 (780) processed. 3 failed. spent: 84:45, 164:05 mins remaining. CreateSuperFolderContext. time: 10808ms [INFO] Pass 264 (780) processed. 3 failed. spent: 84:45, 164:05 mins remaining. CreateSuperFolderContext. time: 10808ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:20:06.495 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperLaunchContext.test in 10790 (264 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:20:06.497 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperParametersContext.test (265 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:20:06.578 [INFO] !MESSAGE Pass 265 (780) processed. 3 failed. spent: 84:58, 163:34 mins remaining. CreateSuperLaunchContext. time: 10790ms [INFO] Pass 265 (780) processed. 3 failed. spent: 84:58, 163:34 mins remaining. CreateSuperLaunchContext. time: 10790ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:20:18.985 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperParametersContext.test in 10650 (265 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:20:18.987 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperPreferencesContext.test (266 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:20:18.992 [INFO] !MESSAGE Pass 266 (780) processed. 3 failed. spent: 85:10, 163:01 mins remaining. CreateSuperParametersContext. time: 10650ms [INFO] Pass 266 (780) processed. 3 failed. spent: 85:10, 163:01 mins remaining. CreateSuperParametersContext. time: 10650ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:20:32.475 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperPreferencesContext.test in 11244 (266 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:20:32.478 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperWorkbenchContext.test (267 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:20:32.508 [INFO] !MESSAGE Pass 267 (780) processed. 3 failed. spent: 85:24, 162:32 mins remaining. CreateSuperPreferencesContext. time: 11244ms [INFO] Pass 267 (780) processed. 3 failed. spent: 85:24, 162:32 mins remaining. CreateSuperPreferencesContext. time: 11244ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:20:44.968 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperWorkbenchContext.test in 10830 (267 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:20:44.971 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperWorkspaceContext.test (268 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:20:45.019 [INFO] !MESSAGE Pass 268 (780) processed. 3 failed. spent: 85:36, 162:00 mins remaining. CreateSuperWorkbenchContext. time: 10830ms [INFO] Pass 268 (780) processed. 3 failed. spent: 85:36, 162:00 mins remaining. CreateSuperWorkbenchContext. time: 10830ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:20:56.966 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperWorkspaceContext.test in 10336 (268 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:20:56.969 [INFO] !MESSAGE [AUT-0] Starting: CreateTestAndCreateFolder.test (269 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:20:57.046 [INFO] !MESSAGE Pass 269 (780) processed. 3 failed. spent: 85:48, 161:28 mins remaining. CreateSuperWorkspaceContext. time: 10336ms [INFO] Pass 269 (780) processed. 3 failed. spent: 85:48, 161:28 mins remaining. CreateSuperWorkspaceContext. time: 10336ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:21:09.941 [INFO] !MESSAGE [AUT-0] Finished: CreateTestAndCreateFolder.test in 11344 (269 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:21:09.943 [INFO] !MESSAGE [AUT-0] Starting: CreateTestAndCreateProject.test (270 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:21:09.958 [INFO] !MESSAGE Pass 270 (780) processed. 3 failed. spent: 86:01, 160:57 mins remaining. CreateTestAndCreateFolder. time: 11344ms [INFO] Pass 270 (780) processed. 3 failed. spent: 86:01, 160:57 mins remaining. CreateTestAndCreateFolder. time: 11344ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:21:21.870 [INFO] !MESSAGE [AUT-0] Finished: CreateTestAndCreateProject.test in 10418 (270 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:21:21.871 [INFO] !MESSAGE Pass 271 (780) processed. 3 failed. spent: 86:13, 161:20 mins remaining. CreateTestAndCreateProject. time: 10418ms [INFO] Pass 271 (780) processed. 3 failed. spent: 86:13, 161:20 mins remaining. CreateTestAndCreateProject. time: 10418ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:21:21.874 [INFO] !MESSAGE [AUT-0] Starting: CreateTestSuiteAndProjectViaWizard.test (271 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:21:33.291 [INFO] !MESSAGE [AUT-0] Finished: CreateTestSuiteAndProjectViaWizard.test in 10010 (271 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:21:33.294 [INFO] !MESSAGE [AUT-0] Starting: CreateTestSuiteByFileMenu.test (272 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:21:33.382 [INFO] !MESSAGE Pass 272 (780) processed. 3 failed. spent: 86:25, 159:54 mins remaining. CreateTestSuiteAndProjectViaWizard. time: 10010ms [INFO] Pass 272 (780) processed. 3 failed. spent: 86:25, 159:54 mins remaining. CreateTestSuiteAndProjectViaWizard. time: 10010ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:21:44.756 [INFO] !MESSAGE [AUT-0] Finished: CreateTestSuiteByFileMenu.test in 9803 (272 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:21:44.758 [INFO] !MESSAGE [AUT-0] Starting: CreateTestSuiteInNewFolder.test (273 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:21:44.793 [INFO] !MESSAGE Pass 273 (780) processed. 3 failed. spent: 86:36, 159:20 mins remaining. CreateTestSuiteByFileMenu. time: 9803ms [INFO] Pass 273 (780) processed. 3 failed. spent: 86:36, 159:20 mins remaining. CreateTestSuiteByFileMenu. time: 9803ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:21:56.758 [INFO] !MESSAGE [AUT-0] Finished: CreateTestSuiteInNewFolder.test in 10414 (273 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:21:56.768 [INFO] !MESSAGE [AUT-0] Starting: CreateTestSuiteViaContextMenu.test (274 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:21:56.815 [INFO] !MESSAGE Pass 274 (780) processed. 3 failed. spent: 86:48, 158:49 mins remaining. CreateTestSuiteInNewFolder. time: 10414ms [INFO] Pass 274 (780) processed. 3 failed. spent: 86:48, 158:49 mins remaining. CreateTestSuiteInNewFolder. time: 10414ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:22:08.736 [INFO] !MESSAGE [AUT-0] Finished: CreateTestSuiteViaContextMenu.test in 10553 (274 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:22:08.739 [INFO] !MESSAGE [AUT-0] Starting: CreateTestWithDuplicateName.test (275 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:22:08.826 [INFO] !MESSAGE Pass 275 (780) processed. 3 failed. spent: 87:00, 158:17 mins remaining. CreateTestSuiteViaContextMenu. time: 10553ms [INFO] Pass 275 (780) processed. 3 failed. spent: 87:00, 158:17 mins remaining. CreateTestSuiteViaContextMenu. time: 10553ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:22:24.249 [INFO] !MESSAGE [AUT-0] Finished: CreateTestWithDuplicateName.test in 13898 (275 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:22:24.251 [INFO] !MESSAGE [AUT-0] Starting: CreateTestWithNameOfDiacritic.test (276 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:22:24.342 [INFO] !MESSAGE Pass 276 (780) processed. 3 failed. spent: 87:16, 157:53 mins remaining. CreateTestWithDuplicateName. time: 13898ms [INFO] Pass 276 (780) processed. 3 failed. spent: 87:16, 157:53 mins remaining. CreateTestWithDuplicateName. time: 13898ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:22:39.224 [INFO] !MESSAGE [AUT-0] Finished: CreateTestWithNameOfDiacritic.test in 13517 (276 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:22:39.227 [INFO] !MESSAGE [AUT-0] Starting: CreateTestWithSpecificSymbolInName.test (277 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:22:39.257 [INFO] !MESSAGE Pass 277 (780) processed. 3 failed. spent: 87:30, 157:26 mins remaining. CreateTestWithNameOfDiacritic. time: 13517ms [INFO] Pass 277 (780) processed. 3 failed. spent: 87:30, 157:26 mins remaining. CreateTestWithNameOfDiacritic. time: 13517ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:22:54.209 [INFO] !MESSAGE [AUT-0] Finished: CreateTestWithSpecificSymbolInName.test in 12599 (277 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:22:54.212 [INFO] !MESSAGE [AUT-0] Starting: CreateWorkbenchContext.test (278 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:22:54.270 [INFO] !MESSAGE Pass 278 (780) processed. 3 failed. spent: 87:46, 157:02 mins remaining. CreateTestWithSpecificSymbolInName. time: 12599ms [INFO] Pass 278 (780) processed. 3 failed. spent: 87:46, 157:02 mins remaining. CreateTestWithSpecificSymbolInName. time: 12599ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:23:05.703 [INFO] !MESSAGE [AUT-0] Finished: CreateWorkbenchContext.test in 10096 (278 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:23:05.705 [INFO] !MESSAGE [AUT-0] Starting: CutContextFromTest.test (279 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:23:05.782 [INFO] !MESSAGE Pass 279 (780) processed. 3 failed. spent: 87:57, 156:29 mins remaining. CreateWorkbenchContext. time: 10096ms [INFO] Pass 279 (780) processed. 3 failed. spent: 87:57, 156:29 mins remaining. CreateWorkbenchContext. time: 10096ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:23:20.221 [INFO] !MESSAGE [AUT-0] Finished: CutContextFromTest.test in 13007 (279 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:23:20.223 [INFO] !MESSAGE [AUT-0] Starting: CutContextFromTestByShortKey.test (280 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:23:20.295 [INFO] !MESSAGE Pass 280 (780) processed. 3 failed. spent: 88:12, 156:04 mins remaining. CutContextFromTest. time: 13007ms [INFO] Pass 280 (780) processed. 3 failed. spent: 88:12, 156:04 mins remaining. CutContextFromTest. time: 13007ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:23:34.235 [INFO] !MESSAGE [AUT-0] Finished: CutContextFromTestByShortKey.test in 12182 (280 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:23:34.238 [INFO] !MESSAGE [AUT-0] Starting: CutContextsFromGroupContext.test (281 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:23:34.310 [INFO] !MESSAGE Pass 281 (780) processed. 3 failed. spent: 88:26, 155:37 mins remaining. CutContextFromTestByShortKey. time: 12182ms [INFO] Pass 281 (780) processed. 3 failed. spent: 88:26, 155:37 mins remaining. CutContextFromTestByShortKey. time: 12182ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:23:48.321 [INFO] !MESSAGE [AUT-0] Finished: CutContextsFromGroupContext.test in 12455 (281 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:23:48.324 [INFO] !MESSAGE [AUT-0] Starting: CutPaste in Script Viewer.test (282 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:23:48.353 [INFO] !MESSAGE Pass 282 (780) processed. 3 failed. spent: 88:40, 155:10 mins remaining. CutContextsFromGroupContext. time: 12455ms [INFO] Pass 282 (780) processed. 3 failed. spent: 88:40, 155:10 mins remaining. CutContextsFromGroupContext. time: 12455ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:24:04.792 [INFO] !MESSAGE [AUT-0] Finished: CutPaste in Script Viewer.test in 15106 (282 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:24:04.795 [INFO] !MESSAGE [AUT-0] Starting: CutPasteTestsBetweenTestSuites.test (283 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:24:04.869 [INFO] !MESSAGE Pass 283 (780) processed. 3 failed. spent: 88:56, 154:46 mins remaining. CutPaste in Script Viewer. time: 15106ms [INFO] Pass 283 (780) processed. 3 failed. spent: 88:56, 154:46 mins remaining. CutPaste in Script Viewer. time: 15106ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:24:19.284 [INFO] !MESSAGE [AUT-0] Finished: CutPasteTestsBetweenTestSuites.test in 12753 (283 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:24:19.287 [INFO] !MESSAGE [AUT-0] Starting: CutTextFromScriptEditor.test (284 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:24:19.384 [INFO] !MESSAGE Pass 284 (780) processed. 3 failed. spent: 89:11, 154:21 mins remaining. CutPasteTestsBetweenTestSuites. time: 12753ms [INFO] Pass 284 (780) processed. 3 failed. spent: 89:11, 154:21 mins remaining. CutPasteTestsBetweenTestSuites. time: 12753ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:24:28.257 [INFO] !MESSAGE [AUT-0] Finished: CutTextFromScriptEditor.test in 7391 (284 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:24:28.260 [INFO] !MESSAGE [AUT-0] Starting: DebugContext_CopyPaste_Name_ContextMenu.test (285 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:24:28.294 [INFO] !MESSAGE Pass 285 (780) processed. 3 failed. spent: 89:20, 153:45 mins remaining. CutTextFromScriptEditor. time: 7391ms [INFO] Pass 285 (780) processed. 3 failed. spent: 89:20, 153:45 mins remaining. CutTextFromScriptEditor. time: 7391ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:24:37.221 [INFO] !MESSAGE [AUT-0] Finished: DebugContext_CopyPaste_Name_ContextMenu.test in 7316 (285 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:24:37.224 [INFO] !MESSAGE [AUT-0] Starting: DebugContext_CopyPaste_Tags_ContextMenu.test (286 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:24:37.303 [INFO] !MESSAGE Pass 286 (780) processed. 3 failed. spent: 89:29, 153:10 mins remaining. DebugContext_CopyPaste_Name_ContextMenu. time: 7316ms [INFO] Pass 286 (780) processed. 3 failed. spent: 89:29, 153:10 mins remaining. DebugContext_CopyPaste_Name_ContextMenu. time: 7316ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:24:46.681 [INFO] !MESSAGE [AUT-0] Finished: DebugContext_CopyPaste_Tags_ContextMenu.test in 7941 (286 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:24:46.684 [INFO] !MESSAGE [AUT-0] Starting: DebugTestContainingCommaInName.test (287 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:24:46.726 [INFO] !MESSAGE Pass 287 (780) processed. 3 failed. spent: 89:38, 152:35 mins remaining. DebugContext_CopyPaste_Tags_ContextMenu. time: 7941ms [INFO] Pass 287 (780) processed. 3 failed. spent: 89:38, 152:35 mins remaining. DebugContext_CopyPaste_Tags_ContextMenu. time: 7941ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:25:39.807 [INFO] !MESSAGE [AUT-0] Finished: DebugTestContainingCommaInName.test in 49467 (287 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:25:39.810 [INFO] !MESSAGE [AUT-0] Starting: Delete Content And Check Validation_Same Project.test (288 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:25:39.894 [INFO] !MESSAGE Pass 288 (780) processed. 3 failed. spent: 90:31, 153:15 mins remaining. DebugTestContainingCommaInName. time: 49467ms [INFO] Pass 288 (780) processed. 3 failed. spent: 90:31, 153:15 mins remaining. DebugTestContainingCommaInName. time: 49467ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:25:58.373 [INFO] !MESSAGE [AUT-0] Finished: Delete Content And Check Validation_Same Project.test in 16651 (288 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:25:58.378 [INFO] !MESSAGE [AUT-0] Starting: Delete ECL Context.test (289 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:25:58.421 [INFO] !MESSAGE Pass 289 (780) processed. 3 failed. spent: 90:50, 152:56 mins remaining. Delete Content And Check Validation_Same Project. time: 16651ms [INFO] Pass 289 (780) processed. 3 failed. spent: 90:50, 152:56 mins remaining. Delete Content And Check Validation_Same Project. time: 16651ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:26:10.366 [INFO] !MESSAGE [AUT-0] Finished: Delete ECL Context.test in 10090 (289 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:26:10.368 [INFO] !MESSAGE [AUT-0] Starting: Delete Preference Context.test (290 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:26:10.451 [INFO] !MESSAGE Pass 290 (780) processed. 3 failed. spent: 91:02, 152:26 mins remaining. DeleteECLContextByDeleteButton. time: 10090ms [INFO] Pass 290 (780) processed. 3 failed. spent: 91:02, 152:26 mins remaining. DeleteECLContextByDeleteButton. time: 10090ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:26:19.865 [INFO] !MESSAGE [AUT-0] Finished: Delete Preference Context.test in 7775 (290 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:26:19.869 [INFO] !MESSAGE [AUT-0] Starting: Delete Workspace Context.test (291 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:26:19.961 [INFO] !MESSAGE Pass 291 (780) processed. 3 failed. spent: 91:11, 151:52 mins remaining. Delete Preference Context. time: 7775ms [INFO] Pass 291 (780) processed. 3 failed. spent: 91:11, 151:52 mins remaining. Delete Preference Context. time: 7775ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:26:29.871 [INFO] !MESSAGE [AUT-0] Finished: Delete Workspace Context.test in 8559 (291 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:26:29.874 [INFO] !MESSAGE [AUT-0] Starting: DeleteCompletedTasks.test (292 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:26:29.971 [INFO] !MESSAGE Pass 292 (780) processed. 3 failed. spent: 91:21, 151:19 mins remaining. Delete Workspace Context. time: 8559ms [INFO] Pass 292 (780) processed. 3 failed. spent: 91:21, 151:19 mins remaining. Delete Workspace Context. time: 8559ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:26:53.416 [INFO] !MESSAGE [AUT-0] Finished: DeleteCompletedTasks.test in 21894 (292 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:26:53.419 [INFO] !MESSAGE [AUT-0] Starting: DeleteContext.test (293 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:26:53.494 [INFO] !MESSAGE Pass 293 (780) processed. 3 failed. spent: 91:45, 151:09 mins remaining. DeleteCompletedTasks. time: 21894ms [INFO] Pass 293 (780) processed. 3 failed. spent: 91:45, 151:09 mins remaining. DeleteCompletedTasks. time: 21894ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:27:12.955 [INFO] !MESSAGE [AUT-0] Finished: DeleteContext.test in 17908 (293 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:27:12.958 [INFO] !MESSAGE [AUT-0] Starting: DeleteContextNoReferences.test (294 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:27:13.015 [INFO] !MESSAGE Pass 294 (780) processed. 3 failed. spent: 92:04, 150:51 mins remaining. DeleteContext. time: 17908ms [INFO] Pass 294 (780) processed. 3 failed. spent: 92:04, 150:51 mins remaining. DeleteContext. time: 17908ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:27:29.418 [INFO] !MESSAGE [AUT-0] Finished: DeleteContextNoReferences.test in 15014 (294 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:27:29.421 [INFO] !MESSAGE [AUT-0] Starting: DeleteContextWithReferences.test (295 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:27:29.430 [INFO] !MESSAGE Pass 295 (780) processed. 3 failed. spent: 92:21, 150:29 mins remaining. DeleteContextNoReferences. time: 15014ms [INFO] Pass 295 (780) processed. 3 failed. spent: 92:21, 150:29 mins remaining. DeleteContextNoReferences. time: 15014ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:27:47.939 [INFO] !MESSAGE [AUT-0] Finished: DeleteContextWithReferences.test in 16932 (295 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:27:47.942 [INFO] !MESSAGE [AUT-0] Starting: DeleteDirectory.test (296 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:27:47.947 [INFO] !MESSAGE Pass 296 (780) processed. 3 failed. spent: 92:39, 150:10 mins remaining. DeleteContextWithReferences. time: 16932ms [INFO] Pass 296 (780) processed. 3 failed. spent: 92:39, 150:10 mins remaining. DeleteContextWithReferences. time: 16932ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:27:57.392 [INFO] !MESSAGE [AUT-0] Finished: DeleteDirectory.test in 7751 (296 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:27:57.395 [INFO] !MESSAGE [AUT-0] Starting: DeleteECLContextByContextMenu.test (297 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:27:57.456 [INFO] !MESSAGE Pass 297 (780) processed. 3 failed. spent: 92:49, 149:37 mins remaining. DeleteDerictory. time: 7751ms [INFO] Pass 297 (780) processed. 3 failed. spent: 92:49, 149:37 mins remaining. DeleteDerictory. time: 7751ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:28:07.842 [INFO] !MESSAGE [AUT-0] Finished: DeleteECLContextByContextMenu.test in 8832 (297 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:28:07.845 [INFO] !MESSAGE [AUT-0] Starting: DeleteEmptyFolder.test (298 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:28:07.867 [INFO] !MESSAGE Pass 298 (780) processed. 3 failed. spent: 92:59, 149:04 mins remaining. DeleteECLContextByContextMenu. time: 8832ms [INFO] Pass 298 (780) processed. 3 failed. spent: 92:59, 149:04 mins remaining. DeleteECLContextByContextMenu. time: 8832ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:28:21.797 [INFO] !MESSAGE [AUT-0] Finished: DeleteEmptyFolder.test in 12338 (298 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:28:21.800 [INFO] !MESSAGE [AUT-0] Starting: DeleteFile.test (299 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:28:21.880 [INFO] !MESSAGE Pass 299 (780) processed. 3 failed. spent: 93:13, 148:39 mins remaining. DeleteEmptyFolder. time: 12338ms [INFO] Pass 299 (780) processed. 3 failed. spent: 93:13, 148:39 mins remaining. DeleteEmptyFolder. time: 12338ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:28:32.234 [INFO] !MESSAGE [AUT-0] Finished: DeleteFile.test in 8836 (299 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:28:32.241 [INFO] !MESSAGE [AUT-0] Starting: DeleteFileUriInput.test (300 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:28:32.290 [INFO] !MESSAGE Pass 300 (780) processed. 3 failed. spent: 93:24, 148:08 mins remaining. DeleteFile. time: 8836ms [INFO] Pass 300 (780) processed. 3 failed. spent: 93:24, 148:08 mins remaining. DeleteFile. time: 8836ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:28:41.680 [INFO] !MESSAGE [AUT-0] Finished: DeleteFileUriInput.test in 7899 (300 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:28:41.683 [INFO] !MESSAGE [AUT-0] Starting: DeleteFolderWithNonRefencesObjects.test (301 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:28:41.699 [INFO] !MESSAGE Pass 301 (780) processed. 3 failed. spent: 93:33, 147:34 mins remaining. DeleteFileUriInput. time: 7899ms [INFO] Pass 301 (780) processed. 3 failed. spent: 93:33, 147:34 mins remaining. DeleteFileUriInput. time: 7899ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:28:54.118 [INFO] !MESSAGE [AUT-0] Finished: DeleteFolderWithNonRefencesObjects.test in 10986 (301 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:28:54.121 [INFO] !MESSAGE [AUT-0] Starting: DeleteFolderWithRefObjectsFromAnotherProject.test (302 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:28:54.144 [INFO] !MESSAGE Pass 302 (780) processed. 3 failed. spent: 93:45, 147:06 mins remaining. DeleteFolderWithNonRefencesObjects. time: 10986ms [INFO] Pass 302 (780) processed. 3 failed. spent: 93:45, 147:06 mins remaining. DeleteFolderWithNonRefencesObjects. time: 10986ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:29:08.072 [INFO] !MESSAGE [AUT-0] Finished: DeleteFolderWithRefObjectsFromAnotherProject.test in 12424 (302 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:29:08.075 [INFO] !MESSAGE [AUT-0] Starting: DeleteFolderWithRefencesObjects.test (303 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:29:08.156 [INFO] !MESSAGE Pass 303 (780) processed. 3 failed. spent: 93:59, 146:40 mins remaining. DeleteFolderWithRefObjectsFromAnotherProject. time: 12424ms [INFO] Pass 303 (780) processed. 3 failed. spent: 93:59, 146:40 mins remaining. DeleteFolderWithRefObjectsFromAnotherProject. time: 12424ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:29:22.105 [INFO] !MESSAGE [AUT-0] Finished: DeleteFolderWithRefencesObjects.test in 12454 (303 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:29:22.109 [INFO] !MESSAGE [AUT-0] Starting: DeleteLastSubTag.test (304 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:29:22.174 [INFO] !MESSAGE Pass 304 (780) processed. 3 failed. spent: 94:13, 146:15 mins remaining. DeleteFolderWithRefencesObjects. time: 12454ms [INFO] Pass 304 (780) processed. 3 failed. spent: 94:13, 146:15 mins remaining. DeleteFolderWithRefencesObjects. time: 12454ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:29:37.612 [INFO] !MESSAGE [AUT-0] Finished: DeleteLastSubTag.test in 13884 (304 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:29:37.615 [INFO] !MESSAGE [AUT-0] Starting: DeleteLineByShortKeyFromScript.test (305 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:29:37.690 [INFO] !MESSAGE Pass 305 (780) processed. 3 failed. spent: 94:29, 145:52 mins remaining. DeleteLastSubTag. time: 13884ms [INFO] Pass 305 (780) processed. 3 failed. spent: 94:29, 145:52 mins remaining. DeleteLastSubTag. time: 13884ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:29:48.568 [INFO] !MESSAGE [AUT-0] Finished: DeleteLineByShortKeyFromScript.test in 9410 (305 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:29:48.570 [INFO] !MESSAGE [AUT-0] Starting: DeleteLowLevelItems.test (306 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:29:48.601 [INFO] !MESSAGE Pass 306 (780) processed. 3 failed. spent: 94:40, 145:22 mins remaining. DeleteLineByShortKeyFromScript. time: 9410ms [INFO] Pass 306 (780) processed. 3 failed. spent: 94:40, 145:22 mins remaining. DeleteLineByShortKeyFromScript. time: 9410ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:29:58.569 [INFO] !MESSAGE [AUT-0] Finished: DeleteLowLevelItems.test in 8441 (306 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:29:58.572 [INFO] !MESSAGE [AUT-0] Starting: DeleteMiddleSubTag.test (307 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:29:58.612 [INFO] !MESSAGE Pass 307 (780) processed. 3 failed. spent: 94:50, 144:51 mins remaining. DeleteLowLevelItems. time: 8441ms [INFO] Pass 307 (780) processed. 3 failed. spent: 94:50, 144:51 mins remaining. DeleteLowLevelItems. time: 8441ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:30:13.206 [INFO] !MESSAGE [AUT-0] Finished: DeleteMiddleSubTag.test in 12874 (307 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:30:13.208 [INFO] !MESSAGE [AUT-0] Starting: DeleteProject.test (308 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:30:13.232 [INFO] !MESSAGE Pass 308 (780) processed. 3 failed. spent: 95:04, 144:26 mins remaining. DeleteMiddleSubTag. time: 12874ms [INFO] Pass 308 (780) processed. 3 failed. spent: 95:04, 144:26 mins remaining. DeleteMiddleSubTag. time: 12874ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:30:27.231 [INFO] !MESSAGE [AUT-0] Finished: DeleteProject.test in 12416 (308 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:30:27.234 [INFO] !MESSAGE [AUT-0] Starting: DeleteProjectByPressingDelButton.test (309 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:30:27.255 [INFO] !MESSAGE Pass 309 (780) processed. 3 failed. spent: 95:18, 144:01 mins remaining. DeleteProject. time: 12416ms [INFO] Pass 309 (780) processed. 3 failed. spent: 95:18, 144:01 mins remaining. DeleteProject. time: 12416ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:30:37.675 [INFO] !MESSAGE [AUT-0] Finished: DeleteProjectByPressingDelButton.test in 9024 (309 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:30:37.678 [INFO] !MESSAGE [AUT-0] Starting: DeleteProjectWithDeleteFromDisk.test (310 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:30:37.766 [INFO] !MESSAGE Pass 310 (780) processed. 3 failed. spent: 95:29, 143:31 mins remaining. DeleteProjectByPressingDelButton. time: 9024ms [INFO] Pass 310 (780) processed. 3 failed. spent: 95:29, 143:31 mins remaining. DeleteProjectByPressingDelButton. time: 9024ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:30:50.600 [INFO] !MESSAGE [AUT-0] Finished: DeleteProjectWithDeleteFromDisk.test in 11215 (310 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:30:50.602 [INFO] !MESSAGE [AUT-0] Starting: DeleteProjectWithoutDeleteFromDisk.test (311 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:30:50.680 [INFO] !MESSAGE Pass 311 (780) processed. 3 failed. spent: 95:42, 143:05 mins remaining. DeleteProjectWithDeleteFromDisk. time: 11215ms [INFO] Pass 311 (780) processed. 3 failed. spent: 95:42, 143:05 mins remaining. DeleteProjectWithDeleteFromDisk. time: 11215ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:31:05.142 [INFO] !MESSAGE [AUT-0] Finished: DeleteProjectWithoutDeleteFromDisk.test in 12981 (311 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:31:05.144 [INFO] !MESSAGE [AUT-0] Starting: DeleteSeveralProjects.test (312 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:31:05.195 [INFO] !MESSAGE Pass 312 (780) processed. 3 failed. spent: 95:56, 142:40 mins remaining. UndoDeleteProjectWithoutDeleteFromDiskByCreating. time: 12981ms [INFO] Pass 312 (780) processed. 3 failed. spent: 95:56, 142:40 mins remaining. UndoDeleteProjectWithoutDeleteFromDiskByCreating. time: 12981ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:31:16.105 [INFO] !MESSAGE [AUT-0] Finished: DeleteSeveralProjects.test in 9520 (312 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:31:16.108 [INFO] !MESSAGE Pass 313 (780) processed. 3 failed. spent: 96:07, 142:57 mins remaining. DeleteSeveralProjects. time: 9520ms [INFO] Pass 313 (780) processed. 3 failed. spent: 96:07, 142:57 mins remaining. DeleteSeveralProjects. time: 9520ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:31:16.108 [INFO] !MESSAGE [AUT-0] Starting: DeleteSimpleTag.test (313 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:31:30.533 [INFO] !MESSAGE [AUT-0] Finished: DeleteSimpleTag.test in 12849 (313 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:31:30.536 [INFO] !MESSAGE [AUT-0] Starting: DeleteTagWithSubTags.test (314 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:31:30.543 [INFO] !MESSAGE Pass 314 (780) processed. 3 failed. spent: 96:22, 141:48 mins remaining. DeleteSimpleTag. time: 12849ms [INFO] Pass 314 (780) processed. 3 failed. spent: 96:22, 141:48 mins remaining. DeleteSimpleTag. time: 12849ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:31:44.503 [INFO] !MESSAGE [AUT-0] Finished: DeleteTagWithSubTags.test in 12604 (314 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:31:44.505 [INFO] !MESSAGE [AUT-0] Starting: DeleteTaskFromScriptEditor.test (315 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:31:44.558 [INFO] !MESSAGE Pass 315 (780) processed. 3 failed. spent: 96:36, 141:23 mins remaining. DeleteTagWithSubTags. time: 12604ms [INFO] Pass 315 (780) processed. 3 failed. spent: 96:36, 141:23 mins remaining. DeleteTagWithSubTags. time: 12604ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:32:07.075 [INFO] !MESSAGE [AUT-0] Finished: DeleteTaskFromScriptEditor.test in 20791 (315 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:32:07.078 [INFO] !MESSAGE [AUT-0] Starting: DeleteTest.test (316 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:32:07.078 [INFO] !MESSAGE Pass 316 (780) processed. 3 failed. spent: 96:58, 141:10 mins remaining. DeleteTaskFromScriptEditor. time: 20791ms [INFO] Pass 316 (780) processed. 3 failed. spent: 96:58, 141:10 mins remaining. DeleteTaskFromScriptEditor. time: 20791ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:32:20.594 [INFO] !MESSAGE [AUT-0] Finished: DeleteTest.test in 11832 (316 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:32:20.597 [INFO] !MESSAGE [AUT-0] Starting: DeleteTestByDeleteButton.test (317 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:32:20.693 [INFO] !MESSAGE Pass 317 (780) processed. 3 failed. spent: 97:12, 140:46 mins remaining. DeleteTestByContextMenu. time: 11832ms [INFO] Pass 317 (780) processed. 3 failed. spent: 97:12, 140:46 mins remaining. DeleteTestByContextMenu. time: 11832ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:32:32.571 [INFO] !MESSAGE [AUT-0] Finished: DeleteTestByDeleteButton.test in 10478 (317 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:32:32.573 [INFO] !MESSAGE [AUT-0] Starting: DeleteTestCaseWithOpenedControlPanel.test (318 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:32:32.607 [INFO] !MESSAGE Pass 318 (780) processed. 3 failed. spent: 97:24, 140:19 mins remaining. DeleteTestByDeleteButton. time: 10478ms [INFO] Pass 318 (780) processed. 3 failed. spent: 97:24, 140:19 mins remaining. DeleteTestByDeleteButton. time: 10478ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:33:03.659 [INFO] !MESSAGE [AUT-0] Finished: DeleteTestCaseWithOpenedControlPanel.test in 29314 (318 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:33:03.661 [INFO] !MESSAGE [AUT-0] Starting: DeleteTestSuite.test (319 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:33:03.741 [INFO] !MESSAGE Pass 319 (780) processed. 3 failed. spent: 97:55, 140:19 mins remaining. DeleteTestCaseWithOpenedControlPanel. time: 29314ms [INFO] Pass 319 (780) processed. 3 failed. spent: 97:55, 140:19 mins remaining. DeleteTestCaseWithOpenedControlPanel. time: 29314ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:33:26.609 [INFO] !MESSAGE [AUT-0] Finished: DeleteTestSuite.test in 21273 (319 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:33:26.612 [INFO] !MESSAGE [AUT-0] Starting: DeleteTestSuiteWithTests.test (320 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:33:26.662 [INFO] !MESSAGE Pass 320 (780) processed. 3 failed. spent: 98:18, 140:07 mins remaining. DeleteTestSuite. time: 21273ms [INFO] Pass 320 (780) processed. 3 failed. spent: 98:18, 140:07 mins remaining. DeleteTestSuite. time: 21273ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:33:39.165 [INFO] !MESSAGE [AUT-0] Finished: DeleteTestSuiteWithTests.test in 10997 (320 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:33:39.168 [INFO] !MESSAGE [AUT-0] Starting: DeleteTopLevelItems.test (321 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:33:39.178 [INFO] !MESSAGE Pass 321 (780) processed. 3 failed. spent: 98:30, 139:40 mins remaining. DeleteTestSuiteWithTests. time: 10997ms [INFO] Pass 321 (780) processed. 3 failed. spent: 98:30, 139:40 mins remaining. DeleteTestSuiteWithTests. time: 10997ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:33:48.635 [INFO] !MESSAGE [AUT-0] Finished: DeleteTopLevelItems.test in 7704 (321 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:33:48.637 [INFO] !MESSAGE [AUT-0] Starting: DeletingParameterFromParameterContextRemoveButton.test (322 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:33:48.687 [INFO] !MESSAGE Pass 322 (780) processed. 3 failed. spent: 98:40, 139:10 mins remaining. DeleteTopLevelItems. time: 7704ms [INFO] Pass 322 (780) processed. 3 failed. spent: 98:40, 139:10 mins remaining. DeleteTopLevelItems. time: 7704ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:34:00.127 [INFO] !MESSAGE [AUT-0] Finished: DeletingParameterFromParameterContextRemoveButton.test in 10062 (322 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:34:00.129 [INFO] !MESSAGE [AUT-0] Starting: DeletingTextFromScriptViewer.scenario (323 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:34:00.199 [INFO] !MESSAGE Pass 323 (780) processed. 3 failed. spent: 98:51, 138:41 mins remaining. DeletingParameterFromParameterContextRemoveButton. time: 10062ms [INFO] Pass 323 (780) processed. 3 failed. spent: 98:51, 138:41 mins remaining. DeletingParameterFromParameterContextRemoveButton. time: 10062ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:34:12.554 [INFO] !MESSAGE [AUT-0] Finished: DeletingTextFromScriptViewer.scenario in 10720 (323 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:34:12.557 [INFO] !MESSAGE [AUT-0] Starting: Disable folder_file field if Clear Workspace is unchecked.test (324 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:34:12.645 [INFO] !MESSAGE Pass 324 (780) processed. 3 failed. spent: 99:04, 138:16 mins remaining. DeletingTextFromScriptViewer. time: 10720ms [INFO] Pass 324 (780) processed. 3 failed. spent: 99:04, 138:16 mins remaining. DeletingTextFromScriptViewer. time: 10720ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:34:20.989 [INFO] !MESSAGE [AUT-0] Finished: Disable folder_file field if Clear Workspace is unchecked.test in 7003 (324 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:34:20.991 [INFO] !MESSAGE [AUT-0] Starting: DisableBreakpointInBreakpointsView.test (325 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:34:21.056 [INFO] !MESSAGE Pass 325 (780) processed. 3 failed. spent: 99:12, 137:43 mins remaining. Disable folder/file field if Clear Workspace is unchecked. time: 7003ms [INFO] Pass 325 (780) processed. 3 failed. spent: 99:12, 137:43 mins remaining. Disable folder/file field if Clear Workspace is unchecked. time: 7003ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:34:47.157 [INFO] !MESSAGE [AUT-0] Finished: DisableBreakpointInBreakpointsView.test in 24094 (325 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:34:47.160 [INFO] !MESSAGE [AUT-0] Starting: DisableBreakpointViaContextMenu.test (326 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:34:47.250 [INFO] !MESSAGE Pass 326 (780) processed. 3 failed. spent: 99:38, 137:36 mins remaining. DisableBreakpointInBreakpointsView. time: 24094ms [INFO] Pass 326 (780) processed. 3 failed. spent: 99:38, 137:36 mins remaining. DisableBreakpointInBreakpointsView. time: 24094ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:35:12.765 [INFO] !MESSAGE [AUT-0] Finished: DisableBreakpointViaContextMenu.test in 23775 (326 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:35:12.768 [INFO] !MESSAGE [AUT-0] Starting: DisableClearWorkspaceInContext.test (327 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:35:12.780 [INFO] !MESSAGE Pass 327 (780) processed. 3 failed. spent: 100:04, 137:28 mins remaining. DisableBreakpointViaContextMenu. time: 23775ms [INFO] Pass 327 (780) processed. 3 failed. spent: 100:04, 137:28 mins remaining. DisableBreakpointViaContextMenu. time: 23775ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:35:31.246 [INFO] !MESSAGE [AUT-0] Finished: DisableClearWorkspaceInContext.test in 16615 (327 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:35:31.249 [INFO] !MESSAGE [AUT-0] Starting: DisableMoveFeatureForProject.test (328 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:35:31.297 [INFO] !MESSAGE Pass 328 (780) processed. 3 failed. spent: 100:23, 137:11 mins remaining. DisableClearWorkspaceInContext. time: 16615ms [INFO] Pass 328 (780) processed. 3 failed. spent: 100:23, 137:11 mins remaining. DisableClearWorkspaceInContext. time: 16615ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:35:46.260 [INFO] !MESSAGE [AUT-0] Finished: DisableMoveFeatureForProject.test in 13499 (328 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:35:46.265 [INFO] !MESSAGE [AUT-0] Starting: DisplayingDetailsCheckDecorators.test (329 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:35:46.311 [INFO] !MESSAGE Pass 329 (780) processed. 3 failed. spent: 100:38, 136:48 mins remaining. DisableMoveFeatureForProject. time: 13499ms [INFO] Pass 329 (780) processed. 3 failed. spent: 100:38, 136:48 mins remaining. DisableMoveFeatureForProject. time: 13499ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:36:30.949 [INFO] !MESSAGE [AUT-0] Finished: DisplayingDetailsCheckDecorators.test in 42401, Assertion of text failed: expected not to contain "ControlDecoration(Name must be non-blank string.)". (329 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:36:30.952 [INFO] !MESSAGE [AUT-0] Starting: DisplayingDetailsForFailedTest.test (330 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:36:30.988 [INFO] !MESSAGE Fail 330 (780) processed. 4 failed. spent: 101:22, 137:05 mins remaining. DisplayingDetailsCheckDecorators. time: 42401ms Cause: Assertion of text failed: expected not to contain "ControlDecoration(Name must be non-blank string.)". [INFO] Fail 330 (780) processed. 4 failed. spent: 101:22, 137:05 mins remaining. DisplayingDetailsCheckDecorators. time: 42401ms Cause: Assertion of text failed: expected not to contain "ControlDecoration(Name must be non-blank string.)". [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:36:53.168 [INFO] !MESSAGE [AUT-0] Finished: DisplayingDetailsForFailedTest.test in 20026 (330 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:36:53.171 [INFO] !MESSAGE [AUT-0] Starting: DisplayingDetailsForPassedTest.test (331 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:36:53.245 [INFO] !MESSAGE Pass 331 (780) processed. 4 failed. spent: 101:44, 136:51 mins remaining. DisplayingDetailsForFailedTest. time: 20026ms [INFO] Pass 331 (780) processed. 4 failed. spent: 101:44, 136:51 mins remaining. DisplayingDetailsForFailedTest. time: 20026ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:37:14.696 [INFO] !MESSAGE [AUT-0] Finished: DisplayingDetailsForPassedTest.test in 19732 (331 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:37:14.699 [INFO] !MESSAGE [AUT-0] Starting: Do not Clear Workspace.test (332 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:37:14.764 [INFO] !MESSAGE Pass 332 (780) processed. 4 failed. spent: 102:06, 136:38 mins remaining. DisplayingDetailsForPassedTest. time: 19732ms [INFO] Pass 332 (780) processed. 4 failed. spent: 102:06, 136:38 mins remaining. DisplayingDetailsForPassedTest. time: 19732ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:37:36.659 [INFO] !MESSAGE [AUT-0] Finished: Do not Clear Workspace.test in 20658 (332 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:37:36.661 [INFO] !MESSAGE [AUT-0] Starting: Do not clear folder.test (333 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:37:36.744 [INFO] !MESSAGE Pass 333 (780) processed. 4 failed. spent: 102:28, 136:25 mins remaining. Do not Clear Workspace. time: 20658ms [INFO] Pass 333 (780) processed. 4 failed. spent: 102:28, 136:25 mins remaining. Do not Clear Workspace. time: 20658ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:37:57.686 [INFO] !MESSAGE [AUT-0] Finished: Do not clear folder.test in 19507 (333 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:37:57.689 [INFO] !MESSAGE [AUT-0] Starting: DumpConfiguration.test (334 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:37:57.764 [INFO] !MESSAGE Pass 334 (780) processed. 4 failed. spent: 102:49, 136:10 mins remaining. Do not clear folder or file. time: 19507ms [INFO] Pass 334 (780) processed. 4 failed. spent: 102:49, 136:10 mins remaining. Do not clear folder or file. time: 19507ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:38:12.067 [INFO] !MESSAGE [AUT-0] Finished: DumpConfiguration.test in 12855 (334 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:38:12.070 [INFO] !MESSAGE [AUT-0] Starting: DuplicateTestSuite.test (335 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:38:12.078 [INFO] !MESSAGE Pass 335 (780) processed. 4 failed. spent: 103:03, 135:46 mins remaining. DumpConfiguration. time: 12855ms [INFO] Pass 335 (780) processed. 4 failed. spent: 103:03, 135:46 mins remaining. DumpConfiguration. time: 12855ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:38:38.476 [INFO] !MESSAGE [AUT-0] Finished: DuplicateTestSuite.test in 23555 (335 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:38:38.479 [INFO] !MESSAGE [AUT-0] Starting: ECLContext_CopyPaste_Name_ContextMenu.test (336 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:38:38.554 [INFO] !MESSAGE Pass 336 (780) processed. 4 failed. spent: 103:30, 135:39 mins remaining. DuplicateTestSuite. time: 23555ms [INFO] Pass 336 (780) processed. 4 failed. spent: 103:30, 135:39 mins remaining. DuplicateTestSuite. time: 23555ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:38:48.914 [INFO] !MESSAGE [AUT-0] Finished: ECLContext_CopyPaste_Name_ContextMenu.test in 8747 (336 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:38:48.917 [INFO] !MESSAGE [AUT-0] Starting: ECLContext_CopyPaste_Tags_ContextMenu.test (337 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:38:48.963 [INFO] !MESSAGE Pass 337 (780) processed. 4 failed. spent: 103:40, 135:09 mins remaining. ECLContext_CopyPaste_Name_ContextMenu. time: 8747ms [INFO] Pass 337 (780) processed. 4 failed. spent: 103:40, 135:09 mins remaining. ECLContext_CopyPaste_Name_ContextMenu. time: 8747ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:38:57.901 [INFO] !MESSAGE [AUT-0] Finished: ECLContext_CopyPaste_Tags_ContextMenu.test in 7058 (337 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:38:57.903 [INFO] !MESSAGE [AUT-0] Starting: ECLEditor.test (338 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:38:57.972 [INFO] !MESSAGE Pass 338 (780) processed. 4 failed. spent: 103:49, 134:39 mins remaining. ECLContext_CopyPaste_Tags_ContextMenu. time: 7058ms [INFO] Pass 338 (780) processed. 4 failed. spent: 103:49, 134:39 mins remaining. ECLContext_CopyPaste_Tags_ContextMenu. time: 7058ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:39:07.291 [INFO] !MESSAGE [AUT-0] Finished: ECLEditor.test in 7844 (338 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:39:07.294 [INFO] !MESSAGE [AUT-0] Starting: Edit Preference in Preference Context.test (339 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:39:07.381 [INFO] !MESSAGE Pass 339 (780) processed. 4 failed. spent: 103:59, 134:10 mins remaining. ECLEditor. time: 7844ms [INFO] Pass 339 (780) processed. 4 failed. spent: 103:59, 134:10 mins remaining. ECLEditor. time: 7844ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:39:16.716 [INFO] !MESSAGE [AUT-0] Finished: Edit Preference in Preference Context.test in 7730 (339 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:39:16.719 [INFO] !MESSAGE [AUT-0] Starting: Edit script in ECL context.test (340 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:39:16.789 [INFO] !MESSAGE Pass 340 (780) processed. 4 failed. spent: 104:08, 133:40 mins remaining. Edit Preference in Preference Context. time: 7730ms [INFO] Pass 340 (780) processed. 4 failed. spent: 104:08, 133:40 mins remaining. Edit Preference in Preference Context. time: 7730ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:39:28.193 [INFO] !MESSAGE [AUT-0] Finished: Edit script in ECL context.test in 9771 (340 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:39:28.196 [INFO] !MESSAGE [AUT-0] Starting: EditContextsFromTextEditor.test (341 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:39:28.200 [INFO] !MESSAGE Pass 341 (780) processed. 4 failed. spent: 104:19, 133:12 mins remaining. Edit script in ECL context. time: 9771ms [INFO] Pass 341 (780) processed. 4 failed. spent: 104:19, 133:12 mins remaining. Edit script in ECL context. time: 9771ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:39:43.704 [INFO] !MESSAGE [AUT-0] Finished: EditContextsFromTextEditor.test in 13663 (341 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:39:43.707 [INFO] !MESSAGE [AUT-0] Starting: EditDebugContextDescriptionFromTextEditor.test (342 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:39:43.714 [INFO] !MESSAGE Pass 342 (780) processed. 4 failed. spent: 104:35, 132:51 mins remaining. EditContextsFromTextEditor. time: 13663ms [INFO] Pass 342 (780) processed. 4 failed. spent: 104:35, 132:51 mins remaining. EditContextsFromTextEditor. time: 13663ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:39:58.231 [INFO] !MESSAGE [AUT-0] Finished: EditDebugContextDescriptionFromTextEditor.test in 12970 (342 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:39:58.233 [INFO] !MESSAGE [AUT-0] Starting: EditDebugContextNameFromTextEditor.test (343 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:39:58.327 [INFO] !MESSAGE Pass 343 (780) processed. 4 failed. spent: 104:50, 132:29 mins remaining. EditDebugContextDescriptionFromTextEditor. time: 12970ms [INFO] Pass 343 (780) processed. 4 failed. spent: 104:50, 132:29 mins remaining. EditDebugContextDescriptionFromTextEditor. time: 12970ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:40:13.787 [INFO] !MESSAGE [AUT-0] Finished: EditDebugContextNameFromTextEditor.test in 13121 (343 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:40:13.790 [INFO] !MESSAGE [AUT-0] Starting: EditDebugContextTagFromTextEditor.test (344 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:40:13.843 [INFO] !MESSAGE Pass 344 (780) processed. 4 failed. spent: 105:05, 132:06 mins remaining. EditDebugContextNameFromTextEditor. time: 13121ms [INFO] Pass 344 (780) processed. 4 failed. spent: 105:05, 132:06 mins remaining. EditDebugContextNameFromTextEditor. time: 13121ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:40:28.365 [INFO] !MESSAGE [AUT-0] Finished: EditDebugContextTagFromTextEditor.test in 12471 (344 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:40:28.367 [INFO] !MESSAGE [AUT-0] Starting: EditDescriptionFromTextEditor.test (345 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:40:28.459 [INFO] !MESSAGE Pass 345 (780) processed. 4 failed. spent: 105:20, 131:44 mins remaining. EditDebugContextTagFromTextEditor. time: 12471ms [INFO] Pass 345 (780) processed. 4 failed. spent: 105:20, 131:44 mins remaining. EditDebugContextTagFromTextEditor. time: 12471ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:40:42.946 [INFO] !MESSAGE [AUT-0] Finished: EditDescriptionFromTextEditor.test in 12866 (345 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:40:42.948 [INFO] !MESSAGE [AUT-0] Starting: EditEclContextDescriptionFromTextEditor_NEW.test (346 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:40:42.972 [INFO] !MESSAGE Pass 346 (780) processed. 4 failed. spent: 105:34, 131:21 mins remaining. EditDescriptionFromTextEditor. time: 12866ms [INFO] Pass 346 (780) processed. 4 failed. spent: 105:34, 131:21 mins remaining. EditDescriptionFromTextEditor. time: 12866ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:40:56.967 [INFO] !MESSAGE [AUT-0] Finished: EditEclContextDescriptionFromTextEditor_NEW.test in 12134 (346 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:40:56.969 [INFO] !MESSAGE [AUT-0] Starting: EditEclContextNameFromTextEditor.test (347 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:40:56.985 [INFO] !MESSAGE Pass 347 (780) processed. 4 failed. spent: 105:48, 130:57 mins remaining. EditEclContextDescriptionFromTextEditor_NEW. time: 12134ms [INFO] Pass 347 (780) processed. 4 failed. spent: 105:48, 130:57 mins remaining. EditEclContextDescriptionFromTextEditor_NEW. time: 12134ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:41:10.500 [INFO] !MESSAGE [AUT-0] Finished: EditEclContextNameFromTextEditor.test in 11941 (347 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:41:10.503 [INFO] !MESSAGE [AUT-0] Starting: EditEclContextTagFromTextEditor_NEW.test (348 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:41:10.599 [INFO] !MESSAGE Pass 348 (780) processed. 4 failed. spent: 106:02, 130:34 mins remaining. EditEclContextNameFromTextEditor. time: 11941ms [INFO] Pass 348 (780) processed. 4 failed. spent: 106:02, 130:34 mins remaining. EditEclContextNameFromTextEditor. time: 11941ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:41:25.041 [INFO] !MESSAGE [AUT-0] Finished: EditEclContextTagFromTextEditor_NEW.test in 12566 (348 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:41:25.044 [INFO] !MESSAGE [AUT-0] Starting: EditExtRefFromTextEditor.test (349 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:41:25.113 [INFO] !MESSAGE Pass 349 (780) processed. 4 failed. spent: 106:16, 130:11 mins remaining. EditEclContextTagFromTextEditor_NEW. time: 12566ms [INFO] Pass 349 (780) processed. 4 failed. spent: 106:16, 130:11 mins remaining. EditEclContextTagFromTextEditor_NEW. time: 12566ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:41:39.554 [INFO] !MESSAGE [AUT-0] Finished: EditExtRefFromTextEditor.test in 12938 (349 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:41:39.556 [INFO] !MESSAGE [AUT-0] Starting: EditGroupContextDescriptionFromTextEditor.test (350 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:41:39.626 [INFO] !MESSAGE Pass 350 (780) processed. 4 failed. spent: 106:31, 129:49 mins remaining. EditExtRefFromTextEditor. time: 12938ms [INFO] Pass 350 (780) processed. 4 failed. spent: 106:31, 129:49 mins remaining. EditExtRefFromTextEditor. time: 12938ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:41:54.065 [INFO] !MESSAGE [AUT-0] Finished: EditGroupContextDescriptionFromTextEditor.test in 12691 (350 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:41:54.068 [INFO] !MESSAGE [AUT-0] Starting: EditGroupContextNameFromTextEditor.test (351 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:41:54.142 [INFO] !MESSAGE Pass 351 (780) processed. 4 failed. spent: 106:45, 129:25 mins remaining. EditGroupContextDescriptionFromTextEditor. time: 12691ms [INFO] Pass 351 (780) processed. 4 failed. spent: 106:45, 129:25 mins remaining. EditGroupContextDescriptionFromTextEditor. time: 12691ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:42:08.648 [INFO] !MESSAGE [AUT-0] Finished: EditGroupContextNameFromTextEditor.test in 12852 (351 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:42:08.650 [INFO] !MESSAGE [AUT-0] Starting: EditGroupContextTagFromTextEditor.test (352 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:42:08.656 [INFO] !MESSAGE Pass 352 (780) processed. 4 failed. spent: 107:00, 129:03 mins remaining. EditGroupContextNameFromTextEditor. time: 12852ms [INFO] Pass 352 (780) processed. 4 failed. spent: 107:00, 129:03 mins remaining. EditGroupContextNameFromTextEditor. time: 12852ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:42:22.159 [INFO] !MESSAGE [AUT-0] Finished: EditGroupContextTagFromTextEditor.test in 11851 (352 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:42:22.161 [INFO] !MESSAGE [AUT-0] Starting: EditNameFromTextEditor.test (353 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:42:22.172 [INFO] !MESSAGE Pass 353 (780) processed. 4 failed. spent: 107:13, 128:39 mins remaining. EditGroupContextTagFromTextEditor. time: 11851ms [INFO] Pass 353 (780) processed. 4 failed. spent: 107:13, 128:39 mins remaining. EditGroupContextTagFromTextEditor. time: 11851ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:42:36.183 [INFO] !MESSAGE [AUT-0] Finished: EditNameFromTextEditor.test in 12348 (353 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:42:36.185 [INFO] !MESSAGE Pass 354 (780) processed. 4 failed. spent: 107:27, 128:56 mins remaining. EditNameFromTextEditor. time: 12348ms [INFO] Pass 354 (780) processed. 4 failed. spent: 107:27, 128:56 mins remaining. EditNameFromTextEditor. time: 12348ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:42:36.186 [INFO] !MESSAGE [AUT-0] Starting: EditParameterInParametersContext.test (354 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:42:48.231 [INFO] !MESSAGE [AUT-0] Finished: EditParameterInParametersContext.test in 10407 (354 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:42:48.235 [INFO] !MESSAGE [AUT-0] Starting: EditParameterInParametersContext2.test (355 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:42:48.297 [INFO] !MESSAGE Pass 355 (780) processed. 4 failed. spent: 107:40, 127:52 mins remaining. EditParameterInParametersContext. time: 10407ms [INFO] Pass 355 (780) processed. 4 failed. spent: 107:40, 127:52 mins remaining. EditParameterInParametersContext. time: 10407ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:42:59.185 [INFO] !MESSAGE [AUT-0] Finished: EditParameterInParametersContext2.test in 9507 (355 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:42:59.188 [INFO] !MESSAGE [AUT-0] Starting: EditPrefContextDescriptionFromTextEditor.test (356 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:42:59.207 [INFO] !MESSAGE Pass 356 (780) processed. 4 failed. spent: 107:50, 127:24 mins remaining. EditParameterInParametersContext2. time: 9507ms [INFO] Pass 356 (780) processed. 4 failed. spent: 107:50, 127:24 mins remaining. EditParameterInParametersContext2. time: 9507ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:43:12.628 [INFO] !MESSAGE [AUT-0] Finished: EditPrefContextDescriptionFromTextEditor.test in 11918 (356 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:43:12.631 [INFO] !MESSAGE [AUT-0] Starting: EditPrefContextNameFromTextEditor.test (357 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:43:12.722 [INFO] !MESSAGE Pass 357 (780) processed. 4 failed. spent: 108:04, 127:01 mins remaining. EditPrefContextDescriptionFromTextEditor. time: 11918ms [INFO] Pass 357 (780) processed. 4 failed. spent: 108:04, 127:01 mins remaining. EditPrefContextDescriptionFromTextEditor. time: 11918ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:43:27.173 [INFO] !MESSAGE [AUT-0] Finished: EditPrefContextNameFromTextEditor.test in 12590 (357 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:43:27.175 [INFO] !MESSAGE [AUT-0] Starting: EditPrefContextTagFromTextEditor.test (358 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:43:27.235 [INFO] !MESSAGE Pass 358 (780) processed. 4 failed. spent: 108:18, 126:39 mins remaining. EditPrefContextNameFromTextEditor. time: 12590ms [INFO] Pass 358 (780) processed. 4 failed. spent: 108:18, 126:39 mins remaining. EditPrefContextNameFromTextEditor. time: 12590ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:43:41.298 [INFO] !MESSAGE [AUT-0] Finished: EditPrefContextTagFromTextEditor.test in 12092 (358 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:43:41.301 [INFO] !MESSAGE [AUT-0] Starting: EditScriptFromTextEditor.test (359 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:43:41.349 [INFO] !MESSAGE Pass 359 (780) processed. 4 failed. spent: 108:33, 126:17 mins remaining. EditPrefContextTagFromTextEditor. time: 12092ms [INFO] Pass 359 (780) processed. 4 failed. spent: 108:33, 126:17 mins remaining. EditPrefContextTagFromTextEditor. time: 12092ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:43:56.372 [INFO] !MESSAGE [AUT-0] Finished: EditScriptFromTextEditor.test in 13484 (359 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:43:56.375 [INFO] !MESSAGE [AUT-0] Starting: EditTagFromTextEditor.test (360 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:43:56.463 [INFO] !MESSAGE Pass 360 (780) processed. 4 failed. spent: 108:48, 125:55 mins remaining. EditScriptFromTextEditor. time: 13484ms [INFO] Pass 360 (780) processed. 4 failed. spent: 108:48, 125:55 mins remaining. EditScriptFromTextEditor. time: 13484ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:44:11.397 [INFO] !MESSAGE [AUT-0] Finished: EditTagFromTextEditor.test in 13503 (360 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:44:11.401 [INFO] !MESSAGE [AUT-0] Starting: EditTagsFromTextEditor.test (361 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:44:11.477 [INFO] !MESSAGE Pass 361 (780) processed. 4 failed. spent: 109:03, 125:34 mins remaining. EditTagFromTextEditor. time: 13503ms [INFO] Pass 361 (780) processed. 4 failed. spent: 109:03, 125:34 mins remaining. EditTagFromTextEditor. time: 13503ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:44:26.439 [INFO] !MESSAGE [AUT-0] Finished: EditTagsFromTextEditor.test in 13013 (361 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:44:26.443 [INFO] !MESSAGE [AUT-0] Starting: EditTestNameFromTextEditor.test (362 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:44:26.492 [INFO] !MESSAGE Pass 362 (780) processed. 4 failed. spent: 109:18, 125:12 mins remaining. EditTagsFromTextEditor. time: 13013ms [INFO] Pass 362 (780) processed. 4 failed. spent: 109:18, 125:12 mins remaining. EditTagsFromTextEditor. time: 13013ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:44:39.921 [INFO] !MESSAGE [AUT-0] Finished: EditTestNameFromTextEditor.test in 11648 (362 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:44:39.924 [INFO] !MESSAGE [AUT-0] Starting: EditTreeItems.test (363 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:44:40.004 [INFO] !MESSAGE Pass 363 (780) processed. 4 failed. spent: 109:31, 124:49 mins remaining. EditTestNameFromTextEditor. time: 11648ms [INFO] Pass 363 (780) processed. 4 failed. spent: 109:31, 124:49 mins remaining. EditTestNameFromTextEditor. time: 11648ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:44:53.642 [INFO] !MESSAGE [AUT-0] Finished: EditTreeItems.test in 11759 (363 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:44:53.645 [INFO] !MESSAGE [AUT-0] Starting: EditWbContextDescriptionFromTextEditor.test (364 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:44:53.717 [INFO] !MESSAGE Pass 364 (780) processed. 4 failed. spent: 109:45, 124:26 mins remaining. EditTreeItems. time: 11759ms [INFO] Pass 364 (780) processed. 4 failed. spent: 109:45, 124:26 mins remaining. EditTreeItems. time: 11759ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:45:08.644 [INFO] !MESSAGE [AUT-0] Finished: EditWbContextDescriptionFromTextEditor.test in 13222 (364 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:45:08.647 [INFO] !MESSAGE [AUT-0] Starting: EditWbContextNameFromTextEditor_NEW1.test (365 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:45:08.730 [INFO] !MESSAGE Pass 365 (780) processed. 4 failed. spent: 110:00, 124:05 mins remaining. EditWbContextDescriptionFromTextEditor. time: 13222ms [INFO] Pass 365 (780) processed. 4 failed. spent: 110:00, 124:05 mins remaining. EditWbContextDescriptionFromTextEditor. time: 13222ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:45:24.199 [INFO] !MESSAGE [AUT-0] Finished: EditWbContextNameFromTextEditor_NEW1.test in 13106 (365 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:45:24.202 [INFO] !MESSAGE [AUT-0] Starting: EditWbContextTagFromTextEditor.test (366 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:45:24.245 [INFO] !MESSAGE Pass 366 (780) processed. 4 failed. spent: 110:15, 123:43 mins remaining. EditWbContextNameFromTextEditor_NEW. time: 13106ms [INFO] Pass 366 (780) processed. 4 failed. spent: 110:15, 123:43 mins remaining. EditWbContextNameFromTextEditor_NEW. time: 13106ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:45:39.272 [INFO] !MESSAGE [AUT-0] Finished: EditWbContextTagFromTextEditor.test in 13026 (366 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:45:39.276 [INFO] !MESSAGE [AUT-0] Starting: EditWsContextDescriptionFromTextEditor.test (367 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:45:39.362 [INFO] !MESSAGE Pass 367 (780) processed. 4 failed. spent: 110:31, 123:23 mins remaining. EditWbContextTagFromTextEditor. time: 13026ms [INFO] Pass 367 (780) processed. 4 failed. spent: 110:31, 123:23 mins remaining. EditWbContextTagFromTextEditor. time: 13026ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:45:53.370 [INFO] !MESSAGE [AUT-0] Finished: EditWsContextDescriptionFromTextEditor.test in 12515 (367 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:45:53.373 [INFO] !MESSAGE [AUT-0] Starting: EmptyErrorLog.test (368 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:45:53.375 [INFO] !MESSAGE Pass 368 (780) processed. 4 failed. spent: 110:45, 123:01 mins remaining. EditWsContextDescriptionFromTextEditor. time: 12515ms [INFO] Pass 368 (780) processed. 4 failed. spent: 110:45, 123:01 mins remaining. EditWsContextDescriptionFromTextEditor. time: 12515ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:46:02.887 [INFO] !MESSAGE [AUT-0] Finished: EmptyErrorLog.test in 7697 (368 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:46:02.890 [INFO] !MESSAGE [AUT-0] Starting: EmptyWindowInAssertionMode.test (369 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:46:02.984 [INFO] !MESSAGE Pass 369 (780) processed. 4 failed. spent: 110:54, 122:33 mins remaining. EmptyErrorLog. time: 7697ms [INFO] Pass 369 (780) processed. 4 failed. spent: 110:54, 122:33 mins remaining. EmptyErrorLog. time: 7697ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:47:21.813 [INFO] !MESSAGE [AUT-0] Finished: EmptyWindowInAssertionMode.test in 77485 (369 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:47:21.816 [INFO] !MESSAGE [AUT-0] Starting: EnableClearWorkspaceInContext.test (370 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:47:21.872 [INFO] !MESSAGE Pass 370 (780) processed. 4 failed. spent: 112:13, 123:22 mins remaining. EmptyWindowInAssertionMode. time: 77485ms [INFO] Pass 370 (780) processed. 4 failed. spent: 112:13, 123:22 mins remaining. EmptyWindowInAssertionMode. time: 77485ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:48:48.245 [INFO] !MESSAGE [AUT-0] Finished: EnableClearWorkspaceInContext.test in 84801 (370 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:48:48.249 [INFO] !MESSAGE [AUT-0] Starting: Encrypt passwords during test recording.test (371 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:48:48.261 [INFO] !MESSAGE Pass 371 (780) processed. 4 failed. spent: 113:39, 124:18 mins remaining. EnableClearWorkspaceInContext. time: 84801ms [INFO] Pass 371 (780) processed. 4 failed. spent: 113:39, 124:18 mins remaining. EnableClearWorkspaceInContext. time: 84801ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:50:11.819 [INFO] !MESSAGE [AUT-0] Finished: Encrypt passwords during test recording.test in 79381 (371 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:50:11.822 [INFO] !MESSAGE [AUT-0] Starting: EnterDiacriticSymbolsInDescription.test (372 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:50:11.866 [INFO] !MESSAGE Pass 372 (780) processed. 4 failed. spent: 115:03, 125:12 mins remaining. Encrypt passwords during test recording. time: 79381ms [INFO] Pass 372 (780) processed. 4 failed. spent: 115:03, 125:12 mins remaining. Encrypt passwords during test recording. time: 79381ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:50:28.767 [INFO] !MESSAGE [AUT-0] Finished: EnterDiacriticSymbolsInDescription.test in 15474 (372 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:50:28.769 [INFO] !MESSAGE [AUT-0] Starting: EnterSpecialSymbolsInDescription.test (373 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:50:28.781 [INFO] !MESSAGE Pass 373 (780) processed. 4 failed. spent: 115:20, 124:52 mins remaining. EnterDiacriticSymbolsInDescription. time: 15474ms [INFO] Pass 373 (780) processed. 4 failed. spent: 115:20, 124:52 mins remaining. EnterDiacriticSymbolsInDescription. time: 15474ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:50:46.306 [INFO] !MESSAGE [AUT-0] Finished: EnterSpecialSymbolsInDescription.test in 16096 (373 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:50:46.308 [INFO] !MESSAGE [AUT-0] Starting: EnterTestDescriptionInControlPanel.test (374 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:50:46.396 [INFO] !MESSAGE Pass 374 (780) processed. 4 failed. spent: 115:38, 124:33 mins remaining. EnterSpecialSymbolsInDescription. time: 16096ms [INFO] Pass 374 (780) processed. 4 failed. spent: 115:38, 124:33 mins remaining. EnterSpecialSymbolsInDescription. time: 16096ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:52:05.347 [INFO] !MESSAGE [AUT-0] Finished: EnterTestDescriptionInControlPanel.test in 76868 (374 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:52:05.349 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_Add New Entry in Error Log Verification.test (375 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:52:05.355 [INFO] !MESSAGE Pass 375 (780) processed. 4 failed. spent: 116:57, 125:19 mins remaining. EnterTestDescriptionInControlPanel. time: 76868ms [INFO] Pass 375 (780) processed. 4 failed. spent: 116:57, 125:19 mins remaining. EnterTestDescriptionInControlPanel. time: 76868ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:52:23.195 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Add New Entry in Error Log Verification.test in 15993 (375 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:52:23.198 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_Capture ErrorLog Verification.test (376 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:52:23.271 [INFO] !MESSAGE Pass 376 (780) processed. 4 failed. spent: 117:15, 125:00 mins remaining. ErrLogVerification_Add New Entry in Error Log Verification. time: 15993ms [INFO] Pass 376 (780) processed. 4 failed. spent: 117:15, 125:00 mins remaining. ErrLogVerification_Add New Entry in Error Log Verification. time: 15993ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:52:45.747 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Capture ErrorLog Verification.test in 20884 (376 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:52:45.750 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_Create New Error Log Verification.test (377 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:52:45.751 [INFO] !MESSAGE Pass 377 (780) processed. 4 failed. spent: 117:37, 124:45 mins remaining. ErrLogVerification_Capture ErrorLog Verification. time: 20884ms [INFO] Pass 377 (780) processed. 4 failed. spent: 117:37, 124:45 mins remaining. ErrLogVerification_Capture ErrorLog Verification. time: 20884ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:52:57.833 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Create New Error Log Verification.test in 10206 (377 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:52:57.843 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_Delete Entry in Error Log Verification.test (378 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:52:57.862 [INFO] !MESSAGE Pass 378 (780) processed. 4 failed. spent: 117:49, 124:19 mins remaining. ErrLogVerification_Create New Error Log Verification. time: 10206ms [INFO] Pass 378 (780) processed. 4 failed. spent: 117:49, 124:19 mins remaining. ErrLogVerification_Create New Error Log Verification. time: 10206ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:53:09.334 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Delete Entry in Error Log Verification.test in 10065 (378 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:53:09.337 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_Drag and Drop Entry Between Tables in Error Log Verification.test (379 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:53:09.373 [INFO] !MESSAGE Pass 379 (780) processed. 4 failed. spent: 118:01, 123:54 mins remaining. ErrLogVerification_Delete Entry in Error Log Verification. time: 10065ms [INFO] Pass 379 (780) processed. 4 failed. spent: 118:01, 123:54 mins remaining. ErrLogVerification_Delete Entry in Error Log Verification. time: 10065ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:53:22.335 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Drag and Drop Entry Between Tables in Error Log Verification.test in 11344 (379 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:53:22.337 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_Multiple Drag and Drop.test (380 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:53:22.386 [INFO] !MESSAGE Pass 380 (780) processed. 4 failed. spent: 118:14, 123:29 mins remaining. ErrLogVerification_Drag and Drop Entry Between Tables in Error Log Verification. time: 11344ms [INFO] Pass 380 (780) processed. 4 failed. spent: 118:14, 123:29 mins remaining. ErrLogVerification_Drag and Drop Entry Between Tables in Error Log Verification. time: 11344ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:53:34.863 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Multiple Drag and Drop.test in 11003 (380 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:53:34.865 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_NEGATIVE Case Denied Entry_Error.test (381 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:53:34.897 [INFO] !MESSAGE Pass 381 (780) processed. 4 failed. spent: 118:26, 123:04 mins remaining. ErrLogVerification_Multiple Drag and Drop. time: 11003ms [INFO] Pass 381 (780) processed. 4 failed. spent: 118:26, 123:04 mins remaining. ErrLogVerification_Multiple Drag and Drop. time: 11003ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:53:55.484 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Denied Entry_Error.test in 19047 (381 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:53:55.487 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_NEGATIVE Case Denied Entry_Info.test (382 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:53:55.556 [INFO] !MESSAGE Pass 382 (780) processed. 4 failed. spent: 118:47, 122:48 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Error. time: 19047ms [INFO] Pass 382 (780) processed. 4 failed. spent: 118:47, 122:48 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Error. time: 19047ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:54:21.159 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Denied Entry_Info.test in 23553 (382 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:54:21.162 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_NEGATIVE Case Denied Entry_Message Pattern.test (383 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:54:21.249 [INFO] !MESSAGE Pass 383 (780) processed. 4 failed. spent: 119:12, 122:36 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Info. time: 23553ms [INFO] Pass 383 (780) processed. 4 failed. spent: 119:12, 122:36 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Info. time: 23553ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:54:47.385 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Denied Entry_Message Pattern.test in 24335 (383 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:54:47.388 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_NEGATIVE Case Denied Entry_Plugin Pattern.test (384 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:54:47.480 [INFO] !MESSAGE Pass 384 (780) processed. 4 failed. spent: 119:39, 122:26 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Message Pattern. time: 24335ms [INFO] Pass 384 (780) processed. 4 failed. spent: 119:39, 122:26 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Message Pattern. time: 24335ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:55:06.429 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Denied Entry_Plugin Pattern.test in 17429 (384 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:55:06.432 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_NEGATIVE Case Denied Entry_Warning.test (385 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:55:06.446 [INFO] !MESSAGE Pass 385 (780) processed. 4 failed. spent: 119:58, 122:08 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Plugin Pattern. time: 17429ms [INFO] Pass 385 (780) processed. 4 failed. spent: 119:58, 122:08 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Plugin Pattern. time: 17429ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:55:31.511 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Denied Entry_Warning.test in 23432 (385 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:55:31.513 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_NEGATIVE Case Required Entry Not Found (Entry Type).test (386 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:55:31.571 [INFO] !MESSAGE Pass 386 (780) processed. 4 failed. spent: 120:23, 121:56 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Warning. time: 23432ms [INFO] Pass 386 (780) processed. 4 failed. spent: 120:23, 121:56 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Warning. time: 23432ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:55:52.549 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Required Entry Not Found (Entry Type).test in 19378 (386 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:55:52.552 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_NEGATIVE Case Required Entry Not Found (Message Pattern).test (387 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:55:52.589 [INFO] !MESSAGE Pass 387 (780) processed. 4 failed. spent: 120:44, 121:39 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Entry Type). time: 19378ms [INFO] Pass 387 (780) processed. 4 failed. spent: 120:44, 121:39 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Entry Type). time: 19378ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:56:12.070 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Required Entry Not Found (Message Pattern).test in 17589 (387 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:56:12.072 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Code).test (388 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:56:12.150 [INFO] !MESSAGE Pass 388 (780) processed. 4 failed. spent: 121:03, 121:21 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Message Pattern). time: 17589ms [INFO] Pass 388 (780) processed. 4 failed. spent: 121:03, 121:21 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Message Pattern). time: 17589ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:56:32.629 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Code).test in 19044 (388 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:56:32.632 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Pattern).test (389 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:56:32.669 [INFO] !MESSAGE Pass 389 (780) processed. 4 failed. spent: 121:24, 121:05 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Code). time: 19044ms [INFO] Pass 389 (780) processed. 4 failed. spent: 121:24, 121:05 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Code). time: 19044ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:56:54.280 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Pattern).test in 19788 (389 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:56:54.283 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_POSITIVE Case Required Entry_Multiple Type.test (390 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:56:54.356 [INFO] !MESSAGE Pass 390 (780) processed. 4 failed. spent: 121:46, 120:50 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Pattern). time: 19788ms [INFO] Pass 390 (780) processed. 4 failed. spent: 121:46, 120:50 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Pattern). time: 19788ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:57:13.886 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_POSITIVE Case Required Entry_Multiple Type.test in 17526 (390 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:57:13.889 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_Plain Text Serialization.test (391 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:57:13.982 [INFO] !MESSAGE Pass 391 (780) processed. 4 failed. spent: 122:05, 120:31 mins remaining. ErrLogVerification_POSITIVE Case Required Entry_Multiple Type. time: 17526ms [INFO] Pass 391 (780) processed. 4 failed. spent: 122:05, 120:31 mins remaining. ErrLogVerification_POSITIVE Case Required Entry_Multiple Type. time: 17526ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:57:34.429 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Plain Text Serialization.test in 18562 (391 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:57:34.432 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_Run Test Positive Case .test (392 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:57:34.503 [INFO] !MESSAGE Pass 392 (780) processed. 4 failed. spent: 122:26, 120:15 mins remaining. ErrLogVerification_Plain Text Serialization. time: 18562ms [INFO] Pass 392 (780) processed. 4 failed. spent: 122:26, 120:15 mins remaining. ErrLogVerification_Plain Text Serialization. time: 18562ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:57:50.417 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Run Test Positive Case .test in 14272 (392 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:57:50.420 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_Spaces In Plugin Code Should Be Trimmed.test (393 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:57:50.445 [INFO] !MESSAGE Pass 393 (780) processed. 4 failed. spent: 122:42, 119:54 mins remaining. ErrLogVerification_Run Test Positive Case . time: 14272ms [INFO] Pass 393 (780) processed. 4 failed. spent: 122:42, 119:54 mins remaining. ErrLogVerification_Run Test Positive Case . time: 14272ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:58:01.927 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Spaces In Plugin Code Should Be Trimmed.test in 9679 (393 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:58:01.930 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_Spaces Should Be Deleted Right after Plugin Pattern Edition.test (394 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:58:01.956 [INFO] !MESSAGE Pass 394 (780) processed. 4 failed. spent: 122:53, 119:28 mins remaining. ErrLogVerification_Spaces In Plugin Code Should Be Trimmed. time: 9679ms [INFO] Pass 394 (780) processed. 4 failed. spent: 122:53, 119:28 mins remaining. ErrLogVerification_Spaces In Plugin Code Should Be Trimmed. time: 9679ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:58:12.482 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Spaces Should Be Deleted Right after Plugin Pattern Edition.test in 9104 (394 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:58:12.485 [INFO] !MESSAGE [AUT-0] Starting: Error In ECL Context.test (395 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:58:12.566 [INFO] !MESSAGE Pass 395 (780) processed. 4 failed. spent: 123:04, 119:02 mins remaining. ErrLogVerification_Spaces Should Be Deleted Right after Plugin Pattern Edition. time: 9104ms [INFO] Pass 395 (780) processed. 4 failed. spent: 123:04, 119:02 mins remaining. ErrLogVerification_Spaces Should Be Deleted Right after Plugin Pattern Edition. time: 9104ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:58:27.560 [INFO] !MESSAGE [AUT-0] Finished: Error In ECL Context.test in 13253 (395 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:58:27.562 [INFO] !MESSAGE [AUT-0] Starting: ErrorAtOpeningEditorForNonExistingFile.test (396 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:58:27.644 [INFO] !MESSAGE Pass 396 (780) processed. 4 failed. spent: 123:19, 118:40 mins remaining. Error In ECL Context. time: 13253ms [INFO] Pass 396 (780) processed. 4 failed. spent: 123:19, 118:40 mins remaining. Error In ECL Context. time: 13253ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:58:47.087 [INFO] !MESSAGE [AUT-0] Finished: ErrorAtOpeningEditorForNonExistingFile.test in 16880 (396 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:58:47.090 [INFO] !MESSAGE [AUT-0] Starting: ErrorAtOpeningNonExistingView.test (397 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:58:47.161 [INFO] !MESSAGE Pass 397 (780) processed. 4 failed. spent: 123:38, 118:21 mins remaining. ErrorAtOpeningEditorForNonExistingFile. time: 16880ms [INFO] Pass 397 (780) processed. 4 failed. spent: 123:38, 118:21 mins remaining. ErrorAtOpeningEditorForNonExistingFile. time: 16880ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:59:02.629 [INFO] !MESSAGE [AUT-0] Finished: ErrorAtOpeningNonExistingView.test in 13633 (397 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:59:02.632 [INFO] !MESSAGE [AUT-0] Starting: ErrorAtRecordingTestCase.test (398 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:59:02.675 [INFO] !MESSAGE Pass 398 (780) processed. 4 failed. spent: 123:54, 118:00 mins remaining. ErrorAtOpeningNonExistingView. time: 13633ms [INFO] Pass 398 (780) processed. 4 failed. spent: 123:54, 118:00 mins remaining. ErrorAtOpeningNonExistingView. time: 13633ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:59:16.601 [INFO] !MESSAGE [AUT-0] Finished: ErrorAtRecordingTestCase.test in 12451 (398 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:59:16.604 [INFO] !MESSAGE [AUT-0] Starting: ErrorWhenPerspectiveIncorrect.test (399 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:59:16.647 [INFO] !MESSAGE Pass 399 (780) processed. 4 failed. spent: 124:08, 117:37 mins remaining. ErrorAtRecordingTestCase. time: 12451ms [INFO] Pass 399 (780) processed. 4 failed. spent: 124:08, 117:37 mins remaining. ErrorAtRecordingTestCase. time: 12451ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:59:32.127 [INFO] !MESSAGE [AUT-0] Finished: ErrorWhenPerspectiveIncorrect.test in 13868 (399 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:59:32.130 [INFO] !MESSAGE [AUT-0] Starting: ExcludeRows.test (400 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:59:32.162 [INFO] !MESSAGE Pass 400 (780) processed. 4 failed. spent: 124:23, 117:16 mins remaining. ErrorWhenPerspectiveIncorrect. time: 13868ms [INFO] Pass 400 (780) processed. 4 failed. spent: 124:23, 117:16 mins remaining. ErrorWhenPerspectiveIncorrect. time: 13868ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:59:45.134 [INFO] !MESSAGE [AUT-0] Finished: ExcludeRows.test in 11199 (400 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 03:59:45.143 [INFO] !MESSAGE [AUT-0] Starting: Execute1Tests.test (401 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 03:59:45.176 [INFO] !MESSAGE Pass 401 (780) processed. 4 failed. spent: 124:36, 116:52 mins remaining. ExcludeRows. time: 11199ms [INFO] Pass 401 (780) processed. 4 failed. spent: 124:36, 116:52 mins remaining. ExcludeRows. time: 11199ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:00:10.608 [INFO] !MESSAGE [AUT-0] Finished: Execute1Tests.test in 23791 (401 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:00:10.611 [INFO] !MESSAGE [AUT-0] Starting: Execute3Tests.test (402 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:00:10.667 [INFO] !MESSAGE Pass 402 (780) processed. 4 failed. spent: 125:02, 116:40 mins remaining. Execute1Test. time: 23791ms [INFO] Pass 402 (780) processed. 4 failed. spent: 125:02, 116:40 mins remaining. Execute1Test. time: 23791ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:00:44.696 [INFO] !MESSAGE [AUT-0] Finished: Execute3Tests.test in 32096 (402 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:00:44.698 [INFO] !MESSAGE [AUT-0] Starting: ExecuteFilteredTestsFromQ7Explorer.test (403 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:00:44.760 [INFO] !MESSAGE Pass 403 (780) processed. 4 failed. spent: 125:36, 116:36 mins remaining. Execute3Tests. time: 32096ms [INFO] Pass 403 (780) processed. 4 failed. spent: 125:36, 116:36 mins remaining. Execute3Tests. time: 32096ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:01:14.162 [INFO] !MESSAGE [AUT-0] Finished: ExecuteFilteredTestsFromQ7Explorer.test in 28062 (403 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:01:14.165 [INFO] !MESSAGE [AUT-0] Starting: ExecuteGroupContext.test (404 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:01:14.254 [INFO] !MESSAGE Pass 404 (780) processed. 4 failed. spent: 126:05, 116:27 mins remaining. ExecuteFilteredTestsFromQ7Explorer. time: 28062ms [INFO] Pass 404 (780) processed. 4 failed. spent: 126:05, 116:27 mins remaining. ExecuteFilteredTestsFromQ7Explorer. time: 28062ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:01:25.103 [INFO] !MESSAGE [AUT-0] Finished: ExecuteGroupContext.test in 9639 (404 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:01:25.106 [INFO] !MESSAGE [AUT-0] Starting: ExecuteTestSuiteAndTestCaseFromExplorer.test (405 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:01:25.166 [INFO] !MESSAGE Pass 405 (780) processed. 4 failed. spent: 126:16, 116:01 mins remaining. ExecuteGroupContext. time: 9639ms [INFO] Pass 405 (780) processed. 4 failed. spent: 126:16, 116:01 mins remaining. ExecuteGroupContext. time: 9639ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:02:09.591 [INFO] !MESSAGE [AUT-0] Finished: ExecuteTestSuiteAndTestCaseFromExplorer.test in 42976 (405 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:02:09.594 [INFO] !MESSAGE [AUT-0] Starting: ExecuteTestSuiteAtStopOnFirstFailure.test (406 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:02:09.675 [INFO] !MESSAGE Pass 406 (780) processed. 4 failed. spent: 127:01, 116:07 mins remaining. ExecuteTestSuiteAndTestCaseFromExplorer. time: 42976ms [INFO] Pass 406 (780) processed. 4 failed. spent: 127:01, 116:07 mins remaining. ExecuteTestSuiteAndTestCaseFromExplorer. time: 42976ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:02:31.165 [INFO] !MESSAGE [AUT-0] Finished: ExecuteTestSuiteAtStopOnFirstFailure.test in 19677 (406 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:02:31.168 [INFO] !MESSAGE [AUT-0] Starting: ExecuteTestSuiteWithFailedTest.test (407 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:02:31.246 [INFO] !MESSAGE Pass 407 (780) processed. 4 failed. spent: 127:22, 115:50 mins remaining. ExecuteTestSuiteAtStopOnFirstFailure. time: 19677ms [INFO] Pass 407 (780) processed. 4 failed. spent: 127:22, 115:50 mins remaining. ExecuteTestSuiteAtStopOnFirstFailure. time: 19677ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:03:00.516 [INFO] !MESSAGE [AUT-0] Finished: ExecuteTestSuiteWithFailedTest.test in 26839 (407 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:03:00.519 [INFO] !MESSAGE [AUT-0] Starting: ExpandCollapse.test (408 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:03:00.583 [INFO] !MESSAGE Pass 408 (780) processed. 4 failed. spent: 127:52, 115:42 mins remaining. ExecuteTestSuiteWithFailedTest. time: 26839ms [INFO] Pass 408 (780) processed. 4 failed. spent: 127:52, 115:42 mins remaining. ExecuteTestSuiteWithFailedTest. time: 26839ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:03:11.589 [INFO] !MESSAGE [AUT-0] Finished: ExpandCollapse.test in 9161 (408 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:03:11.591 [INFO] !MESSAGE [AUT-0] Starting: ExpandCollapse.test (409 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:03:11.594 [INFO] !MESSAGE Pass 409 (780) processed. 4 failed. spent: 128:03, 115:16 mins remaining. ExpandCollapse. time: 9161ms [INFO] Pass 409 (780) processed. 4 failed. spent: 128:03, 115:16 mins remaining. ExpandCollapse. time: 9161ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:03:23.138 [INFO] !MESSAGE [AUT-0] Finished: ExpandCollapse.test in 10035 (409 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:03:23.141 [INFO] !MESSAGE [AUT-0] Starting: ExpandTreeItems.test (410 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:03:23.205 [INFO] !MESSAGE Pass 410 (780) processed. 4 failed. spent: 128:14, 114:50 mins remaining. ExpandCollapse. time: 10035ms [INFO] Pass 410 (780) processed. 4 failed. spent: 128:14, 114:50 mins remaining. ExpandCollapse. time: 10035ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:03:32.111 [INFO] !MESSAGE [AUT-0] Finished: ExpandTreeItems.test in 7584 (410 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:03:32.114 [INFO] !MESSAGE [AUT-0] Starting: ExportToClipboard.test (411 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:03:32.114 [INFO] !MESSAGE Pass 411 (780) processed. 4 failed. spent: 128:23, 114:23 mins remaining. ExpandCollapseTreeItems. time: 7584ms [INFO] Pass 411 (780) processed. 4 failed. spent: 128:23, 114:23 mins remaining. ExpandCollapseTreeItems. time: 7584ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:03:44.581 [INFO] !MESSAGE [AUT-0] Finished: ExportToClipboard.test in 10941 (411 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:03:44.584 [INFO] !MESSAGE [AUT-0] Starting: ExportToClipboardTwoTestCases.test (412 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:03:44.627 [INFO] !MESSAGE Pass 412 (780) processed. 4 failed. spent: 128:36, 114:00 mins remaining. ExportToClipboard. time: 10941ms [INFO] Pass 412 (780) processed. 4 failed. spent: 128:36, 114:00 mins remaining. ExportToClipboard. time: 10941ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:03:59.815 [INFO] !MESSAGE [AUT-0] Finished: ExportToClipboardTwoTestCases.test in 13134 (412 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:03:59.818 [INFO] !MESSAGE [AUT-0] Starting: ExportToFile.test (413 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:03:59.848 [INFO] !MESSAGE Pass 413 (780) processed. 4 failed. spent: 128:51, 113:38 mins remaining. ExportToClipboardTwoTestCasesSelection. time: 13134ms [INFO] Pass 413 (780) processed. 4 failed. spent: 128:51, 113:38 mins remaining. ExportToClipboardTwoTestCasesSelection. time: 13134ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:04:19.835 [INFO] !MESSAGE [AUT-0] Finished: ExportToFile.test in 18122 (413 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:04:19.841 [INFO] !MESSAGE [AUT-0] Starting: F2RenameDebugContext.test (414 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:04:19.864 [INFO] !MESSAGE Pass 414 (780) processed. 4 failed. spent: 129:11, 113:20 mins remaining. ExportToFile. time: 18122ms [INFO] Pass 414 (780) processed. 4 failed. spent: 129:11, 113:20 mins remaining. ExportToFile. time: 18122ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:04:30.280 [INFO] !MESSAGE [AUT-0] Finished: F2RenameDebugContext.test in 9123 (414 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:04:30.283 [INFO] !MESSAGE [AUT-0] Starting: F2RenameECLContext.test (415 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:04:30.374 [INFO] !MESSAGE Pass 415 (780) processed. 4 failed. spent: 129:22, 112:55 mins remaining. F2RenameDebugContext. time: 9123ms [INFO] Pass 415 (780) processed. 4 failed. spent: 129:22, 112:55 mins remaining. F2RenameDebugContext. time: 9123ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:04:41.323 [INFO] !MESSAGE [AUT-0] Finished: F2RenameECLContext.test in 9251 (415 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:04:41.326 [INFO] !MESSAGE [AUT-0] Starting: F2RenameGroupContext.test (416 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:04:41.384 [INFO] !MESSAGE Pass 416 (780) processed. 4 failed. spent: 129:33, 112:30 mins remaining. F2RenameECLContext. time: 9251ms [INFO] Pass 416 (780) processed. 4 failed. spent: 129:33, 112:30 mins remaining. F2RenameECLContext. time: 9251ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:04:52.795 [INFO] !MESSAGE [AUT-0] Finished: F2RenameGroupContext.test in 10039 (416 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:04:52.799 [INFO] !MESSAGE [AUT-0] Starting: F2RenamePreferenceContext.test (417 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:04:52.844 [INFO] !MESSAGE Pass 417 (780) processed. 4 failed. spent: 129:44, 112:05 mins remaining. F2RenameGroupContext. time: 10039ms [INFO] Pass 417 (780) processed. 4 failed. spent: 129:44, 112:05 mins remaining. F2RenameGroupContext. time: 10039ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:05:04.285 [INFO] !MESSAGE [AUT-0] Finished: F2RenamePreferenceContext.test in 9855 (417 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:05:04.288 [INFO] !MESSAGE [AUT-0] Starting: F2RenameTestCase.test (418 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:05:04.354 [INFO] !MESSAGE Pass 418 (780) processed. 4 failed. spent: 129:56, 111:40 mins remaining. F2RenamePreferenceContext. time: 9855ms [INFO] Pass 418 (780) processed. 4 failed. spent: 129:56, 111:40 mins remaining. F2RenamePreferenceContext. time: 9855ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:05:15.272 [INFO] !MESSAGE [AUT-0] Finished: F2RenameTestCase.test in 9602 (418 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:05:15.274 [INFO] !MESSAGE [AUT-0] Starting: F2RenameWorkbenchContextt.test (419 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:05:15.365 [INFO] !MESSAGE Pass 419 (780) processed. 4 failed. spent: 130:07, 111:15 mins remaining. F2RenameTestCase. time: 9602ms [INFO] Pass 419 (780) processed. 4 failed. spent: 130:07, 111:15 mins remaining. F2RenameTestCase. time: 9602ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:05:26.746 [INFO] !MESSAGE [AUT-0] Finished: F2RenameWorkbenchContextt.test in 9469 (419 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:05:26.749 [INFO] !MESSAGE [AUT-0] Starting: F2RenameWorkspaceContext.test (420 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:05:26.776 [INFO] !MESSAGE Pass 420 (780) processed. 4 failed. spent: 130:18, 110:50 mins remaining. F2RenameWorkbenchContextt. time: 9469ms [INFO] Pass 420 (780) processed. 4 failed. spent: 130:18, 110:50 mins remaining. F2RenameWorkbenchContextt. time: 9469ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:05:37.743 [INFO] !MESSAGE [AUT-0] Finished: F2RenameWorkspaceContext.test in 9224 (420 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:05:37.746 [INFO] !MESSAGE [AUT-0] Starting: F2ShouldBeDisabledIfMoreThenOneIsSelected.test (421 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:05:37.786 [INFO] !MESSAGE Pass 421 (780) processed. 4 failed. spent: 130:29, 110:25 mins remaining. F2RenameWorkspaceContext. time: 9224ms [INFO] Pass 421 (780) processed. 4 failed. spent: 130:29, 110:25 mins remaining. F2RenameWorkspaceContext. time: 9224ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:05:47.244 [INFO] !MESSAGE [AUT-0] Finished: F2ShouldBeDisabledIfMoreThenOneIsSelected.test in 7969 (421 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:05:47.246 [INFO] !MESSAGE [AUT-0] Starting: Fill and Clear Description in Workspace Context.test (422 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:05:47.295 [INFO] !MESSAGE Pass 422 (780) processed. 4 failed. spent: 130:39, 110:00 mins remaining. F2ShouldBeDisabledIfMoreThenOneIsSelected. time: 7969ms [INFO] Pass 422 (780) processed. 4 failed. spent: 130:39, 110:00 mins remaining. F2ShouldBeDisabledIfMoreThenOneIsSelected. time: 7969ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:05:58.192 [INFO] !MESSAGE [AUT-0] Finished: Fill and Clear Description in Workspace Context.test in 9254 (422 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:05:58.195 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchContextByContainedProject.test (423 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:05:58.205 [INFO] !MESSAGE Pass 423 (780) processed. 4 failed. spent: 130:49, 109:34 mins remaining. Fill and Clear Description in Workspace Context. time: 9254ms [INFO] Pass 423 (780) processed. 4 failed. spent: 130:49, 109:34 mins remaining. Fill and Clear Description in Workspace Context. time: 9254ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:06:09.189 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchContextByContainedProject.test in 9595 (423 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:06:09.191 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchContextByDescription.test (424 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:06:09.215 [INFO] !MESSAGE Pass 424 (780) processed. 4 failed. spent: 131:00, 109:10 mins remaining. FilterSearchContextByContainedProject. time: 9595ms [INFO] Pass 424 (780) processed. 4 failed. spent: 131:00, 109:10 mins remaining. FilterSearchContextByContainedProject. time: 9595ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:06:28.171 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchContextByDescription.test in 17205 (424 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:06:28.175 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchContextByName.test (425 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:06:28.243 [INFO] !MESSAGE Pass 425 (780) processed. 4 failed. spent: 131:19, 108:52 mins remaining. FilterSearchContextByDescription. time: 17205ms [INFO] Pass 425 (780) processed. 4 failed. spent: 131:19, 108:52 mins remaining. FilterSearchContextByDescription. time: 17205ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:06:38.252 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchContextByName.test in 8316 (425 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:06:38.255 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchContextByTag.test (426 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:06:38.257 [INFO] !MESSAGE Pass 426 (780) processed. 4 failed. spent: 131:29, 108:26 mins remaining. FilterSearchContextByName. time: 8316ms [INFO] Pass 426 (780) processed. 4 failed. spent: 131:29, 108:26 mins remaining. FilterSearchContextByName. time: 8316ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:06:56.291 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchContextByTag.test in 16302 (426 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:06:56.294 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchTestCaseByDescription.test (427 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:06:56.375 [INFO] !MESSAGE Pass 427 (780) processed. 4 failed. spent: 131:48, 108:08 mins remaining. FilterSearchContextByTag. time: 16302ms [INFO] Pass 427 (780) processed. 4 failed. spent: 131:48, 108:08 mins remaining. FilterSearchContextByTag. time: 16302ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:07:06.278 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchTestCaseByDescription.test in 8463 (427 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:07:06.280 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchTestCaseByName.test (428 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:07:06.284 [INFO] !MESSAGE Pass 428 (780) processed. 4 failed. spent: 131:58, 107:43 mins remaining. FilterSearchTestCaseByDescription. time: 8463ms [INFO] Pass 428 (780) processed. 4 failed. spent: 131:58, 107:43 mins remaining. FilterSearchTestCaseByDescription. time: 8463ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:07:16.258 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchTestCaseByName.test in 8527 (428 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:07:16.261 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchTestCaseByTag.test (429 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:07:16.293 [INFO] !MESSAGE Pass 429 (780) processed. 4 failed. spent: 132:08, 107:18 mins remaining. FilterSearchTestCaseByName. time: 8527ms [INFO] Pass 429 (780) processed. 4 failed. spent: 132:08, 107:18 mins remaining. FilterSearchTestCaseByName. time: 8527ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:07:25.717 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchTestCaseByTag.test in 7774 (429 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:07:25.720 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchWorksWithInvalidTestFiles.test (430 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:07:25.802 [INFO] !MESSAGE Pass 430 (780) processed. 4 failed. spent: 132:17, 106:52 mins remaining. FilterSearchTestCaseByTag. time: 7774ms [INFO] Pass 430 (780) processed. 4 failed. spent: 132:17, 106:52 mins remaining. FilterSearchTestCaseByTag. time: 7774ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:07:38.216 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchWorksWithInvalidTestFiles.test in 11118 (430 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:07:38.219 [INFO] !MESSAGE [AUT-0] Starting: FilteringAtClearingLaunchConfiguration.test (431 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:07:38.313 [INFO] !MESSAGE Pass 431 (780) processed. 4 failed. spent: 132:30, 106:29 mins remaining. FilterSearchWorksWithInvalidTestFiles. time: 11118ms [INFO] Pass 431 (780) processed. 4 failed. spent: 132:30, 106:29 mins remaining. FilterSearchWorksWithInvalidTestFiles. time: 11118ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:08:47.244 [INFO] !MESSAGE [AUT-0] Finished: FilteringAtClearingLaunchConfiguration.test in 67495 (431 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:08:47.247 [INFO] !MESSAGE [AUT-0] Starting: FilteringContextsInContextList.test (432 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:08:47.273 [INFO] !MESSAGE Pass 432 (780) processed. 4 failed. spent: 133:39, 106:51 mins remaining. FilteringAtClearingLaunchConfiguration. time: 67495ms [INFO] Pass 432 (780) processed. 4 failed. spent: 133:39, 106:51 mins remaining. FilteringAtClearingLaunchConfiguration. time: 67495ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:09:01.363 [INFO] !MESSAGE [AUT-0] Finished: FilteringContextsInContextList.test in 12415 (432 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:09:01.366 [INFO] !MESSAGE [AUT-0] Starting: FindReplaceInControlPanel.test (433 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:09:01.386 [INFO] !MESSAGE Pass 433 (780) processed. 4 failed. spent: 133:53, 106:29 mins remaining. FilteringContextsInContextList. time: 12415ms [INFO] Pass 433 (780) processed. 4 failed. spent: 133:53, 106:29 mins remaining. FilteringContextsInContextList. time: 12415ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:09:17.853 [INFO] !MESSAGE [AUT-0] Finished: FindReplaceInControlPanel.test in 15133 (433 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:09:17.856 [INFO] !MESSAGE [AUT-0] Starting: FindReplaceInScriptByShortKey.test (434 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:09:17.902 [INFO] !MESSAGE Pass 434 (780) processed. 4 failed. spent: 134:09, 106:09 mins remaining. FindReplaceInControlPanel. time: 15133ms [INFO] Pass 434 (780) processed. 4 failed. spent: 134:09, 106:09 mins remaining. FindReplaceInControlPanel. time: 15133ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:09:32.327 [INFO] !MESSAGE [AUT-0] Finished: FindReplaceInScriptByShortKey.test in 12910 (434 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:09:32.329 [INFO] !MESSAGE [AUT-0] Starting: FinishButtonShouldBeDisabledIfLocationIsEmpty.test (435 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:09:32.415 [INFO] !MESSAGE Pass 435 (780) processed. 4 failed. spent: 134:24, 105:47 mins remaining. FindReplaceInScriptByShortKey. time: 12910ms [INFO] Pass 435 (780) processed. 4 failed. spent: 134:24, 105:47 mins remaining. FindReplaceInScriptByShortKey. time: 12910ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:09:53.822 [INFO] !MESSAGE [AUT-0] Finished: FinishButtonShouldBeDisabledIfLocationIsEmpty.test in 19800 (435 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:09:53.825 [INFO] !MESSAGE [AUT-0] Starting: FolderContextWithVariable.test (436 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:09:53.856 [INFO] !MESSAGE Pass 436 (780) processed. 4 failed. spent: 134:45, 105:31 mins remaining. FinishButtonShouldBeDisabledIfLocationIsEmpty. time: 19800ms [INFO] Pass 436 (780) processed. 4 failed. spent: 134:45, 105:31 mins remaining. FinishButtonShouldBeDisabledIfLocationIsEmpty. time: 19800ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:10:00.763 [INFO] !MESSAGE [AUT-0] Finished: FolderContextWithVariable.test in 5240 (436 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:10:00.765 [INFO] !MESSAGE Pass 437 (780) processed. 4 failed. spent: 134:52, 105:36 mins remaining. FolderContextWithVariable. time: 5240ms [INFO] Pass 437 (780) processed. 4 failed. spent: 134:52, 105:36 mins remaining. FolderContextWithVariable. time: 5240ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:10:00.765 [INFO] !MESSAGE [AUT-0] Starting: FolderContext_CopyPaste_Name_ContextMenu.test (437 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:10:10.683 [INFO] !MESSAGE [AUT-0] Finished: FolderContext_CopyPaste_Name_ContextMenu.test in 8537 (437 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:10:10.686 [INFO] !MESSAGE [AUT-0] Starting: FolderContext_CopyPaste_Name_ContextMenu.test (438 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:10:10.775 [INFO] !MESSAGE Pass 438 (780) processed. 4 failed. spent: 135:02, 104:39 mins remaining. FolderContext_CopyPaste_Name_ContextMenu. time: 8537ms [INFO] Pass 438 (780) processed. 4 failed. spent: 135:02, 104:39 mins remaining. FolderContext_CopyPaste_Name_ContextMenu. time: 8537ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:10:21.682 [INFO] !MESSAGE [AUT-0] Finished: FolderContext_CopyPaste_Name_ContextMenu.test in 9145 (438 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:10:21.685 [INFO] !MESSAGE [AUT-0] Starting: FolderContext_CopyPaste_Tags_ContextMenu.test (439 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:10:21.686 [INFO] !MESSAGE Pass 439 (780) processed. 4 failed. spent: 135:13, 104:14 mins remaining. GroupContext_CopyPaste_Name_ContextMenu. time: 9145ms [INFO] Pass 439 (780) processed. 4 failed. spent: 135:13, 104:14 mins remaining. GroupContext_CopyPaste_Name_ContextMenu. time: 9145ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:10:33.153 [INFO] !MESSAGE [AUT-0] Finished: FolderContext_CopyPaste_Tags_ContextMenu.test in 9791 (439 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:10:33.156 [INFO] !MESSAGE [AUT-0] Starting: FormToolkitRecording.test (440 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:10:33.197 [INFO] !MESSAGE Pass 440 (780) processed. 4 failed. spent: 135:24, 103:50 mins remaining. FolderContext_CopyPaste_Tags_ContextMenu. time: 9791ms [INFO] Pass 440 (780) processed. 4 failed. spent: 135:24, 103:50 mins remaining. FolderContext_CopyPaste_Tags_ContextMenu. time: 9791ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:12:02.253 [INFO] !MESSAGE [AUT-0] Finished: FormToolkitRecording.test in 85479, select (440 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:12:02.256 [INFO] !MESSAGE [AUT-0] Starting: FormWithLinksRecording.test (441 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:12:02.342 [INFO] !MESSAGE Fail 441 (780) processed. 5 failed. spent: 136:54, 104:27 mins remaining. FormToolkitRecording. time: 85479ms Cause: select [INFO] Fail 441 (780) processed. 5 failed. spent: 136:54, 104:27 mins remaining. FormToolkitRecording. time: 85479ms Cause: select [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:13:36.411 [INFO] !MESSAGE [AUT-0] Finished: FormWithLinksRecording.test in 91875 (441 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:13:36.413 [INFO] !MESSAGE [AUT-0] Starting: GeneratePomFileInProject.test (442 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:13:36.451 [INFO] !MESSAGE Pass 442 (780) processed. 5 failed. spent: 138:28, 105:05 mins remaining. FormWithLinksRecording. time: 91875ms [INFO] Pass 442 (780) processed. 5 failed. spent: 138:28, 105:05 mins remaining. FormWithLinksRecording. time: 91875ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:13:50.401 [INFO] !MESSAGE [AUT-0] Finished: GeneratePomFileInProject.test in 12604 (442 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:13:50.404 [INFO] !MESSAGE [AUT-0] Starting: GenerateSecondPomFileInProject.test (443 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:13:50.464 [INFO] !MESSAGE Pass 443 (780) processed. 5 failed. spent: 138:42, 104:43 mins remaining. GeneratePomFileInProject. time: 12604ms [INFO] Pass 443 (780) processed. 5 failed. spent: 138:42, 104:43 mins remaining. GeneratePomFileInProject. time: 12604ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:14:05.938 [INFO] !MESSAGE [AUT-0] Finished: GenerateSecondPomFileInProject.test in 13977 (443 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:14:05.942 [INFO] !MESSAGE [AUT-0] Starting: GetChildrenFromFile.test (444 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:14:05.984 [INFO] !MESSAGE Pass 444 (780) processed. 5 failed. spent: 138:57, 104:22 mins remaining. GenerateSecondPomFileInProject. time: 13977ms [INFO] Pass 444 (780) processed. 5 failed. spent: 138:57, 104:22 mins remaining. GenerateSecondPomFileInProject. time: 13977ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:14:11.867 [INFO] !MESSAGE [AUT-0] Finished: GetChildrenFromFile.test in 4243 (444 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:14:11.870 [INFO] !MESSAGE [AUT-0] Starting: GetExistsFromFile.test (445 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:14:11.890 [INFO] !MESSAGE Pass 445 (780) processed. 5 failed. spent: 139:03, 103:53 mins remaining. GetChildrenFromFile. time: 4243ms [INFO] Pass 445 (780) processed. 5 failed. spent: 139:03, 103:53 mins remaining. GetChildrenFromFile. time: 4243ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:14:15.688 [INFO] !MESSAGE [AUT-0] Finished: GetExistsFromFile.test in 2862 (445 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:14:15.690 [INFO] !MESSAGE [AUT-0] Starting: GetFile.test (446 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:14:15.696 [INFO] !MESSAGE Pass 446 (780) processed. 5 failed. spent: 139:07, 103:24 mins remaining. GetExistsFromFile. time: 2862ms [INFO] Pass 446 (780) processed. 5 failed. spent: 139:07, 103:24 mins remaining. GetExistsFromFile. time: 2862ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:14:19.531 [INFO] !MESSAGE [AUT-0] Finished: GetFile.test in 2731 (446 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:14:19.534 [INFO] !MESSAGE [AUT-0] Starting: GetHotkey.test (447 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:14:19.600 [INFO] !MESSAGE Pass 447 (780) processed. 5 failed. spent: 139:11, 102:54 mins remaining. GetFile. time: 2731ms [INFO] Pass 447 (780) processed. 5 failed. spent: 139:11, 102:54 mins remaining. GetFile. time: 2731ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:14:30.021 [INFO] !MESSAGE [AUT-0] Finished: GetHotkey.test in 9151 (447 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:14:30.024 [INFO] !MESSAGE [AUT-0] Starting: GetIsDirectoryFromFile.test (448 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:14:30.045 [INFO] !MESSAGE Pass 448 (780) processed. 5 failed. spent: 139:21, 102:29 mins remaining. GetHotkey. time: 9151ms [INFO] Pass 448 (780) processed. 5 failed. spent: 139:21, 102:29 mins remaining. GetHotkey. time: 9151ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:14:35.330 [INFO] !MESSAGE [AUT-0] Finished: GetIsDirectoryFromFile.test in 3914 (448 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:14:35.332 [INFO] !MESSAGE [AUT-0] Starting: GetMenu.test (449 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:14:35.353 [INFO] !MESSAGE Pass 449 (780) processed. 5 failed. spent: 139:27, 102:02 mins remaining. GetIsDirectoryFromFile. time: 3914ms [INFO] Pass 449 (780) processed. 5 failed. spent: 139:27, 102:02 mins remaining. GetIsDirectoryFromFile. time: 3914ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:14:43.647 [INFO] !MESSAGE [AUT-0] Finished: GetMenu.test in 6943 (449 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:14:43.650 [INFO] !MESSAGE [AUT-0] Starting: GetNameFromFile.test (450 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:14:43.665 [INFO] !MESSAGE Pass 450 (780) processed. 5 failed. spent: 139:35, 101:35 mins remaining. GetMenu. time: 6943ms [INFO] Pass 450 (780) processed. 5 failed. spent: 139:35, 101:35 mins remaining. GetMenu. time: 6943ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:14:48.965 [INFO] !MESSAGE [AUT-0] Finished: GetNameFromFile.test in 3980 (450 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:14:48.968 [INFO] !MESSAGE [AUT-0] Starting: GetPropertyWithoutEscaping.test (451 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:14:48.972 [INFO] !MESSAGE Pass 451 (780) processed. 5 failed. spent: 139:40, 101:07 mins remaining. GetNameFromFile. time: 3980ms [INFO] Pass 451 (780) processed. 5 failed. spent: 139:40, 101:07 mins remaining. GetNameFromFile. time: 3980ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:14:57.404 [INFO] !MESSAGE [AUT-0] Finished: GetPropertyWithoutEscaping.test in 7009 (451 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:14:57.407 [INFO] !MESSAGE [AUT-0] Starting: GetTestCaseName.test (452 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:14:57.479 [INFO] !MESSAGE Pass 452 (780) processed. 5 failed. spent: 139:49, 100:42 mins remaining. GetPropertyWithoutEscaping. time: 7009ms [INFO] Pass 452 (780) processed. 5 failed. spent: 139:49, 100:42 mins remaining. GetPropertyWithoutEscaping. time: 7009ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:15:02.733 [INFO] !MESSAGE [AUT-0] Finished: GetTestCaseName.test in 3872 (452 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:15:02.736 [INFO] !MESSAGE [AUT-0] Starting: GetTooltipsWhenColumnsWithoutText.test (453 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:15:02.785 [INFO] !MESSAGE Pass 453 (780) processed. 5 failed. spent: 139:54, 100:14 mins remaining. GetTestCaseName. time: 3872ms [INFO] Pass 453 (780) processed. 5 failed. spent: 139:54, 100:14 mins remaining. GetTestCaseName. time: 3872ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:17:18.754 [INFO] !MESSAGE [AUT-0] Finished: GetTooltipsWhenColumnsWithoutText.test in 134212 (453 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:17:18.757 [INFO] !MESSAGE [AUT-0] Starting: GetTreeElementWithoutHardEscaping.test (454 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:17:18.765 [INFO] !MESSAGE Pass 454 (780) processed. 5 failed. spent: 142:10, 101:19 mins remaining. GetTooltipsWhenColumnsWithoutText. time: 134212ms [INFO] Pass 454 (780) processed. 5 failed. spent: 142:10, 101:19 mins remaining. GetTooltipsWhenColumnsWithoutText. time: 134212ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:19:51.757 [INFO] !MESSAGE [AUT-0] Finished: GetTreeElementWithoutHardEscaping.test in 151377 (454 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:19:51.763 [INFO] !MESSAGE [AUT-0] Starting: GoIntoInQ7Explorer.test (455 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:19:51.849 [INFO] !MESSAGE Pass 455 (780) processed. 5 failed. spent: 144:43, 102:36 mins remaining. GetTreeElementWithoutHardEscaping. time: 151377ms [INFO] Pass 455 (780) processed. 5 failed. spent: 144:43, 102:36 mins remaining. GetTreeElementWithoutHardEscaping. time: 151377ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:20:14.793 [INFO] !MESSAGE [AUT-0] Finished: GoIntoInQ7Explorer.test in 19998 (455 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:20:14.797 [INFO] !MESSAGE [AUT-0] Starting: GroupContext_CopyPaste_Context_ContextMenu.test (456 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:20:14.872 [INFO] !MESSAGE Pass 456 (780) processed. 5 failed. spent: 145:06, 102:19 mins remaining. GoIntoInQ7Explorer. time: 19998ms [INFO] Pass 456 (780) processed. 5 failed. spent: 145:06, 102:19 mins remaining. GoIntoInQ7Explorer. time: 19998ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:20:31.284 [INFO] !MESSAGE [AUT-0] Finished: GroupContext_CopyPaste_Context_ContextMenu.test in 14927 (456 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:20:31.286 [INFO] !MESSAGE [AUT-0] Starting: GroupContext_CopyPaste_Tags_ContextMenu.test (457 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:20:31.287 [INFO] !MESSAGE Pass 457 (780) processed. 5 failed. spent: 145:23, 101:59 mins remaining. GroupContext_CopyPaste_Context_ContextMenu. time: 14927ms [INFO] Pass 457 (780) processed. 5 failed. spent: 145:23, 101:59 mins remaining. GroupContext_CopyPaste_Context_ContextMenu. time: 14927ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:20:46.732 [INFO] !MESSAGE [AUT-0] Finished: GroupContext_CopyPaste_Tags_ContextMenu.test in 14070 (457 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:20:46.735 [INFO] !MESSAGE [AUT-0] Starting: GroupContexts.test (458 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:20:46.801 [INFO] !MESSAGE Pass 458 (780) processed. 5 failed. spent: 145:38, 101:37 mins remaining. GroupContext_CopyPaste_Tags_ContextMenu. time: 14070ms [INFO] Pass 458 (780) processed. 5 failed. spent: 145:38, 101:37 mins remaining. GroupContext_CopyPaste_Tags_ContextMenu. time: 14070ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:21:12.169 [INFO] !MESSAGE [AUT-0] Finished: GroupContexts.test in 23514 (458 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:21:12.172 [INFO] !MESSAGE [AUT-0] Starting: HumanReadableECL.test (459 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:21:12.255 [INFO] !MESSAGE Pass 459 (780) processed. 5 failed. spent: 146:03, 101:22 mins remaining. GroupContexts. time: 23514ms [INFO] Pass 459 (780) processed. 5 failed. spent: 146:03, 101:22 mins remaining. GroupContexts. time: 23514ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:22:00.174 [INFO] !MESSAGE [AUT-0] Finished: HumanReadableECL.test in 46536 (459 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:22:00.177 [INFO] !MESSAGE [AUT-0] Starting: Ignore File At Clearing Workspace.test (460 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:22:00.264 [INFO] !MESSAGE Pass 460 (780) processed. 5 failed. spent: 146:52, 101:24 mins remaining. HumanReadableECL. time: 46536ms [INFO] Pass 460 (780) processed. 5 failed. spent: 146:52, 101:24 mins remaining. HumanReadableECL. time: 46536ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:22:36.242 [INFO] !MESSAGE [AUT-0] Finished: Ignore File At Clearing Workspace.test in 33075 (460 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:22:36.245 [INFO] !MESSAGE [AUT-0] Starting: Ignore Non-Existing File At Clearing Workspace.test (461 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:22:36.254 [INFO] !MESSAGE Pass 461 (780) processed. 5 failed. spent: 147:27, 101:16 mins remaining. Ignore File At Clearing Workspace. time: 33075ms [INFO] Pass 461 (780) processed. 5 failed. spent: 147:27, 101:16 mins remaining. Ignore File At Clearing Workspace. time: 33075ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:23:18.780 [INFO] !MESSAGE [AUT-0] Finished: Ignore Non-Existing File At Clearing Workspace.test in 41035 (461 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:23:18.783 [INFO] !MESSAGE [AUT-0] Starting: Ignore Some Files At Clearing Workspace.test (462 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:23:18.863 [INFO] !MESSAGE Pass 462 (780) processed. 5 failed. spent: 148:10, 101:13 mins remaining. Ignore Non-Existing File At Clearing Workspace. time: 41035ms [INFO] Pass 462 (780) processed. 5 failed. spent: 148:10, 101:13 mins remaining. Ignore Non-Existing File At Clearing Workspace. time: 41035ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:23:53.273 [INFO] !MESSAGE [AUT-0] Finished: Ignore Some Files At Clearing Workspace.test in 32624 (462 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:23:53.277 [INFO] !MESSAGE [AUT-0] Starting: Import Files In Workspace Context.test (463 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:23:53.353 [INFO] !MESSAGE Pass 463 (780) processed. 5 failed. spent: 148:45, 101:05 mins remaining. Ignore Some Files At Clearing Workspace. time: 32624ms [INFO] Pass 463 (780) processed. 5 failed. spent: 148:45, 101:05 mins remaining. Ignore Some Files At Clearing Workspace. time: 32624ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:24:12.789 [INFO] !MESSAGE [AUT-0] Finished: Import Files In Workspace Context.test in 16714 (463 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:24:12.792 [INFO] !MESSAGE [AUT-0] Starting: Import Projects In Workspace Context.test (464 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:24:12.871 [INFO] !MESSAGE Pass 464 (780) processed. 5 failed. spent: 149:04, 100:45 mins remaining. Import Files In Workspace Context. time: 16714ms [INFO] Pass 464 (780) processed. 5 failed. spent: 149:04, 100:45 mins remaining. Import Files In Workspace Context. time: 16714ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:24:29.290 [INFO] !MESSAGE [AUT-0] Finished: Import Projects In Workspace Context.test in 14567 (464 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:24:29.294 [INFO] !MESSAGE [AUT-0] Starting: ImportFromClipboard.test (465 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:24:29.387 [INFO] !MESSAGE Pass 465 (780) processed. 5 failed. spent: 149:21, 100:25 mins remaining. Import Projects In Workspace Context. time: 14567ms [INFO] Pass 465 (780) processed. 5 failed. spent: 149:21, 100:25 mins remaining. Import Projects In Workspace Context. time: 14567ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:24:52.824 [INFO] !MESSAGE [AUT-0] Finished: ImportFromClipboard.test in 20028 (465 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:24:52.827 [INFO] !MESSAGE [AUT-0] Starting: ImportFromClipboardToTheProjectWithSameContexts.test (466 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:24:52.910 [INFO] !MESSAGE Pass 466 (780) processed. 5 failed. spent: 149:44, 100:08 mins remaining. ImportFromClipboard. time: 20028ms [INFO] Pass 466 (780) processed. 5 failed. spent: 149:44, 100:08 mins remaining. ImportFromClipboard. time: 20028ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:25:27.832 [INFO] !MESSAGE [AUT-0] Finished: ImportFromClipboardToTheProjectWithSameContexts.test in 32375 (466 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:25:27.835 [INFO] !MESSAGE [AUT-0] Starting: ImportFromClipboardToTheSameProject.test (467 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:25:27.856 [INFO] !MESSAGE Pass 467 (780) processed. 5 failed. spent: 150:19, 99:59 mins remaining. ImportFromClipboardToTheProjectWithSameContexts. time: 32375ms [INFO] Pass 467 (780) processed. 5 failed. spent: 150:19, 99:59 mins remaining. ImportFromClipboardToTheProjectWithSameContexts. time: 32375ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:25:54.809 [INFO] !MESSAGE [AUT-0] Finished: ImportFromClipboardToTheSameProject.test in 23947 (467 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:25:54.812 [INFO] !MESSAGE [AUT-0] Starting: ImportFromFile.test (468 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:25:54.880 [INFO] !MESSAGE Pass 468 (780) processed. 5 failed. spent: 150:46, 99:45 mins remaining. ImportFromClipboardToTheSameProject. time: 23947ms [INFO] Pass 468 (780) processed. 5 failed. spent: 150:46, 99:45 mins remaining. ImportFromClipboardToTheSameProject. time: 23947ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:26:19.858 [INFO] !MESSAGE [AUT-0] Finished: ImportFromFile.test in 23497 (468 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:26:19.860 [INFO] !MESSAGE [AUT-0] Starting: ImportFromFileAddMissingReferences.test (469 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:26:19.903 [INFO] !MESSAGE Pass 469 (780) processed. 5 failed. spent: 151:11, 99:30 mins remaining. ImportFromFile. time: 23497ms [INFO] Pass 469 (780) processed. 5 failed. spent: 151:11, 99:30 mins remaining. ImportFromFile. time: 23497ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:26:43.352 [INFO] !MESSAGE [AUT-0] Finished: ImportFromFileAddMissingReferences.test in 21754 (469 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:26:43.355 [INFO] !MESSAGE [AUT-0] Starting: ImportFromFileToTheProjectWithSameContexts.test (470 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:26:43.426 [INFO] !MESSAGE Pass 470 (780) processed. 5 failed. spent: 151:35, 99:14 mins remaining. ImportFromFileAddMissingReferences. time: 21754ms [INFO] Pass 470 (780) processed. 5 failed. spent: 151:35, 99:14 mins remaining. ImportFromFileAddMissingReferences. time: 21754ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:27:11.887 [INFO] !MESSAGE [AUT-0] Finished: ImportFromFileToTheProjectWithSameContexts.test in 26615 (470 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:27:11.892 [INFO] !MESSAGE [AUT-0] Starting: ImportFromFileToTheSameProject.test (471 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:27:11.966 [INFO] !MESSAGE Pass 471 (780) processed. 5 failed. spent: 152:03, 99:00 mins remaining. ImportFromFileToTheProjectWithSameContexts. time: 26615ms [INFO] Pass 471 (780) processed. 5 failed. spent: 152:03, 99:00 mins remaining. ImportFromFileToTheProjectWithSameContexts. time: 26615ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:27:42.901 [INFO] !MESSAGE [AUT-0] Finished: ImportFromFileToTheSameProject.test in 29397 (471 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:27:42.904 [INFO] !MESSAGE [AUT-0] Starting: ImportPreferencesInPrefContext.test (472 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:27:42.994 [INFO] !MESSAGE Pass 472 (780) processed. 5 failed. spent: 152:34, 98:48 mins remaining. ImportFromFileToTheSameProject. time: 29397ms [INFO] Pass 472 (780) processed. 5 failed. spent: 152:34, 98:48 mins remaining. ImportFromFileToTheSameProject. time: 29397ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:28:00.954 [INFO] !MESSAGE [AUT-0] Finished: ImportPreferencesInPrefContext.test in 15163 (472 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:28:00.957 [INFO] !MESSAGE [AUT-0] Starting: ImportProjectToWSContextFromArchiveFile.test (473 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:28:01.011 [INFO] !MESSAGE Pass 473 (780) processed. 5 failed. spent: 152:52, 98:28 mins remaining. ImportPreferencesInPrefContext. time: 15163ms [INFO] Pass 473 (780) processed. 5 failed. spent: 152:52, 98:28 mins remaining. ImportPreferencesInPrefContext. time: 15163ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:28:20.473 [INFO] !MESSAGE [AUT-0] Finished: ImportProjectToWSContextFromArchiveFile.test in 16620 (473 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:28:20.476 [INFO] !MESSAGE [AUT-0] Starting: ImportSameNamedButDifferentTypedContextsIsNotAllowed.test (474 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:28:20.529 [INFO] !MESSAGE Pass 474 (780) processed. 5 failed. spent: 153:12, 98:09 mins remaining. ImportProjectToWSContextFromArchiveFile. time: 16620ms [INFO] Pass 474 (780) processed. 5 failed. spent: 153:12, 98:09 mins remaining. ImportProjectToWSContextFromArchiveFile. time: 16620ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:28:50.384 [INFO] !MESSAGE [AUT-0] Finished: ImportSameNamedButDifferentTypedContextsIsNotAllowed.test in 26490 (474 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:28:50.387 [INFO] !MESSAGE [AUT-0] Starting: ImportedContextFromFileEqualsExported.test (475 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:28:50.458 [INFO] !MESSAGE Pass 475 (780) processed. 5 failed. spent: 153:42, 97:57 mins remaining. ImportSameNamedButDifferentTypedContextsIsNotAllowed. time: 26490ms [INFO] Pass 475 (780) processed. 5 failed. spent: 153:42, 97:57 mins remaining. ImportSameNamedButDifferentTypedContextsIsNotAllowed. time: 26490ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:29:18.894 [INFO] !MESSAGE [AUT-0] Finished: ImportedContextFromFileEqualsExported.test in 26942 (475 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:29:18.897 [INFO] !MESSAGE [AUT-0] Starting: ImportedContextsEqualsExported.test (476 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:29:18.983 [INFO] !MESSAGE Pass 476 (780) processed. 5 failed. spent: 154:10, 97:43 mins remaining. ImportedContextFromFileEqualsExported. time: 26942ms [INFO] Pass 476 (780) processed. 5 failed. spent: 154:10, 97:43 mins remaining. ImportedContextFromFileEqualsExported. time: 26942ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:29:58.926 [INFO] !MESSAGE [AUT-0] Finished: ImportedContextsEqualsExported.test in 36776 (476 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:29:58.928 [INFO] !MESSAGE [AUT-0] Starting: ImportedFromFileTestCaseEqualsExported.test (477 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:29:58.945 [INFO] !MESSAGE Pass 477 (780) processed. 5 failed. spent: 154:50, 97:37 mins remaining. ImportedContextsEqualsExported. time: 36776ms [INFO] Pass 477 (780) processed. 5 failed. spent: 154:50, 97:37 mins remaining. ImportedContextsEqualsExported. time: 36776ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:30:26.443 [INFO] !MESSAGE [AUT-0] Finished: ImportedFromFileTestCaseEqualsExported.test in 25465 (477 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:30:26.446 [INFO] !MESSAGE [AUT-0] Starting: ImportedTesCaseEqualsExported.test (478 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:30:26.470 [INFO] !MESSAGE Pass 478 (780) processed. 5 failed. spent: 155:18, 97:23 mins remaining. ImportedFromFileTestCaseEqualsExported. time: 25465ms [INFO] Pass 478 (780) processed. 5 failed. spent: 155:18, 97:23 mins remaining. ImportedFromFileTestCaseEqualsExported. time: 25465ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:30:52.094 [INFO] !MESSAGE [AUT-0] Finished: ImportedTesCaseEqualsExported.test in 23839 (478 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:30:52.096 [INFO] !MESSAGE Pass 479 (780) processed. 5 failed. spent: 155:43, 97:38 mins remaining. ImportedTesCaseEqualsExported. time: 23839ms [INFO] Pass 479 (780) processed. 5 failed. spent: 155:43, 97:38 mins remaining. ImportedTesCaseEqualsExported. time: 23839ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:30:52.097 [INFO] !MESSAGE [AUT-0] Starting: IsEmptyText.test (479 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:31:05.571 [INFO] !MESSAGE [AUT-0] Finished: IsEmptyText.test in 11730 (479 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:31:05.573 [INFO] !MESSAGE [AUT-0] Starting: Job error is captured by Error Log Verification.test (480 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:31:05.616 [INFO] !MESSAGE Pass 480 (780) processed. 5 failed. spent: 155:57, 96:44 mins remaining. IsEmptyText. time: 11730ms [INFO] Pass 480 (780) processed. 5 failed. spent: 155:57, 96:44 mins remaining. IsEmptyText. time: 11730ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:33:15.772 [INFO] !MESSAGE [AUT-0] Finished: Job error is captured by Error Log Verification.test in 126942, Assertion of text failed: expected: but was:<>. (480 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:33:15.780 [INFO] !MESSAGE [AUT-0] Starting: Launch Test From Report Viewer.test (481 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:33:15.851 [INFO] !MESSAGE Fail 481 (780) processed. 6 failed. spent: 158:07, 97:33 mins remaining. Job error is captured by Error Log Verification. time: 126942ms Cause: Assertion of text failed: expected: but was:<>. [INFO] Fail 481 (780) processed. 6 failed. spent: 158:07, 97:33 mins remaining. Job error is captured by Error Log Verification. time: 126942ms Cause: Assertion of text failed: expected: but was:<>. [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:34:11.007 [INFO] !MESSAGE [AUT-0] Finished: Launch Test From Report Viewer.test in 51969 (481 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:34:11.011 [INFO] !MESSAGE [AUT-0] Starting: LaunchCheck_ECL_SuperContext.test (482 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:34:11.068 [INFO] !MESSAGE Pass 482 (780) processed. 6 failed. spent: 159:02, 97:35 mins remaining. Launch Test From Report Viewer. time: 51969ms [INFO] Pass 482 (780) processed. 6 failed. spent: 159:02, 97:35 mins remaining. Launch Test From Report Viewer. time: 51969ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:34:51.048 [INFO] !MESSAGE [AUT-0] Finished: LaunchCheck_ECL_SuperContext.test in 36946 (482 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:34:51.052 [INFO] !MESSAGE [AUT-0] Starting: LaunchCheck_Group_SuperConext.test (483 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:34:51.061 [INFO] !MESSAGE Pass 483 (780) processed. 6 failed. spent: 159:42, 97:27 mins remaining. LaunchCheck_ECL_SuperContext. time: 36946ms [INFO] Pass 483 (780) processed. 6 failed. spent: 159:42, 97:27 mins remaining. LaunchCheck_ECL_SuperContext. time: 36946ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:35:41.196 [INFO] !MESSAGE [AUT-0] Finished: LaunchCheck_Group_SuperConext.test in 47339 (483 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:35:41.199 [INFO] !MESSAGE [AUT-0] Starting: LaunchCheck_Launch_SuperContext.test (484 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:35:41.246 [INFO] !MESSAGE Pass 484 (780) processed. 6 failed. spent: 160:32, 97:26 mins remaining. LaunchCheck_Group_SuperConext. time: 47339ms [INFO] Pass 484 (780) processed. 6 failed. spent: 160:32, 97:26 mins remaining. LaunchCheck_Group_SuperConext. time: 47339ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:36:27.751 [INFO] !MESSAGE [AUT-0] Finished: LaunchCheck_Launch_SuperContext.test in 43006 (484 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:36:27.754 [INFO] !MESSAGE [AUT-0] Starting: LaunchCheck_Wb_SuperContext.test (485 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:36:27.767 [INFO] !MESSAGE Pass 485 (780) processed. 6 failed. spent: 161:19, 97:23 mins remaining. LaunchCheck_Launch_SuperContext. time: 43006ms [INFO] Pass 485 (780) processed. 6 failed. spent: 161:19, 97:23 mins remaining. LaunchCheck_Launch_SuperContext. time: 43006ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:37:38.406 [INFO] !MESSAGE [AUT-0] Finished: LaunchCheck_Wb_SuperContext.test in 68530 (485 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:37:38.409 [INFO] !MESSAGE [AUT-0] Starting: LaunchCheck_Ws_Pref_SuperContext.test (486 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:37:38.452 [INFO] !MESSAGE Pass 486 (780) processed. 6 failed. spent: 162:30, 97:33 mins remaining. LaunchCheck_Wb_SuperContext. time: 68530ms [INFO] Pass 486 (780) processed. 6 failed. spent: 162:30, 97:33 mins remaining. LaunchCheck_Wb_SuperContext. time: 68530ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:38:39.668 [INFO] !MESSAGE [AUT-0] Finished: LaunchCheck_Ws_Pref_SuperContext.test in 57865 (486 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:38:39.671 [INFO] !MESSAGE [AUT-0] Starting: LaunchngATestCaseWithUnsavedContext.test (487 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:38:39.684 [INFO] !MESSAGE Pass 487 (780) processed. 6 failed. spent: 163:31, 97:38 mins remaining. LaunchCheck_Ws_Pref_SuperContext. time: 57865ms [INFO] Pass 487 (780) processed. 6 failed. spent: 163:31, 97:38 mins remaining. LaunchCheck_Ws_Pref_SuperContext. time: 57865ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:39:06.173 [INFO] !MESSAGE [AUT-0] Finished: LaunchngATestCaseWithUnsavedContext.test in 25005 (487 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:39:06.175 [INFO] !MESSAGE [AUT-0] Starting: LinkWithEditorInQ7Explorer.test (488 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:39:06.217 [INFO] !MESSAGE Pass 488 (780) processed. 6 failed. spent: 163:57, 97:21 mins remaining. LaunchngATestCaseWithUnsavedContext. time: 25005ms [INFO] Pass 488 (780) processed. 6 failed. spent: 163:57, 97:21 mins remaining. LaunchngATestCaseWithUnsavedContext. time: 25005ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:39:31.187 [INFO] !MESSAGE [AUT-0] Finished: LinkWithEditorInQ7Explorer.test in 23551 (488 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:39:31.190 [INFO] !MESSAGE [AUT-0] Starting: ListFeatures.test (489 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:39:31.242 [INFO] !MESSAGE Pass 489 (780) processed. 6 failed. spent: 164:22, 97:04 mins remaining. LinkWithEditorInQ7Explorer. time: 23551ms [INFO] Pass 489 (780) processed. 6 failed. spent: 164:22, 97:04 mins remaining. LinkWithEditorInQ7Explorer. time: 23551ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:40:23.784 [INFO] !MESSAGE [AUT-0] Finished: ListFeatures.test in 50644 (489 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:40:23.788 [INFO] !MESSAGE [AUT-0] Starting: ListPlugins.test (490 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:40:23.854 [INFO] !MESSAGE Pass 490 (780) processed. 6 failed. spent: 165:15, 97:04 mins remaining. ListFeatures. time: 50644ms [INFO] Pass 490 (780) processed. 6 failed. spent: 165:15, 97:04 mins remaining. ListFeatures. time: 50644ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:41:13.395 [INFO] !MESSAGE [AUT-0] Finished: ListPlugins.test in 47868 (490 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:41:13.397 [INFO] !MESSAGE [AUT-0] Starting: LoadAUTfromFolderContext.test (491 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:41:13.451 [INFO] !MESSAGE Pass 491 (780) processed. 6 failed. spent: 166:05, 97:01 mins remaining. ListPlugins. time: 47868ms [INFO] Pass 491 (780) processed. 6 failed. spent: 166:05, 97:01 mins remaining. ListPlugins. time: 47868ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:43:39.533 [INFO] !MESSAGE [AUT-0] Finished: LoadAUTfromFolderContext.test in 143106 (491 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:43:39.537 [INFO] !MESSAGE [AUT-0] Starting: LoadReport.test (492 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:43:39.559 [INFO] !MESSAGE Pass 492 (780) processed. 6 failed. spent: 168:31, 97:54 mins remaining. LoadAUTfromFolderContext. time: 143106ms [INFO] Pass 492 (780) processed. 6 failed. spent: 168:31, 97:54 mins remaining. LoadAUTfromFolderContext. time: 143106ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:43:55.554 [INFO] !MESSAGE [AUT-0] Finished: LoadReport.test in 14521 (492 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:43:55.557 [INFO] !MESSAGE [AUT-0] Starting: MarkTaskAsCompleted.test (493 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:43:55.574 [INFO] !MESSAGE Pass 493 (780) processed. 6 failed. spent: 168:47, 97:31 mins remaining. LoadReport. time: 14521ms [INFO] Pass 493 (780) processed. 6 failed. spent: 168:47, 97:31 mins remaining. LoadReport. time: 14521ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:44:17.297 [INFO] !MESSAGE [AUT-0] Finished: MarkTaskAsCompleted.test in 19387, Assertion of columns failed: expected: but was:. (493 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:44:17.300 [INFO] !MESSAGE [AUT-0] Starting: MarkersCanBeAsserted.test (494 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:44:17.395 [INFO] !MESSAGE Fail 494 (780) processed. 7 failed. spent: 169:09, 97:11 mins remaining. MarkTaskAsCompleted. time: 19387ms Cause: Assertion of columns failed: expected: but was:. [INFO] Fail 494 (780) processed. 7 failed. spent: 169:09, 97:11 mins remaining. MarkTaskAsCompleted. time: 19387ms Cause: Assertion of columns failed: expected: but was:. [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:44:28.271 [INFO] !MESSAGE [AUT-0] Finished: MarkersCanBeAsserted.test in 9321 (494 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:44:28.273 [INFO] !MESSAGE [AUT-0] Starting: Merge Resources in same-named project .test (495 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:44:28.305 [INFO] !MESSAGE Pass 495 (780) processed. 7 failed. spent: 169:20, 96:45 mins remaining. MarkersCanBeAsserted. time: 9321ms [INFO] Pass 495 (780) processed. 7 failed. spent: 169:20, 96:45 mins remaining. MarkersCanBeAsserted. time: 9321ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:44:58.798 [INFO] !MESSAGE [AUT-0] Finished: Merge Resources in same-named project .test in 28918 (495 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:44:58.801 [INFO] !MESSAGE [AUT-0] Starting: MergeWSContextsWithCaseSensitiveFileNames.test (496 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:44:58.858 [INFO] !MESSAGE Pass 496 (780) processed. 7 failed. spent: 169:50, 96:30 mins remaining. Merge Resources in same-named project . time: 28918ms [INFO] Pass 496 (780) processed. 7 failed. spent: 169:50, 96:30 mins remaining. Merge Resources in same-named project . time: 28918ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:45:21.347 [INFO] !MESSAGE [AUT-0] Finished: MergeWSContextsWithCaseSensitiveFileNames.test in 20538 (496 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:45:21.351 [INFO] !MESSAGE [AUT-0] Starting: MinimalSave.test (497 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:45:21.351 [INFO] !MESSAGE Pass 497 (780) processed. 7 failed. spent: 170:13, 96:43 mins remaining. MergeWSContextsWithCaseSensitiveFileNames. time: 20538ms [INFO] Pass 497 (780) processed. 7 failed. spent: 170:13, 96:43 mins remaining. MergeWSContextsWithCaseSensitiveFileNames. time: 20538ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:45:36.349 [INFO] !MESSAGE [AUT-0] Finished: MinimalSave.test in 13150 (497 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:45:36.352 [INFO] !MESSAGE [AUT-0] Starting: MoveBunchOfElementsToAnotherProject.test (498 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:45:36.368 [INFO] !MESSAGE Pass 498 (780) processed. 7 failed. spent: 170:28, 95:48 mins remaining. MinimalSave. time: 13150ms [INFO] Pass 498 (780) processed. 7 failed. spent: 170:28, 95:48 mins remaining. MinimalSave. time: 13150ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:45:51.357 [INFO] !MESSAGE [AUT-0] Finished: MoveBunchOfElementsToAnotherProject.test in 13426 (498 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:45:51.359 [INFO] !MESSAGE [AUT-0] Starting: MoveContextByDragDrop.test (499 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:45:51.382 [INFO] !MESSAGE Pass 499 (780) processed. 7 failed. spent: 170:43, 95:24 mins remaining. MoveBunchOfElementsToAnotherProject. time: 13426ms [INFO] Pass 499 (780) processed. 7 failed. spent: 170:43, 95:24 mins remaining. MoveBunchOfElementsToAnotherProject. time: 13426ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:46:12.836 [INFO] !MESSAGE [AUT-0] Finished: MoveContextByDragDrop.test in 19835 (499 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:46:12.843 [INFO] !MESSAGE [AUT-0] Starting: MoveContextInContextList.test (500 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:46:12.903 [INFO] !MESSAGE Pass 500 (780) processed. 7 failed. spent: 171:04, 95:04 mins remaining. MoveContextByDragDrop. time: 19835ms [INFO] Pass 500 (780) processed. 7 failed. spent: 171:04, 95:04 mins remaining. MoveContextByDragDrop. time: 19835ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:46:32.846 [INFO] !MESSAGE [AUT-0] Finished: MoveContextInContextList.test in 18610 (500 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:46:32.848 [INFO] !MESSAGE [AUT-0] Starting: MoveElementsToAnotherProjectOneByOne.test (501 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:46:32.859 [INFO] !MESSAGE Pass 501 (780) processed. 7 failed. spent: 171:24, 94:43 mins remaining. MoveContextInContextList. time: 18610ms [INFO] Pass 501 (780) processed. 7 failed. spent: 171:24, 94:43 mins remaining. MoveContextInContextList. time: 18610ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:46:53.861 [INFO] !MESSAGE [AUT-0] Finished: MoveElementsToAnotherProjectOneByOne.test in 19354 (501 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:46:53.864 [INFO] !MESSAGE [AUT-0] Starting: MoveEntireContextsToAnotherProject.test (502 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:46:53.879 [INFO] !MESSAGE Pass 502 (780) processed. 7 failed. spent: 171:45, 94:23 mins remaining. MoveElementsToAnotherProjectOneByOne. time: 19354ms [INFO] Pass 502 (780) processed. 7 failed. spent: 171:45, 94:23 mins remaining. MoveElementsToAnotherProjectOneByOne. time: 19354ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:47:14.811 [INFO] !MESSAGE [AUT-0] Finished: MoveEntireContextsToAnotherProject.test in 19581 (502 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:47:14.814 [INFO] !MESSAGE [AUT-0] Starting: MoveFolderToProjectWithDuplicateFolder.test (503 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:47:14.859 [INFO] !MESSAGE Pass 503 (780) processed. 7 failed. spent: 172:06, 94:03 mins remaining. MoveEntireContextsToAnotherProject. time: 19581ms [INFO] Pass 503 (780) processed. 7 failed. spent: 172:06, 94:03 mins remaining. MoveEntireContextsToAnotherProject. time: 19581ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:47:40.344 [INFO] !MESSAGE [AUT-0] Finished: MoveFolderToProjectWithDuplicateFolder.test in 23667 (503 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:47:40.347 [INFO] !MESSAGE [AUT-0] Starting: MoveFolderWithTestAndContext.test (504 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:47:40.354 [INFO] !MESSAGE Pass 504 (780) processed. 7 failed. spent: 172:32, 93:46 mins remaining. MoveFolderToProjectWithDuplicateFolder. time: 23667ms [INFO] Pass 504 (780) processed. 7 failed. spent: 172:32, 93:46 mins remaining. MoveFolderToProjectWithDuplicateFolder. time: 23667ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:48:11.892 [INFO] !MESSAGE [AUT-0] Finished: MoveFolderWithTestAndContext.test in 29991 (504 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:48:11.894 [INFO] !MESSAGE [AUT-0] Starting: MoveLineByAltUp_DownInEclContext.test (505 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:48:11.944 [INFO] !MESSAGE Pass 505 (780) processed. 7 failed. spent: 173:03, 93:31 mins remaining. MoveFolderWithTestAndContext. time: 29991ms [INFO] Pass 505 (780) processed. 7 failed. spent: 173:03, 93:31 mins remaining. MoveFolderWithTestAndContext. time: 29991ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:48:29.414 [INFO] !MESSAGE [AUT-0] Finished: MoveLineByAltUp_DownInEclContext.test in 15799 (505 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:48:29.417 [INFO] !MESSAGE [AUT-0] Starting: MoveLineByAltUp_DownInScriptViewer.test (506 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:48:29.463 [INFO] !MESSAGE Pass 506 (780) processed. 7 failed. spent: 173:21, 93:09 mins remaining. MoveLineByAltUp\DownInEclContext. time: 15799ms [INFO] Pass 506 (780) processed. 7 failed. spent: 173:21, 93:09 mins remaining. MoveLineByAltUp\DownInEclContext. time: 15799ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:48:47.488 [INFO] !MESSAGE [AUT-0] Finished: MoveLineByAltUp_DownInScriptViewer.test in 14967 (506 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:48:47.491 [INFO] !MESSAGE [AUT-0] Starting: MoveObjectToProjectWithDuplicateObject.test (507 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:48:47.586 [INFO] !MESSAGE Pass 507 (780) processed. 7 failed. spent: 173:39, 92:47 mins remaining. MoveLineByAltUp\DownInScriptViewer. time: 14967ms [INFO] Pass 507 (780) processed. 7 failed. spent: 173:39, 92:47 mins remaining. MoveLineByAltUp\DownInScriptViewer. time: 14967ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:49:20.507 [INFO] !MESSAGE [AUT-0] Finished: MoveObjectToProjectWithDuplicateObject.test in 31518 (507 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:49:20.510 [INFO] !MESSAGE [AUT-0] Starting: MoveObjectsByDragDrop.test (508 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:49:20.562 [INFO] !MESSAGE Pass 508 (780) processed. 7 failed. spent: 174:12, 92:33 mins remaining. MoveObjectToProjectWithDuplicateObject. time: 31518ms [INFO] Pass 508 (780) processed. 7 failed. spent: 174:12, 92:33 mins remaining. MoveObjectToProjectWithDuplicateObject. time: 31518ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:49:40.013 [INFO] !MESSAGE [AUT-0] Finished: MoveObjectsByDragDrop.test in 17949 (508 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:49:40.016 [INFO] !MESSAGE [AUT-0] Starting: MoveOneTestByDragDrop.test (509 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:49:40.080 [INFO] !MESSAGE Pass 509 (780) processed. 7 failed. spent: 174:31, 92:12 mins remaining. MoveObjectsByDragDrop. time: 17949ms [INFO] Pass 509 (780) processed. 7 failed. spent: 174:31, 92:12 mins remaining. MoveObjectsByDragDrop. time: 17949ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:50:05.123 [INFO] !MESSAGE [AUT-0] Finished: MoveOneTestByDragDrop.test in 23030 (509 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:50:05.127 [INFO] !MESSAGE [AUT-0] Starting: MoveReadOnlyResourceIntoAFolder.test (510 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:50:05.155 [INFO] !MESSAGE Pass 510 (780) processed. 7 failed. spent: 174:56, 91:54 mins remaining. MoveOneTestByDragDrop. time: 23030ms [INFO] Pass 510 (780) processed. 7 failed. spent: 174:56, 91:54 mins remaining. MoveOneTestByDragDrop. time: 23030ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:50:23.093 [INFO] !MESSAGE [AUT-0] Finished: MoveReadOnlyResourceIntoAFolder.test in 16603 (510 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:50:23.096 [INFO] !MESSAGE [AUT-0] Starting: MultipleScenarioModificationTest.test (511 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:50:23.173 [INFO] !MESSAGE Pass 511 (780) processed. 7 failed. spent: 175:14, 91:32 mins remaining. MoveReadOnlyResourceIntoAFolder. time: 16603ms [INFO] Pass 511 (780) processed. 7 failed. spent: 175:14, 91:32 mins remaining. MoveReadOnlyResourceIntoAFolder. time: 16603ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:50:56.610 [INFO] !MESSAGE [AUT-0] Finished: MultipleScenarioModificationTest.test in 31988 (511 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:50:56.613 [INFO] !MESSAGE [AUT-0] Starting: NavigationInContextDescription.test (512 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:50:56.704 [INFO] !MESSAGE Pass 512 (780) processed. 7 failed. spent: 175:48, 91:19 mins remaining. MultipleScenarioModificationTest. time: 31988ms [INFO] Pass 512 (780) processed. 7 failed. spent: 175:48, 91:19 mins remaining. MultipleScenarioModificationTest. time: 31988ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:51:15.596 [INFO] !MESSAGE [AUT-0] Finished: NavigationInContextDescription.test in 17364 (512 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:51:15.598 [INFO] !MESSAGE [AUT-0] Starting: NavigationInTagsFieldOfTestCase.test (513 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:51:15.623 [INFO] !MESSAGE Pass 513 (780) processed. 7 failed. spent: 176:07, 90:57 mins remaining. NavigationInContextDescription. time: 17364ms [INFO] Pass 513 (780) processed. 7 failed. spent: 176:07, 90:57 mins remaining. NavigationInContextDescription. time: 17364ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:51:35.152 [INFO] !MESSAGE [AUT-0] Finished: NavigationInTagsFieldOfTestCase.test in 17994 (513 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:51:35.154 [INFO] !MESSAGE [AUT-0] Starting: NavigationInTestDescription.test (514 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:51:35.156 [INFO] !MESSAGE Pass 514 (780) processed. 7 failed. spent: 176:26, 90:36 mins remaining. NavigationInTagsFieldOfTestCase. time: 17994ms [INFO] Pass 514 (780) processed. 7 failed. spent: 176:26, 90:36 mins remaining. NavigationInTagsFieldOfTestCase. time: 17994ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:51:54.683 [INFO] !MESSAGE [AUT-0] Finished: NavigationInTestDescription.test in 17676 (514 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:51:54.685 [INFO] !MESSAGE [AUT-0] Starting: NavigationInTestSuiteDescription.test (515 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:51:54.782 [INFO] !MESSAGE Pass 515 (780) processed. 7 failed. spent: 176:46, 90:15 mins remaining. NavigationInTestDescription. time: 17676ms [INFO] Pass 515 (780) processed. 7 failed. spent: 176:46, 90:15 mins remaining. NavigationInTestDescription. time: 17676ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:52:13.703 [INFO] !MESSAGE [AUT-0] Finished: NavigationInTestSuiteDescription.test in 17103 (515 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:52:13.705 [INFO] !MESSAGE [AUT-0] Starting: NavigationOnScriptViewer.test (516 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:52:13.801 [INFO] !MESSAGE Pass 516 (780) processed. 7 failed. spent: 177:05, 89:54 mins remaining. NavigationInTestSuiteDescription. time: 17103ms [INFO] Pass 516 (780) processed. 7 failed. spent: 177:05, 89:54 mins remaining. NavigationInTestSuiteDescription. time: 17103ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:52:26.797 [INFO] !MESSAGE [AUT-0] Finished: NavigationOnScriptViewer.test in 11190, Assertion of caption failed: expected:<1 : 86> but was:<1 : 4 : 3>. (516 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:52:26.800 [INFO] !MESSAGE [AUT-0] Starting: New Contexts Creation.scenario (517 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:52:26.843 [INFO] !MESSAGE Fail 517 (780) processed. 8 failed. spent: 177:18, 89:30 mins remaining. NavigationOnScriptViewer. time: 11190ms Cause: Assertion of caption failed: expected:<1 : 86> but was:<1 : 4 : 3>. [INFO] Fail 517 (780) processed. 8 failed. spent: 177:18, 89:30 mins remaining. NavigationOnScriptViewer. time: 11190ms Cause: Assertion of caption failed: expected:<1 : 86> but was:<1 : 4 : 3>. [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:52:57.867 [INFO] !MESSAGE [AUT-0] Finished: New Contexts Creation.scenario in 29439 (517 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:52:57.870 [INFO] !MESSAGE [AUT-0] Starting: New Project Creation.scenario (518 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:52:57.873 [INFO] !MESSAGE Pass 518 (780) processed. 8 failed. spent: 177:49, 89:15 mins remaining. New Contexts Creation. time: 29439ms [INFO] Pass 518 (780) processed. 8 failed. spent: 177:49, 89:15 mins remaining. New Contexts Creation. time: 29439ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:53:12.345 [INFO] !MESSAGE [AUT-0] Finished: New Project Creation.scenario in 12605 (518 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:53:12.347 [INFO] !MESSAGE [AUT-0] Starting: New Scenario Creation.scenario (519 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:53:12.388 [INFO] !MESSAGE Pass 519 (780) processed. 8 failed. spent: 178:04, 88:51 mins remaining. New Project Creation. time: 12605ms [INFO] Pass 519 (780) processed. 8 failed. spent: 178:04, 88:51 mins remaining. New Project Creation. time: 12605ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:53:26.443 [INFO] !MESSAGE [AUT-0] Finished: New Scenario Creation.scenario in 12290 (519 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:53:26.445 [INFO] !MESSAGE [AUT-0] Starting: NewFolderInRootPath.test (520 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:53:26.508 [INFO] !MESSAGE Pass 520 (780) processed. 8 failed. spent: 178:18, 88:28 mins remaining. New Scenario Creation. time: 12290ms [INFO] Pass 520 (780) processed. 8 failed. spent: 178:18, 88:28 mins remaining. New Scenario Creation. time: 12290ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:53:46.915 [INFO] !MESSAGE [AUT-0] Finished: NewFolderInRootPath.test in 17739 (520 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:53:46.918 [INFO] !MESSAGE [AUT-0] Starting: NoLaunchDuplicates.test (521 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:53:46.952 [INFO] !MESSAGE Pass 521 (780) processed. 8 failed. spent: 178:38, 88:07 mins remaining. NewFolderInRootPath. time: 17739ms [INFO] Pass 521 (780) processed. 8 failed. spent: 178:38, 88:07 mins remaining. NewFolderInRootPath. time: 17739ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:55:08.022 [INFO] !MESSAGE [AUT-0] Finished: NoLaunchDuplicates.test in 77912 (521 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:55:08.031 [INFO] !MESSAGE [AUT-0] Starting: NoUndoInReopenedDocument.test (522 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:55:08.060 [INFO] !MESSAGE Pass 522 (780) processed. 8 failed. spent: 179:59, 88:16 mins remaining. NoLaunchDuplicates. time: 77912ms [INFO] Pass 522 (780) processed. 8 failed. spent: 179:59, 88:16 mins remaining. NoLaunchDuplicates. time: 77912ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:55:25.108 [INFO] !MESSAGE [AUT-0] Finished: NoUndoInReopenedDocument.test in 15114 (522 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:55:25.111 [INFO] !MESSAGE [AUT-0] Starting: NotAllowedToReplaceInContexts.test (523 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:55:25.177 [INFO] !MESSAGE Pass 523 (780) processed. 8 failed. spent: 180:16, 87:54 mins remaining. NoUndoInReopenedDocument. time: 15114ms [INFO] Pass 523 (780) processed. 8 failed. spent: 180:16, 87:54 mins remaining. NoUndoInReopenedDocument. time: 15114ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:55:40.130 [INFO] !MESSAGE [AUT-0] Finished: NotAllowedToReplaceInContexts.test in 13336 (523 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:55:40.133 [INFO] !MESSAGE [AUT-0] Starting: NotRemoveDuplicateContextFromTestAtAddingDefaultContexts.test (524 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:55:40.191 [INFO] !MESSAGE Pass 524 (780) processed. 8 failed. spent: 180:31, 87:30 mins remaining. NotAllowedToReplaceInContexts. time: 13336ms [INFO] Pass 524 (780) processed. 8 failed. spent: 180:31, 87:30 mins remaining. NotAllowedToReplaceInContexts. time: 13336ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:56:12.569 [INFO] !MESSAGE [AUT-0] Finished: NotRemoveDuplicateContextFromTestAtAddingDefaultContexts.test in 29168 (524 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:56:12.572 [INFO] !MESSAGE [AUT-0] Starting: NotSaveChangesInContext.test (525 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:56:12.663 [INFO] !MESSAGE Pass 525 (780) processed. 8 failed. spent: 181:04, 87:16 mins remaining. NotRemoveDuplicateContextFromTestAtAddingDefaultContexts. time: 29168ms [INFO] Pass 525 (780) processed. 8 failed. spent: 181:04, 87:16 mins remaining. NotRemoveDuplicateContextFromTestAtAddingDefaultContexts. time: 29168ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:56:32.113 [INFO] !MESSAGE [AUT-0] Finished: NotSaveChangesInContext.test in 17596 (525 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:56:32.115 [INFO] !MESSAGE [AUT-0] Starting: NotSaveChangesInTest.test (526 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:56:32.185 [INFO] !MESSAGE Pass 526 (780) processed. 8 failed. spent: 181:23, 86:54 mins remaining. NotSaveChangesInContext. time: 17596ms [INFO] Pass 526 (780) processed. 8 failed. spent: 181:23, 86:54 mins remaining. NotSaveChangesInContext. time: 17596ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:56:52.161 [INFO] !MESSAGE [AUT-0] Finished: NotSaveChangesInTest.test in 18113 (526 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:56:52.163 [INFO] !MESSAGE [AUT-0] Starting: Open File From Workspace Context.test (527 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:56:52.203 [INFO] !MESSAGE Pass 527 (780) processed. 8 failed. spent: 181:43, 86:33 mins remaining. NotSaveChangesInTest. time: 18113ms [INFO] Pass 527 (780) processed. 8 failed. spent: 181:43, 86:33 mins remaining. NotSaveChangesInTest. time: 18113ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:57:04.692 [INFO] !MESSAGE [AUT-0] Finished: Open File From Workspace Context.test in 10943 (527 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:57:04.695 [INFO] !MESSAGE [AUT-0] Starting: OpenAndApplyTestAfterSearching.test (528 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:57:04.715 [INFO] !MESSAGE Pass 528 (780) processed. 8 failed. spent: 181:56, 86:09 mins remaining. Open File From Workspace Context. time: 10943ms [INFO] Pass 528 (780) processed. 8 failed. spent: 181:56, 86:09 mins remaining. Open File From Workspace Context. time: 10943ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:57:27.212 [INFO] !MESSAGE [AUT-0] Finished: OpenAndApplyTestAfterSearching.test in 19844 (528 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:57:27.214 [INFO] !MESSAGE [AUT-0] Starting: OpenContextEditorFromTestEditor.test (529 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:57:27.254 [INFO] !MESSAGE Pass 529 (780) processed. 8 failed. spent: 182:18, 85:49 mins remaining. OpenAndApplyTestAfterSearching. time: 19844ms [INFO] Pass 529 (780) processed. 8 failed. spent: 182:18, 85:49 mins remaining. OpenAndApplyTestAfterSearching. time: 19844ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:57:46.213 [INFO] !MESSAGE [AUT-0] Finished: OpenContextEditorFromTestEditor.test in 17631 (529 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:57:46.216 [INFO] !MESSAGE [AUT-0] Starting: OpenContextFromToolbar.test (530 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:57:46.272 [INFO] !MESSAGE Pass 530 (780) processed. 8 failed. spent: 182:38, 85:28 mins remaining. OpenContextEditorFromTestEditor. time: 17631ms [INFO] Pass 530 (780) processed. 8 failed. spent: 182:38, 85:28 mins remaining. OpenContextEditorFromTestEditor. time: 17631ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:58:02.251 [INFO] !MESSAGE [AUT-0] Finished: OpenContextFromToolbar.test in 14413 (530 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:58:02.254 [INFO] !MESSAGE [AUT-0] Starting: OpenDefaultContextFRomTestCase.test (531 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:58:02.287 [INFO] !MESSAGE Pass 531 (780) processed. 8 failed. spent: 182:54, 85:06 mins remaining. OpenContextFromToolbar. time: 14413ms [INFO] Pass 531 (780) processed. 8 failed. spent: 182:54, 85:06 mins remaining. OpenContextFromToolbar. time: 14413ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:58:17.747 [INFO] !MESSAGE [AUT-0] Finished: OpenDefaultContextFRomTestCase.test in 13651 (531 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:58:17.750 [INFO] !MESSAGE [AUT-0] Starting: OpenFiles.test (532 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:58:17.752 [INFO] !MESSAGE Pass 532 (780) processed. 8 failed. spent: 183:09, 84:42 mins remaining. OpenDefaultContextFromTestCase. time: 13651ms [INFO] Pass 532 (780) processed. 8 failed. spent: 183:09, 84:42 mins remaining. OpenDefaultContextFromTestCase. time: 13651ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:58:34.210 [INFO] !MESSAGE [AUT-0] Finished: OpenFiles.test in 13611 (532 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:58:34.212 [INFO] !MESSAGE [AUT-0] Starting: OpenFiles.test (533 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:58:34.269 [INFO] !MESSAGE Pass 533 (780) processed. 8 failed. spent: 183:26, 84:20 mins remaining. OpenFiles. time: 13611ms [INFO] Pass 533 (780) processed. 8 failed. spent: 183:26, 84:20 mins remaining. OpenFiles. time: 13611ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:58:52.301 [INFO] !MESSAGE [AUT-0] Finished: OpenFiles.test in 14852 (533 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:58:52.304 [INFO] !MESSAGE [AUT-0] Starting: OpenRCPTTSearchDialog.test (534 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:58:52.387 [INFO] !MESSAGE Pass 534 (780) processed. 8 failed. spent: 183:44, 83:58 mins remaining. OpenFiles. time: 14852ms [INFO] Pass 534 (780) processed. 8 failed. spent: 183:44, 83:58 mins remaining. OpenFiles. time: 14852ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:59:08.489 [INFO] !MESSAGE [AUT-0] Finished: OpenRCPTTSearchDialog.test in 13401 (534 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:59:08.493 [INFO] !MESSAGE [AUT-0] Starting: OpenRunConfigurationFromQ7Explorer.test (535 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:59:08.544 [INFO] !MESSAGE Pass 535 (780) processed. 8 failed. spent: 184:00, 83:36 mins remaining. OpenRCPTTSearchDialog. time: 13401ms [INFO] Pass 535 (780) processed. 8 failed. spent: 184:00, 83:36 mins remaining. OpenRCPTTSearchDialog. time: 13401ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:59:28.514 [INFO] !MESSAGE [AUT-0] Finished: OpenRunConfigurationFromQ7Explorer.test in 18294 (535 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:59:28.516 [INFO] !MESSAGE [AUT-0] Starting: OpenTestFromToolbar.test (536 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:59:28.571 [INFO] !MESSAGE Pass 536 (780) processed. 8 failed. spent: 184:20, 83:15 mins remaining. OpenRunConfigurationFromQ7Explorer. time: 18294ms [INFO] Pass 536 (780) processed. 8 failed. spent: 184:20, 83:15 mins remaining. OpenRunConfigurationFromQ7Explorer. time: 18294ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:59:47.476 [INFO] !MESSAGE [AUT-0] Finished: OpenTestFromToolbar.test in 17404 (536 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 04:59:47.479 [INFO] !MESSAGE [AUT-0] Starting: OrderContextsInGroupContext.test (537 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 04:59:47.489 [INFO] !MESSAGE Pass 537 (780) processed. 8 failed. spent: 184:39, 82:54 mins remaining. OpenTestFromToolbar. time: 17404ms [INFO] Pass 537 (780) processed. 8 failed. spent: 184:39, 82:54 mins remaining. OpenTestFromToolbar. time: 17404ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:00:05.498 [INFO] !MESSAGE [AUT-0] Finished: OrderContextsInGroupContext.test in 16464 (537 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:00:05.500 [INFO] !MESSAGE [AUT-0] Starting: PageUp_PageDownInScriptViewer.test (538 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:00:05.506 [INFO] !MESSAGE Pass 538 (780) processed. 8 failed. spent: 184:57, 82:32 mins remaining. OrderContextsInGroupContext. time: 16464ms [INFO] Pass 538 (780) processed. 8 failed. spent: 184:57, 82:32 mins remaining. OrderContextsInGroupContext. time: 16464ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:00:21.492 [INFO] !MESSAGE [AUT-0] Finished: PageUp_PageDownInScriptViewer.test in 13927 (538 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:00:21.495 [INFO] !MESSAGE [AUT-0] Starting: Parameters.test (539 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:00:21.522 [INFO] !MESSAGE Pass 539 (780) processed. 8 failed. spent: 185:13, 82:09 mins remaining. PageUp\PageDownInScriptViewer. time: 13927ms [INFO] Pass 539 (780) processed. 8 failed. spent: 185:13, 82:09 mins remaining. PageUp\PageDownInScriptViewer. time: 13927ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:00:38.559 [INFO] !MESSAGE [AUT-0] Finished: Parameters.test in 14301 (539 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:00:38.561 [INFO] !MESSAGE [AUT-0] Starting: ParseDateTime.test (540 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:00:38.646 [INFO] !MESSAGE Pass 540 (780) processed. 8 failed. spent: 185:30, 81:47 mins remaining. Parameters. time: 14301ms [INFO] Pass 540 (780) processed. 8 failed. spent: 185:30, 81:47 mins remaining. Parameters. time: 14301ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:00:44.891 [INFO] !MESSAGE [AUT-0] Finished: ParseDateTime.test in 5119 (540 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:00:44.894 [INFO] !MESSAGE [AUT-0] Starting: Q7SearchBox2.test (541 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:00:44.952 [INFO] !MESSAGE Pass 541 (780) processed. 8 failed. spent: 185:36, 81:20 mins remaining. ParseDateTime. time: 5119ms [INFO] Pass 541 (780) processed. 8 failed. spent: 185:36, 81:20 mins remaining. ParseDateTime. time: 5119ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:00:57.888 [INFO] !MESSAGE [AUT-0] Finished: Q7SearchBox2.test in 11347 (541 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:00:57.890 [INFO] !MESSAGE [AUT-0] Starting: Q7SearchBoxTest.test (542 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:00:57.973 [INFO] !MESSAGE Pass 542 (780) processed. 8 failed. spent: 185:49, 80:57 mins remaining. Q7SearchBox2. time: 11347ms [INFO] Pass 542 (780) processed. 8 failed. spent: 185:49, 80:57 mins remaining. Q7SearchBox2. time: 11347ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:01:10.341 [INFO] !MESSAGE [AUT-0] Finished: Q7SearchBoxTest.test in 11149 (542 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:01:10.343 [INFO] !MESSAGE [AUT-0] Starting: QS-1252_It is possible to add duplicate editor in Workbench context.test (543 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:01:10.385 [INFO] !MESSAGE Pass 543 (780) processed. 8 failed. spent: 186:02, 80:33 mins remaining. Q7SearchBoxTest. time: 11149ms [INFO] Pass 543 (780) processed. 8 failed. spent: 186:02, 80:33 mins remaining. Q7SearchBoxTest. time: 11149ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:01:25.854 [INFO] !MESSAGE [AUT-0] Finished: QS-1252_It is possible to add duplicate editor in Workbench context.test in 13906 (543 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:01:25.857 [INFO] !MESSAGE [AUT-0] Starting: QS-2221_Add a preference for ECL content assist autoactivation.test (544 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:01:25.901 [INFO] !MESSAGE Pass 544 (780) processed. 8 failed. spent: 186:17, 80:10 mins remaining. QS-1252_It is possible to add duplicate editor in Workbench context. time: 13906ms [INFO] Pass 544 (780) processed. 8 failed. spent: 186:17, 80:10 mins remaining. QS-1252_It is possible to add duplicate editor in Workbench context. time: 13906ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:01:36.291 [INFO] !MESSAGE [AUT-0] Finished: QS-2221_Add a preference for ECL content assist autoactivation.test in 9124 (544 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:01:36.294 [INFO] !MESSAGE [AUT-0] Starting: QS-2221_Check Auto Activation.test (545 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:01:36.312 [INFO] !MESSAGE Pass 545 (780) processed. 8 failed. spent: 186:28, 79:46 mins remaining. QS-2221_Add a preference for ECL content assist autoactivation. time: 9124ms [INFO] Pass 545 (780) processed. 8 failed. spent: 186:28, 79:46 mins remaining. QS-2221_Add a preference for ECL content assist autoactivation. time: 9124ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:01:49.759 [INFO] !MESSAGE [AUT-0] Finished: QS-2221_Check Auto Activation.test in 11742 (545 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:01:49.763 [INFO] !MESSAGE [AUT-0] Starting: QS-2221_CheckAutoActivationDisabled.test (546 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:01:49.844 [INFO] !MESSAGE Pass 546 (780) processed. 8 failed. spent: 186:41, 79:22 mins remaining. QS-2221_Check Auto Activation. time: 11742ms [INFO] Pass 546 (780) processed. 8 failed. spent: 186:41, 79:22 mins remaining. QS-2221_Check Auto Activation. time: 11742ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:02:04.867 [INFO] !MESSAGE [AUT-0] Finished: QS-2221_CheckAutoActivationDisabled.test in 13244 (546 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:02:04.868 [INFO] !MESSAGE Pass 547 (780) processed. 8 failed. spent: 186:56, 79:28 mins remaining. QS-2221_CheckAutoActivationDisabled. time: 13244ms [INFO] Pass 547 (780) processed. 8 failed. spent: 186:56, 79:28 mins remaining. QS-2221_CheckAutoActivationDisabled. time: 13244ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:02:04.870 [INFO] !MESSAGE [AUT-0] Starting: QS-2221_CheckErrorMessages.test (547 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:02:15.795 [INFO] !MESSAGE [AUT-0] Finished: QS-2221_CheckErrorMessages.test in 9420 (547 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:02:15.798 [INFO] !MESSAGE [AUT-0] Starting: QS-2221_Resore Defaults.test (548 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:02:15.879 [INFO] !MESSAGE Pass 548 (780) processed. 8 failed. spent: 187:07, 78:35 mins remaining. QS-2221_CheckErrorMessages. time: 9420ms [INFO] Pass 548 (780) processed. 8 failed. spent: 187:07, 78:35 mins remaining. QS-2221_CheckErrorMessages. time: 9420ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:02:25.715 [INFO] !MESSAGE [AUT-0] Finished: QS-2221_Resore Defaults.test in 8413 (548 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:02:25.718 [INFO] !MESSAGE [AUT-0] Starting: QS-2221_Trigger And Delay Fields Should become disabled if Autoactivation is disabled .test (549 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:02:25.789 [INFO] !MESSAGE Pass 549 (780) processed. 8 failed. spent: 187:17, 78:10 mins remaining. QS-2221_Resore Defaults. time: 8413ms [INFO] Pass 549 (780) processed. 8 failed. spent: 187:17, 78:10 mins remaining. QS-2221_Resore Defaults. time: 8413ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:02:34.649 [INFO] !MESSAGE [AUT-0] Finished: QS-2221_Trigger And Delay Fields Should become disabled if Autoactivation is disabled .test in 7586 (549 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:02:34.652 [INFO] !MESSAGE [AUT-0] Starting: QS-2678_Suite editor should update the name of nested test suite if it changed.test (550 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:02:34.701 [INFO] !MESSAGE Pass 550 (780) processed. 8 failed. spent: 187:26, 77:45 mins remaining. QS-2221_Trigger And Delay Fields Should become disabled if Autoactivation is disabled . time: 7586ms [INFO] Pass 550 (780) processed. 8 failed. spent: 187:26, 77:45 mins remaining. QS-2221_Trigger And Delay Fields Should become disabled if Autoactivation is disabled . time: 7586ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:02:48.575 [INFO] !MESSAGE [AUT-0] Finished: QS-2678_Suite editor should update the name of nested test suite if it changed.test in 11248 (550 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:02:48.578 [INFO] !MESSAGE [AUT-0] Starting: QS-2678_Suite editor should update the name of the test case if it changed.test (551 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:02:48.617 [INFO] !MESSAGE Pass 551 (780) processed. 8 failed. spent: 187:40, 77:22 mins remaining. QS-2678_Suite editor should update the name of nested test suite if it changed. time: 11248ms [INFO] Pass 551 (780) processed. 8 failed. spent: 187:40, 77:22 mins remaining. QS-2678_Suite editor should update the name of nested test suite if it changed. time: 11248ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:03:03.058 [INFO] !MESSAGE [AUT-0] Finished: QS-2678_Suite editor should update the name of the test case if it changed.test in 12718 (551 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:03:03.061 [INFO] !MESSAGE [AUT-0] Starting: QS-2699_Error removing a reference from supercontext to a context during context removal.test (552 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:03:03.147 [INFO] !MESSAGE Pass 552 (780) processed. 8 failed. spent: 187:54, 76:59 mins remaining. QS-2678_Suite editor should update the name of the test case if it changed. time: 12718ms [INFO] Pass 552 (780) processed. 8 failed. spent: 187:54, 76:59 mins remaining. QS-2678_Suite editor should update the name of the test case if it changed. time: 12718ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:03:20.046 [INFO] !MESSAGE [AUT-0] Finished: QS-2699_Error removing a reference from supercontext to a context during context removal.test in 15314 (552 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:03:20.050 [INFO] !MESSAGE [AUT-0] Starting: QS-2734_Q7 can't handle File_Restart.test (553 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:03:20.069 [INFO] !MESSAGE Pass 553 (780) processed. 8 failed. spent: 188:11, 76:37 mins remaining. QS-2699_Error removing a reference from supercontext to a context during context removal. time: 15314ms [INFO] Pass 553 (780) processed. 8 failed. spent: 188:11, 76:37 mins remaining. QS-2699_Error removing a reference from supercontext to a context during context removal. time: 15314ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2023-01-28 05:04:18.041 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:04:27.609 [INFO] !MESSAGE [AUT-0] Finished: QS-2734_Q7 can't handle File_Restart.test in 65177 (553 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:04:27.613 [INFO] !MESSAGE [AUT-0] Starting: QS-2815.test (554 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:04:27.665 [INFO] !MESSAGE Pass 554 (780) processed. 8 failed. spent: 189:19, 76:36 mins remaining. QS-2734_Q7 can't handle File/Restart. time: 65177ms [INFO] Pass 554 (780) processed. 8 failed. spent: 189:19, 76:36 mins remaining. QS-2734_Q7 can't handle File/Restart. time: 65177ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:04:37.932 [INFO] !MESSAGE [AUT-0] Finished: QS-2815.test in 8912 (554 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:04:37.936 [INFO] !MESSAGE [AUT-0] Starting: QS-2819_Navigation to parameter in Parameters context.test (555 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:04:37.977 [INFO] !MESSAGE Pass 555 (780) processed. 8 failed. spent: 189:29, 76:12 mins remaining. QS-2815. time: 8912ms [INFO] Pass 555 (780) processed. 8 failed. spent: 189:29, 76:12 mins remaining. QS-2815. time: 8912ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:05:01.878 [INFO] !MESSAGE [AUT-0] Finished: QS-2819_Navigation to parameter in Parameters context.test in 22388 (555 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:05:01.882 [INFO] !MESSAGE [AUT-0] Starting: QS-2821_Add tooltip information for references.test (556 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:05:01.954 [INFO] !MESSAGE Pass 556 (780) processed. 8 failed. spent: 189:53, 75:53 mins remaining. QS-2819_Navigation to parameter in Parameters context. time: 22388ms [INFO] Pass 556 (780) processed. 8 failed. spent: 189:53, 75:53 mins remaining. QS-2819_Navigation to parameter in Parameters context. time: 22388ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:05:18.851 [INFO] !MESSAGE [AUT-0] Finished: QS-2821_Add tooltip information for references.test in 15692 (556 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:05:18.854 [INFO] !MESSAGE [AUT-0] Starting: QS-2824_Navigation to procedures.test (557 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:05:18.869 [INFO] !MESSAGE Pass 557 (780) processed. 8 failed. spent: 190:10, 75:31 mins remaining. QS-2821_Add tooltip information for references. time: 15692ms [INFO] Pass 557 (780) processed. 8 failed. spent: 190:10, 75:31 mins remaining. QS-2821_Add tooltip information for references. time: 15692ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:05:36.903 [INFO] !MESSAGE [AUT-0] Finished: QS-2824_Navigation to procedures.test in 16195 (557 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:05:36.906 [INFO] !MESSAGE [AUT-0] Starting: QS-2830_Automatic completeion of references on $ sign.test (558 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:05:36.986 [INFO] !MESSAGE Pass 558 (780) processed. 8 failed. spent: 190:28, 75:09 mins remaining. QS-2824_Navigation to procedures. time: 16195ms [INFO] Pass 558 (780) processed. 8 failed. spent: 190:28, 75:09 mins remaining. QS-2824_Navigation to procedures. time: 16195ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:05:53.434 [INFO] !MESSAGE [AUT-0] Finished: QS-2830_Automatic completeion of references on $ sign.test in 15112 (558 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:05:53.442 [INFO] !MESSAGE [AUT-0] Starting: QS-2833_Add $ sign to autocompletion triggers.test (559 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:05:53.502 [INFO] !MESSAGE Pass 559 (780) processed. 8 failed. spent: 190:45, 74:48 mins remaining. QS-2830_Automatic completeion of references on $ sign. time: 15112ms [INFO] Pass 559 (780) processed. 8 failed. spent: 190:45, 74:48 mins remaining. QS-2830_Automatic completeion of references on $ sign. time: 15112ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:06:08.957 [INFO] !MESSAGE [AUT-0] Finished: QS-2833_Add $ sign to autocompletion triggers.test in 13866 (559 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:06:08.961 [INFO] !MESSAGE [AUT-0] Starting: QS-2834_Ignore all public commands for Open Declaration action_.test (560 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:06:09.017 [INFO] !MESSAGE Pass 560 (780) processed. 8 failed. spent: 191:00, 74:25 mins remaining. QS-2833_Add $ sign to autocompletion triggers. time: 13866ms [INFO] Pass 560 (780) processed. 8 failed. spent: 191:00, 74:25 mins remaining. QS-2833_Add $ sign to autocompletion triggers. time: 13866ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:06:25.934 [INFO] !MESSAGE [AUT-0] Finished: QS-2834_Ignore all public commands for Open Declaration action_.test in 15747 (560 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:06:25.937 [INFO] !MESSAGE [AUT-0] Starting: RCPTT-478_HTML report looks different if it is copied as only html-file.test (561 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:06:25.950 [INFO] !MESSAGE Pass 561 (780) processed. 8 failed. spent: 191:17, 74:04 mins remaining. QS-2834_Ignore all public commands for Open Declaration action.. time: 15747ms [INFO] Pass 561 (780) processed. 8 failed. spent: 191:17, 74:04 mins remaining. QS-2834_Ignore all public commands for Open Declaration action.. time: 15747ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:08:28.227 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-478_HTML report looks different if it is copied as only html-file.test in 118388, The Editor "Web Browser" could not be found. (561 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:08:28.230 [INFO] !MESSAGE [AUT-0] Starting: RCPTT-595_Scriptlet is not found in ECL context which is added to context Group.test (562 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:08:28.244 [INFO] !MESSAGE Fail 562 (780) processed. 9 failed. spent: 193:19, 74:22 mins remaining. RCPTT-478_HTML report looks different if it is copied as only html-file. time: 118388ms Cause: The Editor "Web Browser" could not be found. [INFO] Fail 562 (780) processed. 9 failed. spent: 193:19, 74:22 mins remaining. RCPTT-478_HTML report looks different if it is copied as only html-file. time: 118388ms Cause: The Editor "Web Browser" could not be found. [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:08:59.112 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-595_Scriptlet is not found in ECL context which is added to context Group.test in 28791 (562 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:08:59.115 [INFO] !MESSAGE [AUT-0] Starting: ReWriteWorkspaceContext.test (563 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:08:59.147 [INFO] !MESSAGE Pass 563 (780) processed. 9 failed. spent: 193:50, 74:06 mins remaining. RCPTT-595_Scriptlet is not found in ECL context which is added to context Group. time: 28791ms [INFO] Pass 563 (780) processed. 9 failed. spent: 193:50, 74:06 mins remaining. RCPTT-595_Scriptlet is not found in ECL context which is added to context Group. time: 28791ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:09:21.083 [INFO] !MESSAGE [AUT-0] Finished: ReWriteWorkspaceContext.test in 20499 (563 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:09:21.086 [INFO] !MESSAGE [AUT-0] Starting: ReadLinesFromFile.test (564 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:09:21.144 [INFO] !MESSAGE Pass 564 (780) processed. 9 failed. spent: 194:12, 73:46 mins remaining. ReWriteWorkspaceContext. time: 20499ms [INFO] Pass 564 (780) processed. 9 failed. spent: 194:12, 73:46 mins remaining. ReWriteWorkspaceContext. time: 20499ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:09:29.473 [INFO] !MESSAGE [AUT-0] Finished: ReadLinesFromFile.test in 7063 (564 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:09:29.476 [INFO] !MESSAGE [AUT-0] Starting: ReadOnly_TryToMakeChangesInReadOnlyContext.test (565 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:09:29.551 [INFO] !MESSAGE Pass 565 (780) processed. 9 failed. spent: 194:21, 73:21 mins remaining. ReadLinesFromFile. time: 7063ms [INFO] Pass 565 (780) processed. 9 failed. spent: 194:21, 73:21 mins remaining. ReadLinesFromFile. time: 7063ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:09:44.854 [INFO] !MESSAGE [AUT-0] Finished: ReadOnly_TryToMakeChangesInReadOnlyContext.test in 14044 (565 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:09:44.857 [INFO] !MESSAGE [AUT-0] Starting: ReadOnly_TryToMakeChangesInReadOnlyTest.test (566 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:09:44.865 [INFO] !MESSAGE Pass 566 (780) processed. 9 failed. spent: 194:36, 72:58 mins remaining. ReadOnly_TryToMakeChangesInReadOnlyContext. time: 14044ms [INFO] Pass 566 (780) processed. 9 failed. spent: 194:36, 72:58 mins remaining. ReadOnly_TryToMakeChangesInReadOnlyContext. time: 14044ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:10:06.249 [INFO] !MESSAGE [AUT-0] Finished: ReadOnly_TryToMakeChangesInReadOnlyTest.test in 19594 (566 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:10:06.252 [INFO] !MESSAGE [AUT-0] Starting: ReadOnly_TryToMakeChangesInReadOnlyVerification.test (567 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:10:06.285 [INFO] !MESSAGE Pass 567 (780) processed. 9 failed. spent: 194:58, 72:38 mins remaining. ReadOnly_TryToMakeChangesInReadOnlyTest. time: 19594ms [INFO] Pass 567 (780) processed. 9 failed. spent: 194:58, 72:38 mins remaining. ReadOnly_TryToMakeChangesInReadOnlyTest. time: 19594ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:10:22.135 [INFO] !MESSAGE [AUT-0] Finished: ReadOnly_TryToMakeChangesInReadOnlyVerification.test in 14764 (567 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:10:22.139 [INFO] !MESSAGE [AUT-0] Starting: RecoverContextReferencesAfterUndoDeletingContext.test (568 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:10:22.201 [INFO] !MESSAGE Pass 568 (780) processed. 9 failed. spent: 195:13, 72:15 mins remaining. ReadOnly_TryToMakeChangesInReadOnlyVerification. time: 14764ms [INFO] Pass 568 (780) processed. 9 failed. spent: 195:13, 72:15 mins remaining. ReadOnly_TryToMakeChangesInReadOnlyVerification. time: 14764ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:10:39.561 [INFO] !MESSAGE [AUT-0] Finished: RecoverContextReferencesAfterUndoDeletingContext.test in 15989 (568 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:10:39.564 [INFO] !MESSAGE [AUT-0] Starting: RefactoringReferencesAfterRenameProject.test (569 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:10:39.653 [INFO] !MESSAGE Pass 569 (780) processed. 9 failed. spent: 195:31, 71:54 mins remaining. RecoverContextReferencesAfterUndoDeletingContext. time: 15989ms [INFO] Pass 569 (780) processed. 9 failed. spent: 195:31, 71:54 mins remaining. RecoverContextReferencesAfterUndoDeletingContext. time: 15989ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:10:55.037 [INFO] !MESSAGE [AUT-0] Finished: RefactoringReferencesAfterRenameProject.test in 13979 (569 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:10:55.043 [INFO] !MESSAGE [AUT-0] Starting: Refresh context name in editor after context renaming.test (570 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:10:55.067 [INFO] !MESSAGE Pass 570 (780) processed. 9 failed. spent: 195:46, 71:31 mins remaining. RefactoringReferencesAfterRenameProject. time: 13979ms [INFO] Pass 570 (780) processed. 9 failed. spent: 195:46, 71:31 mins remaining. RefactoringReferencesAfterRenameProject. time: 13979ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:11:09.930 [INFO] !MESSAGE [AUT-0] Finished: Refresh context name in editor after context renaming.test in 13543 (570 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:11:09.933 [INFO] !MESSAGE [AUT-0] Starting: RefreshControlStateInAssertionMode.test (571 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:11:09.981 [INFO] !MESSAGE Pass 571 (780) processed. 9 failed. spent: 196:01, 71:09 mins remaining. Refresh context name in editor after context renaming. time: 13543ms [INFO] Pass 571 (780) processed. 9 failed. spent: 196:01, 71:09 mins remaining. Refresh context name in editor after context renaming. time: 13543ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:12:29.360 [INFO] !MESSAGE [AUT-0] Finished: RefreshControlStateInAssertionMode.test in 74922, get-button (571 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:12:29.365 [INFO] !MESSAGE [AUT-0] Starting: RefreshReferenceAfterRenameFolder.test (572 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:12:29.381 [INFO] !MESSAGE Fail 572 (780) processed. 10 failed. spent: 197:21, 71:10 mins remaining. RefreshControlStateInAssertionMode. time: 74922ms Cause: get-button [INFO] Fail 572 (780) processed. 10 failed. spent: 197:21, 71:10 mins remaining. RefreshControlStateInAssertionMode. time: 74922ms Cause: get-button [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:12:51.494 [INFO] !MESSAGE [AUT-0] Finished: RefreshReferenceAfterRenameFolder.test in 20460 (572 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:12:51.497 [INFO] !MESSAGE [AUT-0] Starting: RefreshReferenceAfterRenameProject.test (573 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:12:51.585 [INFO] !MESSAGE Pass 573 (780) processed. 10 failed. spent: 197:43, 70:50 mins remaining. RefreshReferenceAfterRenameFolder. time: 20460ms [INFO] Pass 573 (780) processed. 10 failed. spent: 197:43, 70:50 mins remaining. RefreshReferenceAfterRenameFolder. time: 20460ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:13:16.579 [INFO] !MESSAGE [AUT-0] Finished: RefreshReferenceAfterRenameProject.test in 22760 (573 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:13:16.583 [INFO] !MESSAGE [AUT-0] Starting: Remove File From Workspace Context.test (574 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:13:16.621 [INFO] !MESSAGE Pass 574 (780) processed. 10 failed. spent: 198:08, 70:30 mins remaining. RefreshReferenceAfterRenameProject. time: 22760ms [INFO] Pass 574 (780) processed. 10 failed. spent: 198:08, 70:30 mins remaining. RefreshReferenceAfterRenameProject. time: 22760ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:13:27.527 [INFO] !MESSAGE [AUT-0] Finished: Remove File From Workspace Context.test in 9615 (574 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:13:27.530 [INFO] !MESSAGE [AUT-0] Starting: RemoveAllFromExecutionsWindow.test (575 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:13:27.551 [INFO] !MESSAGE Pass 575 (780) processed. 10 failed. spent: 198:19, 70:06 mins remaining. Remove File From Workspace Context. time: 9615ms [INFO] Pass 575 (780) processed. 10 failed. spent: 198:19, 70:06 mins remaining. Remove File From Workspace Context. time: 9615ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:14:26.701 [INFO] !MESSAGE [AUT-0] Finished: RemoveAllFromExecutionsWindow.test in 57306 (575 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:14:26.704 [INFO] !MESSAGE [AUT-0] Starting: RemoveAllFromTestSuite.test (576 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:14:26.771 [INFO] !MESSAGE Pass 576 (780) processed. 10 failed. spent: 199:18, 69:59 mins remaining. RemoveAllFromExecutionsWindow. time: 57306ms [INFO] Pass 576 (780) processed. 10 failed. spent: 199:18, 69:59 mins remaining. RemoveAllFromExecutionsWindow. time: 57306ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:14:38.097 [INFO] !MESSAGE [AUT-0] Finished: RemoveAllFromTestSuite.test in 10090 (576 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:14:38.101 [INFO] !MESSAGE [AUT-0] Starting: RemoveContextFromDefaultContext.test (577 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:14:38.182 [INFO] !MESSAGE Pass 577 (780) processed. 10 failed. spent: 199:29, 69:35 mins remaining. RemoveAllFromTestSuite. time: 10090ms [INFO] Pass 577 (780) processed. 10 failed. spent: 199:29, 69:35 mins remaining. RemoveAllFromTestSuite. time: 10090ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:14:52.544 [INFO] !MESSAGE [AUT-0] Finished: RemoveContextFromDefaultContext.test in 13089 (577 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:14:52.547 [INFO] !MESSAGE [AUT-0] Starting: RemoveContextFromGroupContext.test (578 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:14:52.643 [INFO] !MESSAGE Pass 578 (780) processed. 10 failed. spent: 199:44, 69:13 mins remaining. RemoveContextFromDefaultContext. time: 13089ms [INFO] Pass 578 (780) processed. 10 failed. spent: 199:44, 69:13 mins remaining. RemoveContextFromDefaultContext. time: 13089ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:15:05.480 [INFO] !MESSAGE [AUT-0] Finished: RemoveContextFromGroupContext.test in 11532 (578 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:15:05.483 [INFO] !MESSAGE [AUT-0] Starting: RemoveContextFromTest.test (579 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:15:05.556 [INFO] !MESSAGE Pass 579 (780) processed. 10 failed. spent: 199:57, 68:49 mins remaining. RemoveContextFromGroupContext. time: 11532ms [INFO] Pass 579 (780) processed. 10 failed. spent: 199:57, 68:49 mins remaining. RemoveContextFromGroupContext. time: 11532ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:15:18.390 [INFO] !MESSAGE [AUT-0] Finished: RemoveContextFromTest.test in 11271 (579 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:15:18.392 [INFO] !MESSAGE [AUT-0] Starting: RemoveContextFromTestByDelButton.test (580 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:15:18.469 [INFO] !MESSAGE Pass 580 (780) processed. 10 failed. spent: 200:10, 68:26 mins remaining. RemoveContextFromTest. time: 11271ms [INFO] Pass 580 (780) processed. 10 failed. spent: 200:10, 68:26 mins remaining. RemoveContextFromTest. time: 11271ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:15:30.356 [INFO] !MESSAGE [AUT-0] Finished: RemoveContextFromTestByDelButton.test in 10614 (580 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:15:30.359 [INFO] !MESSAGE [AUT-0] Starting: RemoveDuplicateContextFromTestAtAddingToDefaultContexts.test (581 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:15:30.381 [INFO] !MESSAGE Pass 581 (780) processed. 10 failed. spent: 200:22, 68:02 mins remaining. RemoveContextFromTestByDelButton. time: 10614ms [INFO] Pass 581 (780) processed. 10 failed. spent: 200:22, 68:02 mins remaining. RemoveContextFromTestByDelButton. time: 10614ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:15:50.391 [INFO] !MESSAGE [AUT-0] Finished: RemoveDuplicateContextFromTestAtAddingToDefaultContexts.test in 18246 (581 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:15:50.394 [INFO] !MESSAGE [AUT-0] Starting: RemoveFolderAndFileFromFolderContext.test (582 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:15:50.454 [INFO] !MESSAGE Pass 582 (780) processed. 10 failed. spent: 200:42, 67:42 mins remaining. RemoveDuplicateContextFromTestAtAddingToDefaultContexts. time: 18246ms [INFO] Pass 582 (780) processed. 10 failed. spent: 200:42, 67:42 mins remaining. RemoveDuplicateContextFromTestAtAddingToDefaultContexts. time: 18246ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:16:03.406 [INFO] !MESSAGE [AUT-0] Finished: RemoveFolderAndFileFromFolderContext.test in 11572 (582 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:16:03.408 [INFO] !MESSAGE [AUT-0] Starting: RemoveInPrefContext.test (583 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:16:03.465 [INFO] !MESSAGE Pass 583 (780) processed. 10 failed. spent: 200:55, 67:18 mins remaining. RemoveFolderAndFileFromFolderContext. time: 11572ms [INFO] Pass 583 (780) processed. 10 failed. spent: 200:55, 67:18 mins remaining. RemoveFolderAndFileFromFolderContext. time: 11572ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:16:15.330 [INFO] !MESSAGE [AUT-0] Finished: RemoveInPrefContext.test in 10387 (583 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:16:15.332 [INFO] !MESSAGE [AUT-0] Starting: RemoveLaunchContext.test (584 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:16:15.376 [INFO] !MESSAGE Pass 584 (780) processed. 10 failed. spent: 201:07, 66:55 mins remaining. RemoveInPrefContext. time: 10387ms [INFO] Pass 584 (780) processed. 10 failed. spent: 201:07, 66:55 mins remaining. RemoveInPrefContext. time: 10387ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:16:31.298 [INFO] !MESSAGE [AUT-0] Finished: RemoveLaunchContext.test in 14605 (584 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:16:31.300 [INFO] !MESSAGE [AUT-0] Starting: RemoveTestButNotRemoveReferenceToTestSuite.test (585 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:16:31.391 [INFO] !MESSAGE Pass 585 (780) processed. 10 failed. spent: 201:23, 66:33 mins remaining. RemoveLaunchContext. time: 14605ms [INFO] Pass 585 (780) processed. 10 failed. spent: 201:23, 66:33 mins remaining. RemoveLaunchContext. time: 14605ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:16:56.281 [INFO] !MESSAGE [AUT-0] Finished: RemoveTestButNotRemoveReferenceToTestSuite.test in 23635 (585 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:16:56.285 [INFO] !MESSAGE [AUT-0] Starting: RemoveTestWhichUsedInTestSuite.test (586 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:16:56.355 [INFO] !MESSAGE Pass 586 (780) processed. 10 failed. spent: 201:48, 66:14 mins remaining. RemoveTestButNotRemoveReferenceToTestSuite. time: 23635ms [INFO] Pass 586 (780) processed. 10 failed. spent: 201:48, 66:14 mins remaining. RemoveTestButNotRemoveReferenceToTestSuite. time: 23635ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:17:21.804 [INFO] !MESSAGE [AUT-0] Finished: RemoveTestWhichUsedInTestSuite.test in 23354 (586 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:17:21.807 [INFO] !MESSAGE [AUT-0] Starting: RemoveTestsFromTestSuite.test (587 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:17:21.878 [INFO] !MESSAGE Pass 587 (780) processed. 10 failed. spent: 202:13, 65:55 mins remaining. RemoveTestWhichUsedInTestSuite. time: 23354ms [INFO] Pass 587 (780) processed. 10 failed. spent: 202:13, 65:55 mins remaining. RemoveTestWhichUsedInTestSuite. time: 23354ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:17:47.363 [INFO] !MESSAGE [AUT-0] Finished: RemoveTestsFromTestSuite.test in 23206 (587 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:17:47.367 [INFO] !MESSAGE [AUT-0] Starting: RemoveTestsFromTestSuiteByPressingButton.test (588 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:17:47.443 [INFO] !MESSAGE Pass 588 (780) processed. 10 failed. spent: 202:39, 65:36 mins remaining. RemoveTestsFromTestSuite. time: 23206ms [INFO] Pass 588 (780) processed. 10 failed. spent: 202:39, 65:36 mins remaining. RemoveTestsFromTestSuite. time: 23206ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:18:00.855 [INFO] !MESSAGE [AUT-0] Finished: RemoveTestsFromTestSuiteByPressingButton.test in 12193 (588 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:18:00.856 [INFO] !MESSAGE Pass 589 (780) processed. 10 failed. spent: 202:52, 65:40 mins remaining. RemoveTestsFromTestSuiteByPressingButton. time: 12193ms [INFO] Pass 589 (780) processed. 10 failed. spent: 202:52, 65:40 mins remaining. RemoveTestsFromTestSuiteByPressingButton. time: 12193ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:18:00.858 [INFO] !MESSAGE [AUT-0] Starting: RemoveTestsFromTestSuiteViaContextMenu.test (589 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:18:12.317 [INFO] !MESSAGE [AUT-0] Finished: RemoveTestsFromTestSuiteViaContextMenu.test in 9579 (589 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:18:12.320 [INFO] !MESSAGE [AUT-0] Starting: Rename Workspace Context.test (590 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:18:12.367 [INFO] !MESSAGE Pass 590 (780) processed. 10 failed. spent: 203:04, 64:49 mins remaining. RemoveTestsFromTestSuiteViaContextMenu. time: 9579ms [INFO] Pass 590 (780) processed. 10 failed. spent: 203:04, 64:49 mins remaining. RemoveTestsFromTestSuiteViaContextMenu. time: 9579ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:18:26.299 [INFO] !MESSAGE [AUT-0] Finished: Rename Workspace Context.test in 12347 (590 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:18:26.302 [INFO] !MESSAGE [AUT-0] Starting: Rename.test (591 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:18:26.380 [INFO] !MESSAGE Pass 591 (780) processed. 10 failed. spent: 203:18, 64:27 mins remaining. Rename Workspace Context. time: 12347ms [INFO] Pass 591 (780) processed. 10 failed. spent: 203:18, 64:27 mins remaining. Rename Workspace Context. time: 12347ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:18:38.752 [INFO] !MESSAGE [AUT-0] Finished: Rename.test in 10898 (591 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:18:38.755 [INFO] !MESSAGE [AUT-0] Starting: Rename.test (592 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:18:38.791 [INFO] !MESSAGE Pass 592 (780) processed. 10 failed. spent: 203:30, 64:03 mins remaining. Rename. time: 10898ms [INFO] Pass 592 (780) processed. 10 failed. spent: 203:30, 64:03 mins remaining. Rename. time: 10898ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:18:51.667 [INFO] !MESSAGE [AUT-0] Finished: Rename.test in 11694 (592 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:18:51.669 [INFO] !MESSAGE [AUT-0] Starting: RenameAUTConfiguration.test (593 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:18:51.703 [INFO] !MESSAGE Pass 593 (780) processed. 10 failed. spent: 203:43, 63:40 mins remaining. Rename. time: 11694ms [INFO] Pass 593 (780) processed. 10 failed. spent: 203:43, 63:40 mins remaining. Rename. time: 11694ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:19:03.604 [INFO] !MESSAGE [AUT-0] Finished: RenameAUTConfiguration.test in 10576 (593 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:19:03.607 [INFO] !MESSAGE [AUT-0] Starting: RenameContext.test (594 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:19:03.642 [INFO] !MESSAGE Pass 594 (780) processed. 10 failed. spent: 203:55, 63:17 mins remaining. RenameAUTConfiguration. time: 10576ms [INFO] Pass 594 (780) processed. 10 failed. spent: 203:55, 63:17 mins remaining. RenameAUTConfiguration. time: 10576ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:19:13.526 [INFO] !MESSAGE [AUT-0] Finished: RenameContext.test in 8394 (594 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:19:13.530 [INFO] !MESSAGE [AUT-0] Starting: RenameContextInEditor.test (595 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:19:13.553 [INFO] !MESSAGE Pass 595 (780) processed. 10 failed. spent: 204:05, 62:54 mins remaining. RenameContext. time: 8394ms [INFO] Pass 595 (780) processed. 10 failed. spent: 204:05, 62:54 mins remaining. RenameContext. time: 8394ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:19:26.977 [INFO] !MESSAGE [AUT-0] Finished: RenameContextInEditor.test in 12005 (595 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:19:26.980 [INFO] !MESSAGE [AUT-0] Starting: RenameContextToAVeryLongName.test (596 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:19:27.065 [INFO] !MESSAGE Pass 596 (780) processed. 10 failed. spent: 204:18, 62:31 mins remaining. RenameContextInEditor. time: 12005ms [INFO] Pass 596 (780) processed. 10 failed. spent: 204:18, 62:31 mins remaining. RenameContextInEditor. time: 12005ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:19:36.858 [INFO] !MESSAGE [AUT-0] Finished: RenameContextToAVeryLongName.test in 8650 (596 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:19:36.861 [INFO] !MESSAGE [AUT-0] Starting: RenameEntireGroupContext.test (597 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:19:36.874 [INFO] !MESSAGE Pass 597 (780) processed. 10 failed. spent: 204:28, 62:07 mins remaining. RenameContextToAVeryLongName. time: 8650ms [INFO] Pass 597 (780) processed. 10 failed. spent: 204:28, 62:07 mins remaining. RenameContextToAVeryLongName. time: 8650ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:21:02.919 [INFO] !MESSAGE [AUT-0] Finished: RenameEntireGroupContext.test in 84331 (597 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:21:02.922 [INFO] !MESSAGE [AUT-0] Starting: RenameFolder.test (598 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:21:02.956 [INFO] !MESSAGE Pass 598 (780) processed. 10 failed. spent: 205:54, 62:06 mins remaining. RenameEntireGroupContext. time: 84331ms [INFO] Pass 598 (780) processed. 10 failed. spent: 205:54, 62:06 mins remaining. RenameEntireGroupContext. time: 84331ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:21:23.901 [INFO] !MESSAGE [AUT-0] Finished: RenameFolder.test in 19153 (598 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:21:23.904 [INFO] !MESSAGE [AUT-0] Starting: RenameFolderToDuplicateName.test (599 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:21:23.962 [INFO] !MESSAGE Pass 599 (780) processed. 10 failed. spent: 206:15, 61:46 mins remaining. RenameFolder. time: 19153ms [INFO] Pass 599 (780) processed. 10 failed. spent: 206:15, 61:46 mins remaining. RenameFolder. time: 19153ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:21:37.342 [INFO] !MESSAGE [AUT-0] Finished: RenameFolderToDuplicateName.test in 12005 (599 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:21:37.344 [INFO] !MESSAGE [AUT-0] Starting: RenameLastSubTag.test (600 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:21:37.375 [INFO] !MESSAGE Pass 600 (780) processed. 10 failed. spent: 206:29, 61:23 mins remaining. RenameFolderToDuplicateName. time: 12005ms [INFO] Pass 600 (780) processed. 10 failed. spent: 206:29, 61:23 mins remaining. RenameFolderToDuplicateName. time: 12005ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:21:51.243 [INFO] !MESSAGE [AUT-0] Finished: RenameLastSubTag.test in 12296 (600 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:21:51.246 [INFO] !MESSAGE [AUT-0] Starting: RenameMiddleSubTag.test (601 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:21:51.288 [INFO] !MESSAGE Pass 601 (780) processed. 10 failed. spent: 206:43, 61:01 mins remaining. RenameLastSubTag. time: 12296ms [INFO] Pass 601 (780) processed. 10 failed. spent: 206:43, 61:01 mins remaining. RenameLastSubTag. time: 12296ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:22:05.140 [INFO] !MESSAGE [AUT-0] Finished: RenameMiddleSubTag.test in 12774 (601 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:22:05.143 [INFO] !MESSAGE [AUT-0] Starting: RenameProject.test (602 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:22:05.204 [INFO] !MESSAGE Pass 602 (780) processed. 10 failed. spent: 206:56, 60:38 mins remaining. RenameMiddleSubTag. time: 12774ms [INFO] Pass 602 (780) processed. 10 failed. spent: 206:56, 60:38 mins remaining. RenameMiddleSubTag. time: 12774ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:22:22.031 [INFO] !MESSAGE [AUT-0] Finished: RenameProject.test in 15532 (602 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:22:22.034 [INFO] !MESSAGE [AUT-0] Starting: RenameSimpleTag.test (603 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:22:22.048 [INFO] !MESSAGE Pass 603 (780) processed. 10 failed. spent: 207:13, 60:16 mins remaining. RenameProject. time: 15532ms [INFO] Pass 603 (780) processed. 10 failed. spent: 207:13, 60:16 mins remaining. RenameProject. time: 15532ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:22:35.920 [INFO] !MESSAGE [AUT-0] Finished: RenameSimpleTag.test in 12375 (603 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:22:35.923 [INFO] !MESSAGE [AUT-0] Starting: RenameTagWithSubTags.test (604 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:22:35.962 [INFO] !MESSAGE Pass 604 (780) processed. 10 failed. spent: 207:27, 59:54 mins remaining. RenameSimpleTag. time: 12375ms [INFO] Pass 604 (780) processed. 10 failed. spent: 207:27, 59:54 mins remaining. RenameSimpleTag. time: 12375ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:22:49.324 [INFO] !MESSAGE [AUT-0] Finished: RenameTagWithSubTags.test in 12035 (604 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:22:49.326 [INFO] !MESSAGE [AUT-0] Starting: RenameTestCase.test (605 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:22:49.378 [INFO] !MESSAGE Pass 605 (780) processed. 10 failed. spent: 207:41, 59:32 mins remaining. RenameTagWithSubTags. time: 12035ms [INFO] Pass 605 (780) processed. 10 failed. spent: 207:41, 59:32 mins remaining. RenameTagWithSubTags. time: 12035ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:23:01.210 [INFO] !MESSAGE [AUT-0] Finished: RenameTestCase.test in 10451 (605 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:23:01.213 [INFO] !MESSAGE [AUT-0] Starting: RenameTestCaseInTestSuite.test (606 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:23:01.290 [INFO] !MESSAGE Pass 606 (780) processed. 10 failed. spent: 207:53, 59:09 mins remaining. RenameTestCase. time: 10451ms [INFO] Pass 606 (780) processed. 10 failed. spent: 207:53, 59:09 mins remaining. RenameTestCase. time: 10451ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:23:38.645 [INFO] !MESSAGE [AUT-0] Finished: RenameTestCaseInTestSuite.test in 32915 (606 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:23:38.648 [INFO] !MESSAGE [AUT-0] Starting: RenameTestCaseToEmptyName.test (607 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:23:38.741 [INFO] !MESSAGE Pass 607 (780) processed. 10 failed. spent: 208:30, 58:53 mins remaining. RenameTestCaseInTestSuite. time: 32915ms [INFO] Pass 607 (780) processed. 10 failed. spent: 208:30, 58:53 mins remaining. RenameTestCaseInTestSuite. time: 32915ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:23:54.619 [INFO] !MESSAGE [AUT-0] Finished: RenameTestCaseToEmptyName.test in 14690 (607 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:23:54.622 [INFO] !MESSAGE [AUT-0] Starting: RenameTestInEditor.test (608 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:23:54.659 [INFO] !MESSAGE Pass 608 (780) processed. 10 failed. spent: 208:46, 58:31 mins remaining. F2/MenuRenameTestCaseToEmptyName. time: 14690ms [INFO] Pass 608 (780) processed. 10 failed. spent: 208:46, 58:31 mins remaining. F2/MenuRenameTestCaseToEmptyName. time: 14690ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:24:06.027 [INFO] !MESSAGE [AUT-0] Finished: RenameTestInEditor.test in 9820 (608 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:24:06.030 [INFO] !MESSAGE [AUT-0] Starting: RenameTestSuite.test (609 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:24:06.070 [INFO] !MESSAGE Pass 609 (780) processed. 10 failed. spent: 208:57, 58:08 mins remaining. RenameTestInEditor. time: 9820ms [INFO] Pass 609 (780) processed. 10 failed. spent: 208:57, 58:08 mins remaining. RenameTestInEditor. time: 9820ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:24:18.968 [INFO] !MESSAGE [AUT-0] Finished: RenameTestSuite.test in 11496 (609 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:24:18.970 [INFO] !MESSAGE [AUT-0] Starting: RenameTestSuiteWhichInTestSuite.test (610 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:24:18.982 [INFO] !MESSAGE Pass 610 (780) processed. 10 failed. spent: 209:10, 57:45 mins remaining. RenameTestSuite. time: 11496ms [INFO] Pass 610 (780) processed. 10 failed. spent: 209:10, 57:45 mins remaining. RenameTestSuite. time: 11496ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:24:34.441 [INFO] !MESSAGE [AUT-0] Finished: RenameTestSuiteWhichInTestSuite.test in 13546 (610 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:24:34.444 [INFO] !MESSAGE [AUT-0] Starting: RenameTestToAVeryLongName.test (611 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:24:34.450 [INFO] !MESSAGE Pass 611 (780) processed. 10 failed. spent: 209:26, 57:23 mins remaining. RenameTestSuiteWhichInTestSuite. time: 13546ms [INFO] Pass 611 (780) processed. 10 failed. spent: 209:26, 57:23 mins remaining. RenameTestSuiteWhichInTestSuite. time: 13546ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:24:46.922 [INFO] !MESSAGE [AUT-0] Finished: RenameTestToAVeryLongName.test in 10787 (611 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:24:46.925 [INFO] !MESSAGE [AUT-0] Starting: Repeated Save of Folder Context.test (612 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:24:46.962 [INFO] !MESSAGE Pass 612 (780) processed. 10 failed. spent: 209:38, 57:01 mins remaining. RenameTestToAVeryLongName. time: 10787ms [INFO] Pass 612 (780) processed. 10 failed. spent: 209:38, 57:01 mins remaining. RenameTestToAVeryLongName. time: 10787ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:27:18.864 [INFO] !MESSAGE [AUT-0] Finished: Repeated Save of Folder Context.test in 150370 (612 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:27:18.867 [INFO] !MESSAGE [AUT-0] Starting: ReplaceInDescription.test (613 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:27:18.964 [INFO] !MESSAGE Pass 613 (780) processed. 10 failed. spent: 212:10, 57:16 mins remaining. Repeated Save of Folder Context. time: 150370ms [INFO] Pass 613 (780) processed. 10 failed. spent: 212:10, 57:16 mins remaining. Repeated Save of Folder Context. time: 150370ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:27:35.831 [INFO] !MESSAGE [AUT-0] Finished: ReplaceInDescription.test in 15463 (613 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:27:35.854 [INFO] !MESSAGE [AUT-0] Starting: ReplaceInEclContext.test (614 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:27:35.886 [INFO] !MESSAGE Pass 614 (780) processed. 10 failed. spent: 212:27, 56:54 mins remaining. ReplaceInDescription. time: 15463ms [INFO] Pass 614 (780) processed. 10 failed. spent: 212:27, 56:54 mins remaining. ReplaceInDescription. time: 15463ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:27:48.804 [INFO] !MESSAGE [AUT-0] Finished: ReplaceInEclContext.test in 11226 (614 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:27:48.807 [INFO] !MESSAGE [AUT-0] Starting: ReplaceInOpenedEclContext.test (615 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:27:48.845 [INFO] !MESSAGE Pass 615 (780) processed. 10 failed. spent: 212:40, 56:31 mins remaining. ReplaceInEclContext. time: 11226ms [INFO] Pass 615 (780) processed. 10 failed. spent: 212:40, 56:31 mins remaining. ReplaceInEclContext. time: 11226ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:28:01.269 [INFO] !MESSAGE [AUT-0] Finished: ReplaceInOpenedEclContext.test in 10758 (615 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:28:01.274 [INFO] !MESSAGE [AUT-0] Starting: ReplaceInScript.test (616 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:28:01.358 [INFO] !MESSAGE Pass 616 (780) processed. 10 failed. spent: 212:53, 56:08 mins remaining. ReplaceInOpenedEclContext. time: 10758ms [INFO] Pass 616 (780) processed. 10 failed. spent: 212:53, 56:08 mins remaining. ReplaceInOpenedEclContext. time: 10758ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:28:18.780 [INFO] !MESSAGE [AUT-0] Finished: ReplaceInScript.test in 15875 (616 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:28:18.782 [INFO] !MESSAGE [AUT-0] Starting: ReplaceInTags.test (617 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:28:18.876 [INFO] !MESSAGE Pass 617 (780) processed. 10 failed. spent: 213:10, 55:47 mins remaining. ReplaceInScript. time: 15875ms [INFO] Pass 617 (780) processed. 10 failed. spent: 213:10, 55:47 mins remaining. ReplaceInScript. time: 15875ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:28:29.772 [INFO] !MESSAGE [AUT-0] Finished: ReplaceInTags.test in 9577 (617 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:28:29.774 [INFO] !MESSAGE [AUT-0] Starting: ReplayButtonShouldBeDisabledDuringRecording.test (618 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:28:29.787 [INFO] !MESSAGE Pass 618 (780) processed. 10 failed. spent: 213:21, 55:24 mins remaining. NotAllowedToReplaceInTags. time: 9577ms [INFO] Pass 618 (780) processed. 10 failed. spent: 213:21, 55:24 mins remaining. NotAllowedToReplaceInTags. time: 9577ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:28:42.158 [INFO] !MESSAGE [AUT-0] Finished: ReplayButtonShouldBeDisabledDuringRecording.test in 10933 (618 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:28:42.160 [INFO] !MESSAGE [AUT-0] Starting: ReportMainThread.test (619 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:28:42.246 [INFO] !MESSAGE Pass 619 (780) processed. 10 failed. spent: 213:33, 55:01 mins remaining. ReplayButtonShouldBeDisabledDuringRecording. time: 10933ms [INFO] Pass 619 (780) processed. 10 failed. spent: 213:33, 55:01 mins remaining. ReplayButtonShouldBeDisabledDuringRecording. time: 10933ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:28:53.668 [INFO] !MESSAGE [AUT-0] Finished: ReportMainThread.test in 10036 (619 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:28:53.675 [INFO] !MESSAGE [AUT-0] Starting: Reset Perspective should be disabled if no perspective is set.test (620 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:28:53.758 [INFO] !MESSAGE Pass 620 (780) processed. 10 failed. spent: 213:45, 54:38 mins remaining. ReportMainThread. time: 10036ms [INFO] Pass 620 (780) processed. 10 failed. spent: 213:45, 54:38 mins remaining. ReportMainThread. time: 10036ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:29:05.127 [INFO] !MESSAGE [AUT-0] Finished: Reset Perspective should be disabled if no perspective is set.test in 9879 (620 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:29:05.130 [INFO] !MESSAGE [AUT-0] Starting: ResetPerspectiveInWBContext.test (621 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:29:05.169 [INFO] !MESSAGE Pass 621 (780) processed. 10 failed. spent: 213:56, 54:15 mins remaining. Reset Perspective should be disabled if no perspective is set. time: 9879ms [INFO] Pass 621 (780) processed. 10 failed. spent: 213:56, 54:15 mins remaining. Reset Perspective should be disabled if no perspective is set. time: 9879ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:29:58.132 [INFO] !MESSAGE [AUT-0] Finished: ResetPerspectiveInWBContext.test in 51219 (621 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:29:58.142 [INFO] !MESSAGE [AUT-0] Starting: ResourceRenameTest.test (622 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:29:58.164 [INFO] !MESSAGE Pass 622 (780) processed. 10 failed. spent: 214:49, 54:02 mins remaining. ResetPerspectiveInWBContext. time: 51219ms [INFO] Pass 622 (780) processed. 10 failed. spent: 214:49, 54:02 mins remaining. ResetPerspectiveInWBContext. time: 51219ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:30:12.156 [INFO] !MESSAGE [AUT-0] Finished: ResourceRenameTest.test in 12112 (622 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:30:12.159 [INFO] !MESSAGE [AUT-0] Starting: RestartAUT.test (623 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:30:12.177 [INFO] !MESSAGE Pass 623 (780) processed. 10 failed. spent: 215:03, 53:40 mins remaining. ResourceRenameTest. time: 12112ms [INFO] Pass 623 (780) processed. 10 failed. spent: 215:03, 53:40 mins remaining. ResourceRenameTest. time: 12112ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 4 0 2023-01-28 05:40:17.733 [INFO] !MESSAGE Failed to execute command org.eclipse.rcptt.tesla.ecl.model.impl.ShoutdownPlayerImpl@3f1024f1 (host: null) [INFO] !STACK 1 [INFO] org.eclipse.core.runtime.CoreException: Couldn't open ECL session [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.computeInNewSession(BaseAutLaunch.java:289) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.unsafeExecute(BaseAutLaunch.java:319) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.execute(BaseAutLaunch.java:209) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.execute(BaseAutLaunch.java:180) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.execute(BaseAutLaunch.java:175) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.shutdownPlayer(BaseAutLaunch.java:840) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.doExecute(BaseAutLaunch.java:800) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.execTestOrEclContext(BaseAutLaunch.java:691) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.execElement(BaseAutLaunch.java:604) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.run(BaseAutLaunch.java:582) [INFO] at org.eclipse.rcptt.internal.launching.ecl.EclScenarioExecutable.doExecuteTest(EclScenarioExecutable.java:111) [INFO] at org.eclipse.rcptt.internal.launching.ecl.EclScenarioExecutable.doExecute(EclScenarioExecutable.java:91) [INFO] at org.eclipse.rcptt.internal.launching.DataExecutable.execute(DataExecutable.java:98) [INFO] at org.eclipse.rcptt.internal.launching.Executable.executeAndRememberResult(Executable.java:127) [INFO] at org.eclipse.rcptt.internal.launching.Executable.executeAndRememberResult(Executable.java:138) [INFO] at org.eclipse.rcptt.internal.launching.Q7LaunchManager$SessionRunnable.run(Q7LaunchManager.java:147) [INFO] at org.eclipse.rcptt.internal.launching.Q7LaunchManager$ExecThread$1.run(Q7LaunchManager.java:723) [INFO] at java.base/java.lang.Thread.run(Thread.java:829) [INFO] Caused by: org.eclipse.core.runtime.CoreException: Couldn't open ECL session [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1074) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.access$3(BaseAutLaunch.java:1070) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:265) [INFO] Caused by: java.net.ConnectException: Connection refused (Connection refused) [INFO] at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) [INFO] at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) [INFO] at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) [INFO] at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) [INFO] at java.base/java.net.Socket.connect(Socket.java:609) [INFO] at java.base/java.net.Socket.connect(Socket.java:558) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.initSocket(EclTcpSession.java:146) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.(EclTcpSession.java:78) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpClientManager.startClientSession(EclTcpClientManager.java:26) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutManager$1.connect(BaseAutManager.java:160) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1072) [INFO] ... 2 more [INFO] Contains: Couldn't open ECL session [INFO] java.net.ConnectException: Connection refused (Connection refused) [INFO] at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) [INFO] at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) [INFO] at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) [INFO] at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) [INFO] at java.base/java.net.Socket.connect(Socket.java:609) [INFO] at java.base/java.net.Socket.connect(Socket.java:558) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.initSocket(EclTcpSession.java:146) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.(EclTcpSession.java:78) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpClientManager.startClientSession(EclTcpClientManager.java:26) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutManager$1.connect(BaseAutManager.java:160) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1072) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.access$3(BaseAutLaunch.java:1070) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:265) [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching 4 0 2023-01-28 05:40:17.736 [INFO] !MESSAGE Couldn't open ECL session [INFO] !STACK 1 [INFO] org.eclipse.core.runtime.CoreException: Couldn't open ECL session [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1074) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.access$3(BaseAutLaunch.java:1070) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:265) [INFO] Caused by: java.net.ConnectException: Connection refused (Connection refused) [INFO] at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) [INFO] at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) [INFO] at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) [INFO] at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) [INFO] at java.base/java.net.Socket.connect(Socket.java:609) [INFO] at java.base/java.net.Socket.connect(Socket.java:558) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.initSocket(EclTcpSession.java:146) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.(EclTcpSession.java:78) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpClientManager.startClientSession(EclTcpClientManager.java:26) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutManager$1.connect(BaseAutManager.java:160) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1072) [INFO] ... 2 more [INFO] !SUBENTRY 2 org.eclipse.rcptt.launching 4 0 2023-01-28 05:40:17.736 [INFO] !MESSAGE Couldn't open ECL session [INFO] !STACK 0 [INFO] java.net.ConnectException: Connection refused (Connection refused) [INFO] at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) [INFO] at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) [INFO] at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) [INFO] at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) [INFO] at java.base/java.net.Socket.connect(Socket.java:609) [INFO] at java.base/java.net.Socket.connect(Socket.java:558) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.initSocket(EclTcpSession.java:146) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.(EclTcpSession.java:78) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpClientManager.startClientSession(EclTcpClientManager.java:26) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutManager$1.connect(BaseAutManager.java:160) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1072) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.access$3(BaseAutLaunch.java:1070) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:265) [INFO] !SUBENTRY 2 org.eclipse.rcptt.launching 4 0 2023-01-28 05:40:17.736 [INFO] !MESSAGE Couldn't open ECL session [INFO] !STACK 0 [INFO] java.net.ConnectException: Connection refused (Connection refused) [INFO] at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) [INFO] at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) [INFO] at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) [INFO] at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) [INFO] at java.base/java.net.Socket.connect(Socket.java:609) [INFO] at java.base/java.net.Socket.connect(Socket.java:558) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.initSocket(EclTcpSession.java:146) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.(EclTcpSession.java:78) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpClientManager.startClientSession(EclTcpClientManager.java:26) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutManager$1.connect(BaseAutManager.java:160) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1072) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.access$3(BaseAutLaunch.java:1070) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:265) [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching 4 0 2023-01-28 05:40:17.736 [INFO] !MESSAGE Couldn't open ECL session [INFO] !STACK 1 [INFO] org.eclipse.core.runtime.CoreException: Couldn't open ECL session [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1074) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.access$3(BaseAutLaunch.java:1070) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:265) [INFO] Caused by: java.net.ConnectException: Connection refused (Connection refused) [INFO] at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) [INFO] at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) [INFO] at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) [INFO] at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) [INFO] at java.base/java.net.Socket.connect(Socket.java:609) [INFO] at java.base/java.net.Socket.connect(Socket.java:558) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.initSocket(EclTcpSession.java:146) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.(EclTcpSession.java:78) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpClientManager.startClientSession(EclTcpClientManager.java:26) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutManager$1.connect(BaseAutManager.java:160) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1072) [INFO] ... 2 more [INFO] !SUBENTRY 2 org.eclipse.rcptt.launching 4 0 2023-01-28 05:40:17.737 [INFO] !MESSAGE Couldn't open ECL session [INFO] !STACK 0 [INFO] java.net.ConnectException: Connection refused (Connection refused) [INFO] at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) [INFO] at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) [INFO] at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) [INFO] at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) [INFO] at java.base/java.net.Socket.connect(Socket.java:609) [INFO] at java.base/java.net.Socket.connect(Socket.java:558) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.initSocket(EclTcpSession.java:146) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.(EclTcpSession.java:78) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpClientManager.startClientSession(EclTcpClientManager.java:26) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutManager$1.connect(BaseAutManager.java:160) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1072) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.access$3(BaseAutLaunch.java:1070) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:265) [INFO] !SUBENTRY 2 org.eclipse.rcptt.launching 4 0 2023-01-28 05:40:17.737 [INFO] !MESSAGE Couldn't open ECL session [INFO] !STACK 0 [INFO] java.net.ConnectException: Connection refused (Connection refused) [INFO] at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) [INFO] at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) [INFO] at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) [INFO] at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) [INFO] at java.base/java.net.Socket.connect(Socket.java:609) [INFO] at java.base/java.net.Socket.connect(Socket.java:558) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.initSocket(EclTcpSession.java:146) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.(EclTcpSession.java:78) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpClientManager.startClientSession(EclTcpClientManager.java:26) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutManager$1.connect(BaseAutManager.java:160) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1072) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.access$3(BaseAutLaunch.java:1070) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:265) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:40:17.857 [INFO] !MESSAGE [AUT-0] Finished: RestartAUT.test in 605558, Execution timed out after 300 seconds (623 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:40:17.952 [INFO] !MESSAGE Fail 624 (780) processed. 11 failed. spent: 225:09, 56:11 mins remaining. RestartAUT. time: 605558ms Cause: Execution timed out after 300 seconds [INFO] Fail 624 (780) processed. 11 failed. spent: 225:09, 56:11 mins remaining. RestartAUT. time: 605558ms Cause: Execution timed out after 300 seconds [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:45:17.865 [INFO] !MESSAGE AUT is not answering, restarting.. [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:50:17.905 [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] 64bit arch is selected because AUT uses launcher library [INFO] "plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.600.v20220720-1916" specified in config file: rcptt.ini [INFO] /home/jenkins/agent/workspace/master/rcpttTests/target/aut-ws-0_restarted_1: AUT arguments: -nosplash -consoleLog -debug /home/jenkins/agent/workspace/master/rcpttTests/debug.options -os ${target.os} -arch ${target.arch} [INFO] /home/jenkins/agent/workspace/master/rcpttTests/target/aut-ws-0_restarted_1: AUT VM arguments: -Xms128m -Xmx768m --add-modules=ALL-SYSTEM -XX:+HeapDumpOnOutOfMemoryError [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-01-28 05:50:21.046 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_1: Detected AUT architecture is x86_64.64bit arch is selected because AUT uses launcher library [INFO] "plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.600.v20220720-1916" specified in config file: rcptt.ini [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-01-28 05:50:21.050 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_1: Selected JVM is /usr/lib/jvm/java-11-openjdk-amd64 detected architecture is x86_64 [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-01-28 05:50:21.050 [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 2023-01-28 05:50:26.667 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_1: AUT JVM arguments is set to : [-Xms128m, -Xmx768m, --add-modules=ALL-SYSTEM, -XX:+HeapDumpOnOutOfMemoryError, -Dq7id=1d2e146e-c2c4-4776-ac7e-118cb9d56104, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.700.v20220722-0431.jar,reference:file:/home/jenkins/agent/workspace/master/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.2.200.v20180827-1235.jar, --add-opens, java.base/java.lang=ALL-UNNAMED, --add-modules=ALL-SYSTEM, --illegal-access=permit, -Declipse.vmargs=-Xms128m [INFO] -Xmx768m [INFO] --add-modules=ALL-SYSTEM [INFO] -XX:+HeapDumpOnOutOfMemoryError [INFO] -Dq7id=1d2e146e-c2c4-4776-ac7e-118cb9d56104 [INFO] -Dq7EclPort=4001 [INFO] -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.700.v20220722-0431.jar,reference:file:/home/jenkins/agent/workspace/master/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.2.200.v20180827-1235.jar [INFO] --add-opens [INFO] java.base/java.lang=ALL-UNNAMED [INFO] --add-modules=ALL-SYSTEM [INFO] --illegal-access=permit [INFO] ] [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-01-28 05:50:26.743 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_1: AUT command line arguments is set to: [-product, org.eclipse.rcptt.platform.product, -data, /home/jenkins/agent/workspace/master/rcpttTests/target/aut-ws-0_restarted_1, -configuration, file:/home/jenkins/agent/workspace/master/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_1/, -dev, file:/home/jenkins/agent/workspace/master/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_1/dev.properties, -ws, gtk, -nosplash, -consoleLog, -debug, /home/jenkins/agent/workspace/master/rcpttTests/debug.options, -os, linux, -arch, x86_64, -eclipse.keyring, /home/jenkins/agent/workspace/master/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_1/secure_storage, -vm, /usr/lib/jvm/java-11-openjdk-amd64] [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2023-01-28 05:51:03.949 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:51:04.751 [INFO] !MESSAGE [AUT-0] Starting: RestoreDefaults.test (624 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:51:29.098 [INFO] !MESSAGE [AUT-0] Finished: RestoreDefaults.test in 22825 (624 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:51:29.102 [INFO] !MESSAGE [AUT-0] Starting: ResumeDebugging.test (625 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:51:29.164 [INFO] !MESSAGE Pass 625 (780) processed. 11 failed. spent: 236:20, 58:02 mins remaining. RestoreDefaults. time: 22825ms [INFO] Pass 625 (780) processed. 11 failed. spent: 236:20, 58:02 mins remaining. RestoreDefaults. time: 22825ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:54:19.126 [INFO] !MESSAGE [AUT-0] Finished: ResumeDebugging.test in 168520 (625 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:54:19.130 [INFO] !MESSAGE [AUT-0] Starting: ReturnToQ7FromControlPanel.test (626 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:54:19.156 [INFO] !MESSAGE Pass 626 (780) processed. 11 failed. spent: 239:10, 58:16 mins remaining. ResumeDebugging. time: 168520ms [INFO] Pass 626 (780) processed. 11 failed. spent: 239:10, 58:16 mins remaining. ResumeDebugging. time: 168520ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:54:38.066 [INFO] !MESSAGE [AUT-0] Finished: ReturnToQ7FromControlPanel.test in 17394 (626 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:54:38.071 [INFO] !MESSAGE [AUT-0] Starting: RunConfiguration_AddWithTag.test (627 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:54:38.151 [INFO] !MESSAGE Pass 627 (780) processed. 11 failed. spent: 239:29, 57:52 mins remaining. ReturnToQ7FromControlPanel. time: 17394ms [INFO] Pass 627 (780) processed. 11 failed. spent: 239:29, 57:52 mins remaining. ReturnToQ7FromControlPanel. time: 17394ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:54:51.418 [INFO] !MESSAGE [AUT-0] Finished: RunConfiguration_AddWithTag.test in 11586 (627 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:54:51.422 [INFO] !MESSAGE [AUT-0] Starting: RunFailedTestCases.test (628 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:54:51.464 [INFO] !MESSAGE Pass 628 (780) processed. 11 failed. spent: 239:43, 57:27 mins remaining. RunConfiguration_AddWithTag. time: 11586ms [INFO] Pass 628 (780) processed. 11 failed. spent: 239:43, 57:27 mins remaining. RunConfiguration_AddWithTag. time: 11586ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:55:36.701 [INFO] !MESSAGE [AUT-0] Finished: RunFailedTestCases.test in 44211 (628 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:55:36.704 [INFO] !MESSAGE [AUT-0] Starting: RunTestSuite.test (629 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:55:36.765 [INFO] !MESSAGE Pass 629 (780) processed. 11 failed. spent: 240:28, 57:09 mins remaining. RunFailedTestCases. time: 44211ms [INFO] Pass 629 (780) processed. 11 failed. spent: 240:28, 57:09 mins remaining. RunFailedTestCases. time: 44211ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:56:17.610 [INFO] !MESSAGE [AUT-0] Finished: RunTestSuite.test in 39744 (629 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:56:17.613 [INFO] !MESSAGE [AUT-0] Starting: RunTestSuiteFromExplorer.test (630 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:56:17.690 [INFO] !MESSAGE Pass 630 (780) processed. 11 failed. spent: 241:09, 56:51 mins remaining. RunTestSuite. time: 39744ms [INFO] Pass 630 (780) processed. 11 failed. spent: 241:09, 56:51 mins remaining. RunTestSuite. time: 39744ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:56:57.914 [INFO] !MESSAGE [AUT-0] Finished: RunTestSuiteFromExplorer.test in 39248 (630 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:56:57.917 [INFO] !MESSAGE [AUT-0] Starting: RunTestSuiteFromRunConfiguration.test (631 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:56:57.984 [INFO] !MESSAGE Pass 631 (780) processed. 11 failed. spent: 241:49, 56:32 mins remaining. RunTestSuiteFromExplorer. time: 39248ms [INFO] Pass 631 (780) processed. 11 failed. spent: 241:49, 56:32 mins remaining. RunTestSuiteFromExplorer. time: 39248ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:57:16.213 [INFO] !MESSAGE [AUT-0] Finished: RunTestSuiteFromRunConfiguration.test in 16943 (631 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:57:16.216 [INFO] !MESSAGE [AUT-0] Starting: RunTestSuitesFromExplorer.test (632 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:57:16.273 [INFO] !MESSAGE Pass 632 (780) processed. 11 failed. spent: 242:08, 56:08 mins remaining. RunTestSuiteFromRunConfiguration. time: 16943ms [INFO] Pass 632 (780) processed. 11 failed. spent: 242:08, 56:08 mins remaining. RunTestSuiteFromRunConfiguration. time: 16943ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:57:59.580 [INFO] !MESSAGE [AUT-0] Finished: RunTestSuitesFromExplorer.test in 41643 (632 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:57:59.584 [INFO] !MESSAGE [AUT-0] Starting: RunTestsFromTagsView_TC1.test (633 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:57:59.674 [INFO] !MESSAGE Pass 633 (780) processed. 11 failed. spent: 242:51, 55:50 mins remaining. RunTestSuitesFromExplorer. time: 41643ms [INFO] Pass 633 (780) processed. 11 failed. spent: 242:51, 55:50 mins remaining. RunTestSuitesFromExplorer. time: 41643ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:58:21.494 [INFO] !MESSAGE [AUT-0] Finished: RunTestsFromTagsView_TC1.test in 20926 (633 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:58:21.497 [INFO] !MESSAGE [AUT-0] Starting: RunTestsFromTagsView_TC2.test (634 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:58:21.567 [INFO] !MESSAGE Pass 634 (780) processed. 11 failed. spent: 243:13, 55:27 mins remaining. RunTestsFromTagsView_TC1. time: 20926ms [INFO] Pass 634 (780) processed. 11 failed. spent: 243:13, 55:27 mins remaining. RunTestsFromTagsView_TC1. time: 20926ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:58:44.289 [INFO] !MESSAGE [AUT-0] Finished: RunTestsFromTagsView_TC2.test in 21905 (634 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:58:44.298 [INFO] !MESSAGE Pass 635 (780) processed. 11 failed. spent: 243:36, 55:32 mins remaining. RunTestsFromTagsView_TC2. time: 21905ms [INFO] Pass 635 (780) processed. 11 failed. spent: 243:36, 55:32 mins remaining. RunTestsFromTagsView_TC2. time: 21905ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:58:44.299 [INFO] !MESSAGE [AUT-0] Starting: RunTestsWhenStopOnFirstFailureSet_TC1.test (635 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:59:11.193 [INFO] !MESSAGE [AUT-0] Finished: RunTestsWhenStopOnFirstFailureSet_TC1.test in 26039 (635 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:59:11.196 [INFO] !MESSAGE [AUT-0] Starting: RunnerArg.test (636 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:59:11.276 [INFO] !MESSAGE Pass 636 (780) processed. 11 failed. spent: 244:03, 54:42 mins remaining. RunTestsWhenStopOnFirstFailureSet_TC1. time: 26039ms [INFO] Pass 636 (780) processed. 11 failed. spent: 244:03, 54:42 mins remaining. RunTestsWhenStopOnFirstFailureSet_TC1. time: 26039ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:59:21.419 [INFO] !MESSAGE [AUT-0] Finished: RunnerArg.test in 9471 (636 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:59:21.422 [INFO] !MESSAGE [AUT-0] Starting: Save AUT Details For Non-running AUT.test (637 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:59:21.495 [INFO] !MESSAGE Pass 637 (780) processed. 11 failed. spent: 244:13, 54:16 mins remaining. RunnerArg. time: 9471ms [INFO] Pass 637 (780) processed. 11 failed. spent: 244:13, 54:16 mins remaining. RunnerArg. time: 9471ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:59:36.166 [INFO] !MESSAGE [AUT-0] Finished: Save AUT Details For Non-running AUT.test in 13951 (637 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:59:36.169 [INFO] !MESSAGE [AUT-0] Starting: SaveBeforeLaunchTestCaseAlways.test (638 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:59:36.187 [INFO] !MESSAGE Pass 638 (780) processed. 11 failed. spent: 244:27, 53:51 mins remaining. Save AUT Details For Non-running AUT. time: 13951ms [INFO] Pass 638 (780) processed. 11 failed. spent: 244:27, 53:51 mins remaining. Save AUT Details For Non-running AUT. time: 13951ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:59:52.493 [INFO] !MESSAGE [AUT-0] Finished: SaveBeforeLaunchTestCaseAlways.test in 15140 (638 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 05:59:52.497 [INFO] !MESSAGE [AUT-0] Starting: SaveBeforeLaunchTestCaseNever.test (639 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 05:59:52.571 [INFO] !MESSAGE Pass 639 (780) processed. 11 failed. spent: 244:44, 53:27 mins remaining. SaveBeforeLaunchTestCaseAlways. time: 15140ms [INFO] Pass 639 (780) processed. 11 failed. spent: 244:44, 53:27 mins remaining. SaveBeforeLaunchTestCaseAlways. time: 15140ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:00:06.806 [INFO] !MESSAGE [AUT-0] Finished: SaveBeforeLaunchTestCaseNever.test in 13307 (639 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:00:06.809 [INFO] !MESSAGE [AUT-0] Starting: SaveBeforeLaunchTestCasePrompt.test (640 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:00:06.891 [INFO] !MESSAGE Pass 640 (780) processed. 11 failed. spent: 244:58, 53:02 mins remaining. SaveBeforeLaunchTestCaseNever. time: 13307ms [INFO] Pass 640 (780) processed. 11 failed. spent: 244:58, 53:02 mins remaining. SaveBeforeLaunchTestCaseNever. time: 13307ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:00:30.604 [INFO] !MESSAGE [AUT-0] Finished: SaveBeforeLaunchTestCasePrompt.test in 22570 (640 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:00:30.608 [INFO] !MESSAGE [AUT-0] Starting: SaveBeforeRestart.test (641 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:00:30.678 [INFO] !MESSAGE Pass 641 (780) processed. 11 failed. spent: 245:22, 52:39 mins remaining. SaveBeforeLaunchTestCasePrompt. time: 22570ms [INFO] Pass 641 (780) processed. 11 failed. spent: 245:22, 52:39 mins remaining. SaveBeforeLaunchTestCasePrompt. time: 22570ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2023-01-28 06:01:27.148 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:01:36.541 [INFO] !MESSAGE [AUT-0] Finished: SaveBeforeRestart.test in 63123 (641 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:01:36.553 [INFO] !MESSAGE Pass 642 (780) processed. 11 failed. spent: 246:28, 52:53 mins remaining. SaveBeforeRestart. time: 63123ms [INFO] Pass 642 (780) processed. 11 failed. spent: 246:28, 52:53 mins remaining. SaveBeforeRestart. time: 63123ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:01:36.559 [INFO] !MESSAGE [AUT-0] Starting: SaveChangesInContext.test (642 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:02:03.175 [INFO] !MESSAGE [AUT-0] Finished: SaveChangesInContext.test in 24732 (642 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:02:03.179 [INFO] !MESSAGE [AUT-0] Starting: SaveChangesInTest.test (643 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:02:03.264 [INFO] !MESSAGE Pass 643 (780) processed. 11 failed. spent: 246:55, 52:03 mins remaining. SaveChangesInContext. time: 24732ms [INFO] Pass 643 (780) processed. 11 failed. spent: 246:55, 52:03 mins remaining. SaveChangesInContext. time: 24732ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:02:24.494 [INFO] !MESSAGE [AUT-0] Finished: SaveChangesInTest.test in 20274 (643 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:02:24.498 [INFO] !MESSAGE [AUT-0] Starting: SaveContextBeforeLaunchTestCaseAlways.test (644 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:02:24.546 [INFO] !MESSAGE Pass 644 (780) processed. 11 failed. spent: 247:16, 51:40 mins remaining. SaveChangesInTest. time: 20274ms [INFO] Pass 644 (780) processed. 11 failed. spent: 247:16, 51:40 mins remaining. SaveChangesInTest. time: 20274ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:02:53.300 [INFO] !MESSAGE [AUT-0] Finished: SaveContextBeforeLaunchTestCaseAlways.test in 27637 (644 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:02:53.303 [INFO] !MESSAGE [AUT-0] Starting: SaveContextBeforeLaunchTestCaseNever.test (645 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:02:53.376 [INFO] !MESSAGE Pass 645 (780) processed. 11 failed. spent: 247:45, 51:18 mins remaining. SaveContextBeforeLaunchTestCaseAlways. time: 27637ms [INFO] Pass 645 (780) processed. 11 failed. spent: 247:45, 51:18 mins remaining. SaveContextBeforeLaunchTestCaseAlways. time: 27637ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:03:17.104 [INFO] !MESSAGE [AUT-0] Finished: SaveContextBeforeLaunchTestCaseNever.test in 22795 (645 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:03:17.107 [INFO] !MESSAGE [AUT-0] Starting: SaveContextBeforeLaunchTestCasePrompt.test (646 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:03:17.149 [INFO] !MESSAGE Pass 646 (780) processed. 11 failed. spent: 248:08, 50:55 mins remaining. SaveContextBeforeLaunchTestCaseNever. time: 22795ms [INFO] Pass 646 (780) processed. 11 failed. spent: 248:08, 50:55 mins remaining. SaveContextBeforeLaunchTestCaseNever. time: 22795ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:03:49.412 [INFO] !MESSAGE [AUT-0] Finished: SaveContextBeforeLaunchTestCasePrompt.test in 30735 (646 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:03:49.415 [INFO] !MESSAGE [AUT-0] Starting: SaveDiacriticSymbolsInTest.test (647 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:03:49.478 [INFO] !MESSAGE Pass 647 (780) processed. 11 failed. spent: 248:41, 50:34 mins remaining. SaveContextBeforeLaunchTestCasePrompt. time: 30735ms [INFO] Pass 647 (780) processed. 11 failed. spent: 248:41, 50:34 mins remaining. SaveContextBeforeLaunchTestCasePrompt. time: 30735ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:04:05.159 [INFO] !MESSAGE [AUT-0] Finished: SaveDiacriticSymbolsInTest.test in 14751 (647 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:04:05.162 [INFO] !MESSAGE [AUT-0] Starting: SaveIsImmediate.test (648 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:04:05.249 [INFO] !MESSAGE Pass 648 (780) processed. 11 failed. spent: 248:56, 50:10 mins remaining. SaveDiacriticSymbolsInTest. time: 14751ms [INFO] Pass 648 (780) processed. 11 failed. spent: 248:56, 50:10 mins remaining. SaveDiacriticSymbolsInTest. time: 14751ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:04:14.389 [INFO] !MESSAGE [AUT-0] Finished: SaveIsImmediate.test in 8258 (648 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:04:14.392 [INFO] !MESSAGE [AUT-0] Starting: SaveSpecialSymbolsInTest.test (649 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:04:14.472 [INFO] !MESSAGE Pass 649 (780) processed. 11 failed. spent: 249:06, 49:44 mins remaining. SaveIsImmediate. time: 8258ms [INFO] Pass 649 (780) processed. 11 failed. spent: 249:06, 49:44 mins remaining. SaveIsImmediate. time: 8258ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:04:30.166 [INFO] !MESSAGE [AUT-0] Finished: SaveSpecialSymbolsInTest.test in 14676 (649 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:04:30.170 [INFO] !MESSAGE [AUT-0] Starting: SaveTestFromControlPanel.test (650 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:04:30.188 [INFO] !MESSAGE Pass 650 (780) processed. 11 failed. spent: 249:21, 49:20 mins remaining. SaveSpecialSymbolsInTest. time: 14676ms [INFO] Pass 650 (780) processed. 11 failed. spent: 249:21, 49:20 mins remaining. SaveSpecialSymbolsInTest. time: 14676ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:06:19.653 [INFO] !MESSAGE [AUT-0] Finished: SaveTestFromControlPanel.test in 107500 (650 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:06:19.656 [INFO] !MESSAGE [AUT-0] Starting: Script Editor.scenario (651 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:06:19.660 [INFO] !MESSAGE Pass 651 (780) processed. 11 failed. spent: 251:11, 49:14 mins remaining. SaveTestFromControlPanel. time: 107500ms [INFO] Pass 651 (780) processed. 11 failed. spent: 251:11, 49:14 mins remaining. SaveTestFromControlPanel. time: 107500ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:06:35.015 [INFO] !MESSAGE [AUT-0] Finished: Script Editor.scenario in 14366 (651 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:06:35.018 [INFO] !MESSAGE [AUT-0] Starting: ScriptEditingIsDisabledDuringRecording.test (652 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:06:35.074 [INFO] !MESSAGE Pass 652 (780) processed. 11 failed. spent: 251:26, 48:49 mins remaining. Script EditorAutocompletion. time: 14366ms [INFO] Pass 652 (780) processed. 11 failed. spent: 251:26, 48:49 mins remaining. Script EditorAutocompletion. time: 14366ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:06:49.301 [INFO] !MESSAGE [AUT-0] Finished: ScriptEditingIsDisabledDuringRecording.test in 13333 (652 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:06:49.304 [INFO] !MESSAGE [AUT-0] Starting: SearchInWorkingSet.test (653 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:06:49.368 [INFO] !MESSAGE Pass 653 (780) processed. 11 failed. spent: 251:41, 48:24 mins remaining. ScriptEditingIsDisabledDuringRecording. time: 13333ms [INFO] Pass 653 (780) processed. 11 failed. spent: 251:41, 48:24 mins remaining. ScriptEditingIsDisabledDuringRecording. time: 13333ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:07:07.574 [INFO] !MESSAGE [AUT-0] Finished: SearchInWorkingSet.test in 17135 (653 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:07:07.577 [INFO] !MESSAGE [AUT-0] Starting: SearchTestInDescription.test (654 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:07:07.668 [INFO] !MESSAGE Pass 654 (780) processed. 11 failed. spent: 251:59, 48:00 mins remaining. SearchInWorkingSet. time: 17135ms [INFO] Pass 654 (780) processed. 11 failed. spent: 251:59, 48:00 mins remaining. SearchInWorkingSet. time: 17135ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:07:18.861 [INFO] !MESSAGE [AUT-0] Finished: SearchTestInDescription.test in 10070, The Item "[Q7Project1, TestCase1.test, 1: description_key]" could not be found. (654 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:07:18.865 [INFO] !MESSAGE [AUT-0] Starting: SearchTextInContexts.test (655 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:07:18.879 [INFO] !MESSAGE Fail 655 (780) processed. 12 failed. spent: 252:10, 47:35 mins remaining. SearchTestInDescription. time: 10070ms Cause: The Item "[Q7Project1, TestCase1.test, 1: description_key]" could not be found. [INFO] Fail 655 (780) processed. 12 failed. spent: 252:10, 47:35 mins remaining. SearchTestInDescription. time: 10070ms Cause: The Item "[Q7Project1, TestCase1.test, 1: description_key]" could not be found. [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:07:28.724 [INFO] !MESSAGE [AUT-0] Finished: SearchTextInContexts.test in 8912, Assertion of itemCount failed: expected:<2> but was:<0>. (655 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:07:28.727 [INFO] !MESSAGE [AUT-0] Starting: SearchTextInScript.test (656 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:07:28.753 [INFO] !MESSAGE Fail 656 (780) processed. 13 failed. spent: 252:20, 47:10 mins remaining. SearchTextInContexts. time: 8912ms Cause: Assertion of itemCount failed: expected:<2> but was:<0>. [INFO] Fail 656 (780) processed. 13 failed. spent: 252:20, 47:10 mins remaining. SearchTextInContexts. time: 8912ms Cause: Assertion of itemCount failed: expected:<2> but was:<0>. [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:07:38.546 [INFO] !MESSAGE [AUT-0] Finished: SearchTextInScript.test in 8688, Assertion of itemCount failed: expected:<2> but was:<0>. (656 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:07:38.549 [INFO] !MESSAGE [AUT-0] Starting: SearchTextInTags.test (657 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:07:38.563 [INFO] !MESSAGE Fail 657 (780) processed. 14 failed. spent: 252:30, 46:44 mins remaining. SearchTextInScript. time: 8688ms Cause: Assertion of itemCount failed: expected:<2> but was:<0>. [INFO] Fail 657 (780) processed. 14 failed. spent: 252:30, 46:44 mins remaining. SearchTextInScript. time: 8688ms Cause: Assertion of itemCount failed: expected:<2> but was:<0>. [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:07:47.809 [INFO] !MESSAGE [AUT-0] Finished: SearchTextInTags.test in 8506, Assertion of itemCount failed: expected:<2> but was:<0>. (657 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:07:47.812 [INFO] !MESSAGE [AUT-0] Starting: SecondControlPanel_RecordSnippet.scenario (658 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:07:47.872 [INFO] !MESSAGE Fail 658 (780) processed. 15 failed. spent: 252:39, 46:19 mins remaining. SearchTextInTags. time: 8506ms Cause: Assertion of itemCount failed: expected:<2> but was:<0>. [INFO] Fail 658 (780) processed. 15 failed. spent: 252:39, 46:19 mins remaining. SearchTextInTags. time: 8506ms Cause: Assertion of itemCount failed: expected:<2> but was:<0>. [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:08:23.591 [INFO] !MESSAGE [AUT-0] Finished: SecondControlPanel_RecordSnippet.scenario in 34589 (658 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:08:23.594 [INFO] !MESSAGE [AUT-0] Starting: SecondControlPanel_ScenarioEditor.scenario (659 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:08:23.606 [INFO] !MESSAGE Pass 659 (780) processed. 15 failed. spent: 253:15, 45:58 mins remaining. SecondControlPanel_RecordSnippet. time: 34589ms [INFO] Pass 659 (780) processed. 15 failed. spent: 253:15, 45:58 mins remaining. SecondControlPanel_RecordSnippet. time: 34589ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:09:00.373 [INFO] !MESSAGE [AUT-0] Finished: SecondControlPanel_ScenarioEditor.scenario in 35693 (659 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:09:00.376 [INFO] !MESSAGE [AUT-0] Starting: SelectAll in Script Viewer.test (660 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:09:00.398 [INFO] !MESSAGE Pass 660 (780) processed. 15 failed. spent: 253:52, 45:38 mins remaining. SecondControlPanel_ScenarioEditor. time: 35693ms [INFO] Pass 660 (780) processed. 15 failed. spent: 253:52, 45:38 mins remaining. SecondControlPanel_ScenarioEditor. time: 35693ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:09:17.697 [INFO] !MESSAGE [AUT-0] Finished: SelectAll in Script Viewer.test in 16289 (660 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:09:17.700 [INFO] !MESSAGE [AUT-0] Starting: SelectLocationAtCreationContext.test (661 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:09:18.086 [INFO] !MESSAGE Pass 661 (780) processed. 15 failed. spent: 254:09, 45:14 mins remaining. SelectAll in Script Viewer. time: 16289ms [INFO] Pass 661 (780) processed. 15 failed. spent: 254:09, 45:14 mins remaining. SelectAll in Script Viewer. time: 16289ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:09:31.848 [INFO] !MESSAGE [AUT-0] Finished: SelectLocationAtCreationContext.test in 12889 (661 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:09:31.851 [INFO] !MESSAGE [AUT-0] Starting: SelectLocationAtCreationTest.test (662 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:09:31.948 [INFO] !MESSAGE Pass 662 (780) processed. 15 failed. spent: 254:23, 44:49 mins remaining. SelectLocationAtCreationContext. time: 12889ms [INFO] Pass 662 (780) processed. 15 failed. spent: 254:23, 44:49 mins remaining. SelectLocationAtCreationContext. time: 12889ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:09:45.470 [INFO] !MESSAGE [AUT-0] Finished: SelectLocationAtCreationTest.test in 12537 (662 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:09:45.473 [INFO] !MESSAGE [AUT-0] Starting: SelectLocationForGroupContext.test (663 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:09:45.568 [INFO] !MESSAGE Pass 663 (780) processed. 15 failed. spent: 254:37, 44:24 mins remaining. SelectLocationAtCreationTest. time: 12537ms [INFO] Pass 663 (780) processed. 15 failed. spent: 254:37, 44:24 mins remaining. SelectLocationAtCreationTest. time: 12537ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:09:56.207 [INFO] !MESSAGE [AUT-0] Finished: SelectLocationForGroupContext.test in 9985 (663 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:09:56.212 [INFO] !MESSAGE [AUT-0] Starting: SelectPerspectiveFromDialog.test (664 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:09:56.279 [INFO] !MESSAGE Pass 664 (780) processed. 15 failed. spent: 254:48, 43:59 mins remaining. SelectLocationForGroupContext. time: 9985ms [INFO] Pass 664 (780) processed. 15 failed. spent: 254:48, 43:59 mins remaining. SelectLocationForGroupContext. time: 9985ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:11:30.232 [INFO] !MESSAGE [AUT-0] Finished: SelectPerspectiveFromDialog.test in 92505 (664 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:11:30.235 [INFO] !MESSAGE [AUT-0] Starting: SelectRows.test (665 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:11:30.309 [INFO] !MESSAGE Pass 665 (780) processed. 15 failed. spent: 256:22, 43:49 mins remaining. SelectPerspectiveFromDialog. time: 92505ms [INFO] Pass 665 (780) processed. 15 failed. spent: 256:22, 43:49 mins remaining. SelectPerspectiveFromDialog. time: 92505ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:11:44.104 [INFO] !MESSAGE [AUT-0] Finished: SelectRows.test in 12320 (665 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:11:44.107 [INFO] !MESSAGE [AUT-0] Starting: Selection in Script Viewer.test (666 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:11:44.152 [INFO] !MESSAGE Pass 666 (780) processed. 15 failed. spent: 256:35, 43:24 mins remaining. SelectRows. time: 12320ms [INFO] Pass 666 (780) processed. 15 failed. spent: 256:35, 43:24 mins remaining. SelectRows. time: 12320ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:12:00.089 [INFO] !MESSAGE [AUT-0] Finished: Selection in Script Viewer.test in 14665 (666 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:12:00.092 [INFO] !MESSAGE [AUT-0] Starting: SelectionAfterDelete.test (667 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:12:00.167 [INFO] !MESSAGE Pass 667 (780) processed. 15 failed. spent: 256:51, 43:00 mins remaining. Selection in Script Viewer. time: 14665ms [INFO] Pass 667 (780) processed. 15 failed. spent: 256:51, 43:00 mins remaining. Selection in Script Viewer. time: 14665ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:12:11.902 [INFO] !MESSAGE [AUT-0] Finished: SelectionAfterDelete.test in 10878 (667 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:12:11.904 [INFO] !MESSAGE [AUT-0] Starting: Set AUT in Launch Configuration.test (668 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:12:11.978 [INFO] !MESSAGE Pass 668 (780) processed. 15 failed. spent: 257:03, 42:35 mins remaining. SelectionAfterDelete. time: 10878ms [INFO] Pass 668 (780) processed. 15 failed. spent: 257:03, 42:35 mins remaining. SelectionAfterDelete. time: 10878ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:14:37.042 [INFO] !MESSAGE [AUT-0] Finished: Set AUT in Launch Configuration.test in 141353 (668 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:14:37.044 [INFO] !MESSAGE [AUT-0] Starting: Set AUT in Launch Configuration_Run As TestCase.test (669 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:14:37.057 [INFO] !MESSAGE Pass 669 (780) processed. 15 failed. spent: 259:28, 42:32 mins remaining. Set AUT in Launch Configuration. time: 141353ms [INFO] Pass 669 (780) processed. 15 failed. spent: 259:28, 42:32 mins remaining. Set AUT in Launch Configuration. time: 141353ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:15:18.150 [INFO] !MESSAGE [AUT-0] Finished: Set AUT in Launch Configuration_Run As TestCase.test in 37886 (669 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:15:18.152 [INFO] !MESSAGE [AUT-0] Starting: Set Breakpoint In Proc_Current Command Highlighting.test (670 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:15:18.244 [INFO] !MESSAGE Pass 670 (780) processed. 15 failed. spent: 260:09, 42:11 mins remaining. Set AUT in Launch Configuration_Run As TestCase. time: 37886ms [INFO] Pass 670 (780) processed. 15 failed. spent: 260:09, 42:11 mins remaining. Set AUT in Launch Configuration_Run As TestCase. time: 37886ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:16:39.053 [INFO] !MESSAGE [AUT-0] Finished: Set Breakpoint In Proc_Current Command Highlighting.test in 77538 (670 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:16:39.055 [INFO] !MESSAGE [AUT-0] Starting: Set Breakpoint In Proc_Step Into_Check Variables.test (671 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:16:39.089 [INFO] !MESSAGE Pass 671 (780) processed. 15 failed. spent: 261:30, 41:57 mins remaining. Set Breakpoint In Proc_Current Command Highlighting. time: 77538ms [INFO] Pass 671 (780) processed. 15 failed. spent: 261:30, 41:57 mins remaining. Set Breakpoint In Proc_Current Command Highlighting. time: 77538ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:18:12.782 [INFO] !MESSAGE [AUT-0] Finished: Set Breakpoint In Proc_Step Into_Check Variables.test in 91573 (671 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:18:12.785 [INFO] !MESSAGE [AUT-0] Starting: Set Breakpoint In Proc_Step Into_Step Return.test (672 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:18:12.803 [INFO] !MESSAGE Pass 672 (780) processed. 15 failed. spent: 263:04, 41:45 mins remaining. Set Breakpoint In Proc_Step Into_Check Variables. time: 91573ms [INFO] Pass 672 (780) processed. 15 failed. spent: 263:04, 41:45 mins remaining. Set Breakpoint In Proc_Step Into_Check Variables. time: 91573ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:20:00.580 [INFO] !MESSAGE [AUT-0] Finished: Set Breakpoint In Proc_Step Into_Step Return.test in 101149 (672 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:20:00.643 [INFO] !MESSAGE [AUT-0] Starting: Set Breakpoint In Proc_Step Over Should Navigate To Next Line.test (673 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:20:00.644 [INFO] !MESSAGE Pass 673 (780) processed. 15 failed. spent: 264:52, 41:35 mins remaining. Set Breakpoint In Proc_Step Into_Step Return. time: 101149ms [INFO] Pass 673 (780) processed. 15 failed. spent: 264:52, 41:35 mins remaining. Set Breakpoint In Proc_Step Into_Step Return. time: 101149ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:20:51.886 [INFO] !MESSAGE [AUT-0] Finished: Set Breakpoint In Proc_Step Over Should Navigate To Next Line.test in 48855 (673 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:20:51.889 [INFO] !MESSAGE [AUT-0] Starting: Set Breakpoint In Proc_Verify ECL Thread.test (674 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:20:51.974 [INFO] !MESSAGE Pass 674 (780) processed. 15 failed. spent: 265:43, 41:16 mins remaining. Set Breakpoint In Proc_Step Over Should Navigate To Next Line. time: 48855ms [INFO] Pass 674 (780) processed. 15 failed. spent: 265:43, 41:16 mins remaining. Set Breakpoint In Proc_Step Over Should Navigate To Next Line. time: 48855ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:21:37.366 [INFO] !MESSAGE [AUT-0] Finished: Set Breakpoint In Proc_Verify ECL Thread.test in 43224 (674 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:21:37.369 [INFO] !MESSAGE [AUT-0] Starting: Set Breakpoint in Procedure_Check Breakpoint.test (675 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:21:37.456 [INFO] !MESSAGE Pass 675 (780) processed. 15 failed. spent: 266:29, 40:56 mins remaining. Set Breakpoint In Proc_Verify ECL Thread. time: 43224ms [INFO] Pass 675 (780) processed. 15 failed. spent: 266:29, 40:56 mins remaining. Set Breakpoint In Proc_Verify ECL Thread. time: 43224ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:22:20.789 [INFO] !MESSAGE [AUT-0] Finished: Set Breakpoint in Procedure_Check Breakpoint.test in 41735 (675 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:22:20.792 [INFO] !MESSAGE [AUT-0] Starting: Set Tag To Workspace Context.test (676 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:22:20.795 [INFO] !MESSAGE Pass 676 (780) processed. 15 failed. spent: 267:12, 40:35 mins remaining. Set Breakpoint in Procedure_Check Breakpoint. time: 41735ms [INFO] Pass 676 (780) processed. 15 failed. spent: 267:12, 40:35 mins remaining. Set Breakpoint in Procedure_Check Breakpoint. time: 41735ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:22:33.340 [INFO] !MESSAGE [AUT-0] Finished: Set Tag To Workspace Context.test in 11709 (676 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:22:33.343 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointByShortKey.test (677 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:22:33.358 [INFO] !MESSAGE Pass 677 (780) processed. 15 failed. spent: 267:25, 40:10 mins remaining. Set Tag To Workspace Context. time: 11709ms [INFO] Pass 677 (780) processed. 15 failed. spent: 267:25, 40:10 mins remaining. Set Tag To Workspace Context. time: 11709ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:22:56.918 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointByShortKey.test in 21865 (677 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:22:56.920 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointInBodyOfMethod.test (678 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:22:56.960 [INFO] !MESSAGE Pass 678 (780) processed. 15 failed. spent: 267:48, 39:46 mins remaining. SetBreakpointByShortKey. time: 21865ms [INFO] Pass 678 (780) processed. 15 failed. spent: 267:48, 39:46 mins remaining. SetBreakpointByShortKey. time: 21865ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:23:18.852 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointInBodyOfMethod.test in 18810 (678 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:23:18.856 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointInTestWithRestarting.test (679 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:23:18.950 [INFO] !MESSAGE Pass 679 (780) processed. 15 failed. spent: 268:10, 39:22 mins remaining. SetBreakpointInBodyOfMethod. time: 18810ms [INFO] Pass 679 (780) processed. 15 failed. spent: 268:10, 39:22 mins remaining. SetBreakpointInBodyOfMethod. time: 18810ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:24:39.782 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointInTestWithRestarting.test in 79205 (679 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:24:39.785 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointOnPartOfLine.test (680 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:24:39.821 [INFO] !MESSAGE Pass 680 (780) processed. 15 failed. spent: 269:31, 39:07 mins remaining. SetBreakpointInTestWithRestarting. time: 79205ms [INFO] Pass 680 (780) processed. 15 failed. spent: 269:31, 39:07 mins remaining. SetBreakpointInTestWithRestarting. time: 79205ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:25:31.204 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointOnPartOfLine.test in 49884 (680 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:25:31.207 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointToCommentLine.test (681 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:25:31.245 [INFO] !MESSAGE Pass 681 (780) processed. 15 failed. spent: 270:22, 38:47 mins remaining. SetBreakpointOnPartOfLine. time: 49884ms [INFO] Pass 681 (780) processed. 15 failed. spent: 270:22, 38:47 mins remaining. SetBreakpointOnPartOfLine. time: 49884ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:26:18.721 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointToCommentLine.test in 45968, The Item "[CreateJavaProject \[RCPTT Test Suite\], CreateJavaProject, ECL Thread]" could not be found. (681 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:26:18.723 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointViaContextMenu.test (682 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:26:18.743 [INFO] !MESSAGE Fail 682 (780) processed. 16 failed. spent: 271:10, 38:27 mins remaining. SetBreakpointToCommentLine. time: 45968ms Cause: The Item "[CreateJavaProject \[RCPTT Test Suite\], CreateJavaProject, ECL Thread]" could not be found. [INFO] Fail 682 (780) processed. 16 failed. spent: 271:10, 38:27 mins remaining. SetBreakpointToCommentLine. time: 45968ms Cause: The Item "[CreateJavaProject \[RCPTT Test Suite\], CreateJavaProject, ECL Thread]" could not be found. [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:26:41.834 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointViaContextMenu.test in 21546 (682 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:26:41.836 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointViaMainMenu.test (683 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:26:41.864 [INFO] !MESSAGE Pass 683 (780) processed. 16 failed. spent: 271:33, 38:03 mins remaining. SetBreakpointViaContextMenu. time: 21546ms [INFO] Pass 683 (780) processed. 16 failed. spent: 271:33, 38:03 mins remaining. SetBreakpointViaContextMenu. time: 21546ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:27:02.737 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointViaMainMenu.test in 19104 (683 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:27:02.741 [INFO] !MESSAGE [AUT-0] Starting: SetParameter.test (684 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:27:02.790 [INFO] !MESSAGE Pass 684 (780) processed. 16 failed. spent: 271:54, 37:39 mins remaining. SetBreakpointViaMainMenu. time: 19104ms [INFO] Pass 684 (780) processed. 16 failed. spent: 271:54, 37:39 mins remaining. SetBreakpointViaMainMenu. time: 19104ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:27:13.621 [INFO] !MESSAGE [AUT-0] Finished: SetParameter.test in 9493 (684 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:27:13.624 [INFO] !MESSAGE [AUT-0] Starting: SetUnsetCommentsInScriptViewer.test (685 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:27:13.643 [INFO] !MESSAGE Pass 685 (780) processed. 16 failed. spent: 272:05, 37:13 mins remaining. SetParameterGetParameter. time: 9493ms [INFO] Pass 685 (780) processed. 16 failed. spent: 272:05, 37:13 mins remaining. SetParameterGetParameter. time: 9493ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:27:23.856 [INFO] !MESSAGE [AUT-0] Finished: SetUnsetCommentsInScriptViewer.test in 9079 (685 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:27:23.859 [INFO] !MESSAGE [AUT-0] Starting: ShowInTask.test (686 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:27:23.863 [INFO] !MESSAGE Pass 686 (780) processed. 16 failed. spent: 272:15, 36:48 mins remaining. SetUnsetCommentsInScriptViewer. time: 9079ms [INFO] Pass 686 (780) processed. 16 failed. spent: 272:15, 36:48 mins remaining. SetUnsetCommentsInScriptViewer. time: 9079ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:27:46.987 [INFO] !MESSAGE [AUT-0] Finished: ShowInTask.test in 20873 (686 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:27:46.991 [INFO] !MESSAGE [AUT-0] Starting: ShowOnlyContextsFromTheRequiredProject.test (687 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:27:47.040 [INFO] !MESSAGE Pass 687 (780) processed. 16 failed. spent: 272:38, 36:24 mins remaining. ShowInTask. time: 20873ms [INFO] Pass 687 (780) processed. 16 failed. spent: 272:38, 36:24 mins remaining. ShowInTask. time: 20873ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:27:56.813 [INFO] !MESSAGE [AUT-0] Finished: ShowOnlyContextsFromTheRequiredProject.test in 8702 (687 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:27:56.816 [INFO] !MESSAGE [AUT-0] Starting: Simple Coloring in Script Viewer.test (688 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:27:56.849 [INFO] !MESSAGE Pass 688 (780) processed. 16 failed. spent: 272:48, 35:58 mins remaining. ShowOnlyContextsFromTheRequiredProject. time: 8702ms [INFO] Pass 688 (780) processed. 16 failed. spent: 272:48, 35:58 mins remaining. ShowOnlyContextsFromTheRequiredProject. time: 8702ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:28:07.699 [INFO] !MESSAGE [AUT-0] Finished: Simple Coloring in Script Viewer.test in 9452 (688 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:28:07.702 [INFO] !MESSAGE [AUT-0] Starting: SkipAllBreakpointsInDebug.test (689 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:28:07.771 [INFO] !MESSAGE Pass 689 (780) processed. 16 failed. spent: 272:59, 35:33 mins remaining. Simple Coloring in Script Viewer. time: 9452ms [INFO] Pass 689 (780) processed. 16 failed. spent: 272:59, 35:33 mins remaining. Simple Coloring in Script Viewer. time: 9452ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:28:25.021 [INFO] !MESSAGE [AUT-0] Finished: SkipAllBreakpointsInDebug.test in 16406 (689 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:28:25.024 [INFO] !MESSAGE [AUT-0] Starting: SmallMultipleScenarioModificationTest.test (690 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:28:25.058 [INFO] !MESSAGE Pass 690 (780) processed. 16 failed. spent: 273:16, 35:08 mins remaining. SkipAllBreakpointsInDebug. time: 16406ms [INFO] Pass 690 (780) processed. 16 failed. spent: 273:16, 35:08 mins remaining. SkipAllBreakpointsInDebug. time: 16406ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:28:52.048 [INFO] !MESSAGE [AUT-0] Finished: SmallMultipleScenarioModificationTest.test in 25593 (690 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:28:52.051 [INFO] !MESSAGE [AUT-0] Starting: SortingInQ7Explorer.test (691 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:28:52.090 [INFO] !MESSAGE Pass 691 (780) processed. 16 failed. spent: 273:43, 34:45 mins remaining. SmallMultipleScenarioModificationTest. time: 25593ms [INFO] Pass 691 (780) processed. 16 failed. spent: 273:43, 34:45 mins remaining. SmallMultipleScenarioModificationTest. time: 25593ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:29:29.409 [INFO] !MESSAGE [AUT-0] Finished: SortingInQ7Explorer.test in 36170 (691 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:29:29.412 [INFO] !MESSAGE [AUT-0] Starting: SpecifyDocumentation.scenario (692 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:29:29.471 [INFO] !MESSAGE Pass 692 (780) processed. 16 failed. spent: 274:21, 34:23 mins remaining. SortingInQ7Explorer. time: 36170ms [INFO] Pass 692 (780) processed. 16 failed. spent: 274:21, 34:23 mins remaining. SortingInQ7Explorer. time: 36170ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:29:42.044 [INFO] !MESSAGE [AUT-0] Finished: SpecifyDocumentation.scenario in 11221 (692 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:29:42.047 [INFO] !MESSAGE [AUT-0] Starting: SpecifyDocumentationCopyPaste.scenario (693 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:29:42.125 [INFO] !MESSAGE Pass 693 (780) processed. 16 failed. spent: 274:33, 33:58 mins remaining. SpecifyDocumentation. time: 11221ms [INFO] Pass 693 (780) processed. 16 failed. spent: 274:33, 33:58 mins remaining. SpecifyDocumentation. time: 11221ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:29:56.043 [INFO] !MESSAGE [AUT-0] Finished: SpecifyDocumentationCopyPaste.scenario in 11997 (693 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:29:56.045 [INFO] !MESSAGE [AUT-0] Starting: SplitTest.test (694 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:29:56.053 [INFO] !MESSAGE Pass 694 (780) processed. 16 failed. spent: 274:47, 33:33 mins remaining. SpecifyDocumentationCopyPaste. time: 11997ms [INFO] Pass 694 (780) processed. 16 failed. spent: 274:47, 33:33 mins remaining. SpecifyDocumentationCopyPaste. time: 11997ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:30:01.298 [INFO] !MESSAGE [AUT-0] Finished: SplitTest.test in 4394 (694 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:30:01.301 [INFO] !MESSAGE [AUT-0] Starting: StepIntoAtDebugging.test (695 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:30:01.318 [INFO] !MESSAGE Pass 695 (780) processed. 16 failed. spent: 274:53, 33:07 mins remaining. SplitTest. time: 4394ms [INFO] Pass 695 (780) processed. 16 failed. spent: 274:53, 33:07 mins remaining. SplitTest. time: 4394ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:30:45.979 [INFO] !MESSAGE [AUT-0] Finished: StepIntoAtDebugging.test in 43193 (695 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:30:45.982 [INFO] !MESSAGE [AUT-0] Starting: StepOverAtDebugging.test (696 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:30:46.074 [INFO] !MESSAGE Pass 696 (780) processed. 16 failed. spent: 275:37, 32:46 mins remaining. StepIntoAtDebugging. time: 43193ms [INFO] Pass 696 (780) processed. 16 failed. spent: 275:37, 32:46 mins remaining. StepIntoAtDebugging. time: 43193ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:31:59.193 [INFO] !MESSAGE [AUT-0] Finished: StepOverAtDebugging.test in 71074, Assertion of childCount failed: expected:<2> but was:<1>. (696 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:31:59.196 [INFO] !MESSAGE [AUT-0] Starting: StopAUTByStopCommand.test (697 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:31:59.244 [INFO] !MESSAGE Fail 697 (780) processed. 17 failed. spent: 276:50, 32:28 mins remaining. StepOverAtDebugging. time: 71074ms Cause: Assertion of childCount failed: expected:<2> but was:<1>. [INFO] Fail 697 (780) processed. 17 failed. spent: 276:50, 32:28 mins remaining. StepOverAtDebugging. time: 71074ms Cause: Assertion of childCount failed: expected:<2> but was:<1>. [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:32:19.779 [INFO] !MESSAGE [AUT-0] Finished: StopAUTByStopCommand.test in 19484 (697 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:32:19.783 [INFO] !MESSAGE [AUT-0] Starting: StopShouldBeDisabledIfAUTIsNotRunning.test (698 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:32:19.810 [INFO] !MESSAGE Pass 698 (780) processed. 17 failed. spent: 277:11, 32:04 mins remaining. StopAUTByStopCommand. time: 19484ms [INFO] Pass 698 (780) processed. 17 failed. spent: 277:11, 32:04 mins remaining. StopAUTByStopCommand. time: 19484ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:33:18.496 [INFO] !MESSAGE [AUT-0] Finished: StopShouldBeDisabledIfAUTIsNotRunning.test in 58105 (698 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:33:18.498 [INFO] !MESSAGE [AUT-0] Starting: Switch Workspace.test (699 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:33:18.555 [INFO] !MESSAGE Pass 699 (780) processed. 17 failed. spent: 278:10, 31:44 mins remaining. StopShouldBeDisabledIfAUTIsNotRunning. time: 58105ms [INFO] Pass 699 (780) processed. 17 failed. spent: 278:10, 31:44 mins remaining. StopShouldBeDisabledIfAUTIsNotRunning. time: 58105ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-01-28 06:33:32.669 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_1: AUT command line arguments is set to: [-product, org.eclipse.rcptt.platform.product, -data, /home/jenkins/agent/workspace/master/rcpttTests/target/aut-ws-0_restarted_1/new_workspace, -configuration, file:/home/jenkins/agent/workspace/master/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_1/, -dev, file:/home/jenkins/agent/workspace/master/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_1/dev.properties, -ws, gtk, -nosplash, -consoleLog, -debug, /home/jenkins/agent/workspace/master/rcpttTests/debug.options, -os, linux, -arch, x86_64, -eclipse.keyring, /home/jenkins/agent/workspace/master/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_1/secure_storage, -vm, /usr/lib/jvm/java-11-openjdk-amd64] [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2023-01-28 06:34:06.848 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:34:16.655 [INFO] !MESSAGE [AUT-0] Finished: Switch Workspace.test in 56721 (699 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:34:16.659 [INFO] !MESSAGE [AUT-0] Starting: Switch.test (700 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:34:16.722 [INFO] !MESSAGE Pass 700 (780) processed. 17 failed. spent: 279:08, 31:24 mins remaining. Switch Workspace. time: 56721ms [INFO] Pass 700 (780) processed. 17 failed. spent: 279:08, 31:24 mins remaining. Switch Workspace. time: 56721ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:34:24.283 [INFO] !MESSAGE [AUT-0] Finished: Switch.test in 6892 (700 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:34:24.287 [INFO] !MESSAGE [AUT-0] Starting: SwitchToAssertionMode.test (701 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:34:24.346 [INFO] !MESSAGE Pass 701 (780) processed. 17 failed. spent: 279:16, 30:59 mins remaining. Switch. time: 6892ms [INFO] Pass 701 (780) processed. 17 failed. spent: 279:16, 30:59 mins remaining. Switch. time: 6892ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:36:32.343 [INFO] !MESSAGE [AUT-0] Finished: SwitchToAssertionMode.test in 125501 (701 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:36:32.346 [INFO] !MESSAGE [AUT-0] Starting: TagsAutocompletion.test (702 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:36:32.365 [INFO] !MESSAGE Pass 702 (780) processed. 17 failed. spent: 281:24, 30:46 mins remaining. SwitchToAssertionMode. time: 125501ms [INFO] Pass 702 (780) processed. 17 failed. spent: 281:24, 30:46 mins remaining. SwitchToAssertionMode. time: 125501ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:36:47.171 [INFO] !MESSAGE [AUT-0] Finished: TagsAutocompletion.test in 13539 (702 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:36:47.175 [INFO] !MESSAGE [AUT-0] Starting: TagsViewUpdateOnFileRestore.test (703 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:36:47.254 [INFO] !MESSAGE Pass 703 (780) processed. 17 failed. spent: 281:38, 30:21 mins remaining. TagsAutocompletion. time: 13539ms [INFO] Pass 703 (780) processed. 17 failed. spent: 281:38, 30:21 mins remaining. TagsAutocompletion. time: 13539ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:37:02.535 [INFO] !MESSAGE [AUT-0] Finished: TagsViewUpdateOnFileRestore.test in 13890 (703 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:37:02.538 [INFO] !MESSAGE [AUT-0] Starting: TagsViewUpdateOnProjectClose.test (704 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:37:02.565 [INFO] !MESSAGE Pass 704 (780) processed. 17 failed. spent: 281:54, 29:56 mins remaining. TagsViewUpdateOnFileRestore. time: 13890ms [INFO] Pass 704 (780) processed. 17 failed. spent: 281:54, 29:56 mins remaining. TagsViewUpdateOnFileRestore. time: 13890ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:37:15.261 [INFO] !MESSAGE [AUT-0] Finished: TagsViewUpdateOnProjectClose.test in 11772 (704 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:37:15.265 [INFO] !MESSAGE [AUT-0] Starting: TagsView_AND.test (705 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:37:15.277 [INFO] !MESSAGE Pass 705 (780) processed. 17 failed. spent: 282:07, 29:31 mins remaining. TagsViewUpdateOnProjectClose. time: 11772ms [INFO] Pass 705 (780) processed. 17 failed. spent: 282:07, 29:31 mins remaining. TagsViewUpdateOnProjectClose. time: 11772ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:37:22.588 [INFO] !MESSAGE [AUT-0] Finished: TagsView_AND.test in 5941 (705 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:37:22.591 [INFO] !MESSAGE [AUT-0] Starting: TagsView_NOT.test (706 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:37:22.635 [INFO] !MESSAGE Pass 706 (780) processed. 17 failed. spent: 282:14, 29:06 mins remaining. TagsView_AND. time: 5941ms [INFO] Pass 706 (780) processed. 17 failed. spent: 282:14, 29:06 mins remaining. TagsView_AND. time: 5941ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:37:29.262 [INFO] !MESSAGE [AUT-0] Finished: TagsView_NOT.test in 5887 (706 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:37:29.265 [INFO] !MESSAGE [AUT-0] Starting: TagsView_OR.test (707 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:37:29.347 [INFO] !MESSAGE Pass 707 (780) processed. 17 failed. spent: 282:21, 28:40 mins remaining. TagsView_NOT. time: 5887ms [INFO] Pass 707 (780) processed. 17 failed. spent: 282:21, 28:40 mins remaining. TagsView_NOT. time: 5887ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:37:38.309 [INFO] !MESSAGE [AUT-0] Finished: TagsView_OR.test in 7611 (707 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:37:38.312 [INFO] !MESSAGE [AUT-0] Starting: TagsView_tag with spaces.test (708 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:37:38.364 [INFO] !MESSAGE Pass 708 (780) processed. 17 failed. spent: 282:30, 28:15 mins remaining. TagsView_OR. time: 7611ms [INFO] Pass 708 (780) processed. 17 failed. spent: 282:30, 28:15 mins remaining. TagsView_OR. time: 7611ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:37:43.498 [INFO] !MESSAGE [AUT-0] Finished: TagsView_tag with spaces.test in 4457 (708 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:37:43.500 [INFO] !MESSAGE [AUT-0] Starting: TakeScreenshot.test (709 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:37:43.569 [INFO] !MESSAGE Pass 709 (780) processed. 17 failed. spent: 282:35, 27:49 mins remaining. TagsView_tag with spaces. time: 4457ms [INFO] Pass 709 (780) processed. 17 failed. spent: 282:35, 27:49 mins remaining. TagsView_tag with spaces. time: 4457ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:38:37.175 [INFO] !MESSAGE [AUT-0] Finished: TakeScreenshot.test in 51628, The Label "1/1" could not be found. (709 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:38:37.178 [INFO] !MESSAGE [AUT-0] Starting: TerminateDebugging.test (710 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:38:37.220 [INFO] !MESSAGE Fail 710 (780) processed. 18 failed. spent: 283:28, 27:28 mins remaining. TakeScreenshot. time: 51628ms Cause: The Label "1/1" could not be found. [INFO] Fail 710 (780) processed. 18 failed. spent: 283:28, 27:28 mins remaining. TakeScreenshot. time: 51628ms Cause: The Label "1/1" could not be found. [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:39:29.579 [INFO] !MESSAGE [AUT-0] Finished: TerminateDebugging.test in 50565 (710 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:39:29.583 [INFO] !MESSAGE [AUT-0] Starting: TerminateExistingLaunches.test (711 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:39:29.642 [INFO] !MESSAGE Pass 711 (780) processed. 18 failed. spent: 284:21, 27:07 mins remaining. TerminateDebugging. time: 50565ms [INFO] Pass 711 (780) processed. 18 failed. spent: 284:21, 27:07 mins remaining. TerminateDebugging. time: 50565ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:40:30.061 [INFO] !MESSAGE [AUT-0] Finished: TerminateExistingLaunches.test in 56926 (711 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:40:30.064 [INFO] !MESSAGE [AUT-0] Starting: TestDeleteUndo.test (712 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:40:30.157 [INFO] !MESSAGE Pass 712 (780) processed. 18 failed. spent: 285:21, 26:46 mins remaining. TerminateExistingLaunches. time: 56926ms [INFO] Pass 712 (780) processed. 18 failed. spent: 285:21, 26:46 mins remaining. TerminateExistingLaunches. time: 56926ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:40:47.537 [INFO] !MESSAGE [AUT-0] Finished: TestDeleteUndo.test in 15831 (712 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:40:47.540 [INFO] !MESSAGE [AUT-0] Starting: TestDeleteUndo2.test (713 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:40:47.543 [INFO] !MESSAGE Pass 713 (780) processed. 18 failed. spent: 285:39, 26:22 mins remaining. TestDeleteUndoRedo. time: 15831ms [INFO] Pass 713 (780) processed. 18 failed. spent: 285:39, 26:22 mins remaining. TestDeleteUndoRedo. time: 15831ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:41:06.247 [INFO] !MESSAGE [AUT-0] Finished: TestDeleteUndo2.test in 17691 (713 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:41:06.250 [INFO] !MESSAGE [AUT-0] Starting: TestNumsAreDisplayedInExecutionView.test (714 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:41:06.261 [INFO] !MESSAGE Pass 714 (780) processed. 18 failed. spent: 285:57, 25:57 mins remaining. TestDeleteUndoRedo2. time: 17691ms [INFO] Pass 714 (780) processed. 18 failed. spent: 285:57, 25:57 mins remaining. TestDeleteUndoRedo2. time: 17691ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:42:02.552 [INFO] !MESSAGE [AUT-0] Finished: TestNumsAreDisplayedInExecutionView.test in 54974 (714 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:42:02.555 [INFO] !MESSAGE [AUT-0] Starting: TestOptionsPopup.test (715 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:42:02.610 [INFO] !MESSAGE Pass 715 (780) processed. 18 failed. spent: 286:54, 25:36 mins remaining. TestNumsAreDisplayedInExecutionView. time: 54974ms [INFO] Pass 715 (780) processed. 18 failed. spent: 286:54, 25:36 mins remaining. TestNumsAreDisplayedInExecutionView. time: 54974ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:42:15.282 [INFO] !MESSAGE [AUT-0] Finished: TestOptionsPopup.test in 11614 (715 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:42:15.285 [INFO] !MESSAGE [AUT-0] Starting: TestParametrizedPreferenceContext.test (716 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:42:15.350 [INFO] !MESSAGE Pass 716 (780) processed. 18 failed. spent: 287:07, 25:11 mins remaining. TestOptionsPopup. time: 11614ms [INFO] Pass 716 (780) processed. 18 failed. spent: 287:07, 25:11 mins remaining. TestOptionsPopup. time: 11614ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:42:22.001 [INFO] !MESSAGE [AUT-0] Finished: TestParametrizedPreferenceContext.test in 5336 (716 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:42:22.004 [INFO] !MESSAGE [AUT-0] Starting: TestSaveAsFromControlPanel.test (717 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:42:22.084 [INFO] !MESSAGE Pass 717 (780) processed. 18 failed. spent: 287:13, 24:46 mins remaining. TestParametrizedPreferenceContext. time: 5336ms [INFO] Pass 717 (780) processed. 18 failed. spent: 287:13, 24:46 mins remaining. TestParametrizedPreferenceContext. time: 5336ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:42:41.780 [INFO] !MESSAGE [AUT-0] Finished: TestSaveAsFromControlPanel.test in 18470 (717 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:42:41.783 [INFO] !MESSAGE [AUT-0] Starting: TestSuiteDebug.test (718 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:42:41.877 [INFO] !MESSAGE Pass 718 (780) processed. 18 failed. spent: 287:33, 24:21 mins remaining. TestSaveAsFromControlPanel. time: 18470ms [INFO] Pass 718 (780) processed. 18 failed. spent: 287:33, 24:21 mins remaining. TestSaveAsFromControlPanel. time: 18470ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:43:43.350 [INFO] !MESSAGE [AUT-0] Finished: TestSuiteDebug.test in 59960 (718 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:43:43.351 [INFO] !MESSAGE Pass 719 (780) processed. 18 failed. spent: 288:35, 24:26 mins remaining. TestSuiteDebug. time: 59960ms [INFO] Pass 719 (780) processed. 18 failed. spent: 288:35, 24:26 mins remaining. TestSuiteDebug. time: 59960ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:43:43.352 [INFO] !MESSAGE [AUT-0] Starting: TestUndoRedoExternalRef.test (719 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:43:58.134 [INFO] !MESSAGE [AUT-0] Finished: TestUndoRedoExternalRef.test in 12434 (719 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:43:58.141 [INFO] !MESSAGE [AUT-0] Starting: TestUndoWithDuplicates.test (720 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:43:58.200 [INFO] !MESSAGE Pass 720 (780) processed. 18 failed. spent: 288:49, 23:36 mins remaining. TestUndoRedoExternalRef. time: 12434ms [INFO] Pass 720 (780) processed. 18 failed. spent: 288:49, 23:36 mins remaining. TestUndoRedoExternalRef. time: 12434ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:44:16.390 [INFO] !MESSAGE [AUT-0] Finished: TestUndoWithDuplicates.test in 17193 (720 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:44:16.392 [INFO] !MESSAGE [AUT-0] Starting: TextVerification_CaptureStyledText.test (721 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:44:16.489 [INFO] !MESSAGE Pass 721 (780) processed. 18 failed. spent: 289:08, 23:11 mins remaining. TestUndoRedoWithDuplicates. time: 17193ms [INFO] Pass 721 (780) processed. 18 failed. spent: 289:08, 23:11 mins remaining. TestUndoRedoWithDuplicates. time: 17193ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:44:41.916 [INFO] !MESSAGE [AUT-0] Finished: TextVerification_CaptureStyledText.test in 24149 (721 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:44:41.919 [INFO] !MESSAGE Pass 722 (780) processed. 18 failed. spent: 289:33, 23:13 mins remaining. TextVerification_CaptureStyledText. time: 24149ms [INFO] Pass 722 (780) processed. 18 failed. spent: 289:33, 23:13 mins remaining. TextVerification_CaptureStyledText. time: 24149ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:44:41.919 [INFO] !MESSAGE [AUT-0] Starting: TextVerification_CaptureText.test (722 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:45:01.259 [INFO] !MESSAGE [AUT-0] Finished: TextVerification_CaptureText.test in 17519 (722 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:45:01.262 [INFO] !MESSAGE [AUT-0] Starting: TimeVerificationAfterRestart.test (723 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:45:01.358 [INFO] !MESSAGE Pass 723 (780) processed. 18 failed. spent: 289:53, 22:23 mins remaining. TextVerification_CaptureText. time: 17519ms [INFO] Pass 723 (780) processed. 18 failed. spent: 289:53, 22:23 mins remaining. TextVerification_CaptureText. time: 17519ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:46:16.215 [INFO] !MESSAGE [AUT-0] Finished: TimeVerificationAfterRestart.test in 71639 (723 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:46:16.219 [INFO] !MESSAGE [AUT-0] Starting: TreeVerification_CreateNew.test (724 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:46:16.256 [INFO] !MESSAGE Pass 724 (780) processed. 18 failed. spent: 291:07, 22:03 mins remaining. TimeVerificationAfterRestart. time: 71639ms [INFO] Pass 724 (780) processed. 18 failed. spent: 291:07, 22:03 mins remaining. TimeVerificationAfterRestart. time: 71639ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:46:24.778 [INFO] !MESSAGE [AUT-0] Finished: TreeVerification_CreateNew.test in 7555 (724 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:46:24.781 [INFO] !MESSAGE [AUT-0] Starting: TreeVerification_EntryEditingOnlyInIgnoreStyledTextMode.test (725 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:46:24.781 [INFO] !MESSAGE Pass 725 (780) processed. 18 failed. spent: 291:16, 21:38 mins remaining. TreeVerification_CreateNew. time: 7555ms [INFO] Pass 725 (780) processed. 18 failed. spent: 291:16, 21:38 mins remaining. TreeVerification_CreateNew. time: 7555ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:46:34.989 [INFO] !MESSAGE [AUT-0] Finished: TreeVerification_EntryEditingOnlyInIgnoreStyledTextMode.test in 9580 (725 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:46:34.992 [INFO] !MESSAGE [AUT-0] Starting: TreeVerification_RegularExpressionsReplayCheck.test (726 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:46:35.045 [INFO] !MESSAGE Pass 726 (780) processed. 18 failed. spent: 291:26, 21:13 mins remaining. TreeVerification_EntryEditingOnlyInIgnoreStyledTextMode. time: 9580ms [INFO] Pass 726 (780) processed. 18 failed. spent: 291:26, 21:13 mins remaining. TreeVerification_EntryEditingOnlyInIgnoreStyledTextMode. time: 9580ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:46:43.892 [INFO] !MESSAGE [AUT-0] Finished: TreeVerification_RegularExpressionsReplayCheck.test in 7581 (726 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:46:43.895 [INFO] !MESSAGE [AUT-0] Starting: TreeVerification_TableCase.test (727 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:46:43.942 [INFO] !MESSAGE Pass 727 (780) processed. 18 failed. spent: 291:35, 20:47 mins remaining. TreeVerification_RegularExpressionsReplayCheck. time: 7581ms [INFO] Pass 727 (780) processed. 18 failed. spent: 291:35, 20:47 mins remaining. TreeVerification_RegularExpressionsReplayCheck. time: 7581ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:47:13.147 [INFO] !MESSAGE [AUT-0] Finished: TreeVerification_TableCase.test in 28032 (727 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:47:13.150 [INFO] !MESSAGE [AUT-0] Starting: TreeVerification_TreeCase.test (728 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:47:13.496 [INFO] !MESSAGE Pass 728 (780) processed. 18 failed. spent: 292:05, 20:24 mins remaining. TreeVerification_TableCase. time: 28032ms [INFO] Pass 728 (780) processed. 18 failed. spent: 292:05, 20:24 mins remaining. TreeVerification_TableCase. time: 28032ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:47:30.787 [INFO] !MESSAGE [AUT-0] Finished: TreeVerification_TreeCase.test in 16435 (728 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:47:30.790 [INFO] !MESSAGE [AUT-0] Starting: TreeVerification_VerifyStylesShouldBecomeEnableAfterPickAndCapture.test (729 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:47:30.848 [INFO] !MESSAGE Pass 729 (780) processed. 18 failed. spent: 292:22, 19:59 mins remaining. TreeVerification_TreeCase. time: 16435ms [INFO] Pass 729 (780) processed. 18 failed. spent: 292:22, 19:59 mins remaining. TreeVerification_TreeCase. time: 16435ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:47:53.146 [INFO] !MESSAGE [AUT-0] Finished: TreeVerification_VerifyStylesShouldBecomeEnableAfterPickAndCapture.test in 20848 (729 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:47:53.148 [INFO] !MESSAGE [AUT-0] Starting: TryCatch.test (730 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:47:53.238 [INFO] !MESSAGE Pass 730 (780) processed. 18 failed. spent: 292:44, 19:35 mins remaining. TreeVerification_VerifyStylesShouldBecomeEnableAfterPickAndCapture. time: 20848ms [INFO] Pass 730 (780) processed. 18 failed. spent: 292:44, 19:35 mins remaining. TreeVerification_VerifyStylesShouldBecomeEnableAfterPickAndCapture. time: 20848ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:47:57.812 [INFO] !MESSAGE [AUT-0] Finished: TryCatch.test in 3925 (730 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:47:57.814 [INFO] !MESSAGE [AUT-0] Starting: TryCatchNPE.test (731 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:47:57.844 [INFO] !MESSAGE Pass 731 (780) processed. 18 failed. spent: 292:49, 19:10 mins remaining. TryCatch. time: 3925ms [INFO] Pass 731 (780) processed. 18 failed. spent: 292:49, 19:10 mins remaining. TryCatch. time: 3925ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:48:00.446 [INFO] !MESSAGE [AUT-0] Finished: TryCatchNPE.test in 2231 (731 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:48:00.449 [INFO] !MESSAGE [AUT-0] Starting: TryToAddTestIntoGroupContext.test (732 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:48:00.546 [INFO] !MESSAGE Pass 732 (780) processed. 18 failed. spent: 292:52, 18:45 mins remaining. TryCatchNPE. time: 2231ms [INFO] Pass 732 (780) processed. 18 failed. spent: 292:52, 18:45 mins remaining. TryCatchNPE. time: 2231ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:48:13.298 [INFO] !MESSAGE [AUT-0] Finished: TryToAddTestIntoGroupContext.test in 11943 (732 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:48:13.300 [INFO] !MESSAGE [AUT-0] Starting: TryToCompareWithLocalHistoryWhenNoChangesWereMade.test (733 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:48:13.350 [INFO] !MESSAGE Pass 733 (780) processed. 18 failed. spent: 293:05, 18:20 mins remaining. TryToAddTestIntoGroupContext. time: 11943ms [INFO] Pass 733 (780) processed. 18 failed. spent: 293:05, 18:20 mins remaining. TryToAddTestIntoGroupContext. time: 11943ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:48:21.517 [INFO] !MESSAGE [AUT-0] Finished: TryToCompareWithLocalHistoryWhenNoChangesWereMade.test in 7299 (733 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:48:21.520 [INFO] !MESSAGE [AUT-0] Starting: TryToCreateCycledGroupContexts.test (734 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:48:21.558 [INFO] !MESSAGE Pass 734 (780) processed. 18 failed. spent: 293:13, 17:55 mins remaining. TryToCompareWithLocalHistoryWhenNoChangesWereMade. time: 7299ms [INFO] Pass 734 (780) processed. 18 failed. spent: 293:13, 17:55 mins remaining. TryToCompareWithLocalHistoryWhenNoChangesWereMade. time: 7299ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:48:39.160 [INFO] !MESSAGE [AUT-0] Finished: TryToCreateCycledGroupContexts.test in 16538 (734 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:48:39.163 [INFO] !MESSAGE [AUT-0] Starting: TryToExportNotTestCase.test (735 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:48:39.260 [INFO] !MESSAGE Pass 735 (780) processed. 18 failed. spent: 293:30, 17:31 mins remaining. TryToCreateCycledGroupContexts. time: 16538ms [INFO] Pass 735 (780) processed. 18 failed. spent: 293:30, 17:31 mins remaining. TryToCreateCycledGroupContexts. time: 16538ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:48:47.907 [INFO] !MESSAGE [AUT-0] Finished: TryToExportNotTestCase.test in 7807 (735 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:48:47.910 [INFO] !MESSAGE [AUT-0] Starting: TryToImportWithEmptyClipboard.test (736 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:48:48.324 [INFO] !MESSAGE Pass 736 (780) processed. 18 failed. spent: 293:40, 17:06 mins remaining. TryToExportNotTestCase. time: 7807ms [INFO] Pass 736 (780) processed. 18 failed. spent: 293:40, 17:06 mins remaining. TryToExportNotTestCase. time: 7807ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:48:59.548 [INFO] !MESSAGE [AUT-0] Finished: TryToImportWithEmptyClipboard.test in 10298 (736 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:48:59.551 [INFO] !MESSAGE [AUT-0] Starting: TryToVerifyUnresolvedWidget.test (737 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:48:59.647 [INFO] !MESSAGE Pass 737 (780) processed. 18 failed. spent: 293:51, 16:42 mins remaining. TryToImportWithEmptyClipboard. time: 10298ms [INFO] Pass 737 (780) processed. 18 failed. spent: 293:51, 16:42 mins remaining. TryToImportWithEmptyClipboard. time: 10298ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:49:20.274 [INFO] !MESSAGE [AUT-0] Finished: TryToVerifyUnresolvedWidget.test in 19915 (737 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:49:20.277 [INFO] !MESSAGE [AUT-0] Starting: UndoAfterClear.test (738 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:49:20.623 [INFO] !MESSAGE Pass 738 (780) processed. 18 failed. spent: 294:12, 16:18 mins remaining. TryToVerifyUnresolvedWidget. time: 19915ms [INFO] Pass 738 (780) processed. 18 failed. spent: 294:12, 16:18 mins remaining. TryToVerifyUnresolvedWidget. time: 19915ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:49:30.415 [INFO] !MESSAGE [AUT-0] Finished: UndoAfterClear.test in 8533 (738 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:49:30.418 [INFO] !MESSAGE [AUT-0] Starting: UndoDeleteFolder.test (739 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:49:30.449 [INFO] !MESSAGE Pass 739 (780) processed. 18 failed. spent: 294:22, 15:53 mins remaining. UndoAfterClear. time: 8533ms [INFO] Pass 739 (780) processed. 18 failed. spent: 294:22, 15:53 mins remaining. UndoAfterClear. time: 8533ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:49:46.704 [INFO] !MESSAGE [AUT-0] Finished: UndoDeleteFolder.test in 14564 (739 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:49:46.706 [INFO] !MESSAGE [AUT-0] Starting: UndoDeleteProjectWithoutDeleteFromDiskByEditMenu.test (740 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:49:46.780 [INFO] !MESSAGE Pass 740 (780) processed. 18 failed. spent: 294:38, 15:29 mins remaining. UndoRedoDeleteFolderByHotKeys. time: 14564ms [INFO] Pass 740 (780) processed. 18 failed. spent: 294:38, 15:29 mins remaining. UndoRedoDeleteFolderByHotKeys. time: 14564ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:49:56.961 [INFO] !MESSAGE [AUT-0] Finished: UndoDeleteProjectWithoutDeleteFromDiskByEditMenu.test in 9397 (740 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:49:56.963 [INFO] !MESSAGE [AUT-0] Starting: UndoDeleteProjectWithoutDeleteFromDiskByHotKey.test (741 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:49:56.991 [INFO] !MESSAGE Pass 741 (780) processed. 18 failed. spent: 294:48, 15:04 mins remaining. UndoDeleteProjectWithoutDeleteFromDiskByEditMenu. time: 9397ms [INFO] Pass 741 (780) processed. 18 failed. spent: 294:48, 15:04 mins remaining. UndoDeleteProjectWithoutDeleteFromDiskByEditMenu. time: 9397ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:50:09.738 [INFO] !MESSAGE [AUT-0] Finished: UndoDeleteProjectWithoutDeleteFromDiskByHotKey.test in 11276, Assertion of itemCount failed: expected:<2> but was:<3>. (741 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:50:09.741 [INFO] !MESSAGE [AUT-0] Starting: UndoDeletingTwoContextsInTest.test (742 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:50:09.745 [INFO] !MESSAGE Fail 742 (780) processed. 19 failed. spent: 295:01, 14:40 mins remaining. UndoRedoDeleteProjectWithoutDeleteFromDiskByHotKey. time: 11276ms Cause: Assertion of itemCount failed: expected:<2> but was:<3>. [INFO] Fail 742 (780) processed. 19 failed. spent: 295:01, 14:40 mins remaining. UndoRedoDeleteProjectWithoutDeleteFromDiskByHotKey. time: 11276ms Cause: Assertion of itemCount failed: expected:<2> but was:<3>. [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:50:27.472 [INFO] !MESSAGE [AUT-0] Finished: UndoDeletingTwoContextsInTest.test in 16824 (742 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:50:27.475 [INFO] !MESSAGE [AUT-0] Starting: UndoRedoDeleteFolderByEditMenu.test (743 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:50:27.564 [INFO] !MESSAGE Pass 743 (780) processed. 19 failed. spent: 295:19, 14:16 mins remaining. UndoDeletingTwoContextsInTest. time: 16824ms [INFO] Pass 743 (780) processed. 19 failed. spent: 295:19, 14:16 mins remaining. UndoDeletingTwoContextsInTest. time: 16824ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:50:41.774 [INFO] !MESSAGE [AUT-0] Finished: UndoRedoDeleteFolderByEditMenu.test in 12747 (743 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:50:41.777 [INFO] !MESSAGE [AUT-0] Starting: UndoRedoDeletingTestSuiteByHotKeys.test (744 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:50:41.861 [INFO] !MESSAGE Pass 744 (780) processed. 19 failed. spent: 295:33, 13:51 mins remaining. UndoRedoDeleteFolderByEditMenu. time: 12747ms [INFO] Pass 744 (780) processed. 19 failed. spent: 295:33, 13:51 mins remaining. UndoRedoDeleteFolderByEditMenu. time: 12747ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:50:51.984 [INFO] !MESSAGE [AUT-0] Finished: UndoRedoDeletingTestSuiteByHotKeys.test in 9374 (744 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:50:51.987 [INFO] !MESSAGE [AUT-0] Starting: UndoRedoDeletingTestSuiteFromEditMenu.test (745 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:50:52.045 [INFO] !MESSAGE Pass 745 (780) processed. 19 failed. spent: 295:43, 13:27 mins remaining. UndoRedoDeletingTestSuiteByHotKeys. time: 9374ms [INFO] Pass 745 (780) processed. 19 failed. spent: 295:43, 13:27 mins remaining. UndoRedoDeletingTestSuiteByHotKeys. time: 9374ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:51:01.760 [INFO] !MESSAGE [AUT-0] Finished: UndoRedoDeletingTestSuiteFromEditMenu.test in 8879 (745 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:51:01.763 [INFO] !MESSAGE [AUT-0] Starting: UndoRedoDescriptionInDefaultContext.test (746 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:51:01.825 [INFO] !MESSAGE Pass 746 (780) processed. 19 failed. spent: 295:53, 13:03 mins remaining. UndoRedoDeletingTestSuiteFromEditMenu. time: 8879ms [INFO] Pass 746 (780) processed. 19 failed. spent: 295:53, 13:03 mins remaining. UndoRedoDeletingTestSuiteFromEditMenu. time: 8879ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:51:12.988 [INFO] !MESSAGE [AUT-0] Finished: UndoRedoDescriptionInDefaultContext.test in 10565 (746 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:51:12.992 [INFO] !MESSAGE [AUT-0] Starting: Undo_Redo in Control Panel.test (747 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:51:13.048 [INFO] !MESSAGE Pass 747 (780) processed. 19 failed. spent: 296:04, 12:38 mins remaining. UndoRedoDescriptionInDefaultContext. time: 10565ms [INFO] Pass 747 (780) processed. 19 failed. spent: 296:04, 12:38 mins remaining. UndoRedoDescriptionInDefaultContext. time: 10565ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:51:26.859 [INFO] !MESSAGE [AUT-0] Finished: Undo_Redo in Control Panel.test in 12649, Assertion of rawValue failed: expected: but was:. (747 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:51:26.861 [INFO] !MESSAGE [AUT-0] Starting: Undo_Redo in ScriptViewer.test (748 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:51:26.861 [INFO] !MESSAGE Fail 748 (780) processed. 20 failed. spent: 296:18, 12:14 mins remaining. Undo/Redo in Control Panel. time: 12649ms Cause: Assertion of rawValue failed: expected: but was:. [INFO] Fail 748 (780) processed. 20 failed. spent: 296:18, 12:14 mins remaining. Undo/Redo in Control Panel. time: 12649ms Cause: Assertion of rawValue failed: expected: but was:. [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:51:42.050 [INFO] !MESSAGE [AUT-0] Finished: Undo_Redo in ScriptViewer.test in 13796 (748 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:51:42.053 [INFO] !MESSAGE [AUT-0] Starting: Undo_RedoInContextDescription.test (749 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:51:42.066 [INFO] !MESSAGE Pass 749 (780) processed. 20 failed. spent: 296:33, 11:50 mins remaining. Undo/Redo in ScriptViewer. time: 13796ms [INFO] Pass 749 (780) processed. 20 failed. spent: 296:33, 11:50 mins remaining. Undo/Redo in ScriptViewer. time: 13796ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:51:54.789 [INFO] !MESSAGE [AUT-0] Finished: Undo_RedoInContextDescription.test in 11751 (749 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:51:54.792 [INFO] !MESSAGE [AUT-0] Starting: Undo_RedoInECLContext.test (750 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:51:54.879 [INFO] !MESSAGE Pass 750 (780) processed. 20 failed. spent: 296:46, 11:26 mins remaining. Undo\RedoInContextDescription. time: 11751ms [INFO] Pass 750 (780) processed. 20 failed. spent: 296:46, 11:26 mins remaining. Undo\RedoInContextDescription. time: 11751ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:52:10.207 [INFO] !MESSAGE [AUT-0] Finished: Undo_RedoInECLContext.test in 14018 (750 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:52:10.209 [INFO] !MESSAGE [AUT-0] Starting: Undo_RedoInTestDescription.test (751 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:52:10.292 [INFO] !MESSAGE Pass 751 (780) processed. 20 failed. spent: 297:02, 11:02 mins remaining. Undo/RedoInECLContext. time: 14018ms [INFO] Pass 751 (780) processed. 20 failed. spent: 297:02, 11:02 mins remaining. Undo/RedoInECLContext. time: 14018ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:52:26.988 [INFO] !MESSAGE [AUT-0] Finished: Undo_RedoInTestDescription.test in 15910 (751 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:52:26.990 [INFO] !MESSAGE [AUT-0] Starting: Undo_RedoInTestSuiteDescription.test (752 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:52:27.052 [INFO] !MESSAGE Pass 752 (780) processed. 20 failed. spent: 297:18, 10:38 mins remaining. Undo\RedoInTestDescription. time: 15910ms [INFO] Pass 752 (780) processed. 20 failed. spent: 297:18, 10:38 mins remaining. Undo\RedoInTestDescription. time: 15910ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:52:40.839 [INFO] !MESSAGE [AUT-0] Finished: Undo_RedoInTestSuiteDescription.test in 12495 (752 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:52:40.843 [INFO] !MESSAGE [AUT-0] Starting: Undo_RedoTestWhichIsUsedInTestSuite.test (753 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:52:40.923 [INFO] !MESSAGE Pass 753 (780) processed. 20 failed. spent: 297:32, 10:14 mins remaining. Undo\RedoInTestSuiteDescription. time: 12495ms [INFO] Pass 753 (780) processed. 20 failed. spent: 297:32, 10:14 mins remaining. Undo\RedoInTestSuiteDescription. time: 12495ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:52:53.100 [INFO] !MESSAGE [AUT-0] Finished: Undo_RedoTestWhichIsUsedInTestSuite.test in 11123 (753 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:52:53.103 [INFO] !MESSAGE [AUT-0] Starting: UpdateTagsViewAfterDeleteBunchObjects.test (754 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:52:53.148 [INFO] !MESSAGE Pass 754 (780) processed. 20 failed. spent: 297:44, 9:50 mins remaining. Undo\RedoTestWhichIsUsedInTestSuite. time: 11123ms [INFO] Pass 754 (780) processed. 20 failed. spent: 297:44, 9:50 mins remaining. Undo\RedoTestWhichIsUsedInTestSuite. time: 11123ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:53:03.752 [INFO] !MESSAGE [AUT-0] Finished: UpdateTagsViewAfterDeleteBunchObjects.test in 9031 (754 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:53:03.755 [INFO] !MESSAGE [AUT-0] Starting: UpdateTagsViewAfterDeleteObject.test (755 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:53:03.789 [INFO] !MESSAGE Pass 755 (780) processed. 20 failed. spent: 297:55, 9:26 mins remaining. UpdateTagsViewAfterDeleteBunchObjects. time: 9031ms [INFO] Pass 755 (780) processed. 20 failed. spent: 297:55, 9:26 mins remaining. UpdateTagsViewAfterDeleteBunchObjects. time: 9031ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:53:15.845 [INFO] !MESSAGE [AUT-0] Finished: UpdateTagsViewAfterDeleteObject.test in 11090 (755 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:53:15.848 [INFO] !MESSAGE [AUT-0] Starting: UriFromPath.test (756 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:53:15.887 [INFO] !MESSAGE Pass 756 (780) processed. 20 failed. spent: 298:07, 9:02 mins remaining. UpdateTagsViewAfterDeleteObject. time: 11090ms [INFO] Pass 756 (780) processed. 20 failed. spent: 298:07, 9:02 mins remaining. UpdateTagsViewAfterDeleteObject. time: 11090ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:53:18.987 [INFO] !MESSAGE [AUT-0] Finished: UriFromPath.test in 2707 (756 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:53:18.990 [INFO] !MESSAGE [AUT-0] Starting: Use _ as any string .test (757 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:53:18.991 [INFO] !MESSAGE Pass 757 (780) processed. 20 failed. spent: 298:10, 8:38 mins remaining. UriFromPath. time: 2707ms [INFO] Pass 757 (780) processed. 20 failed. spent: 298:10, 8:38 mins remaining. UriFromPath. time: 2707ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:53:37.090 [INFO] !MESSAGE [AUT-0] Finished: Use _ as any string .test in 16790 (757 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:53:37.092 [INFO] !MESSAGE [AUT-0] Starting: VerifyExecutionTime.test (758 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:53:37.131 [INFO] !MESSAGE Pass 758 (780) processed. 20 failed. spent: 298:28, 8:14 mins remaining. Use * as any string . time: 16790ms [INFO] Pass 758 (780) processed. 20 failed. spent: 298:28, 8:14 mins remaining. Use * as any string . time: 16790ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:54:23.453 [INFO] !MESSAGE [AUT-0] Finished: VerifyExecutionTime.test in 45380 (758 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:54:23.454 [INFO] !MESSAGE Pass 759 (780) processed. 20 failed. spent: 299:15, 8:16 mins remaining. VerifyExecutionTime. time: 45380ms [INFO] Pass 759 (780) processed. 20 failed. spent: 299:15, 8:16 mins remaining. VerifyExecutionTime. time: 45380ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:54:23.456 [INFO] !MESSAGE [AUT-0] Starting: VerifyIgnoredLines.test (759 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:54:45.301 [INFO] !MESSAGE [AUT-0] Finished: VerifyIgnoredLines.test in 20412 (759 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:54:45.304 [INFO] !MESSAGE [AUT-0] Starting: VerifyStyledText.test (760 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:54:45.355 [INFO] !MESSAGE Pass 760 (780) processed. 20 failed. spent: 299:37, 7:28 mins remaining. VerifyIgnoredLines. time: 20412ms [INFO] Pass 760 (780) processed. 20 failed. spent: 299:37, 7:28 mins remaining. VerifyIgnoredLines. time: 20412ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:55:03.419 [INFO] !MESSAGE [AUT-0] Finished: VerifyStyledText.test in 16743 (760 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:55:03.422 [INFO] !MESSAGE [AUT-0] Starting: VerifyText.test (761 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:55:03.473 [INFO] !MESSAGE Pass 761 (780) processed. 20 failed. spent: 299:55, 7:04 mins remaining. VerifyStyledText. time: 16743ms [INFO] Pass 761 (780) processed. 20 failed. spent: 299:55, 7:04 mins remaining. VerifyStyledText. time: 16743ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:55:21.223 [INFO] !MESSAGE [AUT-0] Finished: VerifyText.test in 16893 (761 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:55:21.225 [INFO] !MESSAGE [AUT-0] Starting: VerifyUncapturedFiles.test (762 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:55:21.243 [INFO] !MESSAGE Pass 762 (780) processed. 20 failed. spent: 300:12, 6:40 mins remaining. VerifyText. time: 16893ms [INFO] Pass 762 (780) processed. 20 failed. spent: 300:12, 6:40 mins remaining. VerifyText. time: 16893ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:55:40.681 [INFO] !MESSAGE [AUT-0] Finished: VerifyUncapturedFiles.test in 17996 (762 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:55:40.683 [INFO] !MESSAGE [AUT-0] Starting: VerifyWhiteSpaceCharacters.test (763 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:55:40.738 [INFO] !MESSAGE Pass 763 (780) processed. 20 failed. spent: 300:32, 6:17 mins remaining. VerifyUncapturedFiles. time: 17996ms [INFO] Pass 763 (780) processed. 20 failed. spent: 300:32, 6:17 mins remaining. VerifyUncapturedFiles. time: 17996ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:56:00.797 [INFO] !MESSAGE [AUT-0] Finished: VerifyWhiteSpaceCharacters.test in 18623 (763 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:56:00.799 [INFO] !MESSAGE [AUT-0] Starting: VerifyWorkspace.test (764 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:56:00.806 [INFO] !MESSAGE Pass 764 (780) processed. 20 failed. spent: 300:52, 5:53 mins remaining. VerifyWhiteSpaceCharacters. time: 18623ms [INFO] Pass 764 (780) processed. 20 failed. spent: 300:52, 5:53 mins remaining. VerifyWhiteSpaceCharacters. time: 18623ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:56:23.094 [INFO] !MESSAGE [AUT-0] Finished: VerifyWorkspace.test in 21397 (764 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:56:23.096 [INFO] !MESSAGE [AUT-0] Starting: Verify_Not Verify Icons.test (765 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:56:23.158 [INFO] !MESSAGE Pass 765 (780) processed. 20 failed. spent: 301:14, 5:29 mins remaining. VerifyWorkspace. time: 21397ms [INFO] Pass 765 (780) processed. 20 failed. spent: 301:14, 5:29 mins remaining. VerifyWorkspace. time: 21397ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:56:54.751 [INFO] !MESSAGE [AUT-0] Finished: Verify_Not Verify Icons.test in 29745, Assertion of text failed: expected: but was:<>. (765 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:56:54.754 [INFO] !MESSAGE [AUT-0] Starting: WorkspaceContextCaptureTests.test (766 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:56:54.783 [INFO] !MESSAGE Fail 766 (780) processed. 21 failed. spent: 301:46, 5:06 mins remaining. Verify/Not Verify Icons. time: 29745ms Cause: Assertion of text failed: expected: but was:<>. [INFO] Fail 766 (780) processed. 21 failed. spent: 301:46, 5:06 mins remaining. Verify/Not Verify Icons. time: 29745ms Cause: Assertion of text failed: expected: but was:<>. [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:57:22.416 [INFO] !MESSAGE [AUT-0] Finished: WorkspaceContextCaptureTests.test in 25990 (766 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:57:22.419 [INFO] !MESSAGE [AUT-0] Starting: WorkspaceContextCopyPasteTest.test (767 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:57:22.500 [INFO] !MESSAGE Pass 767 (780) processed. 21 failed. spent: 302:14, 4:42 mins remaining. WorkspaceContextCaptureTests. time: 25990ms [INFO] Pass 767 (780) processed. 21 failed. spent: 302:14, 4:42 mins remaining. WorkspaceContextCaptureTests. time: 25990ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:57:34.665 [INFO] !MESSAGE [AUT-0] Finished: WorkspaceContextCopyPasteTest.test in 11099 (767 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:57:34.667 [INFO] !MESSAGE [AUT-0] Starting: WorkspaceContextImportProjectTest.test (768 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:57:34.715 [INFO] !MESSAGE Pass 768 (780) processed. 21 failed. spent: 302:26, 4:19 mins remaining. WorkspaceContextCopyPasteTest. time: 11099ms [INFO] Pass 768 (780) processed. 21 failed. spent: 302:26, 4:19 mins remaining. WorkspaceContextCopyPasteTest. time: 11099ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:57:46.728 [INFO] !MESSAGE [AUT-0] Finished: WorkspaceContextImportProjectTest.test in 10669 (768 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:57:46.731 [INFO] !MESSAGE [AUT-0] Starting: WorkspaceContextImportTest.test (769 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:57:46.733 [INFO] !MESSAGE Pass 769 (780) processed. 21 failed. spent: 302:38, 3:55 mins remaining. WorkspaceContextImportProjectTest. time: 10669ms [INFO] Pass 769 (780) processed. 21 failed. spent: 302:38, 3:55 mins remaining. WorkspaceContextImportProjectTest. time: 10669ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:58:00.983 [INFO] !MESSAGE [AUT-0] Finished: WorkspaceContextImportTest.test in 13302 (769 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:58:00.986 [INFO] !MESSAGE [AUT-0] Starting: WorkspaceContextRemoveTest.test (770 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:58:01.079 [INFO] !MESSAGE Pass 770 (780) processed. 21 failed. spent: 302:52, 3:31 mins remaining. WorkspaceContextImportTest. time: 13302ms [INFO] Pass 770 (780) processed. 21 failed. spent: 302:52, 3:31 mins remaining. WorkspaceContextImportTest. time: 13302ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:58:14.004 [INFO] !MESSAGE [AUT-0] Finished: WorkspaceContextRemoveTest.test in 11533 (770 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:58:14.007 [INFO] !MESSAGE [AUT-0] Starting: findReferencesToContextInGroupContext.test (771 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:58:14.039 [INFO] !MESSAGE Pass 771 (780) processed. 21 failed. spent: 303:05, 3:08 mins remaining. WorkspaceContextRemoveTest. time: 11533ms [INFO] Pass 771 (780) processed. 21 failed. spent: 303:05, 3:08 mins remaining. WorkspaceContextRemoveTest. time: 11533ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:58:27.722 [INFO] !MESSAGE [AUT-0] Finished: findReferencesToContextInGroupContext.test in 12085 (771 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:58:27.724 [INFO] !MESSAGE [AUT-0] Starting: findReferencesToContextInRelatedProject.test (772 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:58:27.811 [INFO] !MESSAGE Pass 772 (780) processed. 21 failed. spent: 303:19, 2:44 mins remaining. findReferencesToContextInGroupContext. time: 12085ms [INFO] Pass 772 (780) processed. 21 failed. spent: 303:19, 2:44 mins remaining. findReferencesToContextInGroupContext. time: 12085ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:58:44.522 [INFO] !MESSAGE [AUT-0] Finished: findReferencesToContextInRelatedProject.test in 15711 (772 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:58:44.524 [INFO] !MESSAGE [AUT-0] Starting: findReferencesToContextInTests.test (773 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:58:44.577 [INFO] !MESSAGE Pass 773 (780) processed. 21 failed. spent: 303:36, 2:21 mins remaining. findReferencesToContextInRelatedProject. time: 15711ms [INFO] Pass 773 (780) processed. 21 failed. spent: 303:36, 2:21 mins remaining. findReferencesToContextInRelatedProject. time: 15711ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:58:58.918 [INFO] !MESSAGE [AUT-0] Finished: findReferencesToContextInTests.test in 12856 (773 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:58:58.921 [INFO] !MESSAGE [AUT-0] Starting: findReferencesToTestInTestSuite.test (774 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:58:58.968 [INFO] !MESSAGE Pass 774 (780) processed. 21 failed. spent: 303:50, 1:57 mins remaining. findReferencesToContextInTests. time: 12856ms [INFO] Pass 774 (780) processed. 21 failed. spent: 303:50, 1:57 mins remaining. findReferencesToContextInTests. time: 12856ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:59:15.189 [INFO] !MESSAGE [AUT-0] Finished: findReferencesToTestInTestSuite.test in 15142 (774 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:59:15.192 [INFO] !MESSAGE [AUT-0] Starting: findReferencesToTestSuiteInTestSuite.test (775 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:59:15.286 [INFO] !MESSAGE Pass 775 (780) processed. 21 failed. spent: 304:07, 1:33 mins remaining. findReferencesToTestInTestSuite. time: 15142ms [INFO] Pass 775 (780) processed. 21 failed. spent: 304:07, 1:33 mins remaining. findReferencesToTestInTestSuite. time: 15142ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:59:29.531 [INFO] !MESSAGE [AUT-0] Finished: findReferencesToTestSuiteInTestSuite.test in 12772 (775 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:59:29.534 [INFO] !MESSAGE [AUT-0] Starting: folderscontext.test (776 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:59:29.617 [INFO] !MESSAGE Pass 776 (780) processed. 21 failed. spent: 304:21, 1:10 mins remaining. findReferencesToTestSuiteInTestSuite. time: 12772ms [INFO] Pass 776 (780) processed. 21 failed. spent: 304:21, 1:10 mins remaining. findReferencesToTestSuiteInTestSuite. time: 12772ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:59:45.613 [INFO] !MESSAGE [AUT-0] Finished: folderscontext.test in 14857 (776 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:59:45.615 [INFO] !MESSAGE [AUT-0] Starting: get-editor should not activate another editor.test (777 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:59:45.692 [INFO] !MESSAGE Pass 777 (780) processed. 21 failed. spent: 304:37, 0:46 mins remaining. FolderContextCreation. time: 14857ms [INFO] Pass 777 (780) processed. 21 failed. spent: 304:37, 0:46 mins remaining. FolderContextCreation. time: 14857ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:59:52.803 [INFO] !MESSAGE [AUT-0] Finished: get-editor should not activate another editor.test in 6404 (777 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:59:52.806 [INFO] !MESSAGE [AUT-0] Starting: get-editor should not activate editor instead of view.test (778 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:59:52.846 [INFO] !MESSAGE Pass 778 (780) processed. 21 failed. spent: 304:44, 0:23 mins remaining. get-editor should not activate another editor. time: 6404ms [INFO] Pass 778 (780) processed. 21 failed. spent: 304:44, 0:23 mins remaining. get-editor should not activate another editor. time: 6404ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:59:59.842 [INFO] !MESSAGE [AUT-0] Finished: get-editor should not activate editor instead of view.test in 6098 (778 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 06:59:59.845 [INFO] !MESSAGE [AUT-0] Starting: get-item should fail when index parameter is out of bound.test (779 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 06:59:59.904 [INFO] !MESSAGE Pass 779 (780) processed. 21 failed. spent: 304:51, 0:00 mins remaining. get-editor should not activate editor instead of view. time: 6098ms [INFO] Pass 779 (780) processed. 21 failed. spent: 304:51, 0:00 mins remaining. get-editor should not activate editor instead of view. time: 6098ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:00:06.541 [INFO] !MESSAGE [AUT-0] Finished: get-item should fail when index parameter is out of bound.test in 5723 (779 from 780) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:00:06.546 [INFO] !MESSAGE Pass 780 (780) processed. 21 failed. spent: 304:58, 0:00 mins remaining. get-item should fail when index parameter is out of bound. time: 5723ms [INFO] Pass 780 (780) processed. 21 failed. spent: 304:58, 0:00 mins remaining. get-item should fail when index parameter is out of bound. time: 5723ms [INFO] Failed Tests: [INFO] Bug444899_Preferences dialog can't be closed by Workbench context or with Cancel button once RCPTT ECL Editor preference is changed. [INFO] SearchTextInScript [INFO] TakeScreenshot [INFO] SearchTextInTags [INFO] NavigationOnScriptViewer [INFO] Undo/Redo in Control Panel [INFO] FormToolkitRecording [INFO] RCPTT-478_HTML report looks different if it is copied as only html-file [INFO] SearchTestInDescription [INFO] MarkTaskAsCompleted [INFO] ColumnRegExpTitleClickRecording [INFO] RestartAUT [INFO] ContextMenuActionsRecordingForBrowser [INFO] Job error is captured by Error Log Verification [INFO] StepOverAtDebugging [INFO] DisplayingDetailsCheckDecorators [INFO] SetBreakpointToCommentLine [INFO] UndoRedoDeleteProjectWithoutDeleteFromDiskByHotKey [INFO] SearchTextInContexts [INFO] RefreshControlStateInAssertionMode [INFO] Verify/Not Verify Icons [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:00:06.547 [INFO] !MESSAGE Shut down AUTs: executed [INFO] Process terminated. Shut down AUTs [INFO] [INFO] !ENTRY org.eclipse.core.resources 2 10035 2023-01-28 07:05:05.096 [INFO] !MESSAGE The workspace will exit with unsaved changes in this session. [INFO] Runner exit code is: 56 [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:12 h [INFO] Finished at: 2023-01-28T07:05:06Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.eclipse.rcptt:rcptt-maven-plugin:2.5.5-SNAPSHOT:execute (default-execute) on project tests: There are test failures -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.rcptt:rcptt-maven-plugin:2.5.5-SNAPSHOT:execute (default-execute) on project tests: There are test failures at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288) at org.apache.maven.cli.MavenCli.main (MavenCli.java:192) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:566) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356) Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures at org.eclipse.rcptt.maven.ExecuteMojo.execute (ExecuteMojo.java:288) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288) at org.apache.maven.cli.MavenCli.main (MavenCli.java:192) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:566) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356) [ERROR] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException java.net.ConnectException: Connection refused (Connection refused) [INFO] Process terminated. Send shutdown request to RCPTT runner. + true [Pipeline] sh + test -f rcpttTests/target/results/tests.html [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Mockup Test) [Pipeline] container [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/master/mockups [Pipeline] { [Pipeline] git The recommended git tool is: NONE No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@211f7268; decorates RemoteLauncher[hudson.remoting.Channel@8d31ec2a:JNLP4-connect connection from 10.40.54.160/10.40.54.160:43818] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Cloning the remote Git repository Cloning repository https://github.com/xored/q7.quality.mockups.git > git init /home/jenkins/agent/workspace/master/mockups # timeout=10 Fetching upstream changes from https://github.com/xored/q7.quality.mockups.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/xored/q7.quality.mockups.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 3eb8b89f095dde412ca0a725982b354ee7b8defd (refs/remotes/origin/master) Commit message: "Move a selfAUT test to main repo" > 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 3eb8b89f095dde412ca0a725982b354ee7b8defd # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b master 3eb8b89f095dde412ca0a725982b354ee7b8defd # timeout=10 > git rev-list --no-walk 3eb8b89f095dde412ca0a725982b354ee7b8defd # timeout=10 [Pipeline] } [Pipeline] // dir [Pipeline] sh + readlink -f /home/jenkins/agent/workspace/master/runner/product/target/rcptt.runner-2.5.5-SNAPSHOT.zip + mvn clean verify -B -f mockups/rcpttTests/pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/master/m2 -e -Dci-maven-version=2.0.0-SNAPSHOT -DexplicitRunner=/home/jenkins/agent/workspace/master/runner/product/target/rcptt.runner-2.5.5-SNAPSHOT.zip -DmockupsRepository=https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom (2.1 kB at 11 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom (19 kB at 167 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom (4.5 kB at 33 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 95 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (5.3 kB at 55 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 59 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 115 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 614 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom (15 kB at 142 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/tukaani/xz/1.5/xz-1.5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/tukaani/xz/1.5/xz-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 21 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom (1.1 kB at 17 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom (1.8 kB at 20 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom (1.0 kB at 13 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom (1.0 kB at 12 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom (1.7 kB at 16 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom (1.3 kB at 17 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/de/pdark/decentxml/1.3/decentxml-1.3.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom (6.3 kB at 69 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom (2.1 kB at 23 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom (1.1 kB at 12 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom (3.3 kB at 32 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom (1.0 kB at 11 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom (2.1 kB at 23 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom (1.1 kB at 21 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom (1.1 kB at 11 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom (1.1 kB at 26 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/tukaani/xz/1.5/xz-1.5.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/tukaani/xz/1.5/xz-1.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar (202 kB at 966 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 413 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar (5.6 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 846 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar (13 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 205 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar (3.2 kB at 6.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar (245 kB at 418 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar (532 kB at 906 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar (112 kB at 187 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar (37 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar (9.4 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar (7.2 kB at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar (38 kB at 54 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/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar (37 kB at 53 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar (1.4 MB at 2.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar (29 kB at 41 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar (21 kB at 30 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.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 77 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 41 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 81 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-plugin/2.5.3/rcptt-maven-plugin-2.5.3.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-util/2.5.3/rcptt-maven-util-2.5.3.jar [INFO] Downloaded from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-plugin/2.5.3/rcptt-maven-plugin-2.5.3.jar (38 kB at 1.9 MB/s) [INFO] Downloaded from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-util/2.5.3/rcptt-maven-util-2.5.3.jar (22 kB at 1.1 MB/s) [INFO] [INFO] ---------------------< com.xored.q7.quality:tests >--------------------- [INFO] Building tests 1.0.0-SNAPSHOT [INFO] -----------------------------[ rcpttTest ]------------------------------ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [INFO] Downloading from 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 23 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 93 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 260 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tests --- [INFO] [INFO] --- rcptt-maven-plugin:2.5.3:resources (default-resources) @ tests --- [INFO] Downloading artifact from https://download.eclipse.org/eclipse/downloads/drops4/R-4.23-202203080310/eclipse-SDK-4.23-linux-gtk-x86_64.tar.gz... [INFO] Extracting AUT to /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut [INFO] Expanding: /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/eclipse-SDK-4.23-linux-gtk-x86_64.tar.gz into /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut [INFO] Extracting RCPTT runner to /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/runner [INFO] Copying project contents to target directory... [INFO] [INFO] --- rcptt-maven-plugin:2.5.3:execute (default-execute) @ tests --- [INFO] Runner command line is /bin/sh -c cd '/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/runner/eclipse' && '/usr/lib/jvm/java-11-openjdk-amd64/bin/java' '-Xms128m' '-Xmx256m' '-Dorg.eclipse.rcptt.runner.returnTestFailure=true' '-jar' '/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/runner/eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar' '-application' 'org.eclipse.rcptt.runner.headless' '-runnerPlatform' 'swt' '-consoleLog' '-data' '/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/runner-workspace' '-aut' '/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse' '-autWsPrefix' '/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut-ws-' '-autConsolePrefix' '/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/results/aut-console-' '-autArgs' '-nosplash;-consoleLog;-debug;/home/jenkins/agent/workspace/master/mockups/rcpttTests/debug.options' '-q7report' '/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/results/tests.report' '-htmlReport' '/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/results/tests.html' '-junitReport' '/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/surefire-reports/TEST-tests.xml' '-import' '/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/projects/tests' '-injection:site' 'http://download.eclipse.org/releases/2021-12;org.eclipse.gef;org.eclipse.draw2d;org.eclipse.zest.feature.group' '-injection:site' 'http://download.eclipse.org/nebula/snapshot;org.eclipse.nebula.widgets.grid' '-injection:site' 'https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository' '-testOptions' 'testExecTimeout=300;execTimeout=3600' '-timeout' '3600' '-shutdownListenerPort' '9024' [INFO] The execution timeout is set to 3600 seconds [INFO] !SESSION 2023-01-28 07:11:50.180 ----------------------------------------------- [INFO] eclipse.buildId=unknown [INFO] java.version=11.0.14 [INFO] java.vendor=Ubuntu [INFO] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [INFO] Framework arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -aut /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse -autWsPrefix /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/results/aut-console- -autArgs -nosplash;-consoleLog;-debug;/home/jenkins/agent/workspace/master/mockups/rcpttTests/debug.options -q7report /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/results/tests.report -htmlReport /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/results/tests.html -junitReport /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/surefire-reports/TEST-tests.xml -import /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/projects/tests -injection:site http://download.eclipse.org/releases/2021-12;org.eclipse.gef;org.eclipse.draw2d;org.eclipse.zest.feature.group -injection:site http://download.eclipse.org/nebula/snapshot;org.eclipse.nebula.widgets.grid -injection:site https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository -testOptions testExecTimeout=300;execTimeout=3600 -timeout 3600 -shutdownListenerPort 9024 [INFO] Command-line arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -consoleLog -data /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/runner-workspace -aut /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse -autWsPrefix /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/results/aut-console- -autArgs -nosplash;-consoleLog;-debug;/home/jenkins/agent/workspace/master/mockups/rcpttTests/debug.options -q7report /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/results/tests.report -htmlReport /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/results/tests.html -junitReport /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/surefire-reports/TEST-tests.xml -import /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/projects/tests -injection:site http://download.eclipse.org/releases/2021-12;org.eclipse.gef;org.eclipse.draw2d;org.eclipse.zest.feature.group -injection:site http://download.eclipse.org/nebula/snapshot;org.eclipse.nebula.widgets.grid -injection:site https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository -testOptions testExecTimeout=300;execTimeout=3600 -timeout 3600 -shutdownListenerPort 9024 [INFO] [INFO] !ENTRY org.eclipse.equinox.http.jetty 4 0 2023-01-28 07:11:56.049 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.http.jetty [86] [INFO] Unresolved requirement: Import-Package: org.eclipse.equinox.http.servlet; version="[1.2.0,2.0.0)" [INFO] -> Export-Package: org.eclipse.equinox.http.servlet; bundle-symbolic-name="org.eclipse.equinox.http.servlet"; bundle-version="1.7.300.v20220726-1300"; version="1.2.0" [INFO] org.eclipse.equinox.http.servlet [88] [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload.disk; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload.servlet; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.osgi.service.http.context; version="[1.1.0,1.2.0)" [INFO] -> Export-Package: org.osgi.service.http.context; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.1.0"; uses:="org.osgi.framework,javax.servlet.http" [INFO] org.eclipse.osgi.services [151] [INFO] Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport" [INFO] Unresolved requirement: Import-Package: org.osgi.service.http; version="[1.2.0,1.3.0)" [INFO] -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.equinox.http.servlet 4 0 2023-01-28 07:11:56.051 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.http.servlet [88] [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload.disk; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload.servlet; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.osgi.service.http.context; version="[1.1.0,1.2.0)" [INFO] -> Export-Package: org.osgi.service.http.context; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.1.0"; uses:="org.osgi.framework,javax.servlet.http" [INFO] org.eclipse.osgi.services [151] [INFO] Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport" [INFO] Unresolved requirement: Import-Package: org.osgi.service.http; version="[1.2.0,1.3.0)" [INFO] -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.equinox.jsp.jasper 4 0 2023-01-28 07:11:56.052 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.jsp.jasper [89] [INFO] Unresolved requirement: Import-Package: org.osgi.service.http; version="1.2.0" [INFO] -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http" [INFO] org.eclipse.osgi.services [151] [INFO] Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.equinox.jsp.jasper.registry 4 0 2023-01-28 07:11:56.053 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.jsp.jasper.registry [90] [INFO] Unresolved requirement: Import-Package: org.eclipse.equinox.jsp.jasper [INFO] -> Export-Package: org.eclipse.equinox.jsp.jasper; bundle-symbolic-name="org.eclipse.equinox.jsp.jasper"; bundle-version="1.1.700.v20220801-1124"; version="1.0.0" [INFO] org.eclipse.equinox.jsp.jasper [89] [INFO] Unresolved requirement: Import-Package: org.osgi.service.http; version="1.2.0" [INFO] -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http" [INFO] org.eclipse.osgi.services [151] [INFO] Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.jdt.core.manipulation 4 0 2023-01-28 07:11:56.056 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.core.manipulation [132] [INFO] Unresolved requirement: Require-Bundle: org.eclipse.ltk.core.refactoring; bundle-version="[3.6.0,4.0.0)" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.jdt.junit 4 0 2023-01-28 07:11:56.059 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.junit [134] [INFO] Unresolved requirement: Require-Bundle: org.eclipse.ui.ide; bundle-version="[3.5.0,4.0.0)" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.jdt.launching.macosx 4 0 2023-01-28 07:11:56.062 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.macosx [139] [INFO] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=macosx)" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.jdt.launching.ui.macosx 4 0 2023-01-28 07:11:56.141 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.ui.macosx [140] [INFO] Unresolved requirement: Require-Bundle: org.eclipse.ui; bundle-version="[3.5.0,4.0.0)" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.pde.runtime 4 0 2023-01-28 07:11:56.143 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.pde.runtime [161] [INFO] Unresolved requirement: Require-Bundle: org.eclipse.ui; bundle-version="[3.3.0,4.0.0)" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.rcptt.core.swt 4 0 2023-01-28 07:11:56.147 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.rcptt.core.swt [175] [INFO] Unresolved requirement: Require-Bundle: org.eclipse.jface.databinding [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] Started at Sat Jan 28 07:11:57 UTC 2023 [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 2023-01-28 07:12:06.145 [INFO] !MESSAGE Detected potential problems in target platform No Name [INFO] Installation /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse Default Configuration [INFO] Directory /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse/plugins [INFO] Directory /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse/plugins [INFO] Env: null/null/null/null [INFO] JRE: null [INFO] Args: null/null [INFO] Implicit: null [INFO] Handle: 1674889918855.target [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-01-28 07:12:06.146 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse/plugins/org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar and file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse/plugins/org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-01-28 07:12:06.146 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse/plugins/org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar and file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse/plugins/org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-01-28 07:12:06.146 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse/plugins/org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar and file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse/plugins/org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-01-28 07:12:06.146 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse/plugins/org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar and file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse/plugins/org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-01-28 07:12:06.146 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse/plugins/org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar and file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse/plugins/org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-01-28 07:12:06.147 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse/plugins/org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar and file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse/plugins/org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-01-28 07:12:06.147 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse/plugins/org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar and file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse/plugins/org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-01-28 07:12:06.147 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse/plugins/org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar and file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut/eclipse/plugins/org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:06.475 [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 2023-01-28 07:12:06.542 [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 [INFO] progress: Fetching p2.index from http://download.eclipse.org/releases/2021-12/ (122B) [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:08.256 [INFO] !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/releases/2021-12, see CVE-2021-41033. Consider using https instead. [INFO] progress: Fetching compositeContent.jar from http://download.eclipse.org/releases/2021-12/ (478B) [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:08.350 [INFO] !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/technology/epp/packages/2021-12/, see CVE-2021-41033. Consider using https instead. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:08.368 [INFO] !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/technology/epp/packages/2021-12/content.xml.xz, see CVE-2021-41033. Consider using https instead. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:08.381 [INFO] !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/technology/epp/packages/2021-12/, see CVE-2021-41033. Consider using https instead. [INFO] progress: Fetching compositeContent.xml from http://download.eclipse.org/technology/epp/packages/2021-12/ (442B) [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:08.465 [INFO] !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/technology/epp/packages/2021-12/202112021200, see CVE-2021-41033. Consider using https instead. [INFO] progress: Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2021-12/202112021200/ (77.43kB) [INFO] progress: Fetching p2.index from http://download.eclipse.org/releases/2021-12/202112081000/ (140B) [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:08.955 [INFO] !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/releases/2021-12/202112081000/content.xml.xz, see CVE-2021-41033. Consider using https instead. [INFO] progress: Fetching content.xml.xz from http://download.eclipse.org/releases/2021-12/202112081000/ (816.62kB) [INFO] progress: Fetching p2.index from http://download.eclipse.org/releases/2021-12/ (122B) [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:14.254 [INFO] !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/releases/2021-12, see CVE-2021-41033. Consider using https instead. [INFO] progress: Fetching compositeArtifacts.jar from http://download.eclipse.org/releases/2021-12/ (489B) [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:14.272 [INFO] !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/technology/epp/packages/2021-12/, see CVE-2021-41033. Consider using https instead. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:14.344 [INFO] !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/technology/epp/packages/2021-12/artifacts.xml.xz, see CVE-2021-41033. Consider using https instead. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:14.349 [INFO] !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/technology/epp/packages/2021-12/, see CVE-2021-41033. Consider using https instead. [INFO] progress: Fetching compositeArtifacts.xml from http://download.eclipse.org/technology/epp/packages/2021-12/ (442B) [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:14.368 [INFO] !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/technology/epp/packages/2021-12/202112021200, see CVE-2021-41033. Consider using https instead. [INFO] progress: Fetching artifacts.jar from http://download.eclipse.org/technology/epp/packages/2021-12/202112021200/ (7.82kB) [INFO] progress: Fetching p2.index from http://download.eclipse.org/releases/2021-12/202112081000/ (140B) [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:14.460 [INFO] !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/releases/2021-12/202112081000/artifacts.xml.xz, see CVE-2021-41033. Consider using https instead. [INFO] progress: Fetching artifacts.xml.xz from http://download.eclipse.org/releases/2021-12/202112081000/ (539.48kB) [INFO] progress: Downloading org.eclipse.draw2d [INFO] progress: Downloading org.eclipse.gef [INFO] progress: Downloading org.eclipse.draw2d [INFO] progress: Downloading org.eclipse.zest [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) [ERROR] Jan 28, 2023 7:12:16 AM org.apache.http.impl.execchain.RetryExec execute [ERROR] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond [ERROR] Jan 28, 2023 7:12:16 AM org.apache.http.impl.execchain.RetryExec execute [ERROR] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond [ERROR] Jan 28, 2023 7:12:16 AM org.apache.http.impl.execchain.RetryExec execute [ERROR] INFO: Retrying request to {}->http://download.eclipse.org:80 [ERROR] Jan 28, 2023 7:12:16 AM org.apache.http.impl.execchain.RetryExec execute [ERROR] INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] progress: Fetching org.eclipse.gef_3.11.0.201606061308.jar from http://download.eclipse.org/releases/2021-12/202112081000/plugins/ (975.92kB) [INFO] progress: Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from http://download.eclipse.org/releases/2021-12/202112081000/plugins/ (602.2kB) [INFO] progress: Fetching org.eclipse.gef_3.11.0.201606061308.jar from http://download.eclipse.org/releases/2021-12/202112081000/plugins/ (975.92kB) [INFO] progress: Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from http://download.eclipse.org/releases/2021-12/202112081000/plugins/ (602.2kB) [INFO] progress: Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from http://download.eclipse.org/releases/2021-12/202112081000/features/ (19.51kB) [INFO] progress: Fetching org.eclipse.zest_1.7.0.201606061308.jar from http://download.eclipse.org/releases/2021-12/202112081000/features/ (19.63kB) [INFO] progress: Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from http://download.eclipse.org/releases/2021-12/202112081000/features/ (19.51kB) [INFO] progress: Fetching org.eclipse.zest_1.7.0.201606061308.jar from http://download.eclipse.org/releases/2021-12/202112081000/features/ (19.63kB) [INFO] progress: Downloading org.eclipse.zest.core [INFO] progress: Downloading org.eclipse.zest.layouts [INFO] progress: Fetching org.eclipse.zest.layouts_1.1.300.201606061308.jar from http://download.eclipse.org/releases/2021-12/202112081000/plugins/ (130.02kB) [INFO] progress: Fetching org.eclipse.zest.core_1.5.300.201606061308.jar from http://download.eclipse.org/releases/2021-12/202112081000/plugins/ (147.23kB) [INFO] progress: Fetching org.eclipse.zest.layouts_1.1.300.201606061308.jar from http://download.eclipse.org/releases/2021-12/202112081000/plugins/ (130.02kB) [INFO] progress: Fetching org.eclipse.zest.core_1.5.300.201606061308.jar from http://download.eclipse.org/releases/2021-12/202112081000/plugins/ (147.23kB) [INFO] progress: Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from http://download.eclipse.org/releases/2021-12/202112081000/plugins/ (339.5kB of 602.2kB at 303.5kB/s) [INFO] progress: Fetching org.eclipse.gef_3.11.0.201606061308.jar from http://download.eclipse.org/releases/2021-12/202112081000/plugins/ (307.5kB of 975.92kB at 255.5kB/s) [ERROR] Jan 28, 2023 7:12:17 AM org.apache.http.impl.execchain.RetryExec execute [ERROR] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond [ERROR] Jan 28, 2023 7:12:17 AM org.apache.http.impl.execchain.RetryExec execute [ERROR] INFO: Retrying request to {}->http://download.eclipse.org:80 [ERROR] Jan 28, 2023 7:12:17 AM org.apache.http.impl.execchain.RetryExec execute [ERROR] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond [ERROR] Jan 28, 2023 7:12:17 AM org.apache.http.impl.execchain.RetryExec execute [ERROR] INFO: Retrying request to {}->http://download.eclipse.org:80 [ERROR] Jan 28, 2023 7:12:17 AM org.apache.http.impl.execchain.RetryExec execute [ERROR] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond [ERROR] Jan 28, 2023 7:12:17 AM org.apache.http.impl.execchain.RetryExec execute [ERROR] INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] progress: Fetching p2.index from http://download.eclipse.org/nebula/snapshot/ (172B) [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:17.942 [INFO] !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/nebula/snapshot/content.xml.xz, see CVE-2021-41033. Consider using https instead. [INFO] progress: Fetching content.xml.xz from http://download.eclipse.org/nebula/snapshot/ (26.57kB) [INFO] progress: Fetching p2.index from http://download.eclipse.org/nebula/snapshot/ (172B) [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:18.260 [INFO] !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/nebula/snapshot/artifacts.xml.xz, see CVE-2021-41033. Consider using https instead. [INFO] progress: Fetching artifacts.xml.xz from http://download.eclipse.org/nebula/snapshot/ (19.66kB) [INFO] progress: Downloading org.eclipse.nebula.widgets.grid [INFO] progress: Fetching org.eclipse.nebula.widgets.grid_1.1.1.202301171704.jar from http://download.eclipse.org/nebula/snapshot/plugins/ (225.81kB) [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.51kB) [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.49kB) [INFO] progress: Downloading com.xored.q7.quality.mockups [INFO] progress: Downloading com.xored.q7.quality.mockups.draw2d [INFO] progress: Downloading com.xored.q7.quality.mockups.issues [INFO] progress: Downloading com.xored.q7.quality.mockups.ui [INFO] progress: Fetching com.xored.q7.quality.mockups.draw2d_1.0.0.202204240634.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (16.45kB) [INFO] progress: Downloading com.xored.q7.quality.mockups.nattable [INFO] progress: Fetching com.xored.q7.quality.mockups.nattable_1.0.0.202204240634.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (169.38kB) [INFO] progress: Fetching com.xored.q7.quality.mockups_1.0.0.202204240634.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/features/ (1.1kB) [INFO] progress: Downloading com.xored.q7.quality.mockups.swt [INFO] progress: Fetching com.xored.q7.quality.mockups.swt_1.0.0.202204240634.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (412.39kB) [INFO] progress: Fetching com.xored.q7.quality.mockups.ui_1.0.0.202204240634.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (21.78kB) [INFO] progress: Fetching com.xored.q7.quality.mockups.issues_1.0.0.202204240634.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (181.3kB) [INFO] progress: Fetching com.xored.q7.quality.mockups.ui_1.0.0.202204240634.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (21.78kB) [INFO] progress: Fetching com.xored.q7.quality.mockups.issues_1.0.0.202204240634.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (181.3kB) [INFO] progress: Downloading com.xored.q7.quality.mockups.platform [INFO] progress: Downloading com.xored.q7.quality.mockups.nebula [INFO] progress: Fetching com.xored.q7.quality.mockups.nebula_1.0.0.202204240634.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (5.51kB) [INFO] progress: Fetching com.xored.q7.quality.mockups.platform_1.0.0.202204240634.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (46.87kB) [INFO] progress: Downloading com.xored.q7.quality.mockups.emf [INFO] progress: Downloading com.xored.q7.quality.mockups.zest [INFO] progress: Fetching com.xored.q7.quality.mockups.emf_1.0.0.202204240634.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (6.58kB) [INFO] progress: Fetching com.xored.q7.quality.mockups.zest_1.0.0.202204240634.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (5.53kB) [INFO] progress: Fetching com.xored.q7.quality.mockups.emf_1.0.0.202204240634.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (6.58kB) [INFO] progress: Fetching com.xored.q7.quality.mockups.zest_1.0.0.202204240634.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (5.53kB) [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 2023-01-28 07:12:19.364 [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 2023-01-28 07:12:19.365 [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 2023-01-28 07:12:19.479 [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 2023-01-28 07:12:19.480 [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] progress: Downloading org.antlr.runtime [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:24.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 2023-01-28 07:12:24.068 [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] progress: Downloading org.aspectj.runtime [INFO] progress: Downloading org.eclipse.equinox.weaving.aspectj [INFO] progress: Downloading org.aspectj.weaver [INFO] progress: Downloading org.eclipse.equinox.weaving.hook [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:24.641 [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 2023-01-28 07:12:24.665 [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] progress: Downloading org.eclipse.emf.converter [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2ecore [INFO] progress: Downloading org.eclipse.emf.transaction.ui [INFO] progress: Downloading org.eclipse.emf.ecore.change [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:24.742 [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 2023-01-28 07:12:24.742 [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 2023-01-28 07:12:24.743 [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 2023-01-28 07:12:24.743 [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] progress: Downloading org.eclipse.emf.validation [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-01-28 07:12:24.847 [INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.validation,1.7.0.201306111341. [INFO] progress: Downloading org.eclipse.emf.codegen.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:24.851 [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] progress: Downloading org.eclipse.emf.mapping.ecore.editor [INFO] progress: Downloading org.eclipse.emf.validation_root [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-01-28 07:12:24.945 [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 2023-01-28 07:12:24.945 [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] progress: Downloading org.eclipse.emf [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:24.954 [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] progress: Downloading org.eclipse.emf.ecore.change.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:24.958 [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] progress: Downloading org.eclipse.emf.importer.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:25.047 [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] progress: Downloading org.eclipse.emf.codegen.ui [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2ecore.editor [INFO] progress: Downloading org.eclipse.emf.ecore.xmi [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:25.149 [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 2023-01-28 07:12:25.150 [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 2023-01-28 07:12:25.152 [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] progress: Downloading org.eclipse.emf.mapping.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:25.244 [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] progress: Downloading org.eclipse.emf.databinding.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:25.249 [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] progress: Downloading org.eclipse.emf.mapping [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:25.256 [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] progress: Downloading org.eclipse.emf.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:25.351 [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] progress: Downloading org.eclipse.emf.codegen.ecore.ui [INFO] progress: Downloading org.eclipse.emf.importer [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:25.441 [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 2023-01-28 07:12:25.441 [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] progress: Downloading org.eclipse.emf.mapping.ecore2xml.ui [INFO] progress: Downloading org.eclipse.emf.databinding [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:25.545 [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 2023-01-28 07:12:25.545 [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] progress: Downloading org.eclipse.emf [INFO] progress: Downloading org.eclipse.emf.ecore.edit [INFO] progress: Downloading org.eclipse.emf.validation.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:25.659 [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 2023-01-28 07:12:25.659 [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 2023-01-28 07:12:25.659 [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] progress: Downloading org.eclipse.emf.databinding [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:25.751 [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] progress: Downloading org.eclipse.emf.transaction [INFO] progress: Downloading org.eclipse.emf.ecore.editor [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:25.846 [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 2023-01-28 07:12:25.848 [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] progress: Downloading org.eclipse.emf.codegen.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:25.855 [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] progress: Downloading org.eclipse.emf.common.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:25.948 [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] progress: Downloading org.eclipse.emf.mapping.ecore2xml [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:26.042 [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] progress: Downloading org.eclipse.emf.mapping.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:26.046 [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] progress: Downloading org.eclipse.emf.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:26.055 [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] progress: Downloading org.eclipse.emf.mapping [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:26.144 [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] progress: Downloading org.eclipse.emf.edit.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:26.150 [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] progress: Downloading org.eclipse.emf.exporter [INFO] progress: Downloading org.eclipse.emf.mapping.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:26.243 [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 2023-01-28 07:12:26.244 [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] progress: Downloading org.eclipse.emf.converter [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:26.251 [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] progress: Downloading org.eclipse.emf.transaction [INFO] progress: Downloading org.eclipse.emf.transaction_root [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-01-28 07:12:26.348 [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 2023-01-28 07:12:26.350 [INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.transaction,1.7.0.201306111400. [INFO] progress: Downloading org.eclipse.emf.databinding.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:26.353 [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] progress: Downloading org.eclipse.emf.ecore.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:26.359 [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] progress: Downloading org.eclipse.emf.validation [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:26.445 [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] progress: Downloading org.eclipse.emf.importer.rose [INFO] progress: Downloading org.eclipse.emf.edit.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:26.450 [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 2023-01-28 07:12:26.450 [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] progress: Downloading org.eclipse.emf.ant [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:26.455 [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] progress: Downloading org.eclipse.emf.importer.java [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:26.548 [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] progress: Downloading org.eclipse.emf.codegen.ecore.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:26.555 [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] progress: Downloading org.eclipse.emf.edit [INFO] progress: Downloading org.eclipse.emf.common.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:26.651 [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 2023-01-28 07:12:26.651 [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] progress: Downloading org.eclipse.emf.codegen [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:26.742 [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] progress: Downloading org.eclipse.emf.common [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:26.745 [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] progress: Downloading org.eclipse.emf.ecore.editor [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:26.748 [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] progress: Downloading org.eclipse.emf.mapping.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:26.846 [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] progress: Downloading org.eclipse.emf.mapping.ecore.editor [INFO] progress: Downloading org.eclipse.emf.validation.ui.ide [INFO] progress: Downloading org.eclipse.emf.common [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:26.858 [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 2023-01-28 07:12:26.858 [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 2023-01-28 07:12:26.859 [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] progress: Downloading org.eclipse.emf.edit [INFO] progress: Downloading org.eclipse.emf.codegen [INFO] progress: Downloading org.eclipse.emf.codegen.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:26.952 [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 2023-01-28 07:12:26.952 [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 2023-01-28 07:12:26.952 [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 2023-01-28 07:12:27.474 [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 2023-01-28 07:12:27.483 [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 2023-01-28 07:12:27.667 [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 2023-01-28 07:12:27.675 [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 2023-01-28 07:12:27.763 [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 2023-01-28 07:12:27.844 [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: Downloading org.apache.poi.ooxml [INFO] progress: Downloading org.dom4j [INFO] progress: Downloading org.apache.poi.ooxml.schemas [INFO] progress: Downloading org.apache.xmlbeans [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:27.849 [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 2023-01-28 07:12:27.850 [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 2023-01-28 07:12:27.850 [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 2023-01-28 07:12:27.850 [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] progress: Downloading org.apache.poi [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:28.050 [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 Target Contents... [INFO] progress: Reading plug-ins [INFO] progress: Fetching p2.index from http://download.eclipse.org/releases/2021-12/ (122B) [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:30.794 [INFO] !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/releases/2021-12, see CVE-2021-41033. Consider using https instead. [INFO] progress: Fetching compositeContent.jar from http://download.eclipse.org/releases/2021-12/ (478B) [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:30.852 [INFO] !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/technology/epp/packages/2021-12/, see CVE-2021-41033. Consider using https instead. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:30.861 [INFO] !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/technology/epp/packages/2021-12/content.xml.xz, see CVE-2021-41033. Consider using https instead. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:30.878 [INFO] !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/technology/epp/packages/2021-12/, see CVE-2021-41033. Consider using https instead. [INFO] progress: Fetching compositeContent.xml from http://download.eclipse.org/technology/epp/packages/2021-12/ (442B) [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:30.950 [INFO] !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/technology/epp/packages/2021-12/202112021200, see CVE-2021-41033. Consider using https instead. [INFO] progress: Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2021-12/202112021200/ (77.43kB) [INFO] progress: Fetching p2.index from http://download.eclipse.org/releases/2021-12/202112081000/ (140B) [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:31.168 [INFO] !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/releases/2021-12/202112081000/content.xml.xz, see CVE-2021-41033. Consider using https instead. [INFO] progress: Fetching content.xml.xz from http://download.eclipse.org/releases/2021-12/202112081000/ (816.62kB) [INFO] progress: Fetching p2.index from http://download.eclipse.org/nebula/snapshot/ (172B) [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:34.682 [INFO] !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/nebula/snapshot/content.xml.xz, see CVE-2021-41033. Consider using https instead. [INFO] progress: Fetching content.xml.xz from http://download.eclipse.org/nebula/snapshot/ (26.57kB) [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.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 2023-01-28 07:12:34.960 [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 2023-01-28 07:12:34.961 [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 2023-01-28 07:12:35.067 [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 2023-01-28 07:12:35.072 [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 2023-01-28 07:12:35.151 [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 2023-01-28 07:12:35.158 [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 2023-01-28 07:12:35.163 [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 platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:35.744 [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 2023-01-28 07:12:35.746 [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 2023-01-28 07:12:35.756 [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 2023-01-28 07:12:35.760 [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 2023-01-28 07:12:35.765 [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 2023-01-28 07:12:35.769 [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/ [ERROR] Jan 28, 2023 7:12:35 AM org.apache.http.impl.execchain.RetryExec execute [ERROR] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond [ERROR] Jan 28, 2023 7:12:35 AM org.apache.http.impl.execchain.RetryExec execute [ERROR] INFO: Retrying request to {}->http://download.eclipse.org:80 [ERROR] Jan 28, 2023 7:12:35 AM org.apache.http.impl.execchain.RetryExec execute [ERROR] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond [ERROR] Jan 28, 2023 7:12:35 AM org.apache.http.impl.execchain.RetryExec execute [ERROR] INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] progress: Fetching p2.index from http://download.eclipse.org/releases/2021-12/ (122B) [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:35.882 [INFO] !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/releases/2021-12, see CVE-2021-41033. Consider using https instead. [INFO] progress: Fetching compositeArtifacts.jar from http://download.eclipse.org/releases/2021-12/ (489B) [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:35.978 [INFO] !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/technology/epp/packages/2021-12/, see CVE-2021-41033. Consider using https instead. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:35.985 [INFO] !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/technology/epp/packages/2021-12/artifacts.xml.xz, see CVE-2021-41033. Consider using https instead. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:35.989 [INFO] !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/technology/epp/packages/2021-12/, see CVE-2021-41033. Consider using https instead. [INFO] progress: Fetching compositeArtifacts.xml from http://download.eclipse.org/technology/epp/packages/2021-12/ (442B) [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:36.052 [INFO] !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/technology/epp/packages/2021-12/202112021200, see CVE-2021-41033. Consider using https instead. [INFO] progress: Fetching artifacts.jar from http://download.eclipse.org/technology/epp/packages/2021-12/202112021200/ (7.82kB) [INFO] progress: Fetching p2.index from http://download.eclipse.org/releases/2021-12/202112081000/ (140B) [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:36.078 [INFO] !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/releases/2021-12/202112081000/artifacts.xml.xz, see CVE-2021-41033. Consider using https instead. [INFO] progress: Fetching artifacts.xml.xz from http://download.eclipse.org/releases/2021-12/202112081000/ (539.48kB) [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.49kB) [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:36.773 [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: Fetching p2.index from http://download.eclipse.org/nebula/snapshot/ (172B) [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-01-28 07:12:36.782 [INFO] !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/nebula/snapshot/artifacts.xml.xz, see CVE-2021-41033. Consider using https instead. [INFO] progress: Fetching artifacts.xml.xz from http://download.eclipse.org/nebula/snapshot/ (19.66kB) [INFO] progress: Downloading org.eclipse.emf.validation_root [INFO] progress: Downloading org.eclipse.emf.transaction_root [INFO] progress: Installing org.aspectj.runtime [INFO] progress: Installing org.eclipse.emf.ecore.change [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor.aspects [INFO] progress: Installing org.aspectj.weaver [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface [INFO] progress: Installing org.eclipse.rcptt.tesla.variables [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters [INFO] progress: Installing org.eclipse.rcptt.ctx.resources.impl [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl [INFO] progress: Installing org.eclipse.rcptt.tesla.properties.view [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.jar [INFO] progress: Installing org.eclipse.rcptt.watson.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.workbench.texteditor [INFO] progress: Installing org.eclipse.emf.ecore.xmi [INFO] progress: Installing com.xored.q7.quality.mockups.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.feature.jar [INFO] progress: Installing org.dom4j [INFO] progress: Installing org.eclipse.nebula.widgets.grid [INFO] progress: Installing org.eclipse.emf.importer [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.gef.aspects [INFO] progress: Installing org.eclipse.rcptt.core.swt [INFO] progress: Installing org.eclipse.emf.ecore.edit [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.jface.text [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface.text [INFO] progress: Installing org.eclipse.emf.edit.feature.group [INFO] progress: Installing org.eclipse.emf.transaction [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gmf [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.ecl.filesystem [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.ctx.script.impl [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.group [INFO] progress: Installing 202301241915.Default [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core [INFO] progress: Installing org.eclipse.rcptt.verifications.tree.impl [INFO] progress: Installing org.eclipse.rcptt.watson.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gef [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gmf [INFO] progress: Installing org.eclipse.emf.transaction.feature.jar [INFO] progress: Installing org.eclipse.rcptt.runtime.ui [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gef [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide.aspects [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.expandbar [INFO] progress: Installing org.eclipse.emf.validation [INFO] progress: Installing org.eclipse.rcptt.util.resources [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.core [INFO] progress: Installing org.eclipse.emf.edit.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt [INFO] progress: Installing org.eclipse.emf.edit.feature.jar [INFO] progress: Installing com.xored.q7.quality.mockups.zest [INFO] progress: Installing org.eclipse.emf.validation.ui.ide [INFO] progress: Installing org.eclipse.emf.edit [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.jar [INFO] progress: Installing config.a.jre.javase [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.emf.common.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.group [INFO] progress: Installing org.apache.poi.ooxml.schemas [INFO] progress: Installing org.eclipse.emf.ecore.change.edit [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.group [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.aspects.swt [INFO] progress: Installing org.eclipse.equinox.weaving.aspectj [INFO] progress: Installing org.eclipse.emf.databinding.edit [INFO] progress: Installing org.eclipse.rcptt.verifications.resources [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.group [INFO] progress: Installing org.eclipse.rcptt.core.launching [INFO] progress: Installing com.xored.q7.quality.mockups.issues [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.reporting [INFO] progress: Installing org.eclipse.emf [INFO] progress: Installing org.eclipse.rcptt.logging [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.canvas [INFO] progress: Installing org.eclipse.rcptt.ctx.debug.impl [INFO] progress: Installing org.eclipse.emf.validation.ui [INFO] progress: Installing org.eclipse.rcptt.ecl.operations [INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.group [INFO] progress: Installing org.apache.xmlbeans [INFO] progress: Installing org.eclipse.rcptt.verifications.log [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.draw2d [INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.core.am [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.data [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.core [INFO] progress: Installing org.eclipse.emf.mapping.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.core.context [INFO] progress: Installing com.xored.q7.quality.mockups.emf [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.debug [INFO] progress: Installing org.eclipse.emf.mapping.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.runtime.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.rcptt.ecl.platform.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt.aspects [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.aspects.e4x [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.rcptt.ctx.workbench.impl [INFO] progress: Installing org.eclipse.emf.mapping.ecore [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl [INFO] progress: Installing org.eclipse.emf.common.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.reconciler.aspects [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.swt [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.fragment [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore [INFO] progress: Installing org.eclipse.rcptt.core.swt.win64 [INFO] progress: Installing org.eclipse.rcptt.ecl.client.tcp [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor [INFO] progress: Installing org.eclipse.rcptt.watson.jobs [INFO] progress: Installing org.eclipse.emf.validation_root [INFO] progress: Installing org.eclipse.rcptt.ecl.dispatch [INFO] progress: Installing org.eclipse.emf.feature.jar [INFO] progress: Installing com.xored.q7.quality.mockups.nebula [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.fragment [INFO] progress: Installing org.eclipse.emf.importer.ecore [INFO] progress: Installing org.eclipse.rcptt.verifications.text.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.forms [INFO] progress: Installing org.eclipse.rcptt.watson.jface [INFO] progress: Installing org.eclipse.rcptt.forms.impl [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.group [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications.tree [INFO] progress: Installing org.eclipse.rcptt.resources [INFO] progress: Installing org.eclipse.emf.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.impl [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.aspects [INFO] progress: Installing com.xored.q7.quality.mockups.ui [INFO] progress: Installing org.eclipse.emf.mapping [INFO] progress: Installing org.eclipse.rcptt.ctx.resources [INFO] progress: Installing org.eclipse.rcptt.verifications.log.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.swt [INFO] progress: Installing org.eclipse.rcptt.verifications [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.aspects [INFO] progress: Installing org.eclipse.emf.exporter [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.jar [INFO] progress: Installing org.eclipse.emf.converter.feature.jar [INFO] progress: Installing org.eclipse.zest.layouts [INFO] progress: Installing org.eclipse.emf.transaction_root [INFO] progress: Installing org.eclipse.rcptt.ecl.server.tcp [INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.core.scenario [INFO] progress: Installing org.eclipse.rcptt.ctx.script [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.impl [INFO] progress: Installing org.eclipse.draw2d [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf [INFO] progress: Installing file:/home/jenkins/agent/workspace/master/modules/nebula/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.rcptt.core.ecl.core [INFO] progress: Installing org.eclipse.emf.ant [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.draw2d [INFO] progress: Installing org.apache.poi [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.impl [INFO] progress: Installing org.eclipse.emf.transaction.feature.group [INFO] progress: Installing org.eclipse.emf.codegen [INFO] progress: Installing config.a.jre.javase [INFO] progress: Installing org.eclipse.emf.codegen.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.chart [INFO] progress: Installing org.eclipse.rcptt.verifications.text [INFO] progress: Installing org.eclipse.emf.converter [INFO] progress: Installing org.eclipse.emf.ecore.feature.group [INFO] progress: Installing org.eclipse.rcptt.util.swt [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.gef [INFO] progress: Installing org.eclipse.rcptt.ctx.group.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.observable.aspects [INFO] progress: Installing org.eclipse.rcptt.ecl.interop [INFO] progress: Installing org.eclipse.draw2d.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.group [INFO] progress: Installing com.xored.q7.quality.mockups.swt [INFO] progress: Installing org.eclipse.gef [INFO] progress: Installing org.eclipse.equinox.weaving.hook [INFO] progress: Installing org.eclipse.emf.codegen.feature.group [INFO] progress: Installing a.jre.javase [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.impl [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.doc [INFO] progress: Installing org.apache.poi.ooxml [INFO] progress: Installing org.eclipse.rcptt.resources.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.jar [INFO] progress: Installing 202204240634.q7.quality [INFO] progress: Installing com.xored.q7.quality.mockups.draw2d [INFO] progress: Installing org.eclipse.emf.ecore [INFO] progress: Installing org.eclipse.draw2d.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem [INFO] progress: Installing org.eclipse.emf.common.feature.group [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.jobs [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench [INFO] progress: Installing org.eclipse.emf.databinding [INFO] progress: Installing org.eclipse.emf.databinding.feature.group [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.nebula [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.aspects [INFO] progress: Installing org.eclipse.rcptt.ecl.platform [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.group [INFO] progress: Installing org.eclipse.zest.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.parser [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.aspect [INFO] progress: Installing org.eclipse.emf.databinding.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.jar [INFO] progress: Installing file:/home/jenkins/agent/workspace/master/modules/testrail/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.rcptt.expandbar.runtime [INFO] progress: Installing org.eclipse.rcptt.tesla.swt [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.watson.core [INFO] progress: Installing org.eclipse.emf.ecore.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula [INFO] progress: Installing org.eclipse.rcptt.core.ecl.debug [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.jobs.aspects [INFO] progress: Installing org.eclipse.rcptt.util [INFO] progress: Installing org.eclipse.rcptt.ecl.perf [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences [INFO] progress: Installing org.eclipse.zest.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding [INFO] progress: Installing org.eclipse.emf.validation.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.e4x [INFO] progress: Installing com.xored.q7.quality.mockups.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.aspects [INFO] progress: Installing org.eclipse.rcptt.verifications.time.impl [INFO] progress: Installing org.eclipse.rcptt.ctx.group [INFO] progress: Installing org.eclipse.zest.core [INFO] progress: Installing org.eclipse.rcptt.tesla.core [INFO] progress: Installing com.xored.q7.quality.mockups.nattable [INFO] progress: Installing org.eclipse.emf.importer.rose [INFO] progress: Installing com.xored.q7.quality.mockups.platform [INFO] progress: Installing org.eclipse.rcptt.ecl.debug.runtime [INFO] progress: Installing org.eclipse.emf.common.ui [INFO] progress: Installing org.eclipse.rcptt.verifications.resources.impl [INFO] progress: Installing org.eclipse.emf.ecore.editor [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: Downloading org.eclipse.emf.validation_root [INFO] progress: Downloading org.eclipse.emf.transaction_root [INFO] progress: Preparing to commit the provisioning operation. [INFO] progress: Committing the provisioning operation. [INFO] progress: Reading plug-ins [INFO] Target platform is valid. [INFO] Looking for tests... [INFO] Existing projects in workspace: [INFO] [INFO] Importing projects to workspace: [INFO] Refreshing projects: [INFO] /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/projects/tests... OK [INFO] Refreshing projects: [INFO] Q7QualityTests... OK [INFO] Searching for tests in projects: [INFO] Q7QualityTests... [INFO] Complete OK [INFO] Testcase Artifacts:148 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:12:46.078 [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] 64bit arch is selected because AUT uses launcher library [INFO] "plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.400.v20211117-0650" specified in config file: eclipse.ini [INFO] /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut-ws-0: AUT arguments: -nosplash -consoleLog -debug /home/jenkins/agent/workspace/master/mockups/rcpttTests/debug.options -os ${target.os} -arch ${target.arch} [INFO] /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut-ws-0: AUT VM arguments: -Dosgi.requiredJavaVersion=11 -Dosgi.dataAreaRequiresExplicitInit=true -Dorg.eclipse.swt.graphics.Resource.reportNonDisposed=true -Xms256m -Xmx2048m --add-modules=ALL-SYSTEM [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-01-28 07:12:50.868 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: Detected AUT architecture is x86_64.64bit arch is selected because AUT uses launcher library [INFO] "plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.400.v20211117-0650" specified in config file: eclipse.ini [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-01-28 07:12:50.873 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: Selected JVM is /usr/lib/jvm/java-11-openjdk-amd64 detected architecture is x86_64 [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-01-28 07:12:50.874 [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 2023-01-28 07:12:58.922 [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=99266a4b-2dc8-42a8-abde-93e7bac1c003, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.600.v20220207-1403.jar,reference:file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.2.200.v20180827-1235.jar, --add-opens, java.base/java.lang=ALL-UNNAMED, --add-modules=ALL-SYSTEM, --illegal-access=permit, -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=99266a4b-2dc8-42a8-abde-93e7bac1c003 [INFO] -Dq7EclPort=4001 [INFO] -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.600.v20220207-1403.jar,reference:file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.2.200.v20180827-1235.jar [INFO] --add-opens [INFO] java.base/java.lang=ALL-UNNAMED [INFO] --add-modules=ALL-SYSTEM [INFO] --illegal-access=permit [INFO] ] [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-01-28 07:12:59.051 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT command line arguments is set to: [-product, org.eclipse.sdk.ide, -data, /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut-ws-0, -configuration, file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/, -dev, file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/dev.properties, -ws, gtk, -nosplash, -consoleLog, -debug, /home/jenkins/agent/workspace/master/mockups/rcpttTests/debug.options, -os, linux, -arch, x86_64, -eclipse.keyring, /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/secure_storage, -vm, /usr/lib/jvm/java-11-openjdk-amd64] [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2023-01-28 07:13:38.951 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:13:39.454 [INFO] !MESSAGE [AUT-0] Starting: ADI-10_EnsureViewInForeground.test (0 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:13:48.342 [INFO] !MESSAGE [AUT-0] Finished: ADI-10_EnsureViewInForeground.test in 7549 (0 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:13:48.346 [INFO] !MESSAGE [AUT-0] Starting: ADI-10_ReadTreeFromBackgroundShell.test (1 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:13:48.364 [INFO] !MESSAGE Pass 1 (148) processed. 0 failed. spent: 0:08, 6:29 mins remaining. ADI-10_EnsureViewInForeground. time: 7549ms [INFO] Pass 1 (148) processed. 0 failed. spent: 0:08, 6:29 mins remaining. ADI-10_EnsureViewInForeground. time: 7549ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:13:54.046 [INFO] !MESSAGE [AUT-0] Finished: ADI-10_ReadTreeFromBackgroundShell.test in 4210, The Item "[root2, child5]" could not be found. (1 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:13:54.051 [INFO] !MESSAGE [AUT-0] Starting: Bug 474197_Support assertions of native message boxes.test (2 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:13:54.071 [INFO] !MESSAGE Fail 2 (148) processed. 1 failed. spent: 0:14, 8:27 mins remaining. ADI-10_ReadTreeFromBackgroundShell. time: 4210ms Cause: The Item "[root2, child5]" could not be found. [INFO] Fail 2 (148) processed. 1 failed. spent: 0:14, 8:27 mins remaining. ADI-10_ReadTreeFromBackgroundShell. time: 4210ms Cause: The Item "[root2, child5]" could not be found. [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:13:59.255 [INFO] !MESSAGE [AUT-0] Finished: Bug 474197_Support assertions of native message boxes.test in 4486 (2 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:13:59.260 [INFO] !MESSAGE [AUT-0] Starting: Bug 474225_Press Cancel to Dismiss a Dialog.test (3 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:13:59.344 [INFO] !MESSAGE Pass 3 (148) processed. 1 failed. spent: 0:19, 9:07 mins remaining. Bug 474197_Support assertions of native message boxes. time: 4486ms [INFO] Pass 3 (148) processed. 1 failed. spent: 0:19, 9:07 mins remaining. Bug 474197_Support assertions of native message boxes. time: 4486ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:02.441 [INFO] !MESSAGE [AUT-0] Finished: Bug 474225_Press Cancel to Dismiss a Dialog.test in 2121 (3 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:02.446 [INFO] !MESSAGE [AUT-0] Starting: Button Arrow Test.test (4 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:14:02.448 [INFO] !MESSAGE Pass 4 (148) processed. 1 failed. spent: 0:23, 9:08 mins remaining. Bug 474225_Press Cancel to Dismiss a Dialog. time: 2121ms [INFO] Pass 4 (148) processed. 1 failed. spent: 0:23, 9:08 mins remaining. Bug 474225_Press Cancel to Dismiss a Dialog. time: 2121ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:06.063 [INFO] !MESSAGE [AUT-0] Finished: Button Arrow Test.test in 2690 (4 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:06.068 [INFO] !MESSAGE [AUT-0] Starting: Button Check Test.test (5 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:14:06.106 [INFO] !MESSAGE Pass 5 (148) processed. 1 failed. spent: 0:26, 8:47 mins remaining. Button Arrow Test. time: 2690ms [INFO] Pass 5 (148) processed. 1 failed. spent: 0:26, 8:47 mins remaining. Button Arrow Test. time: 2690ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:09.746 [INFO] !MESSAGE [AUT-0] Finished: Button Check Test.test in 2867 (5 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:09.753 [INFO] !MESSAGE [AUT-0] Starting: Button Flat Test.test (6 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:14:09.843 [INFO] !MESSAGE Pass 6 (148) processed. 1 failed. spent: 0:30, 8:48 mins remaining. Button Check Test. time: 2867ms [INFO] Pass 6 (148) processed. 1 failed. spent: 0:30, 8:48 mins remaining. Button Check Test. time: 2867ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:12.823 [INFO] !MESSAGE [AUT-0] Finished: Button Flat Test.test in 2563 (6 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:12.843 [INFO] !MESSAGE [AUT-0] Starting: Button Push Test.test (7 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:14:12.846 [INFO] !MESSAGE Pass 7 (148) processed. 1 failed. spent: 0:33, 8:33 mins remaining. Button Flat Test. time: 2563ms [INFO] Pass 7 (148) processed. 1 failed. spent: 0:33, 8:33 mins remaining. Button Flat Test. time: 2563ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:15.411 [INFO] !MESSAGE [AUT-0] Finished: Button Push Test.test in 2240 (7 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:15.415 [INFO] !MESSAGE [AUT-0] Starting: Button Radio Test.test (8 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:14:15.450 [INFO] !MESSAGE Pass 8 (148) processed. 1 failed. spent: 0:36, 8:20 mins remaining. Button Push Test. time: 2240ms [INFO] Pass 8 (148) processed. 1 failed. spent: 0:36, 8:20 mins remaining. Button Push Test. time: 2240ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:20.047 [INFO] !MESSAGE [AUT-0] Finished: Button Radio Test.test in 4081 (8 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:20.051 [INFO] !MESSAGE [AUT-0] Starting: Button Toggle Test.test (9 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:14:20.062 [INFO] !MESSAGE Pass 9 (148) processed. 1 failed. spent: 0:40, 8:21 mins remaining. Button Radio Test. time: 4081ms [INFO] Pass 9 (148) processed. 1 failed. spent: 0:40, 8:21 mins remaining. Button Radio Test. time: 4081ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:24.242 [INFO] !MESSAGE [AUT-0] Finished: Button Toggle Test.test in 3933 (9 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:24.245 [INFO] !MESSAGE [AUT-0] Starting: Button Wrap Test.test (10 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:14:24.280 [INFO] !MESSAGE Pass 10 (148) processed. 1 failed. spent: 0:44, 8:22 mins remaining. Button Toggle Test. time: 3933ms [INFO] Pass 10 (148) processed. 1 failed. spent: 0:44, 8:22 mins remaining. Button Toggle Test. time: 3933ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:26.808 [INFO] !MESSAGE [AUT-0] Finished: Button Wrap Test.test in 1958 (10 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:26.811 [INFO] !MESSAGE [AUT-0] Starting: Button_getData.test (11 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:14:26.884 [INFO] !MESSAGE Pass 11 (148) processed. 1 failed. spent: 0:47, 8:11 mins remaining. Button Wrap Test. time: 1958ms [INFO] Pass 11 (148) processed. 1 failed. spent: 0:47, 8:11 mins remaining. Button Wrap Test. time: 1958ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:28.878 [INFO] !MESSAGE [AUT-0] Finished: Button_getData.test in 1665 (11 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:28.881 [INFO] !MESSAGE [AUT-0] Starting: CComboTest.test (12 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:14:28.886 [INFO] !MESSAGE Pass 12 (148) processed. 1 failed. spent: 0:49, 7:52 mins remaining. Button_getData. time: 1665ms [INFO] Pass 12 (148) processed. 1 failed. spent: 0:49, 7:52 mins remaining. Button_getData. time: 1665ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:31.971 [INFO] !MESSAGE [AUT-0] Finished: CComboTest.test in 2491 (12 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:31.975 [INFO] !MESSAGE [AUT-0] Starting: Calendar Test.test (13 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:14:32.043 [INFO] !MESSAGE Pass 13 (148) processed. 1 failed. spent: 0:52, 7:44 mins remaining. CComboTest. time: 2491ms [INFO] Pass 13 (148) processed. 1 failed. spent: 0:52, 7:44 mins remaining. CComboTest. time: 2491ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:35.095 [INFO] !MESSAGE [AUT-0] Finished: Calendar Test.test in 2497 (13 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:35.098 [INFO] !MESSAGE [AUT-0] Starting: Canvas Base Test.test (14 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:14:35.146 [INFO] !MESSAGE Pass 14 (148) processed. 1 failed. spent: 0:55, 7:37 mins remaining. Calendar Test. time: 2497ms [INFO] Pass 14 (148) processed. 1 failed. spent: 0:55, 7:37 mins remaining. Calendar Test. time: 2497ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:37.667 [INFO] !MESSAGE [AUT-0] Finished: Canvas Base Test.test in 1941 (14 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:37.673 [INFO] !MESSAGE [AUT-0] Starting: Canvas_CheckColor.test (15 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:14:37.750 [INFO] !MESSAGE Pass 15 (148) processed. 1 failed. spent: 0:58, 7:30 mins remaining. Canvas Base Test. time: 1941ms [INFO] Pass 15 (148) processed. 1 failed. spent: 0:58, 7:30 mins remaining. Canvas Base Test. time: 1941ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:40.275 [INFO] !MESSAGE [AUT-0] Finished: Canvas_CheckColor.test in 2068, Assertion of backgroundColor failed: expected:<#F8F8F8> but was:<#F8F7F6>. (15 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:40.278 [INFO] !MESSAGE [AUT-0] Starting: Canvas_CheckScrolles.test (16 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:14:40.353 [INFO] !MESSAGE Fail 16 (148) processed. 2 failed. spent: 1:00, 7:16 mins remaining. Canvas_CheckColor. time: 2068ms Cause: Assertion of backgroundColor failed: expected:<#F8F8F8> but was:<#F8F7F6>. [INFO] Fail 16 (148) processed. 2 failed. spent: 1:00, 7:16 mins remaining. Canvas_CheckColor. time: 2068ms Cause: Assertion of backgroundColor failed: expected:<#F8F8F8> but was:<#F8F7F6>. [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:42.338 [INFO] !MESSAGE [AUT-0] Finished: Canvas_CheckScrolles.test in 1785 (16 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:42.341 [INFO] !MESSAGE [AUT-0] Starting: CellEdit Table Test.test (17 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:14:42.356 [INFO] !MESSAGE Pass 17 (148) processed. 2 failed. spent: 1:02, 7:04 mins remaining. Canvas_CheckScrolles. time: 1785ms [INFO] Pass 17 (148) processed. 2 failed. spent: 1:02, 7:04 mins remaining. Canvas_CheckScrolles. time: 1785ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:46.904 [INFO] !MESSAGE [AUT-0] Finished: CellEdit Table Test.test in 4216 (17 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:46.908 [INFO] !MESSAGE [AUT-0] Starting: CellEdit Tree Test.test (18 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:14:46.961 [INFO] !MESSAGE Pass 18 (148) processed. 2 failed. spent: 1:07, 7:12 mins remaining. CellEdit Table Test. time: 4216ms [INFO] Pass 18 (148) processed. 2 failed. spent: 1:07, 7:12 mins remaining. CellEdit Table Test. time: 4216ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:50.497 [INFO] !MESSAGE [AUT-0] Finished: CellEdit Tree Test.test in 3103 (18 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:50.500 [INFO] !MESSAGE [AUT-0] Starting: CheckCheckBoxInTableColumn.test (19 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:14:50.565 [INFO] !MESSAGE Pass 19 (148) processed. 2 failed. spent: 1:11, 7:12 mins remaining. CellEdit Tree Test. time: 3103ms [INFO] Pass 19 (148) processed. 2 failed. spent: 1:11, 7:12 mins remaining. CellEdit Tree Test. time: 3103ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:54.650 [INFO] !MESSAGE [AUT-0] Finished: CheckCheckBoxInTableColumn.test in 3484 (19 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:54.654 [INFO] !MESSAGE [AUT-0] Starting: CheckExpandableSection.test (20 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:14:54.670 [INFO] !MESSAGE Pass 20 (148) processed. 2 failed. spent: 1:15, 7:12 mins remaining. CheckCheckBoxInTableColumn. time: 3484ms [INFO] Pass 20 (148) processed. 2 failed. spent: 1:15, 7:12 mins remaining. CheckCheckBoxInTableColumn. time: 3484ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:57.719 [INFO] !MESSAGE [AUT-0] Finished: CheckExpandableSection.test in 2548 (20 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:14:57.722 [INFO] !MESSAGE [AUT-0] Starting: CheckNoNamedSection.test (21 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:14:57.774 [INFO] !MESSAGE Pass 21 (148) processed. 2 failed. spent: 1:18, 7:07 mins remaining. CheckExpandableSection. time: 2548ms [INFO] Pass 21 (148) processed. 2 failed. spent: 1:18, 7:07 mins remaining. CheckExpandableSection. time: 2548ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:00.291 [INFO] !MESSAGE [AUT-0] Finished: CheckNoNamedSection.test in 2248 (21 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:00.294 [INFO] !MESSAGE [AUT-0] Starting: CheckSameNamedButtonsInsideSection.test (22 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:15:00.377 [INFO] !MESSAGE Pass 22 (148) processed. 2 failed. spent: 1:20, 6:56 mins remaining. CheckNoNamedSection. time: 2248ms [INFO] Pass 22 (148) processed. 2 failed. spent: 1:20, 6:56 mins remaining. CheckNoNamedSection. time: 2248ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:02.882 [INFO] !MESSAGE [AUT-0] Finished: CheckSameNamedButtonsInsideSection.test in 2246 (22 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:02.885 [INFO] !MESSAGE [AUT-0] Starting: CheckSameNamedSections.test (23 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:15:02.981 [INFO] !MESSAGE Pass 23 (148) processed. 2 failed. spent: 1:23, 6:51 mins remaining. CheckSameNamedButtonsInsideSection. time: 2246ms [INFO] Pass 23 (148) processed. 2 failed. spent: 1:23, 6:51 mins remaining. CheckSameNamedButtonsInsideSection. time: 2246ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:05.500 [INFO] !MESSAGE [AUT-0] Finished: CheckSameNamedSections.test in 2192 (23 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:05.503 [INFO] !MESSAGE [AUT-0] Starting: ClickOnDuplicateLink.test (24 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:15:05.584 [INFO] !MESSAGE Pass 24 (148) processed. 2 failed. spent: 1:26, 6:46 mins remaining. CheckSameNamedSections. time: 2192ms [INFO] Pass 24 (148) processed. 2 failed. spent: 1:26, 6:46 mins remaining. CheckSameNamedSections. time: 2192ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:08.563 [INFO] !MESSAGE [AUT-0] Finished: ClickOnDuplicateLink.test in 2419 (24 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:08.566 [INFO] !MESSAGE [AUT-0] Starting: ClickOnHyperLink.test (25 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:15:08.642 [INFO] !MESSAGE Pass 25 (148) processed. 2 failed. spent: 1:29, 6:42 mins remaining. ClickOnDuplicateLink. time: 2419ms [INFO] Pass 25 (148) processed. 2 failed. spent: 1:29, 6:42 mins remaining. ClickOnDuplicateLink. time: 2419ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:10.625 [INFO] !MESSAGE [AUT-0] Finished: ClickOnHyperLink.test in 1735 (25 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:10.629 [INFO] !MESSAGE [AUT-0] Starting: ClickOnImageLink.test (26 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:15:10.645 [INFO] !MESSAGE Pass 26 (148) processed. 2 failed. spent: 1:31, 6:33 mins remaining. ClickOnHyperLink. time: 1735ms [INFO] Pass 26 (148) processed. 2 failed. spent: 1:31, 6:33 mins remaining. ClickOnHyperLink. time: 1735ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:13.243 [INFO] !MESSAGE [AUT-0] Finished: ClickOnImageLink.test in 2175 (26 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:13.247 [INFO] !MESSAGE [AUT-0] Starting: ClickOnLinkWithSymbols.test (27 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:15:13.248 [INFO] !MESSAGE Pass 27 (148) processed. 2 failed. spent: 1:33, 6:24 mins remaining. ClickOnImageLink. time: 2175ms [INFO] Pass 27 (148) processed. 2 failed. spent: 1:33, 6:24 mins remaining. ClickOnImageLink. time: 2175ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:15.810 [INFO] !MESSAGE [AUT-0] Finished: ClickOnLinkWithSymbols.test in 2171 (27 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:15.843 [INFO] !MESSAGE [AUT-0] Starting: ClickingOnCTabFolder.test (28 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:15:15.851 [INFO] !MESSAGE Pass 28 (148) processed. 2 failed. spent: 1:36, 6:20 mins remaining. ClickOnLinkWithSymbols. time: 2171ms [INFO] Pass 28 (148) processed. 2 failed. spent: 1:36, 6:20 mins remaining. ClickOnLinkWithSymbols. time: 2171ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:19.410 [INFO] !MESSAGE [AUT-0] Finished: ClickingOnCTabFolder.test in 3150 (28 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:19.413 [INFO] !MESSAGE [AUT-0] Starting: ClickingOnTabFolder.test (29 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:15:19.455 [INFO] !MESSAGE Pass 29 (148) processed. 2 failed. spent: 1:40, 6:20 mins remaining. ClickingOnCTabFolder. time: 3150ms [INFO] Pass 29 (148) processed. 2 failed. spent: 1:40, 6:20 mins remaining. ClickingOnCTabFolder. time: 3150ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:22.479 [INFO] !MESSAGE [AUT-0] Finished: ClickingOnTabFolder.test in 2566 (29 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:22.484 [INFO] !MESSAGE [AUT-0] Starting: ComboViewer_SelectionFromReadOnly.test (30 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:15:22.559 [INFO] !MESSAGE Pass 30 (148) processed. 2 failed. spent: 1:43, 6:16 mins remaining. ClickingOnTabFolder. time: 2566ms [INFO] Pass 30 (148) processed. 2 failed. spent: 1:43, 6:16 mins remaining. ClickingOnTabFolder. time: 2566ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:24.550 [INFO] !MESSAGE [AUT-0] Finished: ComboViewer_SelectionFromReadOnly.test in 1882 (30 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:24.554 [INFO] !MESSAGE [AUT-0] Starting: ComboViewer_SetInCombo.test (31 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:15:24.562 [INFO] !MESSAGE Pass 31 (148) processed. 2 failed. spent: 1:45, 6:09 mins remaining. ComboViewer_SelectionFromReadOnly. time: 1882ms [INFO] Pass 31 (148) processed. 2 failed. spent: 1:45, 6:09 mins remaining. ComboViewer_SelectionFromReadOnly. time: 1882ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:27.109 [INFO] !MESSAGE [AUT-0] Finished: ComboViewer_SetInCombo.test in 2152 (31 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:27.112 [INFO] !MESSAGE [AUT-0] Starting: Custom EditPart Identification.test (32 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:15:27.165 [INFO] !MESSAGE Pass 32 (148) processed. 2 failed. spent: 1:47, 6:01 mins remaining. ComboViewer_SetInCombo. time: 2152ms [INFO] Pass 32 (148) processed. 2 failed. spent: 1:47, 6:01 mins remaining. ComboViewer_SetInCombo. time: 2152ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:29.746 [INFO] !MESSAGE [AUT-0] Finished: Custom EditPart Identification.test in 2173 (32 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:29.749 [INFO] !MESSAGE [AUT-0] Starting: Date Test.test (33 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:15:29.768 [INFO] !MESSAGE Pass 33 (148) processed. 2 failed. spent: 1:50, 5:58 mins remaining. Custom EditPart Identification. time: 2173ms [INFO] Pass 33 (148) processed. 2 failed. spent: 1:50, 5:58 mins remaining. Custom EditPart Identification. time: 2173ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:32.819 [INFO] !MESSAGE [AUT-0] Finished: Date Test.test in 2681 (33 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:32.823 [INFO] !MESSAGE [AUT-0] Starting: DiagramItem Image Detection.test (34 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:15:32.872 [INFO] !MESSAGE Pass 34 (148) processed. 2 failed. spent: 1:53, 5:54 mins remaining. Date Test. time: 2681ms [INFO] Pass 34 (148) processed. 2 failed. spent: 1:53, 5:54 mins remaining. Date Test. time: 2681ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:34.888 [INFO] !MESSAGE [AUT-0] Finished: DiagramItem Image Detection.test in 1724 (34 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:34.941 [INFO] !MESSAGE [AUT-0] Starting: DialogCellEditorEdits.test (35 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:15:34.975 [INFO] !MESSAGE Pass 35 (148) processed. 2 failed. spent: 1:55, 5:48 mins remaining. DiagramItem Image Detection. time: 1724ms [INFO] Pass 35 (148) processed. 2 failed. spent: 1:55, 5:48 mins remaining. DiagramItem Image Detection. time: 1724ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:39.999 [INFO] !MESSAGE [AUT-0] Finished: DialogCellEditorEdits.test in 4812 (35 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:40.003 [INFO] !MESSAGE [AUT-0] Starting: DialogCellEditorML_Activate.test (36 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:15:40.080 [INFO] !MESSAGE Pass 36 (148) processed. 2 failed. spent: 2:00, 5:50 mins remaining. DialogCellEditorEdits. time: 4812ms [INFO] Pass 36 (148) processed. 2 failed. spent: 2:00, 5:50 mins remaining. DialogCellEditorEdits. time: 4812ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:45.075 [INFO] !MESSAGE [AUT-0] Finished: DialogCellEditorML_Activate.test in 4618 (36 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:45.078 [INFO] !MESSAGE [AUT-0] Starting: DialogCellEditorML_NoActivate.test (37 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:15:45.086 [INFO] !MESSAGE Pass 37 (148) processed. 2 failed. spent: 2:05, 5:52 mins remaining. DialogCellEditorML_Activate. time: 4618ms [INFO] Pass 37 (148) processed. 2 failed. spent: 2:05, 5:52 mins remaining. DialogCellEditorML_Activate. time: 4618ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:48.685 [INFO] !MESSAGE [AUT-0] Finished: DialogCellEditorML_NoActivate.test in 3079 (37 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:15:48.691 [INFO] !MESSAGE Pass 38 (148) processed. 2 failed. spent: 2:09, 6:03 mins remaining. DialogCellEditorML_NoActivate. time: 3079ms [INFO] Pass 38 (148) processed. 2 failed. spent: 2:09, 6:03 mins remaining. DialogCellEditorML_NoActivate. time: 3079ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:48.743 [INFO] !MESSAGE [AUT-0] Starting: DragAndDrop.test (38 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:54.320 [INFO] !MESSAGE [AUT-0] Finished: DragAndDrop.test in 5068 (38 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:54.323 [INFO] !MESSAGE [AUT-0] Starting: Encrypted password.test (39 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:15:54.347 [INFO] !MESSAGE Pass 39 (148) processed. 2 failed. spent: 2:14, 5:52 mins remaining. DragAndDrop. time: 5068ms [INFO] Pass 39 (148) processed. 2 failed. spent: 2:14, 5:52 mins remaining. DragAndDrop. time: 5068ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:57.459 [INFO] !MESSAGE [AUT-0] Finished: Encrypted password.test in 2608 (39 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:15:57.463 [INFO] !MESSAGE [AUT-0] Starting: ExpandBar_AssertItemImage.test (40 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:15:57.551 [INFO] !MESSAGE Pass 40 (148) processed. 2 failed. spent: 2:18, 5:51 mins remaining. Encrypted password. time: 2608ms [INFO] Pass 40 (148) processed. 2 failed. spent: 2:18, 5:51 mins remaining. Encrypted password. time: 2608ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:00.526 [INFO] !MESSAGE [AUT-0] Finished: ExpandBar_AssertItemImage.test in 2822 (40 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:00.529 [INFO] !MESSAGE [AUT-0] Starting: ExpandBar_AssertItemIndex.test (41 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:16:00.554 [INFO] !MESSAGE Pass 41 (148) processed. 2 failed. spent: 2:21, 5:47 mins remaining. ExpandBar_AssertItemImage. time: 2822ms [INFO] Pass 41 (148) processed. 2 failed. spent: 2:21, 5:47 mins remaining. ExpandBar_AssertItemImage. time: 2822ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:03.099 [INFO] !MESSAGE [AUT-0] Finished: ExpandBar_AssertItemIndex.test in 1833 (41 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:03.102 [INFO] !MESSAGE [AUT-0] Starting: ExpandBar_EditText.test (42 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:16:03.161 [INFO] !MESSAGE Pass 42 (148) processed. 2 failed. spent: 2:23, 5:41 mins remaining. ExpandBar_AssertItemIndex. time: 1833ms [INFO] Pass 42 (148) processed. 2 failed. spent: 2:23, 5:41 mins remaining. ExpandBar_AssertItemIndex. time: 1833ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:06.182 [INFO] !MESSAGE [AUT-0] Finished: ExpandBar_EditText.test in 2546 (42 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:06.242 [INFO] !MESSAGE [AUT-0] Starting: ExpandBar_ExpandCollapseTest.test (43 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:16:06.265 [INFO] !MESSAGE Pass 43 (148) processed. 2 failed. spent: 2:26, 5:37 mins remaining. ExpandBar_EditText. time: 2546ms [INFO] Pass 43 (148) processed. 2 failed. spent: 2:26, 5:37 mins remaining. ExpandBar_EditText. time: 2546ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:09.368 [INFO] !MESSAGE [AUT-0] Finished: ExpandBar_ExpandCollapseTest.test in 2433 (43 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:16:09.368 [INFO] !MESSAGE Pass 44 (148) processed. 2 failed. spent: 2:29, 5:44 mins remaining. ExpandBar_ExpandCollapseTest. time: 2433ms [INFO] Pass 44 (148) processed. 2 failed. spent: 2:29, 5:44 mins remaining. ExpandBar_ExpandCollapseTest. time: 2433ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:09.371 [INFO] !MESSAGE [AUT-0] Starting: ExpandBar_ItemButtons.test (44 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:11.932 [INFO] !MESSAGE [AUT-0] Finished: ExpandBar_ItemButtons.test in 1965 (44 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:11.935 [INFO] !MESSAGE [AUT-0] Starting: ExpandableComposite_BaseTest.test (45 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:16:11.971 [INFO] !MESSAGE Pass 45 (148) processed. 2 failed. spent: 2:32, 5:29 mins remaining. ExpandBar_ItemButtons. time: 1965ms [INFO] Pass 45 (148) processed. 2 failed. spent: 2:32, 5:29 mins remaining. ExpandBar_ItemButtons. time: 1965ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:14.495 [INFO] !MESSAGE [AUT-0] Finished: ExpandableComposite_BaseTest.test in 1973 (45 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:14.498 [INFO] !MESSAGE [AUT-0] Starting: ExpandableComposite_CheckNestedComposites.test (46 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:16:14.575 [INFO] !MESSAGE Pass 46 (148) processed. 2 failed. spent: 2:35, 5:26 mins remaining. ExpandableComposite_BaseTest. time: 1973ms [INFO] Pass 46 (148) processed. 2 failed. spent: 2:35, 5:26 mins remaining. ExpandableComposite_BaseTest. time: 1973ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:17.058 [INFO] !MESSAGE [AUT-0] Finished: ExpandableComposite_CheckNestedComposites.test in 2008 (46 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:17.061 [INFO] !MESSAGE [AUT-0] Starting: ExpandableComposite_CheckNoNamedComposite.test (47 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:16:17.078 [INFO] !MESSAGE Pass 47 (148) processed. 2 failed. spent: 2:37, 5:20 mins remaining. ExpandableComposite_CheckNestedComposites. time: 2008ms [INFO] Pass 47 (148) processed. 2 failed. spent: 2:37, 5:20 mins remaining. ExpandableComposite_CheckNestedComposites. time: 2008ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:19.668 [INFO] !MESSAGE [AUT-0] Finished: ExpandableComposite_CheckNoNamedComposite.test in 2123 (47 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:19.673 [INFO] !MESSAGE [AUT-0] Starting: ExpandableComposite_ExpandTest.test (48 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:16:19.681 [INFO] !MESSAGE Pass 48 (148) processed. 2 failed. spent: 2:40, 5:16 mins remaining. ExpandableComposite_CheckNoNamedComposite. time: 2123ms [INFO] Pass 48 (148) processed. 2 failed. spent: 2:40, 5:16 mins remaining. ExpandableComposite_CheckNoNamedComposite. time: 2123ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:22.293 [INFO] !MESSAGE [AUT-0] Finished: ExpandableComposite_ExpandTest.test in 2128 (48 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:22.296 [INFO] !MESSAGE [AUT-0] Starting: Get 2 Nebula Grid.test (49 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:16:22.384 [INFO] !MESSAGE Pass 49 (148) processed. 2 failed. spent: 2:42, 5:11 mins remaining. ExpandableComposite_ExpandTest. time: 2128ms [INFO] Pass 49 (148) processed. 2 failed. spent: 2:42, 5:11 mins remaining. ExpandableComposite_ExpandTest. time: 2128ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:23.342 [INFO] !MESSAGE [AUT-0] Finished: Get 2 Nebula Grid.test in 826 (49 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:23.345 [INFO] !MESSAGE [AUT-0] Starting: Get Nebula Grid.test (50 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:16:23.386 [INFO] !MESSAGE Pass 50 (148) processed. 2 failed. spent: 2:43, 5:04 mins remaining. Get 2 Nebula Grid. time: 826ms [INFO] Pass 50 (148) processed. 2 failed. spent: 2:43, 5:04 mins remaining. Get 2 Nebula Grid. time: 826ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:25.902 [INFO] !MESSAGE [AUT-0] Finished: Get Nebula Grid.test in 1978 (50 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:25.906 [INFO] !MESSAGE [AUT-0] Starting: Group Test.test (51 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:16:25.989 [INFO] !MESSAGE Pass 51 (148) processed. 2 failed. spent: 2:46, 5:00 mins remaining. Get Nebula Grid. time: 1978ms [INFO] Pass 51 (148) processed. 2 failed. spent: 2:46, 5:00 mins remaining. Get Nebula Grid. time: 1978ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:29.495 [INFO] !MESSAGE [AUT-0] Finished: Group Test.test in 3011 (51 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:29.498 [INFO] !MESSAGE [AUT-0] Starting: Label Test.test (52 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:16:29.594 [INFO] !MESSAGE Pass 52 (148) processed. 2 failed. spent: 2:50, 4:59 mins remaining. Group Test. time: 3011ms [INFO] Pass 52 (148) processed. 2 failed. spent: 2:50, 4:59 mins remaining. Group Test. time: 3011ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:32.561 [INFO] !MESSAGE [AUT-0] Finished: Label Test.test in 2644 (52 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:32.564 [INFO] !MESSAGE [AUT-0] Starting: Left click context menu.test (53 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:16:32.598 [INFO] !MESSAGE Pass 53 (148) processed. 2 failed. spent: 2:53, 4:55 mins remaining. Label Test. time: 2644ms [INFO] Pass 53 (148) processed. 2 failed. spent: 2:53, 4:55 mins remaining. Label Test. time: 2644ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:33.613 [INFO] !MESSAGE [AUT-0] Finished: Left click context menu.test in 456 (53 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:33.616 [INFO] !MESSAGE [AUT-0] Starting: Link Test.test (54 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:16:33.699 [INFO] !MESSAGE Pass 54 (148) processed. 2 failed. spent: 2:54, 4:48 mins remaining. Left click context menu. time: 456ms [INFO] Pass 54 (148) processed. 2 failed. spent: 2:54, 4:48 mins remaining. Left click context menu. time: 456ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:36.173 [INFO] !MESSAGE [AUT-0] Finished: Link Test.test in 2147 (54 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:36.176 [INFO] !MESSAGE [AUT-0] Starting: ListEventsTest.test (55 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:16:36.203 [INFO] !MESSAGE Pass 55 (148) processed. 2 failed. spent: 2:56, 4:44 mins remaining. Link Test. time: 2147ms [INFO] Pass 55 (148) processed. 2 failed. spent: 2:56, 4:44 mins remaining. Link Test. time: 2147ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:38.231 [INFO] !MESSAGE [AUT-0] Finished: ListEventsTest.test in 1595 (55 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:38.235 [INFO] !MESSAGE [AUT-0] Starting: ListViewerEventsTest.test (56 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:16:38.306 [INFO] !MESSAGE Pass 56 (148) processed. 2 failed. spent: 2:58, 4:39 mins remaining. ListEventsTest. time: 1595ms [INFO] Pass 56 (148) processed. 2 failed. spent: 2:58, 4:39 mins remaining. ListEventsTest. time: 1595ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:40.289 [INFO] !MESSAGE [AUT-0] Finished: ListViewerEventsTest.test in 1559 (56 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:40.292 [INFO] !MESSAGE [AUT-0] Starting: ListViewerSelectionTest.test (57 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:16:40.311 [INFO] !MESSAGE Pass 57 (148) processed. 2 failed. spent: 3:00, 4:34 mins remaining. ListViewerEventsTest. time: 1559ms [INFO] Pass 57 (148) processed. 2 failed. spent: 3:00, 4:34 mins remaining. ListViewerEventsTest. time: 1559ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:42.360 [INFO] !MESSAGE [AUT-0] Finished: ListViewerSelectionTest.test in 1921 (57 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:42.363 [INFO] !MESSAGE [AUT-0] Starting: MenuBar Test.test (58 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:16:42.442 [INFO] !MESSAGE Pass 58 (148) processed. 2 failed. spent: 3:02, 4:29 mins remaining. ListViewerSelectionTest. time: 1921ms [INFO] Pass 58 (148) processed. 2 failed. spent: 3:02, 4:29 mins remaining. ListViewerSelectionTest. time: 1921ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:45.420 [INFO] !MESSAGE [AUT-0] Finished: MenuBar Test.test in 2617 (58 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:45.423 [INFO] !MESSAGE [AUT-0] Starting: MovingInScale.test (59 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:16:45.446 [INFO] !MESSAGE Pass 59 (148) processed. 2 failed. spent: 3:05, 4:26 mins remaining. MenuBar Test. time: 2617ms [INFO] Pass 59 (148) processed. 2 failed. spent: 3:05, 4:26 mins remaining. MenuBar Test. time: 2617ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:48.014 [INFO] !MESSAGE [AUT-0] Finished: MovingInScale.test in 1879, Assertion of getSelection() failed: expected:<15> but was:<0>. (59 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:48.017 [INFO] !MESSAGE [AUT-0] Starting: MovingInSlider.test (60 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:16:48.049 [INFO] !MESSAGE Fail 60 (148) processed. 3 failed. spent: 3:08, 4:23 mins remaining. MovingInScale. time: 1879ms Cause: Assertion of getSelection() failed: expected:<15> but was:<0>. [INFO] Fail 60 (148) processed. 3 failed. spent: 3:08, 4:23 mins remaining. MovingInScale. time: 1879ms Cause: Assertion of getSelection() failed: expected:<15> but was:<0>. [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:50.575 [INFO] !MESSAGE [AUT-0] Finished: MovingInSlider.test in 1975 (60 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:50.578 [INFO] !MESSAGE [AUT-0] Starting: Multi List Test.test (61 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:16:50.652 [INFO] !MESSAGE Pass 61 (148) processed. 3 failed. spent: 3:11, 4:20 mins remaining. MovingInSlider. time: 1975ms [INFO] Pass 61 (148) processed. 3 failed. spent: 3:11, 4:20 mins remaining. MovingInSlider. time: 1975ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:53.137 [INFO] !MESSAGE [AUT-0] Finished: Multi List Test.test in 2170 (61 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:53.140 [INFO] !MESSAGE [AUT-0] Starting: Multiline Text Test.test (62 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:16:53.156 [INFO] !MESSAGE Pass 62 (148) processed. 3 failed. spent: 3:13, 4:16 mins remaining. Multi List Test. time: 2170ms [INFO] Pass 62 (148) processed. 3 failed. spent: 3:13, 4:16 mins remaining. Multi List Test. time: 2170ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:56.201 [INFO] !MESSAGE [AUT-0] Finished: Multiline Text Test.test in 2682 (62 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:16:56.204 [INFO] !MESSAGE [AUT-0] Starting: NestedDialogs.test (63 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:16:56.259 [INFO] !MESSAGE Pass 63 (148) processed. 3 failed. spent: 3:16, 4:13 mins remaining. Multiline Text Test. time: 2682ms [INFO] Pass 63 (148) processed. 3 failed. spent: 3:16, 4:13 mins remaining. Multiline Text Test. time: 2682ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:17:15.280 [INFO] !MESSAGE [AUT-0] Finished: NestedDialogs.test in 18464 (63 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:17:15.281 [INFO] !MESSAGE Pass 64 (148) processed. 3 failed. spent: 3:35, 4:37 mins remaining. NestedDialogs. time: 18464ms [INFO] Pass 64 (148) processed. 3 failed. spent: 3:35, 4:37 mins remaining. NestedDialogs. time: 18464ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:17:15.282 [INFO] !MESSAGE [AUT-0] Starting: NestedSectionsTest.test (64 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:17:18.844 [INFO] !MESSAGE [AUT-0] Finished: NestedSectionsTest.test in 3067 (64 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:17:18.846 [INFO] !MESSAGE [AUT-0] Starting: Non-Unique Items Test.test (65 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:17:18.885 [INFO] !MESSAGE Pass 65 (148) processed. 3 failed. spent: 3:39, 4:28 mins remaining. NestedSectionsTest. time: 3067ms [INFO] Pass 65 (148) processed. 3 failed. spent: 3:39, 4:28 mins remaining. NestedSectionsTest. time: 3067ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:17:19.884 [INFO] !MESSAGE [AUT-0] Finished: Non-Unique Items Test.test in 582 (65 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:17:19.887 [INFO] !MESSAGE Pass 66 (148) processed. 3 failed. spent: 3:40, 4:29 mins remaining. Non-Unique Items Test. time: 582ms [INFO] Pass 66 (148) processed. 3 failed. spent: 3:40, 4:29 mins remaining. Non-Unique Items Test. time: 582ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:17:19.887 [INFO] !MESSAGE [AUT-0] Starting: PopUp Menu Test.test (66 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:17:22.950 [INFO] !MESSAGE [AUT-0] Finished: PopUp Menu Test.test in 2508 (66 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:17:22.952 [INFO] !MESSAGE [AUT-0] Starting: Press Cancel to Dismiss Color Dialog.test (67 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:17:22.991 [INFO] !MESSAGE Pass 67 (148) processed. 3 failed. spent: 3:43, 4:18 mins remaining. PopUp Menu Test. time: 2508ms [INFO] Pass 67 (148) processed. 3 failed. spent: 3:43, 4:18 mins remaining. PopUp Menu Test. time: 2508ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:17:25.506 [INFO] !MESSAGE [AUT-0] Finished: Press Cancel to Dismiss Color Dialog.test in 1999 (67 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:17:25.509 [INFO] !MESSAGE [AUT-0] Starting: Press Cancel to dismiss Directory Dialog.test (68 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:17:25.594 [INFO] !MESSAGE Pass 68 (148) processed. 3 failed. spent: 3:46, 4:15 mins remaining. Press Cancel to Dismiss Color Dialog. time: 1999ms [INFO] Pass 68 (148) processed. 3 failed. spent: 3:46, 4:15 mins remaining. Press Cancel to Dismiss Color Dialog. time: 1999ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:17:28.081 [INFO] !MESSAGE [AUT-0] Finished: Press Cancel to dismiss Directory Dialog.test in 2030 (68 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:17:28.085 [INFO] !MESSAGE [AUT-0] Starting: Press Cancel to dismiss MessageBox.test (69 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:17:28.141 [INFO] !MESSAGE Pass 69 (148) processed. 3 failed. spent: 3:48, 4:10 mins remaining. Press Cancel to dismiss Directory Dialog. time: 2030ms [INFO] Pass 69 (148) processed. 3 failed. spent: 3:48, 4:10 mins remaining. Press Cancel to dismiss Directory Dialog. time: 2030ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:17:30.198 [INFO] !MESSAGE [AUT-0] Finished: Press Cancel to dismiss MessageBox.test in 1872 (69 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:17:30.201 [INFO] !MESSAGE [AUT-0] Starting: PressOnSimpleMessageBox.test (70 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:17:30.244 [INFO] !MESSAGE Pass 70 (148) processed. 3 failed. spent: 3:50, 4:05 mins remaining. Press Cancel to dismiss MessageBox. time: 1872ms [INFO] Pass 70 (148) processed. 3 failed. spent: 3:50, 4:05 mins remaining. Press Cancel to dismiss MessageBox. time: 1872ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:17:33.800 [INFO] !MESSAGE [AUT-0] Finished: PressOnSimpleMessageBox.test in 3178 (70 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:17:33.803 [INFO] !MESSAGE [AUT-0] Starting: QS-2531_Q7 should support checkbox tables and record correct select commands_.test (71 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:17:33.850 [INFO] !MESSAGE Pass 71 (148) processed. 3 failed. spent: 3:54, 4:03 mins remaining. PressOnSimpleMessageBox. time: 3178ms [INFO] Pass 71 (148) processed. 3 failed. spent: 3:54, 4:03 mins remaining. PressOnSimpleMessageBox. time: 3178ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:17:37.404 [INFO] !MESSAGE [AUT-0] Finished: QS-2531_Q7 should support checkbox tables and record correct select commands_.test in 3212 (71 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:17:37.407 [INFO] !MESSAGE [AUT-0] Starting: QS-2639_Include image resource path into element properties.test (72 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:17:37.454 [INFO] !MESSAGE Pass 72 (148) processed. 3 failed. spent: 3:58, 4:01 mins remaining. QS-2531_Q7 should support checkbox tables and record correct select commands.. time: 3212ms [INFO] Pass 72 (148) processed. 3 failed. spent: 3:58, 4:01 mins remaining. QS-2531_Q7 should support checkbox tables and record correct select commands.. time: 3212ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:17:38.969 [INFO] !MESSAGE [AUT-0] Finished: QS-2639_Include image resource path into element properties.test in 1355 (72 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:17:38.972 [INFO] !MESSAGE [AUT-0] Starting: QS-2663_Assertion window adds wrong assertions.test (73 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:17:39.056 [INFO] !MESSAGE Pass 73 (148) processed. 3 failed. spent: 3:59, 3:55 mins remaining. QS-2639_Include image resource path into element properties. time: 1355ms [INFO] Pass 73 (148) processed. 3 failed. spent: 3:59, 3:55 mins remaining. QS-2639_Include image resource path into element properties. time: 1355ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:17:41.529 [INFO] !MESSAGE [AUT-0] Finished: QS-2663_Assertion window adds wrong assertions.test in 2061 (73 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:17:41.531 [INFO] !MESSAGE [AUT-0] Starting: QS-2852_CheckProcedureWithInput.test (74 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:17:41.560 [INFO] !MESSAGE Pass 74 (148) processed. 3 failed. spent: 4:02, 3:52 mins remaining. QS-2663_Assertion window adds wrong assertions. time: 2061ms [INFO] Pass 74 (148) processed. 3 failed. spent: 4:02, 3:52 mins remaining. QS-2663_Assertion window adds wrong assertions. time: 2061ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:18:10.670 [INFO] !MESSAGE [AUT-0] Finished: QS-2852_CheckProcedureWithInput.test in 28118 (74 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:18:11.077 [INFO] !MESSAGE Pass 75 (148) processed. 3 failed. spent: 4:31, 4:20 mins remaining. QS-2852_CheckProcedureWithInput. time: 28118ms [INFO] Pass 75 (148) processed. 3 failed. spent: 4:31, 4:20 mins remaining. QS-2852_CheckProcedureWithInput. time: 28118ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:18:11.079 [INFO] !MESSAGE [AUT-0] Starting: QS-2852_ComplexTest.test (75 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:18:24.449 [INFO] !MESSAGE [AUT-0] Finished: QS-2852_ComplexTest.test in 12298 (75 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:18:24.453 [INFO] !MESSAGE [AUT-0] Starting: QS-2852_ComplexTestNoParameter.test (76 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:18:24.547 [INFO] !MESSAGE Pass 76 (148) processed. 3 failed. spent: 4:45, 4:19 mins remaining. QS-2852_ComplexTest. time: 12298ms [INFO] Pass 76 (148) processed. 3 failed. spent: 4:45, 4:19 mins remaining. QS-2852_ComplexTest. time: 12298ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:18:45.074 [INFO] !MESSAGE [AUT-0] Finished: QS-2852_ComplexTestNoParameter.test in 19780 (76 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:18:45.077 [INFO] !MESSAGE [AUT-0] Starting: QS-2852_VerifyVariableFromParameterContext.test (77 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:18:45.171 [INFO] !MESSAGE Pass 77 (148) processed. 3 failed. spent: 5:05, 4:30 mins remaining. QS-2852_ComplexTestNoParameter. time: 19780ms [INFO] Pass 77 (148) processed. 3 failed. spent: 5:05, 4:30 mins remaining. QS-2852_ComplexTestNoParameter. time: 19780ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:19:01.699 [INFO] !MESSAGE [AUT-0] Finished: QS-2852_VerifyVariableFromParameterContext.test in 15870 (77 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:19:01.702 [INFO] !MESSAGE [AUT-0] Starting: QS-2898_Broken_equals_verify-true_compatibility for raw values.test (78 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:19:01.749 [INFO] !MESSAGE Pass 78 (148) processed. 3 failed. spent: 5:22, 4:37 mins remaining. QS-2852_VerifyVariableFromParameterContext. time: 15870ms [INFO] Pass 78 (148) processed. 3 failed. spent: 5:22, 4:37 mins remaining. QS-2852_VerifyVariableFromParameterContext. time: 15870ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:19:04.797 [INFO] !MESSAGE [AUT-0] Finished: QS-2898_Broken_equals_verify-true_compatibility for raw values.test in 2425 (78 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:19:04.800 [INFO] !MESSAGE [AUT-0] Starting: QS-3160.test (79 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:19:04.853 [INFO] !MESSAGE Pass 79 (148) processed. 3 failed. spent: 5:25, 4:32 mins remaining. QS-2898_Broken_equals_verify-true_compatibility for raw values. time: 2425ms [INFO] Pass 79 (148) processed. 3 failed. spent: 5:25, 4:32 mins remaining. QS-2898_Broken_equals_verify-true_compatibility for raw values. time: 2425ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:19:06.881 [INFO] !MESSAGE [AUT-0] Finished: QS-3160.test in 1627 (79 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:19:06.884 [INFO] !MESSAGE [AUT-0] Starting: QS_1962_SimpleControlParts.test (80 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:19:06.956 [INFO] !MESSAGE Pass 80 (148) processed. 3 failed. spent: 5:27, 4:27 mins remaining. QS-3160. time: 1627ms [INFO] Pass 80 (148) processed. 3 failed. spent: 5:27, 4:27 mins remaining. QS-3160. time: 1627ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:19:09.487 [INFO] !MESSAGE [AUT-0] Finished: QS_1962_SimpleControlParts.test in 2102 (80 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:19:09.542 [INFO] !MESSAGE [AUT-0] Starting: QS_1962_TableDemoPart.test (81 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:19:09.559 [INFO] !MESSAGE Pass 81 (148) processed. 3 failed. spent: 5:30, 4:22 mins remaining. QS_1962_SimpleControlParts. time: 2102ms [INFO] Pass 81 (148) processed. 3 failed. spent: 5:30, 4:22 mins remaining. QS_1962_SimpleControlParts. time: 2102ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:19:12.621 [INFO] !MESSAGE [AUT-0] Finished: QS_1962_TableDemoPart.test in 2376 (81 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:19:12.623 [INFO] !MESSAGE [AUT-0] Starting: QS_2167_KeyPressInPopUpDateTime.test (82 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:19:12.663 [INFO] !MESSAGE Pass 82 (148) processed. 3 failed. spent: 5:33, 4:17 mins remaining. QS_1962_TableDemoPart. time: 2376ms [INFO] Pass 82 (148) processed. 3 failed. spent: 5:33, 4:17 mins remaining. QS_1962_TableDemoPart. time: 2376ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:19:15.725 [INFO] !MESSAGE [AUT-0] Finished: QS_2167_KeyPressInPopUpDateTime.test in 2426, Assertion of text failed: expected:<3/6/2013> but was:. (82 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:19:15.728 [INFO] !MESSAGE [AUT-0] Starting: QS_2167_SelectDateFromPopUpWindow.test (83 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:19:15.767 [INFO] !MESSAGE Fail 83 (148) processed. 4 failed. spent: 5:36, 4:12 mins remaining. QS_2167_KeyPressInPopUpDateTime. time: 2426ms Cause: Assertion of text failed: expected:<3/6/2013> but was:. [INFO] Fail 83 (148) processed. 4 failed. spent: 5:36, 4:12 mins remaining. QS_2167_KeyPressInPopUpDateTime. time: 2426ms Cause: Assertion of text failed: expected:<3/6/2013> but was:. [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:19:19.288 [INFO] !MESSAGE [AUT-0] Finished: QS_2167_SelectDateFromPopUpWindow.test in 3078 (83 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:19:19.291 [INFO] !MESSAGE [AUT-0] Starting: QS_2286_EditTreeAfterErrors.test (84 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:19:19.371 [INFO] !MESSAGE Pass 84 (148) processed. 4 failed. spent: 5:39, 4:08 mins remaining. QS_2167_SelectDateFromPopUpWindow. time: 3078ms [INFO] Pass 84 (148) processed. 4 failed. spent: 5:39, 4:08 mins remaining. QS_2167_SelectDateFromPopUpWindow. time: 3078ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:19:21.873 [INFO] !MESSAGE [AUT-0] Finished: QS_2286_EditTreeAfterErrors.test in 2248 (84 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:19:21.874 [INFO] !MESSAGE Pass 85 (148) processed. 4 failed. spent: 5:42, 4:10 mins remaining. QS_2286_EditTreeAfterErrors. time: 2248ms [INFO] Pass 85 (148) processed. 4 failed. spent: 5:42, 4:10 mins remaining. QS_2286_EditTreeAfterErrors. time: 2248ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:19:21.876 [INFO] !MESSAGE [AUT-0] Starting: QS_2309_CheckboxTree.test (85 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:19:25.511 [INFO] !MESSAGE [AUT-0] Finished: QS_2309_CheckboxTree.test in 3226 (85 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:19:25.514 [INFO] !MESSAGE [AUT-0] Starting: QS_2373_ContextMenu.test (86 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:19:25.584 [INFO] !MESSAGE Pass 86 (148) processed. 4 failed. spent: 5:46, 3:59 mins remaining. QS_2309_CheckboxTree. time: 3226ms [INFO] Pass 86 (148) processed. 4 failed. spent: 5:46, 3:59 mins remaining. QS_2309_CheckboxTree. time: 3226ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:19:28.092 [INFO] !MESSAGE [AUT-0] Finished: QS_2373_ContextMenu.test in 2345 (86 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:19:28.094 [INFO] !MESSAGE [AUT-0] Starting: QS_2404_TextWithKeyUpKeyDown.test (87 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:19:28.187 [INFO] !MESSAGE Pass 87 (148) processed. 4 failed. spent: 5:48, 3:54 mins remaining. QS_2373_ContextMenu. time: 2345ms [INFO] Pass 87 (148) processed. 4 failed. spent: 5:48, 3:54 mins remaining. QS_2373_ContextMenu. time: 2345ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:19:30.150 [INFO] !MESSAGE [AUT-0] Finished: QS_2404_TextWithKeyUpKeyDown.test in 1855 (87 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:19:30.153 [INFO] !MESSAGE [AUT-0] Starting: QS_2507_Mouse Command Is Unable To Work With_invisible_Cells.test (88 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:19:30.190 [INFO] !MESSAGE Pass 88 (148) processed. 4 failed. spent: 5:50, 3:49 mins remaining. QS_2404_TextWithKeyUpKeyDown. time: 1855ms [INFO] Pass 88 (148) processed. 4 failed. spent: 5:50, 3:49 mins remaining. QS_2404_TextWithKeyUpKeyDown. time: 1855ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:19:34.224 [INFO] !MESSAGE [AUT-0] Finished: QS_2507_Mouse Command Is Unable To Work With_invisible_Cells.test in 3504 (88 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:19:34.227 [INFO] !MESSAGE [AUT-0] Starting: QS_2508_CheckedStateColumn.test (89 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:19:34.295 [INFO] !MESSAGE Pass 89 (148) processed. 4 failed. spent: 5:54, 3:45 mins remaining. QS_2507_Mouse Command Is Unable To Work With_invisible_Cells. time: 3504ms [INFO] Pass 89 (148) processed. 4 failed. spent: 5:54, 3:45 mins remaining. QS_2507_Mouse Command Is Unable To Work With_invisible_Cells. time: 3504ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:19:37.827 [INFO] !MESSAGE [AUT-0] Finished: QS_2508_CheckedStateColumn.test in 3169 (89 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:19:37.830 [INFO] !MESSAGE [AUT-0] Starting: QS_2530_SwitchingWorkspaceTest.test (90 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:19:37.900 [INFO] !MESSAGE Pass 90 (148) processed. 4 failed. spent: 5:58, 3:41 mins remaining. QS_2508_CheckedStateColumn. time: 3169ms [INFO] Pass 90 (148) processed. 4 failed. spent: 5:58, 3:41 mins remaining. QS_2508_CheckedStateColumn. time: 3169ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-01-28 07:19:47.669 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT command line arguments is set to: [-product, org.eclipse.sdk.ide, -data, /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut-ws-0//test_workspace, -configuration, file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/, -dev, file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/dev.properties, -ws, gtk, -nosplash, -consoleLog, -debug, /home/jenkins/agent/workspace/master/mockups/rcpttTests/debug.options, -os, linux, -arch, x86_64, -eclipse.keyring, /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/secure_storage, -vm, /usr/lib/jvm/java-11-openjdk-amd64] [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2023-01-28 07:20:21.247 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:20:29.448 [INFO] !MESSAGE [AUT-0] Finished: QS_2530_SwitchingWorkspaceTest.test in 51027 (90 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:20:29.452 [INFO] !MESSAGE [AUT-0] Starting: QS_2614_CreateCombo.test (91 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:20:29.452 [INFO] !MESSAGE Pass 91 (148) processed. 4 failed. spent: 6:50, 4:14 mins remaining. QS_2530_SwitchingWorkspaceTest. time: 51027ms [INFO] Pass 91 (148) processed. 4 failed. spent: 6:50, 4:14 mins remaining. QS_2530_SwitchingWorkspaceTest. time: 51027ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:20:33.509 [INFO] !MESSAGE [AUT-0] Finished: QS_2614_CreateCombo.test in 3394 (91 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:20:33.517 [INFO] !MESSAGE [AUT-0] Starting: QS_2986_ProgressMonitorDialog.test (92 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:20:33.557 [INFO] !MESSAGE Pass 92 (148) processed. 4 failed. spent: 6:54, 4:02 mins remaining. QS_2614_CreateCombo. time: 3394ms [INFO] Pass 92 (148) processed. 4 failed. spent: 6:54, 4:02 mins remaining. QS_2614_CreateCombo. time: 3394ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:20:41.090 [INFO] !MESSAGE [AUT-0] Finished: QS_2986_ProgressMonitorDialog.test in 6870 (92 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:20:41.094 [INFO] !MESSAGE [AUT-0] Starting: RCPTT-304_RadioButtonInvokeTwice.test (93 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:20:41.165 [INFO] !MESSAGE Pass 93 (148) processed. 4 failed. spent: 7:01, 3:59 mins remaining. QS_2986_ProgressMonitorDialog. time: 6870ms [INFO] Pass 93 (148) processed. 4 failed. spent: 7:01, 3:59 mins remaining. QS_2986_ProgressMonitorDialog. time: 6870ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:20:45.669 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-304_RadioButtonInvokeTwice.test in 4178 (93 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:20:45.670 [INFO] !MESSAGE Pass 94 (148) processed. 4 failed. spent: 7:06, 4:02 mins remaining. RCPTT-304_RadioButtonInvokeTwice. time: 4178ms [INFO] Pass 94 (148) processed. 4 failed. spent: 7:06, 4:02 mins remaining. RCPTT-304_RadioButtonInvokeTwice. time: 4178ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:20:45.673 [INFO] !MESSAGE [AUT-0] Starting: RCPTT-351_DragAndDropWhereTargetIsTableItem.test (94 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:20:50.269 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-351_DragAndDropWhereTargetIsTableItem.test in 3875 (94 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:20:50.272 [INFO] !MESSAGE [AUT-0] Starting: RCPTT-356_Button_Push_Twice.test (95 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:20:50.275 [INFO] !MESSAGE Pass 95 (148) processed. 4 failed. spent: 7:10, 3:50 mins remaining. RCPTT-351_DragAndDropWhereTargetIsTableItem. time: 3875ms [INFO] Pass 95 (148) processed. 4 failed. spent: 7:10, 3:50 mins remaining. RCPTT-351_DragAndDropWhereTargetIsTableItem. time: 3875ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:20:53.863 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-356_Button_Push_Twice.test in 3297 (95 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:20:53.866 [INFO] !MESSAGE [AUT-0] Starting: RCPTT-531_Browser dialogs with Tabs have get-table command failing playback only on Windows platform.test (96 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:20:53.880 [INFO] !MESSAGE Pass 96 (148) processed. 4 failed. spent: 7:14, 3:45 mins remaining. RCPTT-356_Button_Push_Twice. time: 3297ms [INFO] Pass 96 (148) processed. 4 failed. spent: 7:14, 3:45 mins remaining. RCPTT-356_Button_Push_Twice. time: 3297ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:20:57.434 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-531_Browser dialogs with Tabs have get-table command failing playback only on Windows platform.test in 3110 (96 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:20:57.437 [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 (97 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:20:57.484 [INFO] !MESSAGE Pass 97 (148) processed. 4 failed. spent: 7:18, 3:41 mins remaining. RCPTT-531_Browser dialogs with Tabs have get-table command failing playback only on Windows platform. time: 3110ms [INFO] Pass 97 (148) processed. 4 failed. spent: 7:18, 3:41 mins remaining. RCPTT-531_Browser dialogs with Tabs have get-table command failing playback only on Windows platform. time: 3110ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:21:01.021 [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 3018 (97 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:21:01.025 [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 (98 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:21:01.066 [INFO] !MESSAGE Pass 98 (148) processed. 4 failed. spent: 7:21, 3:36 mins remaining. RCPTT-533_Tesla Recording Error being thrown when interacting with Select File dialog only on Mac and Linux OS platforms. time: 3018ms [INFO] Pass 98 (148) processed. 4 failed. spent: 7:21, 3:36 mins remaining. RCPTT-533_Tesla Recording Error being thrown when interacting with Select File dialog only on Mac and Linux OS platforms. time: 3018ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:21:06.756 [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 4859 (98 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:21:06.760 [INFO] !MESSAGE [AUT-0] Starting: RCPTT-640_HandleAsyncGUIExecution.test (99 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:21:06.775 [INFO] !MESSAGE Pass 99 (148) processed. 4 failed. spent: 7:27, 3:32 mins remaining. RCPTT-625_Recording with StyledText in text-field boxes and ComboToolItem widgets results in ECL task that fails during Playback execution. time: 4859ms [INFO] Pass 99 (148) processed. 4 failed. spent: 7:27, 3:32 mins remaining. RCPTT-625_Recording with StyledText in text-field boxes and ComboToolItem widgets results in ECL task that fails during Playback execution. time: 4859ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:21:09.820 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-640_HandleAsyncGUIExecution.test in 2483 (99 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:21:09.823 [INFO] !MESSAGE [AUT-0] Starting: ResizeCTabFolder.test (100 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:21:09.879 [INFO] !MESSAGE Pass 100 (148) processed. 4 failed. spent: 7:30, 3:27 mins remaining. RCPTT-640_HandleAsyncGUIExecution. time: 2483ms [INFO] Pass 100 (148) processed. 4 failed. spent: 7:30, 3:27 mins remaining. RCPTT-640_HandleAsyncGUIExecution. time: 2483ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:21:13.429 [INFO] !MESSAGE [AUT-0] Finished: ResizeCTabFolder.test in 2780, Assertion of activePage failed: expected: but was:. (100 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:21:13.441 [INFO] !MESSAGE [AUT-0] Starting: SUP1149_ModalDialogAfterEclContext.test (101 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:21:13.490 [INFO] !MESSAGE Fail 101 (148) processed. 5 failed. spent: 7:34, 3:22 mins remaining. ResizeCTabFolder. time: 2780ms Cause: Assertion of activePage failed: expected: but was:. [INFO] Fail 101 (148) processed. 5 failed. spent: 7:34, 3:22 mins remaining. ResizeCTabFolder. time: 2780ms Cause: Assertion of activePage failed: expected: but was:. [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:21:18.508 [INFO] !MESSAGE [AUT-0] Finished: SUP1149_ModalDialogAfterEclContext.test in 4458 (101 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:21:18.511 [INFO] !MESSAGE [AUT-0] Starting: SUP527_TimerExec.test (102 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:21:18.596 [INFO] !MESSAGE Pass 102 (148) processed. 5 failed. spent: 7:39, 3:18 mins remaining. SUP1149_ModalDialogAfterEclContext. time: 4458ms [INFO] Pass 102 (148) processed. 5 failed. spent: 7:39, 3:18 mins remaining. SUP1149_ModalDialogAfterEclContext. time: 4458ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:21:35.625 [INFO] !MESSAGE [AUT-0] Finished: SUP527_TimerExec.test in 16526 (102 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:21:35.629 [INFO] !MESSAGE [AUT-0] Starting: SUP527_TimerExec_same.test (103 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:21:35.675 [INFO] !MESSAGE Pass 103 (148) processed. 5 failed. spent: 7:56, 3:19 mins remaining. SUP527_TimerExec. time: 16526ms [INFO] Pass 103 (148) processed. 5 failed. spent: 7:56, 3:19 mins remaining. SUP527_TimerExec. time: 16526ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:21:43.215 [INFO] !MESSAGE [AUT-0] Finished: SUP527_TimerExec_same.test in 6918 (103 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:21:43.219 [INFO] !MESSAGE [AUT-0] Starting: SUP562_allowStatusDialog.test (104 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:21:43.289 [INFO] !MESSAGE Pass 104 (148) processed. 5 failed. spent: 8:03, 3:15 mins remaining. SUP527_TimerExec_same. time: 6918ms [INFO] Pass 104 (148) processed. 5 failed. spent: 8:03, 3:15 mins remaining. SUP527_TimerExec_same. time: 6918ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:21:48.330 [INFO] !MESSAGE [AUT-0] Finished: SUP562_allowStatusDialog.test in 4559 (104 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:21:48.334 [INFO] !MESSAGE [AUT-0] Starting: SUP857_IColorProvider.test (105 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:21:48.397 [INFO] !MESSAGE Pass 105 (148) processed. 5 failed. spent: 8:08, 3:11 mins remaining. SUP562_allowStatusDialog. time: 4559ms [INFO] Pass 105 (148) processed. 5 failed. spent: 8:08, 3:11 mins remaining. SUP562_allowStatusDialog. time: 4559ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:21:49.900 [INFO] !MESSAGE [AUT-0] Finished: SUP857_IColorProvider.test in 899 (105 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:21:49.903 [INFO] !MESSAGE [AUT-0] Starting: ScrolledCompositeTest.test (106 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:21:50.000 [INFO] !MESSAGE Pass 106 (148) processed. 5 failed. spent: 8:10, 3:06 mins remaining. SUP857_IColorProvider. time: 899ms [INFO] Pass 106 (148) processed. 5 failed. spent: 8:10, 3:06 mins remaining. SUP857_IColorProvider. time: 899ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:21:54.018 [INFO] !MESSAGE [AUT-0] Finished: ScrolledCompositeTest.test in 3366 (106 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:21:54.021 [INFO] !MESSAGE [AUT-0] Starting: SectionBaseTest.test (107 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:21:54.107 [INFO] !MESSAGE Pass 107 (148) processed. 5 failed. spent: 8:14, 3:01 mins remaining. ScrolledCompositeTest. time: 3366ms [INFO] Pass 107 (148) processed. 5 failed. spent: 8:14, 3:01 mins remaining. ScrolledCompositeTest. time: 3366ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:21:57.083 [INFO] !MESSAGE [AUT-0] Finished: SectionBaseTest.test in 2683 (107 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:21:57.086 [INFO] !MESSAGE [AUT-0] Starting: SectionWithButtonsTest.test (108 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:21:57.112 [INFO] !MESSAGE Pass 108 (148) processed. 5 failed. spent: 8:17, 2:56 mins remaining. SectionBaseTest. time: 2683ms [INFO] Pass 108 (148) processed. 5 failed. spent: 8:17, 2:56 mins remaining. SectionBaseTest. time: 2683ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:22:00.165 [INFO] !MESSAGE [AUT-0] Finished: SectionWithButtonsTest.test in 2399 (108 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:22:00.168 [INFO] !MESSAGE [AUT-0] Starting: Select Color.test (109 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:22:00.220 [INFO] !MESSAGE Pass 109 (148) processed. 5 failed. spent: 8:20, 2:51 mins remaining. SectionWithButtonsTest. time: 2399ms [INFO] Pass 109 (148) processed. 5 failed. spent: 8:20, 2:51 mins remaining. SectionWithButtonsTest. time: 2399ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:22:02.723 [INFO] !MESSAGE [AUT-0] Finished: Select Color.test in 1943 (109 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:22:02.724 [INFO] !MESSAGE Pass 110 (148) processed. 5 failed. spent: 8:23, 2:52 mins remaining. Select Color. time: 1943ms [INFO] Pass 110 (148) processed. 5 failed. spent: 8:23, 2:52 mins remaining. Select Color. time: 1943ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:22:02.726 [INFO] !MESSAGE [AUT-0] Starting: Select Path in a Directory Dialog.test (110 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:22:05.295 [INFO] !MESSAGE [AUT-0] Finished: Select Path in a Directory Dialog.test in 2068 (110 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:22:05.300 [INFO] !MESSAGE [AUT-0] Starting: SelectFromComboBox.test (111 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:22:05.364 [INFO] !MESSAGE Pass 111 (148) processed. 5 failed. spent: 8:25, 2:40 mins remaining. Select Path in a Directory Dialog. time: 2068ms [INFO] Pass 111 (148) processed. 5 failed. spent: 8:25, 2:40 mins remaining. Select Path in a Directory Dialog. time: 2068ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:22:08.407 [INFO] !MESSAGE [AUT-0] Finished: SelectFromComboBox.test in 2860 (111 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:22:08.411 [INFO] !MESSAGE [AUT-0] Starting: SelectFromComboBoxByKeyBoardButton.test (112 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:22:08.468 [INFO] !MESSAGE Pass 112 (148) processed. 5 failed. spent: 8:29, 2:36 mins remaining. SelectFromComboBox. time: 2860ms [INFO] Pass 112 (148) processed. 5 failed. spent: 8:29, 2:36 mins remaining. SelectFromComboBox. time: 2860ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:22:11.981 [INFO] !MESSAGE [AUT-0] Finished: SelectFromComboBoxByKeyBoardButton.test in 2746 (112 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:22:11.984 [INFO] !MESSAGE [AUT-0] Starting: Selectable_Canvas_Test.test (113 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:22:12.080 [INFO] !MESSAGE Pass 113 (148) processed. 5 failed. spent: 8:32, 2:31 mins remaining. SelectFromComboBoxByKeyBoardButton. time: 2746ms [INFO] Pass 113 (148) processed. 5 failed. spent: 8:32, 2:31 mins remaining. SelectFromComboBoxByKeyBoardButton. time: 2746ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:22:13.593 [INFO] !MESSAGE [AUT-0] Finished: Selectable_Canvas_Test.test in 1167 (113 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:22:13.596 [INFO] !MESSAGE [AUT-0] Starting: SelectionFromFontDialog.test (114 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:22:13.683 [INFO] !MESSAGE Pass 114 (148) processed. 5 failed. spent: 8:34, 2:26 mins remaining. Selectable_Canvas_Test. time: 1167ms [INFO] Pass 114 (148) processed. 5 failed. spent: 8:34, 2:26 mins remaining. Selectable_Canvas_Test. time: 1167ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:22:16.200 [INFO] !MESSAGE [AUT-0] Finished: SelectionFromFontDialog.test in 2082 (114 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:22:16.203 [INFO] !MESSAGE [AUT-0] Starting: SelectionInComboToolbar.test (115 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:22:16.294 [INFO] !MESSAGE Pass 115 (148) processed. 5 failed. spent: 8:36, 2:21 mins remaining. SelectionFromFontDialog. time: 2082ms [INFO] Pass 115 (148) processed. 5 failed. spent: 8:36, 2:21 mins remaining. SelectionFromFontDialog. time: 2082ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:22:18.776 [INFO] !MESSAGE [AUT-0] Finished: SelectionInComboToolbar.test in 2314 (115 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:22:18.780 [INFO] !MESSAGE [AUT-0] Starting: SelectionInCoolbar.test (116 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:22:18.797 [INFO] !MESSAGE Pass 116 (148) processed. 5 failed. spent: 8:39, 2:16 mins remaining. SelectionInComboToolbar. time: 2314ms [INFO] Pass 116 (148) processed. 5 failed. spent: 8:39, 2:16 mins remaining. SelectionInComboToolbar. time: 2314ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:22:21.374 [INFO] !MESSAGE [AUT-0] Finished: SelectionInCoolbar.test in 2083 (116 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:22:21.377 [INFO] !MESSAGE [AUT-0] Starting: SelectionInDropDownToolbar.test (117 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:22:21.401 [INFO] !MESSAGE Pass 117 (148) processed. 5 failed. spent: 8:41, 2:11 mins remaining. SelectionInCoolbar. time: 2083ms [INFO] Pass 117 (148) processed. 5 failed. spent: 8:41, 2:11 mins remaining. SelectionInCoolbar. time: 2083ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:22:24.481 [INFO] !MESSAGE [AUT-0] Finished: SelectionInDropDownToolbar.test in 2523 (117 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:22:24.484 [INFO] !MESSAGE [AUT-0] Starting: SelectionInToolbar.test (118 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:22:24.565 [INFO] !MESSAGE Pass 118 (148) processed. 5 failed. spent: 8:45, 2:06 mins remaining. SelectionInDropDownToolbar. time: 2523ms [INFO] Pass 118 (148) processed. 5 failed. spent: 8:45, 2:06 mins remaining. SelectionInDropDownToolbar. time: 2523ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:22:27.610 [INFO] !MESSAGE [AUT-0] Finished: SelectionInToolbar.test in 2422 (118 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:22:27.613 [INFO] !MESSAGE [AUT-0] Starting: Simple Dialog CellEdit Table Test.test (119 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:22:27.670 [INFO] !MESSAGE Pass 119 (148) processed. 5 failed. spent: 8:48, 2:02 mins remaining. SelectionInToolbar. time: 2422ms [INFO] Pass 119 (148) processed. 5 failed. spent: 8:48, 2:02 mins remaining. SelectionInToolbar. time: 2422ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:22:31.187 [INFO] !MESSAGE [AUT-0] Finished: Simple Dialog CellEdit Table Test.test in 3216 (119 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:22:31.190 [INFO] !MESSAGE [AUT-0] Starting: Single List Test.test (120 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:22:31.275 [INFO] !MESSAGE Pass 120 (148) processed. 5 failed. spent: 8:51, 1:57 mins remaining. Simple Dialog CellEdit Table Test. time: 3216ms [INFO] Pass 120 (148) processed. 5 failed. spent: 8:51, 1:57 mins remaining. Simple Dialog CellEdit Table Test. time: 3216ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:22:34.301 [INFO] !MESSAGE [AUT-0] Finished: Single List Test.test in 2923 (120 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:22:34.304 [INFO] !MESSAGE [AUT-0] Starting: Single Text Test.test (121 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:22:34.380 [INFO] !MESSAGE Pass 121 (148) processed. 5 failed. spent: 8:54, 1:52 mins remaining. Single List Test. time: 2923ms [INFO] Pass 121 (148) processed. 5 failed. spent: 8:54, 1:52 mins remaining. Single List Test. time: 2923ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:22:39.410 [INFO] !MESSAGE [AUT-0] Finished: Single Text Test.test in 4211 (121 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:22:39.413 [INFO] !MESSAGE [AUT-0] Starting: SpinnerTest.test (122 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:22:39.486 [INFO] !MESSAGE Pass 122 (148) processed. 5 failed. spent: 9:00, 1:48 mins remaining. Single Text Test. time: 4211ms [INFO] Pass 122 (148) processed. 5 failed. spent: 9:00, 1:48 mins remaining. Single Text Test. time: 4211ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:22:43.011 [INFO] !MESSAGE [AUT-0] Finished: SpinnerTest.test in 2918 (122 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:22:43.014 [INFO] !MESSAGE [AUT-0] Starting: SquashStyleRanges.test (123 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:22:43.092 [INFO] !MESSAGE Pass 123 (148) processed. 5 failed. spent: 9:03, 1:44 mins remaining. SpinnerTest. time: 2918ms [INFO] Pass 123 (148) processed. 5 failed. spent: 9:03, 1:44 mins remaining. SpinnerTest. time: 2918ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:22:44.063 [INFO] !MESSAGE [AUT-0] Finished: SquashStyleRanges.test in 557 (123 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:22:44.067 [INFO] !MESSAGE [AUT-0] Starting: Styled Text Test.test (124 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:22:44.152 [INFO] !MESSAGE Pass 124 (148) processed. 5 failed. spent: 9:04, 1:39 mins remaining. SquashStyleRanges. time: 557ms [INFO] Pass 124 (148) processed. 5 failed. spent: 9:04, 1:39 mins remaining. SquashStyleRanges. time: 557ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:22:47.130 [INFO] !MESSAGE [AUT-0] Finished: Styled Text Test.test in 2332 (124 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:22:47.133 [INFO] !MESSAGE [AUT-0] Starting: Switch Workspace.test (125 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:22:47.164 [INFO] !MESSAGE Pass 125 (148) processed. 5 failed. spent: 9:07, 1:34 mins remaining. Styled Text Test. time: 2332ms [INFO] Pass 125 (148) processed. 5 failed. spent: 9:07, 1:34 mins remaining. Styled Text Test. time: 2332ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-01-28 07:23:01.173 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT command line arguments is set to: [-product, org.eclipse.sdk.ide, -data, /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/aut-ws-0/test_workspace/new_workspace, -configuration, file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/, -dev, file:/home/jenkins/agent/workspace/master/mockups/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/dev.properties, -ws, gtk, -nosplash, -consoleLog, -debug, /home/jenkins/agent/workspace/master/mockups/rcpttTests/debug.options, -os, linux, -arch, x86_64, -eclipse.keyring, /home/jenkins/agent/workspace/master/mockups/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/secure_storage, -vm, /usr/lib/jvm/java-11-openjdk-amd64] [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2023-01-28 07:23:38.648 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:23:45.601 [INFO] !MESSAGE [AUT-0] Finished: Switch Workspace.test in 57604 (125 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:23:45.605 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_ApplyValueWithEnterKey_Deactivate.test (126 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:23:45.668 [INFO] !MESSAGE Pass 126 (148) processed. 5 failed. spent: 10:06, 1:39 mins remaining. Switch Workspace. time: 57604ms [INFO] Pass 126 (148) processed. 5 failed. spent: 10:06, 1:39 mins remaining. Switch Workspace. time: 57604ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:24:09.677 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_ApplyValueWithEnterKey_Deactivate.test in 23090 (126 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:24:09.681 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_ApplyValueWithEnterKey_EditableFirstColumn.test (127 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:24:09.771 [INFO] !MESSAGE Pass 127 (148) processed. 5 failed. spent: 10:30, 1:37 mins remaining. TableViewer_ApplyValueWithEnterKey_Deactivate. time: 23090ms [INFO] Pass 127 (148) processed. 5 failed. spent: 10:30, 1:37 mins remaining. TableViewer_ApplyValueWithEnterKey_Deactivate. time: 23090ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:24:20.792 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_ApplyValueWithEnterKey_EditableFirstColumn.test in 10507 (127 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:24:20.796 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_ApplyValueWithEnterKey_NoDeactivate.test (128 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:24:20.884 [INFO] !MESSAGE Pass 128 (148) processed. 5 failed. spent: 10:41, 1:33 mins remaining. TableViewer_ApplyValueWithEnterKey_EditableFirstColumn. time: 10507ms [INFO] Pass 128 (148) processed. 5 failed. spent: 10:41, 1:33 mins remaining. TableViewer_ApplyValueWithEnterKey_EditableFirstColumn. time: 10507ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:24:39.383 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_ApplyValueWithEnterKey_NoDeactivate.test in 17753 (128 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:24:39.387 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_BaseTest.test (129 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:24:39.409 [INFO] !MESSAGE Pass 129 (148) processed. 5 failed. spent: 10:59, 1:30 mins remaining. TableViewer_ApplyValueWithEnterKey_NoDeactivate. time: 17753ms [INFO] Pass 129 (148) processed. 5 failed. spent: 10:59, 1:30 mins remaining. TableViewer_ApplyValueWithEnterKey_NoDeactivate. time: 17753ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:24:41.952 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_BaseTest.test in 1989 (129 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:24:41.962 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_CheckBoxCellEditor.test (130 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:24:41.965 [INFO] !MESSAGE Pass 130 (148) processed. 5 failed. spent: 11:02, 1:25 mins remaining. TableViewer_BaseTest. time: 1989ms [INFO] Pass 130 (148) processed. 5 failed. spent: 11:02, 1:25 mins remaining. TableViewer_BaseTest. time: 1989ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:24:45.577 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_CheckBoxCellEditor.test in 3208 (130 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:24:45.581 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_CheckBoxCellEditorWithImage.test (131 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:24:45.669 [INFO] !MESSAGE Pass 131 (148) processed. 5 failed. spent: 11:06, 1:20 mins remaining. TableViewer_CheckBoxCellEditor. time: 3208ms [INFO] Pass 131 (148) processed. 5 failed. spent: 11:06, 1:20 mins remaining. TableViewer_CheckBoxCellEditor. time: 3208ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:24:49.773 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_CheckBoxCellEditorWithImage.test in 3528 (131 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:24:49.776 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_CheckCellEditor.test (132 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:24:49.781 [INFO] !MESSAGE Pass 132 (148) processed. 5 failed. spent: 11:10, 1:15 mins remaining. TableViewer_CheckBoxCellEditorWithImage. time: 3528ms [INFO] Pass 132 (148) processed. 5 failed. spent: 11:10, 1:15 mins remaining. TableViewer_CheckBoxCellEditorWithImage. time: 3528ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:24:57.356 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_CheckCellEditor.test in 7298 (132 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:24:57.363 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_CheckColumnColors.test (133 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:24:57.375 [INFO] !MESSAGE Pass 133 (148) processed. 5 failed. spent: 11:17, 1:10 mins remaining. TableViewer_CheckCellEditor. time: 7298ms [INFO] Pass 133 (148) processed. 5 failed. spent: 11:17, 1:10 mins remaining. TableViewer_CheckCellEditor. time: 7298ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:25:00.423 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_CheckColumnColors.test in 2422 (133 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:25:00.426 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_CheckColumnText.test (134 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:25:00.479 [INFO] !MESSAGE Pass 134 (148) processed. 5 failed. spent: 11:21, 1:05 mins remaining. TableViewer_CheckColumnColors. time: 2422ms [INFO] Pass 134 (148) processed. 5 failed. spent: 11:21, 1:05 mins remaining. TableViewer_CheckColumnColors. time: 2422ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:25:03.505 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_CheckColumnText.test in 2488 (134 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:25:03.508 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_CheckColumnTitles.test (135 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:25:03.583 [INFO] !MESSAGE Pass 135 (148) processed. 5 failed. spent: 11:24, 0:59 mins remaining. TableViewer_CheckColumnText. time: 2488ms [INFO] Pass 135 (148) processed. 5 failed. spent: 11:24, 0:59 mins remaining. TableViewer_CheckColumnText. time: 2488ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:25:06.077 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_CheckColumnTitles.test in 2086 (135 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:25:06.081 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_ColorCellEditor.test (136 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:25:06.087 [INFO] !MESSAGE Pass 136 (148) processed. 5 failed. spent: 11:26, 0:54 mins remaining. TableViewer_CheckColumnTitles. time: 2086ms [INFO] Pass 136 (148) processed. 5 failed. spent: 11:26, 0:54 mins remaining. TableViewer_CheckColumnTitles. time: 2086ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:25:10.149 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_ColorCellEditor.test in 3544 (136 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:25:10.152 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_ComboBoxCellEditor.test (137 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:25:10.200 [INFO] !MESSAGE Pass 137 (148) processed. 5 failed. spent: 11:30, 0:49 mins remaining. TableViewer_ColorCellEditor. time: 3544ms [INFO] Pass 137 (148) processed. 5 failed. spent: 11:30, 0:49 mins remaining. TableViewer_ColorCellEditor. time: 3544ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:25:13.224 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_ComboBoxCellEditor.test in 2715 (137 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:25:13.227 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_ComboBoxCellEditor_EditWithKey.test (138 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:25:13.304 [INFO] !MESSAGE Pass 138 (148) processed. 5 failed. spent: 11:33, 0:44 mins remaining. TableViewer_ComboBoxCellEditor. time: 2715ms [INFO] Pass 138 (148) processed. 5 failed. spent: 11:33, 0:44 mins remaining. TableViewer_ComboBoxCellEditor. time: 2715ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:25:16.306 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_ComboBoxCellEditor_EditWithKey.test in 2567 (138 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:25:16.308 [INFO] !MESSAGE Pass 139 (148) processed. 5 failed. spent: 11:36, 0:44 mins remaining. TableViewer_ComboBoxCellEditor_EditWithKey. time: 2567ms [INFO] Pass 139 (148) processed. 5 failed. spent: 11:36, 0:44 mins remaining. TableViewer_ComboBoxCellEditor_EditWithKey. time: 2567ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:25:16.309 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_SortColumnValues.test (139 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:25:19.884 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_SortColumnValues.test in 3349 (139 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:25:19.887 [INFO] !MESSAGE [AUT-0] Starting: Time Test.test (140 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:25:19.964 [INFO] !MESSAGE Pass 140 (148) processed. 5 failed. spent: 11:40, 0:34 mins remaining. TableViewer_SortColumnValues. time: 3349ms [INFO] Pass 140 (148) processed. 5 failed. spent: 11:40, 0:34 mins remaining. TableViewer_SortColumnValues. time: 3349ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:25:23.468 [INFO] !MESSAGE [AUT-0] Finished: Time Test.test in 2897 (140 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:25:23.469 [INFO] !MESSAGE Pass 141 (148) processed. 5 failed. spent: 11:44, 0:34 mins remaining. Time Test. time: 2897ms [INFO] Pass 141 (148) processed. 5 failed. spent: 11:44, 0:34 mins remaining. Time Test. time: 2897ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:25:23.471 [INFO] !MESSAGE [AUT-0] Starting: Toggle.test (141 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:25:26.531 [INFO] !MESSAGE [AUT-0] Finished: Toggle.test in 2150 (141 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:25:26.534 [INFO] !MESSAGE [AUT-0] Starting: Tree With Slashes Test.test (142 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:25:26.576 [INFO] !MESSAGE Pass 142 (148) processed. 5 failed. spent: 11:47, 0:24 mins remaining. Toggle. time: 2150ms [INFO] Pass 142 (148) processed. 5 failed. spent: 11:47, 0:24 mins remaining. Toggle. time: 2150ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:25:30.184 [INFO] !MESSAGE [AUT-0] Finished: Tree With Slashes Test.test in 3114 (142 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:25:30.186 [INFO] !MESSAGE Pass 143 (148) processed. 5 failed. spent: 11:50, 0:24 mins remaining. Tree With Slashes Test. time: 3114ms [INFO] Pass 143 (148) processed. 5 failed. spent: 11:50, 0:24 mins remaining. Tree With Slashes Test. time: 3114ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:25:30.188 [INFO] !MESSAGE [AUT-0] Starting: TreeCellEditorsNewTest.test (143 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:25:37.772 [INFO] !MESSAGE [AUT-0] Finished: TreeCellEditorsNewTest.test in 6992 (143 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:25:37.775 [INFO] !MESSAGE [AUT-0] Starting: TreeViewer_CheckingInTree.test (144 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:25:37.796 [INFO] !MESSAGE Pass 144 (148) processed. 5 failed. spent: 11:58, 0:14 mins remaining. TreeCellEditorsNewTest. time: 6992ms [INFO] Pass 144 (148) processed. 5 failed. spent: 11:58, 0:14 mins remaining. TreeCellEditorsNewTest. time: 6992ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:25:41.864 [INFO] !MESSAGE [AUT-0] Finished: TreeViewer_CheckingInTree.test in 3456 (144 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:25:41.868 [INFO] !MESSAGE [AUT-0] Starting: TreeViewer_Selection.test (145 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:25:41.901 [INFO] !MESSAGE Pass 145 (148) processed. 5 failed. spent: 12:02, 0:09 mins remaining. TreeViewer_CheckingInTree. time: 3456ms [INFO] Pass 145 (148) processed. 5 failed. spent: 12:02, 0:09 mins remaining. TreeViewer_CheckingInTree. time: 3456ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:25:44.945 [INFO] !MESSAGE [AUT-0] Finished: TreeViewer_Selection.test in 2806 (145 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:25:44.965 [INFO] !MESSAGE [AUT-0] Starting: TreeViewer_SelectionByKeyBoardButtons.test (146 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:25:44.966 [INFO] !MESSAGE Pass 146 (148) processed. 5 failed. spent: 12:05, 0:04 mins remaining. TreeViewer_Selection. time: 2806ms [INFO] Pass 146 (148) processed. 5 failed. spent: 12:05, 0:04 mins remaining. TreeViewer_Selection. time: 2806ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:25:51.598 [INFO] !MESSAGE [AUT-0] Finished: TreeViewer_SelectionByKeyBoardButtons.test in 6390 (146 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:25:51.601 [INFO] !MESSAGE [AUT-0] Starting: TreeViewer_SetDataInCell.test (147 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:25:51.667 [INFO] !MESSAGE Pass 147 (148) processed. 5 failed. spent: 12:12, 0:00 mins remaining. TreeViewer_SelectionByKeyBoardButtons. time: 6390ms [INFO] Pass 147 (148) processed. 5 failed. spent: 12:12, 0:00 mins remaining. TreeViewer_SelectionByKeyBoardButtons. time: 6390ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:25:58.223 [INFO] !MESSAGE [AUT-0] Finished: TreeViewer_SetDataInCell.test in 6061 (147 from 148) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-01-28 07:25:58.285 [INFO] !MESSAGE Pass 148 (148) processed. 5 failed. spent: 12:18, 0:00 mins remaining. TreeViewer_SetDataInCell. time: 6061ms [INFO] Pass 148 (148) processed. 5 failed. spent: 12:18, 0:00 mins remaining. TreeViewer_SetDataInCell. time: 6061ms [INFO] Failed Tests: [INFO] MovingInScale [INFO] ResizeCTabFolder [INFO] ADI-10_ReadTreeFromBackgroundShell [INFO] QS_2167_KeyPressInPopUpDateTime [INFO] Canvas_CheckColor [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-01-28 07:25:58.285 [INFO] !MESSAGE Shut down AUTs: executed [INFO] Process terminated. Shut down AUTs [INFO] [INFO] !ENTRY org.eclipse.core.resources 2 10035 2023-01-28 07:26:13.582 [INFO] !MESSAGE The workspace will exit with unsaved changes in this session. [INFO] Runner exit code is: 56 [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 14:49 min [INFO] Finished at: 2023-01-28T07:26:14Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.eclipse.rcptt:rcptt-maven-plugin:2.5.3:execute (default-execute) on project tests: There are test failures -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.rcptt:rcptt-maven-plugin:2.5.3:execute (default-execute) on project tests: There are test failures at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288) at org.apache.maven.cli.MavenCli.main (MavenCli.java:192) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:566) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356) Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures at org.eclipse.rcptt.maven.ExecuteMojo.execute (ExecuteMojo.java:288) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288) at org.apache.maven.cli.MavenCli.main (MavenCli.java:192) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:566) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356) [ERROR] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException java.net.ConnectException: Connection refused (Connection refused) [INFO] Process terminated. Send shutdown request to RCPTT runner. + true [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=202301280102 + echo 2.5.5 [Pipeline] sh + . repository/full/target/publisher.properties ++ productVersion=2.5.5 ++ productQualifier=202301280102 + echo 202301280102 [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-sqhwf-kkgtr Executing command: "ssh-agent" exit SSH_AUTH_SOCK=/tmp/ssh-CGlyLidFd4Zp/agent.609; export SSH_AUTH_SOCK; SSH_AGENT_PID=610; export SSH_AGENT_PID; echo Agent pid 610; SSH_AUTH_SOCK=/tmp/ssh-CGlyLidFd4Zp/agent.609 SSH_AGENT_PID=610 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/master@tmp/private_key_11275483990350709479.key (/home/jenkins/agent/workspace/master@tmp/private_key_11275483990350709479.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.rcptt@projects-storage.eclipse.org ls -r /home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5 + grep -v latest + tail -n +5 [Pipeline] sh + ssh genie.rcptt@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/ [Pipeline] } Executing sh script inside container jnlp of pod rcptt-build-and-deploy-agent-3.5.4-sqhwf-kkgtr Executing command: "ssh-agent" "-k" exit unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 610 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [ssh-agent] Using credentials genie.rcptt (ssh://genie.rcptt@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) Executing sh script inside container jnlp of pod rcptt-build-and-deploy-agent-3.5.4-sqhwf-kkgtr Executing command: "ssh-agent" exit SSH_AUTH_SOCK=/tmp/ssh-5haPLsjTgCPM/agent.670; export SSH_AUTH_SOCK; SSH_AGENT_PID=671; export SSH_AGENT_PID; echo Agent pid 671; SSH_AUTH_SOCK=/tmp/ssh-5haPLsjTgCPM/agent.670 SSH_AGENT_PID=671 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/master@tmp/private_key_717974982600168171.key (/home/jenkins/agent/workspace/master@tmp/private_key_717974982600168171.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.rcptt@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/202301280102 + echo nightly 2.5.5-N202301280102 does not exist yet nightly 2.5.5-N202301280102 does not exist yet [Pipeline] sh + ssh genie.rcptt@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/202301280102 [Pipeline] sh + ssh genie.rcptt@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/202301280102/runner [Pipeline] sh + scp -r repository/rcptt/target/repository genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/202301280102/repository [Pipeline] sh + scp -r runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/q7 genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/202301280102/runtime4x [Pipeline] sh + scp -r releng/doc/target/doc genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/202301280102/doc [Pipeline] sh + scp -r repository/rcptt/target/rcptt.repository-2.5.5-SNAPSHOT.zip genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/202301280102/repository-2.5.5-N202301280102.zip [Pipeline] sh + scp -r runner/product/target/rcptt.runner-2.5.5-SNAPSHOT.zip genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/202301280102/runner/rcptt.runner-2.5.5-N202301280102.zip [Pipeline] sh + ssh genie.rcptt@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/202301280102/ide [Pipeline] sh + scp -r repository/full/target/products/org.eclipse.rcptt.platform.product-linux.gtk.x86_64.zip genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/202301280102/ide/rcptt.ide-2.5.5-N202301280102-linux.gtk.x86_64.zip [Pipeline] sh + scp -r repository/full/target/products/org.eclipse.rcptt.platform.product-macosx.cocoa.x86_64.zip genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/202301280102/ide/rcptt.ide-2.5.5-N202301280102-macosx.cocoa.x86_64.zip [Pipeline] sh + scp -r repository/full/target/products/org.eclipse.rcptt.platform.product-win32.win32.x86_64.zip genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/202301280102/ide/rcptt.ide-2.5.5-N202301280102-win32.win32.x86_64.zip [Pipeline] sh + scp -r repository/full/target/repository genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/202301280102/full [Pipeline] } Executing sh script inside container jnlp of pod rcptt-build-and-deploy-agent-3.5.4-sqhwf-kkgtr Executing command: "ssh-agent" "-k" exit unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 671 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [ssh-agent] Using credentials genie.rcptt (ssh://genie.rcptt@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) Executing sh script inside container jnlp of pod rcptt-build-and-deploy-agent-3.5.4-sqhwf-kkgtr Executing command: "ssh-agent" exit SSH_AUTH_SOCK=/tmp/ssh-Je1SvHBdCUsB/agent.922; export SSH_AUTH_SOCK; SSH_AGENT_PID=923; export SSH_AGENT_PID; echo Agent pid 923; SSH_AUTH_SOCK=/tmp/ssh-Je1SvHBdCUsB/agent.922 SSH_AGENT_PID=923 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/master@tmp/private_key_11267716702029284673.key (/home/jenkins/agent/workspace/master@tmp/private_key_11267716702029284673.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.rcptt@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/latest [Pipeline] } Executing sh script inside container jnlp of pod rcptt-build-and-deploy-agent-3.5.4-sqhwf-kkgtr Executing command: "ssh-agent" "-k" exit unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 923 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [ssh-agent] Using credentials genie.rcptt (ssh://genie.rcptt@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) Executing sh script inside container jnlp of pod rcptt-build-and-deploy-agent-3.5.4-sqhwf-kkgtr Executing command: "ssh-agent" exit SSH_AUTH_SOCK=/tmp/ssh-p3sIgL4gSje5/agent.969; export SSH_AUTH_SOCK; SSH_AGENT_PID=970; export SSH_AGENT_PID; echo Agent pid 970; SSH_AUTH_SOCK=/tmp/ssh-p3sIgL4gSje5/agent.969 SSH_AGENT_PID=970 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/master@tmp/private_key_9353820705847830943.key (/home/jenkins/agent/workspace/master@tmp/private_key_9353820705847830943.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.rcptt@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/latest + echo nightly 2.5.5-nightly does not exist yet nightly 2.5.5-nightly does not exist yet [Pipeline] sh + ssh genie.rcptt@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/latest [Pipeline] sh + ssh genie.rcptt@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/latest/runner [Pipeline] sh + scp -r repository/rcptt/target/repository genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/latest/repository [Pipeline] sh + scp -r runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/q7 genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/latest/runtime4x [Pipeline] sh + scp -r releng/doc/target/doc genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/latest/doc [Pipeline] sh + scp -r repository/rcptt/target/rcptt.repository-2.5.5-SNAPSHOT.zip genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/latest/repository-2.5.5-nightly.zip [Pipeline] sh + scp -r runner/product/target/rcptt.runner-2.5.5-SNAPSHOT.zip genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/latest/runner/rcptt.runner-2.5.5-nightly.zip [Pipeline] sh + ssh genie.rcptt@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/latest/ide [Pipeline] sh + scp -r repository/full/target/products/org.eclipse.rcptt.platform.product-linux.gtk.x86_64.zip genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/latest/ide/rcptt.ide-2.5.5-nightly-linux.gtk.x86_64.zip [Pipeline] sh + scp -r repository/full/target/products/org.eclipse.rcptt.platform.product-macosx.cocoa.x86_64.zip genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/latest/ide/rcptt.ide-2.5.5-nightly-macosx.cocoa.x86_64.zip [Pipeline] sh + scp -r repository/full/target/products/org.eclipse.rcptt.platform.product-win32.win32.x86_64.zip genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/latest/ide/rcptt.ide-2.5.5-nightly-win32.win32.x86_64.zip [Pipeline] sh + scp -r repository/full/target/repository genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/latest/full [Pipeline] } Executing sh script inside container jnlp of pod rcptt-build-and-deploy-agent-3.5.4-sqhwf-kkgtr Executing command: "ssh-agent" "-k" exit unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 970 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // container [Pipeline] container [Pipeline] { [Pipeline] sh + mvn -f releng/runner/pom.xml clean deploy -Dmaven.repo.local=/home/jenkins/agent/workspace/master/m2 -e -B [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) [INFO] Adding repository http://download.eclipse.org/cbi/updates/license [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/full/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/rap/target/repository [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.15/ (128B) [INFO] Adding repository http://download.eclipse.org/eclipse/updates/4.15 [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2022-09/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/2022-09 [INFO] Fetching p2.index from http://download.eclipse.org/releases/2022-09/202209141001/ (140B) [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/core/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/e4x/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/master/repository/dependencies/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.runner:org.eclipse.rcptt.runner:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.runner.features:org.eclipse.rcptt.runner.headless:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.runner-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.runner.features:org.eclipse.rcptt.runner.integration:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.integration-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.runner:rcptt.runner:2.5.5-SNAPSHOT @ /home/jenkins/agent/workspace/master/runner/product/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] runner [pom] [INFO] runner [pom] [INFO] org.eclipse.rcptt.runner [eclipse-plugin] [INFO] runner.features [pom] [INFO] org.eclipse.rcptt.runner.integration [eclipse-feature] [INFO] org.eclipse.rcptt.runner.headless [eclipse-feature] [INFO] rcptt.runner [eclipse-application] [INFO] [INFO] ----------------------< org.eclipse.rcptt:runner >---------------------- [INFO] Building runner 2.5.5-SNAPSHOT [1/7] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ runner --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ runner --- [INFO] Installing /home/jenkins/agent/workspace/master/releng/runner/pom.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/2.5.5-SNAPSHOT/runner-2.5.5-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ runner --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/2.5.5-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/2.5.5-SNAPSHOT/maven-metadata.xml (604 B at 2.4 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/2.5.5-SNAPSHOT/runner-2.5.5-20230128.072956-115.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/2.5.5-SNAPSHOT/runner-2.5.5-20230128.072956-115.pom (1.7 kB at 5.0 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/maven-metadata.xml (343 B at 5.5 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/2.5.5-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/2.5.5-SNAPSHOT/maven-metadata.xml (604 B at 5.4 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/maven-metadata.xml (343 B at 4.2 kB/s) [INFO] [INFO] ------------------< org.eclipse.rcptt.runner:runner >------------------- [INFO] Building runner 2.5.5-SNAPSHOT [2/7] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ runner --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ runner --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/runner removed. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ runner --- [INFO] Installing /home/jenkins/agent/workspace/master/runner/pom.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/runner/2.5.5-SNAPSHOT/runner-2.5.5-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ runner --- [INFO] Skipping artifact deployment [INFO] [INFO] ---------< org.eclipse.rcptt.runner:org.eclipse.rcptt.runner >---------- [INFO] Building org.eclipse.rcptt.runner 2.5.5-SNAPSHOT [3/7] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runner --- [INFO] Deleting /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/target [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.runner --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:validate-classpath (default-validate-classpath) @ org.eclipse.rcptt.runner --- [INFO] Resolving class path of org.eclipse.rcptt.runner... [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.rcptt.runner --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1:compile (default-compile) @ org.eclipse.rcptt.runner --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.rcptt.runner --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.1: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.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-plugin (default-package-plugin) @ org.eclipse.rcptt.runner --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/target/org.eclipse.rcptt.runner-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ org.eclipse.rcptt.runner --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/org.eclipse.rcptt.runner removed. [INFO] [INFO] --- tycho-surefire-plugin:2.7.1:integration-test (default-integration-test) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.rcptt.runner --- [INFO] No tests to run. [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.rcptt.runner --- [INFO] Installing /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/target/org.eclipse.rcptt.runner-2.5.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/org.eclipse.rcptt.runner/2.5.5-SNAPSHOT/org.eclipse.rcptt.runner-2.5.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/org.eclipse.rcptt.runner/2.5.5-SNAPSHOT/org.eclipse.rcptt.runner-2.5.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/target/p2content.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/org.eclipse.rcptt.runner/2.5.5-SNAPSHOT/org.eclipse.rcptt.runner-2.5.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/master/runner/org.eclipse.rcptt.runner/target/p2artifacts.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/org.eclipse.rcptt.runner/2.5.5-SNAPSHOT/org.eclipse.rcptt.runner-2.5.5-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.7.1:update-local-index (default-update-local-index) @ org.eclipse.rcptt.runner --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.rcptt.runner --- [INFO] Skipping artifact deployment [INFO] [INFO] ---------< org.eclipse.rcptt.runner.features:runner.features >---------- [INFO] Building runner.features 2.5.5-SNAPSHOT [4/7] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ runner.features --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ runner.features --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/features/runner.features removed. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ runner.features --- [INFO] Installing /home/jenkins/agent/workspace/master/runner/features/pom.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/features/runner.features/2.5.5-SNAPSHOT/runner.features-2.5.5-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ runner.features --- [INFO] Skipping artifact deployment [INFO] [INFO] --< org.eclipse.rcptt.runner.features:org.eclipse.rcptt.runner.integration >-- [INFO] Building org.eclipse.rcptt.runner.integration 2.5.5-SNAPSHOT [5/7] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runner.integration --- [INFO] Deleting /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.integration-feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.runner.integration --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.runner.integration --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.integration-feature/target/org.eclipse.rcptt.runner.integration-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ org.eclipse.rcptt.runner.integration --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/features/org.eclipse.rcptt.runner.integration removed. [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.rcptt.runner.integration --- [INFO] Installing /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.integration-feature/target/org.eclipse.rcptt.runner.integration-2.5.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/features/org.eclipse.rcptt.runner.integration/2.5.5-SNAPSHOT/org.eclipse.rcptt.runner.integration-2.5.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.integration-feature/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/features/org.eclipse.rcptt.runner.integration/2.5.5-SNAPSHOT/org.eclipse.rcptt.runner.integration-2.5.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.integration-feature/target/p2content.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/features/org.eclipse.rcptt.runner.integration/2.5.5-SNAPSHOT/org.eclipse.rcptt.runner.integration-2.5.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.integration-feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/features/org.eclipse.rcptt.runner.integration/2.5.5-SNAPSHOT/org.eclipse.rcptt.runner.integration-2.5.5-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.7.1:update-local-index (default-update-local-index) @ org.eclipse.rcptt.runner.integration --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.rcptt.runner.integration --- [INFO] Skipping artifact deployment [INFO] [INFO] --< org.eclipse.rcptt.runner.features:org.eclipse.rcptt.runner.headless >-- [INFO] Building org.eclipse.rcptt.runner.headless 2.5.5-SNAPSHOT [6/7] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.runner.headless --- [INFO] Deleting /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.runner-feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcptt.runner.headless --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-id (default-validate-id) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:validate-version (default-validate-version) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:package-feature (default-package-feature) @ org.eclipse.rcptt.runner.headless --- [INFO] Building jar: /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.runner-feature/target/org.eclipse.rcptt.runner.headless-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- tycho-p2-plugin:2.7.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ org.eclipse.rcptt.runner.headless --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/features/org.eclipse.rcptt.runner.headless removed. [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.rcptt.runner.headless --- [INFO] Installing /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.runner-feature/target/org.eclipse.rcptt.runner.headless-2.5.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/features/org.eclipse.rcptt.runner.headless/2.5.5-SNAPSHOT/org.eclipse.rcptt.runner.headless-2.5.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.runner-feature/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/features/org.eclipse.rcptt.runner.headless/2.5.5-SNAPSHOT/org.eclipse.rcptt.runner.headless-2.5.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.runner-feature/target/p2content.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/features/org.eclipse.rcptt.runner.headless/2.5.5-SNAPSHOT/org.eclipse.rcptt.runner.headless-2.5.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/master/runner/features/org.eclipse.rcptt.runner.runner-feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/features/org.eclipse.rcptt.runner.headless/2.5.5-SNAPSHOT/org.eclipse.rcptt.runner.headless-2.5.5-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.7.1:update-local-index (default-update-local-index) @ org.eclipse.rcptt.runner.headless --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.rcptt.runner.headless --- [INFO] Skipping artifact deployment [INFO] [INFO] ---------------< org.eclipse.rcptt.runner:rcptt.runner >---------------- [INFO] Building rcptt.runner 2.5.5-SNAPSHOT [7/7] [INFO] ------------------------[ eclipse-application ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rcptt.runner --- [INFO] Deleting /home/jenkins/agent/workspace/master/runner/product/target [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:build-qualifier (default-build-qualifier) @ rcptt.runner --- [INFO] The project's OSGi version is 2.5.5.202301241915 [INFO] [INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ rcptt.runner --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.1:product-export (default-product-export) @ rcptt.runner --- [WARNING] The packaging type 'eclipse-application' is deprecated; use 'eclipse-repository' instead. See https://wiki.eclipse.org/Tycho_Messages_Explained#Eclipse_Application [INFO] Building zip: /home/jenkins/agent/workspace/master/runner/product/target/rcptt.runner-2.5.5-SNAPSHOT.zip [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ rcptt.runner --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/rcptt.runner removed. [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ rcptt.runner --- [INFO] Installing /home/jenkins/agent/workspace/master/runner/product/target/rcptt.runner-2.5.5-SNAPSHOT.zip to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-SNAPSHOT/rcptt.runner-2.5.5-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/master/runner/product/pom.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-SNAPSHOT/rcptt.runner-2.5.5-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ rcptt.runner --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-SNAPSHOT/maven-metadata.xml (792 B at 26 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-SNAPSHOT/rcptt.runner-2.5.5-20230128.073023-115.zip [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-SNAPSHOT/rcptt.runner-2.5.5-20230128.073023-115.zip (146 MB at 18 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-SNAPSHOT/rcptt.runner-2.5.5-20230128.073023-115.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-SNAPSHOT/rcptt.runner-2.5.5-20230128.073023-115.pom (1.3 kB at 20 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/maven-metadata.xml (396 B at 6.9 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-SNAPSHOT/maven-metadata.xml (792 B at 11 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/maven-metadata.xml (396 B at 5.7 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] runner 2.5.5-SNAPSHOT .............................. SUCCESS [ 1.856 s] [INFO] runner ............................................. SUCCESS [ 0.423 s] [INFO] org.eclipse.rcptt.runner ........................... SUCCESS [ 11.570 s] [INFO] runner.features .................................... SUCCESS [ 0.011 s] [INFO] org.eclipse.rcptt.runner.integration ............... SUCCESS [ 0.900 s] [INFO] org.eclipse.rcptt.runner.headless .................. SUCCESS [ 2.604 s] [INFO] rcptt.runner 2.5.5-SNAPSHOT ........................ SUCCESS [ 19.272 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:24 min [INFO] Finished at: 2023-01-28T07:30:31Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn -f maven-plugin/pom.xml clean deploy -Dmaven.repo.local=/home/jenkins/agent/workspace/master/m2 -e -B [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] RCPTT maven support modules [pom] [INFO] Utilities for RCPTT-related maven plugins [jar] [INFO] RCPTT runner maven plugin [maven-plugin] [INFO] [INFO] ---------------< org.eclipse.rcptt:rcptt-maven-modules >---------------- [INFO] Building RCPTT maven support modules 2.5.5-SNAPSHOT [1/3] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom (5.6 kB at 6.7 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 152 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ rcptt-maven-modules --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ rcptt-maven-modules --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-modules removed. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rcptt-maven-modules --- [INFO] Installing /home/jenkins/agent/workspace/master/maven-plugin/pom.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-modules/2.5.5-SNAPSHOT/rcptt-maven-modules-2.5.5-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ rcptt-maven-modules --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar (251 kB at 2.2 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/2.5.5-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/2.5.5-SNAPSHOT/maven-metadata.xml (617 B at 15 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/2.5.5-SNAPSHOT/rcptt-maven-modules-2.5.5-20230128.073041-114.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/2.5.5-SNAPSHOT/rcptt-maven-modules-2.5.5-20230128.073041-114.pom (2.5 kB at 12 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/maven-metadata.xml (396 B at 4.6 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/2.5.5-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/2.5.5-SNAPSHOT/maven-metadata.xml (617 B at 6.2 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/maven-metadata.xml (396 B at 3.7 kB/s) [INFO] [INFO] -----------------< org.eclipse.rcptt:rcptt-maven-util >----------------- [INFO] Building Utilities for RCPTT-related maven plugins 2.5.5-SNAPSHOT [2/3] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ rcptt-maven-util --- [INFO] Deleting /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-util/target [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ rcptt-maven-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-util/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ rcptt-maven-util --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-util/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ rcptt-maven-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-util/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ rcptt-maven-util --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ rcptt-maven-util --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ rcptt-maven-util --- [INFO] Building jar: /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-util/target/rcptt-maven-util-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ rcptt-maven-util --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-util removed. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rcptt-maven-util --- [INFO] Installing /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-util/target/rcptt-maven-util-2.5.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-util/2.5.5-SNAPSHOT/rcptt-maven-util-2.5.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-util/pom.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-util/2.5.5-SNAPSHOT/rcptt-maven-util-2.5.5-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ rcptt-maven-util --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.5-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.5-SNAPSHOT/maven-metadata.xml (789 B at 8.6 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.5-SNAPSHOT/rcptt-maven-util-2.5.5-20230128.073049-114.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.5-SNAPSHOT/rcptt-maven-util-2.5.5-20230128.073049-114.jar (23 kB at 221 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.5-SNAPSHOT/rcptt-maven-util-2.5.5-20230128.073049-114.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.5-SNAPSHOT/rcptt-maven-util-2.5.5-20230128.073049-114.pom (1.5 kB at 21 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/maven-metadata.xml (393 B at 9.4 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.5-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.5-SNAPSHOT/maven-metadata.xml (789 B at 7.8 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/maven-metadata.xml (393 B at 4.2 kB/s) [INFO] [INFO] ----------------< org.eclipse.rcptt:rcptt-maven-plugin >---------------- [INFO] Building RCPTT runner maven plugin 2.5.5-SNAPSHOT [3/3] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ rcptt-maven-plugin --- [INFO] Deleting /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-plugin/target [INFO] [INFO] --- maven-plugin-plugin:3.6.0:helpmojo (generated-helpmojo) @ rcptt-maven-plugin --- [WARNING] Goal prefix is specified as: 'rcptt-maven-plugin'. Maven currently expects it to be 'rcptt'. [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 3 mojo descriptors. [INFO] java-annotations mojo extractor found 0 mojo descriptor. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ rcptt-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ rcptt-maven-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-plugin/target/classes [INFO] [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ rcptt-maven-plugin --- [WARNING] Goal prefix is specified as: 'rcptt-maven-plugin'. Maven currently expects it to be 'rcptt'. [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 4 mojo descriptors. [INFO] java-annotations mojo extractor found 0 mojo descriptor. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ rcptt-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ rcptt-maven-plugin --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ rcptt-maven-plugin --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ rcptt-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-plugin/target/rcptt-maven-plugin-2.5.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ rcptt-maven-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ rcptt-maven-plugin --- [INFO] /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-plugin removed. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rcptt-maven-plugin --- [INFO] Installing /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-plugin/target/rcptt-maven-plugin-2.5.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/rcptt-maven-plugin-2.5.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/master/maven-plugin/rcptt-maven-plugin/pom.xml to /home/jenkins/agent/workspace/master/m2/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/rcptt-maven-plugin-2.5.5-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ rcptt-maven-plugin --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/maven-metadata.xml (791 B at 11 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/rcptt-maven-plugin-2.5.5-20230128.073058-114.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/rcptt-maven-plugin-2.5.5-20230128.073058-114.jar (39 kB at 507 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/rcptt-maven-plugin-2.5.5-20230128.073058-114.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/rcptt-maven-plugin-2.5.5-20230128.073058-114.pom (1.8 kB at 20 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/maven-metadata.xml (395 B at 8.6 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/maven-metadata.xml (251 B at 8.4 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/maven-metadata.xml (791 B at 8.8 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/maven-metadata.xml (395 B at 5.1 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/maven-metadata.xml (251 B at 2.2 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] RCPTT maven support modules 2.5.5-SNAPSHOT ......... SUCCESS [ 4.773 s] [INFO] Utilities for RCPTT-related maven plugins .......... SUCCESS [ 7.886 s] [INFO] RCPTT runner maven plugin 2.5.5-SNAPSHOT ........... SUCCESS [ 8.931 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 22.153 s [INFO] Finished at: 2023-01-28T07:30:58Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] script [Pipeline] { [Pipeline] sh + jps -v 1 Main -Xoptionsfile=/opt/java/openjdk/lib/options.default -Xlockword:mode=default,noLockword=java/lang/String,noLockword=java/util/MapEntry,noLockword=java/util/HashMap$Entry,noLockword=org/apache/harmony/luni/util/ModifiedMap$Entry,noLockword=java/util/Hashtable$Entry,noLockword=java/lang/invoke/MethodType,noLockword=java/lang/invoke/MethodHandle,noLockword=java/lang/invoke/CollectHandle,noLockword=java/lang/invoke/ConstructorHandle,noLockword=java/lang/invoke/ConvertHandle,noLockword=java/lang/invoke/ArgumentConversionHandle,noLockword=java/lang/invoke/AsTypeHandle,noLockword=java/lang/invoke/ExplicitCastHandle,noLockword=java/lang/invoke/FilterReturnHandle,noLockword=java/lang/invoke/DirectHandle,noLockword=java/lang/invoke/ReceiverBoundHandle,noLockword=java/lang/invoke/DynamicInvokerHandle,noLockword=java/lang/invoke/FieldHandle,noLockword=java/lang/invoke/FieldGetterHandle,noLockword=java/lang/invoke/FieldSetterHandle,noLockword=java/lang/invoke/StaticFieldGetterHandle,noLockword=java/lang/invoke/StaticFieldSetterHandle,noLockword=java/lang/invoke/IndirectHandle,noLockword=java/lang/invoke/InterfaceHandle,noLockword=java/lang/invoke/VirtualHandle,noLockword=java/lang/invoke/PrimitiveHandle,noLockword=java/lang/invoke/InvokeExactHandle,noLockword=java/lang/invoke/InvokeGenericHandle,noLockword=java/lang/invoke/VarargsCollectorHandle,noLockword=java/lang/invoke/ThunkTuple -Xjcl:jclse29 -Dcom.ibm.oti.vm.bootstrap.library.path=/opt/java/openjdk/lib/default:/opt/java/openjdk/lib -Dsun.boot.library.path=/opt/java/openjdk/lib/default:/opt/java/openjdk/lib -Djava.library.path=/opt/java/openjdk/lib/default:/opt/java/openjdk/lib:/usr/lib64:/usr/lib -Djava.home=/opt/java/openjdk -Duser.dir=/home/jenkins -Xmx1G -Djava.class.path=/usr/share/jenkins/agent.jar -Dsun.java.command=hudson.remoting.jnlp.Main -headless -tunnel jenkins-discovery.rcptt.svc.cluster.local:50000 -url http://jenkins-ui.rcptt.svc.cluster.local/rcptt/ -workDir /home/jenkins/agent **** rcptt-build-and-deploy-agent-3.5.4-sqhwf-kkgtr -Dsun.java.launcher=SUN_STANDARD -Dsun.java.launcher.pid=1 1223 Jps -Xoptionsfile=/opt/java/openjdk/lib/options.default -Xlockword:mode=default,noLockword=java/lang/String,noLockword=java/util/MapEntry,noLockword=java/util/HashMap$Entry,noLockword=org/apache/harmony/luni/util/ModifiedMap$Entry,noLockword=java/util/Hashtable$Entry,noLockword=java/lang/invoke/MethodType,noLockword=java/lang/invoke/MethodHandle,noLockword=java/lang/invoke/CollectHandle,noLockword=java/lang/invoke/ConstructorHandle,noLockword=java/lang/invoke/ConvertHandle,noLockword=java/lang/invoke/ArgumentConversionHandle,noLockword=java/lang/invoke/AsTypeHandle,noLockword=java/lang/invoke/ExplicitCastHandle,noLockword=java/lang/invoke/FilterReturnHandle,noLockword=java/lang/invoke/DirectHandle,noLockword=java/lang/invoke/ReceiverBoundHandle,noLockword=java/lang/invoke/DynamicInvokerHandle,noLockword=java/lang/invoke/FieldHandle,noLockword=java/lang/invoke/FieldGetterHandle,noLockword=java/lang/invoke/FieldSetterHandle,noLockword=java/lang/invoke/StaticFieldGetterHandle,noLockword=java/lang/invoke/StaticFieldSetterHandle,noLockword=java/lang/invoke/IndirectHandle,noLockword=java/lang/invoke/InterfaceHandle,noLockword=java/lang/invoke/VirtualHandle,noLockword=java/lang/invoke/PrimitiveHandle,noLockword=java/lang/invoke/InvokeExactHandle,noLockword=java/lang/invoke/InvokeGenericHandle,noLockword=java/lang/invoke/VarargsCollectorHandle,noLockword=java/lang/invoke/ThunkTuple -Xjcl:jclse29 -Dcom.ibm.oti.vm.bootstrap.library.path=/opt/java/openjdk/lib/default:/opt/java/openjdk/lib -Dsun.boot.library.path=/opt/java/openjdk/lib/default:/opt/java/openjdk/lib -Djava.library.path=/opt/java/openjdk/lib/default:/opt/java/openjdk/lib:/usr/lib64:/usr/lib -Djava.home=/opt/java/openjdk -Duser.dir=/home/jenkins/agent/workspace/master -Xmx1G -Dapplication.home=/opt/java/openjdk -Djdk.attach.allowAttachSelf=true -Xms8m -Djdk.module.main=jdk.jcmd -Dsun.java.command=jdk.jcmd/openj9.tools.attach.diagnostics.tools.Jps -v -Dsun.java.launcher=SUN_STANDARD -Dsun.java.launcher.pid=1223 [Pipeline] container [Pipeline] { [Pipeline] sh + ps x PID TTY STAT TIME COMMAND 1 pts/0 Ss+ 0:00 /bin/bash /dockerstartup/vnc_startup.sh --wait 18 pts/0 S+ 0:00 bash /headless/noVNC/utils/launch.sh --vnc localhost:5901 --listen 6901 32 pts/0 S+ 0:02 /usr/bin/python /headless/noVNC/utils/websockify/run --web /headless/noVNC/utils/../ 6901 localhost:5901 43 pts/0 S+ 11:17 /usr/bin/Xvnc :1 -auth /headless/.Xauthority -depth 24 -desktop rcptt-build-and-deploy-agent-3.5.4-sqhwf-kkgtr: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 97 pts/0 S+ 0:00 /usr/bin/dbus-launch --sh-syntax --exit-with-session xfce4-session 98 pts/0 S+ 0:00 /usr/bin/dbus-launch --exit-with-session x-session-manager 99 ? Ss 0:00 /usr/bin/dbus-daemon --fork --print-pid 6 --print-address 8 --session 100 ? Ss 0:00 /usr/bin/dbus-daemon --fork --print-pid 6 --print-address 8 --session 110 ? S 0:00 /usr/lib/x86_64-linux-gnu/xfce4/xfconf/xfconfd 112 pts/0 Sl+ 0:00 xfce4-session 118 ? S 0:00 /usr/lib/x86_64-linux-gnu/xfce4/xfconf/xfconfd 122 pts/0 S+ 0:00 xfce4-panel 125 pts/0 S+ 0:00 Thunar --daemon 128 pts/0 Sl+ 0:15 xfdesktop 130 pts/0 S+ 1:06 xfwm4 135 pts/0 S+ 0:00 xfce4-panel 137 pts/0 S+ 0:00 Thunar --daemon 151 pts/0 Sl+ 0:00 /usr/lib/x86_64-linux-gnu/xfce4/panel/migrate 152 pts/0 Sl+ 0:00 /usr/lib/x86_64-linux-gnu/xfce4/panel/migrate 153 ? Ssl 0:00 xfsettingsd 154 ? Ss 0:00 xfsettingsd 173 ? Sl 0:00 /usr/lib/gvfs/gvfsd 179 ? Sl 0:00 /usr/lib/gvfs/gvfsd 198 ? Sl 0:00 /usr/lib/gvfs/gvfs-udisks2-volume-monitor 206 ? Sl 0:00 /usr/lib/gvfs/gvfsd-trash --spawner :1.12 /org/gtk/gvfs/exec_spaw/0 212 ? Sl 0:00 /usr/lib/gvfs/gvfsd-metadata 2498 ? Sl 0:00 /usr/lib/at-spi2-core/at-spi-bus-launcher 2503 ? S 0:00 /usr/bin/dbus-daemon --config-file=/etc/at-spi2/accessibility.conf --nofork --print-address 3 2505 ? Sl 0:00 /usr/lib/at-spi2-core/at-spi2-registryd --use-gnome-session 79668 ? Sl 0:10 /usr/lib/chromium-browser/chromium-browser --no-sandbox --disable-gpu --user-data-dir --window-size=1280,1024 --window-position=0,0 --enable-pinch /home/jenkins/agent/workspace/master/rcpttTests/target/aut-ws-0/Q7Project/test1_2023_01_28.html 79691 ? S 0:00 /usr/lib/chromium-browser/chromium-browser --type=zygote --no-sandbox --user-data-dir 79729 ? Sl 0:00 /usr/lib/chromium-browser/chromium-browser --type=renderer --no-sandbox --field-trial-handle=12040051690842667669,1374300279303848335,131072 --disable-gpu-compositing --service-pipe-token=835120649918052181 --lang=en-US --user-data-dir --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=835120649918052181 --renderer-client-id=3 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101 79731 ? Sl 0:00 /usr/lib/chromium-browser/chromium-browser --type=gpu-process --field-trial-handle=12040051690842667669,1374300279303848335,131072 --no-sandbox --user-data-dir --gpu-preferences=KAAAAAAAAACAAABAAQAAAAA AAgAAAAAAAAA --use-gl=swiftshader-webgl --user-data-dir --service-request-channel-token=1616988755067595537 79732 ? Sl 0:00 /usr/lib/chromium-browser/chromium-browser --type=renderer --no-sandbox --field-trial-handle=12040051690842667669,1374300279303848335,131072 --disable-gpu-compositing --service-pipe-token=2434324350832975392 --lang=en-US --user-data-dir --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=2434324350832975392 --renderer-client-id=2 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101 125487 ? S 0:00 sh -c ({ while [ -d '/home/jenkins/agent/workspace/master@tmp/durable-41da0569' -a \! -f '/home/jenkins/agent/workspace/master@tmp/durable-41da0569/jenkins-result.txt' ]; do touch '/home/jenkins/agent/workspace/master@tmp/durable-41da0569/jenkins-log.txt'; sleep 3; done } & jsc=durable-c61f84fa36db21c9599d2c8840255369c94be45850187859ade61994c27f9441; JENKINS_SERVER_COOKIE=$jsc 'sh' -xe '/home/jenkins/agent/workspace/master@tmp/durable-41da0569/script.sh' > '/home/jenkins/agent/workspace/master@tmp/durable-41da0569/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/agent/workspace/master@tmp/durable-41da0569/jenkins-result.txt.tmp'; mv '/home/jenkins/agent/workspace/master@tmp/durable-41da0569/jenkins-result.txt.tmp' '/home/jenkins/agent/workspace/master@tmp/durable-41da0569/jenkins-result.txt'; wait) >&- 2>&- & 125488 ? S 0:00 sh -c ({ while [ -d '/home/jenkins/agent/workspace/master@tmp/durable-41da0569' -a \! -f '/home/jenkins/agent/workspace/master@tmp/durable-41da0569/jenkins-result.txt' ]; do touch '/home/jenkins/agent/workspace/master@tmp/durable-41da0569/jenkins-log.txt'; sleep 3; done } & jsc=durable-c61f84fa36db21c9599d2c8840255369c94be45850187859ade61994c27f9441; JENKINS_SERVER_COOKIE=$jsc 'sh' -xe '/home/jenkins/agent/workspace/master@tmp/durable-41da0569/script.sh' > '/home/jenkins/agent/workspace/master@tmp/durable-41da0569/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/agent/workspace/master@tmp/durable-41da0569/jenkins-result.txt.tmp'; mv '/home/jenkins/agent/workspace/master@tmp/durable-41da0569/jenkins-result.txt.tmp' '/home/jenkins/agent/workspace/master@tmp/durable-41da0569/jenkins-result.txt'; wait) >&- 2>&- & 125489 ? S 0:00 sh -xe /home/jenkins/agent/workspace/master@tmp/durable-41da0569/script.sh 125491 ? R 0:00 ps x 125492 ? 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