CodeQL now has consant Failed to clean up database cluster directory warnings #135242
Replies: 5 comments 1 reply
-
Hello, @flagrant99 Please consider the following recommendations:
|
Beta Was this translation helpful? Give feedback.
-
This does not happen with @v2 on node 16. Only happens with @V3 on node 20. This happens on two different servers consistently. Both do have some new antivirus on them .Will check to see if I can get exclusions for Antivirus. Thx. |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
So it seems this folder is already excluded from antivirus. The file is never there when ever I look so I guess the only thing I can try is add some delay. It seems to be happening in Post Init for CodeQL. Where can I put Delay?
|
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
I keep getting this since last update. Anybody know how I can make them stop?
[2024-08-09 00:40:41Z INFO ExecutionContext] Publish step telemetry for current step {
"action": "github/codeql-action/init",
"ref": "v3",
"type": "node20",
"stage": "Post",
"stepId": "c6f1699a-205a-466a-875a-c18e8078df1c",
"result": "succeeded",
"errorMessages": [
"Failed to clean up database cluster directory D:\actions-runner\_work\_temp\codeql_databases. Details: Error: EBUSY: resource busy or locked, unlink 'D:\actions-runner\_work\_temp\codeql_databases\log\build-tracer.log'"
],
"executionTimeInSeconds": 4,
"startTime": "2024-08-09T00:40:37.910391Z",
"finishTime": "2024-08-09T00:40:41.3459658Z"
}.
Beta Was this translation helpful? Give feedback.
All reactions