CodeQL #328
Annotations
1 error and 4 warnings
Perform CodeQL Analysis
Error running analysis for cpp: Encountered a fatal error while running "/__t/CodeQL/2.20.0/x64/codeql/codeql database run-queries --ram=14567 --threads=4 /__w/_temp/codeql_databases/cpp --expect-discarded-cache --min-disk-free=1024 -v --intra-layer-parallelism". Exit code was 100 and error was: Oops! A fatal internal error occurred. Details:
java.lang.InternalError: a fault occurred in an unsafe memory access operation
at com.semmle.util.io.ByteBufferUtil.zeroRange(ByteBufferUtil.java:20)
at com.semmle.util.io.ByteBufferUtil.zero(ByteBufferUtil.java:8)
at com.semmle.inmemory.util.MMapPage.createFile(MMapPage.java:109)
at com.semmle.inmemory.util.MMapPage.createAt(MMapPage.java:74)
at com.semmle.inmemory.util.DiskWritableStringStore.addEmptyPage(DiskWritableStringStore.java:105)
at com.semmle.inmemory.util.DiskWritableStringStore.addWithHash(DiskWritableStringStore.java:154)
at com.semmle.inmemory.util.DiskWritableStringStore.add(DiskWritableStringStore.java:146)
at com.semmle.inmemory.util.SequentialDiskPool.insertBucket(SequentialDiskPool.java:57)
at com.semmle.inmemory.util.SequentialDiskPool.getId(SequentialDiskPool.java:46)
at com.semmle.inmemory.stringpool.IntensionalGeneration.encodeString(IntensionalGeneration.java:67)
at com.semmle.inmemory.stringpool.StringPool.encodeStringCommon(StringPool.java:173)
at com.semmle.inmemory.stringpool.StringPool.encodeStrings(StringPool.java:202)
at com.semmle.inmemory.eval.tupleops.ColumnRewriter.flushColumn(ColumnRewriter.java:230)
at com.semmle.inmemory.eval.tupleops.ColumnRewriter.execute(ColumnRewriter.java:127)
at com.semmle.inmemory.pipeline.RewriteStep$RewriteState.processBatch(RewriteStep.java:50)
at com.semmle.inmemory.pipeline.SimpleStep$SimpleState.deliverBatch(SimpleStep.java:146)
at com.semmle.inmemory.pipeline.SimpleStep$SimpleState.deliverOwnBatch(SimpleStep.java:130)
at com.semmle.inmemory.pipeline.ExpanderStep$ExpanderState.deliverMatchOutput(ExpanderStep.java:85)
at com.semmle.inmemory.pipeline.JoinStep$JoinState.processBatch(JoinStep.java:87)
at com.semmle.inmemory.pipeline.SimpleStep$SimpleState.deliverBatch(SimpleStep.java:146)
at com.semmle.inmemory.pipeline.SimpleStep$SimpleState.deliverOwnBatch(SimpleStep.java:130)
at com.semmle.inmemory.pipeline.SimpleStep$SimpleState.getOutputBatch(SimpleStep.java:83)
at com.semmle.inmemory.pipeline.ExpanderStep$ExpanderState.nextOutputBatch(ExpanderStep.java:105)
at com.semmle.inmemory.pipeline.ExpanderStep$ExpanderState.deliverMatchOutput(ExpanderStep.java:58)
at com.semmle.inmemory.pipeline.JoinStep$JoinState.processBatch(JoinStep.java:87)
at com.semmle.inmemory.pipeline.SimpleStep$SimpleState.deliverBatch(SimpleStep.java:146)
at com.semmle.inmemory.pipeline.SimpleStep$SimpleState.deliverOwnBatch(SimpleStep.java:130)
at com.semmle.inmemory.pipeline.ExpanderStep$ExpanderState.deliverMatchOutput(ExpanderStep.java:85)
at com.semmle.inmemory.pipeline.JoinStep$JoinState.processBatch(JoinStep.java:87)
at com.semmle.inmemory.pipeline.SimpleStep$SimpleState.doFlushingWork(SimpleStep.java:161)
at com.semmle.inmemory.pipeline.PipelineState.doSomeWork(PipelineState.java:99)
at com.semmle.inmemory.pipeline.PipelineInstance.doWork(PipelineInstance.java:78)
at com.semmle.inmemory.scheduler.execution.ThreadableWork.doSomeWork(ThreadableWork.java:396)
at com.semmle.inmemory.scheduler.execution.ChainingWork.doWork(ChainingWork.java:30)
at com.semmle.inmemory.scheduler.execution.ThreadableWork.doSomeWork(ThreadableWork.java:396)
at com.semmle.inmemory.scheduler.IntensionalLayer$IntensionalWork.evaluate(IntensionalLayer.java:136)
at com.semmle.inmemory.scheduler.SimpleLayerTask$SimpleLayerWork.doWork(SimpleLayerTask.java:69)
at com.semmle.inmemory.scheduler.execution.ThreadableWork.doSomeWork(ThreadableWork.java:396)
at com.semmle.inmemory.scheduler.execution.ExecutionScheduler.runnerMain(ExecutionScheduler.java:707)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.la
|
Perform CodeQL Analysis
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|
Perform CodeQL Analysis
The Actions runner is running low on disk space (0.1240 GB available).
|
Post Checkout submodules & Bootstrap
`pre` execution is not supported for local action from './.github/actions/checkout-submodules-and-bootstrap'
|
Initialize containers
Volume mount /:/runner-root-volume is going to mount '/' into the container which may cause file ownership change in the entire file system and cause Actions Runner to lose permission to access the disk.
|
Loading