fix(fetch): preserve responses across module boundaries - #8045
Merged
proggeramlug merged 4 commits intoAug 13, 2026
Annotations
11 errors
|
Assert the witnesses actually ran under a moving collector
test_gap_gc_closure_this_capture_rooting matched the oracle but NOTHING MOVED (cycles=4 evacuated=0 scavenged=0 reclaimed=50258880). On a requires=move arm that means the moving collector never relocated anything, so this witness could not have failed however broken its rooting is. Re-tune its churn budget or fix the collector — do not read it as green.
|
|
Assert the witnesses actually ran under a moving collector
test_gap_gc_closure_call_this_rooting matched the oracle but NOTHING MOVED (cycles=4 evacuated=0 scavenged=0 reclaimed=43985256). On a requires=move arm that means the moving collector never relocated anything, so this witness could not have failed however broken its rooting is. Re-tune its churn budget or fix the collector — do not read it as green.
|
|
Assert the witnesses actually ran under a moving collector
test_gap_gc_closure_call_prev_this_rooting matched the oracle but NOTHING MOVED (cycles=4 evacuated=0 scavenged=0 reclaimed=43977048). On a requires=move arm that means the moving collector never relocated anything, so this witness could not have failed however broken its rooting is. Re-tune its churn budget or fix the collector — do not read it as green.
|
|
Assert the witnesses actually ran under a moving collector
test_gap_gc_closure_call_callee_rooting matched the oracle but NOTHING MOVED (cycles=4 evacuated=0 scavenged=0 reclaimed=43949904). On a requires=move arm that means the moving collector never relocated anything, so this witness could not have failed however broken its rooting is. Re-tune its churn budget or fix the collector — do not read it as green.
|
|
Assert the witnesses actually ran under a moving collector
test_gap_gc_closure_call_argument_rooting matched the oracle but NOTHING MOVED (cycles=4 evacuated=0 scavenged=0 reclaimed=43985256). On a requires=move arm that means the moving collector never relocated anything, so this witness could not have failed however broken its rooting is. Re-tune its churn budget or fix the collector — do not read it as green.
|
|
Assert the witnesses actually ran under a moving collector
test_gap_gc_class_field_receiver_rooting matched the oracle but NOTHING MOVED (cycles=12 evacuated=0 scavenged=0 reclaimed=304673592). On a requires=move arm that means the moving collector never relocated anything, so this witness could not have failed however broken its rooting is. Re-tune its churn budget or fix the collector — do not read it as green.
|
|
Assert the witnesses actually ran under a moving collector
test_gap_gc_catch_param_rooting matched the oracle but NOTHING MOVED (cycles=4 evacuated=0 scavenged=0 reclaimed=50319264). On a requires=move arm that means the moving collector never relocated anything, so this witness could not have failed however broken its rooting is. Re-tune its churn budget or fix the collector — do not read it as green.
|
|
Assert the witnesses actually ran under a moving collector
test_gap_gc_call_argument_rooting matched the oracle but NOTHING MOVED (cycles=1 evacuated=0 scavenged=0 reclaimed=3109176). On a requires=move arm that means the moving collector never relocated anything, so this witness could not have failed however broken its rooting is. Re-tune its churn budget or fix the collector — do not read it as green.
|
|
Assert the witnesses actually ran under a moving collector
test_gap_gc_assign_string_source_rooting matched the oracle but NOTHING MOVED (cycles=3 evacuated=0 scavenged=0 reclaimed=23247864). On a requires=move arm that means the moving collector never relocated anything, so this witness could not have failed however broken its rooting is. Re-tune its churn budget or fix the collector — do not read it as green.
|
|
Assert the witnesses actually ran under a moving collector
test_gap_gc_alloc_point_no_move matched the oracle but NOTHING MOVED (cycles=48 evacuated=0 scavenged=0 reclaimed=1591426752). On a requires=move arm that means the moving collector never relocated anything, so this witness could not have failed however broken its rooting is. Re-tune its churn budget or fix the collector — do not read it as green.
|
|
Run the stale-root witnesses on the moving collector
Process completed with exit code 1.
|
background
wait
wait-all
cancel
parallel
Loading