Skip to content
Failed

Console Output

Skipping 1,159 KB.. Full Log
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.jenkinsci.plugins.pipeline.maven.dao.MonitoringPipelineMavenPluginDaoDecorator.executeMonitored(MonitoringPipelineMavenPluginDaoDecorator.java:125)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.jenkinsci.plugins.pipeline.maven.dao.MonitoringPipelineMavenPluginDaoDecorator.recordDependency(MonitoringPipelineMavenPluginDaoDecorator.java:28)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.jenkinsci.plugins.pipeline.maven.publishers.PipelineGraphPublisher.recordDependencies(PipelineGraphPublisher.java:175)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.jenkinsci.plugins.pipeline.maven.publishers.PipelineGraphPublisher.process(PipelineGraphPublisher.java:93)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.jenkinsci.plugins.pipeline.maven.MavenSpyLogProcessor.processMavenSpyLogs(MavenSpyLogProcessor.java:153)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution2$WithMavenStepExecutionCallBack.finished(WithMavenStepExecution2.java:1102)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution$TailCall.lambda$onSuccess$0(GeneralNonBlockingStepExecution.java:140)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.lambda$run$0(GeneralNonBlockingStepExecution.java:77)
17:23:45 [2023-04-06T21:23:45.659Z] 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
17:23:45 [2023-04-06T21:23:45.659Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
17:23:45 [2023-04-06T21:23:45.659Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
17:23:45 [2023-04-06T21:23:45.659Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
17:23:45 [2023-04-06T21:23:45.659Z] 	at java.base/java.lang.Thread.run(Thread.java:840)
17:23:45 [2023-04-06T21:23:45.659Z] Caused by: org.h2.jdbc.JdbcSQLNonTransientException: General error: "java.lang.IllegalStateException: Reading from nio:/var/jenkins/jenkins-jobs/jenkins-jobs.mv.db failed; file length 741376 read length 2048 at 209292 [1.4.199/1]"; SQL statement:
17:23:45 [2023-04-06T21:23:45.659Z] SELECT ID FROM JENKINS_JOB WHERE FULL_NAME = ? AND JENKINS_MASTER_ID = ? [50000-199]
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:502)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:427)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.message.DbException.get(DbException.java:194)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.message.DbException.convert(DbException.java:347)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.command.Command.executeQuery(Command.java:219)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.jdbc.JdbcPreparedStatement.executeQuery(JdbcPreparedStatement.java:115)
17:23:45 [2023-04-06T21:23:45.659Z] 	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
17:23:45 [2023-04-06T21:23:45.659Z] 	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.jenkinsci.plugins.pipeline.maven.dao.AbstractPipelineMavenPluginDao.getOrCreateBuildPrimaryKey(AbstractPipelineMavenPluginDao.java:364)
17:23:45 [2023-04-06T21:23:45.659Z] 	... 17 more
17:23:45 [2023-04-06T21:23:45.659Z] Caused by: java.lang.IllegalStateException: Reading from nio:/var/jenkins/jenkins-jobs/jenkins-jobs.mv.db failed; file length 741376 read length 2048 at 209292 [1.4.199/1]
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.mvstore.DataUtils.newIllegalStateException(DataUtils.java:883)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.mvstore.DataUtils.readFully(DataUtils.java:420)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.mvstore.FileStore.readFully(FileStore.java:98)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.mvstore.MVStore.readBufferForPage(MVStore.java:1048)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.mvstore.MVStore.readPage(MVStore.java:2186)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.mvstore.MVMap.readPage(MVMap.java:554)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.mvstore.Page$NonLeaf.getChildPage(Page.java:1086)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.mvstore.Cursor.traverseDown(Cursor.java:165)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.mvstore.Cursor.<init>(Cursor.java:31)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.mvstore.tx.TransactionMap$TMIterator.<init>(TransactionMap.java:701)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.mvstore.tx.TransactionMap$KeyIterator.<init>(TransactionMap.java:652)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.mvstore.tx.TransactionMap.keyIterator(TransactionMap.java:575)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.mvstore.db.MVSecondaryIndex.find(MVSecondaryIndex.java:273)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.mvstore.db.MVSecondaryIndex.find(MVSecondaryIndex.java:266)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.index.BaseIndex.find(BaseIndex.java:132)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.index.IndexCursor.find(IndexCursor.java:163)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.table.TableFilter.next(TableFilter.java:475)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.command.dml.Select$LazyResultQueryFlat.fetchNextRow(Select.java:1882)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.result.LazyResult.hasNext(LazyResult.java:101)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.result.LazyResult.next(LazyResult.java:60)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.command.dml.Select.queryFlat(Select.java:742)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.command.dml.Select.queryWithoutCache(Select.java:884)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.command.dml.Query.queryWithoutCacheLazyCheck(Query.java:151)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.command.dml.Query.query(Query.java:435)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.command.dml.Query.query(Query.java:397)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.command.CommandContainer.query(CommandContainer.java:145)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.command.Command.executeQuery(Command.java:202)
17:23:45 [2023-04-06T21:23:45.659Z] 	... 21 more
17:23:45 [2023-04-06T21:23:45.659Z] Caused by: java.io.IOException: Input/output error
17:23:45 [2023-04-06T21:23:45.659Z] 	at java.base/sun.nio.ch.FileDispatcherImpl.pread0(Native Method)
17:23:45 [2023-04-06T21:23:45.659Z] 	at java.base/sun.nio.ch.FileDispatcherImpl.pread(FileDispatcherImpl.java:54)
17:23:45 [2023-04-06T21:23:45.659Z] 	at java.base/sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:274)
17:23:45 [2023-04-06T21:23:45.659Z] 	at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:245)
17:23:45 [2023-04-06T21:23:45.659Z] 	at java.base/sun.nio.ch.FileChannelImpl.readInternal(FileChannelImpl.java:811)
17:23:45 [2023-04-06T21:23:45.659Z] 	at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:796)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.store.fs.FileNio.read(FilePathNio.java:74)
17:23:45 [2023-04-06T21:23:45.659Z] 	at org.h2.mvstore.DataUtils.readFully(DataUtils.java:406)
17:23:45 [2023-04-06T21:23:45.659Z] 	... 46 more
17:23:45 [2023-04-06T21:23:45.660Z] ERROR: [withMaven] pipelineGraphPublisher - WARNING: Exception recording org.eclipse.lsp.cobol:common:jar:1.0-SNAPSHOT on build, skip
17:23:45 [2023-04-06T21:23:45.660Z] org.jenkinsci.plugins.pipeline.maven.util.RuntimeSqlException: org.h2.jdbc.JdbcSQLNonTransientException: General error: "java.lang.IllegalStateException: Reading from nio:/var/jenkins/jenkins-jobs/jenkins-jobs.mv.db failed; file length 741376 read length 2048 at 209292 [1.4.199/1]"; SQL statement:
17:23:45 [2023-04-06T21:23:45.660Z] SELECT ID FROM JENKINS_JOB WHERE FULL_NAME = ? AND JENKINS_MASTER_ID = ? [50000-199]
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.jenkinsci.plugins.pipeline.maven.dao.AbstractPipelineMavenPluginDao.getOrCreateBuildPrimaryKey(AbstractPipelineMavenPluginDao.java:400)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.jenkinsci.plugins.pipeline.maven.dao.AbstractPipelineMavenPluginDao.recordDependency(AbstractPipelineMavenPluginDao.java:100)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.jenkinsci.plugins.pipeline.maven.dao.AbstractPipelineMavenPluginDaoDecorator.recordDependency(AbstractPipelineMavenPluginDaoDecorator.java:23)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.jenkinsci.plugins.pipeline.maven.dao.AbstractPipelineMavenPluginDaoDecorator.recordDependency(AbstractPipelineMavenPluginDaoDecorator.java:23)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.jenkinsci.plugins.pipeline.maven.dao.MonitoringPipelineMavenPluginDaoDecorator.lambda$recordDependency$0(MonitoringPipelineMavenPluginDaoDecorator.java:28)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.jenkinsci.plugins.pipeline.maven.dao.MonitoringPipelineMavenPluginDaoDecorator.executeMonitored(MonitoringPipelineMavenPluginDaoDecorator.java:125)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.jenkinsci.plugins.pipeline.maven.dao.MonitoringPipelineMavenPluginDaoDecorator.recordDependency(MonitoringPipelineMavenPluginDaoDecorator.java:28)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.jenkinsci.plugins.pipeline.maven.publishers.PipelineGraphPublisher.recordDependencies(PipelineGraphPublisher.java:175)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.jenkinsci.plugins.pipeline.maven.publishers.PipelineGraphPublisher.process(PipelineGraphPublisher.java:93)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.jenkinsci.plugins.pipeline.maven.MavenSpyLogProcessor.processMavenSpyLogs(MavenSpyLogProcessor.java:153)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution2$WithMavenStepExecutionCallBack.finished(WithMavenStepExecution2.java:1102)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution$TailCall.lambda$onSuccess$0(GeneralNonBlockingStepExecution.java:140)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.lambda$run$0(GeneralNonBlockingStepExecution.java:77)
17:23:45 [2023-04-06T21:23:45.660Z] 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
17:23:45 [2023-04-06T21:23:45.660Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
17:23:45 [2023-04-06T21:23:45.660Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
17:23:45 [2023-04-06T21:23:45.660Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
17:23:45 [2023-04-06T21:23:45.660Z] 	at java.base/java.lang.Thread.run(Thread.java:840)
17:23:45 [2023-04-06T21:23:45.660Z] Caused by: org.h2.jdbc.JdbcSQLNonTransientException: General error: "java.lang.IllegalStateException: Reading from nio:/var/jenkins/jenkins-jobs/jenkins-jobs.mv.db failed; file length 741376 read length 2048 at 209292 [1.4.199/1]"; SQL statement:
17:23:45 [2023-04-06T21:23:45.660Z] SELECT ID FROM JENKINS_JOB WHERE FULL_NAME = ? AND JENKINS_MASTER_ID = ? [50000-199]
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:502)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:427)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.message.DbException.get(DbException.java:194)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.message.DbException.convert(DbException.java:347)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.command.Command.executeQuery(Command.java:219)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.jdbc.JdbcPreparedStatement.executeQuery(JdbcPreparedStatement.java:115)
17:23:45 [2023-04-06T21:23:45.660Z] 	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
17:23:45 [2023-04-06T21:23:45.660Z] 	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.jenkinsci.plugins.pipeline.maven.dao.AbstractPipelineMavenPluginDao.getOrCreateBuildPrimaryKey(AbstractPipelineMavenPluginDao.java:364)
17:23:45 [2023-04-06T21:23:45.660Z] 	... 17 more
17:23:45 [2023-04-06T21:23:45.660Z] Caused by: java.lang.IllegalStateException: Reading from nio:/var/jenkins/jenkins-jobs/jenkins-jobs.mv.db failed; file length 741376 read length 2048 at 209292 [1.4.199/1]
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.mvstore.DataUtils.newIllegalStateException(DataUtils.java:883)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.mvstore.DataUtils.readFully(DataUtils.java:420)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.mvstore.FileStore.readFully(FileStore.java:98)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.mvstore.MVStore.readBufferForPage(MVStore.java:1048)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.mvstore.MVStore.readPage(MVStore.java:2186)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.mvstore.MVMap.readPage(MVMap.java:554)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.mvstore.Page$NonLeaf.getChildPage(Page.java:1086)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.mvstore.Cursor.traverseDown(Cursor.java:165)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.mvstore.Cursor.<init>(Cursor.java:31)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.mvstore.tx.TransactionMap$TMIterator.<init>(TransactionMap.java:701)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.mvstore.tx.TransactionMap$KeyIterator.<init>(TransactionMap.java:652)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.mvstore.tx.TransactionMap.keyIterator(TransactionMap.java:575)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.mvstore.db.MVSecondaryIndex.find(MVSecondaryIndex.java:273)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.mvstore.db.MVSecondaryIndex.find(MVSecondaryIndex.java:266)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.index.BaseIndex.find(BaseIndex.java:132)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.index.IndexCursor.find(IndexCursor.java:163)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.table.TableFilter.next(TableFilter.java:475)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.command.dml.Select$LazyResultQueryFlat.fetchNextRow(Select.java:1882)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.result.LazyResult.hasNext(LazyResult.java:101)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.result.LazyResult.next(LazyResult.java:60)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.command.dml.Select.queryFlat(Select.java:742)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.command.dml.Select.queryWithoutCache(Select.java:884)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.command.dml.Query.queryWithoutCacheLazyCheck(Query.java:151)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.command.dml.Query.query(Query.java:435)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.command.dml.Query.query(Query.java:397)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.command.CommandContainer.query(CommandContainer.java:145)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.command.Command.executeQuery(Command.java:202)
17:23:45 [2023-04-06T21:23:45.660Z] 	... 21 more
17:23:45 [2023-04-06T21:23:45.660Z] Caused by: java.io.IOException: Input/output error
17:23:45 [2023-04-06T21:23:45.660Z] 	at java.base/sun.nio.ch.FileDispatcherImpl.pread0(Native Method)
17:23:45 [2023-04-06T21:23:45.660Z] 	at java.base/sun.nio.ch.FileDispatcherImpl.pread(FileDispatcherImpl.java:54)
17:23:45 [2023-04-06T21:23:45.660Z] 	at java.base/sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:274)
17:23:45 [2023-04-06T21:23:45.660Z] 	at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:245)
17:23:45 [2023-04-06T21:23:45.660Z] 	at java.base/sun.nio.ch.FileChannelImpl.readInternal(FileChannelImpl.java:811)
17:23:45 [2023-04-06T21:23:45.660Z] 	at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:796)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.store.fs.FileNio.read(FilePathNio.java:74)
17:23:45 [2023-04-06T21:23:45.660Z] 	at org.h2.mvstore.DataUtils.readFully(DataUtils.java:406)
17:23:45 [2023-04-06T21:23:45.660Z] 	... 46 more
17:23:45 [2023-04-06T21:23:45.661Z] ERROR: [withMaven] WARNING Exception executing Maven reporter 'Pipeline Graph Publisher' / org.jenkinsci.plugins.pipeline.maven.publishers.PipelineGraphPublisher. Please report a bug associated for the component 'pipeline-maven-plugin' at https://issues.jenkins-ci.org 
17:23:45 [2023-04-06T21:23:45.661Z] org.jenkinsci.plugins.pipeline.maven.util.RuntimeSqlException: org.h2.jdbc.JdbcSQLNonTransientException: General error: "java.lang.IllegalStateException: Reading from nio:/var/jenkins/jenkins-jobs/jenkins-jobs.mv.db failed; file length 741376 read length 2048 at 209292 [1.4.199/1]"; SQL statement:
17:23:45 [2023-04-06T21:23:45.661Z] SELECT ID FROM JENKINS_JOB WHERE FULL_NAME = ? AND JENKINS_MASTER_ID = ? [50000-199]
17:23:45 [2023-04-06T21:23:45.661Z] 	at org.jenkinsci.plugins.pipeline.maven.dao.AbstractPipelineMavenPluginDao.getOrCreateBuildPrimaryKey(AbstractPipelineMavenPluginDao.java:400)
17:23:45 [2023-04-06T21:23:45.661Z] 	at org.jenkinsci.plugins.pipeline.maven.dao.AbstractPipelineMavenPluginDao.recordGeneratedArtifact(AbstractPipelineMavenPluginDao.java:186)
17:23:45 [2023-04-06T21:23:45.661Z] 	at org.jenkinsci.plugins.pipeline.maven.dao.AbstractPipelineMavenPluginDaoDecorator.recordGeneratedArtifact(AbstractPipelineMavenPluginDaoDecorator.java:33)
17:23:45 [2023-04-06T21:23:45.661Z] 	at org.jenkinsci.plugins.pipeline.maven.dao.CustomTypePipelineMavenPluginDaoDecorator.recordGeneratedArtifact(CustomTypePipelineMavenPluginDaoDecorator.java:36)
17:23:45 [2023-04-06T21:23:45.661Z] 	at org.jenkinsci.plugins.pipeline.maven.dao.AbstractPipelineMavenPluginDaoDecorator.recordGeneratedArtifact(AbstractPipelineMavenPluginDaoDecorator.java:33)
17:23:45 [2023-04-06T21:23:45.661Z] 	at org.jenkinsci.plugins.pipeline.maven.dao.MonitoringPipelineMavenPluginDaoDecorator.lambda$recordGeneratedArtifact$2(MonitoringPipelineMavenPluginDaoDecorator.java:38)
17:23:45 [2023-04-06T21:23:45.661Z] 	at org.jenkinsci.plugins.pipeline.maven.dao.MonitoringPipelineMavenPluginDaoDecorator.executeMonitored(MonitoringPipelineMavenPluginDaoDecorator.java:125)
17:23:45 [2023-04-06T21:23:45.661Z] 	at org.jenkinsci.plugins.pipeline.maven.dao.MonitoringPipelineMavenPluginDaoDecorator.recordGeneratedArtifact(MonitoringPipelineMavenPluginDaoDecorator.java:38)
17:23:45 [2023-04-06T21:23:45.661Z] 	at org.jenkinsci.plugins.pipeline.maven.publishers.PipelineGraphPublisher.recordGeneratedArtifacts(PipelineGraphPublisher.java:215)
17:23:45 [2023-04-06T21:23:45.661Z] 	at org.jenkinsci.plugins.pipeline.maven.publishers.PipelineGraphPublisher.process(PipelineGraphPublisher.java:94)
17:23:45 [2023-04-06T21:23:45.661Z] 	at org.jenkinsci.plugins.pipeline.maven.MavenSpyLogProcessor.processMavenSpyLogs(MavenSpyLogProcessor.java:153)
17:23:45 [2023-04-06T21:23:45.661Z] 	at org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution2$WithMavenStepExecutionCallBack.finished(WithMavenStepExecution2.java:1102)
17:23:45 [2023-04-06T21:23:45.661Z] 	at org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution$TailCall.lambda$onSuccess$0(GeneralNonBlockingStepExecution.java:140)
17:23:45 [2023-04-06T21:23:45.661Z] 	at org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.lambda$run$0(GeneralNonBlockingStepExecution.java:77)
17:23:45 [2023-04-06T21:23:45.661Z] 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
17:23:45 [2023-04-06T21:23:45.661Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
17:23:45 [2023-04-06T21:23:45.661Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
17:23:45 [2023-04-06T21:23:45.661Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
17:23:45 [2023-04-06T21:23:45.661Z] 	at java.base/java.lang.Thread.run(Thread.java:840)
17:23:45 [2023-04-06T21:23:45.661Z] Caused by: org.h2.jdbc.JdbcSQLNonTransientException: General error: "java.lang.IllegalStateException: Reading from nio:/var/jenkins/jenkins-jobs/jenkins-jobs.mv.db failed; file length 741376 read length 2048 at 209292 [1.4.199/1]"; SQL statement:
17:23:45 [2023-04-06T21:23:45.661Z] SELECT ID FROM JENKINS_JOB WHERE FULL_NAME = ? AND JENKINS_MASTER_ID = ? [50000-199]
17:23:45 [2023-04-06T21:23:45.661Z] 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:502)
17:23:45 [2023-04-06T21:23:45.661Z] 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:427)
17:23:45 [2023-04-06T21:23:45.661Z] 	at org.h2.message.DbException.get(DbException.java:194)
17:23:45 [2023-04-06T21:23:45.661Z] 	at org.h2.message.DbException.convert(DbException.java:347)
17:23:45 [2023-04-06T21:23:45.661Z] 	at org.h2.command.Command.executeQuery(Command.java:219)
17:23:45 [2023-04-06T21:23:45.661Z] 	at org.h2.jdbc.JdbcPreparedStatement.executeQuery(JdbcPreparedStatement.java:115)
17:23:45 [2023-04-06T21:23:45.661Z] 	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
17:23:45 [2023-04-06T21:23:45.661Z] 	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
17:23:45 [2023-04-06T21:23:45.661Z] 	at org.jenkinsci.plugins.pipeline.maven.dao.AbstractPipelineMavenPluginDao.getOrCreateBuildPrimaryKey(AbstractPipelineMavenPluginDao.java:364)
17:23:45 [2023-04-06T21:23:45.661Z] 	... 18 more
17:23:45 [2023-04-06T21:23:45.661Z] Caused by: java.lang.IllegalStateException: Reading from nio:/var/jenkins/jenkins-jobs/jenkins-jobs.mv.db failed; file length 741376 read length 2048 at 209292 [1.4.199/1]
17:23:45 [2023-04-06T21:23:45.661Z] 	at org.h2.mvstore.DataUtils.newIllegalStateException(DataUtils.java:883)
17:23:45 [2023-04-06T21:23:45.661Z] 	at org.h2.mvstore.DataUtils.readFully(DataUtils.java:420)
17:23:45 [2023-04-06T21:23:45.661Z] 	at org.h2.mvstore.FileStore.readFully(FileStore.java:98)
17:23:45 [2023-04-06T21:23:45.661Z] 	at org.h2.mvstore.MVStore.readBufferForPage(MVStore.java:1048)
17:23:45 [2023-04-06T21:23:45.661Z] 	at org.h2.mvstore.MVStore.readPage(MVStore.java:2186)
17:23:45 [2023-04-06T21:23:45.661Z] 	at org.h2.mvstore.MVMap.readPage(MVMap.java:554)
17:23:45 [2023-04-06T21:23:45.661Z] 	at org.h2.mvstore.Page$NonLeaf.getChildPage(Page.java:1086)
17:23:45 [2023-04-06T21:23:45.661Z] 	at org.h2.mvstore.Cursor.traverseDown(Cursor.java:165)
17:23:45 [2023-04-06T21:23:45.661Z] 	at org.h2.mvstore.Cursor.<init>(Cursor.java:31)
17:23:45 [2023-04-06T21:23:45.662Z] 	at org.h2.mvstore.tx.TransactionMap$TMIterator.<init>(TransactionMap.java:701)
17:23:45 [2023-04-06T21:23:45.662Z] 	at org.h2.mvstore.tx.TransactionMap$KeyIterator.<init>(TransactionMap.java:652)
17:23:45 [2023-04-06T21:23:45.662Z] 	at org.h2.mvstore.tx.TransactionMap.keyIterator(TransactionMap.java:575)
17:23:45 [2023-04-06T21:23:45.662Z] 	at org.h2.mvstore.db.MVSecondaryIndex.find(MVSecondaryIndex.java:273)
17:23:45 [2023-04-06T21:23:45.662Z] 	at org.h2.mvstore.db.MVSecondaryIndex.find(MVSecondaryIndex.java:266)
17:23:45 [2023-04-06T21:23:45.662Z] 	at org.h2.index.BaseIndex.find(BaseIndex.java:132)
17:23:45 [2023-04-06T21:23:45.662Z] 	at org.h2.index.IndexCursor.find(IndexCursor.java:163)
17:23:45 [2023-04-06T21:23:45.662Z] 	at org.h2.table.TableFilter.next(TableFilter.java:475)
17:23:45 [2023-04-06T21:23:45.662Z] 	at org.h2.command.dml.Select$LazyResultQueryFlat.fetchNextRow(Select.java:1882)
17:23:45 [2023-04-06T21:23:45.662Z] 	at org.h2.result.LazyResult.hasNext(LazyResult.java:101)
17:23:45 [2023-04-06T21:23:45.662Z] 	at org.h2.result.LazyResult.next(LazyResult.java:60)
17:23:45 [2023-04-06T21:23:45.662Z] 	at org.h2.command.dml.Select.queryFlat(Select.java:742)
17:23:45 [2023-04-06T21:23:45.662Z] 	at org.h2.command.dml.Select.queryWithoutCache(Select.java:884)
17:23:45 [2023-04-06T21:23:45.662Z] 	at org.h2.command.dml.Query.queryWithoutCacheLazyCheck(Query.java:151)
17:23:45 [2023-04-06T21:23:45.662Z] 	at org.h2.command.dml.Query.query(Query.java:435)
17:23:45 [2023-04-06T21:23:45.662Z] 	at org.h2.command.dml.Query.query(Query.java:397)
17:23:45 [2023-04-06T21:23:45.662Z] 	at org.h2.command.CommandContainer.query(CommandContainer.java:145)
17:23:45 [2023-04-06T21:23:45.662Z] 	at org.h2.command.Command.executeQuery(Command.java:202)
17:23:45 [2023-04-06T21:23:45.662Z] 	... 22 more
17:23:45 [2023-04-06T21:23:45.662Z] Caused by: java.io.IOException: Input/output error
17:23:45 [2023-04-06T21:23:45.662Z] 	at java.base/sun.nio.ch.FileDispatcherImpl.pread0(Native Method)
17:23:45 [2023-04-06T21:23:45.662Z] 	at java.base/sun.nio.ch.FileDispatcherImpl.pread(FileDispatcherImpl.java:54)
17:23:45 [2023-04-06T21:23:45.662Z] 	at java.base/sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:274)
17:23:45 [2023-04-06T21:23:45.662Z] 	at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:245)
17:23:45 [2023-04-06T21:23:45.662Z] 	at java.base/sun.nio.ch.FileChannelImpl.readInternal(FileChannelImpl.java:811)
17:23:45 [2023-04-06T21:23:45.662Z] 	at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:796)
17:23:45 [2023-04-06T21:23:45.662Z] 	at org.h2.store.fs.FileNio.read(FilePathNio.java:74)
17:23:45 [2023-04-06T21:23:45.662Z] 	at org.h2.mvstore.DataUtils.readFully(DataUtils.java:406)
17:23:45 [2023-04-06T21:23:45.662Z] 	... 47 more
17:23:45 [2023-04-06T21:23:45.666Z] [withMaven] artifactsPublisher - Archive artifact common/pom.xml under org/eclipse/lsp/cobol/common/1.0-SNAPSHOT/common-1.0-SNAPSHOT.pom
17:23:45 [2023-04-06T21:23:45.672Z] [withMaven] artifactsPublisher - Archive artifact common/target/common-1.0-SNAPSHOT.jar under org/eclipse/lsp/cobol/common/1.0-SNAPSHOT/common-1.0-SNAPSHOT.jar
17:23:45 [2023-04-06T21:23:45.865Z] [withMaven] artifactsPublisher - Archive artifact pom.xml under org/eclipse/lsp/cobol/server/1.0-SNAPSHOT/server-1.0-SNAPSHOT.pom
17:23:45 [2023-04-06T21:23:45.954Z] [withMaven] artifactsPublisher - Archive artifact test/pom.xml under org/eclipse/lsp/cobol/test/1.0-SNAPSHOT/test-1.0-SNAPSHOT.pom
17:23:45 [2023-04-06T21:23:45.959Z] [withMaven] artifactsPublisher - Archive artifact test/target/test-1.0-SNAPSHOT.jar under org/eclipse/lsp/cobol/test/1.0-SNAPSHOT/test-1.0-SNAPSHOT.jar
17:23:46 [2023-04-06T21:23:46.057Z] [withMaven] artifactsPublisher - Archive artifact engine/pom.xml under org/eclipse/lsp/cobol/engine/1.0.0-SNAPSHOT/engine-1.0.0-SNAPSHOT.pom
17:23:46 [2023-04-06T21:23:46.060Z] [withMaven] artifactsPublisher - Archive artifact engine/target/server.jar under org/eclipse/lsp/cobol/engine/1.0.0-SNAPSHOT/engine-1.0.0-SNAPSHOT.jar
17:23:46 [2023-04-06T21:23:46.759Z] [withMaven] artifactsPublisher - Archive artifact dialect-idms/pom.xml under org/eclipse/lsp/cobol/dialect-idms/1.0-SNAPSHOT/dialect-idms-1.0-SNAPSHOT.pom
17:23:46 [2023-04-06T21:23:46.761Z] [withMaven] artifactsPublisher - Archive artifact dialect-idms/target/dialect-idms.jar under org/eclipse/lsp/cobol/dialect-idms/1.0-SNAPSHOT/dialect-idms-1.0-SNAPSHOT.jar
17:23:46 [2023-04-06T21:23:46.773Z] [withMaven] artifactsPublisher - Archive artifact dialect-daco/pom.xml under org/eclipse/lsp/cobol/dialect-daco/1.0-SNAPSHOT/dialect-daco-1.0-SNAPSHOT.pom
17:23:46 [2023-04-06T21:23:46.776Z] [withMaven] artifactsPublisher - Archive artifact dialect-daco/target/dialect-daco.jar under org/eclipse/lsp/cobol/dialect-daco/1.0-SNAPSHOT/dialect-daco-1.0-SNAPSHOT.jar
17:23:57 [2023-04-06T21:23:57.440Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.lsp.cobol:common:jar:1.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): common/target/surefire-reports/*.xml
17:23:57 [2023-04-06T21:23:57.440Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.lsp.cobol:test:jar:1.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): test/target/surefire-reports/*.xml
17:23:57 [2023-04-06T21:23:57.440Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.lsp.cobol:engine:jar:1.0.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): engine/target/surefire-reports/*.xml
17:23:57 [2023-04-06T21:23:57.440Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.lsp.cobol:dialect-idms:jar:1.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): dialect-idms/target/surefire-reports/*.xml
17:23:57 [2023-04-06T21:23:57.440Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.lsp.cobol:dialect-daco:jar:1.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): dialect-daco/target/surefire-reports/*.xml
17:23:57 [2023-04-06T21:23:57.441Z] [withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.
17:23:57 [2023-04-06T21:23:57.442Z] [withMaven] junitPublisher - Jenkins JUnit Flaky Test Handler Plugin not found, can't publish JUnit flaky tests reports.
17:23:57 [2023-04-06T21:23:57.442Z] Recording test results
17:24:07 [2023-04-06T21:24:07.569Z] [withMaven] Jenkins FindBugs Plugin not found, don't display org.codehaus.mojo:findbugs-maven-plugin:findbugs results in pipeline screen.
17:24:07 [2023-04-06T21:24:07.572Z] [withMaven] jgivenPublisher - Jenkins JGiven Plugin not found, do not archive jgiven reports.
17:24:07 [2023-04-06T21:24:07.652Z] [withMaven] Jenkins JaCoCo Plugin not found, don't display org.jacoco:jacoco-maven-plugin:prepare-agent[-integration] results in pipeline screen.
17:24:07 [2023-04-06T21:24:07.658Z] [withMaven] Jenkins Task Scanner Plugin not found, don't display results of source code scanning for 'TODO' and 'FIXME' in pipeline screen.
17:24:07 [2023-04-06T21:24:07.658Z] [withMaven] Publishers: Pipeline Graph Publisher: 8 ms, Generated Artifacts Publisher: 11772 ms, Junit Publisher: 10097 ms, Dependencies Fingerprint Publisher: 14 ms, Findbugs Publisher: 1 ms, Jacoco Publisher: 1 ms, Open Task Scanner Publisher: 1 ms
[Pipeline] // withMaven
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (SonarCloud analysis-Server)
[Pipeline] container
[Pipeline] {
[Pipeline] dir
17:24:08 [2023-04-06T21:24:08.885Z] Running in /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/server
[Pipeline] {
[Pipeline] withCredentials
17:24:08 [2023-04-06T21:24:08.898Z] Masking supported pattern matches of $SONARCLOUD_TOKEN
[Pipeline] {
[Pipeline] sh
17:24:09 [2023-04-06T21:24:09.550Z] + mvn sonar:sonar -Dsonar.projectKey=eclipse_che-che4z-lsp-for-cobol -Dsonar.organization=eclipse -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=**** -Dsonar.branch.name=prettier --no-transfer-progress
17:24:12 [2023-04-06T21:24:12.352Z] [INFO] Scanning for projects...
17:24:12 [2023-04-06T21:24:12.352Z] [INFO] ------------------------------------------------------------------------
17:24:12 [2023-04-06T21:24:12.352Z] [INFO] Reactor Build Order:
17:24:12 [2023-04-06T21:24:12.352Z] [INFO] 
17:24:12 [2023-04-06T21:24:12.352Z] [INFO] common                                                             [jar]
17:24:12 [2023-04-06T21:24:12.352Z] [INFO] server                                                             [pom]
17:24:12 [2023-04-06T21:24:12.352Z] [INFO] test                                                               [jar]
17:24:12 [2023-04-06T21:24:12.352Z] [INFO] COBOL LSP :: Server                                                [jar]
17:24:12 [2023-04-06T21:24:12.352Z] [INFO] dialect-idms                                                       [jar]
17:24:12 [2023-04-06T21:24:12.352Z] [INFO] dialect-daco                                                       [jar]
17:24:14 [2023-04-06T21:24:14.916Z] [WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, no dependency information available
17:24:14 [2023-04-06T21:24:14.916Z] [WARNING] Failed to retrieve plugin descriptor for org.eclipse.m2e:lifecycle-mapping:1.0.0: Plugin org.eclipse.m2e:lifecycle-mapping:1.0.0 or one of its dependencies could not be resolved: Could not find artifact org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 in central (https://repo.maven.apache.org/maven2)
17:24:15 [2023-04-06T21:24:15.172Z] [WARNING] The artifact org.codehaus.mojo:sonar-maven-plugin:jar:3.9.1.2184 has been relocated to org.sonarsource.scanner.maven:sonar-maven-plugin:jar:3.9.1.2184: SonarQube plugin was moved to SonarSource organisation
17:24:15 [2023-04-06T21:24:15.172Z] [INFO] 
17:24:15 [2023-04-06T21:24:15.172Z] [INFO] --------------------< org.eclipse.lsp.cobol:server >--------------------
17:24:15 [2023-04-06T21:24:15.172Z] [INFO] Building server 1.0-SNAPSHOT                                       [1/6]
17:24:15 [2023-04-06T21:24:15.172Z] [INFO] --------------------------------[ pom ]---------------------------------
17:24:16 [2023-04-06T21:24:16.101Z] [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
17:24:16 [2023-04-06T21:24:16.101Z] [WARNING] o org.eclipse.lsp.cobol:common:jar:1.0-SNAPSHOT (provided)
17:24:16 [2023-04-06T21:24:16.101Z] [WARNING] Try running the build up to the lifecycle phase "package"
17:24:16 [2023-04-06T21:24:16.101Z] [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
17:24:16 [2023-04-06T21:24:16.101Z] [WARNING] o org.eclipse.lsp.cobol:common:jar:1.0-SNAPSHOT (compile)
17:24:16 [2023-04-06T21:24:16.101Z] [WARNING] o org.eclipse.lsp.cobol:test:jar:1.0-SNAPSHOT (test)
17:24:16 [2023-04-06T21:24:16.101Z] [WARNING] Try running the build up to the lifecycle phase "package"
17:24:16 [2023-04-06T21:24:16.101Z] [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
17:24:16 [2023-04-06T21:24:16.101Z] [WARNING] o org.eclipse.lsp.cobol:common:jar:1.0-SNAPSHOT (provided)
17:24:16 [2023-04-06T21:24:16.101Z] [WARNING] o org.eclipse.lsp.cobol:engine:jar:1.0.0-SNAPSHOT (test)
17:24:16 [2023-04-06T21:24:16.101Z] [WARNING] o org.eclipse.lsp.cobol:test:jar:1.0-SNAPSHOT (test)
17:24:16 [2023-04-06T21:24:16.101Z] [WARNING] Try running the build up to the lifecycle phase "package"
17:24:16 [2023-04-06T21:24:16.101Z] [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
17:24:16 [2023-04-06T21:24:16.101Z] [WARNING] o org.eclipse.lsp.cobol:common:jar:1.0-SNAPSHOT (provided)
17:24:16 [2023-04-06T21:24:16.101Z] [WARNING] o org.eclipse.lsp.cobol:engine:jar:1.0.0-SNAPSHOT (test)
17:24:16 [2023-04-06T21:24:16.101Z] [WARNING] o org.eclipse.lsp.cobol:dialect-idms:jar:1.0-SNAPSHOT (test)
17:24:16 [2023-04-06T21:24:16.101Z] [WARNING] o org.eclipse.lsp.cobol:test:jar:1.0-SNAPSHOT (test)
17:24:16 [2023-04-06T21:24:16.101Z] [WARNING] Try running the build up to the lifecycle phase "package"
17:24:16 [2023-04-06T21:24:16.101Z] [INFO] 
17:24:16 [2023-04-06T21:24:16.101Z] [INFO] --- sonar-maven-plugin:3.9.1.2184:sonar (default-cli) @ server ---
17:24:16 [2023-04-06T21:24:16.664Z] [INFO] User cache: /home/jenkins/.sonar/cache
17:24:19 [2023-04-06T21:24:19.939Z] [INFO] SonarQube version: 8.0.0.39825
17:24:20 [2023-04-06T21:24:20.196Z] [INFO] Default locale: "en", source code encoding: "UTF-8" (analysis is platform dependent)
17:24:21 [2023-04-06T21:24:21.130Z] [INFO] Load global settings
17:24:21 [2023-04-06T21:24:21.692Z] [INFO] Load global settings (done) | time=587ms
17:24:21 [2023-04-06T21:24:21.693Z] [INFO] Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu
17:24:21 [2023-04-06T21:24:21.693Z] [INFO] User cache: /home/jenkins/.sonar/cache
17:24:21 [2023-04-06T21:24:21.693Z] [INFO] Load/download plugins
17:24:21 [2023-04-06T21:24:21.693Z] [INFO] Load plugins index
17:24:22 [2023-04-06T21:24:22.256Z] [INFO] Load plugins index (done) | time=657ms
17:24:54 [2023-04-06T21:24:54.298Z] [INFO] Load/download plugins (done) | time=27602ms
17:24:54 [2023-04-06T21:24:54.298Z] [INFO] Loaded core extensions: developer-scanner
17:24:54 [2023-04-06T21:24:54.298Z] [INFO] Found an active CI vendor: 'Jenkins'
17:24:54 [2023-04-06T21:24:54.298Z] [INFO] Load project settings for component key: 'eclipse_che-che4z-lsp-for-cobol'
17:24:54 [2023-04-06T21:24:54.298Z] [INFO] Load project settings for component key: 'eclipse_che-che4z-lsp-for-cobol' (done) | time=580ms
17:24:54 [2023-04-06T21:24:54.298Z] [INFO] Process project properties
17:24:54 [2023-04-06T21:24:54.298Z] [INFO] Execute project builders
17:24:54 [2023-04-06T21:24:54.298Z] [INFO] Execute project builders (done) | time=1ms
17:24:54 [2023-04-06T21:24:54.298Z] [INFO] Project key: eclipse_che-che4z-lsp-for-cobol
17:24:54 [2023-04-06T21:24:54.298Z] [INFO] Base dir: /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/server
17:24:54 [2023-04-06T21:24:54.298Z] [INFO] Working dir: /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/server/target/sonar
17:24:54 [2023-04-06T21:24:54.298Z] [INFO] Load project branches
17:24:54 [2023-04-06T21:24:54.298Z] [INFO] Load project branches (done) | time=582ms
17:24:54 [2023-04-06T21:24:54.298Z] [INFO] Check ALM binding of project 'eclipse_che-che4z-lsp-for-cobol'
17:24:54 [2023-04-06T21:24:54.298Z] [INFO] Detected project binding: BOUND
17:24:54 [2023-04-06T21:24:54.298Z] [INFO] Check ALM binding of project 'eclipse_che-che4z-lsp-for-cobol' (done) | time=494ms
17:24:54 [2023-04-06T21:24:54.298Z] [INFO] Load project pull requests
17:24:54 [2023-04-06T21:24:54.298Z] [INFO] Load project pull requests (done) | time=498ms
17:24:54 [2023-04-06T21:24:54.298Z] [INFO] Load branch configuration
17:24:54 [2023-04-06T21:24:54.298Z] [INFO] Load branch configuration (done) | time=2ms
17:24:54 [2023-04-06T21:24:54.298Z] [INFO] Load quality profiles
17:24:54 [2023-04-06T21:24:54.555Z] [INFO] Load quality profiles (done) | time=586ms
17:24:54 [2023-04-06T21:24:54.555Z] [INFO] Load active rules
17:25:01 [2023-04-06T21:25:01.113Z] [INFO] Load active rules (done) | time=5621ms
17:25:01 [2023-04-06T21:25:01.113Z] [INFO] Organization key: eclipse
17:25:01 [2023-04-06T21:25:01.113Z] [INFO] Branch name: prettier, type: short-lived
17:25:01 [2023-04-06T21:25:01.113Z] [INFO] Load project repositories
17:25:01 [2023-04-06T21:25:01.676Z] [INFO] Load project repositories (done) | time=1219ms
17:25:01 [2023-04-06T21:25:01.676Z] [INFO] SCM collecting changed files in the branch
17:25:01 [2023-04-06T21:25:01.676Z] [WARNING] Could not find ref: development in refs/heads, refs/remotes/upstream or refs/remotes/origin
17:25:01 [2023-04-06T21:25:01.676Z] [INFO] SCM collecting changed files in the branch (done) | time=107ms
17:25:01 [2023-04-06T21:25:01.676Z] [INFO] Indexing files...
17:25:01 [2023-04-06T21:25:01.676Z] [INFO] Project configuration:
17:25:01 [2023-04-06T21:25:01.676Z] [INFO]   Excluded sources: **/build-wrapper-dump.json, **/org/eclipse/lsp/cobol/test/**/*, **/org/eclipse/lsp/cobol/dialects/daco/**/*, **/org/eclipse/lsp/cobol/core/parser/**/*, **/org/eclipse/lsp/cobol/domain/modules/**/*
17:25:01 [2023-04-06T21:25:01.933Z] [INFO] Indexing files of module 'common'
17:25:01 [2023-04-06T21:25:01.933Z] [INFO]   Base dir: /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/server/common
17:25:01 [2023-04-06T21:25:01.933Z] [INFO]   Source paths: pom.xml, src/main/java
17:25:01 [2023-04-06T21:25:01.933Z] [INFO]   Test paths: src/test/java
17:25:01 [2023-04-06T21:25:01.933Z] [INFO]   Excluded sources: **/build-wrapper-dump.json, **/org/eclipse/lsp/cobol/test/**/*, **/org/eclipse/lsp/cobol/dialects/daco/**/*, **/org/eclipse/lsp/cobol/core/parser/**/*, **/org/eclipse/lsp/cobol/domain/modules/**/*
17:25:02 [2023-04-06T21:25:02.188Z] [INFO] Indexing files of module 'dialect-daco'
17:25:02 [2023-04-06T21:25:02.188Z] [INFO]   Base dir: /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/server/dialect-daco
17:25:02 [2023-04-06T21:25:02.188Z] [INFO]   Source paths: pom.xml, src/main/java
17:25:02 [2023-04-06T21:25:02.188Z] [INFO]   Test paths: src/test/java
17:25:02 [2023-04-06T21:25:02.188Z] [INFO]   Excluded sources: **/build-wrapper-dump.json, **/org/eclipse/lsp/cobol/test/**/*, **/org/eclipse/lsp/cobol/dialects/daco/**/*, **/org/eclipse/lsp/cobol/core/parser/**/*, **/org/eclipse/lsp/cobol/domain/modules/**/*
17:25:02 [2023-04-06T21:25:02.753Z] [INFO] Indexing files of module 'dialect-idms'
17:25:02 [2023-04-06T21:25:02.753Z] [INFO]   Base dir: /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/server/dialect-idms
17:25:02 [2023-04-06T21:25:02.753Z] [INFO]   Source paths: pom.xml, src/main/java
17:25:02 [2023-04-06T21:25:02.753Z] [INFO]   Test paths: src/test/java
17:25:02 [2023-04-06T21:25:02.753Z] [INFO]   Excluded sources: **/build-wrapper-dump.json, **/org/eclipse/lsp/cobol/test/**/*, **/org/eclipse/lsp/cobol/dialects/daco/**/*, **/org/eclipse/lsp/cobol/core/parser/**/*, **/org/eclipse/lsp/cobol/domain/modules/**/*
17:25:02 [2023-04-06T21:25:02.753Z] [INFO] Indexing files of module 'COBOL LSP :: Server'
17:25:02 [2023-04-06T21:25:02.753Z] [INFO]   Base dir: /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/server/engine
17:25:02 [2023-04-06T21:25:02.753Z] [INFO]   Source paths: pom.xml, src/main/java
17:25:02 [2023-04-06T21:25:02.753Z] [INFO]   Test paths: src/test/java
17:25:02 [2023-04-06T21:25:02.753Z] [INFO]   Excluded sources: **/build-wrapper-dump.json, **/org/eclipse/lsp/cobol/test/**/*, **/org/eclipse/lsp/cobol/dialects/daco/**/*, **/org/eclipse/lsp/cobol/core/parser/**/*, **/org/eclipse/lsp/cobol/domain/modules/**/*
17:25:03 [2023-04-06T21:25:03.317Z] [INFO] Indexing files of module 'test'
17:25:03 [2023-04-06T21:25:03.317Z] [INFO]   Base dir: /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/server/test
17:25:03 [2023-04-06T21:25:03.317Z] [INFO]   Source paths: pom.xml, src/main/java
17:25:03 [2023-04-06T21:25:03.317Z] [INFO]   Excluded sources: **/build-wrapper-dump.json, **/org/eclipse/lsp/cobol/test/**/*, **/org/eclipse/lsp/cobol/dialects/daco/**/*, **/org/eclipse/lsp/cobol/core/parser/**/*, **/org/eclipse/lsp/cobol/domain/modules/**/*
17:25:03 [2023-04-06T21:25:03.317Z] [INFO] Indexing files of module 'server'
17:25:03 [2023-04-06T21:25:03.317Z] [INFO]   Base dir: /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/server
17:25:03 [2023-04-06T21:25:03.317Z] [INFO]   Source paths: pom.xml
17:25:03 [2023-04-06T21:25:03.317Z] [INFO]   Excluded sources: **/build-wrapper-dump.json, **/org/eclipse/lsp/cobol/test/**/*, **/org/eclipse/lsp/cobol/dialects/daco/**/*, **/org/eclipse/lsp/cobol/core/parser/**/*, **/org/eclipse/lsp/cobol/domain/modules/**/*
17:25:03 [2023-04-06T21:25:03.317Z] [INFO] 946 files indexed
17:25:03 [2023-04-06T21:25:03.317Z] [INFO] 39 files ignored because of inclusion/exclusion patterns
17:25:03 [2023-04-06T21:25:03.317Z] [INFO] 0 files ignored because of scm ignore settings
17:25:03 [2023-04-06T21:25:03.317Z] [INFO] Quality profile for java: Sonar way
17:25:03 [2023-04-06T21:25:03.317Z] [INFO] Quality profile for xml: Sonar way
17:25:03 [2023-04-06T21:25:03.317Z] [INFO] ------------- Run sensors on module dialect-idms
17:25:03 [2023-04-06T21:25:03.880Z] [INFO] Load metrics repository
17:25:04 [2023-04-06T21:25:04.136Z] [INFO] Load metrics repository (done) | time=500ms
17:25:04 [2023-04-06T21:25:04.136Z] [INFO] Sensor cache enabled
17:25:04 [2023-04-06T21:25:04.136Z] [INFO] Load sensor cache
17:25:06 [2023-04-06T21:25:06.654Z] [INFO] Load sensor cache (1004 KB) | time=1927ms
17:25:10 [2023-04-06T21:25:10.825Z] [INFO] Sensor JavaSensor [java]
17:25:10 [2023-04-06T21:25:10.825Z] [INFO] Configured Java source version (sonar.java.source): 8
17:25:10 [2023-04-06T21:25:10.825Z] [INFO] JavaClasspath initialization
17:25:10 [2023-04-06T21:25:10.825Z] [INFO] JavaClasspath initialization (done) | time=7ms
17:25:10 [2023-04-06T21:25:10.825Z] [INFO] JavaTestClasspath initialization
17:25:10 [2023-04-06T21:25:10.825Z] [INFO] JavaTestClasspath initialization (done) | time=3ms
17:25:10 [2023-04-06T21:25:10.825Z] [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
17:25:10 [2023-04-06T21:25:10.825Z] [INFO] Using ECJ batch to parse 17 Main java source files with batch size 129 KB.
17:25:11 [2023-04-06T21:25:11.388Z] [INFO] Starting batch processing.
17:25:13 [2023-04-06T21:25:13.909Z] [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
17:25:22 [2023-04-06T21:25:22.095Z] [INFO] 100% analyzed
17:25:22 [2023-04-06T21:25:22.095Z] [INFO] Batch processing: Done.
17:25:22 [2023-04-06T21:25:22.095Z] [INFO] Did not optimize analysis for any files, performed a full analysis for all 17 files.
17:25:22 [2023-04-06T21:25:22.095Z] [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
17:25:22 [2023-04-06T21:25:22.095Z] [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them.
17:25:22 [2023-04-06T21:25:22.095Z] [INFO] Using ECJ batch to parse 83 Test java source files with batch size 129 KB.
17:25:22 [2023-04-06T21:25:22.095Z] [INFO] Starting batch processing.
17:25:23 [2023-04-06T21:25:23.023Z] [INFO] 100% analyzed
17:25:23 [2023-04-06T21:25:23.023Z] [INFO] Batch processing: Done.
17:25:23 [2023-04-06T21:25:23.023Z] [INFO] Did not optimize analysis for any files, performed a full analysis for all 83 files.
17:25:23 [2023-04-06T21:25:23.023Z] [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
17:25:23 [2023-04-06T21:25:23.023Z] [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them.
17:25:23 [2023-04-06T21:25:23.023Z] [INFO] No "Generated" source files to scan.
17:25:23 [2023-04-06T21:25:23.023Z] [INFO] Sensor JavaSensor [java] (done) | time=12323ms
17:25:23 [2023-04-06T21:25:23.023Z] [INFO] Sensor C# Project Type Information [csharp]
17:25:23 [2023-04-06T21:25:23.023Z] [INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms
17:25:23 [2023-04-06T21:25:23.023Z] [INFO] Sensor C# Analysis Log [csharp]
17:25:23 [2023-04-06T21:25:23.023Z] [INFO] Sensor C# Analysis Log [csharp] (done) | time=17ms
17:25:23 [2023-04-06T21:25:23.023Z] [INFO] Sensor C# Properties [csharp]
17:25:23 [2023-04-06T21:25:23.023Z] [INFO] Sensor C# Properties [csharp] (done) | time=0ms
17:25:23 [2023-04-06T21:25:23.023Z] [INFO] Sensor SurefireSensor [java]
17:25:23 [2023-04-06T21:25:23.023Z] [INFO] parsing [/home/jenkins/agent/workspace/LSP_for_COBOL_prettier/server/dialect-idms/target/surefire-reports]
17:25:23 [2023-04-06T21:25:23.589Z] [INFO] Sensor SurefireSensor [java] (done) | time=403ms
17:25:23 [2023-04-06T21:25:23.589Z] [INFO] Sensor HTML [web]
17:25:23 [2023-04-06T21:25:23.589Z] [INFO] Sensor HTML [web] (done) | time=3ms
17:25:23 [2023-04-06T21:25:23.589Z] [INFO] Sensor XML Sensor [xml]
17:25:23 [2023-04-06T21:25:23.589Z] [INFO] 1 source file to be analyzed
17:25:23 [2023-04-06T21:25:23.853Z] [INFO] 1/1 source file has been analyzed
17:25:23 [2023-04-06T21:25:23.853Z] [INFO] Sensor XML Sensor [xml] (done) | time=494ms
17:25:23 [2023-04-06T21:25:23.853Z] [INFO] Sensor TextAndSecretsSensor [text]
17:25:24 [2023-04-06T21:25:24.154Z] [INFO] 101 source files to be analyzed
17:25:24 [2023-04-06T21:25:24.454Z] [INFO] 101/101 source files have been analyzed
17:25:24 [2023-04-06T21:25:24.454Z] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=398ms
17:25:24 [2023-04-06T21:25:24.454Z] [INFO] Sensor VB.NET Project Type Information [vbnet]
17:25:24 [2023-04-06T21:25:24.454Z] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms
17:25:24 [2023-04-06T21:25:24.454Z] [INFO] Sensor VB.NET Analysis Log [vbnet]
17:25:24 [2023-04-06T21:25:24.454Z] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=15ms
17:25:24 [2023-04-06T21:25:24.454Z] [INFO] Sensor VB.NET Properties [vbnet]
17:25:24 [2023-04-06T21:25:24.454Z] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
17:25:24 [2023-04-06T21:25:24.454Z] [INFO] Sensor JaCoCo XML Report Importer [jacoco]
17:25:24 [2023-04-06T21:25:24.454Z] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
17:25:24 [2023-04-06T21:25:24.454Z] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
17:25:24 [2023-04-06T21:25:24.754Z] [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=301ms
17:25:24 [2023-04-06T21:25:24.754Z] [INFO] Sensor CSS Rules [javascript]
17:25:24 [2023-04-06T21:25:24.754Z] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
17:25:24 [2023-04-06T21:25:24.754Z] [INFO] Sensor CSS Rules [javascript] (done) | time=1ms
17:25:24 [2023-04-06T21:25:24.754Z] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
17:25:24 [2023-04-06T21:25:24.754Z] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=2ms
17:25:24 [2023-04-06T21:25:24.754Z] [INFO] Sensor IaC Docker Sensor [iac]
17:25:24 [2023-04-06T21:25:24.754Z] [INFO] 0 source files to be analyzed
17:25:25 [2023-04-06T21:25:25.053Z] [INFO] 0/0 source files have been analyzed
17:25:25 [2023-04-06T21:25:25.053Z] [INFO] Sensor IaC Docker Sensor [iac] (done) | time=199ms
17:25:25 [2023-04-06T21:25:25.053Z] [INFO] Sensor Serverless configuration file sensor [security]
17:25:25 [2023-04-06T21:25:25.053Z] [INFO] 0 Serverless function entries were found in the project
17:25:25 [2023-04-06T21:25:25.053Z] [INFO] 0 Serverless function handlers were kept as entrypoints
17:25:25 [2023-04-06T21:25:25.053Z] [INFO] Sensor Serverless configuration file sensor [security] (done) | time=5ms
17:25:25 [2023-04-06T21:25:25.053Z] [INFO] Sensor AWS SAM template file sensor [security]
17:25:25 [2023-04-06T21:25:25.053Z] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms
17:25:25 [2023-04-06T21:25:25.053Z] [INFO] Sensor AWS SAM Inline template file sensor [security]
17:25:25 [2023-04-06T21:25:25.053Z] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
17:25:25 [2023-04-06T21:25:25.053Z] [INFO] ------------- Run sensors on module test
17:25:25 [2023-04-06T21:25:25.352Z] [INFO] Sensor C# Project Type Information [csharp]
17:25:25 [2023-04-06T21:25:25.352Z] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
17:25:25 [2023-04-06T21:25:25.352Z] [INFO] Sensor C# Analysis Log [csharp]
17:25:25 [2023-04-06T21:25:25.352Z] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
17:25:25 [2023-04-06T21:25:25.352Z] [INFO] Sensor C# Properties [csharp]
17:25:25 [2023-04-06T21:25:25.352Z] [INFO] Sensor C# Properties [csharp] (done) | time=0ms
17:25:25 [2023-04-06T21:25:25.352Z] [INFO] Sensor HTML [web]
17:25:25 [2023-04-06T21:25:25.352Z] [INFO] Sensor HTML [web] (done) | time=0ms
17:25:25 [2023-04-06T21:25:25.352Z] [INFO] Sensor XML Sensor [xml]
17:25:25 [2023-04-06T21:25:25.352Z] [INFO] 1 source file to be analyzed
17:25:25 [2023-04-06T21:25:25.352Z] [INFO] 1/1 source file has been analyzed
17:25:25 [2023-04-06T21:25:25.352Z] [INFO] Sensor XML Sensor [xml] (done) | time=90ms
17:25:25 [2023-04-06T21:25:25.352Z] [INFO] Sensor TextAndSecretsSensor [text]
17:25:25 [2023-04-06T21:25:25.352Z] [INFO] 1 source file to be analyzed
17:25:25 [2023-04-06T21:25:25.352Z] [INFO] 1/1 source file has been analyzed
17:25:25 [2023-04-06T21:25:25.352Z] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=5ms
17:25:25 [2023-04-06T21:25:25.352Z] [INFO] Sensor VB.NET Project Type Information [vbnet]
17:25:25 [2023-04-06T21:25:25.352Z] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
17:25:25 [2023-04-06T21:25:25.352Z] [INFO] Sensor VB.NET Analysis Log [vbnet]
17:25:25 [2023-04-06T21:25:25.352Z] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
17:25:25 [2023-04-06T21:25:25.352Z] [INFO] Sensor VB.NET Properties [vbnet]
17:25:25 [2023-04-06T21:25:25.352Z] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
17:25:25 [2023-04-06T21:25:25.352Z] [INFO] Sensor JaCoCo XML Report Importer [jacoco]
17:25:25 [2023-04-06T21:25:25.352Z] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
17:25:25 [2023-04-06T21:25:25.352Z] [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
17:25:25 [2023-04-06T21:25:25.352Z] [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
17:25:25 [2023-04-06T21:25:25.352Z] [INFO] Sensor CSS Rules [javascript]
17:25:25 [2023-04-06T21:25:25.352Z] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
17:25:25 [2023-04-06T21:25:25.352Z] [INFO] Sensor CSS Rules [javascript] (done) | time=0ms
17:25:25 [2023-04-06T21:25:25.352Z] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
17:25:25 [2023-04-06T21:25:25.352Z] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
17:25:25 [2023-04-06T21:25:25.352Z] [INFO] Sensor IaC Docker Sensor [iac]
17:25:25 [2023-04-06T21:25:25.352Z] [INFO] 0 source files to be analyzed
17:25:25 [2023-04-06T21:25:25.653Z] [INFO] 0/0 source files have been analyzed
17:25:25 [2023-04-06T21:25:25.653Z] [INFO] Sensor IaC Docker Sensor [iac] (done) | time=74ms
17:25:25 [2023-04-06T21:25:25.654Z] [INFO] Sensor Serverless configuration file sensor [security]
17:25:25 [2023-04-06T21:25:25.654Z] [INFO] 0 Serverless function entries were found in the project
17:25:25 [2023-04-06T21:25:25.654Z] [INFO] 0 Serverless function handlers were kept as entrypoints
17:25:25 [2023-04-06T21:25:25.654Z] [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
17:25:25 [2023-04-06T21:25:25.654Z] [INFO] Sensor AWS SAM template file sensor [security]
17:25:25 [2023-04-06T21:25:25.654Z] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
17:25:25 [2023-04-06T21:25:25.654Z] [INFO] Sensor AWS SAM Inline template file sensor [security]
17:25:25 [2023-04-06T21:25:25.654Z] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
17:25:25 [2023-04-06T21:25:25.654Z] [INFO] ------------- Run sensors on module dialect-daco
17:25:25 [2023-04-06T21:25:25.952Z] [INFO] Sensor JavaSensor [java]
17:25:25 [2023-04-06T21:25:25.952Z] [INFO] Configured Java source version (sonar.java.source): 8
17:25:25 [2023-04-06T21:25:25.952Z] [INFO] JavaClasspath initialization
17:25:25 [2023-04-06T21:25:25.952Z] [INFO] JavaClasspath initialization (done) | time=2ms
17:25:25 [2023-04-06T21:25:25.952Z] [INFO] JavaTestClasspath initialization
17:25:25 [2023-04-06T21:25:25.952Z] [INFO] JavaTestClasspath initialization (done) | time=2ms
17:25:25 [2023-04-06T21:25:25.952Z] [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
17:25:25 [2023-04-06T21:25:25.952Z] [INFO] No "Main" source files to scan.
17:25:25 [2023-04-06T21:25:25.952Z] [INFO] Using ECJ batch to parse 112 Test java source files with batch size 129 KB.
17:25:25 [2023-04-06T21:25:25.952Z] [INFO] Starting batch processing.
17:25:25 [2023-04-06T21:25:25.952Z] [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
17:25:27 [2023-04-06T21:25:27.363Z] [INFO] 100% analyzed
17:25:27 [2023-04-06T21:25:27.363Z] [INFO] Batch processing: Done.
17:25:27 [2023-04-06T21:25:27.363Z] [INFO] Did not optimize analysis for any files, performed a full analysis for all 112 files.
17:25:27 [2023-04-06T21:25:27.363Z] [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
17:25:27 [2023-04-06T21:25:27.363Z] [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them.
17:25:27 [2023-04-06T21:25:27.363Z] [INFO] No "Generated" source files to scan.
17:25:27 [2023-04-06T21:25:27.363Z] [INFO] Sensor JavaSensor [java] (done) | time=1462ms
17:25:27 [2023-04-06T21:25:27.363Z] [INFO] Sensor C# Project Type Information [csharp]
17:25:27 [2023-04-06T21:25:27.363Z] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
17:25:27 [2023-04-06T21:25:27.363Z] [INFO] Sensor C# Analysis Log [csharp]
17:25:27 [2023-04-06T21:25:27.363Z] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
17:25:27 [2023-04-06T21:25:27.363Z] [INFO] Sensor C# Properties [csharp]
17:25:27 [2023-04-06T21:25:27.363Z] [INFO] Sensor C# Properties [csharp] (done) | time=0ms
17:25:27 [2023-04-06T21:25:27.363Z] [INFO] Sensor SurefireSensor [java]
17:25:27 [2023-04-06T21:25:27.363Z] [INFO] parsing [/home/jenkins/agent/workspace/LSP_for_COBOL_prettier/server/dialect-daco/target/surefire-reports]
17:25:27 [2023-04-06T21:25:27.363Z] [INFO] Sensor SurefireSensor [java] (done) | time=124ms
17:25:27 [2023-04-06T21:25:27.363Z] [INFO] Sensor HTML [web]
17:25:27 [2023-04-06T21:25:27.363Z] [INFO] Sensor HTML [web] (done) | time=0ms
17:25:27 [2023-04-06T21:25:27.363Z] [INFO] Sensor XML Sensor [xml]
17:25:27 [2023-04-06T21:25:27.363Z] [INFO] 1 source file to be analyzed
17:25:27 [2023-04-06T21:25:27.620Z] [INFO] 1/1 source file has been analyzed
17:25:27 [2023-04-06T21:25:27.620Z] [INFO] Sensor XML Sensor [xml] (done) | time=218ms
17:25:27 [2023-04-06T21:25:27.620Z] [INFO] Sensor TextAndSecretsSensor [text]
17:25:27 [2023-04-06T21:25:27.620Z] [INFO] 113 source files to be analyzed
17:25:27 [2023-04-06T21:25:27.876Z] [INFO] 113/113 source files have been analyzed
17:25:27 [2023-04-06T21:25:27.876Z] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=262ms
17:25:27 [2023-04-06T21:25:27.876Z] [INFO] Sensor VB.NET Project Type Information [vbnet]
17:25:27 [2023-04-06T21:25:27.876Z] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
17:25:27 [2023-04-06T21:25:27.876Z] [INFO] Sensor VB.NET Analysis Log [vbnet]
17:25:27 [2023-04-06T21:25:27.876Z] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
17:25:27 [2023-04-06T21:25:27.876Z] [INFO] Sensor VB.NET Properties [vbnet]
17:25:27 [2023-04-06T21:25:27.876Z] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
17:25:27 [2023-04-06T21:25:27.876Z] [INFO] Sensor JaCoCo XML Report Importer [jacoco]
17:25:27 [2023-04-06T21:25:27.877Z] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
17:25:27 [2023-04-06T21:25:27.877Z] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
17:25:27 [2023-04-06T21:25:27.877Z] [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=30ms
17:25:27 [2023-04-06T21:25:27.877Z] [INFO] Sensor CSS Rules [javascript]
17:25:27 [2023-04-06T21:25:27.877Z] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
17:25:27 [2023-04-06T21:25:27.877Z] [INFO] Sensor CSS Rules [javascript] (done) | time=0ms
17:25:27 [2023-04-06T21:25:27.877Z] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
17:25:27 [2023-04-06T21:25:27.877Z] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
17:25:27 [2023-04-06T21:25:27.877Z] [INFO] Sensor IaC Docker Sensor [iac]
17:25:27 [2023-04-06T21:25:27.877Z] [INFO] 0 source files to be analyzed
17:25:27 [2023-04-06T21:25:27.877Z] [INFO] 0/0 source files have been analyzed
17:25:27 [2023-04-06T21:25:27.877Z] [INFO] Sensor IaC Docker Sensor [iac] (done) | time=73ms
17:25:27 [2023-04-06T21:25:27.877Z] [INFO] Sensor Serverless configuration file sensor [security]
17:25:27 [2023-04-06T21:25:27.877Z] [INFO] 0 Serverless function entries were found in the project
17:25:27 [2023-04-06T21:25:27.877Z] [INFO] 0 Serverless function handlers were kept as entrypoints
17:25:27 [2023-04-06T21:25:27.877Z] [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
17:25:27 [2023-04-06T21:25:27.877Z] [INFO] Sensor AWS SAM template file sensor [security]
17:25:27 [2023-04-06T21:25:27.877Z] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms
17:25:27 [2023-04-06T21:25:27.877Z] [INFO] Sensor AWS SAM Inline template file sensor [security]
17:25:27 [2023-04-06T21:25:27.877Z] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
17:25:27 [2023-04-06T21:25:27.877Z] [INFO] ------------- Run sensors on module common
17:25:28 [2023-04-06T21:25:28.440Z] [INFO] Sensor JavaSensor [java]
17:25:28 [2023-04-06T21:25:28.440Z] [INFO] Configured Java source version (sonar.java.source): 8
17:25:28 [2023-04-06T21:25:28.440Z] [INFO] JavaClasspath initialization
17:25:28 [2023-04-06T21:25:28.440Z] [INFO] JavaClasspath initialization (done) | time=50ms
17:25:28 [2023-04-06T21:25:28.440Z] [INFO] JavaTestClasspath initialization
17:25:28 [2023-04-06T21:25:28.440Z] [INFO] JavaTestClasspath initialization (done) | time=1ms
17:25:28 [2023-04-06T21:25:28.440Z] [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
17:25:28 [2023-04-06T21:25:28.440Z] [INFO] Using ECJ batch to parse 97 Main java source files with batch size 129 KB.
17:25:28 [2023-04-06T21:25:28.440Z] [INFO] Starting batch processing.
17:25:28 [2023-04-06T21:25:28.440Z] [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] 100% analyzed
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] Batch processing: Done.
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] Did not optimize analysis for any files, performed a full analysis for all 97 files.
17:25:36 [2023-04-06T21:25:36.537Z] [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
17:25:36 [2023-04-06T21:25:36.537Z] [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them.
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] Using ECJ batch to parse 7 Test java source files with batch size 129 KB.
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] Starting batch processing.
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] 100% analyzed
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] Batch processing: Done.
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] Did not optimize analysis for any files, performed a full analysis for all 7 files.
17:25:36 [2023-04-06T21:25:36.537Z] [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them.
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] No "Generated" source files to scan.
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] Sensor JavaSensor [java] (done) | time=7372ms
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] Sensor C# Project Type Information [csharp]
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] Sensor C# Analysis Log [csharp]
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] Sensor C# Properties [csharp]
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] Sensor C# Properties [csharp] (done) | time=0ms
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] Sensor SurefireSensor [java]
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] parsing [/home/jenkins/agent/workspace/LSP_for_COBOL_prettier/server/common/target/surefire-reports]
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] Sensor SurefireSensor [java] (done) | time=4ms
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] Sensor HTML [web]
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] Sensor HTML [web] (done) | time=0ms
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] Sensor XML Sensor [xml]
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] 1 source file to be analyzed
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] 1/1 source file has been analyzed
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] Sensor XML Sensor [xml] (done) | time=74ms
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] Sensor TextAndSecretsSensor [text]
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] 105 source files to be analyzed
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] 105/105 source files have been analyzed
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=139ms
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] Sensor VB.NET Project Type Information [vbnet]
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] Sensor VB.NET Analysis Log [vbnet]
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] Sensor VB.NET Properties [vbnet]
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] Sensor JaCoCo XML Report Importer [jacoco]
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=66ms
17:25:36 [2023-04-06T21:25:36.537Z] [INFO] Sensor CSS Rules [javascript]
17:25:36 [2023-04-06T21:25:36.538Z] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
17:25:36 [2023-04-06T21:25:36.538Z] [INFO] Sensor CSS Rules [javascript] (done) | time=0ms
17:25:36 [2023-04-06T21:25:36.538Z] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
17:25:36 [2023-04-06T21:25:36.538Z] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
17:25:36 [2023-04-06T21:25:36.538Z] [INFO] Sensor IaC Docker Sensor [iac]
17:25:36 [2023-04-06T21:25:36.538Z] [INFO] 0 source files to be analyzed
17:25:36 [2023-04-06T21:25:36.538Z] [INFO] 0/0 source files have been analyzed
17:25:36 [2023-04-06T21:25:36.538Z] [INFO] Sensor IaC Docker Sensor [iac] (done) | time=17ms
17:25:36 [2023-04-06T21:25:36.538Z] [INFO] Sensor Serverless configuration file sensor [security]
17:25:36 [2023-04-06T21:25:36.538Z] [INFO] 0 Serverless function entries were found in the project
17:25:36 [2023-04-06T21:25:36.538Z] [INFO] 0 Serverless function handlers were kept as entrypoints
17:25:36 [2023-04-06T21:25:36.538Z] [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
17:25:36 [2023-04-06T21:25:36.538Z] [INFO] Sensor AWS SAM template file sensor [security]
17:25:36 [2023-04-06T21:25:36.538Z] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
17:25:36 [2023-04-06T21:25:36.538Z] [INFO] Sensor AWS SAM Inline template file sensor [security]
17:25:36 [2023-04-06T21:25:36.538Z] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
17:25:36 [2023-04-06T21:25:36.538Z] [INFO] ------------- Run sensors on module COBOL LSP :: Server
17:25:36 [2023-04-06T21:25:36.538Z] [INFO] Sensor JavaSensor [java]
17:25:36 [2023-04-06T21:25:36.538Z] [INFO] Configured Java source version (sonar.java.source): 8
17:25:36 [2023-04-06T21:25:36.538Z] [INFO] JavaClasspath initialization
17:25:36 [2023-04-06T21:25:36.538Z] [INFO] JavaClasspath initialization (done) | time=1ms
17:25:36 [2023-04-06T21:25:36.538Z] [INFO] JavaTestClasspath initialization
17:25:36 [2023-04-06T21:25:36.538Z] [INFO] JavaTestClasspath initialization (done) | time=2ms
17:25:36 [2023-04-06T21:25:36.538Z] [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
17:25:36 [2023-04-06T21:25:36.538Z] [INFO] Using ECJ batch to parse 225 Main java source files with batch size 129 KB.
17:25:36 [2023-04-06T21:25:36.538Z] [INFO] Starting batch processing.
17:25:36 [2023-04-06T21:25:36.806Z] [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
17:25:54 [2023-04-06T21:25:54.861Z] [INFO] 100% analyzed
17:25:54 [2023-04-06T21:25:54.862Z] [INFO] Batch processing: Done.
17:25:54 [2023-04-06T21:25:54.862Z] [INFO] Did not optimize analysis for any files, performed a full analysis for all 225 files.
17:25:54 [2023-04-06T21:25:54.862Z] [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
17:25:54 [2023-04-06T21:25:54.862Z] [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them.
17:25:54 [2023-04-06T21:25:54.862Z] [INFO] Using ECJ batch to parse 399 Test java source files with batch size 129 KB.
17:25:54 [2023-04-06T21:25:54.862Z] [INFO] Starting batch processing.
17:25:59 [2023-04-06T21:25:59.034Z] [INFO] 100% analyzed
17:25:59 [2023-04-06T21:25:59.034Z] [INFO] Batch processing: Done.
17:25:59 [2023-04-06T21:25:59.034Z] [INFO] Did not optimize analysis for any files, performed a full analysis for all 399 files.
17:25:59 [2023-04-06T21:25:59.034Z] [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
17:25:59 [2023-04-06T21:25:59.034Z] [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them.
17:25:59 [2023-04-06T21:25:59.034Z] [INFO] No "Generated" source files to scan.
17:25:59 [2023-04-06T21:25:59.034Z] [INFO] Sensor JavaSensor [java] (done) | time=22513ms
17:25:59 [2023-04-06T21:25:59.034Z] [INFO] Sensor C# Project Type Information [csharp]
17:25:59 [2023-04-06T21:25:59.034Z] [INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms
17:25:59 [2023-04-06T21:25:59.034Z] [INFO] Sensor C# Analysis Log [csharp]
17:25:59 [2023-04-06T21:25:59.034Z] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
17:25:59 [2023-04-06T21:25:59.034Z] [INFO] Sensor C# Properties [csharp]
17:25:59 [2023-04-06T21:25:59.034Z] [INFO] Sensor C# Properties [csharp] (done) | time=0ms
17:25:59 [2023-04-06T21:25:59.034Z] [INFO] Sensor SurefireSensor [java]
17:25:59 [2023-04-06T21:25:59.034Z] [INFO] parsing [/home/jenkins/agent/workspace/LSP_for_COBOL_prettier/server/engine/target/surefire-reports]
17:25:59 [2023-04-06T21:25:59.291Z] [INFO] Sensor SurefireSensor [java] (done) | time=463ms
17:25:59 [2023-04-06T21:25:59.291Z] [INFO] Sensor HTML [web]
17:25:59 [2023-04-06T21:25:59.291Z] [INFO] Sensor HTML [web] (done) | time=1ms
17:25:59 [2023-04-06T21:25:59.291Z] [INFO] Sensor XML Sensor [xml]
17:25:59 [2023-04-06T21:25:59.291Z] [INFO] 1 source file to be analyzed
17:25:59 [2023-04-06T21:25:59.291Z] [INFO] 1/1 source file has been analyzed
17:25:59 [2023-04-06T21:25:59.291Z] [INFO] Sensor XML Sensor [xml] (done) | time=32ms
17:25:59 [2023-04-06T21:25:59.291Z] [INFO] Sensor TextAndSecretsSensor [text]
17:25:59 [2023-04-06T21:25:59.548Z] [INFO] 625 source files to be analyzed
17:26:00 [2023-04-06T21:26:00.486Z] [INFO] 625/625 source files have been analyzed
17:26:00 [2023-04-06T21:26:00.486Z] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=986ms
17:26:00 [2023-04-06T21:26:00.486Z] [INFO] Sensor VB.NET Project Type Information [vbnet]
17:26:00 [2023-04-06T21:26:00.486Z] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms
17:26:00 [2023-04-06T21:26:00.486Z] [INFO] Sensor VB.NET Analysis Log [vbnet]
17:26:00 [2023-04-06T21:26:00.486Z] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
17:26:00 [2023-04-06T21:26:00.486Z] [INFO] Sensor VB.NET Properties [vbnet]
17:26:00 [2023-04-06T21:26:00.486Z] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
17:26:00 [2023-04-06T21:26:00.486Z] [INFO] Sensor JaCoCo XML Report Importer [jacoco]
17:26:00 [2023-04-06T21:26:00.486Z] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
17:26:00 [2023-04-06T21:26:00.486Z] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
17:26:01 [2023-04-06T21:26:01.048Z] [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=617ms
17:26:01 [2023-04-06T21:26:01.048Z] [INFO] Sensor CSS Rules [javascript]
17:26:01 [2023-04-06T21:26:01.048Z] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
17:26:01 [2023-04-06T21:26:01.048Z] [INFO] Sensor CSS Rules [javascript] (done) | time=1ms
17:26:01 [2023-04-06T21:26:01.048Z] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
17:26:01 [2023-04-06T21:26:01.048Z] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=2ms
17:26:01 [2023-04-06T21:26:01.048Z] [INFO] Sensor IaC Docker Sensor [iac]
17:26:01 [2023-04-06T21:26:01.048Z] [INFO] 0 source files to be analyzed
17:26:01 [2023-04-06T21:26:01.304Z] [INFO] 0/0 source files have been analyzed
17:26:01 [2023-04-06T21:26:01.304Z] [INFO] Sensor IaC Docker Sensor [iac] (done) | time=171ms
17:26:01 [2023-04-06T21:26:01.304Z] [INFO] Sensor Serverless configuration file sensor [security]
17:26:01 [2023-04-06T21:26:01.304Z] [INFO] 0 Serverless function entries were found in the project
17:26:01 [2023-04-06T21:26:01.304Z] [INFO] 0 Serverless function handlers were kept as entrypoints
17:26:01 [2023-04-06T21:26:01.304Z] [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms
17:26:01 [2023-04-06T21:26:01.304Z] [INFO] Sensor AWS SAM template file sensor [security]
17:26:01 [2023-04-06T21:26:01.304Z] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms
17:26:01 [2023-04-06T21:26:01.304Z] [INFO] Sensor AWS SAM Inline template file sensor [security]
17:26:01 [2023-04-06T21:26:01.304Z] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
17:26:01 [2023-04-06T21:26:01.304Z] [INFO] ------------- Run sensors on module server
17:26:01 [2023-04-06T21:26:01.560Z] [INFO] Sensor C# Project Type Information [csharp]
17:26:01 [2023-04-06T21:26:01.560Z] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
17:26:01 [2023-04-06T21:26:01.560Z] [INFO] Sensor C# Analysis Log [csharp]
17:26:01 [2023-04-06T21:26:01.560Z] [INFO] Sensor C# Analysis Log [csharp] (done) | time=1ms
17:26:01 [2023-04-06T21:26:01.560Z] [INFO] Sensor C# Properties [csharp]
17:26:01 [2023-04-06T21:26:01.560Z] [INFO] Sensor C# Properties [csharp] (done) | time=0ms
17:26:01 [2023-04-06T21:26:01.560Z] [INFO] Sensor HTML [web]
17:26:01 [2023-04-06T21:26:01.560Z] [INFO] Sensor HTML [web] (done) | time=0ms
17:26:01 [2023-04-06T21:26:01.560Z] [INFO] Sensor XML Sensor [xml]
17:26:01 [2023-04-06T21:26:01.560Z] [INFO] 1 source file to be analyzed
17:26:01 [2023-04-06T21:26:01.560Z] [INFO] 1/1 source file has been analyzed
17:26:01 [2023-04-06T21:26:01.560Z] [INFO] Sensor XML Sensor [xml] (done) | time=61ms
17:26:01 [2023-04-06T21:26:01.560Z] [INFO] Sensor TextAndSecretsSensor [text]
17:26:01 [2023-04-06T21:26:01.560Z] [INFO] 1 source file to be analyzed
17:26:01 [2023-04-06T21:26:01.560Z] [INFO] 1/1 source file has been analyzed
17:26:01 [2023-04-06T21:26:01.560Z] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=1ms
17:26:01 [2023-04-06T21:26:01.560Z] [INFO] Sensor VB.NET Project Type Information [vbnet]
17:26:01 [2023-04-06T21:26:01.560Z] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
17:26:01 [2023-04-06T21:26:01.560Z] [INFO] Sensor VB.NET Analysis Log [vbnet]
17:26:01 [2023-04-06T21:26:01.560Z] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
17:26:01 [2023-04-06T21:26:01.560Z] [INFO] Sensor VB.NET Properties [vbnet]
17:26:01 [2023-04-06T21:26:01.560Z] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
17:26:01 [2023-04-06T21:26:01.560Z] [INFO] Sensor JaCoCo XML Report Importer [jacoco]
17:26:01 [2023-04-06T21:26:01.561Z] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
17:26:01 [2023-04-06T21:26:01.561Z] [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
17:26:01 [2023-04-06T21:26:01.561Z] [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
17:26:01 [2023-04-06T21:26:01.561Z] [INFO] Sensor CSS Rules [javascript]
17:26:01 [2023-04-06T21:26:01.561Z] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
17:26:01 [2023-04-06T21:26:01.561Z] [INFO] Sensor CSS Rules [javascript] (done) | time=0ms
17:26:01 [2023-04-06T21:26:01.561Z] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
17:26:01 [2023-04-06T21:26:01.561Z] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
17:26:01 [2023-04-06T21:26:01.561Z] [INFO] Sensor IaC Docker Sensor [iac]
17:26:01 [2023-04-06T21:26:01.561Z] [INFO] 0 source files to be analyzed
17:26:01 [2023-04-06T21:26:01.561Z] [INFO] 0/0 source files have been analyzed
17:26:01 [2023-04-06T21:26:01.561Z] [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
17:26:01 [2023-04-06T21:26:01.561Z] [INFO] Sensor Serverless configuration file sensor [security]
17:26:01 [2023-04-06T21:26:01.561Z] [INFO] 0 Serverless function entries were found in the project
17:26:01 [2023-04-06T21:26:01.561Z] [INFO] 0 Serverless function handlers were kept as entrypoints
17:26:01 [2023-04-06T21:26:01.561Z] [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
17:26:01 [2023-04-06T21:26:01.561Z] [INFO] Sensor AWS SAM template file sensor [security]
17:26:01 [2023-04-06T21:26:01.561Z] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
17:26:01 [2023-04-06T21:26:01.561Z] [INFO] Sensor AWS SAM Inline template file sensor [security]
17:26:01 [2023-04-06T21:26:01.561Z] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
17:26:01 [2023-04-06T21:26:01.561Z] [INFO] Sensor javabugs [dbd]
17:26:01 [2023-04-06T21:26:01.816Z] [INFO] Reading IR files from: /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/server/target/sonar/ir/java
17:26:02 [2023-04-06T21:26:02.073Z] [INFO] Analyzing 1621 functions to detect bugs.
17:26:04 [2023-04-06T21:26:04.591Z] [INFO] Sensor javabugs [dbd] (done) | time=2620ms
17:26:04 [2023-04-06T21:26:04.591Z] [INFO] Sensor pythonbugs [dbd]
17:26:04 [2023-04-06T21:26:04.591Z] [INFO] Reading IR files from: /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/server/target/sonar/ir/python
17:26:04 [2023-04-06T21:26:04.591Z] [INFO] No IR files have been included for analysis.
17:26:04 [2023-04-06T21:26:04.591Z] [INFO] Sensor pythonbugs [dbd] (done) | time=0ms
17:26:04 [2023-04-06T21:26:04.591Z] [INFO] Sensor JavaSecuritySensor [security]
17:26:04 [2023-04-06T21:26:04.591Z] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/server/target/sonar/ucfg2/java
17:26:04 [2023-04-06T21:26:04.591Z] [INFO] Read 799 type definitions
17:26:04 [2023-04-06T21:26:04.591Z] [INFO] Reading UCFGs from: /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/server/target/sonar/ucfg2/java
17:26:05 [2023-04-06T21:26:05.518Z] [INFO] 21:26:05.261889 Building Runtime Type propagation graph
17:26:05 [2023-04-06T21:26:05.518Z] [INFO] 21:26:05.362963 Running Tarjan on 3981 nodes
17:26:05 [2023-04-06T21:26:05.518Z] [INFO] 21:26:05.36957 Tarjan found 3963 components
17:26:05 [2023-04-06T21:26:05.518Z] [INFO] 21:26:05.379312 Variable type analysis: done
17:26:05 [2023-04-06T21:26:05.518Z] [INFO] 21:26:05.382291 Building Runtime Type propagation graph
17:26:05 [2023-04-06T21:26:05.518Z] [INFO] 21:26:05.463672 Running Tarjan on 3981 nodes
17:26:05 [2023-04-06T21:26:05.518Z] [INFO] 21:26:05.467632 Tarjan found 3963 components
17:26:05 [2023-04-06T21:26:05.518Z] [INFO] 21:26:05.473197 Variable type analysis: done
17:26:05 [2023-04-06T21:26:05.518Z] [INFO] Analyzing 1045 ucfgs to detect vulnerabilities.
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] All rules entrypoints : 1
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] Retained UCFGs : 1
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] Taint analysis starting. Entrypoints: 1
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] Running symbolic analysis for 'JAVA'
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] Taint analysis: done.
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] Sensor JavaSecuritySensor [security] (done) | time=6915ms
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] Sensor CSharpSecuritySensor [security]
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/server/target/ucfg_cs2
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] Read 0 type definitions
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] No UCFGs have been included for analysis.
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] Sensor CSharpSecuritySensor [security] (done) | time=1ms
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] Sensor PhpSecuritySensor [security]
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/server/target/sonar/ucfg2/php
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] Read 0 type definitions
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] No UCFGs have been included for analysis.
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] Sensor PhpSecuritySensor [security] (done) | time=0ms
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] Sensor PythonSecuritySensor [security]
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/server/target/sonar/ucfg2/python
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] Read 0 type definitions
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] No UCFGs have been included for analysis.
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] Sensor PythonSecuritySensor [security] (done) | time=0ms
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] Sensor JsSecuritySensor [security]
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/server/target/sonar/ucfg2/js
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] Read 0 type definitions
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] No UCFGs have been included for analysis.
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] Sensor JsSecuritySensor [security] (done) | time=1ms
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] ------------- Run sensors on project
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] Sensor Analysis Warnings import [csharp]
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] Sensor Analysis Warnings import [csharp] (done) | time=1ms
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] Sensor Zero Coverage Sensor
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] Sensor Zero Coverage Sensor (done) | time=3ms
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] Sensor Java CPD Block Indexer
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] Sensor Java CPD Block Indexer (done) | time=615ms
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] SCM Publisher SCM provider for this project is: git
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] SCM Publisher 10 source files to be analyzed
17:26:12 [2023-04-06T21:26:12.056Z] [INFO] Blaming files using native implementation
17:26:13 [2023-04-06T21:26:13.436Z] [INFO] Blaming files using native implementation (done) | time=1186ms
17:26:13 [2023-04-06T21:26:13.437Z] [INFO] SCM Publisher 10/10 source files have been analyzed (done) | time=1394ms
17:26:13 [2023-04-06T21:26:13.437Z] [INFO] CPD Executor 156 files had no CPD blocks
17:26:13 [2023-04-06T21:26:13.437Z] [INFO] CPD Executor Calculating CPD for 183 files
17:26:13 [2023-04-06T21:26:13.437Z] [INFO] CPD Executor CPD calculation finished (done) | time=116ms
17:26:13 [2023-04-06T21:26:13.999Z] [INFO] SCM writing changed lines
17:26:13 [2023-04-06T21:26:13.999Z] [WARNING] Could not find ref: development in refs/heads, refs/remotes/upstream or refs/remotes/origin
17:26:13 [2023-04-06T21:26:13.999Z] [INFO] SCM writing changed lines (done) | time=3ms
17:26:14 [2023-04-06T21:26:14.256Z] [INFO] Analysis report generated in 592ms, dir size=855 KB
17:26:15 [2023-04-06T21:26:15.184Z] [ERROR] Cannot save config file 'FileBasedConfig[/home/jenkins/.config/jgit/config]'
17:26:15 [2023-04-06T21:26:15.184Z] java.io.IOException: Creating directories for /home/jenkins/.config/jgit failed
17:26:15 [2023-04-06T21:26:15.184Z] 	at org.eclipse.jgit.util.FileUtils.mkdirs(FileUtils.java:413)
17:26:15 [2023-04-06T21:26:15.184Z] 	at org.eclipse.jgit.internal.storage.file.LockFile.lock(LockFile.java:140)
17:26:15 [2023-04-06T21:26:15.184Z] 	at org.eclipse.jgit.storage.file.FileBasedConfig.save(FileBasedConfig.java:184)
17:26:15 [2023-04-06T21:26:15.184Z] 	at org.eclipse.jgit.util.FS$FileStoreAttributes.saveToConfig(FS.java:761)
17:26:15 [2023-04-06T21:26:15.184Z] 	at org.eclipse.jgit.util.FS$FileStoreAttributes.lambda$5(FS.java:443)
17:26:15 [2023-04-06T21:26:15.184Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
17:26:15 [2023-04-06T21:26:15.184Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
17:26:15 [2023-04-06T21:26:15.184Z] 	at java.base/java.lang.Thread.run(Thread.java:829)
17:26:15 [2023-04-06T21:26:15.184Z] 
17:26:15 [2023-04-06T21:26:15.184Z] [INFO] Analysis report compressed in 1065ms, zip size=646 KB
17:26:16 [2023-04-06T21:26:16.552Z] [INFO] Analysis report uploaded in 1116ms
17:26:16 [2023-04-06T21:26:16.552Z] [INFO] ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=eclipse_che-che4z-lsp-for-cobol&branch=prettier&resolved=false
17:26:16 [2023-04-06T21:26:16.552Z] [INFO] Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
17:26:16 [2023-04-06T21:26:16.552Z] [INFO] More about the report processing at https://sonarcloud.io/api/ce/task?id=AYdYdokxIr2_LYmCwEDD
17:26:18 [2023-04-06T21:26:18.444Z] [INFO] Sensor cache published successfully
17:26:18 [2023-04-06T21:26:18.444Z] [INFO] Analysis total time: 1:27.765 s
17:26:18 [2023-04-06T21:26:18.444Z] [INFO] ------------------------------------------------------------------------
17:26:18 [2023-04-06T21:26:18.444Z] [INFO] Reactor Summary:
17:26:18 [2023-04-06T21:26:18.444Z] [INFO] 
17:26:18 [2023-04-06T21:26:18.444Z] [INFO] common 1.0-SNAPSHOT ................................ SKIPPED
17:26:18 [2023-04-06T21:26:18.444Z] [INFO] server 1.0-SNAPSHOT ................................ SUCCESS [02:02 min]
17:26:18 [2023-04-06T21:26:18.444Z] [INFO] test 1.0-SNAPSHOT .................................. SKIPPED
17:26:18 [2023-04-06T21:26:18.444Z] [INFO] COBOL LSP :: Server 1.0.0-SNAPSHOT ................. SKIPPED
17:26:18 [2023-04-06T21:26:18.444Z] [INFO] dialect-idms 1.0-SNAPSHOT .......................... SKIPPED
17:26:18 [2023-04-06T21:26:18.444Z] [INFO] dialect-daco 1.0-SNAPSHOT .......................... SKIPPED
17:26:18 [2023-04-06T21:26:18.444Z] [INFO] ------------------------------------------------------------------------
17:26:18 [2023-04-06T21:26:18.444Z] [INFO] BUILD SUCCESS
17:26:18 [2023-04-06T21:26:18.444Z] [INFO] ------------------------------------------------------------------------
17:26:18 [2023-04-06T21:26:18.444Z] [INFO] Total time:  02:06 min
17:26:18 [2023-04-06T21:26:18.444Z] [INFO] Finished at: 2023-04-06T21:26:18Z
17:26:18 [2023-04-06T21:26:18.444Z] [INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Client - Install dependencies)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] dir
17:26:18 [2023-04-06T21:26:18.818Z] Running in /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/clients/cobol-lsp-vscode-extension
[Pipeline] {
[Pipeline] sh
17:26:19 [2023-04-06T21:26:19.372Z] + npm -v
17:26:19 [2023-04-06T21:26:19.630Z] 8.1.2
[Pipeline] sh
17:26:20 [2023-04-06T21:26:20.152Z] + node -v
17:26:20 [2023-04-06T21:26:20.153Z] v16.13.2
[Pipeline] sh
17:26:20 [2023-04-06T21:26:20.762Z] + npm ci
17:26:42 [2023-04-06T21:26:42.657Z] npm WARN deprecated vsce@2.15.0: vsce has been renamed to @vscode/vsce. Install using @vscode/vsce instead.
17:26:52 [2023-04-06T21:26:52.603Z] 
17:26:52 [2023-04-06T21:26:52.603Z] > cobol-language-support@1.2.0 postinstall
17:26:52 [2023-04-06T21:26:52.603Z] > patch-package
17:26:52 [2023-04-06T21:26:52.603Z] 
17:26:52 [2023-04-06T21:26:52.603Z] patch-package 6.5.1
17:26:52 [2023-04-06T21:26:52.603Z] Applying patches...
17:26:52 [2023-04-06T21:26:52.603Z] iconv-lite@0.6.3 ✔
17:26:52 [2023-04-06T21:26:52.603Z] 
17:26:52 [2023-04-06T21:26:52.603Z] added 684 packages, and audited 685 packages in 31s
17:26:52 [2023-04-06T21:26:52.603Z] 
17:26:52 [2023-04-06T21:26:52.603Z] 90 packages are looking for funding
17:26:52 [2023-04-06T21:26:52.603Z]   run `npm fund` for details
17:26:52 [2023-04-06T21:26:52.603Z] 
17:26:52 [2023-04-06T21:26:52.603Z] found 0 vulnerabilities
[Pipeline] sh
17:26:53 [2023-04-06T21:26:53.171Z] + npm run postinstall
17:26:53 [2023-04-06T21:26:53.429Z] 
17:26:53 [2023-04-06T21:26:53.429Z] > cobol-language-support@1.2.0 postinstall
17:26:53 [2023-04-06T21:26:53.429Z] > patch-package
17:26:53 [2023-04-06T21:26:53.429Z] 
17:26:53 [2023-04-06T21:26:53.685Z] patch-package 6.5.1
17:26:53 [2023-04-06T21:26:53.685Z] Applying patches...
17:26:53 [2023-04-06T21:26:53.685Z] iconv-lite@0.6.3 ✔
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Client - Unit tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] dir
17:26:53 [2023-04-06T21:26:53.789Z] Running in /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/clients/cobol-lsp-vscode-extension
[Pipeline] {
[Pipeline] sh
17:26:54 [2023-04-06T21:26:54.315Z] + npm run coverage
17:26:54 [2023-04-06T21:26:54.573Z] 
17:26:54 [2023-04-06T21:26:54.573Z] > cobol-language-support@1.2.0 coverage
17:26:54 [2023-04-06T21:26:54.573Z] > jest --coverage --runInBand
17:26:54 [2023-04-06T21:26:54.573Z] 
17:27:04 [2023-04-06T21:27:04.521Z] PASS src/__tests__/services/copybook/CopybookDownloadServiceTest.spec.ts (7.927 s)
17:27:04 [2023-04-06T21:27:04.521Z] PASS src/__tests__/services/copybook/CopybookResolveURITest.spec.ts
17:27:04 [2023-04-06T21:27:04.777Z] PASS src/__tests__/CommentCommandTest.spec.ts
17:27:06 [2023-04-06T21:27:06.147Z] PASS src/__tests__/services/LanguageClientServiceTest.spec.ts
17:27:07 [2023-04-06T21:27:07.076Z] PASS src/__tests__/services/snippets/SnippetTest.spec.ts
17:27:08 [2023-04-06T21:27:08.967Z] PASS src/__tests__/extensionTest.spec.ts
17:27:09 [2023-04-06T21:27:09.224Z] PASS src/__tests__/services/SettingsTest.spec.ts
17:27:09 [2023-04-06T21:27:09.480Z] PASS src/__tests__/services/JavaCheckTest.spec.ts
17:27:09 [2023-04-06T21:27:09.736Z] PASS src/__tests__/services/reporter/TelemetryServiceTest.spec.ts
17:27:10 [2023-04-06T21:27:10.300Z] PASS src/__tests__/services/copybook/DownloadQueueTest.spec.ts
17:27:10 [2023-04-06T21:27:10.556Z] PASS src/__tests__/commands/SmartTabCommandTest.spec.ts
17:27:10 [2023-04-06T21:27:10.813Z] PASS src/__tests__/services/copybook/CopybooksCodeActionProviderTest.spec.ts
17:27:11 [2023-04-06T21:27:11.375Z] PASS src/__tests__/services/copybook/CopybookMessageHandlerTest.spec.ts
17:27:11 [2023-04-06T21:27:11.631Z] PASS src/__tests__/services/ProcessorGroups.spec.ts
17:27:11 [2023-04-06T21:27:11.887Z] PASS src/__tests__/services/util/ProfileUtilsTest.spec.ts
17:27:12 [2023-04-06T21:27:12.144Z] PASS src/__tests__/commands/ClearCopybookCacheCommand.spec.ts
17:27:12 [2023-04-06T21:27:12.400Z] PASS src/__tests__/services/util/ConfigurationWatcher.spec.ts
17:27:12 [2023-04-06T21:27:12.657Z] PASS src/__tests__/services/reporter/TelemetryReporterImpl.spec.ts
17:27:12 [2023-04-06T21:27:12.913Z] PASS src/__tests__/services/util/DatasetUtilsTest.spec.ts
17:27:13 [2023-04-06T21:27:13.170Z] PASS src/__tests__/commands/FetchCopybookCommandTest.spec.ts
17:27:13 [2023-04-06T21:27:13.426Z] PASS src/__tests__/services/copybook/CopybookURITest.spec.ts
17:27:13 [2023-04-06T21:27:13.683Z] PASS src/__tests__/services/DialectRegistry.spec.ts
17:27:13 [2023-04-06T21:27:13.941Z] PASS src/__tests__/commands/OpenSettingsCommandTest.spec.ts
17:27:14 [2023-04-06T21:27:14.198Z] PASS src/__tests__/EncodingIconvTest.spec.ts
17:27:14 [2023-04-06T21:27:14.760Z] PASS src/__tests__/services/util/SubroutineUtilsTest.spec.ts
17:27:15 [2023-04-06T21:27:15.018Z] -------------------------------------|---------|----------|---------|---------|-----------------------------------------------------------------------------------
17:27:15 [2023-04-06T21:27:15.018Z] File                                 | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s                                                                 
17:27:15 [2023-04-06T21:27:15.018Z] -------------------------------------|---------|----------|---------|---------|-----------------------------------------------------------------------------------
17:27:15 [2023-04-06T21:27:15.018Z] All files                            |   82.32 |    72.39 |   83.51 |   82.35 |                                                                                   
17:27:15 [2023-04-06T21:27:15.018Z]  commands                            |   79.54 |    71.07 |   83.92 |   79.53 |                                                                                   
17:27:15 [2023-04-06T21:27:15.018Z]   ClearCopybookCacheCommand.ts       |    92.3 |      100 |   83.33 |    92.3 | 42                                                                                
17:27:15 [2023-04-06T21:27:15.018Z]   CommentCommand.ts                  |   98.68 |    96.42 |     100 |   98.59 | 27                                                                                
17:27:15 [2023-04-06T21:27:15.018Z]   FetchCopybookCommand.ts            |     100 |      100 |     100 |     100 |                                                                                   
17:27:15 [2023-04-06T21:27:15.018Z]   OpenSettingsCommand.ts             |     100 |      100 |     100 |     100 |                                                                                   
17:27:15 [2023-04-06T21:27:15.018Z]   SmartTabCommand.ts                 |   70.81 |    63.44 |      75 |   71.07 | 48,99,124-168,192-193,210,239-275,287,302,328-337,407,453-468,478,483,542,572-583 
17:27:15 [2023-04-06T21:27:15.018Z]  services                            |   85.32 |    81.48 |   83.63 |   85.54 |                                                                                   
17:27:15 [2023-04-06T21:27:15.018Z]   DialectRegistry.ts                 |     100 |      100 |     100 |     100 |                                                                                   
17:27:15 [2023-04-06T21:27:15.018Z]   JavaCheck.ts                       |     100 |      100 |     100 |     100 |                                                                                   
17:27:15 [2023-04-06T21:27:15.018Z]   LanguageClientService.ts           |   79.62 |    85.71 |   58.82 |   81.13 | 78-88,98-99,148,158-163                                                           
17:27:15 [2023-04-06T21:27:15.018Z]   ProcessorGroups.ts                 |   85.71 |    77.77 |     100 |   85.71 | 101-106,114,120,124-125,134,144,158-159                                           
17:27:15 [2023-04-06T21:27:15.018Z]   Settings.ts                        |      84 |    82.35 |    90.9 |   83.67 | 96-121,265                                                                        
17:27:15 [2023-04-06T21:27:15.018Z]  services/copybook                   |   85.38 |    69.29 |   86.76 |   85.32 |                                                                                   
17:27:15 [2023-04-06T21:27:15.018Z]   CopybookDownloadService.ts         |   79.58 |    56.41 |      85 |   79.34 | 48-52,68,108,120,225,243-248,289,314-318,340-349,388,437-453,497,509,529,543-549  
17:27:15 [2023-04-06T21:27:15.018Z]   CopybookMessageHandler.ts          |   89.47 |    91.66 |   77.77 |   89.18 | 35,67,120-123                                                                     
17:27:15 [2023-04-06T21:27:15.018Z]   CopybookURI.ts                     |     100 |      100 |     100 |     100 |                                                                                   
17:27:15 [2023-04-06T21:27:15.018Z]   CopybooksCodeActionProvider.ts     |     100 |      100 |     100 |     100 |                                                                                   
17:27:15 [2023-04-06T21:27:15.018Z]   DownloadQueue.ts                   |   96.29 |      100 |    90.9 |   96.29 | 93                                                                                
17:27:15 [2023-04-06T21:27:15.018Z]  services/nativeLanguageClient       |   71.42 |       50 |      80 |   71.42 |                                                                                   
17:27:15 [2023-04-06T21:27:15.018Z]   linuxlanguageClient.ts             |     100 |      100 |     100 |     100 |                                                                                   
17:27:15 [2023-04-06T21:27:15.018Z]   macosLanguageClient.ts             |     100 |      100 |     100 |     100 |                                                                                   
17:27:15 [2023-04-06T21:27:15.018Z]   nativeExecutableService.ts         |     100 |      100 |     100 |     100 |                                                                                   
17:27:15 [2023-04-06T21:27:15.018Z]   serverRuntimeCodeActionProvider.ts |   22.22 |        0 |       0 |   22.22 | 30-71                                                                             
17:27:15 [2023-04-06T21:27:15.018Z]   windowsLanguageClient.ts           |     100 |      100 |     100 |     100 |                                                                                   
17:27:15 [2023-04-06T21:27:15.018Z]  services/reporter                   |   96.29 |       88 |   90.47 |   96.29 |                                                                                   
17:27:15 [2023-04-06T21:27:15.018Z]   TelemetryFactory.ts                |     100 |      100 |     100 |     100 |                                                                                   
17:27:15 [2023-04-06T21:27:15.018Z]   TelemetryReporterImpl.ts           |   96.42 |    88.88 |    90.9 |   96.42 | 114                                                                               
17:27:15 [2023-04-06T21:27:15.018Z]   TelemetryService.ts                |   95.65 |     87.5 |   88.88 |   95.65 | 133                                                                               
17:27:15 [2023-04-06T21:27:15.018Z]  services/reporter/model             |     100 |      100 |     100 |     100 |                                                                                   
17:27:15 [2023-04-06T21:27:15.018Z]   TelemetryEvent.ts                  |     100 |      100 |     100 |     100 |                                                                                   
17:27:15 [2023-04-06T21:27:15.018Z]  services/snippetcompletion          |   73.56 |    71.42 |      70 |   72.61 |                                                                                   
17:27:15 [2023-04-06T21:27:15.018Z]   SnippetCompletionProvider.ts       |   73.56 |    71.42 |      70 |   72.61 | 66-71,80-91,171-176,179-183,187                                                   
17:27:15 [2023-04-06T21:27:15.018Z]  services/util                       |    78.8 |    65.45 |   74.19 |   79.19 |                                                                                   
17:27:15 [2023-04-06T21:27:15.018Z]   ConfigurationWatcher.ts            |      80 |       75 |   71.42 |   84.21 | 28,51-52                                                                          
17:27:15 [2023-04-06T21:27:15.018Z]   DatasetUtils.ts                    |     100 |      100 |     100 |     100 |                                                                                   
17:27:15 [2023-04-06T21:27:15.018Z]   FSUtils.ts                         |   62.06 |    39.13 |   44.44 |   62.06 | 36-50,62-75,126,157-159                                                           
17:27:15 [2023-04-06T21:27:15.018Z]   ProfileUtils.ts                    |   96.66 |    81.81 |     100 |   96.66 | 67                                                                                
17:27:15 [2023-04-06T21:27:15.018Z]   SettingsUtils.ts                   |     100 |      100 |     100 |     100 |                                                                                   
17:27:15 [2023-04-06T21:27:15.018Z]   SubroutineUtils.ts                 |     100 |      100 |     100 |     100 |                                                                                   
17:27:15 [2023-04-06T21:27:15.018Z]   Utils.ts                           |    37.5 |    66.66 |      50 |    37.5 | 32-39                                                                             
17:27:15 [2023-04-06T21:27:15.018Z]  type                                |       0 |        0 |       0 |       0 |                                                                                   
17:27:15 [2023-04-06T21:27:15.018Z]   zoweApi.d.ts                       |       0 |        0 |       0 |       0 |                                                                                   
17:27:15 [2023-04-06T21:27:15.018Z] -------------------------------------|---------|----------|---------|---------|-----------------------------------------------------------------------------------
17:27:15 [2023-04-06T21:27:15.018Z] 
17:27:15 [2023-04-06T21:27:15.018Z] Test Suites: 25 passed, 25 total
17:27:15 [2023-04-06T21:27:15.018Z] Tests:       182 passed, 182 total
17:27:15 [2023-04-06T21:27:15.018Z] Snapshots:   0 total
17:27:15 [2023-04-06T21:27:15.018Z] Time:        19.954 s
17:27:15 [2023-04-06T21:27:15.018Z] Ran all test suites.
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Client - Change version)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] dir
17:27:15 [2023-04-06T21:27:15.391Z] Running in /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/clients
[Pipeline] {
[Pipeline] sh
17:27:15 [2023-04-06T21:27:15.902Z] + sed -i s/"version": "\(.*\)"/"version": "\1+prettier.2"/g cobol-lsp-vscode-extension/package.json daco-dialect-support/package.json idms-dialect-support/package.json
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Update telemetry key)
Stage "Update telemetry key" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Client - Package)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] dir
17:27:16 [2023-04-06T21:27:16.058Z] Running in /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/clients/cobol-lsp-vscode-extension
[Pipeline] {
[Pipeline] sh
17:27:16 [2023-04-06T21:27:16.586Z] + npm run package
17:27:16 [2023-04-06T21:27:16.843Z] 
17:27:16 [2023-04-06T21:27:16.843Z] > cobol-language-support@1.2.0+prettier.2 package
17:27:16 [2023-04-06T21:27:16.843Z] > vsce package
17:27:16 [2023-04-06T21:27:16.843Z] 
17:27:17 [2023-04-06T21:27:17.407Z] Executing prepublish script 'npm run vscode:prepublish'...
17:27:17 [2023-04-06T21:27:17.663Z] 
17:27:17 [2023-04-06T21:27:17.663Z] > cobol-language-support@1.2.0+prettier.2 vscode:prepublish
17:27:17 [2023-04-06T21:27:17.663Z] > npm run -S esbuild-base -- --minify
17:27:17 [2023-04-06T21:27:17.663Z] 
17:27:17 [2023-04-06T21:27:17.919Z] 
17:27:17 [2023-04-06T21:27:17.919Z] > cobol-language-support@1.2.0+prettier.2 esbuild-base
17:27:17 [2023-04-06T21:27:17.919Z] > rimraf out && esbuild ./src/extension.ts --bundle --outfile=out/extension.js --external:vscode --format=cjs --platform=node "--minify"
17:27:17 [2023-04-06T21:27:17.919Z] 
17:27:18 [2023-04-06T21:27:18.849Z] 
17:27:18 [2023-04-06T21:27:18.849Z]   out/extension.js  1.6mb ⚠️
17:27:18 [2023-04-06T21:27:18.849Z] 
17:27:18 [2023-04-06T21:27:18.849Z] ⚡ Done in 771ms
17:27:24 [2023-04-06T21:27:24.100Z]  DONE  Packaged: /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/clients/cobol-lsp-vscode-extension/cobol-language-support-1.2.0+prettier.2.vsix (27 files, 13.12MB)
[Pipeline] archiveArtifacts
17:27:24 [2023-04-06T21:27:24.163Z] Archiving artifacts
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
17:27:29 [2023-04-06T21:27:29.069Z] Running in /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/clients/idms-dialect-support
[Pipeline] {
[Pipeline] sh
17:27:29 [2023-04-06T21:27:29.586Z] + npm ci --ignore-scripts
17:27:37 [2023-04-06T21:27:37.683Z] npm WARN deprecated vsce@2.15.0: vsce has been renamed to @vscode/vsce. Install using @vscode/vsce instead.
17:27:40 [2023-04-06T21:27:40.955Z] 
17:27:40 [2023-04-06T21:27:40.955Z] added 574 packages, and audited 575 packages in 11s
17:27:40 [2023-04-06T21:27:40.955Z] 
17:27:40 [2023-04-06T21:27:40.955Z] 95 packages are looking for funding
17:27:40 [2023-04-06T21:27:40.955Z]   run `npm fund` for details
17:27:41 [2023-04-06T21:27:41.211Z] 
17:27:41 [2023-04-06T21:27:41.211Z] found 0 vulnerabilities
[Pipeline] sh
17:27:41 [2023-04-06T21:27:41.727Z] + npm run postinstall
17:27:41 [2023-04-06T21:27:41.986Z] 
17:27:41 [2023-04-06T21:27:41.986Z] > idms-dialect-for-cobol@0.0.1+prettier.2 postinstall
17:27:41 [2023-04-06T21:27:41.986Z] > patch-package
17:27:41 [2023-04-06T21:27:41.986Z] 
17:27:42 [2023-04-06T21:27:42.242Z] patch-package 6.5.0
17:27:42 [2023-04-06T21:27:42.242Z] Applying patches...
17:27:42 [2023-04-06T21:27:42.242Z] No patch files found
[Pipeline] sh
17:27:42 [2023-04-06T21:27:42.757Z] + npm run package
17:27:43 [2023-04-06T21:27:43.014Z] 
17:27:43 [2023-04-06T21:27:43.014Z] > idms-dialect-for-cobol@0.0.1+prettier.2 package
17:27:43 [2023-04-06T21:27:43.014Z] > vsce package
17:27:43 [2023-04-06T21:27:43.014Z] 
17:27:43 [2023-04-06T21:27:43.577Z] Executing prepublish script 'npm run vscode:prepublish'...
17:27:43 [2023-04-06T21:27:43.833Z] 
17:27:43 [2023-04-06T21:27:43.833Z] > idms-dialect-for-cobol@0.0.1+prettier.2 vscode:prepublish
17:27:43 [2023-04-06T21:27:43.833Z] > npm run compile
17:27:43 [2023-04-06T21:27:43.833Z] 
17:27:44 [2023-04-06T21:27:44.397Z] 
17:27:44 [2023-04-06T21:27:44.397Z] > idms-dialect-for-cobol@0.0.1+prettier.2 compile
17:27:44 [2023-04-06T21:27:44.397Z] > tsc -p ./
17:27:44 [2023-04-06T21:27:44.397Z] 
17:27:56 [2023-04-06T21:27:56.576Z]  DONE  Packaged: /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/clients/idms-dialect-support/idms-dialect-for-cobol-0.0.1+prettier.2.vsix (17 files, 791.19KB)
[Pipeline] archiveArtifacts
17:27:56 [2023-04-06T21:27:56.587Z] Archiving artifacts
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
17:27:56 [2023-04-06T21:27:56.979Z] Running in /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/clients/daco-dialect-support
[Pipeline] {
[Pipeline] sh
17:27:57 [2023-04-06T21:27:57.494Z] + npm ci --ignore-scripts
17:28:04 [2023-04-06T21:28:04.034Z] npm WARN deprecated vsce@2.15.0: vsce has been renamed to @vscode/vsce. Install using @vscode/vsce instead.
17:28:05 [2023-04-06T21:28:05.927Z] 
17:28:05 [2023-04-06T21:28:05.927Z] added 579 packages, and audited 580 packages in 8s
17:28:05 [2023-04-06T21:28:05.927Z] 
17:28:05 [2023-04-06T21:28:05.927Z] 95 packages are looking for funding
17:28:05 [2023-04-06T21:28:05.927Z]   run `npm fund` for details
17:28:05 [2023-04-06T21:28:05.927Z] 
17:28:05 [2023-04-06T21:28:05.927Z] found 0 vulnerabilities
[Pipeline] sh
17:28:06 [2023-04-06T21:28:06.458Z] + npm run postinstall
17:28:06 [2023-04-06T21:28:06.715Z] 
17:28:06 [2023-04-06T21:28:06.715Z] > daco-dialect-for-cobol@0.0.1+prettier.2 postinstall
17:28:06 [2023-04-06T21:28:06.715Z] > patch-package
17:28:06 [2023-04-06T21:28:06.715Z] 
17:28:06 [2023-04-06T21:28:06.972Z] patch-package 6.5.0
17:28:06 [2023-04-06T21:28:06.972Z] Applying patches...
17:28:06 [2023-04-06T21:28:06.972Z] No patch files found
[Pipeline] sh
17:28:07 [2023-04-06T21:28:07.488Z] + npm run package
17:28:07 [2023-04-06T21:28:07.744Z] 
17:28:07 [2023-04-06T21:28:07.744Z] > daco-dialect-for-cobol@0.0.1+prettier.2 package
17:28:07 [2023-04-06T21:28:07.744Z] > vsce package
17:28:07 [2023-04-06T21:28:07.744Z] 
17:28:08 [2023-04-06T21:28:08.002Z] Executing prepublish script 'npm run vscode:prepublish'...
17:28:08 [2023-04-06T21:28:08.563Z] 
17:28:08 [2023-04-06T21:28:08.563Z] > daco-dialect-for-cobol@0.0.1+prettier.2 vscode:prepublish
17:28:08 [2023-04-06T21:28:08.563Z] > npm run compile
17:28:08 [2023-04-06T21:28:08.563Z] 
17:28:08 [2023-04-06T21:28:08.819Z] 
17:28:08 [2023-04-06T21:28:08.819Z] > daco-dialect-for-cobol@0.0.1+prettier.2 compile
17:28:08 [2023-04-06T21:28:08.819Z] > tsc -p ./
17:28:08 [2023-04-06T21:28:08.819Z] 
17:28:20 [2023-04-06T21:28:20.994Z]  DONE  Packaged: /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/clients/daco-dialect-support/daco-dialect-for-cobol-0.0.1+prettier.2.vsix (28 files, 543.83KB)
[Pipeline] archiveArtifacts
17:28:21 [2023-04-06T21:28:21.004Z] Archiving artifacts
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (SonarCloud analysis-Client)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] dir
17:28:21 [2023-04-06T21:28:21.273Z] Running in /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/clients/cobol-lsp-vscode-extension
[Pipeline] {
[Pipeline] sh
17:28:21 [2023-04-06T21:28:21.792Z] + npm i sonarqube-scanner
17:28:28 [2023-04-06T21:28:28.340Z] 
17:28:28 [2023-04-06T21:28:28.340Z] added 38 packages, and audited 723 packages in 5s
17:28:28 [2023-04-06T21:28:28.340Z] 
17:28:28 [2023-04-06T21:28:28.340Z] 90 packages are looking for funding
17:28:28 [2023-04-06T21:28:28.340Z]   run `npm fund` for details
17:28:28 [2023-04-06T21:28:28.340Z] 
17:28:28 [2023-04-06T21:28:28.340Z] found 0 vulnerabilities
[Pipeline] withCredentials
17:28:28 [2023-04-06T21:28:28.352Z] Masking supported pattern matches of $SONARCLOUD_TOKEN
[Pipeline] {
[Pipeline] sh
17:28:28 [2023-04-06T21:28:28.871Z] + node_modules/sonarqube-scanner/src/bin/sonar-scanner -Dsonar.projectKey=com.ca.lsp:com.ca.lsp.cobol -Dsonar.organization=eclipse -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=**** -Dsonar.branch.name=prettier
17:28:28 [2023-04-06T21:28:28.872Z] [21:28:28] Starting analysis...
17:28:28 [2023-04-06T21:28:28.872Z] [21:28:28] Executable parameters built:
17:28:28 [2023-04-06T21:28:28.872Z] [21:28:28] {
17:28:28 [2023-04-06T21:28:28.872Z]   targetOS: 'linux',
17:28:28 [2023-04-06T21:28:28.872Z]   installFolder: '/home/jenkins/agent/workspace/LSP_for_COBOL_prettier/.sonar/native-sonar-scanner',
17:28:28 [2023-04-06T21:28:28.872Z]   platformExecutable: '/home/jenkins/agent/workspace/LSP_for_COBOL_prettier/.sonar/native-sonar-scanner/sonar-scanner-4.6.2.2472-linux/bin/sonar-scanner',
17:28:28 [2023-04-06T21:28:28.872Z]   fileName: 'sonar-scanner-cli-4.6.2.2472-linux.zip',
17:28:28 [2023-04-06T21:28:28.872Z]   downloadUrl: 'https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.6.2.2472-linux.zip'
17:28:28 [2023-04-06T21:28:28.872Z] }
17:28:28 [2023-04-06T21:28:28.872Z] [21:28:28] Trying to find a local install of the SonarScanner: /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/.sonar/native-sonar-scanner/sonar-scanner-4.6.2.2472-linux/bin/sonar-scanner
17:28:28 [2023-04-06T21:28:28.872Z] /bin/sh: 1: /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/.sonar/native-sonar-scanner/sonar-scanner-4.6.2.2472-linux/bin/sonar-scanner: not found
17:28:28 [2023-04-06T21:28:28.872Z] [21:28:28] Proceed with download of the platform binaries for SonarScanner...
17:28:28 [2023-04-06T21:28:28.872Z] [21:28:28] Creating /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/.sonar/native-sonar-scanner
17:28:30 [2023-04-06T21:28:30.262Z] 
17:28:30 [2023-04-06T21:28:30.262Z] [21:28:29] decompressing /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/.sonar/native-sonar-scanner/sonar-scanner-cli-4.6.2.2472-linux.zip into /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/.sonar/native-sonar-scanner
17:28:32 [2023-04-06T21:28:32.796Z] [21:28:32] decompressed /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/.sonar/native-sonar-scanner/sonar-scanner-4.6.2.2472-linux/bin/sonar-scanner
17:28:33 [2023-04-06T21:28:33.113Z] INFO: Scanner configuration file: /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/.sonar/native-sonar-scanner/sonar-scanner-4.6.2.2472-linux/conf/sonar-scanner.properties
17:28:33 [2023-04-06T21:28:33.113Z] INFO: Project root configuration file: /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/clients/cobol-lsp-vscode-extension/sonar-project.properties
17:28:33 [2023-04-06T21:28:33.113Z] INFO: SonarScanner 4.6.2.2472
17:28:33 [2023-04-06T21:28:33.113Z] INFO: Java 11.0.11 AdoptOpenJDK (64-bit)
17:28:33 [2023-04-06T21:28:33.113Z] INFO: Linux 5.17.13-200.fc35.x86_64 amd64
17:28:33 [2023-04-06T21:28:33.370Z] INFO: User cache: /home/jenkins/.sonar/cache
17:28:34 [2023-04-06T21:28:34.298Z] INFO: Scanner configuration file: /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/.sonar/native-sonar-scanner/sonar-scanner-4.6.2.2472-linux/conf/sonar-scanner.properties
17:28:34 [2023-04-06T21:28:34.299Z] INFO: Project root configuration file: /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/clients/cobol-lsp-vscode-extension/sonar-project.properties
17:28:34 [2023-04-06T21:28:34.299Z] INFO: Analyzing on SonarCloud
17:28:34 [2023-04-06T21:28:34.299Z] INFO: Default locale: "en", source code encoding: "UTF-8" (analysis is platform dependent)
17:28:35 [2023-04-06T21:28:35.228Z] INFO: Load global settings
17:28:35 [2023-04-06T21:28:35.790Z] INFO: Load global settings (done) | time=577ms
17:28:35 [2023-04-06T21:28:35.790Z] INFO: Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu
17:28:35 [2023-04-06T21:28:35.790Z] INFO: User cache: /home/jenkins/.sonar/cache
17:28:35 [2023-04-06T21:28:35.790Z] INFO: Load/download plugins
17:28:35 [2023-04-06T21:28:35.790Z] INFO: Load plugins index
17:28:36 [2023-04-06T21:28:36.353Z] INFO: Load plugins index (done) | time=538ms
17:28:36 [2023-04-06T21:28:36.930Z] INFO: Load/download plugins (done) | time=995ms
17:28:37 [2023-04-06T21:28:37.858Z] INFO: Loaded core extensions: developer-scanner
17:28:38 [2023-04-06T21:28:38.788Z] INFO: Found an active CI vendor: 'Jenkins'
17:28:38 [2023-04-06T21:28:38.788Z] INFO: Load project settings for component key: 'com.ca.lsp:com.ca.lsp.cobol'
17:28:39 [2023-04-06T21:28:39.351Z] INFO: Process project properties
17:28:39 [2023-04-06T21:28:39.351Z] INFO: Execute project builders
17:28:39 [2023-04-06T21:28:39.351Z] INFO: Execute project builders (done) | time=2ms
17:28:39 [2023-04-06T21:28:39.351Z] INFO: Project key: com.ca.lsp:com.ca.lsp.cobol
17:28:39 [2023-04-06T21:28:39.351Z] INFO: Base dir: /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/clients/cobol-lsp-vscode-extension
17:28:39 [2023-04-06T21:28:39.351Z] INFO: Working dir: /home/jenkins/agent/workspace/LSP_for_COBOL_prettier/clients/cobol-lsp-vscode-extension/.scannerwork
17:28:39 [2023-04-06T21:28:39.607Z] INFO: Load project branches
17:28:40 [2023-04-06T21:28:40.170Z] INFO: Load project branches (done) | time=501ms
17:28:40 [2023-04-06T21:28:40.170Z] INFO: Check ALM binding of project 'com.ca.lsp:com.ca.lsp.cobol'
17:28:40 [2023-04-06T21:28:40.426Z] INFO: Detected project binding: NONEXISTENT
17:28:40 [2023-04-06T21:28:40.426Z] INFO: Check ALM binding of project 'com.ca.lsp:com.ca.lsp.cobol' (done) | time=497ms
17:28:40 [2023-04-06T21:28:40.426Z] INFO: Load project pull requests
17:28:40 [2023-04-06T21:28:40.991Z] INFO: Load project pull requests (done) | time=511ms
17:28:40 [2023-04-06T21:28:40.991Z] INFO: Load branch configuration
17:28:40 [2023-04-06T21:28:40.991Z] INFO: ------------------------------------------------------------------------
17:28:40 [2023-04-06T21:28:40.991Z] INFO: EXECUTION FAILURE
17:28:40 [2023-04-06T21:28:40.991Z] INFO: ------------------------------------------------------------------------
17:28:40 [2023-04-06T21:28:40.991Z] INFO: Total time: 8.122s
17:28:40 [2023-04-06T21:28:40.991Z] INFO: Final Memory: 19M/60M
17:28:40 [2023-04-06T21:28:40.991Z] INFO: ------------------------------------------------------------------------
17:28:40 [2023-04-06T21:28:40.991Z] ERROR: Error during SonarScanner execution
17:28:40 [2023-04-06T21:28:40.991Z] ERROR: Could not find a default branch to fall back on.
17:28:40 [2023-04-06T21:28:40.991Z] ERROR: 
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] End of Pipeline
ERROR: script returned exit code 2

GitHub has been notified of this commit’s build result

Finished: FAILURE