!SESSION 2024-04-12 09:40:52.663 ----------------------------------------------- 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 2024-04-12 09:40:55.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 2024-04-12 09:40:55.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 2024-04-12 09:40:57.701 !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:144) at org.eclipse.urischeme.internal.registration.RegistrationLinux.determineHandlerLocation(RegistrationLinux.java:86) at org.eclipse.urischeme.internal.registration.RegistrationLinux.getSchemesInformation(RegistrationLinux.java:75) at org.eclipse.urischeme.AutoRegisterSchemeHandlersJob.run(AutoRegisterSchemeHandlersJob.java:85) 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.(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 2024-04-12 09:40:57.955 !MESSAGE starting DumpStackTracesTimer with timeout=1680000 at 2024-04-12 09:40:57 +0000 !ENTRY org.eclipse.cdt.core.native 4 0 2024-04-12 09:40:59.222 !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 2024-04-12 09:40:59.416 !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.(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.(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 2024-04-12 09:40:59.418 !MESSAGE PTY not available, cannot use full GDB console: Cannot create pty !ENTRY org.eclipse.corrosion 2 0 2024-04-12 09:41:02.853 !MESSAGE Language Server settings file not set. !ENTRY org.eclipse.jface.text 4 0 2024-04-12 09:41:17.834 !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:220) at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.consume(RemoteEndpoint.java:204) at org.eclipse.lsp4e.LanguageServerWrapper.lambda$3(LanguageServerWrapper.java:310) 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 2024-04-12 09:41:19.149 !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:220) at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.consume(RemoteEndpoint.java:204) at org.eclipse.lsp4e.LanguageServerWrapper.lambda$3(LanguageServerWrapper.java:310) 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 2024-04-12 09:41:21.135 !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:220) at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.consume(RemoteEndpoint.java:204) at org.eclipse.lsp4e.LanguageServerWrapper.lambda$3(LanguageServerWrapper.java:310) 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.core.resources 2 2 2024-04-12 09:41:21.935 !MESSAGE Save operation warnings. !SUBENTRY 1 org.eclipse.core.resources 2 234 2024-04-12 09:41:21.936 !MESSAGE The project description file (.project) for 'corrosion-test5984476981416120650' was missing. This file contains important information about the project. A new project description file has been created, but some information about the project may have been lost. !ENTRY org.eclipse.corrosion 1 0 2024-04-12 09:41:24.948 !MESSAGE Downloading to /home/jenkins/.cargo/bin/rust-analyzer-x86_64-unknown-linux-gnu.gz !ENTRY org.eclipse.corrosion 1 0 2024-04-12 09:41:27.986 !MESSAGE UnGZipped to /home/jenkins/.cargo/bin/rust-analyzer !ENTRY org.eclipse.core.resources 2 10035 2024-04-12 09:41:31.171 !MESSAGE The workspace will exit with unsaved changes in this session. !ENTRY org.eclipse.ui.workbench 4 2 2024-04-12 09:41:31.328 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench". !STACK 0 org.eclipse.core.runtime.AssertionFailedException: assertion failed: The application has not been initialized. at org.eclipse.core.runtime.Assert.isTrue(Assert.java:119) at org.eclipse.core.internal.runtime.InternalPlatform.assertInitialized(InternalPlatform.java:185) at org.eclipse.core.internal.runtime.InternalPlatform.addLogListener(InternalPlatform.java:178) at org.eclipse.core.runtime.Platform.addLogListener(Platform.java:587) at org.eclipse.ui.statushandlers.StatusManager.(StatusManager.java:144) at org.eclipse.ui.statushandlers.StatusManager.getManager(StatusManager.java:136) at org.eclipse.ui.internal.progress.ProgressManager$1.done(ProgressManager.java:468) at org.eclipse.core.internal.jobs.JobListeners.sendEvent(JobListeners.java:153) at org.eclipse.core.internal.jobs.JobListeners.sendEventsAsync(JobListeners.java:140) at org.eclipse.core.internal.jobs.JobListeners.waitAndSendEvents(JobListeners.java:80) at org.eclipse.core.internal.jobs.JobManager.withWriteLock(JobManager.java:549) at org.eclipse.core.internal.jobs.JobManager.endJob(JobManager.java:750) at org.eclipse.core.internal.jobs.WorkerPool.endJob(WorkerPool.java:117) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:83) !ENTRY org.eclipse.core.jobs 4 2 2024-04-12 09:41:31.329 !MESSAGE An internal error occurred during: "Decoration Calculation". !STACK 0 org.eclipse.core.runtime.AssertionFailedException: assertion failed: The application has not been initialized. at org.eclipse.core.runtime.Assert.isTrue(Assert.java:119) at org.eclipse.core.internal.runtime.InternalPlatform.assertInitialized(InternalPlatform.java:185) at org.eclipse.core.internal.runtime.InternalPlatform.getAdapterManager(InternalPlatform.java:206) at org.eclipse.core.runtime.Platform.getAdapterManager(Platform.java:661) at org.eclipse.ui.internal.ObjectContributorManager.getCommonClasses(ObjectContributorManager.java:673) at org.eclipse.ui.internal.ObjectContributorManager.getContributors(ObjectContributorManager.java:576) at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecoratorsFor(LightweightDecoratorManager.java:322) at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations(LightweightDecoratorManager.java:343) at org.eclipse.ui.internal.decorators.DecorationScheduler$1.queue(DecorationScheduler.java:410) at org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(DecorationScheduler.java:388) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) !ENTRY org.eclipse.core.jobs 2 2 2024-04-12 09:41:31.729 !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 !ENTRY org.eclipse.core.jobs 2 2 2024-04-12 09:41:31.730 !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