Skip to content

Update docker-compose dependencies#4469

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/docker-compose
Jun 24, 2026
Merged

Update docker-compose dependencies#4469
renovate[bot] merged 1 commit into
mainfrom
renovate/docker-compose

Conversation

@renovate

@renovate renovate Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
postgres digest 96d56f71b1689b

Configuration

📅 Schedule: (in timezone Etc/UTC)

  • Branch creation
    • "after 5pm on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jun 22, 2026
@renovate renovate Bot requested a review from a team as a code owner June 22, 2026 19:37
@renovate renovate Bot enabled auto-merge (squash) June 22, 2026 19:37
@claude

claude Bot commented Jun 22, 2026

Copy link
Copy Markdown

Automated Review — postgres:18-alpine digest bump

Reviewed by: Claude (automated)

Changes

Digest update in docker-compose.yml and docker-compose-dev.yml:
96d56f71b1689b (postgres:18-alpine)

Upstream analysis

The new digest pulls in two upstream changes:

  1. PostgreSQL 18.3 → 18.4 (released May 14, 2026) — maintenance release with 12 security CVE fixes, including:

    • CVE-2026-6479: Unbounded recursion in startup packet processing
    • CVE-2026-6473: Integer overflows in memory allocation (potential arbitrary code execution)
    • CVE-2026-6476 / CVE-2026-6638 / CVE-2026-6637: SQL injection in pg_createsubscriber, logical replication, and contrib/spi
    • CVE-2026-6475: Path traversal in pg_basebackup / pg_rewind
    • CVE-2026-6477: Buffer overflow in PQfn()
    • Plus fixes for timing-safe auth comparisons, MCV stats validation, collation handling, and more.
    • Numerous non-security bug fixes (query planning, generated columns, replication, backup/recovery).
    • No breaking changes identified. No dump/restore required.
  2. Alpine 3.22 → 3.24 — base OS version bump; no Dockerfile-level functional changes.

Security review (REVIEW.md)

  • PII / secrets in diff: No — changes are limited to image digest hashes.
  • Upstream regressions: None identified. This is a straightforward security maintenance release.

Verdict: Clean. This is a beneficial security update and safe to merge.

@claude

claude Bot commented Jun 22, 2026

Copy link
Copy Markdown

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

Upstream release notes (per REVIEW.md)

This PR bumps the postgres:18-alpine image digest. The new digest most likely includes PostgreSQL 18.4 (released May 14, 2026), which is a maintenance release with 12 security fixes (CVEs), including:

  • CVE-2026-6473 — Multiple integer overflows in memory allocation (could lead to arbitrary code execution)
  • CVE-2026-6479 — Unbounded recursion in startup packets that could crash backends
  • CVE-2026-6474 — Buffer overflows in timeofday() and pg_strftime() via malicious timezone names
  • CVE-2026-6475 — Path traversal in pg_basebackup and pg_rewind
  • CVE-2026-6638 — SQL injection in logical replication origin checks
  • CVE-2026-6476 — SQL injection via unquoted subscription names in pg_createsubscriber
  • CVE-2026-6472 — Missing privilege checks on multirange type creation
  • CVE-2026-6478 — Non-timing-safe password comparisons in authentication
  • CVE-2026-6477 — Buffer overflow in PQfn() (deprecated)
  • CVE-2026-6637 — SQL injection and buffer overruns in contrib/spi

Notable bug fixes include race condition fixes in WAL replay, walsender shutdown improvements, and visibility map persistence during recovery.

No regressions expected — this is a standard patch release. No dump/restore is required for users already on 18.x. The security fixes make this a recommended update.

Full release notes: https://www.postgresql.org/docs/release/18.4/

@renovate renovate Bot force-pushed the renovate/docker-compose branch from 4f22e07 to 9ac5e06 Compare June 23, 2026 06:41
@claude

claude Bot commented Jun 23, 2026

Copy link
Copy Markdown

Reviewed the postgres:18-alpine digest bump (96d56f71b1689b). The diff is clean — identical digest updates in both docker-compose.yml and docker-compose-dev.yml.

Upstream changes in this digest:

  • PostgreSQL 18.4 (May 14, 2026) — security + bug fix release:
    • 8+ CVE fixes including SQL injection in logical replication origin checks (CVE-2026-6638), integer overflow in memory allocation (CVE-2026-6473), path traversal in pg_basebackup/pg_rewind (CVE-2026-6475), unbounded recursion in startup packets (CVE-2026-6479), and timing-safe auth comparisons (CVE-2026-6478).
    • Bug fixes relevant to PeerDB: stuck slotsync workers blocking standby promotion, WAL replay race conditions, walsender indefinite wait at shutdown, premature NULL lag in pg_stat_replication.
    • Timezone data updated to tzdata 2026b.
  • Alpine 3.22 → 3.24 base image upgrade.

No regressions noted in the upstream release notes. No PII/secret exposure in the diff. This is a beneficial update — especially the replication and security fixes.

🤖 Generated with Claude Code

@renovate renovate Bot force-pushed the renovate/docker-compose branch from 9ac5e06 to fa17234 Compare June 23, 2026 11:12
@claude

claude Bot commented Jun 23, 2026

Copy link
Copy Markdown

Review: postgres:18-alpine digest bump

Reviewed the digest pin update (96d56f71b1689b) in both docker-compose.yml and docker-compose-dev.yml.

Diff check:

  • Only image digest hashes changed — no config, env, or logic modifications.
  • No PII/secret exposure concerns.

Upstream changes (PostgreSQL 18.4, released 2026-05-14):

The new digest brings PostgreSQL 18.4, a security and bug-fix release containing:

  • 10 CVEs fixed, including:
  • Numerous bug fixes across query planning, replication, generated columns, window functions, JSON parsing, and backup tools.
  • tzdata 2026b update.
  • No breaking changes — dump/restore not required for existing 18.x installations.
  • No regressions noted in the release notes.

Verdict: This is a beneficial security update. No regressions found. Looks good to merge.

🤖 Generated with Claude Code

@renovate renovate Bot force-pushed the renovate/docker-compose branch from fa17234 to 086b0e3 Compare June 23, 2026 17:57
@claude

claude Bot commented Jun 23, 2026

Copy link
Copy Markdown

Reviewed: postgres:18-alpine digest bump — looks clean, recommend merge.

This digest update pulls in two upstream changes:

1. PostgreSQL 18.3 → 18.4 (2026-05-14)

A critical security maintenance release fixing 14 CVEs, including:

  • CVE-2026-6479 — Unbounded recursion via malicious startup packets (crash)
  • CVE-2026-6473 — Integer overflows in memory allocation (potential code execution)
  • CVE-2026-6476 / CVE-2026-6638 — SQL injection in pg_createsubscriber and logical replication
  • CVE-2026-6475 — Path traversal in pg_basebackup/pg_rewind
  • CVE-2026-6478 — Timing side-channels in authentication
  • CVE-2026-6477PQfn() buffer overflow (marked deprecated)
  • Plus fixes for ts_headline() buffer overruns, MCV statistics crashes, time zone format string exploits, privilege escalation on multirange types, and more.

Bug fixes include replication stability improvements (walsender shutdown, slotsync workers, checkpoint/multixact races), query planner corrections, MERGE isolation fixes, and updated tzdata (2026b).

No breaking changes or regressions reported. Dump/restore not required for existing 18.x users.

2. Alpine 3.22 → 3.24 base image (2026-06-10)

Standard Alpine base image refresh.

Diff review

Only docker-compose.yml and docker-compose-dev.yml are touched — identical single-line digest swaps. No PII/secret exposure risk.

🤖 Generated with Claude Code

@renovate renovate Bot force-pushed the renovate/docker-compose branch from 086b0e3 to 8556fac Compare June 23, 2026 18:04
@claude

claude Bot commented Jun 23, 2026

Copy link
Copy Markdown

Automated Review — postgres:18-alpine digest bump

Changes reviewed: Both docker-compose.yml and docker-compose-dev.yml update the postgres:18-alpine image digest from 96d56f7…1b1689b….

Upstream analysis: This digest bump corresponds to a PostgreSQL 18.3 → 18.4 minor release (2026-05-14). Key highlights:

  • Security: Fixes 11 CVEs including critical issues — unbounded recursion in startup packets (CVE-2026-6479), integer overflow vulnerabilities (CVE-2026-6473), PQfn() buffer overflow (CVE-2026-6477), and path traversal in pg_basebackup/pg_rewind (CVE-2026-6475).
  • Bug fixes: Generated column handling, query planner fixes, data integrity improvements for array aggregates and foreign key deferrability, checkpoint/multixact race conditions.
  • Timezone data: Updated to tzdata 2026b.
  • No breaking changes: Full backward compatibility with 18.x; no dump/restore needed.
  • No regressions noted in upstream release notes.

PII / secrets check: ✅ No code changes — only image digest pins updated. No risk of PII or secret exposure.

Verdict: Clean. This is a security-critical maintenance update and safe to merge.

@renovate renovate Bot force-pushed the renovate/docker-compose branch from 8556fac to fdda836 Compare June 23, 2026 19:11
@claude

claude Bot commented Jun 23, 2026

Copy link
Copy Markdown

Dependency Bump Review — postgres:18-alpine digest update

Reviewed the upstream changes for the digest bump 96d56f71b1689b.

What changed upstream

This digest bump pulls in two updates:

  1. PostgreSQL 18.4 (released May 14, 2026) — a security and bug-fix release
  2. Alpine 3.24 base image (up from 3.22)

Security fixes (11 CVEs)

PostgreSQL 18.4 addresses the following CVEs:

CVE Summary
CVE-2026-6479 Unbounded recursion in startup packets — malicious client crash
CVE-2026-6473 Integer overflows in memory allocation (buffer overflows, potential code execution)
CVE-2026-6476 SQL injection in pg_createsubscriber
CVE-2026-6638 SQL injection in logical replication origin checks
CVE-2026-6474 Malicious time zone names causing crashes or memory disclosure
CVE-2026-6472 Missing privilege check on multirange types
CVE-2026-6478 Timing-safe string comparisons in authentication
CVE-2026-6477 PQfn() buffer overflow risk (now deprecated)
CVE-2026-6475 Path traversal in pg_basebackup / pg_rewind
CVE-2026-6637 SQL injection in contrib/spi check_foreign_key()
CVE-2026-6575 Faulty input in attribute MCV statistics restoration

Notable bug fixes relevant to PeerDB

  • Replication fixes: slotsync worker blocking standby promotion, walsender shutdown hangs, excessive slotsync logging, free space map persistence during recovery, visibility map bloating during incremental backup restore, pg_stat_replication premature NULL lag reporting
  • Query correctness: nondeterministic collation handling, array_agg combining with null bitmaps, generated column fixes
  • Stability: parallel btree scan memory under-allocation, DSA page map sizing, multixact array indexing, pglz decompression buffer overread

Regression risk

  • PQfn() deprecation: Not used by PeerDB — no impact.
  • Foreign key deferrability fix: Only affects keys toggled between ENFORCED/NOT ENFORCED — unlikely to affect PeerDB's catalog schema.
  • Collation behavior changes: Results are now more correct — no negative regression expected.

Verdict

No regressions identified. This is a security-critical update with 11 CVE fixes. The diff is limited to digest hash changes in docker-compose.yml and docker-compose-dev.yml. No PII or secret exposure. Safe to merge.

🤖 Generated with Claude Code

@renovate renovate Bot force-pushed the renovate/docker-compose branch from fdda836 to 6cd9f84 Compare June 24, 2026 02:08
@claude

claude Bot commented Jun 24, 2026

Copy link
Copy Markdown

Review: postgres:18-alpine digest bump

Reviewed the upstream changes for the digest bump 96d56f71b1689b.

What changed upstream

This digest bump brings two updates:

  1. PostgreSQL 18.3 → 18.4 (released May 14, 2026) — a maintenance release with 12 CVE fixes and many bug fixes:

    • CVE-2026-6479: Unbounded recursion from malicious SSL/GSS requests (crash)
    • CVE-2026-6473: Integer overflows in memory allocation → buffer overflow / arbitrary code execution
    • CVE-2026-6476 / CVE-2026-6638: SQL injection in pg_createsubscriber and logical replication origin checks
    • CVE-2026-6475: Path traversal in pg_basebackup and pg_rewind
    • CVE-2026-6478: Timing-safe comparison fix in authentication code
    • CVE-2026-6477: Buffer overflow via PQfn() with non-integral result types
    • Plus fixes for replication (stuck slotsync workers, walsender shutdown), backup (incremental restore, LZ4 corruption), query planning, and contrib modules.
    • Updated timezone data to tzdata 2026b.
    • No breaking changes or regressions reported. No dump/restore required from 18.x.
  2. Alpine 3.22 → 3.24 (released June 9, 2026) — the 18-alpine tag now resolves to 18/alpine3.24 after 3.22 was dropped upstream on June 10.

Diff review

  • Only two files changed: docker-compose.yml and docker-compose-dev.yml, each updating a single image digest line.
  • No PII or secret exposure concerns.
  • No code logic changes.

Verdict

Clean bump. The security fixes in 18.4 make this update worthwhile. No regressions identified.

🤖 Generated with Claude Code

@renovate renovate Bot force-pushed the renovate/docker-compose branch from 6cd9f84 to a70af69 Compare June 24, 2026 06:01
@claude

claude Bot commented Jun 24, 2026

Copy link
Copy Markdown

Review: postgres:18-alpine digest bump

Reviewed the digest bump from 96d56f71b1689b in both docker-compose.yml and docker-compose-dev.yml.

PII/Secret check

No concerns — the change is limited to Docker image digest strings. No logging, stdout, or stderr changes.

Upstream changes in bumped range

This digest bump likely brings PostgreSQL 18.3/18.4 security and bug fixes on Alpine 3.23:

PostgreSQL 18.4 (May 2026) — 12 CVEs fixed:

PostgreSQL 18.3 (Feb 2026) — out-of-cycle regression fix:

  • Fixed standby server crash on transaction status access
  • Fixed substring() encoding errors on multi-byte text (regression from 18.2 CVE fix)
  • Fixed pg_trgm strict_word_similarity crashes
  • Fixed PL/pgSQL composite-type domain casting crashes

Alpine 3.23.4 (Apr 2026):

  • OpenSSL patches (6 CVEs), musl fixes, zlib vulnerability fixes

Regression risk

No regressions identified that would affect PeerDB's catalog usage. The 18.3 out-of-cycle release specifically fixes regressions that were introduced in 18.2, so this bump lands on a stable point.

Verdict: Safe to merge. The bump brings significant security hardening with no expected impact on PeerDB.

🤖 Reviewed by Claude

@renovate renovate Bot force-pushed the renovate/docker-compose branch from a70af69 to 0c6f2a4 Compare June 24, 2026 07:51
@claude

claude Bot commented Jun 24, 2026

Copy link
Copy Markdown

Review: postgres:18-alpine digest bump — looks clean ✓

Reviewed the digest change from 96d56f71b1689b in both docker-compose.yml and docker-compose-dev.yml.

What's in the new digest

The upstream postgres:18-alpine image has been rebuilt with:

  • PostgreSQL 18.4 (released 2026-05-14) — includes 13 security CVE fixes (CVE-2026-6472 through CVE-2026-6638), covering unbounded recursion in startup packets, integer overflows in memory allocation, SQL injection in pg_createsubscriber and logical replication, buffer overflows in ts_headline(), path traversal in pg_basebackup/pg_rewind, timing-safe password comparisons, and more. No dump/restore required when upgrading from prior 18.x versions.
  • Alpine 3.24 (released 2026-06-09) — base OS update with component bumps (LLVM 22, Rust 1.96, Go 1.26, etc.). Breaking changes in Alpine 3.24 (Python setuptools pkg_resources removal, GTK+ 2/3 and libsoup 2 removals) are not relevant to a PostgreSQL container.
  • Alpine data-mount fix (2026-04-21) — fixed missing /var/lib/postgresql/data mounts in Alpine images.

Regression assessment

  • PostgreSQL 18.4 release notes explicitly state no breaking changes and no dump/restore needed from 18.x.
  • Alpine 3.24 breaking changes do not affect PostgreSQL container operation.
  • No PII or secret exposure in the diff.

No issues found — safe to merge.

@renovate renovate Bot force-pushed the renovate/docker-compose branch from 0c6f2a4 to bb6c9f1 Compare June 24, 2026 10:22
@claude

claude Bot commented Jun 24, 2026

Copy link
Copy Markdown

Review: postgres:18-alpine digest bump — looks clean

Reviewed per .claude/REVIEW.md:

  • PII/secret exposure: No concerns — diff only updates image digest pins in docker-compose.yml and docker-compose-dev.yml.
  • Upstream regression check: The new digest (1b1689b) corresponds to an Alpine 3.21 → 3.24 base image upgrade and likely a PostgreSQL 18.3 → 18.4 minor version bump. PG 18.4 (released May 14, 2026) includes 11 CVE security fixes (unbounded recursion from malicious SSL/GSS requests, integer overflow in memory allocation, path traversal in pg_basebackup/pg_rewind, SQL injection in contrib/spi) and 60+ bug fixes. No dump/restore required; no known regressions documented.

No issues found.

@renovate renovate Bot force-pushed the renovate/docker-compose branch from bb6c9f1 to 04096b2 Compare June 24, 2026 11:38
@claude

claude Bot commented Jun 24, 2026

Copy link
Copy Markdown

Review: postgres:18-alpine digest bump

Reviewed the upstream changes for the postgres:18-alpine image digest update (96d56f71b1689b) in both docker-compose.yml and docker-compose-dev.yml.

What changed upstream

The new digest picks up:

  • Alpine 3.22 → 3.24 base image update (released 2026-06-09), bringing newer system packages and extended support (until 2028-06-01).
  • PostgreSQL 18.4 (released 2026-05-14) — a significant security and bug-fix release including 16 CVEs fixed:
    • CVE-2026-6473: Integer overflows in memory allocations (potential buffer overruns / arbitrary code execution)
    • CVE-2026-6479: Unbounded recursion crash via malicious startup packets
    • CVE-2026-6475: Path traversal in pg_basebackup and pg_rewind
    • CVE-2026-6478: Timing-safe authentication string comparisons
    • CVE-2026-6476, CVE-2026-6638: SQL injection in replication utilities
    • CVE-2026-6474: Malicious timezone name crash/disclosure
    • Plus many more security and stability fixes
  • Numerous bug fixes across planner, replication, backup/recovery, generated columns, data types, and contrib modules.
  • Updated timezone data to tzdata 2026b.

Regression check

No regressions identified. PostgreSQL minor version updates (18.x) are designed to be drop-in compatible with no dump/restore required. The Alpine base image update is also a routine upgrade. No breaking changes or special upgrade steps noted in the upstream release notes.

PII / secrets check

No PII or secrets exposure — changes are purely Docker image digest references.

Verdict: Clean bump. This is a beneficial update bringing important security fixes. Safe to merge.

🤖 Generated with Claude Code

@renovate renovate Bot force-pushed the renovate/docker-compose branch from 04096b2 to 3679cca Compare June 24, 2026 12:19
@claude

claude Bot commented Jun 24, 2026

Copy link
Copy Markdown

Automated Review — Clean

Reviewed the postgres:18-alpine digest bump (96d56f71b1689b).

PII/Secret exposure: None. Only Docker image digest hashes changed in docker-compose.yml and docker-compose-dev.yml.

Upstream regression check: The new digest (updated June 18, 2026) includes PostgreSQL 18.4 (released May 14, 2026), which brings:

  • 14 security fixesCVE-2026-6479 (unbounded recursion in startup packets), CVE-2026-6473 (integer overflows/buffer overruns), CVE-2026-6476/6638 (SQL injection in replication), CVE-2026-6474 (malicious timezone names), CVE-2026-6472 (privilege escalation in multirange types), CVE-2026-6478 (timing-safe auth comparisons), CVE-2026-6477 (buffer overflow in PQfn), CVE-2026-6475 (path traversal in pg_basebackup/pg_rewind), CVE-2026-6637 (SQL injection in contrib/spi), and more.
  • Numerous bug fixes across query planning, generated columns, MERGE, replication, backup/recovery, JSON parsing, window functions, and extensions.
  • Timezone data updated to tzdata release 2026b.

Per the release notes: "No dump/restore is required for users running 18.X versions." No breaking changes or regressions identified. This is a beneficial security and stability update.

@codecov

codecov Bot commented Jun 24, 2026

Copy link
Copy Markdown

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
2348 1 2347 204
View the top 1 failed test(s) by shortest run time
github.com/PeerDB-io/peerdb/flow/connectors/postgres::TestRunPipeline_FilterStripsLines
Stack Traces | 0s run time
=== RUN   TestRunPipeline_FilterStripsLines
    pgdump_schema_test.go:262: unexpected error: src failed: signal: killed
        stderr:
--- FAIL: TestRunPipeline_FilterStripsLines (0.00s)

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@github-actions

Copy link
Copy Markdown
Contributor

🔄 Flaky Test Detected

Analysis: Mongo validation transiently read oplogMinRetentionHours as 23 despite the CI container being started with --oplogMinRetentionHours 24, while the same mongo setup passed in the 3 other matrix jobs — a startup/replica-set warmup race unrelated to this docker-compose dependency bump.
Confidence: 0.8

✅ Automatically retrying the workflow

View workflow run

@renovate renovate Bot force-pushed the renovate/docker-compose branch from 3679cca to 40dedbc Compare June 24, 2026 15:31
@renovate renovate Bot force-pushed the renovate/docker-compose branch from 40dedbc to 52642d8 Compare June 24, 2026 19:18
@claude

claude Bot commented Jun 24, 2026

Copy link
Copy Markdown

Review: postgres:18-alpine digest bump — clean ✓

Reviewed the digest bump from 96d56f71b1689b in both docker-compose.yml and docker-compose-dev.yml.

PII/secret check: No secrets, passwords, or PII exposed in the diff — changes are limited to image digest hashes.

Upstream changes: The new digest corresponds to PostgreSQL 18.4 (released May 14, 2026), a security and bug fix release addressing:

  • 11 CVEs including four rated CVSS 8.8 (integer wraparound, symlink following in pg_basebackup/pg_rewind, libpq buffer overwrite, refint stack overflow)
  • 60+ bug fixes including virtual generated columns, partition pruning, logical replication slot sync, and foreign key deferrability improvements
  • No breaking changes — standard minor release, no dump/reload or pg_upgrade required
  • No known regressions — previous regression issues from 18.2 were resolved in 18.3

Assessment: Safe to merge. This is a critical security update and delaying it leaves the environment exposed to high-severity vulnerabilities.

@renovate renovate Bot force-pushed the renovate/docker-compose branch from 52642d8 to 3dca738 Compare June 24, 2026 20:47
@claude

claude Bot commented Jun 24, 2026

Copy link
Copy Markdown

Review: postgres digest bump — clean ✅

Change: postgres:18-alpine digest 96d56f71b1689b in both docker-compose.yml and docker-compose-dev.yml.

Upstream changes reviewed:

  • PostgreSQL 18.3 → 18.4 (released May 14, 2026): Security update fixing 11 CVEs, three at CVSS 8.8 (integer wraparound in memory allocation, path traversal in pg_basebackup/pg_rewind, buffer overwrite in libpq lo_* functions). Also includes 60+ bug fixes including replication lag reporting fixes in pg_stat_replication, WAL replay crash loop fix on standbys, and tzdata updated to 2026b. Release notes

  • Alpine 3.23 → 3.24 (Alpine 3.24.1, June 13, 2026): Patches 15 OpenSSL CVEs from the June 2026 advisory.

Risk assessment: No known regressions in PostgreSQL 18.4. No breaking changes expected for PeerDB's catalog database usage. This is a strongly recommended security update.

PII/secrets check: Diff only modifies image digest hashes — no risk of exposing sensitive information.

🤖 Reviewed by Claude

@renovate renovate Bot requested a review from a team June 24, 2026 21:41
@github-actions

Copy link
Copy Markdown
Contributor

🔄 Flaky Test Detected

Analysis: The lone failure (1 of 2519 tests), TestRunPipeline_FilterStripsLines, died because a trivial printf subprocess got "signal: killed" (SIGKILL) — an external resource-exhaustion/OOM symptom on the CI runner, not a logic bug in the test or product code.
Confidence: 0.9

✅ Automatically retrying the workflow

View workflow run

@renovate renovate Bot merged commit 195916e into main Jun 24, 2026
19 of 21 checks passed
@renovate renovate Bot deleted the renovate/docker-compose branch June 24, 2026 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant