rahulqelfo opened a new issue #4181: Tests not working ,Compilation failed 
URL: https://github.com/apache/incubator-openwhisk/issues/4181
 
 
   All the tests are failing:
   
   System:
   Docker Version :18.06.1-ce
   OS:Ubuntu 18.10
   
   `rahullfo@rahullfo-HP-Notebook:~/IdeaProjects/incubator-openwhisk$ ./gradlew 
tests:test
   Starting a Gradle Daemon, 3 stopped Daemons could not be reused, use 
--status for details
   
   > Task :core:invoker:compileScala
   Pruning sources from previous analysis, due to incompatible CompileSetup.
   
/home/rahullfo/IdeaProjects/incubator-openwhisk/core/invoker/src/main/scala/org/apache/openwhisk/core/containerpool/docker/DockerClient.scala:164:
 value toSeq is not a member of java.util.stream.Stream[String]
       runCmd(cmd, config.timeouts.ps).map(_.lines.toSeq.map(ContainerId.apply))
                                                   ^
   
/home/rahullfo/IdeaProjects/incubator-openwhisk/core/invoker/src/main/scala/org/apache/openwhisk/core/containerpool/docker/DockerClient.scala:164:
 missing argument list for method apply in object ContainerId
   Unapplied methods are only converted to functions when a function type is 
expected.
   You can make this conversion explicit by writing `apply _` or `apply(_)` 
instead of `apply`.
       runCmd(cmd, config.timeouts.ps).map(_.lines.toSeq.map(ContainerId.apply))
                                                                         ^
   two errors found
   
   > Task :core:invoker:compileScala FAILED
   
   FAILURE: Build failed with an exception.
   
   * What went wrong:
   Execution failed for task ':core:invoker:compileScala'.
   > Compilation failed
   
   * Try:
   Run with --stacktrace option to get the stack trace. Run with --info or 
--debug option to get more log output. Run with --scan to get full insights.
   
   * Get more help at https://help.gradle.org
   
   BUILD FAILED in 1m 54s
   7 actionable tasks: 1 executed, 6 up-to-date
   `

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to