alpakka icon indicating copy to clipboard operation
alpakka copied to clipboard

Failed: UnixDomainSocketSpec should not be able to connect to a non-existent file

Open 2m opened this issue 5 years ago • 17 comments

[info] - should not be able to connect to a non-existent file *** FAILED *** (14 milliseconds)
[info]   scala.MatchError: java.util.NoSuchElementException: head of empty stream (of class java.util.NoSuchElementException)
[info]   at docs.scaladsl.UnixDomainSocketSpec$$anonfun$1$$anonfun$apply$mcV$sp$7$$anonfun$apply$15.apply(UnixDomainSocketSpec.scala:177)
[info]   at docs.scaladsl.UnixDomainSocketSpec$$anonfun$1$$anonfun$apply$mcV$sp$7$$anonfun$apply$15.apply(UnixDomainSocketSpec.scala:177)
[info]   at scala.util.Success$$anonfun$map$1.apply(Try.scala:237)
[info]   at scala.util.Try$.apply(Try.scala:192)
[info]   at scala.util.Success.map(Try.scala:237)
[info]   at scala.concurrent.Future$$anonfun$map$1.apply(Future.scala:237)
[info]   at scala.concurrent.Future$$anonfun$map$1.apply(Future.scala:237)
[info]   at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:36)
[info]   at org.scalatest.concurrent.SerialExecutionContext.recRunNow(SerialExecutionContext.scala:120)

https://travis-ci.com/akka/alpakka/jobs/192800945#L869

2m avatar Apr 16 '19 08:04 2m

https://travis-ci.com/akka/alpakka/jobs/197199565

2m avatar May 03 '19 11:05 2m

https://travis-ci.com/akka/alpakka/jobs/198867107

2m avatar May 13 '19 13:05 2m

https://travis-ci.com/akka/alpakka/jobs/199906903

2m avatar May 14 '19 11:05 2m

https://travis-ci.com/akka/alpakka/jobs/201036061

2m avatar May 18 '19 05:05 2m

https://travis-ci.com/akka/alpakka/jobs/200518681

2m avatar May 22 '19 12:05 2m

https://travis-ci.com/akka/alpakka/jobs/205945075#L614

ennru avatar Jun 07 '19 05:06 ennru

https://travis-ci.com/akka/alpakka/jobs/208998431

2m avatar Jun 19 '19 11:06 2m

https://travis-ci.com/akka/alpakka/jobs/212966921

2m avatar Jul 04 '19 07:07 2m

https://travis-ci.com/akka/alpakka/jobs/226263604

2m avatar Aug 19 '19 12:08 2m

https://travis-ci.com/akka/alpakka/jobs/254015144#L413

seglo avatar Nov 07 '19 16:11 seglo

https://travis-ci.com/akka/alpakka/jobs/254122676#L511

ennru avatar Nov 08 '19 09:11 ennru

https://travis-ci.com/akka/alpakka/jobs/260163611#L499

seglo avatar Nov 25 '19 18:11 seglo

https://travis-ci.com/akka/alpakka/jobs/259855789#L426 in #2006

ennru avatar Nov 27 '19 12:11 ennru

https://travis-ci.com/akka/alpakka/jobs/271383980#L378

seglo avatar Jan 06 '20 19:01 seglo

https://travis-ci.com/akka/alpakka/jobs/275777751#L480

seglo avatar Jan 15 '20 14:01 seglo

https://travis-ci.com/github/akka/alpakka/jobs/298820291#L770 in master

ennru avatar Mar 17 '20 08:03 ennru

Slightly different failure

[info] - should not be able to connect to a non-existent file *** FAILED *** (65 milliseconds)
[info]   The future returned an exception of type: java.util.NoSuchElementException, with message: Future.failed not completed with a throwable.. (UnixDomainSocketSpec.scala:180)

[info]   org.scalatest.exceptions.TestFailedException:
[info]   at org.scalatest.concurrent.ScalaFutures$$anon$1.futureValueImpl(ScalaFutures.scala:333)
[info]   at org.scalatest.concurrent.Futures$FutureConcept.futureValue(Futures.scala:476)
[info]   at org.scalatest.concurrent.Futures$FutureConcept.futureValue$(Futures.scala:475)
[info]   at org.scalatest.concurrent.ScalaFutures$$anon$1.futureValue(ScalaFutures.scala:281)
[info]   at docs.scaladsl.UnixDomainSocketSpec.$anonfun$new$20(UnixDomainSocketSpec.scala:180)

https://travis-ci.com/github/akka/alpakka/jobs/387994244#L678

ennru avatar Sep 21 '20 08:09 ennru