mdedetrich opened a new issue, #2188:
URL: https://github.com/apache/pekko/issues/2188

   ```
   [info] AsyncDnsResolverIntegrationSpec:
   Coroner Thread Count starts at 37 in 
org.apache.pekko.io.dns.AsyncDnsResolverIntegrationSpec
   Coroner Thread Count started at 37, ended at 30, peaked at 39 in 
org.apache.pekko.io.dns.AsyncDnsResolverIntegrationSpec
   [info] org.apache.pekko.io.dns.AsyncDnsResolverIntegrationSpec *** ABORTED 
*** (9 seconds, 329 milliseconds)
   [info]   Array("The requested image's platform (linux/amd64) does not match 
the detected host platform (linux/arm64/v8) and no specific platform was 
requested") had size 1 instead of expected size 0 
(DockerBindDnsService.scala:98)
   [info]   org.scalatest.exceptions.TestFailedException:
   [info]   at 
org.scalatest.matchers.MatchersHelper$.indicateFailure(MatchersHelper.scala:392)
   [info]   at 
org.scalatest.matchers.should.Matchers$ShouldMethodHelperClass.shouldMatcher(Matchers.scala:6815)
   [info]   at 
org.scalatest.matchers.should.Matchers.should(Matchers.scala:6867)
   [info]   at 
org.scalatest.matchers.should.Matchers.should$(Matchers.scala:1808)
   [info]   at org.apache.pekko.testkit.PekkoSpec.should(PekkoSpec.scala:79)
   [info]   at 
org.apache.pekko.io.dns.DockerBindDnsService.atStartup(DockerBindDnsService.scala:98)
   [info]   at org.apache.pekko.testkit.PekkoSpec.beforeAll(PekkoSpec.scala:109)
   [info]   at 
org.scalatest.BeforeAndAfterAll.liftedTree1$1(BeforeAndAfterAll.scala:212)
   [info]   at org.scalatest.BeforeAndAfterAll.run(BeforeAndAfterAll.scala:217)
   [info]   at org.scalatest.BeforeAndAfterAll.run$(BeforeAndAfterAll.scala:135)
   [info]   at org.apache.pekko.testkit.PekkoSpec.run(PekkoSpec.scala:79)
   [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.ForkMain$Run.lambda$runTest$1(ForkMain.java:414)
   [info]   at 
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [info]   at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
   [info]   at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   [info]   at java.base/java.lang.Thread.run(Thread.java:840)
   ```
   
   With the important part being `The requested image's platform (linux/amd64) 
does not match the detected host platform (linux/arm64/v8) and no specific 
platform was requested`
   
   The issue appears to be a result of a docker image that was built by non 
other than @raboof and it not supporting arm v8


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to