Build: #35 failed

Job: default failed

Stages & jobs

  1. Default Stage

Build log

The build generated 5,618 lines of output.   The output is too long and has been truncated to the last 1,000 lines. Download or view full build log.

10-Jun-2020 11:38:31 #19 68.37 [warn] why the feature should be explicitly enabled.
10-Jun-2020 11:38:31 #19 68.37 [warn]       val interval = if (archiveDebug) { 5 minutes } else { 1 day }
10-Jun-2020 11:38:31 #19 68.37 [warn]                                            ^
10-Jun-2020 11:38:31 #19 68.37 [warn] /src/app/Global.scala:68: postfix operator day should be enabled
10-Jun-2020 11:38:31 #19 68.37 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:31 #19 68.37 [warn]       val interval = if (archiveDebug) { 5 minutes } else { 1 day }
10-Jun-2020 11:38:31 #19 68.37 [warn]                                                               ^
10-Jun-2020 11:38:31 #19 68.37 [warn] /src/app/Global.scala:74: postfix operator seconds should be enabled
10-Jun-2020 11:38:31 #19 68.37 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:31 #19 68.37 [warn]       val delay = if (archiveDebug) { 10 seconds } else {
10-Jun-2020 11:38:31 #19 68.37 [warn]                                          ^
10-Jun-2020 11:38:31 #19 68.37 [warn] /src/app/Global.scala:75: postfix operator seconds should be enabled
10-Jun-2020 11:38:31 #19 68.37 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:31 #19 68.37 [warn]         (Duration.ofDays(1).getSeconds - sinceLastMidnight) seconds
10-Jun-2020 11:38:31 #19 68.37 [warn]                                                             ^
10-Jun-2020 11:38:31 #19 68.37 [warn] /src/app/Global.scala:86: postfix operator minutes should be enabled
10-Jun-2020 11:38:31 #19 68.37 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:31 #19 68.37 [warn]       extractorTimer = Akka.system().scheduler.schedule(0 minutes, 5 minutes) {
10-Jun-2020 11:38:31 #19 68.37 [warn]                                                           ^
10-Jun-2020 11:38:31 #19 68.37 [warn] /src/app/Global.scala:86: postfix operator minutes should be enabled
10-Jun-2020 11:38:31 #19 68.37 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:31 #19 68.37 [warn]       extractorTimer = Akka.system().scheduler.schedule(0 minutes, 5 minutes) {
10-Jun-2020 11:38:31 #19 68.37 [warn]                                                                      ^
10-Jun-2020 11:38:31 #19 68.37 [warn] /src/app/Global.scala:92: postfix operator minutes should be enabled
10-Jun-2020 11:38:31 #19 68.37 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:31 #19 68.37 [warn]       jobTimer = Akka.system().scheduler.schedule(0 minutes, 1 minutes) {
10-Jun-2020 11:38:31 #19 68.37 [warn]                                                     ^
10-Jun-2020 11:38:31 #19 68.37 [warn] /src/app/Global.scala:92: postfix operator minutes should be enabled
10-Jun-2020 11:38:31 #19 68.37 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:31 #19 68.37 [warn]       jobTimer = Akka.system().scheduler.schedule(0 minutes, 1 minutes) {
10-Jun-2020 11:38:31 #19 68.37 [warn]                                                                ^
10-Jun-2020 11:38:31 #19 68.37 [warn] /src/app/Global.scala:106: postfix operator seconds should be enabled
10-Jun-2020 11:38:31 #19 68.37 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:31 #19 68.37 [warn]         Akka.system().scheduler.scheduleOnce(10 seconds) {
10-Jun-2020 11:38:31 #19 68.37 [warn]                                                 ^
10-Jun-2020 11:38:33 #19 70.00 [warn] /src/app/api/CurationObjects.scala:124: postfix operator toList should be enabled
10-Jun-2020 11:38:33 #19 70.00 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:33 #19 70.00 [warn]             metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map{item => item.content}toList))
10-Jun-2020 11:38:33 #19 70.00 [warn]                                                                                                                                ^
10-Jun-2020 11:38:34 #19 70.85 [warn] /src/app/api/CurationObjects.scala:124: postfix operator toList should be enabled
10-Jun-2020 11:38:34 #19 70.85 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:34 #19 70.85 [warn]             metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map{item => item.content}toList))
10-Jun-2020 11:38:34 #19 70.85 [warn]                                                                                                                                ^
10-Jun-2020 11:38:34 #19 71.00 [warn] /src/app/api/Extractions.scala:14: imported `Files' is permanently hidden by definition of class Files in package api
10-Jun-2020 11:38:34 #19 71.00 [warn] import play.api.libs.{Files, MimeTypes}
10-Jun-2020 11:38:34 #19 71.00 [warn]                       ^
10-Jun-2020 11:38:34 #19 71.68 [warn] /src/app/api/Files.scala:520: @deprecated now takes two arguments; see the scaladoc.
10-Jun-2020 11:38:34 #19 71.68 [warn]   @deprecated
10-Jun-2020 11:38:34 #19 71.68 [warn]    ^
10-Jun-2020 11:38:35 #19 72.36 [warn] /src/app/api/Extractions.scala:14: imported `Files' is permanently hidden by definition of class Files in package api
10-Jun-2020 11:38:35 #19 72.36 [warn] import play.api.libs.{Files, MimeTypes}
10-Jun-2020 11:38:35 #19 72.36 [warn]                       ^
10-Jun-2020 11:38:36 #19 73.33 [warn] /src/app/api/Files.scala:520: @deprecated now takes two arguments; see the scaladoc.
10-Jun-2020 11:38:36 #19 73.33 [warn]   @deprecated
10-Jun-2020 11:38:36 #19 73.33 [warn]    ^
10-Jun-2020 11:38:36 #19 73.40 [warn] /src/app/api/Geostreams.scala:46: postfix operator tupled should be enabled
10-Jun-2020 11:38:36 #19 73.40 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:36 #19 73.41 [warn]   ) tupled
10-Jun-2020 11:38:36 #19 73.41 [warn]     ^
10-Jun-2020 11:38:36 #19 73.41 [warn] /src/app/api/Geostreams.scala:54: postfix operator tupled should be enabled
10-Jun-2020 11:38:36 #19 73.41 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:36 #19 73.41 [warn]   ) tupled
10-Jun-2020 11:38:36 #19 73.41 [warn]     ^
10-Jun-2020 11:38:36 #19 73.41 [warn] /src/app/api/Geostreams.scala:63: postfix operator tupled should be enabled
10-Jun-2020 11:38:36 #19 73.41 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:36 #19 73.41 [warn]   ) tupled
10-Jun-2020 11:38:36 #19 73.41 [warn]     ^
10-Jun-2020 11:38:36 #19 73.41 [warn] /src/app/api/Geostreams.scala:70: postfix operator tupled should be enabled
10-Jun-2020 11:38:36 #19 73.41 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:36 #19 73.41 [warn]     ) tupled
10-Jun-2020 11:38:36 #19 73.41 [warn]       ^
10-Jun-2020 11:38:36 #19 73.42 [warn] /src/app/api/Geostreams.scala:78: postfix operator tupled should be enabled
10-Jun-2020 11:38:36 #19 73.42 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:36 #19 73.42 [warn]     ) tupled
10-Jun-2020 11:38:36 #19 73.42 [warn]       ^
10-Jun-2020 11:38:36 #19 73.43 [warn] /src/app/api/Geostreams.scala:87: postfix operator tupled should be enabled
10-Jun-2020 11:38:36 #19 73.43 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:36 #19 73.43 [warn]     ) tupled
10-Jun-2020 11:38:36 #19 73.43 [warn]       ^
10-Jun-2020 11:38:36 #19 73.43 [warn] /src/app/api/Geostreams.scala:95: postfix operator tupled should be enabled
10-Jun-2020 11:38:36 #19 73.43 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:36 #19 73.43 [warn]     ) tupled
10-Jun-2020 11:38:36 #19 73.43 [warn]       ^
10-Jun-2020 11:38:36 #19 73.48 [warn] /src/app/services/mongodb/MongoDBInstitutionService.scala:3: imported `Institution' is permanently hidden by definition of object Institution in package mongodb
10-Jun-2020 11:38:36 #19 73.48 [warn] import models.Institution
10-Jun-2020 11:38:36 #19 73.48 [warn]               ^
10-Jun-2020 11:38:37 #19 74.32 [warn] /src/app/services/mongodb/MongoDBProjectService.scala:3: imported `Project' is permanently hidden by definition of object Project in package mongodb
10-Jun-2020 11:38:37 #19 74.32 [warn] import models.Project
10-Jun-2020 11:38:37 #19 74.32 [warn]               ^
10-Jun-2020 11:38:37 #19 74.42 [warn] /src/app/api/Reporting.scala:45: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
10-Jun-2020 11:38:37 #19 74.42 [warn]               case _ => Some("".getBytes("UTF-8"))
10-Jun-2020 11:38:37 #19 74.42 [warn]                    ^
10-Jun-2020 11:38:37 #19 74.43 [warn] /src/app/api/Reporting.scala:78: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
10-Jun-2020 11:38:37 #19 74.43 [warn]               case _ => Some("".getBytes("UTF-8"))
10-Jun-2020 11:38:37 #19 74.43 [warn]                    ^
10-Jun-2020 11:38:37 #19 74.43 [warn] /src/app/api/Reporting.scala:111: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
10-Jun-2020 11:38:37 #19 74.43 [warn]               case _ => Some("".getBytes("UTF-8"))
10-Jun-2020 11:38:37 #19 74.43 [warn]                    ^
10-Jun-2020 11:38:37 #19 74.44 [warn] /src/app/api/Reporting.scala:127: a pure expression does nothing in statement position; you may be omitting necessary parentheses
10-Jun-2020 11:38:37 #19 74.44 [warn]   """Includes file, dataset, collection reports"""
10-Jun-2020 11:38:37 #19 74.44 [warn]   ^
10-Jun-2020 11:38:37 #19 74.49 [warn] /src/app/api/Reporting.scala:291: a pure expression does nothing in statement position; you may be omitting necessary parentheses
10-Jun-2020 11:38:37 #19 74.49 [warn]     """returnAllColumns will include empty columns to align with file rows on report"""
10-Jun-2020 11:38:37 #19 74.49 [warn]     ^
10-Jun-2020 11:38:37 #19 74.50 [warn] /src/app/api/Reporting.scala:345: a pure expression does nothing in statement position; you may be omitting necessary parentheses
10-Jun-2020 11:38:37 #19 74.50 [warn]     """returnAllColumns will include empty columns to align with file rows on report"""
10-Jun-2020 11:38:37 #19 74.50 [warn]     ^
10-Jun-2020 11:38:38 #19 75.54 [warn] /src/app/api/Geostreams.scala:46: postfix operator tupled should be enabled
10-Jun-2020 11:38:38 #19 75.54 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:38 #19 75.54 [warn]   ) tupled
10-Jun-2020 11:38:38 #19 75.54 [warn]     ^
10-Jun-2020 11:38:38 #19 75.54 [warn] /src/app/api/Geostreams.scala:54: postfix operator tupled should be enabled
10-Jun-2020 11:38:38 #19 75.54 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:38 #19 75.54 [warn]   ) tupled
10-Jun-2020 11:38:38 #19 75.54 [warn]     ^
10-Jun-2020 11:38:38 #19 75.54 [warn] /src/app/api/Geostreams.scala:63: postfix operator tupled should be enabled
10-Jun-2020 11:38:38 #19 75.54 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:38 #19 75.54 [warn]   ) tupled
10-Jun-2020 11:38:38 #19 75.54 [warn]     ^
10-Jun-2020 11:38:38 #19 75.55 [warn] /src/app/api/Geostreams.scala:70: postfix operator tupled should be enabled
10-Jun-2020 11:38:38 #19 75.55 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:38 #19 75.55 [warn]     ) tupled
10-Jun-2020 11:38:38 #19 75.55 [warn]       ^
10-Jun-2020 11:38:38 #19 75.55 [warn] /src/app/api/Geostreams.scala:78: postfix operator tupled should be enabled
10-Jun-2020 11:38:38 #19 75.55 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:38 #19 75.55 [warn]     ) tupled
10-Jun-2020 11:38:38 #19 75.55 [warn]       ^
10-Jun-2020 11:38:38 #19 75.55 [warn] /src/app/api/Geostreams.scala:87: postfix operator tupled should be enabled
10-Jun-2020 11:38:38 #19 75.55 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:38 #19 75.55 [warn]     ) tupled
10-Jun-2020 11:38:38 #19 75.55 [warn]       ^
10-Jun-2020 11:38:38 #19 75.55 [warn] /src/app/api/Geostreams.scala:95: postfix operator tupled should be enabled
10-Jun-2020 11:38:38 #19 75.55 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:38 #19 75.55 [warn]     ) tupled
10-Jun-2020 11:38:38 #19 75.55 [warn]       ^
10-Jun-2020 11:38:38 #19 75.59 [warn] /src/app/services/mongodb/MongoDBInstitutionService.scala:3: imported `Institution' is permanently hidden by definition of object Institution in package mongodb
10-Jun-2020 11:38:38 #19 75.59 [warn] import models.Institution
10-Jun-2020 11:38:38 #19 75.59 [warn]               ^
10-Jun-2020 11:38:39 #19 76.44 [warn] /src/app/services/mongodb/MongoDBProjectService.scala:3: imported `Project' is permanently hidden by definition of object Project in package mongodb
10-Jun-2020 11:38:39 #19 76.44 [warn] import models.Project
10-Jun-2020 11:38:39 #19 76.44 [warn]               ^
10-Jun-2020 11:38:39 #19 76.54 [warn] /src/app/api/Reporting.scala:45: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
10-Jun-2020 11:38:39 #19 76.55 [warn]               case _ => Some("".getBytes("UTF-8"))
10-Jun-2020 11:38:39 #19 76.55 [warn]                    ^
10-Jun-2020 11:38:39 #19 76.55 [warn] /src/app/api/Reporting.scala:78: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
10-Jun-2020 11:38:39 #19 76.55 [warn]               case _ => Some("".getBytes("UTF-8"))
10-Jun-2020 11:38:39 #19 76.55 [warn]                    ^
10-Jun-2020 11:38:39 #19 76.56 [warn] /src/app/api/Reporting.scala:111: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
10-Jun-2020 11:38:39 #19 76.56 [warn]               case _ => Some("".getBytes("UTF-8"))
10-Jun-2020 11:38:39 #19 76.56 [warn]                    ^
10-Jun-2020 11:38:39 #19 76.56 [warn] /src/app/api/Reporting.scala:127: a pure expression does nothing in statement position; you may be omitting necessary parentheses
10-Jun-2020 11:38:39 #19 76.56 [warn]   """Includes file, dataset, collection reports"""
10-Jun-2020 11:38:39 #19 76.56 [warn]   ^
10-Jun-2020 11:38:39 #19 76.62 [warn] /src/app/api/Reporting.scala:291: a pure expression does nothing in statement position; you may be omitting necessary parentheses
10-Jun-2020 11:38:39 #19 76.62 [warn]     """returnAllColumns will include empty columns to align with file rows on report"""
10-Jun-2020 11:38:39 #19 76.62 [warn]     ^
10-Jun-2020 11:38:39 #19 76.64 [warn] /src/app/api/Reporting.scala:345: a pure expression does nothing in statement position; you may be omitting necessary parentheses
10-Jun-2020 11:38:39 #19 76.64 [warn]     """returnAllColumns will include empty columns to align with file rows on report"""
10-Jun-2020 11:38:39 #19 76.64 [warn]     ^
10-Jun-2020 11:38:40 #19 76.93 [warn] /src/app/controllers/CurationObjects.scala:477: postfix operator toList should be enabled
10-Jun-2020 11:38:40 #19 76.93 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:40 #19 76.93 [warn]       metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map { item => item.content }toList))
10-Jun-2020 11:38:40 #19 76.93 [warn]                                                                                                                             ^
10-Jun-2020 11:38:40 #19 76.93 [warn] /src/app/controllers/CurationObjects.scala:698: postfix operator toList should be enabled
10-Jun-2020 11:38:40 #19 76.93 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:40 #19 76.93 [warn]             metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map { item => item.content }toList))
10-Jun-2020 11:38:40 #19 76.93 [warn]                                                                                                                                   ^
10-Jun-2020 11:38:41 #19 78.07 [warn] /src/app/controllers/Registration.scala:13: imported `Registration' is permanently hidden by definition of class Registration in package controllers
10-Jun-2020 11:38:41 #19 78.07 [warn] import securesocial.controllers.{ProviderController, Registration, TemplatesPlugin}
10-Jun-2020 11:38:41 #19 78.07 [warn]                                                      ^
10-Jun-2020 11:38:41 #19 78.10 [warn] /src/app/controllers/Registration.scala:67: reflective access of structural type member value currentHasher should be enabled
10-Jun-2020 11:38:41 #19 78.10 [warn] by making the implicit value scala.language.reflectiveCalls visible.
10-Jun-2020 11:38:41 #19 78.10 [warn] This can be achieved by adding the import clause 'import scala.language.reflectiveCalls'
10-Jun-2020 11:38:41 #19 78.10 [warn] or by setting the compiler option -language:reflectiveCalls.
10-Jun-2020 11:38:41 #19 78.10 [warn] See the Scala docs for value scala.language.reflectiveCalls for a discussion
10-Jun-2020 11:38:41 #19 78.10 [warn] why the feature should be explicitly enabled.
10-Jun-2020 11:38:41 #19 78.10 [warn]               passwordInfo = Some(Registry.hashers.currentHasher.hash(info.password))
10-Jun-2020 11:38:41 #19 78.10 [warn]                                                    ^
10-Jun-2020 11:38:41 #19 78.45 [warn] /src/app/controllers/Spaces.scala:278: postfix operator toMap should be enabled
10-Jun-2020 11:38:41 #19 78.45 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:41 #19 78.45 [warn]         val roleDescription = users.listRoles() map (t => t.name -> t.description) toMap
10-Jun-2020 11:38:41 #19 78.45 [warn]                                                                                    ^
10-Jun-2020 11:38:42 #19 78.93 [warn] /src/app/controllers/CurationObjects.scala:477: postfix operator toList should be enabled
10-Jun-2020 11:38:42 #19 78.93 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:42 #19 78.93 [warn]       metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map { item => item.content }toList))
10-Jun-2020 11:38:42 #19 78.93 [warn]                                                                                                                             ^
10-Jun-2020 11:38:42 #19 78.93 [warn] /src/app/controllers/CurationObjects.scala:698: postfix operator toList should be enabled
10-Jun-2020 11:38:42 #19 78.93 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:42 #19 78.93 [warn]             metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map { item => item.content }toList))
10-Jun-2020 11:38:42 #19 78.93 [warn]                                                                                                                                   ^
10-Jun-2020 11:38:43 #19 79.88 [warn] /src/app/models/UUID.scala:36: implicit conversion method stringToUUID should be enabled
10-Jun-2020 11:38:43 #19 79.88 [warn] by making the implicit value scala.language.implicitConversions visible.
10-Jun-2020 11:38:43 #19 79.88 [warn] This can be achieved by adding the import clause 'import scala.language.implicitConversions'
10-Jun-2020 11:38:43 #19 79.88 [warn] or by setting the compiler option -language:implicitConversions.
10-Jun-2020 11:38:43 #19 79.88 [warn] See the Scala docs for value scala.language.implicitConversions for a discussion
10-Jun-2020 11:38:43 #19 79.88 [warn] why the feature should be explicitly enabled.
10-Jun-2020 11:38:43 #19 79.88 [warn]   implicit def stringToUUID(s: String) = UUID(s)
10-Jun-2020 11:38:43 #19 79.88 [warn]                ^
10-Jun-2020 11:38:43 #19 79.88 [warn] /src/app/models/UUID.scala:37: implicit conversion method uuidToObjectId should be enabled
10-Jun-2020 11:38:43 #19 79.88 [warn] by making the implicit value scala.language.implicitConversions visible.
10-Jun-2020 11:38:43 #19 79.88 [warn]   implicit def uuidToObjectId(uuid: UUID) = new ObjectId(uuid.stringify)
10-Jun-2020 11:38:43 #19 79.88 [warn]                ^
10-Jun-2020 11:38:43 #19 79.88 [warn] /src/app/models/UUID.scala:38: implicit conversion method objectIdToUUID should be enabled
10-Jun-2020 11:38:43 #19 79.88 [warn] by making the implicit value scala.language.implicitConversions visible.
10-Jun-2020 11:38:43 #19 79.88 [warn]   implicit def objectIdToUUID(objectId: ObjectId) = UUID(objectId.toString)
10-Jun-2020 11:38:43 #19 79.88 [warn]                ^
10-Jun-2020 11:38:43 #19 79.98 [warn] /src/app/models/User.scala:104: implicit conversion method userToMiniUser should be enabled
10-Jun-2020 11:38:43 #19 79.98 [warn] by making the implicit value scala.language.implicitConversions visible.
10-Jun-2020 11:38:43 #19 79.98 [warn]   implicit def userToMiniUser(x: User): MiniUser = x.getMiniUser
10-Jun-2020 11:38:43 #19 79.98 [warn]                ^
10-Jun-2020 11:38:43 #19 80.35 [warn] /src/app/controllers/Registration.scala:13: imported `Registration' is permanently hidden by definition of class Registration in package controllers
10-Jun-2020 11:38:43 #19 80.35 [warn] import securesocial.controllers.{ProviderController, Registration, TemplatesPlugin}
10-Jun-2020 11:38:43 #19 80.35 [warn]                                                      ^
10-Jun-2020 11:38:43 #19 80.38 [warn] /src/app/controllers/Registration.scala:67: reflective access of structural type member value currentHasher should be enabled
10-Jun-2020 11:38:43 #19 80.38 [warn] by making the implicit value scala.language.reflectiveCalls visible.
10-Jun-2020 11:38:43 #19 80.38 [warn] This can be achieved by adding the import clause 'import scala.language.reflectiveCalls'
10-Jun-2020 11:38:43 #19 80.38 [warn] or by setting the compiler option -language:reflectiveCalls.
10-Jun-2020 11:38:43 #19 80.38 [warn] See the Scala docs for value scala.language.reflectiveCalls for a discussion
10-Jun-2020 11:38:43 #19 80.38 [warn] why the feature should be explicitly enabled.
10-Jun-2020 11:38:43 #19 80.38 [warn]               passwordInfo = Some(Registry.hashers.currentHasher.hash(info.password))
10-Jun-2020 11:38:43 #19 80.38 [warn]                                                    ^
10-Jun-2020 11:38:43 #19 80.54 [warn] /src/app/services/ElasticsearchPlugin.scala:690: a pure expression does nothing in statement position; you may be omitting necessary parentheses
10-Jun-2020 11:38:43 #19 80.54 [warn]     """dynamic_templates": [{
10-Jun-2020 11:38:43 #19 80.54 [warn]     ^
10-Jun-2020 11:38:43 #19 80.69 [warn] /src/app/services/PolyglotPlugin.scala:83: postfix operator seconds should be enabled
10-Jun-2020 11:38:43 #19 80.69 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:43 #19 80.69 [warn]           akka.pattern.after(3 seconds, using = Akka.system.scheduler)(checkForFileAndDownload((triesLeft - 1), url, outputStream))
10-Jun-2020 11:38:43 #19 80.69 [warn]                                ^
10-Jun-2020 11:38:43 #19 80.72 [warn] /src/app/controllers/Spaces.scala:278: postfix operator toMap should be enabled
10-Jun-2020 11:38:43 #19 80.72 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:43 #19 80.72 [warn]         val roleDescription = users.listRoles() map (t => t.name -> t.description) toMap
10-Jun-2020 11:38:43 #19 80.72 [warn]                                                                                    ^
10-Jun-2020 11:38:45 #19 81.90 [warn] /src/app/services/mongodb/MongoContext.scala:253: implicit conversion method dbObjectToString should be enabled
10-Jun-2020 11:38:45 #19 81.90 [warn] by making the implicit value scala.language.implicitConversions visible.
10-Jun-2020 11:38:45 #19 81.90 [warn]   implicit def dbObjectToString(dbObject: DBObject): String = {
10-Jun-2020 11:38:45 #19 81.90 [warn]                ^
10-Jun-2020 11:38:45 #19 82.26 [warn] /src/app/models/UUID.scala:36: implicit conversion method stringToUUID should be enabled
10-Jun-2020 11:38:45 #19 82.26 [warn] by making the implicit value scala.language.implicitConversions visible.
10-Jun-2020 11:38:45 #19 82.26 [warn] This can be achieved by adding the import clause 'import scala.language.implicitConversions'
10-Jun-2020 11:38:45 #19 82.26 [warn] or by setting the compiler option -language:implicitConversions.
10-Jun-2020 11:38:45 #19 82.26 [warn] See the Scala docs for value scala.language.implicitConversions for a discussion
10-Jun-2020 11:38:45 #19 82.26 [warn] why the feature should be explicitly enabled.
10-Jun-2020 11:38:45 #19 82.27 [warn]   implicit def stringToUUID(s: String) = UUID(s)
10-Jun-2020 11:38:45 #19 82.27 [warn]                ^
10-Jun-2020 11:38:45 #19 82.27 [warn] /src/app/models/UUID.scala:37: implicit conversion method uuidToObjectId should be enabled
10-Jun-2020 11:38:45 #19 82.27 [warn] by making the implicit value scala.language.implicitConversions visible.
10-Jun-2020 11:38:45 #19 82.27 [warn]   implicit def uuidToObjectId(uuid: UUID) = new ObjectId(uuid.stringify)
10-Jun-2020 11:38:45 #19 82.27 [warn]                ^
10-Jun-2020 11:38:45 #19 82.27 [warn] /src/app/models/UUID.scala:38: implicit conversion method objectIdToUUID should be enabled
10-Jun-2020 11:38:45 #19 82.27 [warn] by making the implicit value scala.language.implicitConversions visible.
10-Jun-2020 11:38:45 #19 82.27 [warn]   implicit def objectIdToUUID(objectId: ObjectId) = UUID(objectId.toString)
10-Jun-2020 11:38:45 #19 82.27 [warn]                ^
10-Jun-2020 11:38:45 #19 82.35 [warn] /src/app/models/User.scala:104: implicit conversion method userToMiniUser should be enabled
10-Jun-2020 11:38:45 #19 82.35 [warn] by making the implicit value scala.language.implicitConversions visible.
10-Jun-2020 11:38:45 #19 82.35 [warn]   implicit def userToMiniUser(x: User): MiniUser = x.getMiniUser
10-Jun-2020 11:38:45 #19 82.35 [warn]                ^
10-Jun-2020 11:38:45 #19 82.38 [warn] /src/app/services/mongodb/MongoDBCollectionService.scala:907: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
10-Jun-2020 11:38:45 #19 82.38 [warn]       case _ => Logger.error(s"Error queuing collection ${id.stringify}")
10-Jun-2020 11:38:45 #19 82.38 [warn]            ^
10-Jun-2020 11:38:45 #19 82.46 [warn] /src/app/services/mongodb/MongoDBCommentService.scala:3: imported `Comment' is permanently hidden by definition of object Comment in package mongodb
10-Jun-2020 11:38:45 #19 82.46 [warn] import models.{DBResult, UUID, Comment}
10-Jun-2020 11:38:45 #19 82.46 [warn]                                ^
10-Jun-2020 11:38:46 #19 82.85 [warn] /src/app/services/ElasticsearchPlugin.scala:690: a pure expression does nothing in statement position; you may be omitting necessary parentheses
10-Jun-2020 11:38:46 #19 82.85 [warn]     """dynamic_templates": [{
10-Jun-2020 11:38:46 #19 82.85 [warn]     ^
10-Jun-2020 11:38:46 #19 83.26 [warn] /src/app/services/PolyglotPlugin.scala:83: postfix operator seconds should be enabled
10-Jun-2020 11:38:46 #19 83.26 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:46 #19 83.26 [warn]           akka.pattern.after(3 seconds, using = Akka.system.scheduler)(checkForFileAndDownload((triesLeft - 1), url, outputStream))
10-Jun-2020 11:38:46 #19 83.26 [warn]                                ^
10-Jun-2020 11:38:46 #19 83.38 [warn] /src/app/services/mongodb/MongoDBTagService.scala:7: imported `Tag' is permanently hidden by definition of object Tag in package mongodb
10-Jun-2020 11:38:46 #19 83.38 [warn] import models.{Tag, UUID}
10-Jun-2020 11:38:46 #19 83.38 [warn]                ^
10-Jun-2020 11:38:46 #19 83.52 [warn] /src/app/services/mongodb/MongoDBDatasetService.scala:1422: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
10-Jun-2020 11:38:46 #19 83.52 [warn]       case _ => Logger.error(s"Error queuing dataset ${id.stringify}")
10-Jun-2020 11:38:46 #19 83.52 [warn]            ^
10-Jun-2020 11:38:46 #19 83.70 [warn] /src/app/services/mongodb/MongoDBExtractionRequestsService.scala:20: imported `MongoSalatPlugin' is permanently hidden by definition of class MongoSalatPlugin in package mongodb
10-Jun-2020 11:38:46 #19 83.70 [warn] import services.mongodb.MongoSalatPlugin
10-Jun-2020 11:38:46 #19 83.70 [warn]                         ^
10-Jun-2020 11:38:46 #19 83.72 [warn] /src/app/services/mongodb/MongoDBExtractionService.scala:4: imported `Extraction' is permanently hidden by definition of object Extraction in package mongodb
10-Jun-2020 11:38:46 #19 83.72 [warn] import models.{UUID, Extraction, ExtractionGroup, ResourceRef}
10-Jun-2020 11:38:46 #19 83.72 [warn]                      ^
10-Jun-2020 11:38:46 #19 83.73 [warn] /src/app/services/mongodb/MongoDBExtractionService.scala:13: imported `WebPageResource' is permanently hidden by definition of object WebPageResource in package mongodb
10-Jun-2020 11:38:46 #19 83.73 [warn] import models.WebPageResource
10-Jun-2020 11:38:46 #19 83.73 [warn]               ^
10-Jun-2020 11:38:47 #19 84.16 [warn] /src/app/services/mongodb/MongoDBFileService.scala:338: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
10-Jun-2020 11:38:47 #19 84.16 [warn]       case _ => Logger.error(s"Error queuing file ${id.stringify}")
10-Jun-2020 11:38:47 #19 84.16 [warn]            ^
10-Jun-2020 11:38:47 #19 84.24 [warn] /src/app/services/mongodb/MongoContext.scala:253: implicit conversion method dbObjectToString should be enabled
10-Jun-2020 11:38:47 #19 84.24 [warn] by making the implicit value scala.language.implicitConversions visible.
10-Jun-2020 11:38:47 #19 84.24 [warn]   implicit def dbObjectToString(dbObject: DBObject): String = {
10-Jun-2020 11:38:47 #19 84.24 [warn]                ^
10-Jun-2020 11:38:48 #19 85.03 [warn] /src/app/services/mongodb/MongoDBCollectionService.scala:907: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
10-Jun-2020 11:38:48 #19 85.03 [warn]       case _ => Logger.error(s"Error queuing collection ${id.stringify}")
10-Jun-2020 11:38:48 #19 85.03 [warn]            ^
10-Jun-2020 11:38:48 #19 85.12 [warn] /src/app/services/mongodb/MongoDBCommentService.scala:3: imported `Comment' is permanently hidden by definition of object Comment in package mongodb
10-Jun-2020 11:38:48 #19 85.12 [warn] import models.{DBResult, UUID, Comment}
10-Jun-2020 11:38:48 #19 85.12 [warn]                                ^
10-Jun-2020 11:38:48 #19 85.12 [warn] /src/app/services/mongodb/MongoDBQueueService.scala:78: postfix operator seconds should be enabled
10-Jun-2020 11:38:48 #19 85.12 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:48 #19 85.12 [warn]       queueTimer = Akka.system().scheduler.schedule(0 seconds, 5 millis) {
10-Jun-2020 11:38:48 #19 85.12 [warn]                                                       ^
10-Jun-2020 11:38:48 #19 85.12 [warn] /src/app/services/mongodb/MongoDBQueueService.scala:78: postfix operator millis should be enabled
10-Jun-2020 11:38:48 #19 85.12 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:48 #19 85.12 [warn]       queueTimer = Akka.system().scheduler.schedule(0 seconds, 5 millis) {
10-Jun-2020 11:38:48 #19 85.12 [warn]                                                                  ^
10-Jun-2020 11:38:48 #19 85.27 [warn] /src/app/services/mongodb/MongoDBSelectionService.scala:11: imported `Dataset' is permanently hidden by definition of object Dataset in package mongodb
10-Jun-2020 11:38:48 #19 85.27 [warn] import models.{UUID, Dataset, Selected}
10-Jun-2020 11:38:48 #19 85.27 [warn]                      ^
10-Jun-2020 11:38:48 #19 85.28 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:23: imported `Collection' is permanently hidden by definition of object Collection in package mongodb
10-Jun-2020 11:38:48 #19 85.28 [warn] import models.Collection
10-Jun-2020 11:38:48 #19 85.28 [warn]               ^
10-Jun-2020 11:38:48 #19 85.29 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:24: imported `Dataset' is permanently hidden by definition of object Dataset in package mongodb
10-Jun-2020 11:38:48 #19 85.29 [warn] import models.Dataset
10-Jun-2020 11:38:48 #19 85.29 [warn]               ^
10-Jun-2020 11:38:49 #19 86.06 [warn] /src/app/services/mongodb/MongoDBTagService.scala:7: imported `Tag' is permanently hidden by definition of object Tag in package mongodb
10-Jun-2020 11:38:49 #19 86.06 [warn] import models.{Tag, UUID}
10-Jun-2020 11:38:49 #19 86.06 [warn]                ^
10-Jun-2020 11:38:49 #19 86.19 [warn] /src/app/services/mongodb/MongoDBDatasetService.scala:1422: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
10-Jun-2020 11:38:49 #19 86.19 [warn]       case _ => Logger.error(s"Error queuing dataset ${id.stringify}")
10-Jun-2020 11:38:49 #19 86.19 [warn]            ^
10-Jun-2020 11:38:49 #19 86.40 [warn] /src/app/services/mongodb/MongoDBExtractionRequestsService.scala:20: imported `MongoSalatPlugin' is permanently hidden by definition of class MongoSalatPlugin in package mongodb
10-Jun-2020 11:38:49 #19 86.40 [warn] import services.mongodb.MongoSalatPlugin
10-Jun-2020 11:38:49 #19 86.40 [warn]                         ^
10-Jun-2020 11:38:49 #19 86.43 [warn] /src/app/services/mongodb/MongoDBExtractionService.scala:4: imported `Extraction' is permanently hidden by definition of object Extraction in package mongodb
10-Jun-2020 11:38:49 #19 86.43 [warn] import models.{UUID, Extraction, ExtractionGroup, ResourceRef}
10-Jun-2020 11:38:49 #19 86.43 [warn]                      ^
10-Jun-2020 11:38:49 #19 86.43 [warn] /src/app/services/mongodb/MongoDBExtractionService.scala:13: imported `WebPageResource' is permanently hidden by definition of object WebPageResource in package mongodb
10-Jun-2020 11:38:49 #19 86.43 [warn] import models.WebPageResource
10-Jun-2020 11:38:49 #19 86.43 [warn]               ^
10-Jun-2020 11:38:50 #19 87.04 [warn] /src/app/services/mongodb/MongoDBFileService.scala:338: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
10-Jun-2020 11:38:50 #19 87.04 [warn]       case _ => Logger.error(s"Error queuing file ${id.stringify}")
10-Jun-2020 11:38:50 #19 87.04 [warn]            ^
10-Jun-2020 11:38:50 #19 87.24 [warn] /src/app/util/SearchUtils.scala:157: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
10-Jun-2020 11:38:50 #19 87.24 [warn]             case _ => {
10-Jun-2020 11:38:50 #19 87.24 [warn]                  ^
10-Jun-2020 11:38:51 #19 88.15 [warn] /src/app/services/mongodb/MongoDBQueueService.scala:78: postfix operator seconds should be enabled
10-Jun-2020 11:38:51 #19 88.15 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:51 #19 88.15 [warn]       queueTimer = Akka.system().scheduler.schedule(0 seconds, 5 millis) {
10-Jun-2020 11:38:51 #19 88.15 [warn]                                                       ^
10-Jun-2020 11:38:51 #19 88.15 [warn] /src/app/services/mongodb/MongoDBQueueService.scala:78: postfix operator millis should be enabled
10-Jun-2020 11:38:51 #19 88.15 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:38:51 #19 88.15 [warn]       queueTimer = Akka.system().scheduler.schedule(0 seconds, 5 millis) {
10-Jun-2020 11:38:51 #19 88.15 [warn]                                                                  ^
10-Jun-2020 11:38:51 #19 88.40 [warn] /src/app/services/mongodb/MongoDBSelectionService.scala:11: imported `Dataset' is permanently hidden by definition of object Dataset in package mongodb
10-Jun-2020 11:38:51 #19 88.40 [warn] import models.{UUID, Dataset, Selected}
10-Jun-2020 11:38:51 #19 88.40 [warn]                      ^
10-Jun-2020 11:38:51 #19 88.45 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:23: imported `Collection' is permanently hidden by definition of object Collection in package mongodb
10-Jun-2020 11:38:51 #19 88.45 [warn] import models.Collection
10-Jun-2020 11:38:51 #19 88.45 [warn]               ^
10-Jun-2020 11:38:51 #19 88.45 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:24: imported `Dataset' is permanently hidden by definition of object Dataset in package mongodb
10-Jun-2020 11:38:51 #19 88.45 [warn] import models.Dataset
10-Jun-2020 11:38:51 #19 88.45 [warn]               ^
10-Jun-2020 11:38:53 #19 90.61 [warn] /src/app/util/SearchUtils.scala:157: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
10-Jun-2020 11:38:53 #19 90.61 [warn]             case _ => {
10-Jun-2020 11:38:53 #19 90.61 [warn]                  ^
10-Jun-2020 11:39:00 #19 97.78 [warn] /src/app/api/Admin.scala:43: match may not be exhaustive.
10-Jun-2020 11:39:00 #19 97.78 [warn] It would fail on the following input: None
10-Jun-2020 11:39:00 #19 97.78 [warn]     (request.body \ "theme").asOpt[String] match {
10-Jun-2020 11:39:00 #19 97.78 [warn]                                   ^
10-Jun-2020 11:39:01 #19 97.78 [warn] /src/app/api/Admin.scala:46: match may not be exhaustive.
10-Jun-2020 11:39:01 #19 97.78 [warn] It would fail on the following input: None
10-Jun-2020 11:39:01 #19 97.78 [warn]     (request.body \ "displayName").asOpt[String] match {
10-Jun-2020 11:39:01 #19 97.78 [warn]                                         ^
10-Jun-2020 11:39:01 #19 97.78 [warn] /src/app/api/Admin.scala:49: match may not be exhaustive.
10-Jun-2020 11:39:01 #19 97.78 [warn] It would fail on the following input: None
10-Jun-2020 11:39:01 #19 97.78 [warn]     (request.body \ "welcomeMessage").asOpt[String] match {
10-Jun-2020 11:39:01 #19 97.78 [warn]                                            ^
10-Jun-2020 11:39:01 #19 97.78 [warn] /src/app/api/Admin.scala:52: match may not be exhaustive.
10-Jun-2020 11:39:01 #19 97.78 [warn] It would fail on the following input: None
10-Jun-2020 11:39:01 #19 97.78 [warn]     (request.body \ "googleAnalytics").asOpt[String] match {
10-Jun-2020 11:39:01 #19 97.78 [warn]                                             ^
10-Jun-2020 11:39:01 #19 97.79 [warn] /src/app/api/Admin.scala:59: match may not be exhaustive.
10-Jun-2020 11:39:01 #19 97.79 [warn] It would fail on the following input: None
10-Jun-2020 11:39:01 #19 97.79 [warn]     (request.body \ "sensors").asOpt[String] match {
10-Jun-2020 11:39:01 #19 97.79 [warn]                                     ^
10-Jun-2020 11:39:01 #19 97.79 [warn] /src/app/api/Admin.scala:62: match may not be exhaustive.
10-Jun-2020 11:39:01 #19 97.79 [warn] It would fail on the following input: None
10-Jun-2020 11:39:01 #19 97.79 [warn]     (request.body \ "sensor").asOpt[String] match {
10-Jun-2020 11:39:01 #19 97.79 [warn]                                    ^
10-Jun-2020 11:39:01 #19 97.87 [warn] /src/app/api/Admin.scala:65: match may not be exhaustive.
10-Jun-2020 11:39:01 #19 97.87 [warn] It would fail on the following input: None
10-Jun-2020 11:39:01 #19 97.87 [warn]     (request.body \ "parameters").asOpt[String] match {
10-Jun-2020 11:39:01 #19 97.87 [warn]                                        ^
10-Jun-2020 11:39:01 #19 97.88 [warn] /src/app/api/Admin.scala:68: match may not be exhaustive.
10-Jun-2020 11:39:01 #19 97.88 [warn] It would fail on the following input: None
10-Jun-2020 11:39:01 #19 97.88 [warn]     (request.body \ "parameter").asOpt[String] match {
10-Jun-2020 11:39:01 #19 97.88 [warn]                                       ^
10-Jun-2020 11:39:01 #19 98.01 [warn] /src/app/api/Collections.scala:153: match may not be exhaustive.
10-Jun-2020 11:39:01 #19 98.01 [warn] It would fail on the following input: None
10-Jun-2020 11:39:01 #19 98.01 [warn]     collections.get(collectionId) match {
10-Jun-2020 11:39:01 #19 98.01 [warn]                    ^
10-Jun-2020 11:39:01 #19 98.16 [warn] /src/app/api/Collections.scala:580: match may not be exhaustive.
10-Jun-2020 11:39:01 #19 98.16 [warn] It would fail on the following input: Failure(_)
10-Jun-2020 11:39:01 #19 98.16 [warn]                       collections.addSubCollection(UUID(parentId), UUID(id), user) match {
10-Jun-2020 11:39:01 #19 98.16 [warn]                                                   ^
10-Jun-2020 11:39:01 #19 98.17 [warn] /src/app/api/Collections.scala:613: match may not be exhaustive.
10-Jun-2020 11:39:01 #19 98.17 [warn] It would fail on the following input: None
10-Jun-2020 11:39:01 #19 98.17 [warn]             collections.get(subCollectionId) match {
10-Jun-2020 11:39:01 #19 98.17 [warn]                            ^
10-Jun-2020 11:39:01 #19 98.18 [warn] /src/app/api/Collections.scala:611: match may not be exhaustive.
10-Jun-2020 11:39:01 #19 98.18 [warn] It would fail on the following input: None
10-Jun-2020 11:39:01 #19 98.18 [warn]         collections.get(collectionId) match {
10-Jun-2020 11:39:01 #19 98.18 [warn]                        ^
10-Jun-2020 11:39:01 #19 98.29 [warn] /src/app/api/Datasets.scala:86: match may not be exhaustive.
10-Jun-2020 11:39:01 #19 98.29 [warn] It would fail on the following input: Nil
10-Jun-2020 11:39:01 #19 98.29 [warn]         folderList match {
10-Jun-2020 11:39:01 #19 98.29 [warn]         ^
10-Jun-2020 11:39:01 #19 98.38 [warn] /src/app/api/Datasets.scala:756: match may not be exhaustive.
10-Jun-2020 11:39:01 #19 98.38 [warn] It would fail on the following input: None
10-Jun-2020 11:39:01 #19 98.38 [warn]     datasets.get(id) match {
10-Jun-2020 11:39:01 #19 98.38 [warn]                 ^
10-Jun-2020 11:39:01 #19 98.40 [warn] /src/app/api/Datasets.scala:973: match may not be exhaustive.
10-Jun-2020 11:39:01 #19 98.40 [warn] It would fail on the following input: None
10-Jun-2020 11:39:01 #19 98.40 [warn]       datasets.get(id) match {
10-Jun-2020 11:39:01 #19 98.40 [warn]                   ^
10-Jun-2020 11:39:01 #19 98.41 [warn] /src/app/api/Datasets.scala:1009: match may not be exhaustive.
10-Jun-2020 11:39:01 #19 98.41 [warn] It would fail on the following input: None
10-Jun-2020 11:39:01 #19 98.41 [warn]       datasets.get(id) match {
10-Jun-2020 11:39:01 #19 98.41 [warn]                   ^
10-Jun-2020 11:39:01 #19 98.42 [warn] /src/app/api/Datasets.scala:1048: match may not be exhaustive.
10-Jun-2020 11:39:01 #19 98.42 [warn] It would fail on the following input: None
10-Jun-2020 11:39:01 #19 98.42 [warn]       datasets.get(id) match {
10-Jun-2020 11:39:01 #19 98.42 [warn]                   ^
10-Jun-2020 11:39:01 #19 98.42 [warn] /src/app/api/Datasets.scala:1085: match may not be exhaustive.
10-Jun-2020 11:39:01 #19 98.42 [warn] It would fail on the following input: None
10-Jun-2020 11:39:01 #19 98.42 [warn]       datasets.get(id) match {
10-Jun-2020 11:39:01 #19 98.42 [warn]                   ^
10-Jun-2020 11:39:01 #19 98.43 [warn] /src/app/api/Datasets.scala:1107: match may not be exhaustive.
10-Jun-2020 11:39:01 #19 98.43 [warn] It would fail on the following input: None
10-Jun-2020 11:39:01 #19 98.43 [warn]       datasets.get(id) match {
10-Jun-2020 11:39:01 #19 98.43 [warn]                   ^
10-Jun-2020 11:39:01 #19 98.43 [warn] /src/app/api/Datasets.scala:1128: match may not be exhaustive.
10-Jun-2020 11:39:01 #19 98.43 [warn] It would fail on the following input: None
10-Jun-2020 11:39:01 #19 98.43 [warn]       datasets.get(id) match {
10-Jun-2020 11:39:01 #19 98.43 [warn]                   ^
10-Jun-2020 11:39:01 #19 98.44 [warn] /src/app/api/Datasets.scala:1367: match may not be exhaustive.
10-Jun-2020 11:39:01 #19 98.44 [warn] It would fail on the following input: None
10-Jun-2020 11:39:01 #19 98.44 [warn]           datasets.get(id) match {
10-Jun-2020 11:39:01 #19 98.44 [warn]                       ^
10-Jun-2020 11:39:01 #19 98.45 [warn] /src/app/api/Datasets.scala:1404: match may not be exhaustive.
10-Jun-2020 11:39:01 #19 98.45 [warn] It would fail on the following input: None
10-Jun-2020 11:39:01 #19 98.45 [warn]           datasets.get(id) match {
10-Jun-2020 11:39:01 #19 98.45 [warn]                       ^
10-Jun-2020 11:39:01 #19 98.47 [warn] /src/app/api/Datasets.scala:1545: match may not be exhaustive.
10-Jun-2020 11:39:01 #19 98.47 [warn] It would fail on the following input: None
10-Jun-2020 11:39:01 #19 98.47 [warn]             datasets.get(id) match {
10-Jun-2020 11:39:01 #19 98.47 [warn]                         ^
10-Jun-2020 11:39:01 #19 98.59 [warn] /src/app/api/Datasets.scala:2550: match may not be exhaustive.
10-Jun-2020 11:39:01 #19 98.59 [warn] It would fail on the following input: None
10-Jun-2020 11:39:01 #19 98.59 [warn]     folders.get(id) match {
10-Jun-2020 11:39:01 #19 98.59 [warn]                ^
10-Jun-2020 11:39:01 #19 98.70 [warn] /src/app/api/Files.scala:707: match may not be exhaustive.
10-Jun-2020 11:39:01 #19 98.70 [warn] It would fail on the following input: None
10-Jun-2020 11:39:01 #19 98.70 [warn]     files.get(id) match {
10-Jun-2020 11:39:01 #19 98.70 [warn]              ^
10-Jun-2020 11:39:01 #19 98.76 [warn] /src/app/api/Files.scala:1051: match may not be exhaustive.
10-Jun-2020 11:39:01 #19 98.76 [warn] It would fail on the following input: None
10-Jun-2020 11:39:01 #19 98.76 [warn]         files.get(id) match {
10-Jun-2020 11:39:01 #19 98.76 [warn]                  ^
10-Jun-2020 11:39:01 #19 98.77 [warn] /src/app/api/Files.scala:1250: match may not be exhaustive.
10-Jun-2020 11:39:02 #19 98.77 [warn] It would fail on the following input: None
10-Jun-2020 11:39:02 #19 98.77 [warn]     files.get(id) match {
10-Jun-2020 11:39:02 #19 98.77 [warn]              ^
10-Jun-2020 11:39:02 #19 98.78 [warn] /src/app/api/Files.scala:1271: match may not be exhaustive.
10-Jun-2020 11:39:02 #19 98.78 [warn] It would fail on the following input: None
10-Jun-2020 11:39:02 #19 98.78 [warn]     files.get(id) match {
10-Jun-2020 11:39:02 #19 98.78 [warn]              ^
10-Jun-2020 11:39:02 #19 98.79 [warn] /src/app/api/Files.scala:1440: match may not be exhaustive.
10-Jun-2020 11:39:02 #19 98.79 [warn] It would fail on the following input: None
10-Jun-2020 11:39:02 #19 98.79 [warn]             files.get(id) match {
10-Jun-2020 11:39:02 #19 98.79 [warn]                      ^
10-Jun-2020 11:39:02 #19 99.24 [warn] /src/app/api/Metadata.scala:496: match may not be exhaustive.
10-Jun-2020 11:39:02 #19 99.24 [warn] It would fail on the following input: None
10-Jun-2020 11:39:02 #19 99.24 [warn]                     datasets.get(resource.id) match {
10-Jun-2020 11:39:02 #19 99.24 [warn]                                 ^
10-Jun-2020 11:39:02 #19 99.24 [warn] /src/app/api/Metadata.scala:508: match may not be exhaustive.
10-Jun-2020 11:39:02 #19 99.24 [warn] It would fail on the following input: None
10-Jun-2020 11:39:02 #19 99.24 [warn]                     files.get(resource.id) match {
10-Jun-2020 11:39:02 #19 99.24 [warn]                              ^
10-Jun-2020 11:39:02 #19 99.38 [warn] /src/app/api/Permissions.scala:794: match may not be exhaustive.
10-Jun-2020 11:39:02 #19 99.38 [warn] It would fail on the following input: None
10-Jun-2020 11:39:02 #19 99.38 [warn]       ident match {
10-Jun-2020 11:39:02 #19 99.38 [warn]       ^
10-Jun-2020 11:39:02 #19 99.47 [warn] /src/app/api/Previews.scala:135: match may not be exhaustive.
10-Jun-2020 11:39:02 #19 99.47 [warn] It would fail on the following input: Some((x: Seq[?] forSome x not in List[?]))
10-Jun-2020 11:39:02 #19 99.47 [warn]             request.body.dataParts.get("title") match {
10-Jun-2020 11:39:02 #19 99.47 [warn]                                       ^
10-Jun-2020 11:39:02 #19 99.49 [warn] /src/app/api/Previews.scala:323: match may not be exhaustive.
10-Jun-2020 11:39:02 #19 99.49 [warn] It would fail on the following input: None
10-Jun-2020 11:39:02 #19 99.49 [warn]         previews.get(preview_id) match {
10-Jun-2020 11:39:02 #19 99.49 [warn]                     ^
10-Jun-2020 11:39:02 #19 99.55 [warn] /src/app/api/Selected.scala:85: match may not be exhaustive.
10-Jun-2020 11:39:02 #19 99.55 [warn] It would fail on the following input: None
10-Jun-2020 11:39:02 #19 99.55 [warn]     request.user match {
10-Jun-2020 11:39:02 #19 99.55 [warn]             ^
10-Jun-2020 11:39:02 #19 99.55 [warn] /src/app/api/Selected.scala:97: match may not be exhaustive.
10-Jun-2020 11:39:02 #19 99.55 [warn] It would fail on the following input: None
10-Jun-2020 11:39:02 #19 99.55 [warn]     request.user match {
10-Jun-2020 11:39:02 #19 99.55 [warn]             ^
10-Jun-2020 11:39:02 #19 99.55 [warn] /src/app/api/Selected.scala:185: match may not be exhaustive.
10-Jun-2020 11:39:02 #19 99.55 [warn] It would fail on the following input: None
10-Jun-2020 11:39:02 #19 99.56 [warn]     request.user match {
10-Jun-2020 11:39:02 #19 99.56 [warn]             ^
10-Jun-2020 11:39:02 #19 99.57 [warn] /src/app/api/Spaces.scala:65: match may not be exhaustive.
10-Jun-2020 11:39:02 #19 99.57 [warn] It would fail on the following input: None
10-Jun-2020 11:39:02 #19 99.57 [warn]     spaces.get(spaceId) match {
10-Jun-2020 11:39:02 #19 99.57 [warn]               ^
10-Jun-2020 11:39:02 #19 99.64 [warn] /src/app/api/Vocabularies.scala:40: match may not be exhaustive.
10-Jun-2020 11:39:02 #19 99.64 [warn] It would fail on the following input: None
10-Jun-2020 11:39:02 #19 99.64 [warn]         val current_term = vocabularyTermService.get(term) match {
10-Jun-2020 11:39:02 #19 99.64 [warn]                                                     ^
10-Jun-2020 11:39:02 #19 99.67 [warn] /src/app/api/VocabularyTerms.scala:44: match may not be exhaustive.
10-Jun-2020 11:39:02 #19 99.67 [warn] It would fail on the following input: None
10-Jun-2020 11:39:02 #19 99.67 [warn]     vocabularyTermService.get(id) match {
10-Jun-2020 11:39:02 #19 99.67 [warn]                              ^
10-Jun-2020 11:39:02 #19 99.68 [warn] /src/app/controllers/Admin.scala:311: match may not be exhaustive.
10-Jun-2020 11:39:02 #19 99.68 [warn] It would fail on the following input: None
10-Jun-2020 11:39:02 #19 99.68 [warn]     user match {
10-Jun-2020 11:39:02 #19 99.68 [warn]     ^
10-Jun-2020 11:39:02 #19 99.68 [warn] /src/app/controllers/Admin.scala:335: match may not be exhaustive.
10-Jun-2020 11:39:02 #19 99.68 [warn] It would fail on the following input: None
10-Jun-2020 11:39:02 #19 99.68 [warn]     user match {
10-Jun-2020 11:39:02 #19 99.68 [warn]     ^
10-Jun-2020 11:39:02 #19 99.69 [warn] /src/app/controllers/Admin.scala:349: match may not be exhaustive.
10-Jun-2020 11:39:02 #19 99.69 [warn] It would fail on the following input: None
10-Jun-2020 11:39:02 #19 99.69 [warn]     user match {
10-Jun-2020 11:39:02 #19 99.69 [warn]     ^
10-Jun-2020 11:39:03 #19 99.91 [warn] /src/app/controllers/CurationObjects.scala:658: match may not be exhaustive.
10-Jun-2020 11:39:03 #19 99.91 [warn] It would fail on the following input: None
10-Jun-2020 11:39:03 #19 99.91 [warn]       curations.get(curationId) match {
10-Jun-2020 11:39:03 #19 99.91 [warn]                    ^
10-Jun-2020 11:39:03 #19 99.92 [warn] /src/app/controllers/CurationObjects.scala:858: match may not be exhaustive.
10-Jun-2020 11:39:03 #19 99.92 [warn] It would fail on the following inputs: JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
10-Jun-2020 11:39:03 #19 99.93 [warn]     content match {
10-Jun-2020 11:39:03 #19 99.93 [warn]     ^
10-Jun-2020 11:39:03 #19 99.96 [warn] /src/app/controllers/Datasets.scala:374: match may not be exhaustive.
10-Jun-2020 11:39:03 #19 99.96 [warn] It would fail on the following input: None
10-Jun-2020 11:39:03 #19 99.96 [warn]         email match {
10-Jun-2020 11:39:03 #19 99.96 [warn]         ^
10-Jun-2020 11:39:03 #19 99.96 [warn] /src/app/controllers/Datasets.scala:371: match may not be exhaustive.
10-Jun-2020 11:39:03 #19 99.96 [warn] It would fail on the following input: None
10-Jun-2020 11:39:03 #19 99.96 [warn]     user match {
10-Jun-2020 11:39:03 #19 99.96 [warn]     ^
10-Jun-2020 11:39:03 #19 100.0 [warn] /src/app/controllers/FileLinks.scala:67: match may not be exhaustive.
10-Jun-2020 11:39:03 #19 100.0 [warn] It would fail on the following input: None
10-Jun-2020 11:39:03 #19 100.0 [warn]         files.get(fileid) match {
10-Jun-2020 11:39:03 #19 100.0 [warn]                  ^
10-Jun-2020 11:39:03 #19 100.1 [warn] /src/app/controllers/Spaces.scala:356: match may not be exhaustive.
10-Jun-2020 11:39:03 #19 100.1 [warn] It would fail on the following input: None
10-Jun-2020 11:39:03 #19 100.1 [warn]                 spaces.getRoleForUserInSpace(s.id, requestReceiver.id) match {
10-Jun-2020 11:39:03 #19 100.1 [warn]                                             ^
10-Jun-2020 11:39:03 #19 100.4 [warn] /src/app/services/ToolManagerPlugin.scala:122: match may not be exhaustive.
10-Jun-2020 11:39:03 #19 100.4 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_)
10-Jun-2020 11:39:03 #19 100.4 [warn]       jsonObj match {
10-Jun-2020 11:39:03 #19 100.4 [warn]       ^
10-Jun-2020 11:39:03 #19 100.4 [warn] /src/app/services/ToolManagerPlugin.scala:141: match may not be exhaustive.
10-Jun-2020 11:39:03 #19 100.4 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_)
10-Jun-2020 11:39:03 #19 100.4 [warn]       jsonObj match {
10-Jun-2020 11:39:03 #19 100.4 [warn]       ^
10-Jun-2020 11:39:03 #19 100.4 [warn] /src/app/services/ToolManagerPlugin.scala:200: match may not be exhaustive.
10-Jun-2020 11:39:03 #19 100.4 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsObject(_)
10-Jun-2020 11:39:03 #19 100.4 [warn]     val toolName = (toolList \ toolPath \ "name") match {
10-Jun-2020 11:39:03 #19 100.4 [warn]                                         ^
10-Jun-2020 11:39:03 #19 100.5 [warn] /src/app/services/TreeService.scala:316: match may not be exhaustive.
10-Jun-2020 11:39:03 #19 100.5 [warn] It would fail on the following input: None
10-Jun-2020 11:39:03 #19 100.5 [warn]       collections.get(col_id) match {
10-Jun-2020 11:39:03 #19 100.5 [warn]                      ^
10-Jun-2020 11:39:03 #19 100.5 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:176: match may not be exhaustive.
10-Jun-2020 11:39:03 #19 100.5 [warn] It would fail on the following input: None
10-Jun-2020 11:39:03 #19 100.5 [warn]     datasets.get(datasetId) match {
10-Jun-2020 11:39:03 #19 100.5 [warn]                 ^
10-Jun-2020 11:39:03 #19 100.6 [warn] /src/app/services/mongodb/MongoDBCollectionService.scala:669: match may not be exhaustive.
10-Jun-2020 11:39:03 #19 100.6 [warn] It would fail on the following input: None
10-Jun-2020 11:39:03 #19 100.6 [warn]     Collection.findOneById(new ObjectId(collectionId.stringify)) match {
10-Jun-2020 11:39:03 #19 100.6 [warn]                           ^
10-Jun-2020 11:39:03 #19 100.6 [warn] /src/app/services/mongodb/MongoDBDatasetService.scala:437: match may not be exhaustive.
10-Jun-2020 11:39:03 #19 100.6 [warn] It would fail on the following input: Some((x: String forSome x not in ("default", "private", "public", "publicAll", "trial")))
10-Jun-2020 11:39:03 #19 100.6 [warn]     val filterStatus = status match {
10-Jun-2020 11:39:03 #19 100.6 [warn]                        ^
10-Jun-2020 11:39:03 #19 100.7 [warn] /src/app/services/mongodb/MongoDBFileService.scala:784: match may not be exhaustive.
10-Jun-2020 11:39:03 #19 100.7 [warn] It would fail on the following input: None
10-Jun-2020 11:39:03 #19 100.7 [warn]         get(id) match{
10-Jun-2020 11:39:03 #19 100.7 [warn]            ^
10-Jun-2020 11:39:03 #19 100.8 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:494: match may not be exhaustive.
10-Jun-2020 11:39:03 #19 100.8 [warn] It would fail on the following input: Some(false)
10-Jun-2020 11:39:04 #19 100.8 [warn]                 datasetOnlyInSpace match {
10-Jun-2020 11:39:04 #19 100.8 [warn]                 ^
10-Jun-2020 11:39:04 #19 100.8 [warn] /src/app/services/mongodb/MongoDBTileService.scala:29: match may not be exhaustive.
10-Jun-2020 11:39:04 #19 100.8 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
10-Jun-2020 11:39:04 #19 100.8 [warn]     json match {
10-Jun-2020 11:39:04 #19 100.8 [warn]     ^
10-Jun-2020 11:39:04 #19 100.9 [warn] /src/app/services/mongodb/MongoSalatPlugin.scala:1610: match may not be exhaustive.
10-Jun-2020 11:39:04 #19 100.9 [warn] It would fail on the following input: None
10-Jun-2020 11:39:04 #19 100.9 [warn]         md.getAs[DBObject]("content") match {
10-Jun-2020 11:39:04 #19 100.9 [warn]                           ^
10-Jun-2020 11:39:04 #19 100.9 [warn] /src/app/util/FileUtils.scala:146: match may not be exhaustive.
10-Jun-2020 11:39:04 #19 100.9 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_)
10-Jun-2020 11:39:04 #19 100.9 [warn]                 Json.parse(fobj) \ "@context" match {
10-Jun-2020 11:39:04 #19 100.9 [warn]                                  ^
10-Jun-2020 11:39:04 #19 100.9 [warn] /src/conf/routes:47: unreachable code
10-Jun-2020 11:39:04 #19 101.0 [warn] GET            /profile/:uuid                                                           @controllers.Profile.viewProfileUUID(uuid: UUID)
10-Jun-2020 11:39:04 #19 101.0 [warn] /src/conf/routes:298: unreachable code
10-Jun-2020 11:39:04 #19 101.0 [warn] POST           /api/sensors/config                                                      @api.Admin.sensorsConfig
10-Jun-2020 11:39:04 #19 101.0 [warn] /src/conf/routes:637: unreachable code
10-Jun-2020 11:39:04 #19 101.0 [warn] DELETE         /api/sections/:id/tags                                                   @api.Sections.removeTags(id: UUID)
10-Jun-2020 11:39:04 #19 101.1 [warn] /src/conf/routes:368: unreachable code
10-Jun-2020 11:39:04 #19 101.1 [warn] POST           /api/uploadToDataset/:id                                                 @api.Files.uploadToDataset(id: UUID, showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String ?= "", extract: Boolean ?= true)
10-Jun-2020 11:39:04 #19 101.1 [warn] /src/conf/routes:391: unreachable code
10-Jun-2020 11:39:04 #19 101.1 [warn] DELETE         /api/files/:id                                                           @api.Files.removeFile(id: UUID)
10-Jun-2020 11:39:04 #19 101.2 [warn] /src/conf/routes:397: unreachable code
10-Jun-2020 11:39:04 #19 101.2 [warn] DELETE         /api/files/:id/tags                                                      @api.Files.removeTags(id: UUID)
10-Jun-2020 11:39:04 #19 101.2 [warn] /src/conf/routes:461: unreachable code
10-Jun-2020 11:39:04 #19 101.2 [warn] GET            /api/files/:three_d_file_id/:filename                                    @api.Files.getTexture(three_d_file_id: UUID, filename)
10-Jun-2020 11:39:04 #19 101.2 [warn] /src/conf/routes:448: unreachable code
10-Jun-2020 11:39:04 #19 101.2 [warn] GET            /api/files/:id                                                           @api.Files.download(id: UUID, tracking: Boolean ?= true)
10-Jun-2020 11:39:04 #19 101.2 [warn] /src/conf/routes:364: unreachable code
10-Jun-2020 11:39:04 #19 101.2 [warn] POST           /api/files/withFlags/:flags                                              @api.Files.upload(showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String)
10-Jun-2020 11:39:04 #19 101.3 [warn] /src/conf/routes:505: unreachable code
10-Jun-2020 11:39:04 #19 101.3 [warn] GET            /api/collections/list                                                    @api.Collections.list(title: Option[String] ?= None, date: Option[String] ?= None, limit: Int ?= 12, exact: Boolean ?= false)
10-Jun-2020 11:39:04 #19 101.3 [warn] /src/conf/routes:512: unreachable code
10-Jun-2020 11:39:04 #19 101.3 [warn] DELETE         /api/collections/:coll_id/datasets/:ds_id                                @api.Collections.removeDataset(coll_id: UUID, ds_id: UUID, ignoreNotFound ?= "True")
10-Jun-2020 11:39:04 #19 101.3 [warn] /src/conf/routes:518: unreachable code
10-Jun-2020 11:39:04 #19 101.3 [warn] DELETE         /api/collections/:coll_id                                                @api.Collections.removeCollection(coll_id: UUID)
10-Jun-2020 11:39:04 #19 101.3 [warn] /src/conf/routes:559: unreachable code
10-Jun-2020 11:39:04 #19 101.3 [warn] DELETE         /api/datasets/:ds_id/:file_id                                            @api.Datasets.detachFile(ds_id: UUID,file_id: UUID, ignoreNotFound ?= "True")
10-Jun-2020 11:39:04 #19 101.4 [warn] /src/conf/routes:571: unreachable code
10-Jun-2020 11:39:04 #19 101.4 [warn] GET            /api/datasets/:id/files                                                  @api.Datasets.datasetAllFilesList(id: UUID, max: Int ?= -1)
10-Jun-2020 11:39:04 #19 101.4 [warn] /src/conf/routes:517: unreachable code
10-Jun-2020 11:39:04 #19 101.4 [warn] GET            /api/collections/:coll_id/getDatasets                                    @api.Datasets.listInCollection(coll_id: UUID)
10-Jun-2020 11:39:04 #19 101.4 [warn] /src/conf/routes:585: unreachable code
10-Jun-2020 11:39:04 #19 101.4 [warn] DELETE         /api/datasets/:id/tags                                                   @api.Datasets.removeTags(id: UUID)
10-Jun-2020 11:39:04 #19 101.4 [warn] /src/conf/routes:672: unreachable code
10-Jun-2020 11:39:04 #19 101.4 [warn] GET            /api/geostreams/streams/update                                           api.Geostreams.updateStatisticsStreamSensor()
10-Jun-2020 11:39:04 #19 101.7 [warn] /src/app/views/collections/tile.scala.html:55: match may not be exhaustive.
10-Jun-2020 11:39:04 #19 101.7 [warn] It would fail on the following input: None
10-Jun-2020 11:39:04 #19 101.7 [warn]                 case Some(viewer) => {
10-Jun-2020 11:39:04 #19 101.7 [warn] ^
10-Jun-2020 11:39:04 #19 101.7 [warn] /src/app/views/curations/publishedGrid.scala.html:12: match may not be exhaustive.
10-Jun-2020 11:39:04 #19 101.7 [warn] It would fail on the following inputs: JsBoolean(_), JsNull, JsNumber(_), JsObject(_), JsUndefined()
10-Jun-2020 11:39:04 #19 101.7 [warn]           case creators:JsArray => {@(((jo \ "CreatorName"))(0).as[String].trim)@for(i <- 1 to (creators.value.size-1)){, @(((jo \ "CreatorName"))(i).as[String].trim)}}}"
10-Jun-2020 11:39:04 #19 101.7 [warn] ^
10-Jun-2020 11:39:04 #19 101.7 [warn] /src/app/views/curations/publishedGrid.scala.html:31: match may not be exhaustive.
10-Jun-2020 11:39:04 #19 101.7 [warn] It would fail on the following inputs: JsBoolean(_), JsNull, JsNumber(_), JsObject(_), JsUndefined()
10-Jun-2020 11:39:04 #19 101.7 [warn]           case creator:JsString => {
10-Jun-2020 11:39:04 #19 101.7 [warn] ^
10-Jun-2020 11:39:04 #19 101.7 [warn] /src/app/views/curations/publishedGrid.scala.html:9: match may not be exhaustive.
10-Jun-2020 11:39:04 #19 101.7 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
10-Jun-2020 11:39:04 #19 101.7 [warn]                     case jo:JsObject => {
10-Jun-2020 11:39:04 #19 101.7 [warn] ^
10-Jun-2020 11:39:04 #19 101.8 [warn] /src/app/views/datasets/tile.scala.html:65: match may not be exhaustive.
10-Jun-2020 11:39:04 #19 101.8 [warn] It would fail on the following input: None
10-Jun-2020 11:39:05 #19 101.8 [warn]                 case Some(viewer) => {
10-Jun-2020 11:39:05 #19 101.8 [warn] ^
10-Jun-2020 11:39:05 #19 101.8 [warn] /src/app/views/files/tile.scala.html:45: match may not be exhaustive.
10-Jun-2020 11:39:05 #19 101.8 [warn] It would fail on the following input: None
10-Jun-2020 11:39:05 #19 101.8 [warn]                 case Some(viewer) => {
10-Jun-2020 11:39:05 #19 101.8 [warn] ^
10-Jun-2020 11:39:05 #19 101.9 [warn] /src/app/views/metadatald/newCard.scala.html:12: match may not be exhaustive.
10-Jun-2020 11:39:05 #19 101.9 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
10-Jun-2020 11:39:05 #19 101.9 [warn]                 case o: JsObject => {
10-Jun-2020 11:39:05 #19 101.9 [warn] ^
10-Jun-2020 11:39:05 #19 101.9 [warn] /src/app/views/metadatald/newTableRow.scala.html:12: match may not be exhaustive.
10-Jun-2020 11:39:05 #19 101.9 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
10-Jun-2020 11:39:05 #19 101.9 [warn]                 case o: JsObject => {
10-Jun-2020 11:39:05 #19 101.9 [warn] ^
10-Jun-2020 11:39:05 #19 102.4 model contains 974 documentable templates
10-Jun-2020 11:39:10 #19 106.8 [warn] /src/app/services/irods/IRODSPlugin.scala:9: Tag '@date' is not recognised
10-Jun-2020 11:39:10 #19 106.8 [warn] /**
10-Jun-2020 11:39:10 #19 106.8 [warn] ^
10-Jun-2020 11:39:13 #19 109.8 [warn] /src/app/api/CurationObjects.scala:288: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
10-Jun-2020 11:39:13 #19 109.8 [warn]           val client = new DefaultHttpClient
10-Jun-2020 11:39:13 #19 109.8 [warn]                            ^
10-Jun-2020 11:39:13 #19 109.8 [warn] /src/app/api/Datasets.scala:223: value xmlMetadata in class File is deprecated: use Metadata
10-Jun-2020 11:39:13 #19 109.8 [warn]                   if (!file.xmlMetadata.isEmpty) {
10-Jun-2020 11:39:13 #19 109.8 [warn]                             ^
10-Jun-2020 11:39:13 #19 109.8 [warn] /src/app/api/Datasets.scala:420: value xmlMetadata in class File is deprecated: use Metadata
10-Jun-2020 11:39:13 #19 109.8 [warn]       if (!file.xmlMetadata.isEmpty){
10-Jun-2020 11:39:13 #19 109.8 [warn]                 ^
10-Jun-2020 11:39:13 #19 109.8 [warn] /src/app/api/Datasets.scala:499: value xmlMetadata in class File is deprecated: use Metadata
10-Jun-2020 11:39:13 #19 109.8 [warn]           if (!file.xmlMetadata.isEmpty)
10-Jun-2020 11:39:13 #19 109.8 [warn]                     ^
10-Jun-2020 11:39:13 #19 110.2 [warn] /src/app/models/Collection.scala:26: value jsonldMetadata in class Collection is deprecated: use Metadata
10-Jun-2020 11:39:13 #19 110.2 [warn]   @deprecated("use Metadata","since the use of jsonld") jsonldMetadata : List[Metadata]= List.empty
10-Jun-2020 11:39:13 #19 110.2 [warn]                                                         ^
10-Jun-2020 11:39:13 #19 110.2 [warn] /src/app/models/Collection.scala:6: value jsonldMetadata in class Collection is deprecated: use Metadata
10-Jun-2020 11:39:13 #19 110.2 [warn] case class Collection(
10-Jun-2020 11:39:13 #19 110.2 [warn]            ^
10-Jun-2020 11:39:13 #19 110.4 [warn] /src/app/models/File.scala:31: value xmlMetadata in class File is deprecated: use Metadata
10-Jun-2020 11:39:13 #19 110.4 [warn]   @deprecated("use Metadata","since the use of jsonld") xmlMetadata: Map[String, Any] = Map.empty,
10-Jun-2020 11:39:13 #19 110.4 [warn]                                                         ^
10-Jun-2020 11:39:13 #19 110.4 [warn] /src/app/models/File.scala:13: value xmlMetadata in class File is deprecated: use Metadata
10-Jun-2020 11:39:13 #19 110.4 [warn] case class File(
10-Jun-2020 11:39:13 #19 110.4 [warn]            ^
10-Jun-2020 11:39:13 #19 110.4 [warn] /src/app/models/Preview.scala:29: value jsonldMetadata in class Preview is deprecated: use Metadata
10-Jun-2020 11:39:13 #19 110.4 [warn]   @deprecated("use Metadata","since the use of jsonld") jsonldMetadata : List[Metadata]= List.empty
10-Jun-2020 11:39:13 #19 110.4 [warn]                                                         ^
10-Jun-2020 11:39:13 #19 110.4 [warn] /src/app/models/Preview.scala:10: value jsonldMetadata in class Preview is deprecated: use Metadata
10-Jun-2020 11:39:13 #19 110.4 [warn] case class Preview(
10-Jun-2020 11:39:13 #19 110.4 [warn]            ^
10-Jun-2020 11:39:13 #19 110.4 [warn] /src/app/models/Section.scala:18: value jsonldMetadata in class Section is deprecated: use Metadata
10-Jun-2020 11:39:13 #19 110.4 [warn]   @deprecated("use Metadata","since the use of jsonld") jsonldMetadata : List[Metadata]= List.empty,
10-Jun-2020 11:39:13 #19 110.4 [warn]                                                         ^
10-Jun-2020 11:39:13 #19 110.4 [warn] /src/app/models/Section.scala:8: value jsonldMetadata in class Section is deprecated: use Metadata
10-Jun-2020 11:39:13 #19 110.4 [warn] case class Section(
10-Jun-2020 11:39:13 #19 110.4 [warn]            ^
10-Jun-2020 11:39:13 #19 110.6 [warn] /src/app/services/RabbitmqPlugin.scala:199: method encode in object URLEncoder is deprecated: see corresponding Javadoc for more information.
10-Jun-2020 11:39:13 #19 110.6 [warn]       vhost = URLEncoder.encode(factory.get.getVirtualHost)
10-Jun-2020 11:39:13 #19 110.6 [warn]                          ^
10-Jun-2020 11:39:13 #19 110.7 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:25: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
10-Jun-2020 11:39:13 #19 110.7 [warn]         val httpclient = new DefaultHttpClient()
10-Jun-2020 11:39:13 #19 110.7 [warn]             ^
10-Jun-2020 11:39:13 #19 110.7 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:25: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
10-Jun-2020 11:39:13 #19 110.7 [warn]         val httpclient = new DefaultHttpClient()
10-Jun-2020 11:39:13 #19 110.7 [warn]                              ^
10-Jun-2020 11:39:13 #19 110.7 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:53: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
10-Jun-2020 11:39:13 #19 110.7 [warn]         val httpclient = new DefaultHttpClient()
10-Jun-2020 11:39:13 #19 110.7 [warn]             ^
10-Jun-2020 11:39:13 #19 110.7 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:53: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
10-Jun-2020 11:39:13 #19 110.7 [warn]         val httpclient = new DefaultHttpClient()
10-Jun-2020 11:39:13 #19 110.7 [warn]                              ^
10-Jun-2020 11:39:13 #19 110.7 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:81: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
10-Jun-2020 11:39:13 #19 110.7 [warn]         val httpclient = new DefaultHttpClient()
10-Jun-2020 11:39:13 #19 110.7 [warn]             ^
10-Jun-2020 11:39:13 #19 110.7 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:81: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
10-Jun-2020 11:39:13 #19 110.7 [warn]         val httpclient = new DefaultHttpClient()
10-Jun-2020 11:39:13 #19 110.7 [warn]                              ^
10-Jun-2020 11:39:13 #19 110.7 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:110: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
10-Jun-2020 11:39:13 #19 110.7 [warn]         val httpclient = new DefaultHttpClient()
10-Jun-2020 11:39:13 #19 110.7 [warn]             ^
10-Jun-2020 11:39:13 #19 110.7 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:110: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
10-Jun-2020 11:39:13 #19 110.7 [warn]         val httpclient = new DefaultHttpClient()
10-Jun-2020 11:39:13 #19 110.7 [warn]                              ^
10-Jun-2020 11:39:13 #19 110.7 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:128: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
10-Jun-2020 11:39:13 #19 110.7 [warn]         val httpclient = new DefaultHttpClient()
10-Jun-2020 11:39:13 #19 110.7 [warn]             ^
10-Jun-2020 11:39:13 #19 110.7 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:128: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
10-Jun-2020 11:39:13 #19 110.7 [warn]         val httpclient = new DefaultHttpClient()
10-Jun-2020 11:39:13 #19 110.7 [warn]                              ^
10-Jun-2020 11:39:13 #19 110.7 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:146: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
10-Jun-2020 11:39:13 #19 110.7 [warn]         val httpclient = new DefaultHttpClient()
10-Jun-2020 11:39:13 #19 110.7 [warn]             ^
10-Jun-2020 11:39:13 #19 110.7 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:146: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
10-Jun-2020 11:39:13 #19 110.7 [warn]         val httpclient = new DefaultHttpClient()
10-Jun-2020 11:39:13 #19 110.7 [warn]                              ^
10-Jun-2020 11:39:13 #19 110.7 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:204: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
10-Jun-2020 11:39:13 #19 110.7 [warn]         val httpclient = new DefaultHttpClient()
10-Jun-2020 11:39:13 #19 110.7 [warn]             ^
10-Jun-2020 11:39:13 #19 110.7 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:204: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
10-Jun-2020 11:39:13 #19 110.7 [warn]         val httpclient = new DefaultHttpClient()
10-Jun-2020 11:39:13 #19 110.7 [warn]                              ^
10-Jun-2020 11:39:13 #19 110.7 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:225: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
10-Jun-2020 11:39:13 #19 110.7 [warn]         val httpclient = new DefaultHttpClient()
10-Jun-2020 11:39:13 #19 110.7 [warn]             ^
10-Jun-2020 11:39:13 #19 110.7 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:225: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
10-Jun-2020 11:39:13 #19 110.7 [warn]         val httpclient = new DefaultHttpClient()
10-Jun-2020 11:39:13 #19 110.7 [warn]                              ^
10-Jun-2020 11:39:14 #19 110.8 [warn] /src/app/services/mongodb/MongoDBFileService.scala:816: value xmlMetadata in class File is deprecated: use Metadata
10-Jun-2020 11:39:14 #19 110.8 [warn]             if(!file.xmlMetadata.isEmpty){
10-Jun-2020 11:39:14 #19 110.8 [warn]                      ^
10-Jun-2020 11:39:14 #19 110.9 [warn] /src/app/services/mongodb/MongoDBPreviewService.scala:171: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
10-Jun-2020 11:39:14 #19 110.9 [warn]       val httpclient = new DefaultHttpClient()
10-Jun-2020 11:39:14 #19 110.9 [warn]           ^
10-Jun-2020 11:39:14 #19 110.9 [warn] /src/app/services/mongodb/MongoDBPreviewService.scala:171: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
10-Jun-2020 11:39:14 #19 110.9 [warn]       val httpclient = new DefaultHttpClient()
10-Jun-2020 11:39:14 #19 110.9 [warn]                            ^
10-Jun-2020 11:39:14 #19 111.0 [warn] /src/app/util/FileUtils.scala:280: value jsonldMetadata in class Preview is deprecated: use Metadata
10-Jun-2020 11:39:14 #19 111.0 [warn]           val currentMetadata = currentPreview.jsonldMetadata
10-Jun-2020 11:39:14 #19 111.0 [warn]                                                ^
10-Jun-2020 11:39:14 #19 111.1 [warn] /src/conf/routes:363: method upload in class Files is deprecated
10-Jun-2020 11:39:14 #19 111.1 [warn] POST           /api/files                                                               @api.Files.upload(showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String ?= "")
10-Jun-2020 11:39:14 #19 111.2 [warn] /src/conf/routes:363: method upload in class Files is deprecated
10-Jun-2020 11:39:14 #19 111.2 [warn] POST           /api/files                                                               @api.Files.upload(showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String ?= "")
10-Jun-2020 11:39:14 #19 111.3 [warn] /src/conf/routes:364: method upload in class Files is deprecated
10-Jun-2020 11:39:14 #19 111.3 [warn] POST           /api/files/withFlags/:flags                                              @api.Files.upload(showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String)
10-Jun-2020 11:39:19 #19 115.9 [warn] 54 warnings found
10-Jun-2020 11:39:19 #19 115.9 [info] Main Scala API documentation successful.
10-Jun-2020 11:39:19 #19 116.0 [info] Packaging /src/target/scala-2.10/clowder_2.10-1.8.2-SNAPSHOT-javadoc.jar ...
10-Jun-2020 11:39:20 #19 116.9 [info] Done packaging.
10-Jun-2020 11:40:06 #19 162.9 [warn] 175 warnings found
10-Jun-2020 11:40:07 #19 164.4 [warn] warning: [options] bootstrap class path not set in conjunction with -source 1.7
10-Jun-2020 11:40:07 #19 164.4 [warn] 1 warning
10-Jun-2020 11:40:15 #19 172.6 [info] Packaging /src/target/scala-2.10/clowder_2.10-1.8.2-SNAPSHOT.jar ...
10-Jun-2020 11:40:18 #19 175.2 [info] Done packaging.
10-Jun-2020 11:40:24 #19 181.7 [info]
10-Jun-2020 11:40:24 #19 181.7 [info] Your package is ready in /src/target/universal/clowder-1.8.2-SNAPSHOT.zip
10-Jun-2020 11:40:24 #19 181.7 [info]
10-Jun-2020 11:40:24 #19 181.7 [success] Total time: 177 s, completed Jun 10, 2020 4:40:24 PM
10-Jun-2020 11:40:25 #19 181.8 total 96096
10-Jun-2020 11:40:25 #19 181.8 -rw-r--r--    1 root     root      98397258 Jun 10 16:40 clowder-1.8.2-SNAPSHOT.zip
10-Jun-2020 11:40:25 #19 181.8 drwxr-xr-x    3 root     root          4096 Jun 10 16:40 tmp
10-Jun-2020 11:40:26 #19 183.5 total 1228
10-Jun-2020 11:40:26 #19 183.5 drwxr-xr-x   13 root     root          4096 Jun 10 16:37 app
10-Jun-2020 11:40:26 #19 183.5 drwxr-xr-x    6 root     root          4096 Jun 10 16:40 clowder-1.8.2-SNAPSHOT
10-Jun-2020 11:40:26 #19 183.5 drwxr-xr-x    2 root     root          4096 Jun 10 16:37 conf
10-Jun-2020 11:40:26 #19 183.5 drwxr-xr-x    2 root     root          4096 Jun 10 16:37 lib
10-Jun-2020 11:40:26 #19 183.5 drwxr-xr-x    1 root     root          4096 Jun 10 16:33 project
10-Jun-2020 11:40:26 #19 183.5 drwxr-xr-x   12 root     root          4096 Jun 10 16:37 public
10-Jun-2020 11:40:26 #19 183.5 -rwxr-xr-x    1 root     root           164 Jun 10 16:28 sbt
10-Jun-2020 11:40:26 #19 183.5 -rw-r--r--    1 root     root          5821 Jun 10 16:28 sbt-launch-lib.bash
10-Jun-2020 11:40:26 #19 183.5 -rw-r--r--    1 root     root       1208385 Jun 10 16:28 sbt-launch.jar
10-Jun-2020 11:40:26 #19 183.5 -rw-r--r--    1 root     root           164 Jun 10 16:28 sbt.bat
10-Jun-2020 11:40:26 #19 183.5 drwxr-xr-x    9 root     root          4096 Jun 10 16:40 target
10-Jun-2020 11:40:27 #19    completed: 2020-06-10 16:40:27.032843746 +0000 UTC
10-Jun-2020 11:40:27 #19     duration: 3m3.847382218s
10-Jun-2020 11:40:27
10-Jun-2020 11:40:28
10-Jun-2020 11:40:28 #20 [stage-1 3/6] COPY --from=clowder-build /src/clowder /home/clowder/
10-Jun-2020 11:40:28 #20       digest: sha256:961a07b4d65562b5ac369d4d090153eaa968121e34a64ee4e8ecf278598f00d1
10-Jun-2020 11:40:28 #20         name: "[stage-1 3/6] COPY --from=clowder-build /src/clowder /home/clowder/"
10-Jun-2020 11:40:28 #20      started: 2020-06-10 16:40:28.358625688 +0000 UTC
10-Jun-2020 11:40:29 #20    completed: 2020-06-10 16:40:29.29252351 +0000 UTC
10-Jun-2020 11:40:29 #20     duration: 933.897822ms
10-Jun-2020 11:40:29
10-Jun-2020 11:40:29
10-Jun-2020 11:40:29 #21 [stage-1 4/6] COPY docker/clowder.sh docker/healthcheck.sh /home/clowder...
10-Jun-2020 11:40:29 #21       digest: sha256:ec5e3d356c3fa7b28eefc1f844098c206e0cdba52f0968c029a95f16dc14f254
10-Jun-2020 11:40:29 #21         name: "[stage-1 4/6] COPY docker/clowder.sh docker/healthcheck.sh /home/clowder/"
10-Jun-2020 11:40:29 #21      started: 2020-06-10 16:40:29.311531063 +0000 UTC
10-Jun-2020 11:40:30 #21    completed: 2020-06-10 16:40:30.070374202 +0000 UTC
10-Jun-2020 11:40:30 #21     duration: 758.843139ms
10-Jun-2020 11:40:30
10-Jun-2020 11:40:30
10-Jun-2020 11:40:30 #22 [stage-1 5/6] COPY docker/custom.conf docker/play.plugins /home/clowder/...
10-Jun-2020 11:40:30 #22       digest: sha256:af25180a2d3104b7c926779b21468bfe45d3df779f70af4813b6721bcb5874ac
10-Jun-2020 11:40:30 #22         name: "[stage-1 5/6] COPY docker/custom.conf docker/play.plugins /home/clowder/custom/"
10-Jun-2020 11:40:30 #22      started: 2020-06-10 16:40:30.165888295 +0000 UTC
10-Jun-2020 11:40:31 #22    completed: 2020-06-10 16:40:31.466594078 +0000 UTC
10-Jun-2020 11:40:31 #22     duration: 1.300705783s
10-Jun-2020 11:40:31
10-Jun-2020 11:40:31
10-Jun-2020 11:40:31 #23 [stage-1 6/6] RUN mkdir /home/clowder/data &&     chgrp -R 0 /home/clowd...
10-Jun-2020 11:40:31 #23       digest: sha256:7d1e23a2ffe69fc203e76d238e1f532a9bfa6e2ce66172603230625eabc0c2e9
10-Jun-2020 11:40:31 #23         name: "[stage-1 6/6] RUN mkdir /home/clowder/data &&     chgrp -R 0 /home/clowder/ &&     chmod g+w /home/clowder/logs /home/clowder/data /home/clowder/custom"
10-Jun-2020 11:40:31 #23      started: 2020-06-10 16:40:31.499166336 +0000 UTC
10-Jun-2020 11:41:14 #23    completed: 2020-06-10 16:41:14.470493124 +0000 UTC
10-Jun-2020 11:41:14 #23     duration: 42.971326788s
10-Jun-2020 11:41:14
10-Jun-2020 11:41:14
10-Jun-2020 11:41:14 #24 exporting to image
10-Jun-2020 11:41:14 #24       digest: sha256:6d8ec632fbe1ad143b89416db3e28785b725e483e38f4e93de126e6ace40ee58
10-Jun-2020 11:41:14 #24         name: "exporting to image"
10-Jun-2020 11:41:14 #24      started: 2020-06-10 16:41:14.633458809 +0000 UTC
10-Jun-2020 11:41:14 #24 exporting layers
10-Jun-2020 11:41:16 #24 exporting layers 2.2s done
10-Jun-2020 11:41:17 #24 writing image sha256:0b659dfd26a82ab2cedde32d600ac156b52d397ddb4fedcfcfdce7421ff54f2f 0.1s done
10-Jun-2020 11:41:17 #24 naming to docker.io/clowder/clowder:latest
10-Jun-2020 11:41:17 #24    completed: 2020-06-10 16:41:17.122584753 +0000 UTC
10-Jun-2020 11:41:17 #24     duration: 2.489125944s
10-Jun-2020 11:41:17 #24 naming to docker.io/clowder/clowder:latest 0.0s done
10-Jun-2020 11:41:17
10-Jun-2020 11:41:17
10-Jun-2020 11:41:17 #2 [internal] load .dockerignore
10-Jun-2020 11:41:17 #2       digest: sha256:e6efdd8289a957836e6e04b46d338a67b78354e92dcaa35e4430ba0d454b37b2
10-Jun-2020 11:41:17 #2         name: "[internal] load .dockerignore"
10-Jun-2020 11:41:17 #2      started: 2020-06-10 16:41:17.393874332 +0000 UTC
10-Jun-2020 11:41:17 #2 transferring context: 2B done
10-Jun-2020 11:41:18 #1 ...
10-Jun-2020 11:41:18
10-Jun-2020 11:41:18 #1 [internal] load build definition from Dockerfile
10-Jun-2020 11:41:18 #1       digest: sha256:6dcbf4979c9ddac400b9a9d70bd6714d03e1b62dd680ede505aa4a5ed5c3159c
10-Jun-2020 11:41:18 #1         name: "[internal] load build definition from Dockerfile"
10-Jun-2020 11:41:18 #1      started: 2020-06-10 16:41:17.393632593 +0000 UTC
10-Jun-2020 11:41:18 #1    completed: 2020-06-10 16:41:18.057311879 +0000 UTC
10-Jun-2020 11:41:18 #1     duration: 663.679286ms
10-Jun-2020 11:41:18 #1 transferring dockerfile: 605B 0.0s done
10-Jun-2020 11:41:18
10-Jun-2020 11:41:18
10-Jun-2020 11:41:18 #2 [internal] load .dockerignore
10-Jun-2020 11:41:18 #2    completed: 2020-06-10 16:41:18.142950658 +0000 UTC
10-Jun-2020 11:41:18 #2     duration: 749.076326ms
10-Jun-2020 11:41:18
10-Jun-2020 11:41:18
10-Jun-2020 11:41:18 #3 [internal] load metadata for docker.io/library/ubuntu:latest
10-Jun-2020 11:41:18 #3       digest: sha256:8c6bdfb121a69744f11ffa1fedfc68ec20085c2dcce567aac97a3ff72e53502d
10-Jun-2020 11:41:18 #3         name: "[internal] load metadata for docker.io/library/ubuntu:latest"
10-Jun-2020 11:41:18 #3      started: 2020-06-10 16:41:18.212176651 +0000 UTC
10-Jun-2020 11:41:18 #3    completed: 2020-06-10 16:41:18.613986341 +0000 UTC
10-Jun-2020 11:41:18 #3     duration: 401.80969ms
10-Jun-2020 11:41:18
10-Jun-2020 11:41:18
10-Jun-2020 11:41:18 #4 [internal] helper image for file operations
10-Jun-2020 11:41:18 #4       digest: sha256:e4c43493b1bb2320466c52248e886014710025b273f224bb96a23b8fb7a1d193
10-Jun-2020 11:41:18 #4         name: "[internal] helper image for file operations"
10-Jun-2020 11:41:18 #4      started: 2020-06-10 16:41:18.615089815 +0000 UTC
10-Jun-2020 11:41:18 #4    completed: 2020-06-10 16:41:18.615496537 +0000 UTC
10-Jun-2020 11:41:18 #4     duration: 406.722µs
10-Jun-2020 11:41:18 #4      started: 2020-06-10 16:41:18.61598457 +0000 UTC
10-Jun-2020 11:41:18 #4       cached: true
10-Jun-2020 11:41:18 #4    completed: 2020-06-10 16:41:18.651836195 +0000 UTC
10-Jun-2020 11:41:18 #4     duration: 35.851625ms
10-Jun-2020 11:41:18
10-Jun-2020 11:41:18
10-Jun-2020 11:41:18 #5 [1/3] FROM docker.io/library/ubuntu@sha256:747d2dbbaaee995098c9792d99bd3...
10-Jun-2020 11:41:18 #5       digest: sha256:a8e2620730dfe25984268c67fcbe396b1ed0900aec3672b163c8c7da1349dfb3
10-Jun-2020 11:41:18 #5         name: "[1/3] FROM docker.io/library/ubuntu@sha256:747d2dbbaaee995098c9792d99bd333c6783ce56150d1b11e333bbceed5c54d7"
10-Jun-2020 11:41:18 #5      started: 2020-06-10 16:41:18.614840312 +0000 UTC
10-Jun-2020 11:41:18 #5    completed: 2020-06-10 16:41:18.614996726 +0000 UTC
10-Jun-2020 11:41:18 #5     duration: 156.414µs
10-Jun-2020 11:41:18 #5      started: 2020-06-10 16:41:18.615104954 +0000 UTC
10-Jun-2020 11:41:18 #5    completed: 2020-06-10 16:41:18.615804523 +0000 UTC
10-Jun-2020 11:41:18 #5     duration: 699.569µs
10-Jun-2020 11:41:18 #5      started: 2020-06-10 16:41:18.615911506 +0000 UTC
10-Jun-2020 11:41:18 #5 resolve docker.io/library/ubuntu@sha256:747d2dbbaaee995098c9792d99bd333c6783ce56150d1b11e333bbceed5c54d7 done
10-Jun-2020 11:41:18 #5 sha256:fc878cd0a91c7bece56f668b2c79a19d94dd5471dae41fe5a7e14b4ae65251f6 0B / 32.30kB 0.2s
10-Jun-2020 11:41:18 #5 sha256:6154df8ff9882934dc5bf265b8b85a3aeadba06387447ffa440f7af7f32b0e1d 0B / 847B 0.2s
10-Jun-2020 11:41:18 #5 sha256:747d2dbbaaee995098c9792d99bd333c6783ce56150d1b11e333bbceed5c54d7 1.21kB / 1.21kB done
10-Jun-2020 11:41:18 #5 sha256:5747316366b8cc9e3021cd7286f42b2d6d81e3d743e2ab571f55bcd5df788cc8 1.15kB / 1.15kB done
10-Jun-2020 11:41:18 #5 sha256:1d622ef86b138c7e96d4f797bf5e4baca3249f030c575b9337638594f2b63f01 3.41kB / 3.41kB done
10-Jun-2020 11:41:18 #5 sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 0B / 28.56MB 0.2s
10-Jun-2020 11:41:19 #7 ...
10-Jun-2020 11:41:19
10-Jun-2020 11:41:19 #7 [internal] load build context
10-Jun-2020 11:41:19 #7       digest: sha256:a4eae42911bb264d1130fc1966197586dd5807cd2172eb87ceee5ff1f571b688
10-Jun-2020 11:41:19 #7         name: "[internal] load build context"
10-Jun-2020 11:41:19 #7      started: 2020-06-10 16:41:18.615537053 +0000 UTC
10-Jun-2020 11:41:19 #7    completed: 2020-06-10 16:41:18.615622143 +0000 UTC
10-Jun-2020 11:41:19 #7     duration: 85.09µs
10-Jun-2020 11:41:19 #7      started: 2020-06-10 16:41:18.61580245 +0000 UTC
10-Jun-2020 11:41:19 #7    completed: 2020-06-10 16:41:19.001542251 +0000 UTC
10-Jun-2020 11:41:19 #7     duration: 385.739801ms
10-Jun-2020 11:41:19 #7 transferring context: 12.56kB 0.0s done
10-Jun-2020 11:41:19
10-Jun-2020 11:41:19
10-Jun-2020 11:41:19 #5 [1/3] FROM docker.io/library/ubuntu@sha256:747d2dbbaaee995098c9792d99bd3...
10-Jun-2020 11:41:19 #5 sha256:fc878cd0a91c7bece56f668b2c79a19d94dd5471dae41fe5a7e14b4ae65251f6 32.30kB / 32.30kB 0.4s
10-Jun-2020 11:41:19 #5 sha256:6154df8ff9882934dc5bf265b8b85a3aeadba06387447ffa440f7af7f32b0e1d 847B / 847B 0.4s
10-Jun-2020 11:41:19 #5 sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 2.19MB / 28.56MB 0.4s
10-Jun-2020 11:41:19 #5 sha256:fc878cd0a91c7bece56f668b2c79a19d94dd5471dae41fe5a7e14b4ae65251f6 32.30kB / 32.30kB 0.5s done
10-Jun-2020 11:41:19 #5 sha256:6154df8ff9882934dc5bf265b8b85a3aeadba06387447ffa440f7af7f32b0e1d 847B / 847B 0.5s done
10-Jun-2020 11:41:19 #5 sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 28.56MB / 28.56MB 1.0s done
10-Jun-2020 11:41:19 #5 sha256:fee5db0ff82f7aa5ace63497df4802bbadf8f2779ed3e1858605b791dc449425 163B / 163B 1.0s
10-Jun-2020 11:41:19 #5 extracting sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e
10-Jun-2020 11:41:19 #5 sha256:fee5db0ff82f7aa5ace63497df4802bbadf8f2779ed3e1858605b791dc449425 163B / 163B 1.0s done
10-Jun-2020 11:41:20 #5 extracting sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 1.0s done
10-Jun-2020 11:41:21 #5 extracting sha256:fc878cd0a91c7bece56f668b2c79a19d94dd5471dae41fe5a7e14b4ae65251f6 done
10-Jun-2020 11:41:21 #5 extracting sha256:6154df8ff9882934dc5bf265b8b85a3aeadba06387447ffa440f7af7f32b0e1d done
10-Jun-2020 11:41:21 #5 extracting sha256:fee5db0ff82f7aa5ace63497df4802bbadf8f2779ed3e1858605b791dc449425 done
10-Jun-2020 11:41:22 #5    completed: 2020-06-10 16:41:22.029864883 +0000 UTC
10-Jun-2020 11:41:22 #5     duration: 3.413953377s
10-Jun-2020 11:41:22
10-Jun-2020 11:41:22
10-Jun-2020 11:41:22 #6 [2/3] RUN apt-get -y update     && apt-get -y install curl unzip docker....
10-Jun-2020 11:41:22 #6       digest: sha256:ad7521c4bee1ef993235876a6aa4435140530d52dedc87a7bfbefe6fc3b01c0f
10-Jun-2020 11:41:22 #6         name: "[2/3] RUN apt-get -y update     && apt-get -y install curl unzip docker.io python python-dev python-pip     && pip install flask-restful     && pip install arrow     && apt-get clean all     && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*     ;"
10-Jun-2020 11:41:22 #6      started: 2020-06-10 16:41:22.047024308 +0000 UTC
10-Jun-2020 11:41:22 #6 0.930 Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [107 kB]
10-Jun-2020 11:41:23 #6 1.063 Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
10-Jun-2020 11:41:23 #6 1.122 Get:3 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [1077 B]
10-Jun-2020 11:41:23 #6 1.155 Get:4 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [41.2 kB]
10-Jun-2020 11:41:23 #6 1.161 Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [128 kB]
10-Jun-2020 11:41:23 #6 1.185 Get:6 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [13.1 kB]
10-Jun-2020 11:41:23 #6 1.553 Get:7 http://archive.ubuntu.com/ubuntu focal-updates InRelease [107 kB]
10-Jun-2020 11:41:23 #6 1.672 Get:8 http://archive.ubuntu.com/ubuntu focal-backports InRelease [98.3 kB]
10-Jun-2020 11:41:23 #6 1.789 Get:9 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
10-Jun-2020 11:41:23 #6 1.834 Get:10 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
10-Jun-2020 11:41:24 #6 2.397 Get:11 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
10-Jun-2020 11:41:24 #6 2.402 Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
10-Jun-2020 11:41:24 #6 2.433 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [1077 B]
10-Jun-2020 11:41:24 #6 2.434 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [132 kB]
10-Jun-2020 11:41:24 #6 2.437 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [13.1 kB]
10-Jun-2020 11:41:24 #6 2.437 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [241 kB]
10-Jun-2020 11:41:24 #6 2.444 Get:17 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [2903 B]
10-Jun-2020 11:41:25 #6 3.444 Fetched 14.0 MB in 3s (5260 kB/s)
10-Jun-2020 11:41:26 #6 3.444 Reading package lists...
10-Jun-2020 11:41:27 #6 4.289 Reading package lists...
10-Jun-2020 11:41:27 #6 5.085 Building dependency tree...
10-Jun-2020 11:41:27 #6 5.215 Reading state information...
10-Jun-2020 11:41:27 #6 5.313 E: Unable to locate package python-pip
10-Jun-2020 11:41:27 #6    completed: 2020-06-10 16:41:27.42043247 +0000 UTC
10-Jun-2020 11:41:27 #6     duration: 5.373408162s
10-Jun-2020 11:41:27 #6        error: "executor failed running [/bin/sh -c apt-get -y update     && apt-get -y install curl unzip docker.io python python-dev python-pip     && pip install flask-restful     && pip install arrow     && apt-get clean all     && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*     ;]: exit code: 100"
10-Jun-2020 11:41:27
10-Jun-2020 11:41:27 executor failed running [/bin/sh -c apt-get -y update     && apt-get -y install curl unzip docker.io python python-dev python-pip     && pip install flask-restful     && pip install arrow     && apt-get clean all     && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*     ;]: exit code: 100
10-Jun-2020 11:41:27 Failing task since return code of [/bin/sh docker.sh] was 1 while expected 0
10-Jun-2020 11:41:27 Finished task 'docker build' with result: Failed
10-Jun-2020 11:41:27 Running post build plugin 'Docker Container Cleanup'
10-Jun-2020 11:41:27 Running post build plugin 'NCover Results Collector'
10-Jun-2020 11:41:27 Running post build plugin 'Clover Results Collector'
10-Jun-2020 11:41:27 Running post build plugin 'npm Cache Cleanup'
10-Jun-2020 11:41:27 Running post build plugin 'Artifact Copier'
10-Jun-2020 11:41:27 Publishing an artifact: dist
10-Jun-2020 11:41:35 Finished publishing of artifact Non required shared artifact: [dist], pattern: [clowder-*.zip] anchored at: [target/universal] in 7.936 s
10-Jun-2020 11:41:35 Publishing an artifact: scaladoc
10-Jun-2020 11:41:37 Finished publishing of artifact Non required shared artifact: [scaladoc], pattern: [**/*] anchored at: [target/scala-2.10/api] in 1.738 s
10-Jun-2020 11:41:37 Publishing an artifact: manual
10-Jun-2020 11:41:37 Unable to publish artifact [manual]: the source directory /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-CORE1097-JOB1/doc/src/sphinx/_build/html does not exist.
10-Jun-2020 11:41:37 The artifact hasn't been successfully published after 10.56 ms
10-Jun-2020 11:41:37 Finalising the build...
10-Jun-2020 11:41:37 Stopping timer.
10-Jun-2020 11:41:37 Build CATS-CORE1097-JOB1-35 completed.
10-Jun-2020 11:41:37 Running on server: post build plugin 'NCover Results Collector'
10-Jun-2020 11:41:37 Running on server: post build plugin 'Build Hanging Detection Configuration'
10-Jun-2020 11:41:37 Running on server: post build plugin 'Clover Delta Calculator'
10-Jun-2020 11:41:37 Running on server: post build plugin 'Maven Dependencies Postprocessor'
10-Jun-2020 11:41:37 All post build plugins have finished
10-Jun-2020 11:41:37 Generating build results summary...
10-Jun-2020 11:41:37 Saving build results to disk...
10-Jun-2020 11:41:37 Store variable context...
10-Jun-2020 11:41:37 Indexing build results...
10-Jun-2020 11:41:37 Finished building CATS-CORE1097-JOB1-35.