CodeQL #1467
Annotations
1 error and 1 warning
|
Analyze (cpp)
Error running analysis for cpp: Encountered a fatal error while running "/opt/hostedtoolcache/CodeQL/2.23.2/x64/codeql/codeql database run-queries --ram=14581 --threads=4 --expect-discarded-cache /home/runner/work/_temp/codeql_databases/cpp --min-disk-free=1024 -v". Exit code was 100 and error was: Oops! A fatal internal error occurred. Details:
com.semmle.util.exception.CatastrophicError: An error occurred while evaluating DataFlowUtil::Node.asParameter/1#dispred#7eee72b5#fbb/3@0fabbd16
Severe disk cache trouble (corruption or out of space) at /home/runner/work/_temp/codeql_databases/cpp/db-cpp/default/cache/pages/e6/dc.pack: Failed to write item to disk
The RA to evaluate was:
{2} r1 = SCAN `DataFlowUtil::AbstractIndirectParameterNode.getIndirectionIndex/0#dispred#20c9084e#fb` OUTPUT In.1, In.0
{2} | JOIN WITH `m#DataFlowUtil::Node.asParameter/1#dispred#7eee72b5#fbb#mcpe_index` ON FIRST 1 OUTPUT Lhs.1, Lhs.0
{3} | JOIN WITH `DataFlowUtil::AbstractParameterNode.getParameter/0#dispred#13ba2085#fb` ON FIRST 1 OUTPUT Rhs.1, Lhs.1, Lhs.0
{3} | JOIN WITH `m#DataFlowUtil::Node.asParameter/1#dispred#7eee72b5#fbb#mcpe_result` ON FIRST 1 OUTPUT Lhs.2, Lhs.1, Lhs.0
{0} r2 = JOIN const_0 WITH `m#DataFlowUtil::Node.asParameter/1#dispred#7eee72b5#fbb#mcpe_index` ON FIRST 1 OUTPUT {}
{0} | STREAM DEDUP
{1} | JOIN WITH `m#DataFlowUtil::Node.asParameter/1#dispred#7eee72b5#fbb#mcpe_result` CARTESIAN PRODUCT OUTPUT Rhs.0
{2} | JOIN WITH `DataFlowUtil::AbstractParameterNode.getParameter/0#dispred#13ba2085#fb_10#join_rhs` ON FIRST 1 OUTPUT Rhs.1, Lhs.0
{3} | JOIN WITH DataFlowUtil::AbstractExplicitParameterNode#12f004d2 ON FIRST 1 OUTPUT Lhs.0, int _, Lhs.1
{3} | REWRITE WITH Out.1 := 0
{3} r3 = r1 UNION r2
return r3
(eventual cause: IOException "No space left on device")
at com.semmle.inmemory.pipeline.MetaPipelineInstance.wrapWithRaDump(MetaPipelineInstance.java:212)
at com.semmle.inmemory.pipeline.MetaPipelineInstance.exceptionCaught(MetaPipelineInstance.java:182)
at com.semmle.inmemory.scheduler.execution.ThreadableWork.handleAndLog(ThreadableWork.java:593)
at com.semmle.inmemory.scheduler.execution.ThreadableWork.doSomeWork(ThreadableWork.java:410)
at com.semmle.inmemory.scheduler.IntensionalLayer$IntensionalWork.evaluate(IntensionalLayer.java:134)
at com.semmle.inmemory.scheduler.SimpleLayerTask$SimpleLayerWork.doWork(SimpleLayerTask.java:78)
at com.semmle.inmemory.scheduler.execution.ThreadableWork.doSomeWork(ThreadableWork.java:396)
at com.semmle.inmemory.scheduler.execution.ExecutionScheduler.runnerMain(ExecutionScheduler.java:710)
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.lang.Thread.run(Unknown Source)
Caused by: Severe disk cache trouble (corruption or out of space) at /home/runner/work/_temp/codeql_databases/cpp/db-cpp/default/cache/pages/e6/dc.pack: Failed to write item to disk
(eventual cause: IOException "No space left on device")
at com.semmle.inmemory.caching.RelationCacheImpl.lambda$create$0(RelationCacheImpl.java:87)
at com.semmle.inmemory.caching.byhash.disk.OnDiskStore.put(OnDiskStore.java:136)
at com.semmle.inmemory.caching.byhash.interfaces.HashBasedCache.putIfPresent(HashBasedCache.java:29)
at com.semmle.inmemory.caching.byhash.evict.Evictor$ItemHandle.writeToDisk(Evictor.java:723)
at java.base/java.util.ArrayList.forEach(Unknown Source)
at com.semmle.inmemory.caching.byhash.evict.Evictor.writeSelectedItems(Evictor.java:1059)
at com.semmle.inmemory.caching.byhash.evict.Evictor.reduceMemoryUsage(Evictor.java:459)
at com.semmle.inmemory.alloc.MemoryManager.reduceArraySpace(MemoryManager.java:342)
at com.semmle.inmemory.alloc.RigidArrayAllocator.allocateArrays(RigidArrayAllocator.java:178)
at com.semmle.inmemory.alloc.MemoryManager.allocateArrays(MemoryManager.java:413)
at com.semmle.inmemory.relations.writers.IntArrayWriter.increaseCapacity(IntArrayWriter.java:205)
at com.semmle.inmemory
|
|
Analyze (cpp)
The Actions runner is running low on disk space (303.0 MB available).
|