The GitHub Actions job "Nightly Builds" on pekko.git/main has failed.
Run started by GitHub user pjfanning (triggered by pjfanning).

Head commit for run:
3fbb1848f32dd4acc1179fe9a188d28a063d4854 / He-Pin(kerr) <[email protected]>
fix: release completed graph interpreter references (#3030)

Motivation:
Completed graph stages could remain reachable through interpreter logic, owner, 
handler, and connection payload references after finalization.

Modification:
Finalize completed stages with a bounded traversal, release their logic and 
connection references, retain only payloads that remain observable through 
grab(), and keep snapshots stable after owners are released. Add focused 
lifecycle and reference-release coverage.

Result:
Completed stages are released promptly without breaking cascading completion, 
initialization ordering, snapshots, or port semantics.

Tests:
- sbt "stream-tests / Test / testOnly 
org.apache.pekko.stream.impl.fusing.GraphInterpreterPortsSpec 
org.apache.pekko.stream.impl.fusing.GraphInterpreterSpec 
org.apache.pekko.stream.impl.GraphStageLogicSpec 
org.apache.pekko.stream.impl.fusing.LifecycleInterpreterSpec" (106 passed)
- scalafmt --list --mode diff-ref=origin/main (passed)
- sbt +headerCheckAll and checkCodeStyle (passed)
- Qoder stdout review (No must-fix findings)
- git diff --check origin/main..HEAD (passed)
- +mimaReportBinaryIssues interrupted during final sbt reset after Scala 
2.13/3.3 sub-runs completed; full CI requested
- validatePullRequest not run - user requested remote CI

References:
Refs #3030

Report URL: https://github.com/apache/pekko/actions/runs/29296351052

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to