test(anvil): trace PR 760 mutation memory - #766
Draft
martin-kolinek wants to merge 20 commits into
Draft
martin-kolinek wants to merge 20 commits into
martin-kolinek wants to merge 20 commits into
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 11e4f879-cc17-4c84-8590-fca44b4a456b
Run PR 760's full mutation diff sequentially while streaming Linux process and system memory usage. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## http_headers #766 +/- ##
============================================
Coverage 99.9% 99.9%
============================================
Files 710 710
Lines 96880 96880
============================================
Hits 96876 96876
Misses 4 4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Limit cargo-mutants jobserver tasks after telemetry showed parallel rustc processes exhausting PR 760 Linux runners. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Set CARGO_BUILD_JOBS=1 after jobserver task limiting still allowed two memory-heavy rustc processes in parallel. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 11e4f879-cc17-4c84-8590-fca44b4a456b
Martin Taillefer (geeknoid)
force-pushed
the
http_headers
branch
from
September 17, 2026 18:27
a727af2 to
f198859
Compare
Pass --jobs=1 directly to cargo-mutants child Cargo commands after environment and jobserver limits still allowed two rustc processes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Preserve the released HTTP package versions while retaining the mutation memory diagnostic. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 11e4f879-cc17-4c84-8590-fca44b4a456b
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Martin Taillefer (geeknoid)
force-pushed
the
http_headers
branch
from
September 18, 2026 15:10
f198859 to
74f116f
Compare
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Martin Taillefer (geeknoid)
force-pushed
the
http_headers
branch
7 times, most recently
from
September 19, 2026 11:27
4d29f95 to
70d9eb0
Compare
Martin Taillefer (geeknoid)
force-pushed
the
http_headers
branch
5 times, most recently
from
September 19, 2026 17:38
57c65a8 to
e72e724
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Diagnose the Linux mutation-runner shutdown on #760.
The original run selected 4,990 mutants, passed its baseline, then the Linux runner received SIGTERM/exit 143 without a cargo-mutants result.
Diagnostic changes
ec1f6bc2)--jobs 1This intentionally changes generated Anvil files only for diagnosis and is not intended as the permanent fix.
Evidence
Original cancelled Linux job: https://github.com/microsoft/oxidizer/actions/runs/35132948246/job/105098807908