Skip to content

feat: add re-521 (Clang AVX10.1 -march=native) + fix re-018 (macOS 14 deprecation active)#441

Merged
htekdev merged 2 commits into
mainfrom
add-errors-2026-07-06
Jul 7, 2026
Merged

feat: add re-521 (Clang AVX10.1 -march=native) + fix re-018 (macOS 14 deprecation active)#441
htekdev merged 2 commits into
mainfrom
add-errors-2026-07-06

Conversation

@htekdev

@htekdev htekdev commented Jul 6, 2026

Copy link
Copy Markdown
Owner

New Entries

re-521 — Clang -march=native "invalid feature combination: +avx10.1-256" on ubuntu-24.04 Runners

  • File: errors/runner-environment/re-521.yml
  • Category: runner-environment
  • Severity: warning
  • Source: runner-images #14296 (filed June 27, 2026 — confirmed by runner-images team, assigned for investigation)
  • Root cause: Some ubuntu-24.04 runner VMs run on Azure hosts with AVX10.1-512 CPUs. When -march=native is passed to Clang 18, it detects AVX10.1-256 from CPUID but the host promotes this to AVX10.1-512, causing [-Winvalid-feature-combination]. With -Werror, this becomes a fatal build error. Intermittent (~1% of runs) because most VMs don't land on AVX10.1-capable hosts.
  • Fix: Add -Wno-invalid-feature-combination, or replace -march=native with explicit ISA target (-march=x86-64-v3).

Entry Corrections

re-018 (macos-14-sonoma-eol.yml) — Deprecation now ACTIVE

  • Updated title: "macOS 14 Sonoma Runner Deprecation — NOW ACTIVE (Full EOL November 2026)"
  • Updated root_cause to note deprecation is ACTIVE as of July 6, 2026 (today)
  • Queue delays begin today; brownout failures begin October 5; full retirement November 2.
  • Severity remains warning (jobs don't fail outright until brownouts start October 5).

Cycle 285 — July 6, 2026 (2:00 PM CT)

Phase 1: Merge Check

Phase 2: Recent Findings (June 29 – July 6 window)

  • runner-images #14337 (TODAY): SSH throughput regression in Packer/azure-arm — single reporter, unconfirmed, niche. Skip.
  • runner-images #14326 (Jul 2): Windows Defender Tamper Protection unverified speculation. Skip.
  • runner-images #14296 (Jun 27): Clang -march=native AVX10.1 error on ubuntu-24.04. Confirmed by team. → NEW re-521
  • GitHub Changelog (Jul 2): Copilot CLI GITHUB_TOKEN + copilot-requests: write requirement. No user error reports yet — note for next cycle.
  • macOS 14 Sonoma deprecation ACTIVE TODAY — re-018 updated ✅

Phase 3: Validation Pass (6 entries)

@htekdev

htekdev commented Jul 7, 2026

Copy link
Copy Markdown
Owner Author

Approved by Hector for agent merge at 2026-07-07T20:24:58.841Z

The Rocha merge-agent will rebase this PR onto the latest main, wait for CI, and merge when green. This approval persists across rebases.

@htekdev htekdev merged commit d40c038 into main Jul 7, 2026
6 checks passed
@htekdev htekdev deleted the add-errors-2026-07-06 branch July 7, 2026 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant