Skip to content

deps: bump rust from 1.95-alpine to 1.96-alpine#222

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker/rust-1.96-alpine
Open

deps: bump rust from 1.95-alpine to 1.96-alpine#222
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker/rust-1.96-alpine

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Contributor

Bumps rust from 1.95-alpine to 1.96-alpine.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps rust from 1.95-alpine to 1.96-alpine.

---
updated-dependencies:
- dependency-name: rust
  dependency-version: 1.96-alpine
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Dependency updates docker Pull requests that update docker code labels Jun 2, 2026
@github-actions github-actions Bot added the size/XS Extra small PR (≤10 lines) label Jun 2, 2026
@github-actions

github-actions Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

🔬 Pipeline Integrity Report

Status Result
Overall PASS
Total Tests 49
Passed 49
Failed 0

Test Results

Suite Tests Passed Failed Status
Data Integrity 20 20 0 ✅ Passed
Durability 8 8 0 ✅ Passed
Resilience 11 11 0 ✅ Passed
Consistency 10 10 0 ✅ Passed
Total 49 49 0
What these tests check
  • Data Integrity: End-to-end datapoint accounting — every metric pushed into the pipeline comes out through the exporter
  • Durability: FIFO ordering, crash recovery, corruption tolerance, mixed compression, graceful shutdown preservation
  • Resilience: Network failure recovery, circuit breaker lifecycle, drain-on-shutdown, split-on-error, concurrent failure races
  • Consistency: Batch splitting correctness, byte-split limits, flush count accuracy, metadata state consistency

Last updated: 2026-06-02T22:04:12.489Z

@github-actions

github-actions Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

🔒 Security Scan Report

Status Result
Overall FAILED
Policy Block on Critical/High only

Scan Results

Scanner Status Findings Blocks PR
govulncheck 🔴 Found 14 vulnerability(ies) Yes
Trivy (filesystem) 🔴 Critical: 2, High: 3, Medium: 3, Low: 0 Yes
Trivy (container) 🔴 Critical: 1, High: 15, Medium: 6, Low: 2 Yes
gitleaks 🟢 No secrets detected No
checkov 🟢 Helm: 0, Dockerfile: 0 No
cargo-audit 🟢 No vulnerabilities found No
SBOM (syft) 🟢 Generated (SPDX + CycloneDX) N/A
What these scanners check
  • govulncheck: Go dependency vulnerabilities (call-graph aware, confirmed reachable)
  • Trivy (filesystem): CVEs in go.mod, Dockerfile, YAML files
  • Trivy (container): OS and application CVEs in the built Docker image
  • gitleaks: Leaked secrets, keys, and tokens in git history
  • checkov: Infrastructure-as-code misconfigurations in Helm charts and Dockerfile
  • cargo-audit: Rust dependency vulnerabilities (for optional native compression FFI)
  • SBOM (syft): Software Bill of Materials generation (informational)

Last updated: 2026-06-02T22:07:03.261Z

@github-actions

github-actions Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

🧠 Memory Check Report

Status Result
Overall FAIL
Total Memory Tests 423
Passed 421
Failed 2

Test Results

Suite Tests Passed Failed Status
Resource Tests 34 34 0 ✅ Passed
Goroutine Leak Tests 20 20 0 ✅ Passed
Memory Stress Tests 7 7 0 ✅ Passed
Race Condition Tests 105 105 0 ✅ Passed
Memory Leak Tests 45 45 0 ✅ Passed
Pool Regression Tests 212 210 2 ❌ Failed
Total 423 421 2
What these tests check
  • Resource Tests: Verify components release memory after shutdown
  • Goroutine Leak Tests: Verify no goroutines leaked after component lifecycle (using goleak)
  • Memory Stress Tests: Verify memory growth stays bounded under sustained load
  • Race Condition Tests: Verify concurrent access patterns are data-race free (using -race detector)
  • Memory Leak Tests: Verify heap growth is bounded after repeated create/destroy and reset cycles
  • Pool Regression Tests: Verify sync.Pool objects (protobuf requests, compression buffers) are correctly returned and don't leak

Last updated: 2026-06-02T22:07:17.454Z

@github-actions

github-actions Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

📊 Test Coverage Report

Build Release
0.9.14-c2bdf2b v1.2.1 (🟢 Patch)
Metric Value Status
Code Coverage 92.9% 🟢
Required Threshold 90% ✅ Passed
Coverage Change ±0% ➡️
Base Coverage 92.9% -

Test Results

Suite Packages Status
Unit Tests 21 ❌ Failed
Functional Tests 0 ❌ Failed
E2E Tests 0 ❌ Failed
Docker E2E - ✅ Passed
Total 21 Some Failed
Coverage Thresholds
  • 🟢 Good: >= 90%
  • 🟡 Warning: 80-89%
  • 🔴 Critical: < 80%

See Benchmark Comparison comment for performance results.

Last updated: 2026-06-02T22:10:55.618Z

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates docker Pull requests that update docker code size/XS Extra small PR (≤10 lines)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants