[Memory Safety] Memory Safety Analysis — 2026-06-01 — Build Failure (dl_util.cpp compile error) #9679
Closed
Replies: 1 comment
-
|
This discussion was automatically closed because it expired on 2026-06-08T01:18:50.644Z.
|
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-06-01
Commit:
ebdf031(ebdf031c8fe6a87c2beec877bd9ef4def0dbfc98) on branchmasterCommit message: ensure engine is datalog for dl_table and dl_util tests
Triggered by: schedule (Memory Safety Analysis run
#26729459203)Report run:
#26729459203Executive Summary
Trend
24bb93c): 0 findingsbed73a3): 0 findingsBoth the ASan Build & Test and UBSan Build & Test jobs failed at the
ninjabuild step when compiling test sources.Root cause — compile error in
src/test/dl_util.cpp:This error was introduced by the commit being analyzed (
ebdf031), which was intended to "ensure engine is datalog for dl_table and dl_util tests". The fix appears to have removed or not included thegparamsheader/namespace needed bydl_util.cpp:52.Failed jobs:
ASan Findings
No ASan findings — build failed before tests could run. The
asan-reportsartifact (173 bytes) contains only asummary.mdwith "No ASan errors detected." because no test execution occurred.UBSan Findings
No UBSan findings — build failed before tests could run. The
ubsan-reportsartifact (174 bytes) contains only asummary.mdwith "No UBSan errors detected." because no test execution occurred.Top Affected Files
src/test/dl_util.cppgparamsat line 52Recommendations
src/test/dl_util.cpp:52— the identifiergparamsis undeclared after the recent commit. Add the required#includeforgparamsor correct the namespace reference.Raw Data
{ "run_id": 26729459203, "date": "2026-06-01", "commit_sha": "ebdf031c8fe6a87c2beec877bd9ef4def0dbfc98", "commit_message": "ensure engine is datalog for dl_table and dl_util tests", "branch": "master", "trigger": "schedule", "asan_build_status": "failure", "ubsan_build_status": "failure", "asan_artifact_bytes": 173, "ubsan_artifact_bytes": 174, "build_failure_file": "src/test/dl_util.cpp", "build_failure_line": 52, "build_failure_error": "use of undeclared identifier 'gparams'", "total_findings": 0, "previous_run": { "run_id": 26377480938, "date": "2026-05-25", "commit_sha": "24bb93c3e4bd8b4a443be0b93f10084f9215ea55", "total_findings": 0, "conclusion": "success" } }Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
productionresultssa5.blob.core.windows.netSee Network Configuration for more information.
Beta Was this translation helpful? Give feedback.
All reactions