Skip to content

Console Output

Branch indexing
16:46:16 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from 25014d6bdea3009ae5f02a80bba9d8617ffe362d
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-8-4lg76 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-4lg76"
  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-4lg76"
    - 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-4lg76"
    - 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-4lg76 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 25014d6bdea3009ae5f02a80bba9d8617ffe362d (master)
Commit message: "Directly install rust-analyzer from Jenkinsfile"
 > 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 25014d6bdea3009ae5f02a80bba9d8617ffe362d # timeout=10
 > git rev-list --no-walk 3ed5d71f1ae9ee99106c828769545564f4cb1379 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 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
+ rustup component add rust-analyzer
info: downloading component 'rust-analyzer'
info: installing component 'rust-analyzer'
[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 :77 -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 21:46:50 2023
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5977
 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@4c0f1c4b
[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.202311172144
[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.202311172144
[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 21:47:54.831 -----------------------------------------------
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 21:47:57.584
!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 21:47:57.584
!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 21:47:59.805
!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 21:48:00.093
!MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2023-11-17 21:48:00 +0000
Running org.eclipse.corrosion.tests.TestNewCargoProjectWizard

!ENTRY org.eclipse.corrosion 2 0 2023-11-17 21:48:01.957
!MESSAGE Language Server settings file not set.

!ENTRY org.eclipse.core.resources 2 2 2023-11-17 21:48:02.937
!MESSAGE Save operation warnings.
!SUBENTRY 1 org.eclipse.core.resources 2 234 2023-11-17 21:48:02.938
!MESSAGE The project description file (.project) for 'corrosion-test5066538344514923560' 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.
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.873 s -- in org.eclipse.corrosion.tests.TestNewCargoProjectWizard
org.eclipse.corrosion.tests.TestNewCargoProjectWizard.testCreateNewProjectOutOfWorkspace -- Time elapsed: 1.702 s
org.eclipse.corrosion.tests.TestNewCargoProjectWizard.testNewProjectPage -- Time elapsed: 0.060 s
org.eclipse.corrosion.tests.TestNewCargoProjectWizard.testCreateNewProject -- Time elapsed: 1.054 s
Running org.eclipse.corrosion.tests.TestLSPExtensions
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.769 s -- in org.eclipse.corrosion.tests.TestLSPExtensions
org.eclipse.corrosion.tests.TestLSPExtensions.testBuildingMessages -- Time elapsed: 0.562 s
org.eclipse.corrosion.tests.TestLSPExtensions.testIndexingMessages -- Time elapsed: 0.204 s
Running org.eclipse.corrosion.tests.TestSnippetContentAssistProcessor

!ENTRY org.eclipse.lsp4e 4 0 2023-11-17 21:48:05.780
!MESSAGE org.eclipse.lsp4j.jsonrpc.ResponseErrorException: file not found: /basic_org.eclipse.corrosion.tests.TestSnippetContentAssistProcessor_1700257685591/src/main.rs
!STACK 0
java.util.concurrent.ExecutionException: org.eclipse.lsp4j.jsonrpc.ResponseErrorException: file not found: /basic_org.eclipse.corrosion.tests.TestSnippetContentAssistProcessor_1700257685591/src/main.rs
	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: org.eclipse.lsp4j.jsonrpc.ResponseErrorException: file not found: /basic_org.eclipse.corrosion.tests.TestSnippetContentAssistProcessor_1700257685591/src/main.rs
	at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.handleResponse(RemoteEndpoint.java:209)
	at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.consume(RemoteEndpoint.java:193)
	at org.eclipse.lsp4e.LanguageServerWrapper.lambda$3(LanguageServerWrapper.java:285)
	at org.eclipse.lsp4j.jsonrpc.json.StreamMessageProducer.handleMessage(StreamMessageProducer.java:194)
	at org.eclipse.lsp4j.jsonrpc.json.StreamMessageProducer.listen(StreamMessageProducer.java:94)
	at org.eclipse.lsp4j.jsonrpc.json.ConcurrentMessageProcessor.run(ConcurrentMessageProcessor.java:113)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.361 s -- in org.eclipse.corrosion.tests.TestSnippetContentAssistProcessor
org.eclipse.corrosion.tests.TestSnippetContentAssistProcessor.testCompletionsLimited -- Time elapsed: 0.379 s
org.eclipse.corrosion.tests.TestSnippetContentAssistProcessor.testSingleLineComment -- Time elapsed: 0.394 s
org.eclipse.corrosion.tests.TestSnippetContentAssistProcessor.testMultiLineComment -- Time elapsed: 0.293 s
org.eclipse.corrosion.tests.TestSnippetContentAssistProcessor.testCompletionsPresent -- Time elapsed: 0.291 s
Running org.eclipse.corrosion.tests.TestRunConfiguration

!ENTRY org.eclipse.ui 4 0 2023-11-17 21:48:06.524
!MESSAGE Unhandled event loop exception
!STACK 0
org.eclipse.swt.SWTException: Widget is disposed
	at org.eclipse.swt.SWT.error(SWT.java:4918)
	at org.eclipse.swt.SWT.error(SWT.java:4833)
	at org.eclipse.swt.SWT.error(SWT.java:4804)
	at org.eclipse.swt.widgets.Widget.error(Widget.java:565)
	at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:480)
	at org.eclipse.swt.widgets.Control.setRedraw(Control.java:5972)
	at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1425)
	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.TestRunConfiguration.confirmErrorPopup(TestRunConfiguration.java:132)
	at org.eclipse.corrosion.tests.TestRunConfiguration.testFailOnDeletedProject(TestRunConfiguration.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)
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.908 s -- in org.eclipse.corrosion.tests.TestRunConfiguration
org.eclipse.corrosion.tests.TestRunConfiguration.testBasicRun -- Time elapsed: 0.546 s
org.eclipse.corrosion.tests.TestRunConfiguration.testFailOnDeletedProject -- Time elapsed: 0.455 s
org.eclipse.corrosion.tests.TestRunConfiguration.testFailOnNonCargoProject -- Time elapsed: 0.222 s
org.eclipse.corrosion.tests.TestRunConfiguration.testFailOnFakeProjectName -- Time elapsed: 0.220 s
org.eclipse.corrosion.tests.TestRunConfiguration.testTranslateVariablesInBuildCommand -- Time elapsed: 0.460 s
Running org.eclipse.corrosion.tests.TestDebugConfiguration

!ENTRY org.eclipse.cdt.core.native 4 0 2023-11-17 21:48:08.397
!MESSAGE no spawner in java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib

!ENTRY org.eclipse.cdt.core.native 4 0 2023-11-17 21:48:08.986
!MESSAGE Failed to load the PTY library. This may indicate a configuration problem, but can be ignored if no further problems are observed.
!STACK 0
java.lang.UnsatisfiedLinkError: no pty in java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib
	at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2429)
	at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:818)
	at java.base/java.lang.System.loadLibrary(System.java:1989)
	at org.eclipse.cdt.utils.pty.PTY.<clinit>(PTY.java:309)
	at org.eclipse.cdt.dsf.gdb.service.GDBBackend_7_12.createPty(GDBBackend_7_12.java:87)
	at org.eclipse.cdt.dsf.gdb.service.GDBBackend_7_12.<init>(GDBBackend_7_12.java:60)
	at org.eclipse.cdt.dsf.gdb.service.GdbDebugServicesFactory.createBackendGDBService(GdbDebugServicesFactory.java:242)
	at org.eclipse.cdt.dsf.gdb.service.GdbDebugServicesFactory.createService(GdbDebugServicesFactory.java:162)
	at org.eclipse.cdt.dsf.gdb.launching.ServicesLaunchSequence$1.execute(ServicesLaunchSequence.java:56)
	at org.eclipse.cdt.dsf.concurrent.Sequence.executeStep(Sequence.java:475)
	at org.eclipse.cdt.dsf.concurrent.Sequence.run(Sequence.java:380)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)

!ENTRY org.eclipse.cdt.dsf.gdb 1 0 2023-11-17 21:48:08.988
!MESSAGE PTY not available, cannot use full GDB console: Cannot create pty
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.488 s -- in org.eclipse.corrosion.tests.TestDebugConfiguration
org.eclipse.corrosion.tests.TestDebugConfiguration.testDebugLaunch -- Time elapsed: 2.477 s
Running org.eclipse.corrosion.tests.TestSyntaxHighlighting
Nov 17, 2023 9:48:10 PM org.eclipse.tm4e.core.internal.oniguruma.OnigRegExp lambda$0
WARNING: regular expression has ']' without escape
Nov 17, 2023 9:48:10 PM org.eclipse.tm4e.core.internal.oniguruma.OnigRegExp lambda$0
WARNING: regular expression has ']' without escape
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.894 s -- in org.eclipse.corrosion.tests.TestSyntaxHighlighting
org.eclipse.corrosion.tests.TestSyntaxHighlighting.testSyntaxHighlighting(String)[1] -- Time elapsed: 0.467 s
org.eclipse.corrosion.tests.TestSyntaxHighlighting.testSyntaxHighlighting(String)[2] -- Time elapsed: 0.404 s
Running org.eclipse.corrosion.tests.TestLSPIntegration

!ENTRY org.eclipse.jface.text 4 0 2023-11-17 21:48:14.303
!MESSAGE org.eclipse.lsp4j.jsonrpc.ResponseErrorException: content modified
!STACK 0
java.util.concurrent.CompletionException: org.eclipse.lsp4j.jsonrpc.ResponseErrorException: content modified
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332)
	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347)
	at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:708)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
	at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.handleResponse(RemoteEndpoint.java:209)
	at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.consume(RemoteEndpoint.java:193)
	at org.eclipse.lsp4e.LanguageServerWrapper.lambda$3(LanguageServerWrapper.java:285)
	at org.eclipse.lsp4j.jsonrpc.json.StreamMessageProducer.handleMessage(StreamMessageProducer.java:194)
	at org.eclipse.lsp4j.jsonrpc.json.StreamMessageProducer.listen(StreamMessageProducer.java:94)
	at org.eclipse.lsp4j.jsonrpc.json.ConcurrentMessageProcessor.run(ConcurrentMessageProcessor.java:113)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: org.eclipse.lsp4j.jsonrpc.ResponseErrorException: content modified
	... 11 more

!ENTRY org.eclipse.jface.text 4 0 2023-11-17 21:48:14.304
!MESSAGE org.eclipse.lsp4j.jsonrpc.ResponseErrorException: content modified
!STACK 0
java.util.concurrent.CompletionException: org.eclipse.lsp4j.jsonrpc.ResponseErrorException: content modified
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332)
	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347)
	at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:708)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
	at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.handleResponse(RemoteEndpoint.java:209)
	at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.consume(RemoteEndpoint.java:193)
	at org.eclipse.lsp4e.LanguageServerWrapper.lambda$3(LanguageServerWrapper.java:285)
	at org.eclipse.lsp4j.jsonrpc.json.StreamMessageProducer.handleMessage(StreamMessageProducer.java:194)
	at org.eclipse.lsp4j.jsonrpc.json.StreamMessageProducer.listen(StreamMessageProducer.java:94)
	at org.eclipse.lsp4j.jsonrpc.json.ConcurrentMessageProcessor.run(ConcurrentMessageProcessor.java:113)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: org.eclipse.lsp4j.jsonrpc.ResponseErrorException: content modified
	... 11 more

!ENTRY org.eclipse.jface.text 4 0 2023-11-17 21:48:14.695
!MESSAGE org.eclipse.lsp4j.jsonrpc.ResponseErrorException: content modified
!STACK 0
java.util.concurrent.CompletionException: org.eclipse.lsp4j.jsonrpc.ResponseErrorException: content modified
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332)
	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347)
	at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:708)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
	at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.handleResponse(RemoteEndpoint.java:209)
	at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.consume(RemoteEndpoint.java:193)
	at org.eclipse.lsp4e.LanguageServerWrapper.lambda$3(LanguageServerWrapper.java:285)
	at org.eclipse.lsp4j.jsonrpc.json.StreamMessageProducer.handleMessage(StreamMessageProducer.java:194)
	at org.eclipse.lsp4j.jsonrpc.json.StreamMessageProducer.listen(StreamMessageProducer.java:94)
	at org.eclipse.lsp4j.jsonrpc.json.ConcurrentMessageProcessor.run(ConcurrentMessageProcessor.java:113)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: org.eclipse.lsp4j.jsonrpc.ResponseErrorException: content modified
	... 11 more

!ENTRY org.eclipse.jface.text 4 0 2023-11-17 21:48:15.286
!MESSAGE org.eclipse.lsp4j.jsonrpc.ResponseErrorException: content modified
!STACK 0
java.util.concurrent.CompletionException: org.eclipse.lsp4j.jsonrpc.ResponseErrorException: content modified
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332)
	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347)
	at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:708)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
	at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.handleResponse(RemoteEndpoint.java:209)
	at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.consume(RemoteEndpoint.java:193)
	at org.eclipse.lsp4e.LanguageServerWrapper.lambda$3(LanguageServerWrapper.java:285)
	at org.eclipse.lsp4j.jsonrpc.json.StreamMessageProducer.handleMessage(StreamMessageProducer.java:194)
	at org.eclipse.lsp4j.jsonrpc.json.StreamMessageProducer.listen(StreamMessageProducer.java:94)
	at org.eclipse.lsp4j.jsonrpc.json.ConcurrentMessageProcessor.run(ConcurrentMessageProcessor.java:113)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: org.eclipse.lsp4j.jsonrpc.ResponseErrorException: content modified
	... 11 more

!ENTRY org.eclipse.jface.text 4 0 2023-11-17 21:48:15.287
!MESSAGE org.eclipse.lsp4j.jsonrpc.ResponseErrorException: file not found: /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/target/work/data/basic_errors_org.eclipse.corrosion.tests.TestLSPIntegration_1700257691214/src/main.rs
!STACK 0
java.util.concurrent.CompletionException: org.eclipse.lsp4j.jsonrpc.ResponseErrorException: file not found: /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/target/work/data/basic_errors_org.eclipse.corrosion.tests.TestLSPIntegration_1700257691214/src/main.rs
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332)
	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347)
	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
	at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.handleResponse(RemoteEndpoint.java:209)
	at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.consume(RemoteEndpoint.java:193)
	at org.eclipse.lsp4e.LanguageServerWrapper.lambda$3(LanguageServerWrapper.java:285)
	at org.eclipse.lsp4j.jsonrpc.json.StreamMessageProducer.handleMessage(StreamMessageProducer.java:194)
	at org.eclipse.lsp4j.jsonrpc.json.StreamMessageProducer.listen(StreamMessageProducer.java:94)
	at org.eclipse.lsp4j.jsonrpc.json.ConcurrentMessageProcessor.run(ConcurrentMessageProcessor.java:113)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: org.eclipse.lsp4j.jsonrpc.ResponseErrorException: file not found: /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/target/work/data/basic_errors_org.eclipse.corrosion.tests.TestLSPIntegration_1700257691214/src/main.rs
	... 11 more

!ENTRY org.eclipse.jface.text 4 0 2023-11-17 21:48:15.288
!MESSAGE org.eclipse.lsp4j.jsonrpc.ResponseErrorException: file not found: /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/target/work/data/basic_errors_org.eclipse.corrosion.tests.TestLSPIntegration_1700257691214/src/main.rs
!STACK 0
java.util.concurrent.CompletionException: org.eclipse.lsp4j.jsonrpc.ResponseErrorException: file not found: /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/target/work/data/basic_errors_org.eclipse.corrosion.tests.TestLSPIntegration_1700257691214/src/main.rs
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332)
	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347)
	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
	at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.handleResponse(RemoteEndpoint.java:209)
	at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.consume(RemoteEndpoint.java:193)
	at org.eclipse.lsp4e.LanguageServerWrapper.lambda$3(LanguageServerWrapper.java:285)
	at org.eclipse.lsp4j.jsonrpc.json.StreamMessageProducer.handleMessage(StreamMessageProducer.java:194)
	at org.eclipse.lsp4j.jsonrpc.json.StreamMessageProducer.listen(StreamMessageProducer.java:94)
	at org.eclipse.lsp4j.jsonrpc.json.ConcurrentMessageProcessor.run(ConcurrentMessageProcessor.java:113)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: org.eclipse.lsp4j.jsonrpc.ResponseErrorException: file not found: /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/target/work/data/basic_errors_org.eclipse.corrosion.tests.TestLSPIntegration_1700257691214/src/main.rs
	... 11 more

!ENTRY org.eclipse.jface.text 4 0 2023-11-17 21:48:15.288
!MESSAGE org.eclipse.lsp4j.jsonrpc.ResponseErrorException: file not found: /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/target/work/data/basic_errors_org.eclipse.corrosion.tests.TestLSPIntegration_1700257691214/src/main.rs
!STACK 0
java.util.concurrent.CompletionException: org.eclipse.lsp4j.jsonrpc.ResponseErrorException: file not found: /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/target/work/data/basic_errors_org.eclipse.corrosion.tests.TestLSPIntegration_1700257691214/src/main.rs
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332)
	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347)
	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
	at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.handleResponse(RemoteEndpoint.java:209)
	at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.consume(RemoteEndpoint.java:193)
	at org.eclipse.lsp4e.LanguageServerWrapper.lambda$3(LanguageServerWrapper.java:285)
	at org.eclipse.lsp4j.jsonrpc.json.StreamMessageProducer.handleMessage(StreamMessageProducer.java:194)
	at org.eclipse.lsp4j.jsonrpc.json.StreamMessageProducer.listen(StreamMessageProducer.java:94)
	at org.eclipse.lsp4j.jsonrpc.json.ConcurrentMessageProcessor.run(ConcurrentMessageProcessor.java:113)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: org.eclipse.lsp4j.jsonrpc.ResponseErrorException: file not found: /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/target/work/data/basic_errors_org.eclipse.corrosion.tests.TestLSPIntegration_1700257691214/src/main.rs
	... 11 more

!ENTRY org.eclipse.jface.text 4 0 2023-11-17 21:48:15.289
!MESSAGE org.eclipse.lsp4j.jsonrpc.ResponseErrorException: file not found: /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/target/work/data/basic_errors_org.eclipse.corrosion.tests.TestLSPIntegration_1700257691214/src/main.rs
!STACK 0
java.util.concurrent.CompletionException: org.eclipse.lsp4j.jsonrpc.ResponseErrorException: file not found: /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/target/work/data/basic_errors_org.eclipse.corrosion.tests.TestLSPIntegration_1700257691214/src/main.rs
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332)
	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347)
	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
	at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.handleResponse(RemoteEndpoint.java:209)
	at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.consume(RemoteEndpoint.java:193)
	at org.eclipse.lsp4e.LanguageServerWrapper.lambda$3(LanguageServerWrapper.java:285)
	at org.eclipse.lsp4j.jsonrpc.json.StreamMessageProducer.handleMessage(StreamMessageProducer.java:194)
	at org.eclipse.lsp4j.jsonrpc.json.StreamMessageProducer.listen(StreamMessageProducer.java:94)
	at org.eclipse.lsp4j.jsonrpc.json.ConcurrentMessageProcessor.run(ConcurrentMessageProcessor.java:113)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: org.eclipse.lsp4j.jsonrpc.ResponseErrorException: file not found: /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.tests/target/work/data/basic_errors_org.eclipse.corrosion.tests.TestLSPIntegration_1700257691214/src/main.rs
	... 11 more
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.071 s -- in org.eclipse.corrosion.tests.TestLSPIntegration
org.eclipse.corrosion.tests.TestLSPIntegration.testLSWorks -- Time elapsed: 4.069 s
Running org.eclipse.corrosion.tests.TestExportCargoProjectWizard
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.717 s -- in org.eclipse.corrosion.tests.TestExportCargoProjectWizard
org.eclipse.corrosion.tests.TestExportCargoProjectWizard.testExportPageWithChangingProject -- Time elapsed: 0.423 s
org.eclipse.corrosion.tests.TestExportCargoProjectWizard.testExportProject -- Time elapsed: 1.467 s
org.eclipse.corrosion.tests.TestExportCargoProjectWizard.testExportPageWithNonCargoProject -- Time elapsed: 0.420 s
org.eclipse.corrosion.tests.TestExportCargoProjectWizard.testExportPageWithSelection -- Time elapsed: 0.405 s
Running org.eclipse.corrosion.tests.TestErrorLineMatcher
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.corrosion.tests.TestErrorLineMatcher
org.eclipse.corrosion.tests.TestErrorLineMatcher.testColonInFileName -- Time elapsed: 0.004 s
Running org.eclipse.corrosion.tests.TestIDEIntegration
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.598 s -- in org.eclipse.corrosion.tests.TestIDEIntegration
org.eclipse.corrosion.tests.TestIDEIntegration.testEditorAssociation(String)[1] -- Time elapsed: 0.224 s
org.eclipse.corrosion.tests.TestIDEIntegration.testEditorAssociation(String)[2] -- Time elapsed: 0.369 s
Running org.eclipse.corrosion.tests.TestRustAnalyzerDownload

!ENTRY org.eclipse.corrosion 1 0 2023-11-17 21:48:18.709
!MESSAGE Downloading to /home/jenkins/.cargo/bin/rust-analyzer-x86_64-unknown-linux-gnu.gz

!ENTRY org.eclipse.corrosion 1 0 2023-11-17 21:48:21.741
!MESSAGE UnGZipped to /home/jenkins/.cargo/bin/rust-analyzer
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.091 s -- in org.eclipse.corrosion.tests.TestRustAnalyzerDownload
org.eclipse.corrosion.tests.TestRustAnalyzerDownload.testRustAnalyzerDownload -- Time elapsed: 3.058 s
Running org.eclipse.corrosion.launch.CargoArgsTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.corrosion.launch.CargoArgsTest
org.eclipse.corrosion.launch.CargoArgsTest.testOnlyCommand -- Time elapsed: 0.003 s
org.eclipse.corrosion.launch.CargoArgsTest.testOnlyCommandAndSeparator -- Time elapsed: 0 s
org.eclipse.corrosion.launch.CargoArgsTest.testOnlyCommandAndArguments -- Time elapsed: 0.001 s
org.eclipse.corrosion.launch.CargoArgsTest.testOnlyCommandAndOptionsAndSeparator -- Time elapsed: 0 s
org.eclipse.corrosion.launch.CargoArgsTest.testOnlyCommandAndOptionsAndArguments -- Time elapsed: 0.001 s
org.eclipse.corrosion.launch.CargoArgsTest.testOnlyCommandAndOptionsAndArgumentsIncludingSeparator -- Time elapsed: 0.001 s
org.eclipse.corrosion.launch.CargoArgsTest.testOnlyCommandAndOptions -- Time elapsed: 0 s
Running org.eclipse.corrosion.launch.RLSRunCommandTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in org.eclipse.corrosion.launch.RLSRunCommandTest
org.eclipse.corrosion.launch.RLSRunCommandTest.testArgumentListNull -- Time elapsed: 0.003 s
org.eclipse.corrosion.launch.RLSRunCommandTest.testEmptyArguments -- Time elapsed: 0.002 s
org.eclipse.corrosion.launch.RLSRunCommandTest.testNoArgument -- Time elapsed: 0 s
org.eclipse.corrosion.launch.RLSRunCommandTest.testValidArguments -- Time elapsed: 0.001 s
org.eclipse.corrosion.launch.RLSRunCommandTest.testInvalidEnvEntry -- Time elapsed: 0.001 s
org.eclipse.corrosion.launch.RLSRunCommandTest.testMapEntryArgument(Map)[1] -- Time elapsed: 0.001 s
org.eclipse.corrosion.launch.RLSRunCommandTest.testMapEntryArgument(Map)[2] -- Time elapsed: 0 s
org.eclipse.corrosion.launch.RLSRunCommandTest.testMapEntryArgument(Map)[3] -- Time elapsed: 0 s
org.eclipse.corrosion.launch.RLSRunCommandTest.testMapEntryArgument(Map)[4] -- Time elapsed: 0 s
org.eclipse.corrosion.launch.RLSRunCommandTest.testMapEntryArgument(Map)[5] -- Time elapsed: 0.001 s
org.eclipse.corrosion.launch.RLSRunCommandTest.testMapEntryArgument(Map)[6] -- Time elapsed: 0.001 s
org.eclipse.corrosion.launch.RLSRunCommandTest.testArgumentListWrongEntry -- Time elapsed: 0 s

Results:

Tests run: 45, Failures: 0, Errors: 0, Skipped: 0


!ENTRY org.eclipse.core.resources 2 10035 2023-11-17 21:48:22.723
!MESSAGE The workspace will exit with unsaved changes in this session.

!ENTRY org.eclipse.core.jobs 2 2 2023-11-17 21:48:23.223
!MESSAGE Job found still running after platform shutdown.  Jobs should be canceled by the plugin that scheduled them during shutdown: org.eclipse.core.runtime.jobs.Job$2
Job found still running after platform shutdown.  Jobs should be canceled by the plugin that scheduled them during shutdown: org.eclipse.core.runtime.jobs.Job$2
[INFO] All tests passed
[INFO] 
[INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.corrosion.tests ---
[WARNING]  Parameter 'comparator' is read-only, must not be used in configuration
[INFO] 
[INFO] --------< org.eclipse.corrosion:org.eclipse.corrosion.feature >---------
[INFO] Building [feature] Corrosion: Rust edition in Eclipse IDE 1.2.5-SNAPSHOT [4/6]
[INFO]   from org.eclipse.corrosion.feature/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.corrosion:org.eclipse.corrosion.feature:1.2.5-SNAPSHOT @ /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.feature/.polyglot.feature.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.corrosion.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.2:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.corrosion.feature ---
[INFO] The project's OSGi version is 1.2.5.202311172144
[INFO] 
[INFO] --- tycho-packaging:4.0.2:validate-id (default-validate-id) @ org.eclipse.corrosion.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.2:validate-version (default-validate-version) @ org.eclipse.corrosion.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.corrosion.feature ---
[INFO] 
[INFO] --- jacoco:0.8.8:prepare-agent (default) @ org.eclipse.corrosion.feature ---
[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.feature/target/jacoco.exec,append=true,includes=org.eclipse.corrosion*
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.corrosion.feature ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.corrosion.feature ---
[WARNING] [463ae69d-c652-4abc-a548-b2888cdb30a7][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.2] The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.license,2.0.2.v20181016-2210 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 148 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.corrosion.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.2:package-feature (default-package-feature) @ org.eclipse.corrosion.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.feature/target/org.eclipse.corrosion.feature-1.2.5-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.corrosion.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.2:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.corrosion.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.corrosion.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.feature/target/org.eclipse.corrosion.feature-1.2.5-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.2:p2-metadata (p2-metadata) @ org.eclipse.corrosion.feature ---
[INFO] No baseline version MavenProject: org.eclipse.corrosion:org.eclipse.corrosion.feature:1.2.5-SNAPSHOT @ /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.feature/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.corrosion.feature ---
[WARNING]  Parameter 'comparator' is read-only, must not be used in configuration
[INFO] 
[INFO] ----< org.eclipse.corrosion:org.eclipse.corrosion.product.branding >----
[INFO] Building org.eclipse.corrosion.product.branding 1.2.4-SNAPSHOT     [5/6]
[INFO]   from org.eclipse.corrosion.product.branding/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.corrosion:org.eclipse.corrosion.product.branding:1.2.4-SNAPSHOT @ /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.product.branding/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.corrosion.product.branding ---
[INFO] 
[INFO] --- tycho-packaging:4.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.corrosion.product.branding ---
[INFO] The project's OSGi version is 1.2.4.202204191301
[INFO] 
[INFO] --- tycho-packaging:4.0.2:validate-id (default-validate-id) @ org.eclipse.corrosion.product.branding ---
[INFO] 
[INFO] --- tycho-packaging:4.0.2:validate-version (default-validate-version) @ org.eclipse.corrosion.product.branding ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.corrosion.product.branding ---
[INFO] 
[INFO] --- tycho-compiler:4.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.corrosion.product.branding ---
[INFO] Resolving class path of org.eclipse.corrosion.product.branding
[INFO] 
[INFO] --- jacoco:0.8.8:prepare-agent (default) @ org.eclipse.corrosion.product.branding ---
[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.product.branding/target/jacoco.exec,append=true,includes=org.eclipse.corrosion*
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.corrosion.product.branding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.product.branding/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.2:compile (default-compile) @ org.eclipse.corrosion.product.branding ---
[INFO] 
[INFO] --- tycho-bnd:4.0.2:process (default-process) @ org.eclipse.corrosion.product.branding ---
[INFO] 
[INFO] --- tycho-ds:4.0.2:declarative-services (default-declarative-services) @ org.eclipse.corrosion.product.branding ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.corrosion.product.branding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.product.branding/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.2:testCompile (default-testCompile) @ org.eclipse.corrosion.product.branding ---
[INFO] 
[INFO] --- tycho-packaging:4.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.corrosion.product.branding ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 69 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.corrosion.product.branding ---
[INFO] 
[INFO] --- tycho-packaging:4.0.2:package-plugin (default-package-plugin) @ org.eclipse.corrosion.product.branding ---
[INFO] Building jar: /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.product.branding/target/org.eclipse.corrosion.product.branding-1.2.4-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.corrosion.product.branding ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.corrosion.product.branding ---
[INFO] Signing jar: /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.product.branding/target/org.eclipse.corrosion.product.branding-1.2.4-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.2:p2-metadata (p2-metadata) @ org.eclipse.corrosion.product.branding ---
[WARNING] MavenProject: org.eclipse.corrosion:org.eclipse.corrosion.product.branding:1.2.4-SNAPSHOT @ /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.product.branding/.tycho-consumer-pom.xml: baseline and build artifacts have same version but different contents
   no-classifier: different
      META-INF/ECLIPSE_.RSA: different
      META-INF/ECLIPSE_.SF: different

[INFO] MavenProject: org.eclipse.corrosion:org.eclipse.corrosion.product.branding:1.2.4-SNAPSHOT @ /home/jenkins/agent/workspace/corrosion_master/org.eclipse.corrosion.product.branding/.tycho-consumer-pom.xml
    The main artifact has been replaced with the baseline version.

[INFO] 
[INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.corrosion.product.branding ---
[WARNING]  Parameter 'comparator' is read-only, must not be used in configuration
[INFO] 
[INFO] --------< org.eclipse.corrosion:org.eclipse.corrosion.product >---------
[INFO] Building org.eclipse.corrosion.product 1.2.5-SNAPSHOT              [6/6]
[INFO]   from repository/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[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=org.eclipse.tycho.core.ee.impl.NoExecutionEnvironmentResolutionHints@100710fa, remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@4c0f1c4b
[INFO] Adding repository https://download.eclipse.org/justj/jres/latest
[INFO] The following Execution Environments are currently known but are ignored by configuration:
[INFO]     1.0.0 -> JRE, JavaSE, OSGi/Minimum
[INFO]     1.1.0 -> JRE, JavaSE, OSGi/Minimum
[INFO]     1.2.0 -> JavaSE, OSGi/Minimum
[INFO]     1.3.0 -> JavaSE
[INFO]     1.4.0 -> JavaSE
[INFO]     1.5.0 -> JavaSE
[INFO]     1.6.0 -> JavaSE
[INFO]     1.7.0 -> JavaSE
[INFO]     1.8.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
[INFO]     10.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
[INFO]     11.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
[INFO]     12.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
[INFO]     13.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
[INFO]     14.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
[INFO]     15.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
[INFO]     16.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
[INFO]     17.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
[INFO]     18.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
[INFO]     19.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
[INFO]     20.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
[INFO]     21.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
[INFO]     9.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
[INFO] Resolving dependencies of MavenProject: org.eclipse.corrosion:org.eclipse.corrosion.product:1.2.5-SNAPSHOT @ /home/jenkins/agent/workspace/corrosion_master/repository/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.corrosion.product ---
[INFO] 
[INFO] --- tycho-packaging:4.0.2:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.corrosion.product ---
[INFO] The project's OSGi version is 1.2.5.202311172144
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ org.eclipse.corrosion.product ---
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.corrosion.product ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.corrosion.product ---
[INFO] 
[INFO] --- jacoco:0.8.8:prepare-agent (default) @ org.eclipse.corrosion.product ---
[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/repository/target/jacoco.exec,append=true,includes=org.eclipse.corrosion*
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.corrosion.product ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/corrosion_master/repository/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.2:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.corrosion.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 12.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0]
[INFO] Published profile IUs: [a.jre.javase 15.0.0]
[INFO] Published profile IUs: [a.jre.javase 16.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] Published profile IUs: [a.jre.javase 19.0.0]
[INFO] Published profile IUs: [a.jre.javase 20.0.0]
[INFO] Published profile IUs: [a.jre.javase 21.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.2:publish-products (default-publish-products) @ org.eclipse.corrosion.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.2:publish-categories (default-publish-categories) @ org.eclipse.corrosion.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.2:attach-artifacts (default-attach-artifacts) @ org.eclipse.corrosion.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:4.0.2:assemble-repository (default-assemble-repository) @ org.eclipse.corrosion.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[WARNING] [463ae69d-c652-4abc-a548-b2888cdb30a7][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.2] No digest algorithm is available to verify download of binary,org.eclipse.corrosion.product.executable.gtk.linux.x86_64,1.2.5.202311172144.
[WARNING] [463ae69d-c652-4abc-a548-b2888cdb30a7][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.2] No digest algorithm is available to verify download of binary,org.eclipse.corrosion.product.executable.gtk.linux.aarch64,1.2.5.202311172144.
[WARNING] [463ae69d-c652-4abc-a548-b2888cdb30a7][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.2] No digest algorithm is available to verify download of binary,org.eclipse.corrosion.product.executable.win32.win32.x86_64,1.2.5.202311172144.
[WARNING] [463ae69d-c652-4abc-a548-b2888cdb30a7][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.2] No digest algorithm is available to verify download of binary,org.eclipse.corrosion.product.executable.cocoa.macosx.x86_64,1.2.5.202311172144.
[WARNING] [463ae69d-c652-4abc-a548-b2888cdb30a7][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.2] No digest algorithm is available to verify download of binary,org.eclipse.corrosion.product.executable.cocoa.macosx.aarch64,1.2.5.202311172144.
[INFO] 
[INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.corrosion.product ---
[INFO] 
[INFO] --- tycho-p2-repository:4.0.2:archive-repository (default-archive-repository) @ org.eclipse.corrosion.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/corrosion_master/repository/target/org.eclipse.corrosion.product-1.2.5-SNAPSHOT.zip
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.corrosion.product ---
[INFO] 
[INFO] --- tycho-p2:4.0.2:p2-metadata (p2-metadata) @ org.eclipse.corrosion.product ---
[INFO] 
[INFO] --- tycho-p2-director:4.0.2:materialize-products (materialize-products) @ org.eclipse.corrosion.product ---
[INFO] Installing product org.eclipse.corrosion.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/corrosion_master/repository/target/products/org.eclipse.corrosion.product/linux/gtk/x86_64/eclipse
Installing org.eclipse.corrosion.product 1.2.5.202311172144.
Installing org.eclipse.epp.mpc.feature.group 1.10.1.v20221110-1841.
Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 21.0.1.v20231028-0937.
Installing org.eclipse.egit.feature.group 6.7.0.202309050840-r.
Installing org.eclipse.egit.gitflow.feature.feature.group 6.7.0.202309050840-r.
Installing org.eclipse.mylyn.wikitext.editors_feature.feature.group 3.0.48.202308291007.
Installing org.eclipse.corrosion.feature.feature.group 1.2.5.202311172144.
Installing org.eclipse.tm.terminal.feature.feature.group 11.3.0.202307110141.
Operation completed in 18506 ms.
[INFO] Installing product org.eclipse.corrosion.product for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/corrosion_master/repository/target/products/org.eclipse.corrosion.product/linux/gtk/aarch64/eclipse
Installing org.eclipse.corrosion.product 1.2.5.202311172144.
Installing org.eclipse.epp.mpc.feature.group 1.10.1.v20221110-1841.
Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 21.0.1.v20231028-0937.
Installing org.eclipse.egit.feature.group 6.7.0.202309050840-r.
Installing org.eclipse.egit.gitflow.feature.feature.group 6.7.0.202309050840-r.
Installing org.eclipse.mylyn.wikitext.editors_feature.feature.group 3.0.48.202308291007.
Installing org.eclipse.corrosion.feature.feature.group 1.2.5.202311172144.
Installing org.eclipse.tm.terminal.feature.feature.group 11.3.0.202307110141.
Operation completed in 17531 ms.
[INFO] Installing product org.eclipse.corrosion.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/corrosion_master/repository/target/products/org.eclipse.corrosion.product/win32/win32/x86_64/eclipse
Installing org.eclipse.corrosion.product 1.2.5.202311172144.
Installing org.eclipse.epp.mpc.feature.group 1.10.1.v20221110-1841.
Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 21.0.1.v20231028-0937.
Installing org.eclipse.egit.feature.group 6.7.0.202309050840-r.
Installing org.eclipse.egit.gitflow.feature.feature.group 6.7.0.202309050840-r.
Installing org.eclipse.mylyn.wikitext.editors_feature.feature.group 3.0.48.202308291007.
Installing org.eclipse.corrosion.feature.feature.group 1.2.5.202311172144.
Installing org.eclipse.tm.terminal.feature.feature.group 11.3.0.202307110141.
Operation completed in 16789 ms.
[INFO] Installing product org.eclipse.corrosion.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/corrosion_master/repository/target/products/org.eclipse.corrosion.product/macosx/cocoa/x86_64/Eclipse.app
Installing org.eclipse.corrosion.product 1.2.5.202311172144.
Installing org.eclipse.epp.mpc.feature.group 1.10.1.v20221110-1841.
Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 21.0.1.v20231028-0937.
Installing org.eclipse.egit.feature.group 6.7.0.202309050840-r.
Installing org.eclipse.egit.gitflow.feature.feature.group 6.7.0.202309050840-r.
Installing org.eclipse.mylyn.wikitext.editors_feature.feature.group 3.0.48.202308291007.
Installing org.eclipse.corrosion.feature.feature.group 1.2.5.202311172144.
Installing org.eclipse.tm.terminal.feature.feature.group 11.3.0.202307110141.
Operation completed in 16674 ms.
[INFO] Installing product org.eclipse.corrosion.product for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/corrosion_master/repository/target/products/org.eclipse.corrosion.product/macosx/cocoa/aarch64/Eclipse.app
Installing org.eclipse.corrosion.product 1.2.5.202311172144.
Installing org.eclipse.epp.mpc.feature.group 1.10.1.v20221110-1841.
Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 21.0.1.v20231028-0937.
Installing org.eclipse.egit.feature.group 6.7.0.202309050840-r.
Installing org.eclipse.egit.gitflow.feature.feature.group 6.7.0.202309050840-r.
Installing org.eclipse.mylyn.wikitext.editors_feature.feature.group 3.0.48.202308291007.
Installing org.eclipse.corrosion.feature.feature.group 1.2.5.202311172144.
Installing org.eclipse.tm.terminal.feature.feature.group 11.3.0.202307110141.
Operation completed in 16726 ms.
[INFO] 
[INFO] --- tycho-p2-director:4.0.2:archive-products (archive-products) @ org.eclipse.corrosion.product ---
[INFO] Building tar: /home/jenkins/agent/workspace/corrosion_master/repository/target/products/eclipseide-rust-1.2.5-linux.gtk.x86_64.tar.gz
[INFO] Building tar: /home/jenkins/agent/workspace/corrosion_master/repository/target/products/eclipseide-rust-1.2.5-linux.gtk.aarch64.tar.gz
[INFO] Building zip: /home/jenkins/agent/workspace/corrosion_master/repository/target/products/eclipseide-rust-1.2.5-win32.win32.x86_64.zip
[INFO] Building tar: /home/jenkins/agent/workspace/corrosion_master/repository/target/products/eclipseide-rust-1.2.5-macosx.cocoa.x86_64.tar.gz
[INFO] Building tar: /home/jenkins/agent/workspace/corrosion_master/repository/target/products/eclipseide-rust-1.2.5-macosx.cocoa.aarch64.tar.gz
[INFO] 
[INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.corrosion.product ---
[WARNING]  Parameter 'comparator' is read-only, must not be used in configuration
[INFO] The following Execution Environments are currently known but are ignored by configuration:
[INFO]     1.0.0 -> JRE, JavaSE, OSGi/Minimum
[INFO]     1.1.0 -> JRE, JavaSE, OSGi/Minimum
[INFO]     1.2.0 -> JavaSE, OSGi/Minimum
[INFO]     1.3.0 -> JavaSE
[INFO]     1.4.0 -> JavaSE
[INFO]     1.5.0 -> JavaSE
[INFO]     1.6.0 -> JavaSE
[INFO]     1.7.0 -> JavaSE
[INFO]     1.8.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
[INFO]     10.0.0 -> JavaSE
[INFO]     11.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
[INFO]     12.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
[INFO]     13.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
[INFO]     14.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
[INFO]     15.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
[INFO]     16.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
[INFO]     17.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
[INFO]     18.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3
[INFO]     9.0.0 -> JavaSE
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] parent 1.2.4-SNAPSHOT .............................. SUCCESS [  3.972 s]
[INFO] [bundle] Rust edition in Eclipse IDE 1.2.5-SNAPSHOT  SUCCESS [ 30.596 s]
[INFO] [test-bundle] Tests for Corrosion 1.0.0-SNAPSHOT ... SUCCESS [ 33.346 s]
[INFO] [feature] Corrosion: Rust edition in Eclipse IDE 1.2.5-SNAPSHOT SUCCESS [  2.156 s]
[INFO] org.eclipse.corrosion.product.branding 1.2.4-SNAPSHOT SUCCESS [  1.283 s]
[INFO] org.eclipse.corrosion.product 1.2.5-SNAPSHOT ....... SUCCESS [04:24 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  05:54 min
[INFO] Finished at: 2023-11-17T21:52:51Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
Terminating xvnc.

Fri Nov 17 21:52:57 2023
 ComparingUpdateTracker: 0 pixels in / 0 pixels out
 ComparingUpdateTracker: (1:-nan ratio)
[Pipeline] // xvnc
[Pipeline] sh
+ rust-analyzer --version
rust-analyzer 0.3.1730-standalone
Post stage
[Pipeline] sh
+ which rustup
/home/jenkins/.cargo/bin/rustup
[Pipeline] sh
+ which rust-analyzer
/home/jenkins/.cargo/bin/rust-analyzer
[Pipeline] sh
+ rust-analyzer --version
rust-analyzer 0.3.1730-standalone
[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)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials genie.corrosion (ssh://genie.corrosion@projects-storage.eclipse.org)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-c1bpLDif9Abu/agent.2645
SSH_AGENT_PID=2647
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/corrosion_master@tmp/private_key_3295241313139882937.key (/home/jenkins/agent/workspace/corrosion_master@tmp/private_key_3295241313139882937.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ ssh genie.corrosion@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/corrosion/snapshots
+ ssh genie.corrosion@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/corrosion/snapshots
+ scp -r repository/target/repository/artifacts.jar repository/target/repository/artifacts.xml.xz repository/target/repository/binary repository/target/repository/content.jar repository/target/repository/content.xml.xz repository/target/repository/features repository/target/repository/p2.index repository/target/repository/plugins genie.corrosion@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/corrosion/snapshots
+ ssh genie.corrosion@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/corrosion/snapshots/products
+ scp -r repository/target/products/eclipseide-rust-1.2.5-linux.gtk.aarch64.tar.gz repository/target/products/eclipseide-rust-1.2.5-linux.gtk.x86_64.tar.gz repository/target/products/eclipseide-rust-1.2.5-macosx.cocoa.aarch64.tar.gz repository/target/products/eclipseide-rust-1.2.5-macosx.cocoa.x86_64.tar.gz genie.corrosion@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/corrosion/snapshots/products
+ scp -r repository/target/products/eclipseide-rust-1.2.5-win32.win32.x86_64.zip genie.corrosion@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/corrosion/snapshots/products
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 2647 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS