CodeQL #636
codeql.yml
on: schedule
analyze
/
Build on Linux (gcc_debug)
2h 44m
analyze
/
Build on Linux (fake, gcc_release, clang, simulated)
59m 27s
analyze
/
Build on Linux (python_lib)
23m 0s
analyze
/
Build on Linux (python lighting-app)
10m 27s
analyze
/
Build on Darwin (clang, simulated)
5h 7m
analyze
/
Build on Linux (coverage)
21m 58s
Annotations
4 errors and 15 warnings
analyze / Build on Linux (fake, gcc_release, clang, simulated)
Process completed with exit code 1.
|
analyze / Build on Linux (gcc_debug)
CodeQL Action major versions v1 and v2 have been deprecated. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
|
analyze / Build on Linux (gcc_debug)
Error running analysis for cpp: Encountered a fatal error while running "/__t/CodeQL/2.20.5/x64/codeql/codeql database run-queries --ram=14576 --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:
com.semmle.util.exception.CatastrophicError: An error occurred while evaluating DataFlowUtil::TPostUpdateNodeImpl#dom#6f9a3e8c/2@3312d27e
Severe disk cache trouble (corruption or out of space) at /__w/_temp/codeql_databases/cpp/db-cpp/default/cache/pages/b4.pack: Failed to write item to disk
The RA to evaluate was:
{5} r1 = SCAN `_SsaInternalsCommon::countIndirectionsForCppType/1#21060fdc__Instruction::CallInstruction.getArgumen__#shared` OUTPUT In.0, int _, In.1, In.2, In.5
{5} | REWRITE WITH Out.1 := -1
{5} | AND NOT `_Instruction::CallInstruction.getStaticCallTarget/0#dispred#48de9bd2_MemberFunction::ConstMemberFunc__#antijoin_rhs`(FIRST 5)
{2} | SCAN OUTPUT In.2, In.4
{2} r2 = JOIN `project#DataFlowUtil::FieldAddress.getObjectAddressOperand/0#dispred#dae6f0af` WITH `SsaInternalsCommon::getLanguageType/1#9fd42135` ON FIRST 1 OUTPUT Rhs.1, Lhs.0
{3} | JOIN WITH `SsaInternalsCommon::countIndirectionsForCppType/1#21060fdc` ON FIRST 1 OUTPUT Lhs.1, Rhs.1, int _
{3} | REWRITE WITH Out.2 := 0
{4} | JOIN WITH PRIMITIVE range#bbf ON Lhs.2,Lhs.1
{2} | SCAN OUTPUT In.0, In.3
{4} r3 = SCAN `Instruction::CallInstruction.getArgumentOperand/1#c6f7b5a9` OUTPUT In.0, In.1, In.2, int _
{3} | REWRITE WITH Tmp.3 := -1, TEST InOut.1 != Tmp.3 KEEPING 3
{1} | SCAN OUTPUT In.2
{2} | JOIN WITH `SsaInternalsCommon::getLanguageType/1#9fd42135` ON FIRST 1 OUTPUT Rhs.1, Lhs.0
{4} | JOIN WITH `SsaInternalsCommon::countIndirectionsForCppType/1#21060fdc` ON FIRST 1 OUTPUT Lhs.1, Lhs.0, Rhs.1, int _
{4} | REWRITE WITH Out.3 := 0
{5} | JOIN WITH PRIMITIVE range#bbf ON Lhs.3,Lhs.2
{3} r4 = SCAN r3 OUTPUT In.1, In.4, In.0
{2} | JOIN WITH `SsaInternalsCommon::isModifiableAtImpl/2#2b25ad2f` ON FIRST 2 OUTPUT Lhs.2, Lhs.1
{4} r5 = JOIN `_Instruction::CallInstruction.getArgumentOperand/1#c6f7b5a9_SsaInternalsCommon::getLanguageType/1#9f__#shared` WITH `SsaInternalsCommon::countIndirectionsForCppType/1#21060fdc` ON FIRST 1 OUTPUT Lhs.1, Lhs.2, Rhs.1, int _
{4} | REWRITE WITH Out.3 := 0
{5} | JOIN WITH PRIMITIVE range#bbf ON Lhs.3,Lhs.2
{3} | SCAN OUTPUT In.0, In.1, In.4
{4} | JOIN WITH `Instruction::Instruction.getResultType/0#dispred#fb1fa989#fb` ON FIRST 1 OUTPUT Rhs.1, Lhs.0, Lhs.1, Lhs.2
{4} | JOIN WITH SsaInternalsCommon::PointerOrArrayOrReferenceType#797b00ff ON FIRST 1 OUTPUT Lhs.0, Lhs.1, Lhs.2, Lhs.3
{4} | AND NOT `Type::Type.isDeeplyConstBelow/0#dispred#5b3388d5`(FIRST 1)
{3} | SCAN OUTPUT In.1, In.2, In.3
{3} | JOIN WITH `Instruction::CallInstruction.getStaticCallTarget/0#dispred#48de9bd2` ON FIRST 1 OUTPUT Rhs.1, Lhs.1, Lhs.2
{2} | JOIN WITH MemberFunction::ConstMemberFunction#e709de1a ON FIRST 1 OUTPUT Lhs.1, Lhs.2
{3} r6 = SCAN r3 OUTPUT In.1, In.0, In.4
{3} | JOIN WITH `CppType::CppType.hasType/2#dispred#d3f6ee89` ON FIRST 1 OUTPUT Rhs.1, Lhs.1, Lhs.2
{3} | JOIN WITH `Type::Type.stripType/0#dispred#e1299c1e` ON FIRST 1 OUTPUT Rhs.1, Lhs.1, Lhs.2
{3} | JOIN WITH SmartPointer::SmartPtr#aff3d717 ON FIRST 1 OUTPUT Lhs.0, Lhs.1, Lhs.2
{3} | AND NOT `PointerWrapper::PointerWrapper.pointsToConst/0#dispred#917443e9`(FIRST 1)
{2} | SCAN OUTPUT In.1, In.2
{2} r7 = r1 UNION r2 UNION r4 UNION r5 UNION r6
return r7
(eventual cause: IOException "No space left on device")
at com.semmle.inmemory.pipeline.MetaPipelineInstance.wrapWithRaDump(MetaPipelineInstance.java:204)
at com.semmle.inmemory.pipeline.MetaPipelineInstance.exceptionCaught(MetaPipelineInstance.java:174)
at com.semmle.inmemory.scheduler.execution.ThreadableWork.handleAndLog(ThreadableWork.java:593)
at com.semmle.inmemory
|
analyze / Build on Darwin (clang, simulated)
CodeQL Action major versions v1 and v2 have been deprecated. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
|
analyze / Build on Linux (python lighting-app)
`pre` execution is not supported for local action from './.github/actions/checkout-submodules-and-bootstrap'
|
analyze / Build on Linux (python lighting-app)
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.
|
analyze / Build on Linux (coverage)
Failed to save: Cache service responded with 409 during commit cache.
|
analyze / Build on Linux (coverage)
`pre` execution is not supported for local action from './.github/actions/checkout-submodules-and-bootstrap'
|
analyze / Build on Linux (python_lib)
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.
|
analyze / Build on Linux (python_lib)
`pre` execution is not supported for local action from './.github/actions/checkout-submodules-and-bootstrap'
|
analyze / Build on Linux (fake, gcc_release, clang, simulated)
`pre` execution is not supported for local action from './.github/actions/checkout-submodules-and-bootstrap'
|
analyze / Build on Linux (fake, gcc_release, clang, simulated)
No files were found with the provided path: /tmp/cores/. No artifacts will be uploaded.
|
analyze / Build on Linux (fake, gcc_release, clang, simulated)
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.
|
analyze / Build on Linux (gcc_debug)
Failed to save: Cache service responded with 409 during commit cache.
|
analyze / Build on Linux (gcc_debug)
The Actions runner is running low on disk space (0.1705 GB available).
|
analyze / Build on Linux (gcc_debug)
You are running out of disk space. The runner will stop working when the machine runs out of disk space. Free space left: 48 MB
|
analyze / Build on Linux (gcc_debug)
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.
|
analyze / Build on Linux (gcc_debug)
`pre` execution is not supported for local action from './.github/actions/checkout-submodules-and-bootstrap'
|
analyze / Build on Darwin (clang, simulated)
`pre` execution is not supported for local action from './.github/actions/checkout-submodules-and-bootstrap'
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
sarif-results
Expired
|
1.02 MB |
sha256:09729a23e9e5b1cb35912a310968bd2dea8c465d69587fcb249da928a760862f
|
|