Skip to content

[dynamic Instrumentation] DEBUG-2336 Add Concurrent Adaptive Cache #15214

[dynamic Instrumentation] DEBUG-2336 Add Concurrent Adaptive Cache

[dynamic Instrumentation] DEBUG-2336 Add Concurrent Adaptive Cache #15214

Triggered via pull request January 29, 2025 12:57
Status Success
Total duration 31m 33s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

22 errors
Analyze Profiler
Cloning into 'libunwind'...
Analyze Profiler
remote: Enumerating objects: 20558, done.
Analyze Profiler
remote: Counting objects: 0% (1/3598)
Analyze Profiler
remote: Counting objects: 1% (36/3598)
Analyze Profiler
remote: Counting objects: 2% (72/3598)
Analyze Profiler
remote: Counting objects: 3% (108/3598)
Analyze Profiler
remote: Counting objects: 4% (144/3598)
Analyze Profiler
remote: Counting objects: 5% (180/3598)
Analyze Profiler
remote: Counting objects: 6% (216/3598)
Analyze Profiler
remote: Counting objects: 7% (252/3598)
Analyze Profiler
CodeQL Action major versions v1 and v2 have been deprecated. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
Analyze Tracer
CodeQL Action major versions v1 and v2 have been deprecated. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
Analyze Tracer
gmake[4]: warning: -j0 forced in submake: resetting jobserver mode.
Analyze Tracer
/home/runner/work/dd-trace-dotnet/dd-trace-dotnet/tracer/src/Datadog.Tracer.Native/rejit_handler.cpp:54:25: warning: comparison between NULL and non-pointer ('ModuleID' (aka 'unsigned long') and NULL) [-Wnull-arithmetic]
Analyze Tracer
if (currentModuleId == NULL ||
Analyze Tracer
~~~~~~~~~~~~~~~ ^ ~~~~
Analyze Tracer
/home/runner/work/dd-trace-dotnet/dd-trace-dotnet/tracer/src/Datadog.Tracer.Native/rejit_handler.cpp:55:18: warning: comparison between NULL and non-pointer ('ModuleID' (aka 'unsigned long') and NULL) [-Wnull-arithmetic]
Analyze Tracer
moduleId == NULL ||
Analyze Tracer
~~~~~~~~ ^ ~~~~
Analyze Tracer
/home/runner/work/dd-trace-dotnet/dd-trace-dotnet/tracer/src/Datadog.Tracer.Native/rejit_handler.cpp:56:26: warning: comparison between NULL and non-pointer ('mdMethodDef' (aka 'unsigned int') and NULL) [-Wnull-arithmetic]
Analyze Tracer
currentMethodDef == NULL ||
Analyze Tracer
~~~~~~~~~~~~~~~~ ^ ~~~~