Simplify cache cleanup actions (#365) #868
ci.yml
on: push
🔄 Update Stub Files
/
Stubs
4m 23s
🐧 Ubuntu
/
[email protected]
5m 19s
🐧 Ubuntu
/
[email protected] Debug
9m 23s
🐧 Ubuntu
/
[email protected] w/o MPI
2m 18s
🐧 Ubuntu
/
[email protected] w/ libc++ w/ MPI
3m 36s
🐧 Ubuntu
/
[email protected] [email protected]
2m 30s
🐧 Intel
/
oneAPI SYCL 3D
8m 54s
🐧 Intel
/
ICPX
7m 55s
🐧 Intel
/
ICC
10m 41s
🐧 HIP
/
ROCm HIP 6.1
8m 28s
🍏 macOS
/
[email protected] w/o MPI
15m 3s
🪟 Windows
/
MSVC w/o MPI Static Release
58m 40s
🪟 Windows
/
Clang w/o MPI Shared Debug
26m 18s
Matrix: 🔎 CodeQL / Analyze
Annotations
1 error and 7 warnings
🔎 CodeQL / Analyze (cpp)
Error running analysis for cpp: Encountered a fatal error while running "/opt/hostedtoolcache/CodeQL/2.18.3/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 DataFlowImpl::Impl<UncontrolledFormatString::Flow::C>::localFlowStepEx/3#265dc790/3@cad6b92k
Severe disk cache trouble (corruption or out of space) at /home/runner/work/_temp/codeql_databases/cpp/db-cpp/default/cache/pages/b2/c5/2a.pack: Failed to write item to disk
The RA to evaluate was:
{3} r1 = JOIN `project#DataFlowImplCommon::Cached::paramReturnNode/4#e0ff141e#2` WITH `num#DataFlowImpl::Impl<UncontrolledFormatString::Flow::C>::TNodeNormal#76b3ecb5` ON FIRST 1 OUTPUT Lhs.1, Lhs.2, Rhs.1
{3} | JOIN WITH `num#DataFlowImpl::Impl<UncontrolledFormatString::Flow::C>::TParamReturnNode#2910a708` ON FIRST 2 OUTPUT Lhs.2, Rhs.2, string _
{3} | REWRITE WITH Out.2 := ""
{2} r2 = JOIN const_false WITH `num#DataFlowImpl::Impl<UncontrolledFormatString::Flow::C>::TNodeImplicitRead#65d67b42_102#join_rhs` ON FIRST 1 OUTPUT Rhs.1, Rhs.2
{2} | JOIN WITH `num#DataFlowImpl::Impl<UncontrolledFormatString::Flow::C>::TNodeNormal#76b3ecb5` ON FIRST 1 OUTPUT Rhs.1, Lhs.1
{2} | AND NOT `DataFlowImpl::Impl<UncontrolledFormatString::Flow::C>::fullBarrier/1#0cccae2d`(FIRST 1)
{3} | SCAN OUTPUT In.0, In.1, string _
{3} | REWRITE WITH Out.2 := ""
{3} r3 = JOIN `DataFlowImplCommon::Cached::simpleLocalFlowStepExt/3#57743dc7` WITH `num#DataFlowImpl::Impl<UncontrolledFormatString::Flow::C>::TNodeNormal#76b3ecb5` ON FIRST 1 OUTPUT Rhs.1, Lhs.1, Lhs.2
{3} | AND NOT `DataFlowImpl::Impl<UncontrolledFormatString::Flow::C>::fullBarrier/1#0cccae2d`(FIRST 1)
{3} | SCAN OUTPUT In.1, In.2, In.0
{3} | JOIN WITH `num#DataFlowImpl::Impl<UncontrolledFormatString::Flow::C>::TNodeNormal#76b3ecb5` ON FIRST 1 OUTPUT Rhs.1, Lhs.1, Lhs.2
{3} | AND NOT `DataFlowImpl::Impl<UncontrolledFormatString::Flow::C>::fullBarrier/1#0cccae2d`(FIRST 1)
{3} | SCAN OUTPUT In.2, In.0, In.1
{3} r4 = r1 UNION r2 UNION r3
return r4
(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:95)
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/b2/c5/2a.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.byh
|
🔄 Update Stub Files / Stubs
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
🐧 Ubuntu / [email protected]
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
🍏 macOS / [email protected] w/o MPI
gcc 14.2.0 is already installed and up-to-date.
To reinstall 14.2.0, run:
brew reinstall gcc
|
🪟 Windows / Clang w/o MPI Shared Debug
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
🪟 Windows / MSVC w/o MPI Static Release
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
🔎 CodeQL / 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: 86 MB
|
🔎 CodeQL / Analyze (cpp)
The Actions runner is running low on disk space (0.2963 GB available).
|