Skip to content

feat(bottlecap): adaptive per-request flush timeout from invocation deadline #3949

feat(bottlecap): adaptive per-request flush timeout from invocation deadline

feat(bottlecap): adaptive per-request flush timeout from invocation deadline #3949

Triggered via pull request May 13, 2026 21:28
Status Failure
Total duration 3m 15s
Artifacts

rs_ci.yml

on: pull_request
Matrix: Format
Fit to window
Zoom out
Zoom in

Annotations

15 errors, 16 warnings, and 4 notices
Format (ubuntu-22.04)
Process completed with exit code 1.
Format (macos-latest)
The strategy configuration was canceled because "format.ubuntu-22_04" failed
Format (macos-latest)
Process completed with exit code 1.
Clippy
Process completed with exit code 101.
Clippy
casts from `u64` to `u128` can be expressed infallibly using `From`
Clippy
this function has too many lines (114/100)
Clippy
casts from `u64` to `u128` can be expressed infallibly using `From`
Clippy
used `unwrap()` on a `Result` value
Clippy
used `unwrap()` on a `Result` value
Clippy
used `unwrap()` on a `Result` value
Clippy
used `unwrap()` on a `Result` value
Clippy
used `unwrap()` on a `Result` value
Clippy
used `unwrap()` on a `Result` value
Test Suite
Process completed with exit code 101.
Test Suite
this function takes 5 arguments but 4 arguments were supplied
Format (ubuntu-22.04): bottlecap/src/traces/proxy_flusher.rs#L115
Diff in /home/runner/work/datadog-lambda-extension/datadog-lambda-extension/bottlecap/src/traces/proxy_flusher.rs
Format (ubuntu-22.04): bottlecap/src/flushing/mod.rs#L56
Diff in /home/runner/work/datadog-lambda-extension/datadog-lambda-extension/bottlecap/src/flushing/mod.rs
Format (ubuntu-22.04): bottlecap/src/flushing/mod.rs#L40
Diff in /home/runner/work/datadog-lambda-extension/datadog-lambda-extension/bottlecap/src/flushing/mod.rs
Format (ubuntu-22.04): bottlecap/src/bin/bottlecap/main.rs#L683
Diff in /home/runner/work/datadog-lambda-extension/datadog-lambda-extension/bottlecap/src/bin/bottlecap/main.rs
Format (ubuntu-22.04): bottlecap/src/bin/bottlecap/main.rs#L652
Diff in /home/runner/work/datadog-lambda-extension/datadog-lambda-extension/bottlecap/src/bin/bottlecap/main.rs
Audit
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: rustsec/audit-check@69366f33c96575abad1ee0dba8212993eecbe998. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Audit
6 warnings found!
Format (macos-latest): bottlecap/src/traces/proxy_flusher.rs#L115
Diff in /Users/runner/work/datadog-lambda-extension/datadog-lambda-extension/bottlecap/src/traces/proxy_flusher.rs
Format (macos-latest): bottlecap/src/flushing/mod.rs#L56
Diff in /Users/runner/work/datadog-lambda-extension/datadog-lambda-extension/bottlecap/src/flushing/mod.rs
Format (macos-latest): bottlecap/src/flushing/mod.rs#L40
Diff in /Users/runner/work/datadog-lambda-extension/datadog-lambda-extension/bottlecap/src/flushing/mod.rs
Format (macos-latest): bottlecap/src/bin/bottlecap/main.rs#L683
Diff in /Users/runner/work/datadog-lambda-extension/datadog-lambda-extension/bottlecap/src/bin/bottlecap/main.rs
Format (macos-latest): bottlecap/src/bin/bottlecap/main.rs#L652
Diff in /Users/runner/work/datadog-lambda-extension/datadog-lambda-extension/bottlecap/src/bin/bottlecap/main.rs
Build All
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Clippy
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test Suite
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
sccache stats
76% - 600 hits, 186 misses, 0 errors
sccache stats
85% - 794 hits, 140 misses, 0 errors
sccache stats
78% - 677 hits, 186 misses, 0 errors
sccache stats
87% - 750 hits, 109 misses, 0 errors