Branch indexing 09:23:19 Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from 3ed5d71f1ae9ee99106c828769545564f4cb1379 [Pipeline] Start of Pipeline [Pipeline] node Agent centos-8-qsck1 is provisioned from template centos-8 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6" jenkins/label: "centos-latest_centos-8" name: "centos-8-qsck1" namespace: "corrosion" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.corrosion.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-8-qsck1" - 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: "centos-8-qsck1" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.corrosion.svc.cluster.local/corrosion/" image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-3131.vf2b_b_798b_ce99" 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-corrosion" 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 centos-8-qsck1 in /home/jenkins/agent/workspace/corrosion_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: NONE using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse/corrosion.git > git init /home/jenkins/agent/workspace/corrosion_master # timeout=10 Fetching upstream changes from https://github.com/eclipse/corrosion.git > git --version # timeout=10 > git --version # 'git version 2.39.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse/corrosion.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 3ed5d71f1ae9ee99106c828769545564f4cb1379 (master) > git config remote.origin.url https://github.com/eclipse/corrosion.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3ed5d71f1ae9ee99106c828769545564f4cb1379 # timeout=10 Commit message: "Adapt to latest LSP4E" > git rev-list --no-walk 29f6fadb36fbb180d1cd5e5cfd0e2e81ddce254c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh + org.eclipse.corrosion/scripts/rustup-init.sh -y info: downloading installer info: profile set to 'default' info: default host triple is x86_64-unknown-linux-gnu info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu' info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) info: downloading component 'cargo' info: downloading component 'clippy' info: downloading component 'rust-docs' info: downloading component 'rust-std' info: downloading component 'rustc' info: downloading component 'rustfmt' info: installing component 'cargo' info: installing component 'clippy' info: installing component 'rust-docs' info: installing component 'rust-std' info: installing component 'rustc' info: installing component 'rustfmt' info: default toolchain set to 'stable-x86_64-unknown-linux-gnu' stable-x86_64-unknown-linux-gnu installed - rustc 1.74.0 (79e9716c9 2023-11-13) Rust is installed now. Great! To get started you may need to restart your current shell. This would reload your PATH environment variable to include Cargo's bin directory ($HOME/.cargo/bin). To configure your current shell, run: source "$HOME/.cargo/env" [Pipeline] sh + rustup install stable-x86_64-unknown-linux-gnu info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu' stable-x86_64-unknown-linux-gnu unchanged - rustc 1.74.0 (79e9716c9 2023-11-13) info: checking for self-update [Pipeline] sh + rustup default stable-x86_64-unknown-linux-gnu info: using existing install for 'stable-x86_64-unknown-linux-gnu' info: default toolchain set to 'stable-x86_64-unknown-linux-gnu' stable-x86_64-unknown-linux-gnu unchanged - rustc 1.74.0 (79e9716c9 2023-11-13) [Pipeline] sh + mkdir -p /home/jenkins/.local/bin [Pipeline] sh + echo /opt/tools/java/openjdk/jdk-17/latest/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/home/jenkins/.local/bin:/home/jenkins/.cargo/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin /opt/tools/java/openjdk/jdk-17/latest/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/home/jenkins/.local/bin:/home/jenkins/.cargo/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh + cargo --version cargo 1.74.0 (ecb9851af 2023-10-18) [Pipeline] sh + rustup show Default host: x86_64-unknown-linux-gnu rustup home: /home/jenkins/.rustup stable-x86_64-unknown-linux-gnu (default) rustc 1.74.0 (79e9716c9 2023-11-13) [Pipeline] sh + rust-gdb --version GNU gdb (GDB) Red Hat Enterprise Linux 8.2-16.el8 Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. [Pipeline] xvnc $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [corrosion_master] $ Xvnc -help Starting xvnc [corrosion_master] $ Xvnc :87 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset [Pipeline] { Xvnc TigerVNC 1.11.0 - built Jul 21 2021 11:25:16 Copyright (C) 1999-2020 TigerVNC Team and many others (see README.rst) See https://www.tigervnc.org for information on TigerVNC. Underlying X server release 12011000, The X.Org Foundation Fri Nov 17 14:23:58 2023 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5987 vncext: created VNC server for screen 0 [Pipeline] sh + ./mvnw -Dmaven.repo.local=/home/jenkins/agent/workspace/corrosion_master/.m2 clean verify -Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true -Dtycho.showEclipseLog=true -Psign -Dsurefire.timeout=1800 Apache Maven 3.9.4 (dfbb324ad4a7c8fb0bf182e6d91b0ae20e3d2dd9) Maven home: /home/jenkins/.m2/wrapper/dists/apache-maven-3.9.4-bin/32a55694/apache-maven-3.9.4 Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [WARNING] The POM for commons-io:commons-io:jar:2.13.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-compress:jar:1.23.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-codec:commons-codec:jar:1.16.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-net:commons-net:jar:3.9.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] Tycho Version: 4.0.2 (d1245889ae2522a3057c2300142b212c6c7c60c8) [INFO] Tycho Mode: extension [INFO] Tycho Builder: maven [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.12.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-logging:commons-logging:jar:1.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-codec:commons-codec:jar:1.11 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-codec:commons-codec:jar:1.15 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for jakarta.activation:jakarta.activation-api:jar:1.2.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.13.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-compress:jar:sources:1.23.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The project org.eclipse.corrosion:parent:pom:1.2.4-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] parent [pom] [INFO] [bundle] Rust edition in Eclipse IDE [eclipse-plugin] [INFO] [test-bundle] Tests for Corrosion [eclipse-test-plugin] [INFO] [feature] Corrosion: Rust edition in Eclipse IDE [eclipse-feature] [INFO] org.eclipse.corrosion.product.branding [eclipse-plugin] [INFO] org.eclipse.corrosion.product [eclipse-repository] [INFO] [INFO] --------------------< org.eclipse.corrosion:parent >-------------------- [INFO] Building parent 1.2.4-SNAPSHOT [1/6] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ parent --- [WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default) @ parent --- [WARNING] The POM for org.hamcrest:hamcrest-core:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/corrosion_master/.m2/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/corrosion_master/target/jacoco.exec,append=true,includes=org.eclipse.corrosion* [INFO] [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ parent --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ parent --- [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-io:commons-io:jar:2.11.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] [INFO] --- tycho-p2:4.0.2:p2-metadata (p2-metadata) @ parent --- [INFO] [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-version-with-baseline) @ parent --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] ------------< org.eclipse.corrosion:org.eclipse.corrosion >------------- [INFO] Building [bundle] Rust edition in Eclipse IDE 1.2.5-SNAPSHOT [2/6] [INFO] from org.eclipse.corrosion/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving target definition file:/home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion/../target-platform/target-platform.target for environments=[linux/gtk/x86_64, linux/gtk/aarch64, win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@6ffaf63 [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [INFO] Cache location: /home/jenkins/agent/workspace/corrosion_master/.m2/.cache/tycho [INFO] Transport mode: online [INFO] Http Transport type: Java11Client [INFO] Update mode: cache first [INFO] Minimum cache duration: 60 minutes [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>) [INFO] Resolving dependencies of MavenProject: org.eclipse.corrosion:org.eclipse.corrosion:1.2.5-SNAPSHOT @ /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion/.polyglot.META-INF [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.corrosion --- [INFO] [INFO] --- tycho-packaging:4.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.corrosion --- [INFO] The project's OSGi version is 1.2.5.202311171423 [INFO] [INFO] --- tycho-packaging:4.0.2:validate-id (default-validate-id) @ org.eclipse.corrosion --- [INFO] [INFO] --- tycho-packaging:4.0.2:validate-version (default-validate-version) @ org.eclipse.corrosion --- [INFO] [INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.corrosion --- [INFO] [INFO] --- tycho-compiler:4.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.corrosion --- [INFO] Resolving class path of [bundle] Rust edition in Eclipse IDE [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default) @ org.eclipse.corrosion --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/corrosion_master/.m2/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion/target/jacoco.exec,append=true,includes=org.eclipse.corrosion* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.corrosion --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.2:compile (default-compile) @ org.eclipse.corrosion --- [INFO] Compiling 72 source files to /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion/target/classes using Eclipse Compiler for Java(TM) 3.34.0.v20230523-1233 [INFO] [INFO] --- tycho-bnd:4.0.2:process (default-process) @ org.eclipse.corrosion --- [INFO] [INFO] --- tycho-ds:4.0.2:declarative-services (default-declarative-services) @ org.eclipse.corrosion --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.corrosion --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.2:testCompile (default-testCompile) @ org.eclipse.corrosion --- [INFO] [INFO] --- tycho-packaging:4.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.corrosion --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 140 were skipped [INFO] [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.corrosion --- [INFO] Building jar: /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion/target/org.eclipse.corrosion-1.2.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.2:package-plugin (default-package-plugin) @ org.eclipse.corrosion --- [INFO] Building jar: /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion/target/org.eclipse.corrosion-1.2.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.corrosion --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.corrosion --- [INFO] Signing jar: /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion/target/org.eclipse.corrosion-1.2.5-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion/target/org.eclipse.corrosion-1.2.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.2:p2-metadata (p2-metadata) @ org.eclipse.corrosion --- [INFO] Adding repository https://download.eclipse.org/corrosion/snapshots [INFO] Adding repository https://download.eclipse.org/corrosion/snapshots [INFO] No baseline version MavenProject: org.eclipse.corrosion:org.eclipse.corrosion:1.2.5-SNAPSHOT @ /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.corrosion --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] Adding repository https://download.eclipse.org/corrosion/releases/latest [INFO] [INFO] ---------< org.eclipse.corrosion:org.eclipse.corrosion.tests >---------- [INFO] Building [test-bundle] Tests for Corrosion 1.0.0-SNAPSHOT [3/6] [INFO] from org.eclipse.corrosion.tests/.polyglot.META-INF [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.corrosion:org.eclipse.corrosion.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/.polyglot.META-INF [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.corrosion.tests --- [INFO] [INFO] --- tycho-packaging:4.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.corrosion.tests --- [INFO] The project's OSGi version is 1.0.0.202209271915 [INFO] [INFO] --- tycho-packaging:4.0.2:validate-id (default-validate-id) @ org.eclipse.corrosion.tests --- [INFO] [INFO] --- tycho-packaging:4.0.2:validate-version (default-validate-version) @ org.eclipse.corrosion.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.corrosion.tests --- [INFO] [INFO] --- tycho-compiler:4.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.corrosion.tests --- [INFO] Resolving class path of [test-bundle] Tests for Corrosion [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default) @ org.eclipse.corrosion.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/corrosion_master/.m2/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/target/jacoco.exec,append=true,includes=org.eclipse.corrosion* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.corrosion.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.2:compile (default-compile) @ org.eclipse.corrosion.tests --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/target/classes using Eclipse Compiler for Java(TM) 3.34.0.v20230523-1233 [INFO] [INFO] --- tycho-ds:4.0.2:declarative-services (default-declarative-services) @ org.eclipse.corrosion.tests --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.corrosion.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.corrosion.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 143 were skipped [INFO] [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.corrosion.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/target/org.eclipse.corrosion.tests-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.2:package-plugin (default-package-plugin) @ org.eclipse.corrosion.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/target/org.eclipse.corrosion.tests-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.corrosion.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.corrosion.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/target/org.eclipse.corrosion.tests-1.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/target/org.eclipse.corrosion.tests-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:4.0.2:p2-metadata (p2-metadata) @ org.eclipse.corrosion.tests --- [INFO] No baseline version MavenProject: org.eclipse.corrosion:org.eclipse.corrosion.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-surefire:4.0.2:test (default-test) @ org.eclipse.corrosion.tests --- [INFO] Executing test runtime with timeout (seconds): 1800, logs, if any, will be placed at: /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/corrosion_master/.m2/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/target/jacoco.exec,append=true,includes=org.eclipse.corrosion*, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/corrosion_master/.m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -consolelog, -data, /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/target/work/data, -install, /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/target/work, -configuration, /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/target/surefire.properties, -timeout, 1800000] !SESSION 2023-11-17 14:25:15.493 ----------------------------------------------- eclipse.buildId=unknown java.version=17.0.2 java.vendor=Oracle Corporation BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/target/surefire.properties -timeout 1800000 Command-line arguments: -consolelog -data /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/target/surefire.properties -timeout 1800000 !ENTRY org.eclipse.ui 2 0 2023-11-17 14:25:18.180 !MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' and 'org.eclipse.ui.bindings' extension point !SUBENTRY 1 org.eclipse.ui 2 0 2023-11-17 14:25:18.180 !MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.corrosion', id='org.eclipse.tm4e.languageconfiguration.togglelinecommentcommand' !ENTRY org.eclipse.urischeme 4 0 2023-11-17 14:25:20.507 !MESSAGE Cannot run program "xdg-mime": error=2, No such file or directory !STACK 0 java.io.IOException: Cannot run program "xdg-mime": error=2, No such file or directory at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1143) at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1073) at org.eclipse.urischeme.internal.registration.ProcessExecutor.execute(ProcessExecutor.java:36) at org.eclipse.urischeme.internal.registration.RegistrationLinux.getRegisteredDesktopFileForScheme(RegistrationLinux.java:145) at org.eclipse.urischeme.internal.registration.RegistrationLinux.determineHandlerLocation(RegistrationLinux.java:87) at org.eclipse.urischeme.internal.registration.RegistrationLinux.getSchemesInformation(RegistrationLinux.java:76) at org.eclipse.urischeme.AutoRegisterSchemeHandlersJob.run(AutoRegisterSchemeHandlersJob.java:88) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) Caused by: java.io.IOException: error=2, No such file or directory at java.base/java.lang.ProcessImpl.forkAndExec(Native Method) at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:314) at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:244) at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1110) ... 7 more !ENTRY org.eclipse.tycho.surefire.osgibooter 1 0 2023-11-17 14:25:20.753 !MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2023-11-17 14:25:20 +0000 Running org.eclipse.corrosion.tests.TestNewCargoProjectWizard !ENTRY org.eclipse.corrosion 2 0 2023-11-17 14:25:22.696 !MESSAGE Language Server settings file not set. !ENTRY org.eclipse.core.resources 2 2 2023-11-17 14:25:24.055 !MESSAGE Save operation warnings. !SUBENTRY 1 org.eclipse.core.resources 2 234 2023-11-17 14:25:24.055 !MESSAGE The project description file (.project) for 'corrosion-test13296216538450970921' was missing. This file contains important information about the project. A new project description file has been created, but some information about the project may have been lost. !ENTRY org.eclipse.lsp4e 4 0 2023-11-17 14:25:24.204 !MESSAGE java.lang.IllegalStateException: Input stream must be configured. !STACK 0 java.util.concurrent.CompletionException: java.lang.IllegalStateException: Input stream must be configured. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:791) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1773) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: java.lang.IllegalStateException: Input stream must be configured. at org.eclipse.lsp4j.jsonrpc.Launcher$Builder.create(Launcher.java:310) at org.eclipse.lsp4e.LanguageServerWrapper.lambda$1(LanguageServerWrapper.java:299) at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:787) ... 3 more !ENTRY org.eclipse.lsp4e 4 0 2023-11-17 14:25:24.205 !MESSAGE java.lang.IllegalStateException: Input stream must be configured. !STACK 0 java.util.concurrent.CompletionException: java.lang.IllegalStateException: Input stream must be configured. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:791) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1773) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: java.lang.IllegalStateException: Input stream must be configured. at org.eclipse.lsp4j.jsonrpc.Launcher$Builder.create(Launcher.java:310) at org.eclipse.lsp4e.LanguageServerWrapper.lambda$1(LanguageServerWrapper.java:299) at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:787) ... 3 more !ENTRY org.eclipse.lsp4e 4 0 2023-11-17 14:25:24.205 !MESSAGE java.lang.IllegalStateException: Input stream must be configured. !STACK 0 java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Input stream must be configured. at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073) at org.eclipse.lsp4e.operations.semanticTokens.SemanticHighlightReconcilerStrategy.fullReconcile(SemanticHighlightReconcilerStrategy.java:269) at org.eclipse.lsp4e.operations.semanticTokens.SemanticHighlightReconcilerStrategy.initialReconcile(SemanticHighlightReconcilerStrategy.java:288) at org.eclipse.ui.internal.genericeditor.CompositeReconcilerStrategy.initialReconcile(CompositeReconcilerStrategy.java:48) at org.eclipse.jface.text.reconciler.Reconciler.initialProcess(Reconciler.java:223) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:177) Caused by: java.lang.IllegalStateException: Input stream must be configured. at org.eclipse.lsp4j.jsonrpc.Launcher$Builder.create(Launcher.java:310) at org.eclipse.lsp4e.LanguageServerWrapper.lambda$1(LanguageServerWrapper.java:299) at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:787) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1773) at java.base/java.lang.Thread.run(Thread.java:833) !ENTRY org.eclipse.jface.text 4 0 2023-11-17 14:25:24.206 !MESSAGE java.lang.IllegalStateException: Input stream must be configured. !STACK 0 java.util.concurrent.CompletionException: java.lang.IllegalStateException: Input stream must be configured. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:791) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1773) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: java.lang.IllegalStateException: Input stream must be configured. at org.eclipse.lsp4j.jsonrpc.Launcher$Builder.create(Launcher.java:310) at org.eclipse.lsp4e.LanguageServerWrapper.lambda$1(LanguageServerWrapper.java:299) at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:787) ... 3 more !ENTRY org.eclipse.jface.text 4 0 2023-11-17 14:25:24.206 !MESSAGE java.lang.IllegalStateException: Input stream must be configured. !STACK 0 java.util.concurrent.CompletionException: java.lang.IllegalStateException: Input stream must be configured. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:791) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1773) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: java.lang.IllegalStateException: Input stream must be configured. at org.eclipse.lsp4j.jsonrpc.Launcher$Builder.create(Launcher.java:310) at org.eclipse.lsp4e.LanguageServerWrapper.lambda$1(LanguageServerWrapper.java:299) at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:787) ... 3 more !ENTRY org.eclipse.jface.text 4 0 2023-11-17 14:25:24.207 !MESSAGE java.lang.IllegalStateException: Input stream must be configured. !STACK 0 java.util.concurrent.CompletionException: java.lang.IllegalStateException: Input stream must be configured. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:791) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1773) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: java.lang.IllegalStateException: Input stream must be configured. at org.eclipse.lsp4j.jsonrpc.Launcher$Builder.create(Launcher.java:310) at org.eclipse.lsp4e.LanguageServerWrapper.lambda$1(LanguageServerWrapper.java:299) at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:787) ... 3 more !ENTRY org.eclipse.lsp4e 4 0 2023-11-17 14:25:24.207 !MESSAGE java.lang.IllegalStateException: Input stream must be configured. !STACK 0 java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Input stream must be configured. at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2096) at org.eclipse.lsp4e.LanguageServerWrapper.supportsWorkspaceFolderCapability(LanguageServerWrapper.java:560) at org.eclipse.lsp4e.LanguageServerWrapper.canOperate(LanguageServerWrapper.java:1016) at org.eclipse.lsp4e.LanguageServiceAccessor.lambda$4(LanguageServiceAccessor.java:280) at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:178) at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) at org.eclipse.lsp4e.LanguageServiceAccessor.getLSWrappers(LanguageServiceAccessor.java:288) at org.eclipse.lsp4e.LanguageServers$LanguageServerDocumentExecutor.getServers(LanguageServers.java:272) at org.eclipse.lsp4e.LanguageServers.computeAll(LanguageServers.java:112) at org.eclipse.lsp4e.LanguageServers.computeAll(LanguageServers.java:94) at org.eclipse.lsp4e.operations.folding.LSPFoldingReconcilingStrategy.reconcile(LSPFoldingReconcilingStrategy.java:129) at org.eclipse.lsp4e.operations.folding.LSPFoldingReconcilingStrategy.initialReconcile(LSPFoldingReconcilingStrategy.java:315) at org.eclipse.ui.internal.genericeditor.CompositeReconcilerStrategy.initialReconcile(CompositeReconcilerStrategy.java:48) at org.eclipse.jface.text.reconciler.Reconciler.initialProcess(Reconciler.java:223) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:177) Caused by: java.lang.IllegalStateException: Input stream must be configured. at org.eclipse.lsp4j.jsonrpc.Launcher$Builder.create(Launcher.java:310) at org.eclipse.lsp4e.LanguageServerWrapper.lambda$1(LanguageServerWrapper.java:299) at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:787) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1773) at java.base/java.lang.Thread.run(Thread.java:833) !ENTRY org.eclipse.corrosion 2 0 2023-11-17 14:25:24.209 !MESSAGE Language Server settings file not set. !ENTRY org.eclipse.lsp4e 4 0 2023-11-17 14:25:24.210 !MESSAGE java.lang.IllegalStateException: Input stream must be configured. !STACK 0 java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Input stream must be configured. at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2096) at org.eclipse.lsp4e.LanguageServerWrapper.supportsWorkspaceFolderCapability(LanguageServerWrapper.java:560) at org.eclipse.lsp4e.LanguageServerWrapper.canOperate(LanguageServerWrapper.java:1016) at org.eclipse.lsp4e.LanguageServiceAccessor.lambda$4(LanguageServiceAccessor.java:280) at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:178) at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) at org.eclipse.lsp4e.LanguageServiceAccessor.getLSWrappers(LanguageServiceAccessor.java:288) at org.eclipse.lsp4e.LanguageServers$LanguageServerDocumentExecutor.getServers(LanguageServers.java:272) at org.eclipse.lsp4e.internal.LSPDocumentAbstractHandler$LanguageServerDocumentHandlerExecutor.anyMatching(LSPDocumentAbstractHandler.java:57) at org.eclipse.lsp4e.internal.LSPDocumentAbstractHandler.setEnabled(LSPDocumentAbstractHandler.java:103) at org.eclipse.lsp4e.internal.LSPDocumentAbstractHandler.setEnabled(LSPDocumentAbstractHandler.java:93) at org.eclipse.lsp4e.operations.rename.LSPRenameHandler.setEnabled(LSPRenameHandler.java:78) at org.eclipse.ui.internal.handlers.HandlerProxy.setEnabled(HandlerProxy.java:229) at org.eclipse.ui.internal.handlers.E4HandlerProxy.canExecute(E4HandlerProxy.java:76) at jdk.internal.reflect.GeneratedMethodAccessor20.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58) at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:300) at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:234) at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:173) at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.isEnabled(HandlerServiceHandler.java:62) at org.eclipse.core.commands.Command.isEnabled(Command.java:832) at org.eclipse.ui.menus.CommandContributionItem.isEnabled(CommandContributionItem.java:917) at org.eclipse.ui.menus.CommandContributionItem.updateMenuItem(CommandContributionItem.java:531) at org.eclipse.ui.menus.CommandContributionItem.update(CommandContributionItem.java:484) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:858) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:858) at org.eclipse.ui.internal.Workbench.updateActiveWorkbenchWindowMenuManager(Workbench.java:3219) at org.eclipse.ui.internal.Workbench.lambda$0(Workbench.java:3201) at org.eclipse.jface.bindings.BindingManager.fireBindingManagerChanged(BindingManager.java:901) at org.eclipse.jface.bindings.BindingManager.setActiveBindings(BindingManager.java:2181) at org.eclipse.jface.bindings.BindingManager.recomputeBindings(BindingManager.java:1742) at org.eclipse.jface.bindings.BindingManager.contextManagerChanged(BindingManager.java:691) at org.eclipse.core.commands.contexts.ContextManager.fireContextManagerChanged(ContextManager.java:164) at org.eclipse.core.commands.contexts.ContextManager.removeActiveContext(ContextManager.java:245) at org.eclipse.ui.internal.contexts.ContextAuthority.updateContext(ContextAuthority.java:695) at org.eclipse.ui.internal.contexts.ContextAuthority.activateContext(ContextAuthority.java:168) at org.eclipse.ui.internal.contexts.ContextAuthority.checkWindowType(ContextAuthority.java:230) at org.eclipse.ui.internal.contexts.ContextAuthority.updateEvaluationContext(ContextAuthority.java:723) at org.eclipse.ui.internal.services.ExpressionAuthority.sourceChanged(ExpressionAuthority.java:281) at org.eclipse.ui.AbstractSourceProvider.fireSourceChanged(AbstractSourceProvider.java:67) at org.eclipse.ui.internal.services.WorkbenchSourceProvider.lambda$2(WorkbenchSourceProvider.java:698) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1953) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1528) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1555) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1534) at org.eclipse.swt.widgets.Shell.gtk_focus_in_event(Shell.java:1603) at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2505) at org.eclipse.swt.widgets.Control.windowProc(Control.java:6884) at org.eclipse.swt.widgets.Display.windowProc(Display.java:6163) at org.eclipse.swt.internal.gtk3.GTK3.gtk_main_do_event(Native Method) at org.eclipse.swt.widgets.Display.eventProc(Display.java:1597) at org.eclipse.swt.internal.gtk3.GTK3.gtk_main_iteration_do(Native Method) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4514) at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:166) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:368) at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1038) at org.eclipse.corrosion.wizards.newproject.NewCargoProjectWizard.performFinish(NewCargoProjectWizard.java:117) at org.eclipse.corrosion.tests.TestNewCargoProjectWizard.testCreateNewProject(TestNewCargoProjectWizard.java:87) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:342) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:645) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:342) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:552) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:171) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Caused by: java.lang.IllegalStateException: Input stream must be configured. at org.eclipse.lsp4j.jsonrpc.Launcher$Builder.create(Launcher.java:310) at org.eclipse.lsp4e.LanguageServerWrapper.lambda$1(LanguageServerWrapper.java:299) at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:787) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1773) at java.base/java.lang.Thread.run(Thread.java:833) Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.706 s -- in org.eclipse.corrosion.tests.TestNewCargoProjectWizard org.eclipse.corrosion.tests.TestNewCargoProjectWizard.testCreateNewProjectOutOfWorkspace -- Time elapsed: 2.100 s org.eclipse.corrosion.tests.TestNewCargoProjectWizard.testNewProjectPage -- Time elapsed: 0.083 s org.eclipse.corrosion.tests.TestNewCargoProjectWizard.testCreateNewProject -- Time elapsed: 1.504 s Running org.eclipse.corrosion.tests.TestLSPExtensions !ENTRY org.eclipse.lsp4e 4 0 2023-11-17 14:25:25.570 !MESSAGE java.lang.IllegalStateException: Input stream must be configured. !STACK 0 java.util.concurrent.CompletionException: java.lang.IllegalStateException: Input stream must be configured. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:791) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1773) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: java.lang.IllegalStateException: Input stream must be configured. at org.eclipse.lsp4j.jsonrpc.Launcher$Builder.create(Launcher.java:310) at org.eclipse.lsp4e.LanguageServerWrapper.lambda$1(LanguageServerWrapper.java:299) at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:787) ... 3 more !ENTRY org.eclipse.lsp4e 4 0 2023-11-17 14:25:25.571 !MESSAGE java.lang.IllegalStateException: Input stream must be configured. !STACK 0 java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Input stream must be configured. at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073) at org.eclipse.lsp4e.operations.semanticTokens.SemanticHighlightReconcilerStrategy.fullReconcile(SemanticHighlightReconcilerStrategy.java:269) at org.eclipse.lsp4e.operations.semanticTokens.SemanticHighlightReconcilerStrategy.initialReconcile(SemanticHighlightReconcilerStrategy.java:288) at org.eclipse.ui.internal.genericeditor.CompositeReconcilerStrategy.initialReconcile(CompositeReconcilerStrategy.java:48) at org.eclipse.jface.text.reconciler.Reconciler.initialProcess(Reconciler.java:223) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:177) Caused by: java.lang.IllegalStateException: Input stream must be configured. at org.eclipse.lsp4j.jsonrpc.Launcher$Builder.create(Launcher.java:310) at org.eclipse.lsp4e.LanguageServerWrapper.lambda$1(LanguageServerWrapper.java:299) at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:787) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1773) at java.base/java.lang.Thread.run(Thread.java:833) !ENTRY org.eclipse.lsp4e 4 0 2023-11-17 14:25:25.572 !MESSAGE java.lang.IllegalStateException: Input stream must be configured. !STACK 0 java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Input stream must be configured. at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2096) at org.eclipse.lsp4e.internal.LSPDocumentAbstractHandler$LanguageServerDocumentHandlerExecutor.matches(LSPDocumentAbstractHandler.java:67) at org.eclipse.lsp4e.internal.LSPDocumentAbstractHandler$LanguageServerDocumentHandlerExecutor.lambda$0(LSPDocumentAbstractHandler.java:57) at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:178) at java.base/java.util.AbstractList$RandomAccessSpliterator.tryAdvance(AbstractList.java:706) at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:129) at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:527) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:513) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:647) at org.eclipse.lsp4e.internal.LSPDocumentAbstractHandler$LanguageServerDocumentHandlerExecutor.anyMatching(LSPDocumentAbstractHandler.java:57) at org.eclipse.lsp4e.internal.LSPDocumentAbstractHandler.setEnabled(LSPDocumentAbstractHandler.java:103) at org.eclipse.lsp4e.internal.LSPDocumentAbstractHandler.setEnabled(LSPDocumentAbstractHandler.java:93) at org.eclipse.lsp4e.operations.rename.LSPRenameHandler.setEnabled(LSPRenameHandler.java:78) at org.eclipse.ui.internal.handlers.HandlerProxy.setEnabled(HandlerProxy.java:229) at org.eclipse.ui.internal.handlers.E4HandlerProxy.canExecute(E4HandlerProxy.java:76) at jdk.internal.reflect.GeneratedMethodAccessor20.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58) at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:300) at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:234) at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:173) at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.isEnabled(HandlerServiceHandler.java:62) at org.eclipse.core.commands.Command.isEnabled(Command.java:832) at org.eclipse.ui.menus.CommandContributionItem.isEnabled(CommandContributionItem.java:917) at org.eclipse.ui.menus.CommandContributionItem.updateMenuItem(CommandContributionItem.java:531) at org.eclipse.ui.menus.CommandContributionItem.update(CommandContributionItem.java:484) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:858) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:858) at org.eclipse.ui.internal.Workbench.updateActiveWorkbenchWindowMenuManager(Workbench.java:3219) at org.eclipse.ui.internal.Workbench.lambda$0(Workbench.java:3201) at org.eclipse.jface.bindings.BindingManager.fireBindingManagerChanged(BindingManager.java:901) at org.eclipse.jface.bindings.BindingManager.setActiveBindings(BindingManager.java:2181) at org.eclipse.jface.bindings.BindingManager.recomputeBindings(BindingManager.java:1742) at org.eclipse.jface.bindings.BindingManager.contextManagerChanged(BindingManager.java:691) at org.eclipse.core.commands.contexts.ContextManager.fireContextManagerChanged(ContextManager.java:164) at org.eclipse.core.commands.contexts.ContextManager.setActiveContextIds(ContextManager.java:295) at org.eclipse.e4.ui.internal.services.ContextContextService.getActiveContextIds(ContextContextService.java:160) at org.eclipse.ui.internal.contexts.ContextService.getActiveContextIds(ContextService.java:215) at org.eclipse.ui.internal.contexts.ActiveContextSourceProvider.getCurrentState(ActiveContextSourceProvider.java:73) at org.eclipse.ui.internal.contexts.ActiveContextSourceProvider.contextManagerChanged(ActiveContextSourceProvider.java:54) at org.eclipse.core.commands.contexts.ContextManager.fireContextManagerChanged(ContextManager.java:164) at org.eclipse.core.commands.contexts.ContextManager.removeActiveContext(ContextManager.java:245) at org.eclipse.ui.internal.contexts.ContextAuthority.updateContext(ContextAuthority.java:695) at org.eclipse.ui.internal.contexts.ContextAuthority.activateContext(ContextAuthority.java:168) at org.eclipse.ui.internal.contexts.ContextAuthority.checkWindowType(ContextAuthority.java:230) at org.eclipse.ui.internal.contexts.ContextAuthority.updateEvaluationContext(ContextAuthority.java:723) at org.eclipse.ui.internal.services.ExpressionAuthority.sourceChanged(ExpressionAuthority.java:281) at org.eclipse.ui.AbstractSourceProvider.fireSourceChanged(AbstractSourceProvider.java:67) at org.eclipse.ui.internal.services.WorkbenchSourceProvider.lambda$2(WorkbenchSourceProvider.java:698) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1953) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1528) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1555) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1534) at org.eclipse.swt.widgets.Shell.gtk_focus_in_event(Shell.java:1603) at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2505) at org.eclipse.swt.widgets.Control.windowProc(Control.java:6884) at org.eclipse.swt.widgets.Display.windowProc(Display.java:6163) at org.eclipse.swt.internal.gtk3.GTK3.gtk_main_do_event(Native Method) at org.eclipse.swt.widgets.Display.eventProc(Display.java:1597) at org.eclipse.swt.internal.gtk3.GTK3.gtk_main_iteration_do(Native Method) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4514) at org.eclipse.jface.window.Window.runEventLoop(Window.java:823) at org.eclipse.jface.window.Window.open(Window.java:799) at org.eclipse.jface.dialogs.MessageDialog.open(MessageDialog.java:609) at org.eclipse.jface.dialogs.MessageDialog.open(MessageDialog.java:435) at org.eclipse.corrosion.edit.RLSStreamConnectionProvider.lambda$0(RLSStreamConnectionProvider.java:70) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520) at org.eclipse.corrosion.tests.AbstractCorrosionTest.waitUntil(AbstractCorrosionTest.java:183) at org.eclipse.corrosion.tests.TestLSPExtensions.waitUntilJobIsDone(TestLSPExtensions.java:74) at org.eclipse.corrosion.tests.TestLSPExtensions.testBuildingMessages(TestLSPExtensions.java:48) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:342) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:645) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:342) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:552) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:171) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Caused by: java.lang.IllegalStateException: Input stream must be configured. at org.eclipse.lsp4j.jsonrpc.Launcher$Builder.create(Launcher.java:310) at org.eclipse.lsp4e.LanguageServerWrapper.lambda$1(LanguageServerWrapper.java:299) at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:787) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1773) at java.base/java.lang.Thread.run(Thread.java:833) !ENTRY org.eclipse.jface.text 4 0 2023-11-17 14:25:25.573 !MESSAGE java.lang.IllegalStateException: Input stream must be configured. !STACK 0 java.util.concurrent.CompletionException: java.lang.IllegalStateException: Input stream must be configured. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:791) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1773) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: java.lang.IllegalStateException: Input stream must be configured. at org.eclipse.lsp4j.jsonrpc.Launcher$Builder.create(Launcher.java:310) at org.eclipse.lsp4e.LanguageServerWrapper.lambda$1(LanguageServerWrapper.java:299) at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:787) ... 3 more !ENTRY org.eclipse.jface.text 4 0 2023-11-17 14:25:25.573 !MESSAGE java.lang.IllegalStateException: Input stream must be configured. !STACK 0 java.util.concurrent.CompletionException: java.lang.IllegalStateException: Input stream must be configured. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:791) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1773) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: java.lang.IllegalStateException: Input stream must be configured. at org.eclipse.lsp4j.jsonrpc.Launcher$Builder.create(Launcher.java:310) at org.eclipse.lsp4e.LanguageServerWrapper.lambda$1(LanguageServerWrapper.java:299) at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:787) ... 3 more !ENTRY org.eclipse.jface.text 4 0 2023-11-17 14:25:25.574 !MESSAGE java.lang.IllegalStateException: Input stream must be configured. !STACK 0 java.util.concurrent.CompletionException: java.lang.IllegalStateException: Input stream must be configured. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:791) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1773) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: java.lang.IllegalStateException: Input stream must be configured. at org.eclipse.lsp4j.jsonrpc.Launcher$Builder.create(Launcher.java:310) at org.eclipse.lsp4e.LanguageServerWrapper.lambda$1(LanguageServerWrapper.java:299) at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:787) ... 3 more !ENTRY org.eclipse.corrosion 2 0 2023-11-17 14:25:25.575 !MESSAGE Language Server settings file not set. !ENTRY org.eclipse.lsp4e 4 0 2023-11-17 14:25:26.752 !MESSAGE java.lang.IllegalStateException: Input stream must be configured. !STACK 0 java.util.concurrent.CompletionException: java.lang.IllegalStateException: Input stream must be configured. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:791) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1773) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: java.lang.IllegalStateException: Input stream must be configured. at org.eclipse.lsp4j.jsonrpc.Launcher$Builder.create(Launcher.java:310) at org.eclipse.lsp4e.LanguageServerWrapper.lambda$1(LanguageServerWrapper.java:299) at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:787) ... 3 more !ENTRY org.eclipse.lsp4e 4 0 2023-11-17 14:25:26.753 !MESSAGE java.lang.IllegalStateException: Input stream must be configured. !STACK 0 java.util.concurrent.CompletionException: java.lang.IllegalStateException: Input stream must be configured. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:791) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1773) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: java.lang.IllegalStateException: Input stream must be configured. at org.eclipse.lsp4j.jsonrpc.Launcher$Builder.create(Launcher.java:310) at org.eclipse.lsp4e.LanguageServerWrapper.lambda$1(LanguageServerWrapper.java:299) at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:787) ... 3 more !ENTRY org.eclipse.tycho.surefire.osgibooter 2 0 2023-11-17 14:53:20.849 !MESSAGE DumpStackTracesTimer almost reached timeout '1800000'. totalMemory: 100663296 freeMemory (before GC): 52475392 freeMemory (after GC): 67135304 Thread dump 0 at 2023-11-17 14:53:20 +0000: java.lang.Exception: ThreadDump for thread "pool-1-thread-1" at java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) at java.base@17.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341) at java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506) at java.base@17.0.2/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463) at java.base@17.0.2/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434) at java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623) at java.base@17.0.2/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base@17.0.2/java.lang.Thread.run(Thread.java:833) java.lang.Exception: ThreadDump for thread "Worker-JM" at java.base@17.0.2/java.lang.Object.wait(Native Method) at org.eclipse.core.internal.jobs.InternalWorker.run(InternalWorker.java:61) java.lang.Exception: ThreadDump for thread "WorkbenchTestable" at java.base@17.0.2/java.lang.Object.wait(Native Method) at java.base@17.0.2/java.lang.Object.wait(Object.java:338) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:200) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:133) at org.eclipse.swt.widgets.Display.syncExec(Display.java:5960) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.runTest(E4Testable.java:118) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:38) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:79) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable$$Lambda$642/0x0000000801124a30.run(Unknown Source) at java.base@17.0.2/java.lang.Thread.run(Thread.java:833) java.lang.Exception: ThreadDump for thread "DumpStackTracesTimer" at java.base@17.0.2/java.lang.Thread.dumpThreads(Native Method) at java.base@17.0.2/java.lang.Thread.getAllStackTraces(Thread.java:1662) at org.eclipse.tycho.surefire.osgibooter.DumpStackTracesTimer.dumpStackTraces(DumpStackTracesTimer.java:136) at org.eclipse.tycho.surefire.osgibooter.DumpStackTracesTimer.logStackTraces(DumpStackTracesTimer.java:122) at org.eclipse.tycho.surefire.osgibooter.DumpStackTracesTimer.dump(DumpStackTracesTimer.java:110) at org.eclipse.tycho.surefire.osgibooter.DumpStackTracesTimer.run(DumpStackTracesTimer.java:95) at java.base@17.0.2/java.util.TimerThread.mainLoop(Timer.java:566) at java.base@17.0.2/java.util.TimerThread.run(Timer.java:516) java.lang.Exception: ThreadDump for thread "Notification Thread" java.lang.Exception: ThreadDump for thread "Worker-5" at java.base@17.0.2/java.lang.Object.wait(Native Method) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:200) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:242) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58) java.lang.Exception: ThreadDump for thread "Refresh Thread: Equinox Container: b9e16be3-f24d-4adb-b8d6-46c893eb048e" at java.base@17.0.2/java.lang.Object.wait(Native Method) at java.base@17.0.2/java.lang.Object.wait(Object.java:338) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:400) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) java.lang.Exception: ThreadDump for thread "EMF Reference Cleaner" at java.base@17.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:150) at java.base@17.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176) at org.eclipse.emf.common.util.CommonUtil$1ReferenceClearingQueuePollingThread.run(CommonUtil.java:70) java.lang.Exception: ThreadDump for thread "Common-Cleaner" at java.base@17.0.2/java.lang.Object.wait(Native Method) at java.base@17.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) at java.base@17.0.2/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:140) at java.base@17.0.2/java.lang.Thread.run(Thread.java:833) at java.base@17.0.2/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:162) java.lang.Exception: ThreadDump for thread "Reference Handler" at java.base@17.0.2/java.lang.Object.notifyAll(Native Method) at java.base@17.0.2/java.lang.ref.ReferenceQueue.enqueue(ReferenceQueue.java:80) at java.base@17.0.2/java.lang.ref.Reference.enqueueFromPending(Reference.java:242) at java.base@17.0.2/java.lang.ref.Reference.processPendingReferences(Reference.java:273) at java.base@17.0.2/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:215) java.lang.Exception: ThreadDump for thread "Finalizer" at java.base@17.0.2/java.lang.Object.wait(Native Method) at java.base@17.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) at java.base@17.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176) at java.base@17.0.2/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:172) java.lang.Exception: ThreadDump for thread "Signal Dispatcher" java.lang.Exception: ThreadDump for thread "main" at org.eclipse.swt.internal.gtk.OS.Call(Native Method) at org.eclipse.swt.widgets.Display.sleep(Display.java:5641) at org.eclipse.jface.window.Window.runEventLoop(Window.java:824) at org.eclipse.jface.window.Window.open(Window.java:799) at org.eclipse.jface.dialogs.MessageDialog.open(MessageDialog.java:609) at org.eclipse.jface.dialogs.MessageDialog.open(MessageDialog.java:435) at org.eclipse.corrosion.edit.RLSStreamConnectionProvider.lambda$0(RLSStreamConnectionProvider.java:70) at org.eclipse.corrosion.edit.RLSStreamConnectionProvider$$Lambda$1477/0x00000008012ea840.run(Unknown Source) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520) at org.eclipse.corrosion.tests.AbstractCorrosionTest.waitUntil(AbstractCorrosionTest.java:183) at org.eclipse.corrosion.tests.TestLSPExtensions.waitUntilJobIsDone(TestLSPExtensions.java:74) at org.eclipse.corrosion.tests.TestLSPExtensions.testBuildingMessages(TestLSPExtensions.java:48) at java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.2/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.2/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$865/0x0000000801293618.apply(Unknown Source) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall$$Lambda$866/0x0000000801293a38.apply(Unknown Source) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$$Lambda$1041/0x00000008012d86a0.apply(Unknown Source) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$1076/0x00000008012de900.execute(Unknown Source) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$971/0x00000008012ca540.execute(Unknown Source) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$970/0x00000008012ca318.invoke(Unknown Source) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$969/0x00000008012c9ef0.execute(Unknown Source) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$975/0x00000008012cb058.accept(Unknown Source) at java.base@17.0.2/java.util.ArrayList.forEach(ArrayList.java:1511) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$971/0x00000008012ca540.execute(Unknown Source) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$970/0x00000008012ca318.invoke(Unknown Source) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$969/0x00000008012c9ef0.execute(Unknown Source) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$975/0x00000008012cb058.accept(Unknown Source) at java.base@17.0.2/java.util.ArrayList.forEach(ArrayList.java:1511) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$971/0x00000008012ca540.execute(Unknown Source) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$970/0x00000008012ca318.invoke(Unknown Source) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$969/0x00000008012c9ef0.execute(Unknown Source) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55) at org.junit.platform.launcher.core.EngineExecutionOrchestrator$$Lambda$925/0x00000008012a3ac0.accept(Unknown Source) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122) at java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.2/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.2/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable$$Lambda$661/0x000000080118e238.run(Unknown Source) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:342) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:645) at org.eclipse.ui.internal.Workbench$$Lambda$157/0x0000000800db3020.run(Unknown Source) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:342) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:552) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:171) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.2/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.2/java.lang.reflect.Method.invoke(Method.java:568) at app//org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651) at app//org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at app//org.eclipse.equinox.launcher.Main.run(Main.java:1459) at app//org.eclipse.equinox.launcher.Main.main(Main.java:1432) java.lang.Exception: ThreadDump for thread "Bundle File Closer" at java.base@17.0.2/java.lang.Object.wait(Native Method) at java.base@17.0.2/java.lang.Object.wait(Object.java:338) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:400) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) java.lang.Exception: ThreadDump for thread "Worker-7" at java.base@17.0.2/java.lang.Object.wait(Native Method) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:200) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:242) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58) java.lang.Exception: ThreadDump for thread "org.eclipse.ui.internal.genericeditor.folding.DefaultFoldingReconciler" at java.base@17.0.2/java.lang.Object.wait(Native Method) at org.eclipse.jface.text.reconciler.AbstractReconciler.delay(AbstractReconciler.java:572) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:181) java.lang.Exception: ThreadDump for thread "EventAdmin Async Event Dispatcher Thread" at java.base@17.0.2/java.lang.Object.wait(Native Method) at java.base@17.0.2/java.lang.Object.wait(Object.java:338) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:400) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) java.lang.Exception: ThreadDump for thread "Active Thread: Equinox Container: b9e16be3-f24d-4adb-b8d6-46c893eb048e" at java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) at java.base@17.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252) at java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672) at java.base@17.0.2/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182) at java.base@17.0.2/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base@17.0.2/java.lang.Thread.run(Thread.java:833) java.lang.Exception: ThreadDump for thread "SCR Component Actor" at java.base@17.0.2/java.lang.Object.wait(Native Method) at java.base@17.0.2/java.lang.Object.wait(Object.java:338) at org.apache.felix.scr.impl.ComponentActorThread.run(ComponentActorThread.java:83) at java.base@17.0.2/java.lang.Thread.run(Thread.java:833) java.lang.Exception: ThreadDump for thread "org.eclipse.jface.text.codemining.CodeMiningReconciler" at java.base@17.0.2/java.lang.Object.wait(Native Method) at org.eclipse.jface.text.reconciler.AbstractReconciler.delay(AbstractReconciler.java:572) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:181) java.lang.Exception: ThreadDump for thread "Start Level: Equinox Container: b9e16be3-f24d-4adb-b8d6-46c893eb048e" at java.base@17.0.2/java.lang.Object.wait(Native Method) at java.base@17.0.2/java.lang.Object.wait(Object.java:338) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:400) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) java.lang.Exception: ThreadDump for thread "Stop Language Server Task Processor" at java.base@17.0.2/java.lang.Object.wait(Native Method) at java.base@17.0.2/java.lang.Object.wait(Object.java:338) at java.base@17.0.2/java.util.TimerThread.mainLoop(Timer.java:537) at java.base@17.0.2/java.util.TimerThread.run(Timer.java:516) java.lang.Exception: ThreadDump for thread "org.eclipse.jface.text.reconciler.Reconciler" at java.base@17.0.2/java.lang.Object.wait(Native Method) at org.eclipse.jface.text.reconciler.AbstractReconciler.delay(AbstractReconciler.java:572) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:181) java.lang.Exception: ThreadDump for thread "Framework Event Dispatcher: Equinox Container: b9e16be3-f24d-4adb-b8d6-46c893eb048e" at java.base@17.0.2/java.lang.Object.wait(Native Method) at java.base@17.0.2/java.lang.Object.wait(Object.java:338) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:400) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) java.lang.Exception: ThreadDump for thread "Stop Language Server Task Processor" at java.base@17.0.2/java.lang.Object.wait(Native Method) at java.base@17.0.2/java.lang.Object.wait(Object.java:338) at java.base@17.0.2/java.util.TimerThread.mainLoop(Timer.java:537) at java.base@17.0.2/java.util.TimerThread.run(Timer.java:516) java.lang.Exception: ThreadDump for thread "tm4e.TokenizerThread" at java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) at java.base@17.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341) at java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506) at java.base@17.0.2/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463) at java.base@17.0.2/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434) at java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623) at java.base@17.0.2/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435) at org.eclipse.tm4e.core.model.TMModel$TokenizerThread.run(TMModel.java:157) java.lang.Exception: ThreadDump for thread "CompletableFutureDelayScheduler" at java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) at java.base@17.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341) at java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506) at java.base@17.0.2/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463) at java.base@17.0.2/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434) at java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623) at java.base@17.0.2/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1170) at java.base@17.0.2/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base@17.0.2/java.lang.Thread.run(Thread.java:833) java.lang.Exception: ThreadDump for thread "pool-2-thread-1" at java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) at java.base@17.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341) at java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506) at java.base@17.0.2/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463) at java.base@17.0.2/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434) at java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623) at java.base@17.0.2/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base@17.0.2/java.lang.Thread.run(Thread.java:833) !ENTRY org.eclipse.tycho.surefire.osgibooter 1 0 2023-11-17 14:53:20.850 !MESSAGE Seconds to do dump 0: 0.096 !ENTRY org.eclipse.tycho.surefire.osgibooter 2 0 2023-11-17 14:53:25.947 !MESSAGE DumpStackTracesTimer almost reached timeout '1800000'. totalMemory: 100663296 freeMemory (before GC): 66590136 freeMemory (after GC): 69462440 Thread dump 5 at 2023-11-17 14:53:25 +0000: java.lang.Exception: ThreadDump for thread "pool-1-thread-1" at java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) at java.base@17.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341) at java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506) at java.base@17.0.2/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463) at java.base@17.0.2/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434) at java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623) at java.base@17.0.2/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base@17.0.2/java.lang.Thread.run(Thread.java:833) java.lang.Exception: ThreadDump for thread "Worker-JM" at java.base@17.0.2/java.lang.Object.wait(Native Method) at org.eclipse.core.internal.jobs.InternalWorker.run(InternalWorker.java:61) java.lang.Exception: ThreadDump for thread "WorkbenchTestable" at java.base@17.0.2/java.lang.Object.wait(Native Method) at java.base@17.0.2/java.lang.Object.wait(Object.java:338) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:200) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:133) at org.eclipse.swt.widgets.Display.syncExec(Display.java:5960) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.runTest(E4Testable.java:118) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:38) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:79) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable$$Lambda$642/0x0000000801124a30.run(Unknown Source) at java.base@17.0.2/java.lang.Thread.run(Thread.java:833) java.lang.Exception: ThreadDump for thread "DumpStackTracesTimer" at java.base@17.0.2/java.lang.Thread.dumpThreads(Native Method) at java.base@17.0.2/java.lang.Thread.getAllStackTraces(Thread.java:1662) at org.eclipse.tycho.surefire.osgibooter.DumpStackTracesTimer.dumpStackTraces(DumpStackTracesTimer.java:136) at org.eclipse.tycho.surefire.osgibooter.DumpStackTracesTimer.logStackTraces(DumpStackTracesTimer.java:122) at org.eclipse.tycho.surefire.osgibooter.DumpStackTracesTimer.dump(DumpStackTracesTimer.java:110) at org.eclipse.tycho.surefire.osgibooter.DumpStackTracesTimer.run(DumpStackTracesTimer.java:101) at java.base@17.0.2/java.util.TimerThread.mainLoop(Timer.java:566) at java.base@17.0.2/java.util.TimerThread.run(Timer.java:516) java.lang.Exception: ThreadDump for thread "Notification Thread" java.lang.Exception: ThreadDump for thread "Worker-5" at java.base@17.0.2/java.lang.Object.wait(Native Method) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:200) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:242) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58) java.lang.Exception: ThreadDump for thread "Refresh Thread: Equinox Container: b9e16be3-f24d-4adb-b8d6-46c893eb048e" at java.base@17.0.2/java.lang.Object.wait(Native Method) at java.base@17.0.2/java.lang.Object.wait(Object.java:338) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:400) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) java.lang.Exception: ThreadDump for thread "EMF Reference Cleaner" at java.base@17.0.2/java.lang.Object.wait(Native Method) at java.base@17.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) at java.base@17.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176) at org.eclipse.emf.common.util.CommonUtil$1ReferenceClearingQueuePollingThread.run(CommonUtil.java:70) java.lang.Exception: ThreadDump for thread "Common-Cleaner" at java.base@17.0.2/java.lang.Object.wait(Native Method) at java.base@17.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) at java.base@17.0.2/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:140) at java.base@17.0.2/java.lang.Thread.run(Thread.java:833) at java.base@17.0.2/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:162) java.lang.Exception: ThreadDump for thread "Reference Handler" at java.base@17.0.2/java.lang.ref.Reference.processPendingReferences(Reference.java:273) at java.base@17.0.2/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:215) java.lang.Exception: ThreadDump for thread "Finalizer" at java.base@17.0.2/java.lang.Object.wait(Native Method) at java.base@17.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) at java.base@17.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176) at java.base@17.0.2/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:172) java.lang.Exception: ThreadDump for thread "Signal Dispatcher" java.lang.Exception: ThreadDump for thread "main" at org.eclipse.swt.internal.gtk.OS.Call(Native Method) at org.eclipse.swt.widgets.Display.sleep(Display.java:5641) at org.eclipse.jface.window.Window.runEventLoop(Window.java:824) at org.eclipse.jface.window.Window.open(Window.java:799) at org.eclipse.jface.dialogs.MessageDialog.open(MessageDialog.java:609) at org.eclipse.jface.dialogs.MessageDialog.open(MessageDialog.java:435) at org.eclipse.corrosion.edit.RLSStreamConnectionProvider.lambda$0(RLSStreamConnectionProvider.java:70) at org.eclipse.corrosion.edit.RLSStreamConnectionProvider$$Lambda$1477/0x00000008012ea840.run(Unknown Source) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520) at org.eclipse.corrosion.tests.AbstractCorrosionTest.waitUntil(AbstractCorrosionTest.java:183) at org.eclipse.corrosion.tests.TestLSPExtensions.waitUntilJobIsDone(TestLSPExtensions.java:74) at org.eclipse.corrosion.tests.TestLSPExtensions.testBuildingMessages(TestLSPExtensions.java:48) at java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.2/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.2/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$865/0x0000000801293618.apply(Unknown Source) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall$$Lambda$866/0x0000000801293a38.apply(Unknown Source) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$$Lambda$1041/0x00000008012d86a0.apply(Unknown Source) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$1076/0x00000008012de900.execute(Unknown Source) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$971/0x00000008012ca540.execute(Unknown Source) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$970/0x00000008012ca318.invoke(Unknown Source) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$969/0x00000008012c9ef0.execute(Unknown Source) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$975/0x00000008012cb058.accept(Unknown Source) at java.base@17.0.2/java.util.ArrayList.forEach(ArrayList.java:1511) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$971/0x00000008012ca540.execute(Unknown Source) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$970/0x00000008012ca318.invoke(Unknown Source) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$969/0x00000008012c9ef0.execute(Unknown Source) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$975/0x00000008012cb058.accept(Unknown Source) at java.base@17.0.2/java.util.ArrayList.forEach(ArrayList.java:1511) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$971/0x00000008012ca540.execute(Unknown Source) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$970/0x00000008012ca318.invoke(Unknown Source) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$969/0x00000008012c9ef0.execute(Unknown Source) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55) at org.junit.platform.launcher.core.EngineExecutionOrchestrator$$Lambda$925/0x00000008012a3ac0.accept(Unknown Source) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122) at java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.2/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.2/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable$$Lambda$661/0x000000080118e238.run(Unknown Source) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:342) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:645) at org.eclipse.ui.internal.Workbench$$Lambda$157/0x0000000800db3020.run(Unknown Source) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:342) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:552) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:171) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.2/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.2/java.lang.reflect.Method.invoke(Method.java:568) at app//org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651) at app//org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at app//org.eclipse.equinox.launcher.Main.run(Main.java:1459) at app//org.eclipse.equinox.launcher.Main.main(Main.java:1432) java.lang.Exception: ThreadDump for thread "Bundle File Closer" at java.base@17.0.2/java.lang.Object.wait(Native Method) at java.base@17.0.2/java.lang.Object.wait(Object.java:338) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:400) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) java.lang.Exception: ThreadDump for thread "Worker-7" at java.base@17.0.2/java.lang.Object.wait(Native Method) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:200) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:242) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58) java.lang.Exception: ThreadDump for thread "org.eclipse.ui.internal.genericeditor.folding.DefaultFoldingReconciler" at java.base@17.0.2/java.lang.Object.wait(Native Method) at org.eclipse.jface.text.reconciler.AbstractReconciler.delay(AbstractReconciler.java:572) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:181) java.lang.Exception: ThreadDump for thread "EventAdmin Async Event Dispatcher Thread" at java.base@17.0.2/java.lang.Object.wait(Native Method) at java.base@17.0.2/java.lang.Object.wait(Object.java:338) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:400) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) java.lang.Exception: ThreadDump for thread "Active Thread: Equinox Container: b9e16be3-f24d-4adb-b8d6-46c893eb048e" at java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) at java.base@17.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252) at java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672) at java.base@17.0.2/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182) at java.base@17.0.2/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base@17.0.2/java.lang.Thread.run(Thread.java:833) java.lang.Exception: ThreadDump for thread "SCR Component Actor" at java.base@17.0.2/java.lang.Object.wait(Native Method) at java.base@17.0.2/java.lang.Object.wait(Object.java:338) at org.apache.felix.scr.impl.ComponentActorThread.run(ComponentActorThread.java:83) at java.base@17.0.2/java.lang.Thread.run(Thread.java:833) java.lang.Exception: ThreadDump for thread "org.eclipse.jface.text.codemining.CodeMiningReconciler" at java.base@17.0.2/java.lang.Object.wait(Native Method) at org.eclipse.jface.text.reconciler.AbstractReconciler.delay(AbstractReconciler.java:572) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:181) java.lang.Exception: ThreadDump for thread "Start Level: Equinox Container: b9e16be3-f24d-4adb-b8d6-46c893eb048e" at java.base@17.0.2/java.lang.Object.wait(Native Method) at java.base@17.0.2/java.lang.Object.wait(Object.java:338) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:400) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) java.lang.Exception: ThreadDump for thread "Stop Language Server Task Processor" at java.base@17.0.2/java.lang.Object.wait(Native Method) at java.base@17.0.2/java.lang.Object.wait(Object.java:338) at java.base@17.0.2/java.util.TimerThread.mainLoop(Timer.java:537) at java.base@17.0.2/java.util.TimerThread.run(Timer.java:516) java.lang.Exception: ThreadDump for thread "org.eclipse.jface.text.reconciler.Reconciler" at java.base@17.0.2/java.lang.Object.wait(Native Method) at org.eclipse.jface.text.reconciler.AbstractReconciler.delay(AbstractReconciler.java:572) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:181) java.lang.Exception: ThreadDump for thread "Framework Event Dispatcher: Equinox Container: b9e16be3-f24d-4adb-b8d6-46c893eb048e" at java.base@17.0.2/java.lang.Object.wait(Native Method) at java.base@17.0.2/java.lang.Object.wait(Object.java:338) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:400) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) java.lang.Exception: ThreadDump for thread "Stop Language Server Task Processor" at java.base@17.0.2/java.lang.Object.wait(Native Method) at java.base@17.0.2/java.lang.Object.wait(Object.java:338) at java.base@17.0.2/java.util.TimerThread.mainLoop(Timer.java:537) at java.base@17.0.2/java.util.TimerThread.run(Timer.java:516) java.lang.Exception: ThreadDump for thread "tm4e.TokenizerThread" at java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) at java.base@17.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341) at java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506) at java.base@17.0.2/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463) at java.base@17.0.2/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434) at java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623) at java.base@17.0.2/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435) at org.eclipse.tm4e.core.model.TMModel$TokenizerThread.run(TMModel.java:157) java.lang.Exception: ThreadDump for thread "CompletableFutureDelayScheduler" at java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) at java.base@17.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341) at java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506) at java.base@17.0.2/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463) at java.base@17.0.2/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434) at java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623) at java.base@17.0.2/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1170) at java.base@17.0.2/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base@17.0.2/java.lang.Thread.run(Thread.java:833) java.lang.Exception: ThreadDump for thread "pool-2-thread-1" at java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) at java.base@17.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341) at java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506) at java.base@17.0.2/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463) at java.base@17.0.2/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434) at java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623) at java.base@17.0.2/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122) at java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base@17.0.2/java.lang.Thread.run(Thread.java:833) !ENTRY org.eclipse.tycho.surefire.osgibooter 1 0 2023-11-17 14:53:25.947 !MESSAGE Seconds to do dump 5: 0.097 [ERROR] Timeout of 1800s exceeded. Process was killed [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] parent 1.2.4-SNAPSHOT .............................. SUCCESS [ 5.343 s] [INFO] [bundle] Rust edition in Eclipse IDE 1.2.5-SNAPSHOT SUCCESS [ 32.810 s] [INFO] [test-bundle] Tests for Corrosion 1.0.0-SNAPSHOT ... FAILURE [30:05 min] [INFO] [feature] Corrosion: Rust edition in Eclipse IDE 1.2.5-SNAPSHOT SKIPPED [INFO] org.eclipse.corrosion.product.branding 1.2.4-SNAPSHOT SKIPPED [INFO] org.eclipse.corrosion.product 1.2.5-SNAPSHOT ....... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 31:08 min [INFO] Finished at: 2023-11-17T14:55:15Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:4.0.2:test (default-test) on project org.eclipse.corrosion.tests: An unexpected error occurred while launching the test runtime (process returned error code 143(SIGTERM received?)). The process logfile /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/target/work/data/.metadata/.log might contain further details. Command-line used to launch the sub-process was /opt/tools/java/openjdk/jdk-17/latest/bin/java -Dosgi.noShutdown=false -Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86_64 -javaagent:/home/jenkins/agent/workspace/corrosion_master/.m2/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/target/jacoco.exec,append=true,includes=org.eclipse.corrosion* -Dosgi.clean=true -jar /home/jenkins/agent/workspace/corrosion_master/.m2/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar -consolelog -data /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/target/work/data -install /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/target/work -configuration /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/target/work/configuration -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/target/surefire.properties in working directory /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [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 [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <args> -rf :org.eclipse.corrosion.tests [Pipeline] } Terminating xvnc. Fri Nov 17 14:55:31 2023 ComparingUpdateTracker: 0 pixels in / 0 pixels out ComparingUpdateTracker: (1:-nan ratio) [Pipeline] // xvnc Post stage [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy) Stage "Deploy" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 GitHub has been notified of this commit’s build result Finished: FAILURE