The GitHub Actions job "Nightly Builds (1.7)" on pekko.git/main has failed. Run started by GitHub user pjfanning (triggered by pjfanning).
Head commit for run: ca4b3aec02280be4133f6ddeb9266291937aae61 / He-Pin(kerr) <[email protected]> test: retry temporary port bind in RemotingSpec lazy-connect test (#3015) Motivation: RemotingSpec "allow other system to connect even if it's not there at first" intermittently fails at ActorSystem startup with "Address already in use" (issue #1679). The test allocates a port via temporaryServerAddress() and then binds a new ActorSystem to it; the port can be claimed by another process between allocation and bind. Modification: Reuse the existing selectionAndBind helper (already used by the sibling "be able to connect to system even if it's not there at first" test), which retries on a fresh port when the bind fails with "Failed to bind". Result: The lazy-connect test no longer races temporary port allocation; it still passes locally. References: Fixes #1679 Report URL: https://github.com/apache/pekko/actions/runs/27079021273 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
