You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems something changed in github actions containers making the default remoting config host pick up an ip it can't bind to?
java.net.BindException: [/10.1.0.250:0] Cannot assign requested address
at java.base/sun.nio.ch.Net.bind0(Native Method)
at java.base/sun.nio.ch.Net.bind(Net.java:459)
at java.base/sun.nio.ch.Net.bind(Net.java:448)
at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:227)
at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:80)
at akka.io.TcpListener.liftedTree1$1(TcpListener.scala:60)
at akka.io.TcpListener.<init>(TcpListener.scala:57)
at akka.io.TcpManager$$anonfun$receive$1.$anonfun$applyOrElse$4(TcpManager.scala:59)
at akka.actor.TypedCreatorFunctionConsumer.produce(IndirectActorProducer.scala:94)
at akka.actor.Props.newActor(Props.scala:227)
[05-10 00:29:55.186] [info] - must shut down correctly after getting connection refused *** FAILED *** (37 milliseconds)
[05-10 00:29:55.188] [info] akka.remote.RemoteTransportException: Failed to bind TCP to [10.1.0.250:0] due to: Bind failed because of java.net.BindException: [/10.1.0.250:0] Cannot assign requested address
[05-10 00:29:55.188] [info] at akka.remote.artery.tcp.ArteryTcpTransport$$anonfun$4.applyOrElse(ArteryTcpTransport.scala:270)
[05-10 00:29:55.188] [info] at akka.remote.artery.tcp.ArteryTcpTransport$$anonfun$4.applyOrElse(ArteryTcpTransport.scala:264)
[05-10 00:29:55.188] [info] at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:490)
[05-10 00:29:55.188] [info] at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
[05-10 00:29:55.188] [info] at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429)
[05-10 00:29:55.188] [info] at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:338)
[05-10 00:29:55.188] [info] at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285)
[05-10 00:29:55.188] [info] at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278)
[05-10 00:29:55.188] [info] at scala.concurrent.Promise.complete(Promise.scala:57)
[05-10 00:29:55.188] [info] at scala.concurrent.Promise.complete$(Promise.scala:56)
[05-10 00:29:55.188] [info] at scala.concurrent.impl.Promise$DefaultPromise.complete(Promise.scala:104)
[05-10 00:29:55.188] [info] at scala.concurrent.Promise.failure(Promise.scala:109)
[05-10 00:29:55.192] [info] at scala.concurrent.Promise.failure$(Promise.scala:109)
[05-10 00:29:55.192] [info] at scala.concurrent.impl.Promise$DefaultPromise.failure(Promise.scala:104)
[05-10 00:29:55.192] [info] at akka.stream.impl.io.ConnectionSourceStage$$anon$1.receive(TcpStages.scala:96)
[05-10 00:29:55.192] [info] at akka.stream.impl.io.ConnectionSourceStage$$anon$1.$anonfun$preStart$1(TcpStages.scala:67)
[05-10 00:29:55.192] [info] at akka.stream.impl.io.ConnectionSourceStage$$anon$1.$anonfun$preStart$1$adapted(TcpStages.scala:67)
[05-10 00:29:55.192] [info] at akka.stream.stage.GraphStageLogic$StageActor.internalReceive(GraphStage.scala:246)
[05-10 00:29:55.192] [info] at akka.stream.stage.GraphStageLogic$StageActor.$anonfun$callback$1(GraphStage.scala:207)
[05-10 00:29:55.192] [info] at akka.stream.stage.GraphStageLogic$StageActor.$anonfun$callback$1$adapted(GraphStage.scala:207)
[05-10 00:29:55.192] [info] at akka.stream.impl.fusing.GraphInterpreter.runAsyncInput(GraphInterpreter.scala:482)
[05-10 00:29:55.192] [info] at akka.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:517)
[05-10 00:29:55.192] [info] at akka.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:625)
[05-10 00:29:55.192] [info] at akka.stream.impl.fusing.ActorGraphInterpreter.akka$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:800)
[05-10 00:29:55.192] [info] at akka.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:818)
[05-10 00:29:55.192] [info] at akka.actor.Actor.aroundReceive(Actor.scala:542)
[05-10 00:29:55.192] [info] at akka.actor.Actor.aroundReceive$(Actor.scala:540)
[05-10 00:29:55.192] [info] at akka.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:716)
[05-10 00:29:55.192] [info] at akka.actor.ActorCell.receiveMessage(ActorCell.scala:575)
[05-10 00:29:55.192] [info] at akka.actor.ActorCell.invoke(ActorCell.scala:543)
[05-10 00:29:55.192] [info] at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:270)
[05-10 00:29:55.192] [info] at akka.dispatch.Mailbox.run(Mailbox.scala:231)
[05-10 00:29:55.192] [info] at akka.dispatch.Mailbox.exec(Mailbox.scala:243)
[05-10 00:29:55.193] [info] at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
[05-10 00:29:55.193] [info] at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
[05-10 00:29:55.193] [info] at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
[05-10 00:29:55.193] [info] at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
[05-10 00:29:55.193] [info] at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
[05-10 00:29:55.193] [info] Cause: akka.stream.impl.io.ConnectionSourceStage$$anon$1$$anon$2: Bind failed because of java.net.BindException: [/10.1.0.250:0] Cannot assign requested address
[05-10 00:29:55.193] [info] Cause: java.net.BindException: [/10.1.0.250:0] Cannot assign requested address
[05-10 00:29:55.193] [info] at java.base/sun.nio.ch.Net.bind0(Native Method)
[05-10 00:29:55.193] [info] at java.base/sun.nio.ch.Net.bind(Net.java:459)
[05-10 00:29:55.193] [info] at java.base/sun.nio.ch.Net.bind(Net.java:448)
[05-10 00:29:55.193] [info] at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:227)
[05-10 00:29:55.193] [info] at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:80)
[05-10 00:29:55.193] [info] at akka.io.TcpListener.liftedTree1$1(TcpListener.scala:60)
[05-10 00:29:55.193] [info] at akka.io.TcpListener.<init>(TcpListener.scala:57)
[05-10 00:29:55.193] [info] at akka.io.TcpManager$$anonfun$receive$1.$anonfun$applyOrElse$4(TcpManager.scala:59)
[05-10 00:29:55.193] [info] at akka.actor.TypedCreatorFunctionConsumer.produce(IndirectActorProducer.scala:94)
[05-10 00:29:55.193] [info] at akka.actor.Props.newActor(Props.scala:227)
[05-10 00:29:55.193] [info] at akka.actor.ActorCell.newActor(ActorCell.scala:611)
[05-10 00:29:55.193] [info] at akka.actor.ActorCell.create(ActorCell.scala:638)
[05-10 00:29:55.193] [info] at akka.actor.ActorCell.invokeAll$1(ActorCell.scala:509)
[05-10 00:29:55.193] [info] at akka.actor.ActorCell.systemInvoke(ActorCell.scala:531)
[05-10 00:29:55.193] [info] at akka.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:295)
[05-10 00:29:55.193] [info] at akka.dispatch.Mailbox.run(Mailbox.scala:230)
[05-10 00:29:55.193] [info] at akka.dispatch.Mailbox.exec(Mailbox.scala:243)
[05-10 00:29:55.193] [info] at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
[05-10 00:29:55.193] [info] at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
[05-10 00:29:55.193] [info] at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
[05-10 00:29:55.193] [info] at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
[05-10 00:29:55.193] [info] at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
The text was updated successfully, but these errors were encountered:
https://github.com/akka/akka/actions/runs/14939839497/job/41975023226#step:5:8193
https://github.com/akka/akka/actions/runs/14939839497/job/41975023497#step:5:9966
https://github.com/akka/akka/actions/runs/14939839497/job/41975023683#step:5:9774
https://github.com/akka/akka/actions/runs/14939839497/job/41975023800#step:5:8381
Seems something changed in github actions containers making the default remoting config host pick up an ip it can't bind to?
The text was updated successfully, but these errors were encountered: