Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed: org.apache.pekko.remote.artery.HandshakeRetrySpec #1685

Open
He-Pin opened this issue Jan 5, 2025 · 0 comments
Open

failed: org.apache.pekko.remote.artery.HandshakeRetrySpec #1685

He-Pin opened this issue Jan 5, 2025 · 0 comments
Labels

Comments

@He-Pin
Copy link
Member

He-Pin commented Jan 5, 2025

refs: https://github.com/apache/pekko/actions/runs/12621144995/job/35167661903?pr=1684#step:8:10432

[01-05 16:44:28.324] [info] - must be retried during handshake-timeout (no message loss) *** FAILED *** (7 seconds, 91 milliseconds)
[01-05 16:44:28.324] [info]   java.lang.AssertionError: assertion failed: timeout (6 seconds) during expectMsg while waiting for hello
[01-05 16:44:28.324] [info]   at scala.Predef$.assert(Predef.scala:279)
[01-05 16:44:28.324] [info]   at org.apache.pekko.testkit.TestKitBase.expectMsg_internal(TestKit.scala:472)
[01-05 16:44:28.324] [info]   at org.apache.pekko.testkit.TestKitBase.expectMsg(TestKit.scala:449)
[01-05 16:44:28.324] [info]   at org.apache.pekko.testkit.TestKitBase.expectMsg$(TestKit.scala:449)
[01-05 16:44:28.324] [info]   at org.apache.pekko.testkit.TestKit.expectMsg(TestKit.scala:982)
[01-05 16:44:28.324] [info]   at org.apache.pekko.remote.artery.HandshakeRetrySpec.$anonfun$new$2(HandshakeRetrySpec.scala:48)
[01-05 16:44:28.324] [info]   at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
[01-05 16:44:28.324] [info]   at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
[01-05 16:44:28.324] [info]   at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
[01-05 16:44:28.324] [info]   at org.scalatest.Transformer.apply(Transformer.scala:22)
[01-05 16:44:28.324] [info]   at org.scalatest.Transformer.apply(Transformer.scala:20)
[01-05 16:44:28.325] [info]   at org.scalatest.wordspec.AnyWordSpecLike$$anon$3.apply(AnyWordSpecLike.scala:1240)
[01-05 16:44:28.325] [info]   at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
[01-05 16:44:28.325] [info]   at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
[01-05 16:44:28.325] [info]   at org.apache.pekko.remote.artery.ArteryMultiNodeSpec.withFixture(ArteryMultiNodeSpec.scala:58)
[01-05 16:44:28.327] [info]   at org.scalatest.wordspec.AnyWordSpecLike.invokeWithFixture$1(AnyWordSpecLike.scala:1238)
[01-05 16:44:28.327] [info]   at org.scalatest.wordspec.AnyWordSpecLike.$anonfun$runTest$1(AnyWordSpecLike.scala:1250)
[01-05 16:44:28.327] [info]   at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
[01-05 16:44:28.327] [info]   at org.scalatest.wordspec.AnyWordSpecLike.runTest(AnyWordSpecLike.scala:1250)
[01-05 16:44:28.327] [info]   at org.scalatest.wordspec.AnyWordSpecLike.runTest$(AnyWordSpecLike.scala:1232)
[01-05 16:44:28.327] [info]   at org.apache.pekko.testkit.PekkoSpec.runTest(PekkoSpec.scala:80)
[01-05 16:44:28.327] [info]   at org.scalatest.wordspec.AnyWordSpecLike.$anonfun$runTests$1(AnyWordSpecLike.scala:1309)
[01-05 16:44:28.327] [info]   at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
[01-05 16:44:28.327] [info]   at scala.collection.immutable.List.foreach(List.scala:334)
[01-05 16:44:28.327] [info]   at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
[01-05 16:44:28.327] [info]   at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:390)
[01-05 16:44:28.327] [info]   at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:427)
[01-05 16:44:28.327] [info]   at scala.collection.immutable.List.foreach(List.scala:334)
[01-05 16:44:28.327] [info]   at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
[01-05 16:44:28.327] [info]   at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
[01-05 16:44:28.327] [info]   at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
[01-05 16:44:28.327] [info]   at org.scalatest.wordspec.AnyWordSpecLike.runTests(AnyWordSpecLike.scala:1309)
[01-05 16:44:28.327] [info]   at org.scalatest.wordspec.AnyWordSpecLike.runTests$(AnyWordSpecLike.scala:1308)
[01-05 16:44:28.328] [info]   at org.apache.pekko.testkit.PekkoSpec.runTests(PekkoSpec.scala:80)
[01-05 16:44:28.328] [info]   at org.scalatest.Suite.run(Suite.scala:1114)
[01-05 16:44:28.328] [info]   at org.scalatest.Suite.run$(Suite.scala:1096)
[01-05 16:44:28.328] [info]   at org.apache.pekko.testkit.PekkoSpec.org$scalatest$wordspec$AnyWordSpecLike$$super$run(PekkoSpec.scala:80)
[01-05 16:44:28.328] [info]   at org.scalatest.wordspec.AnyWordSpecLike.$anonfun$run$1(AnyWordSpecLike.scala:1354)
[01-05 16:44:28.328] [info]   at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
[01-05 16:44:28.332] [info]   at org.scalatest.wordspec.AnyWordSpecLike.run(AnyWordSpecLike.scala:1354)
[01-05 16:44:28.332] [info]   at org.scalatest.wordspec.AnyWordSpecLike.run$(AnyWordSpecLike.scala:1352)
[01-05 16:44:28.333] [info]   at org.apache.pekko.testkit.PekkoSpec.org$scalatest$BeforeAndAfterAll$$super$run(PekkoSpec.scala:80)
[01-05 16:44:28.333] [info]   at org.scalatest.BeforeAndAfterAll.liftedTree1$1(BeforeAndAfterAll.scala:213)
[01-05 16:44:28.333] [info]   at org.scalatest.BeforeAndAfterAll.run(BeforeAndAfterAll.scala:210)
[01-05 16:44:28.333] [info]   at org.scalatest.BeforeAndAfterAll.run$(BeforeAndAfterAll.scala:208)
[01-05 16:44:28.333] [info]   at org.apache.pekko.testkit.PekkoSpec.run(PekkoSpec.scala:80)
[01-05 16:44:28.333] [info]   at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
[01-05 16:44:28.333] [info]   at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
[01-05 16:44:28.334] [info]   at sbt.ForkMain$Run.lambda$runTest$1(ForkMain.java:414)
[01-05 16:44:28.336] [info]   at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[01-05 16:44:28.336] [info]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[01-05 16:44:28.337] [info]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[01-05 16:44:28.337] [info]   at java.lang.Thread.run(Thread.java:750)
@He-Pin He-Pin added the failed label Jan 5, 2025
@raboof raboof changed the title faled: org.apache.pekko.remote.artery.HandshakeRetrySpec failed: org.apache.pekko.remote.artery.HandshakeRetrySpec Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant