You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/02/26 00:34:44 UTC

[GitHub] rabbah opened a new pull request #4304: Run a clean step before build.

rabbah opened a new pull request #4304: Run a clean step before build.
URL: https://github.com/apache/incubator-openwhisk/pull/4304
 
 
   This attempts to fix Jenkins failure:
   ```
   > Task :common:scala:compileScala
   /home/jenkins/jenkins-slave/workspace/OpenWhisk-DockerHub/common/scala/src/main/scala/org/apache/openwhisk/core/entity/ExecManifest.scala:79: Cannot find JsonReader or JsonFormat type class for Map[String,Set[org.apache.openwhisk.core.entity.ExecManifest.RuntimeManifest]]
         .map(_.convertTo[Map[String, Set[RuntimeManifest]]].map {
                         ^
   /home/jenkins/jenkins-slave/workspace/OpenWhisk-DockerHub/common/scala/src/main/scala/org/apache/openwhisk/core/entity/ExecManifest.scala:81: type mismatch;
    found   : Any
    required: String
    Note: implicit value runtimeManifestSerdes is not applicable here because it comes after the application point and it lacks an explicit result type
             RuntimeFamily(name, versions.map { mf =>
                           ^
   /home/jenkins/jenkins-slave/workspace/OpenWhisk-DockerHub/common/scala/src/main/scala/org/apache/openwhisk/core/entity/ExecManifest.scala:81: value map is not a member of Any
    Note: implicit value runtimeManifestSerdes is not applicable here because it comes after the application point and it lacks an explicit result type
             RuntimeFamily(name, versions.map { mf =>
                                          ^
   /home/jenkins/jenkins-slave/workspace/OpenWhisk-DockerHub/common/scala/src/main/scala/org/apache/openwhisk/core/entity/ExecManifest.scala:89: Cannot find JsonReader or JsonFormat type class for Set[org.apache.openwhisk.core.entity.ExecManifest.ImageName]
         .map(_.convertTo[Set[ImageName]].map { image =>
                         ^
   four errors found
   
   > Task :common:scala:compileScala FAILED
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services