[Memory Safety] Memory Safety Analysis Report — 2026-03-14 — 21bfb11 #8986
Closed
Replies: 1 comment
-
|
This discussion was automatically closed because it expired on 2026-03-21T17:50:01.587Z.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Date: 2026-03-14
Commit:
21bfb11(21bfb115ea291c167c10a9a31bc42d973f3a7c3c) on branchmasterTriggered by: workflow_run
Triggering Workflow Run: #23092545437
Report Run: #23093085681
The Memory Safety Analysis artifacts could not be downloaded for this run. This is a recurring issue that has affected every run to date (at least 3 consecutive runs).
Root Cause: The report generator agent does not have access to
GH_TOKENin its runtime environment. Thegh run downloadcommand requires authentication to retrieve artifacts, but the token is not being passed to the agent execution step.Recommendation for Workflow Maintainers: Add the following to the agent step in
.github/workflows/memory-safety-report.yml:Until this is resolved, no sanitizer findings can be analyzed or reported.
Trend (Based on Cache History)
21bfb116e59716All historical cache entries show
artifacts_available: false. No trend data is available.ASan Findings
Unable to retrieve ASan report — see infrastructure issue above.
UBSan Findings
Unable to retrieve UBSan report — see infrastructure issue above.
Recommendations
ASAN_OPTIONS=detect_leaks=1andUBSAN_OPTIONS=print_stacktrace=1to sanitizer runs for richer reports.Raw Cache Data
{ "last_run": { "date": "2026-03-14", "commit_sha": "21bfb115ea291c167c10a9a31bc42d973f3a7c3c", "commit_short": "21bfb11", "branch": "master", "triggering_run_id": "23092545437", "report_run_id": "23093085681", "artifacts_available": false }, "findings": { "total": null, "asan": null, "ubsan": null, "status": "unavailable" }, "infrastructure_note": "GH_TOKEN not available in agent environment. Fix: pass env: GH_TOKEN: $\{\{ secrets.GITHUB_TOKEN }} to agent step." }Beta Was this translation helpful? Give feedback.
All reactions