CodeQL #1122
Annotations
1 error and 9 warnings
Analyze (cpp)
Error running analysis for cpp: Encountered a fatal error while running "/opt/hostedtoolcache/CodeQL/2.18.1/x64/codeql/codeql database run-queries --ram=14567 --threads=4 /home/runner/work/_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:
com.semmle.util.exception.CatastrophicError: An error occurred while evaluating SSAConstruction::DefUse::definitionReachesRank/4#bd5ffd00_0132#join_rhs/4@a650892h
Severe disk cache trouble (corruption or out of space) at /home/runner/work/_temp/codeql_databases/cpp/db-cpp/default/cache/pages/c4/68.pack: Failed to write item to disk
The RA to evaluate was:
{4} r1 = SCAN `SSAConstruction::DefUse::definitionReachesRank/4#bd5ffd00` OUTPUT In.0, In.1, In.3, In.2
return r1
(eventual cause: IOException "No space left on device")
at com.semmle.inmemory.pipeline.PipelineInstance.wrapWithRaDump(PipelineInstance.java:168)
at com.semmle.inmemory.pipeline.PipelineInstance.exceptionCaught(PipelineInstance.java:152)
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:93)
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:677)
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/c4/68.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:340)
at com.semmle.inmemory.alloc.RigidArrayAllocator.allocateArrays(RigidArrayAllocator.java:178)
at com.semmle.inmemory.alloc.MemoryManager.allocateArrays(MemoryManager.java:411)
at com.semmle.inmemory.relations.writers.IntArrayWriter.<init>(IntArrayWriter.java:35)
at com.semmle.inmemory.relations.writers.IntArrayWriter.create(IntArrayWriter.java:53)
at com.semmle.inmemory.relations.writers.AdaptiveRelationWriter.newSorted(AdaptiveRelationWriter.java:174)
at com.semmle.inmemory.relations.writers.AdaptiveRelationWriter.finishCurrentSorted(AdaptiveRelationWriter.java:399)
at com.semmle.inmemory.relations.writers.AdaptiveRelationWriter.growSortedIfNeeded(AdaptiveRelationWriter.java:321)
at com.semmle.inmemory.relations.writers.AdaptiveRelationWriter.addTuplesToSorted(AdaptiveRelationWriter.java:307)
at com.semmle.inmemory.relations.writers.AdaptiveRelationWriter$1.addBatch(AdaptiveRelationWriter.java:234)
at com.semmle.inmemory.pipeline.RelationWritingStep$RelationWritingState.processBatch(RelationWritingStep.java:84)
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.ExpanderSte
|
Analyze (python)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: github/codeql-action/init@v2, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Analyze (python)
Unexpected input(s) 'paths-ignore', valid inputs are ['tools', 'languages', 'build-mode', 'token', 'registries', 'matrix', 'config-file', 'db-location', 'config', 'queries', 'packs', 'external-repository-token', 'setup-python-dependencies', 'source-root', 'ram', 'threads', 'debug', 'debug-artifact-name', 'debug-database-name', 'trap-caching']
|
Analyze (python)
Unexpected input(s) 'paths-ignore', valid inputs are ['tools', 'languages', 'build-mode', 'token', 'registries', 'matrix', 'config-file', 'db-location', 'config', 'queries', 'packs', 'external-repository-token', 'setup-python-dependencies', 'source-root', 'ram', 'threads', 'debug', 'debug-artifact-name', 'debug-database-name', 'trap-caching']
|
Analyze (python)
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/
|
Analyze (cpp)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: github/codeql-action/init@v2, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Analyze (cpp)
Unexpected input(s) 'paths-ignore', valid inputs are ['tools', 'languages', 'build-mode', 'token', 'registries', 'matrix', 'config-file', 'db-location', 'config', 'queries', 'packs', 'external-repository-token', 'setup-python-dependencies', 'source-root', 'ram', 'threads', 'debug', 'debug-artifact-name', 'debug-database-name', 'trap-caching']
|
Analyze (cpp)
You are running out of disk space. The runner will stop working when the machine runs out of disk space. Free space left: 0 MB
|
Analyze (cpp)
Unexpected input(s) 'paths-ignore', valid inputs are ['tools', 'languages', 'build-mode', 'token', 'registries', 'matrix', 'config-file', 'db-location', 'config', 'queries', 'packs', 'external-repository-token', 'setup-python-dependencies', 'source-root', 'ram', 'threads', 'debug', 'debug-artifact-name', 'debug-database-name', 'trap-caching']
|
Analyze (cpp)
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/
|