pjfanning opened a new issue, #261:
URL: https://github.com/apache/pekko-projection/issues/261

   Consistently failing in all builds the last week or 2.
   
   ```
   [info] MSSQLServerJdbcOffsetStoreSpec:
   2025-03-07 06:53:14.203Z  warn [SQLServerConnection] ConnectionID:1 
ClientConnectionId: c421ae5e-9f39-4678-ab3a-5489fbb06e28 Prelogin error: host 
localhost port 32769 Unexpected end of prelogin response after 0 bytes read 
   2025-03-07 06:53:14.210Z  warn [SQLServerConnection] ConnectionID:1 
ClientConnectionId: 425ba037-f9d6-45d0-a353-a9930622570f Prelogin error: host 
localhost port 32769 Unexpected end of prelogin response after 0 bytes read 
   2025-03-07 06:53:14.323Z  warn [SQLServerConnection] ConnectionID:2 
ClientConnectionId: bc3216fa-2bca-4a96-ab4e-8ce06eb6008e Prelogin error: host 
localhost port 32769 Error reading prelogin response: Connection reset 
ClientConnectionId:bc3216fa-2bca-4a96-ab4e-8ce06eb6008e 
   2025-03-07 06:53:14.327Z  warn [SQLServerConnection] ConnectionID:2 
ClientConnectionId: e335b029-f75a-495f-889e-3c420a649bb8 Prelogin error: host 
localhost port 32769 Unexpected end of prelogin response after 0 bytes read 
   2025-03-07 06:53:14.437Z  warn [SQLServerConnection] ConnectionID:3 
ClientConnectionId: 45bdffbe-3fa3-446f-a795-105649a1fb60 Prelogin error: host 
localhost port 32769 Error reading prelogin response: Connection reset 
ClientConnectionId:45bdffbe-3fa3-446f-a795-105649a1fb60 
   2025-03-07 06:53:14.441Z  warn [SQLServerConnection] ConnectionID:3 
ClientConnectionId: dd2a959f-f64e-4535-93ad-1f093f0fb3fc Prelogin error: host 
localhost port 32769 Unexpected end of prelogin response after 0 bytes read 
   ....
   [info] org.apache.pekko.projection.jdbc.MSSQLServerJdbcOffsetStoreSpec *** 
ABORTED *** (20 minutes, 15 seconds)
   [info]   org.testcontainers.containers.ContainerLaunchException: Container 
startup failed for image mcr.microsoft.com/mssql/server:2019-CU8-ubuntu-16.04
   [info]   at 
org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:351)
   [info]   at 
org.testcontainers.containers.GenericContainer.start(GenericContainer.java:322)
   [info]   at 
org.apache.pekko.projection.jdbc.JdbcContainerOffsetStoreSpec$ContainerJdbcSpecConfig.initContainer(JdbcContainerOffsetStoreSpec.scala:71)
   [info]   at 
org.apache.pekko.projection.jdbc.JdbcOffsetStoreSpec.$anonfun$beforeAll$1(JdbcOffsetStoreSpec.scala:142)
   [info]   at 
scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
   [info]   at scala.util.Try$.apply(Try.scala:217)
   [info]   at 
org.apache.pekko.projection.jdbc.JdbcOffsetStoreSpec.beforeAll(JdbcOffsetStoreSpec.scala:142)
   [info]   at 
org.scalatest.BeforeAndAfterAll.liftedTree1$1(BeforeAndAfterAll.scala:212)
   [info]   at org.scalatest.BeforeAndAfterAll.run(BeforeAndAfterAll.scala:210)
   [info]   at org.scalatest.BeforeAndAfterAll.run$(BeforeAndAfterAll.scala:208)
   [info]   at 
org.apache.pekko.projection.jdbc.JdbcOffsetStoreSpec.org$scalatest$wordspec$AnyWordSpecLike$$super$run(JdbcOffsetStoreSpec.scala:119)
   [info]   at 
org.scalatest.wordspec.AnyWordSpecLike.$anonfun$run$1(AnyWordSpecLike.scala:1354)
   [info]   at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
   [info]   at 
org.scalatest.wordspec.AnyWordSpecLike.run(AnyWordSpecLike.scala:1354)
   [info]   at 
org.scalatest.wordspec.AnyWordSpecLike.run$(AnyWordSpecLike.scala:1352)
   [info]   at 
org.apache.pekko.projection.jdbc.JdbcOffsetStoreSpec.run(JdbcOffsetStoreSpec.scala:119)
   [info]   at 
org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
   [info]   at 
org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
   [info]   at sbt.TestRunner.runTest$1(TestFramework.scala:153)
   [info]   at sbt.TestRunner.run(TestFramework.scala:168)
   [info]   at 
sbt.TestFramework$$anon$3$$anonfun$$lessinit$greater$1.$anonfun$apply$1(TestFramework.scala:336)
   [info]   at 
sbt.TestFramework$.sbt$TestFramework$$withContextLoader(TestFramework.scala:296)
   [info]   at 
sbt.TestFramework$$anon$3$$anonfun$$lessinit$greater$1.apply(TestFramework.scala:336)
   [info]   at 
sbt.TestFramework$$anon$3$$anonfun$$lessinit$greater$1.apply(TestFramework.scala:336)
   [info]   at sbt.TestFunction.apply(TestFramework.scala:348)
   [info]   at sbt.Tests$.$anonfun$toTask$1(Tests.scala:436)
   [info]   at sbt.std.Transform$$anon$3.$anonfun$apply$2(Transform.scala:47)
   [info]   at sbt.std.Transform$$anon$4.work(Transform.scala:69)
   [info]   at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
   [info]   at 
sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
   [info]   at sbt.Execute.work(Execute.scala:292)
   [info]   at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
   [info]   at 
sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
   [info]   at sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
   [info]   at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [info]   at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [info]   at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [info]   at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [info]   at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [info]   at java.lang.Thread.run(Thread.java:750)
   [info]   Cause: org.rnorth.ducttape.RetryCountExceededException: Retry limit 
hit with exception
   [info]   at 
org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:88)
   [info]   at 
org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:336)
   [info]   at 
org.testcontainers.containers.GenericContainer.start(GenericContainer.java:322)
   [info]   at 
org.apache.pekko.projection.jdbc.JdbcContainerOffsetStoreSpec$ContainerJdbcSpecConfig.initContainer(JdbcContainerOffsetStoreSpec.scala:71)
   [info]   at 
org.apache.pekko.projection.jdbc.JdbcOffsetStoreSpec.$anonfun$beforeAll$1(JdbcOffsetStoreSpec.scala:142)
   [info]   at 
scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
   [info]   at scala.util.Try$.apply(Try.scala:217)
   [info]   at 
org.apache.pekko.projection.jdbc.JdbcOffsetStoreSpec.beforeAll(JdbcOffsetStoreSpec.scala:142)
   [info]   at 
org.scalatest.BeforeAndAfterAll.liftedTree1$1(BeforeAndAfterAll.scala:212)
   [info]   at org.scalatest.BeforeAndAfterAll.run(BeforeAndAfterAll.scala:210)
   [info]   at org.scalatest.BeforeAndAfterAll.run$(BeforeAndAfterAll.scala:208)
   [info]   at 
org.apache.pekko.projection.jdbc.JdbcOffsetStoreSpec.org$scalatest$wordspec$AnyWordSpecLike$$super$run(JdbcOffsetStoreSpec.scala:119)
   [info]   at 
org.scalatest.wordspec.AnyWordSpecLike.$anonfun$run$1(AnyWordSpecLike.scala:1354)
   [info]   at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org
For additional commands, e-mail: notifications-h...@pekko.apache.org

Reply via email to