Sean Glover
Sean Glover
``` [info] + sbt-plugin / akka-remote-in-dev [error] java.lang.RuntimeException: Failed tests: [error] sbt-plugin / services-intra-communication [error] [error] at scala.sys.package$.error(package.scala:30) [error] at sbt.scriptedtest.ScriptedRunner.reportErrors(ScriptedTests.scala:563) [error] at sbt.scriptedtest.ScriptedRunner.runAll(ScriptedTests.scala:566) [error] at sbt.scriptedtest.ScriptedRunner.run(ScriptedTests.scala:511) [error] at sbt.scriptedtest.ScriptedRunner.run(ScriptedTests.scala:475)...
https://travis-ci.com/github/lagom/lagom/jobs/500805535#L4859
Again on the 1.5.x branch https://travis-ci.com/github/lagom/lagom/jobs/345369453#L1151 Also causes an exception with logging. https://travis-ci.com/github/lagom/lagom/jobs/345369453#L1210 ``` [info] 2020-06-06 10:52:18,200 pool-7-thread-2 ERROR No Log4j 2 configuration file found. Using default configuration (logging only...
I ran into the same issue using another silencer parameter (`pathFilter`). EDIT: my workaround ```scala .settings( scalacOptions += "-P:silencer:pathFilters=src_managed", Compile / doc / scalacOptions := scalacOptions.value.filterNot(_.startsWith("-P:silencer")) ) ```
@ghik The project I'm working with is https://github.com/akka/alpakka. The solution @eed3si9n proposed by omitting the `intask` component when defining the scope on `scalacOptions` seems to work, but I had already...
No worries! I found an alternative on the project I was working on at the time.
https://travis-ci.com/github/akka/akka-management/builds/212186459
Oh, cloudflow was using sbt-native-packager, but I guess it was changed at some point? One thing to keep an eye out if we do this is that the images are...
This was the issue in sbt-native-packager I was referring to: https://github.com/sbt/sbt-native-packager/pull/1310
I didn't have time before the last release to determine why it was failing the build. If you would like feel free to make a new PR and resolve that,...