[Memory Safety] Memory Safety Analysis Report - Unable to Access Artifacts #8908
Closed
Replies: 1 comment
-
|
This discussion was automatically closed because it expired on 2026-03-16T21:31:21.312Z.
|
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.
-
Memory Safety Analysis Report
Date: 2026-03-09
Commit:
78fa6d5on branchmasterTriggered by: push
Workflow Run: #22874214995
Commit Message: "allow calling lp().restore_x() only in case the number of column in lp( ) remained the same: it might grow"
Status: The Memory Safety Analysis workflow completed successfully, but this reporting workflow was unable to access the generated artifacts.
Issue Details
The workflow run 22874214995 completed with the following jobs:
Artifacts Available:
asan-reports(308 KB)ubsan-reports(308 KB)Problem: This reporting workflow lacks GitHub API authentication (GH_TOKEN) required to download workflow artifacts and access job logs. The GitHub API returned:
🔧 Recommendations to Fix
Option 1: Configure GH_TOKEN (Recommended)
Add authentication to the reporting workflow:
This grants the workflow permission to download artifacts from the triggering run.
Option 2: Use Workflow Job Summaries
Modify the Memory Safety Analysis workflow to write sanitizer findings to GitHub job summaries using:
Job summaries may be accessible without authentication and appear directly in the Actions UI.
Option 3: Store Results as Workflow Outputs
Instead of artifacts, output sanitizer findings as workflow outputs or write to a known repository location that this workflow can access.
Option 4: Grant Artifact Read Permissions
Configure repository workflow permissions to allow cross-workflow artifact access:
📊 What We Know
Based on job metadata:
However, without access to the actual sanitizer reports, we cannot determine:
🎯 Immediate Action Required
Metadata
This is an automated report generated by the Memory Safety Analysis Report Generator workflow. For questions or issues, please review the workflow configuration.
Beta Was this translation helpful? Give feedback.
All reactions