Build: #33 failed

Job: default failed

Stages & jobs

  1. Default Stage

Build log

The build generated 5,668 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:12:34 #19 65.81 [warn] why the feature should be explicitly enabled.
10-Jun-2020 11:12:34 #19 65.81 [warn]       val interval = if (archiveDebug) { 5 minutes } else { 1 day }
10-Jun-2020 11:12:34 #19 65.81 [warn]                                            ^
10-Jun-2020 11:12:34 #19 65.81 [warn] /src/app/Global.scala:68: postfix operator day should be enabled
10-Jun-2020 11:12:34 #19 65.81 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:34 #19 65.81 [warn]       val interval = if (archiveDebug) { 5 minutes } else { 1 day }
10-Jun-2020 11:12:34 #19 65.81 [warn]                                                               ^
10-Jun-2020 11:12:34 #19 65.81 [warn] /src/app/Global.scala:74: postfix operator seconds should be enabled
10-Jun-2020 11:12:34 #19 65.81 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:34 #19 65.81 [warn]       val delay = if (archiveDebug) { 10 seconds } else {
10-Jun-2020 11:12:34 #19 65.81 [warn]                                          ^
10-Jun-2020 11:12:34 #19 65.81 [warn] /src/app/Global.scala:75: postfix operator seconds should be enabled
10-Jun-2020 11:12:34 #19 65.81 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:34 #19 65.81 [warn]         (Duration.ofDays(1).getSeconds - sinceLastMidnight) seconds
10-Jun-2020 11:12:34 #19 65.81 [warn]                                                             ^
10-Jun-2020 11:12:34 #19 65.81 [warn] /src/app/Global.scala:86: postfix operator minutes should be enabled
10-Jun-2020 11:12:34 #19 65.81 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:34 #19 65.81 [warn]       extractorTimer = Akka.system().scheduler.schedule(0 minutes, 5 minutes) {
10-Jun-2020 11:12:34 #19 65.81 [warn]                                                           ^
10-Jun-2020 11:12:34 #19 65.81 [warn] /src/app/Global.scala:86: postfix operator minutes should be enabled
10-Jun-2020 11:12:34 #19 65.81 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:34 #19 65.81 [warn]       extractorTimer = Akka.system().scheduler.schedule(0 minutes, 5 minutes) {
10-Jun-2020 11:12:34 #19 65.81 [warn]                                                                      ^
10-Jun-2020 11:12:34 #19 65.81 [warn] /src/app/Global.scala:92: postfix operator minutes should be enabled
10-Jun-2020 11:12:34 #19 65.81 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:34 #19 65.81 [warn]       jobTimer = Akka.system().scheduler.schedule(0 minutes, 1 minutes) {
10-Jun-2020 11:12:34 #19 65.81 [warn]                                                     ^
10-Jun-2020 11:12:34 #19 65.81 [warn] /src/app/Global.scala:92: postfix operator minutes should be enabled
10-Jun-2020 11:12:34 #19 65.81 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:34 #19 65.81 [warn]       jobTimer = Akka.system().scheduler.schedule(0 minutes, 1 minutes) {
10-Jun-2020 11:12:34 #19 65.81 [warn]                                                                ^
10-Jun-2020 11:12:34 #19 65.81 [warn] /src/app/Global.scala:106: postfix operator seconds should be enabled
10-Jun-2020 11:12:34 #19 65.81 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:34 #19 65.81 [warn]         Akka.system().scheduler.scheduleOnce(10 seconds) {
10-Jun-2020 11:12:34 #19 65.81 [warn]                                                 ^
10-Jun-2020 11:12:35 #19 67.45 [warn] /src/app/api/CurationObjects.scala:124: postfix operator toList should be enabled
10-Jun-2020 11:12:35 #19 67.45 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:35 #19 67.45 [warn]             metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map{item => item.content}toList))
10-Jun-2020 11:12:35 #19 67.45 [warn]                                                                                                                                ^
10-Jun-2020 11:12:36 #19 67.91 [warn] /src/app/api/CurationObjects.scala:124: postfix operator toList should be enabled
10-Jun-2020 11:12:36 #19 67.91 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:36 #19 67.91 [warn]             metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map{item => item.content}toList))
10-Jun-2020 11:12:36 #19 67.91 [warn]                                                                                                                                ^
10-Jun-2020 11:12:36 #19 68.73 [warn] /src/app/api/Extractions.scala:14: imported `Files' is permanently hidden by definition of class Files in package api
10-Jun-2020 11:12:37 #19 68.74 [warn] import play.api.libs.{Files, MimeTypes}
10-Jun-2020 11:12:37 #19 68.74 [warn]                       ^
10-Jun-2020 11:12:37 #19 69.09 [warn] /src/app/api/Extractions.scala:14: imported `Files' is permanently hidden by definition of class Files in package api
10-Jun-2020 11:12:37 #19 69.09 [warn] import play.api.libs.{Files, MimeTypes}
10-Jun-2020 11:12:37 #19 69.09 [warn]                       ^
10-Jun-2020 11:12:37 #19 69.39 [warn] /src/app/api/Files.scala:520: @deprecated now takes two arguments; see the scaladoc.
10-Jun-2020 11:12:37 #19 69.39 [warn]   @deprecated
10-Jun-2020 11:12:37 #19 69.39 [warn]    ^
10-Jun-2020 11:12:38 #19 69.94 [warn] /src/app/api/Files.scala:520: @deprecated now takes two arguments; see the scaladoc.
10-Jun-2020 11:12:38 #19 69.94 [warn]   @deprecated
10-Jun-2020 11:12:38 #19 69.94 [warn]    ^
10-Jun-2020 11:12:39 #19 71.13 [warn] /src/app/api/Geostreams.scala:46: postfix operator tupled should be enabled
10-Jun-2020 11:12:39 #19 71.13 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:39 #19 71.13 [warn]   ) tupled
10-Jun-2020 11:12:39 #19 71.13 [warn]     ^
10-Jun-2020 11:12:39 #19 71.13 [warn] /src/app/api/Geostreams.scala:54: postfix operator tupled should be enabled
10-Jun-2020 11:12:39 #19 71.13 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:39 #19 71.13 [warn]   ) tupled
10-Jun-2020 11:12:39 #19 71.13 [warn]     ^
10-Jun-2020 11:12:39 #19 71.13 [warn] /src/app/api/Geostreams.scala:63: postfix operator tupled should be enabled
10-Jun-2020 11:12:39 #19 71.13 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:39 #19 71.13 [warn]   ) tupled
10-Jun-2020 11:12:39 #19 71.13 [warn]     ^
10-Jun-2020 11:12:39 #19 71.13 [warn] /src/app/api/Geostreams.scala:70: postfix operator tupled should be enabled
10-Jun-2020 11:12:39 #19 71.13 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:39 #19 71.13 [warn]     ) tupled
10-Jun-2020 11:12:39 #19 71.13 [warn]       ^
10-Jun-2020 11:12:39 #19 71.14 [warn] /src/app/api/Geostreams.scala:78: postfix operator tupled should be enabled
10-Jun-2020 11:12:39 #19 71.14 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:39 #19 71.14 [warn]     ) tupled
10-Jun-2020 11:12:39 #19 71.14 [warn]       ^
10-Jun-2020 11:12:39 #19 71.14 [warn] /src/app/api/Geostreams.scala:87: postfix operator tupled should be enabled
10-Jun-2020 11:12:39 #19 71.14 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:39 #19 71.14 [warn]     ) tupled
10-Jun-2020 11:12:39 #19 71.14 [warn]       ^
10-Jun-2020 11:12:39 #19 71.14 [warn] /src/app/api/Geostreams.scala:95: postfix operator tupled should be enabled
10-Jun-2020 11:12:39 #19 71.14 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:39 #19 71.14 [warn]     ) tupled
10-Jun-2020 11:12:39 #19 71.14 [warn]       ^
10-Jun-2020 11:12:39 #19 71.19 [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:12:39 #19 71.19 [warn] import models.Institution
10-Jun-2020 11:12:39 #19 71.19 [warn]               ^
10-Jun-2020 11:12:40 #19 71.95 [warn] /src/app/api/Geostreams.scala:46: postfix operator tupled should be enabled
10-Jun-2020 11:12:40 #19 71.95 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:40 #19 71.95 [warn]   ) tupled
10-Jun-2020 11:12:40 #19 71.95 [warn]     ^
10-Jun-2020 11:12:40 #19 71.95 [warn] /src/app/api/Geostreams.scala:54: postfix operator tupled should be enabled
10-Jun-2020 11:12:40 #19 71.95 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:40 #19 71.95 [warn]   ) tupled
10-Jun-2020 11:12:40 #19 71.95 [warn]     ^
10-Jun-2020 11:12:40 #19 71.96 [warn] /src/app/api/Geostreams.scala:63: postfix operator tupled should be enabled
10-Jun-2020 11:12:40 #19 71.96 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:40 #19 71.96 [warn]   ) tupled
10-Jun-2020 11:12:40 #19 71.96 [warn]     ^
10-Jun-2020 11:12:40 #19 71.96 [warn] /src/app/api/Geostreams.scala:70: postfix operator tupled should be enabled
10-Jun-2020 11:12:40 #19 71.96 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:40 #19 71.96 [warn]     ) tupled
10-Jun-2020 11:12:40 #19 71.96 [warn]       ^
10-Jun-2020 11:12:40 #19 71.96 [warn] /src/app/api/Geostreams.scala:78: postfix operator tupled should be enabled
10-Jun-2020 11:12:40 #19 71.96 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:40 #19 71.96 [warn]     ) tupled
10-Jun-2020 11:12:40 #19 71.96 [warn]       ^
10-Jun-2020 11:12:40 #19 71.96 [warn] /src/app/api/Geostreams.scala:87: postfix operator tupled should be enabled
10-Jun-2020 11:12:40 #19 71.96 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:40 #19 71.96 [warn]     ) tupled
10-Jun-2020 11:12:40 #19 71.96 [warn]       ^
10-Jun-2020 11:12:40 #19 71.96 [warn] /src/app/api/Geostreams.scala:95: postfix operator tupled should be enabled
10-Jun-2020 11:12:40 #19 71.96 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:40 #19 71.96 [warn]     ) tupled
10-Jun-2020 11:12:40 #19 71.96 [warn]       ^
10-Jun-2020 11:12:40 #19 72.01 [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:12:40 #19 72.01 [warn] import models.Institution
10-Jun-2020 11:12:40 #19 72.01 [warn]               ^
10-Jun-2020 11:12:40 #19 72.16 [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:12:40 #19 72.16 [warn] import models.Project
10-Jun-2020 11:12:40 #19 72.16 [warn]               ^
10-Jun-2020 11:12:40 #19 72.46 [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:12:40 #19 72.46 [warn]               case _ => Some("".getBytes("UTF-8"))
10-Jun-2020 11:12:40 #19 72.46 [warn]                    ^
10-Jun-2020 11:12:40 #19 72.47 [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:12:40 #19 72.47 [warn]               case _ => Some("".getBytes("UTF-8"))
10-Jun-2020 11:12:40 #19 72.47 [warn]                    ^
10-Jun-2020 11:12:40 #19 72.48 [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:12:40 #19 72.48 [warn]               case _ => Some("".getBytes("UTF-8"))
10-Jun-2020 11:12:40 #19 72.48 [warn]                    ^
10-Jun-2020 11:12:40 #19 72.48 [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:12:40 #19 72.48 [warn]   """Includes file, dataset, collection reports"""
10-Jun-2020 11:12:40 #19 72.48 [warn]   ^
10-Jun-2020 11:12:40 #19 72.56 [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:12:40 #19 72.56 [warn]     """returnAllColumns will include empty columns to align with file rows on report"""
10-Jun-2020 11:12:40 #19 72.56 [warn]     ^
10-Jun-2020 11:12:40 #19 72.58 [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:12:40 #19 72.58 [warn]     """returnAllColumns will include empty columns to align with file rows on report"""
10-Jun-2020 11:12:40 #19 72.58 [warn]     ^
10-Jun-2020 11:12:41 #19 73.22 [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:12:41 #19 73.22 [warn] import models.Project
10-Jun-2020 11:12:41 #19 73.22 [warn]               ^
10-Jun-2020 11:12:41 #19 73.32 [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:12:41 #19 73.32 [warn]               case _ => Some("".getBytes("UTF-8"))
10-Jun-2020 11:12:41 #19 73.32 [warn]                    ^
10-Jun-2020 11:12:41 #19 73.33 [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:12:41 #19 73.33 [warn]               case _ => Some("".getBytes("UTF-8"))
10-Jun-2020 11:12:41 #19 73.33 [warn]                    ^
10-Jun-2020 11:12:41 #19 73.34 [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:12:41 #19 73.34 [warn]               case _ => Some("".getBytes("UTF-8"))
10-Jun-2020 11:12:41 #19 73.34 [warn]                    ^
10-Jun-2020 11:12:41 #19 73.34 [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:12:41 #19 73.34 [warn]   """Includes file, dataset, collection reports"""
10-Jun-2020 11:12:41 #19 73.34 [warn]   ^
10-Jun-2020 11:12:41 #19 73.40 [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:12:41 #19 73.40 [warn]     """returnAllColumns will include empty columns to align with file rows on report"""
10-Jun-2020 11:12:41 #19 73.40 [warn]     ^
10-Jun-2020 11:12:41 #19 73.42 [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:12:41 #19 73.42 [warn]     """returnAllColumns will include empty columns to align with file rows on report"""
10-Jun-2020 11:12:41 #19 73.42 [warn]     ^
10-Jun-2020 11:12:43 #19 74.97 [warn] /src/app/controllers/CurationObjects.scala:477: postfix operator toList should be enabled
10-Jun-2020 11:12:43 #19 74.97 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:43 #19 74.97 [warn]       metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map { item => item.content }toList))
10-Jun-2020 11:12:43 #19 74.97 [warn]                                                                                                                             ^
10-Jun-2020 11:12:43 #19 74.97 [warn] /src/app/controllers/CurationObjects.scala:698: postfix operator toList should be enabled
10-Jun-2020 11:12:43 #19 74.97 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:43 #19 74.97 [warn]             metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map { item => item.content }toList))
10-Jun-2020 11:12:43 #19 74.97 [warn]                                                                                                                                   ^
10-Jun-2020 11:12:44 #19 75.92 [warn] /src/app/controllers/CurationObjects.scala:477: postfix operator toList should be enabled
10-Jun-2020 11:12:44 #19 75.92 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:44 #19 75.92 [warn]       metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map { item => item.content }toList))
10-Jun-2020 11:12:44 #19 75.92 [warn]                                                                                                                             ^
10-Jun-2020 11:12:44 #19 75.92 [warn] /src/app/controllers/CurationObjects.scala:698: postfix operator toList should be enabled
10-Jun-2020 11:12:44 #19 75.92 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:44 #19 75.92 [warn]             metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map { item => item.content }toList))
10-Jun-2020 11:12:44 #19 75.92 [warn]                                                                                                                                   ^
10-Jun-2020 11:12:44 #19 75.98 [warn] /src/app/controllers/Registration.scala:13: imported `Registration' is permanently hidden by definition of class Registration in package controllers
10-Jun-2020 11:12:44 #19 75.98 [warn] import securesocial.controllers.{ProviderController, Registration, TemplatesPlugin}
10-Jun-2020 11:12:44 #19 75.98 [warn]                                                      ^
10-Jun-2020 11:12:44 #19 76.01 [warn] /src/app/controllers/Registration.scala:67: reflective access of structural type member value currentHasher should be enabled
10-Jun-2020 11:12:44 #19 76.01 [warn] by making the implicit value scala.language.reflectiveCalls visible.
10-Jun-2020 11:12:44 #19 76.01 [warn] This can be achieved by adding the import clause 'import scala.language.reflectiveCalls'
10-Jun-2020 11:12:44 #19 76.01 [warn] or by setting the compiler option -language:reflectiveCalls.
10-Jun-2020 11:12:44 #19 76.01 [warn] See the Scala docs for value scala.language.reflectiveCalls for a discussion
10-Jun-2020 11:12:44 #19 76.01 [warn] why the feature should be explicitly enabled.
10-Jun-2020 11:12:44 #19 76.01 [warn]               passwordInfo = Some(Registry.hashers.currentHasher.hash(info.password))
10-Jun-2020 11:12:44 #19 76.01 [warn]                                                    ^
10-Jun-2020 11:12:44 #19 76.32 [warn] /src/app/controllers/Spaces.scala:278: postfix operator toMap should be enabled
10-Jun-2020 11:12:44 #19 76.32 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:44 #19 76.32 [warn]         val roleDescription = users.listRoles() map (t => t.name -> t.description) toMap
10-Jun-2020 11:12:44 #19 76.32 [warn]                                                                                    ^
10-Jun-2020 11:12:45 #19 77.20 [warn] /src/app/controllers/Registration.scala:13: imported `Registration' is permanently hidden by definition of class Registration in package controllers
10-Jun-2020 11:12:45 #19 77.20 [warn] import securesocial.controllers.{ProviderController, Registration, TemplatesPlugin}
10-Jun-2020 11:12:45 #19 77.20 [warn]                                                      ^
10-Jun-2020 11:12:45 #19 77.23 [warn] /src/app/controllers/Registration.scala:67: reflective access of structural type member value currentHasher should be enabled
10-Jun-2020 11:12:45 #19 77.23 [warn] by making the implicit value scala.language.reflectiveCalls visible.
10-Jun-2020 11:12:45 #19 77.23 [warn] This can be achieved by adding the import clause 'import scala.language.reflectiveCalls'
10-Jun-2020 11:12:45 #19 77.23 [warn] or by setting the compiler option -language:reflectiveCalls.
10-Jun-2020 11:12:45 #19 77.23 [warn] See the Scala docs for value scala.language.reflectiveCalls for a discussion
10-Jun-2020 11:12:45 #19 77.23 [warn] why the feature should be explicitly enabled.
10-Jun-2020 11:12:45 #19 77.23 [warn]               passwordInfo = Some(Registry.hashers.currentHasher.hash(info.password))
10-Jun-2020 11:12:45 #19 77.23 [warn]                                                    ^
10-Jun-2020 11:12:45 #19 77.55 [warn] /src/app/models/UUID.scala:36: implicit conversion method stringToUUID should be enabled
10-Jun-2020 11:12:45 #19 77.55 [warn] by making the implicit value scala.language.implicitConversions visible.
10-Jun-2020 11:12:45 #19 77.55 [warn] This can be achieved by adding the import clause 'import scala.language.implicitConversions'
10-Jun-2020 11:12:45 #19 77.55 [warn] or by setting the compiler option -language:implicitConversions.
10-Jun-2020 11:12:45 #19 77.55 [warn] See the Scala docs for value scala.language.implicitConversions for a discussion
10-Jun-2020 11:12:45 #19 77.55 [warn] why the feature should be explicitly enabled.
10-Jun-2020 11:12:45 #19 77.55 [warn]   implicit def stringToUUID(s: String) = UUID(s)
10-Jun-2020 11:12:45 #19 77.55 [warn]                ^
10-Jun-2020 11:12:45 #19 77.55 [warn] /src/app/models/UUID.scala:37: implicit conversion method uuidToObjectId should be enabled
10-Jun-2020 11:12:45 #19 77.55 [warn] by making the implicit value scala.language.implicitConversions visible.
10-Jun-2020 11:12:45 #19 77.56 [warn]   implicit def uuidToObjectId(uuid: UUID) = new ObjectId(uuid.stringify)
10-Jun-2020 11:12:45 #19 77.56 [warn]                ^
10-Jun-2020 11:12:45 #19 77.56 [warn] /src/app/models/UUID.scala:38: implicit conversion method objectIdToUUID should be enabled
10-Jun-2020 11:12:45 #19 77.56 [warn] by making the implicit value scala.language.implicitConversions visible.
10-Jun-2020 11:12:45 #19 77.56 [warn]   implicit def objectIdToUUID(objectId: ObjectId) = UUID(objectId.toString)
10-Jun-2020 11:12:45 #19 77.56 [warn]                ^
10-Jun-2020 11:12:45 #19 77.56 [warn] /src/app/controllers/Spaces.scala:278: postfix operator toMap should be enabled
10-Jun-2020 11:12:45 #19 77.56 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:45 #19 77.56 [warn]         val roleDescription = users.listRoles() map (t => t.name -> t.description) toMap
10-Jun-2020 11:12:45 #19 77.56 [warn]                                                                                    ^
10-Jun-2020 11:12:45 #19 77.63 [warn] /src/app/models/User.scala:104: implicit conversion method userToMiniUser should be enabled
10-Jun-2020 11:12:45 #19 77.63 [warn] by making the implicit value scala.language.implicitConversions visible.
10-Jun-2020 11:12:45 #19 77.63 [warn]   implicit def userToMiniUser(x: User): MiniUser = x.getMiniUser
10-Jun-2020 11:12:45 #19 77.63 [warn]                ^
10-Jun-2020 11:12:46 #19 78.27 [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:12:46 #19 78.27 [warn]     """dynamic_templates": [{
10-Jun-2020 11:12:46 #19 78.27 [warn]     ^
10-Jun-2020 11:12:46 #19 78.40 [warn] /src/app/services/PolyglotPlugin.scala:83: postfix operator seconds should be enabled
10-Jun-2020 11:12:46 #19 78.40 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:46 #19 78.40 [warn]           akka.pattern.after(3 seconds, using = Akka.system.scheduler)(checkForFileAndDownload((triesLeft - 1), url, outputStream))
10-Jun-2020 11:12:46 #19 78.40 [warn]                                ^
10-Jun-2020 11:12:47 #19 79.08 [warn] /src/app/models/UUID.scala:36: implicit conversion method stringToUUID should be enabled
10-Jun-2020 11:12:47 #19 79.08 [warn] by making the implicit value scala.language.implicitConversions visible.
10-Jun-2020 11:12:47 #19 79.08 [warn] This can be achieved by adding the import clause 'import scala.language.implicitConversions'
10-Jun-2020 11:12:47 #19 79.08 [warn] or by setting the compiler option -language:implicitConversions.
10-Jun-2020 11:12:47 #19 79.08 [warn] See the Scala docs for value scala.language.implicitConversions for a discussion
10-Jun-2020 11:12:47 #19 79.08 [warn] why the feature should be explicitly enabled.
10-Jun-2020 11:12:47 #19 79.08 [warn]   implicit def stringToUUID(s: String) = UUID(s)
10-Jun-2020 11:12:47 #19 79.08 [warn]                ^
10-Jun-2020 11:12:47 #19 79.08 [warn] /src/app/models/UUID.scala:37: implicit conversion method uuidToObjectId should be enabled
10-Jun-2020 11:12:47 #19 79.08 [warn] by making the implicit value scala.language.implicitConversions visible.
10-Jun-2020 11:12:47 #19 79.08 [warn]   implicit def uuidToObjectId(uuid: UUID) = new ObjectId(uuid.stringify)
10-Jun-2020 11:12:47 #19 79.08 [warn]                ^
10-Jun-2020 11:12:47 #19 79.08 [warn] /src/app/models/UUID.scala:38: implicit conversion method objectIdToUUID should be enabled
10-Jun-2020 11:12:47 #19 79.08 [warn] by making the implicit value scala.language.implicitConversions visible.
10-Jun-2020 11:12:47 #19 79.08 [warn]   implicit def objectIdToUUID(objectId: ObjectId) = UUID(objectId.toString)
10-Jun-2020 11:12:47 #19 79.08 [warn]                ^
10-Jun-2020 11:12:47 #19 79.16 [warn] /src/app/models/User.scala:104: implicit conversion method userToMiniUser should be enabled
10-Jun-2020 11:12:47 #19 79.16 [warn] by making the implicit value scala.language.implicitConversions visible.
10-Jun-2020 11:12:47 #19 79.16 [warn]   implicit def userToMiniUser(x: User): MiniUser = x.getMiniUser
10-Jun-2020 11:12:47 #19 79.16 [warn]                ^
10-Jun-2020 11:12:47 #19 79.42 [warn] /src/app/services/mongodb/MongoContext.scala:253: implicit conversion method dbObjectToString should be enabled
10-Jun-2020 11:12:47 #19 79.43 [warn] by making the implicit value scala.language.implicitConversions visible.
10-Jun-2020 11:12:47 #19 79.43 [warn]   implicit def dbObjectToString(dbObject: DBObject): String = {
10-Jun-2020 11:12:47 #19 79.43 [warn]                ^
10-Jun-2020 11:12:47 #19 79.65 [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:12:47 #19 79.65 [warn]     """dynamic_templates": [{
10-Jun-2020 11:12:47 #19 79.65 [warn]     ^
10-Jun-2020 11:12:48 #19 80.01 [warn] /src/app/services/PolyglotPlugin.scala:83: postfix operator seconds should be enabled
10-Jun-2020 11:12:48 #19 80.01 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:48 #19 80.01 [warn]           akka.pattern.after(3 seconds, using = Akka.system.scheduler)(checkForFileAndDownload((triesLeft - 1), url, outputStream))
10-Jun-2020 11:12:48 #19 80.01 [warn]                                ^
10-Jun-2020 11:12:48 #19 80.12 [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:12:48 #19 80.12 [warn]       case _ => Logger.error(s"Error queuing collection ${id.stringify}")
10-Jun-2020 11:12:48 #19 80.12 [warn]            ^
10-Jun-2020 11:12:48 #19 80.20 [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:12:48 #19 80.20 [warn] import models.{DBResult, UUID, Comment}
10-Jun-2020 11:12:48 #19 80.20 [warn]                                ^
10-Jun-2020 11:12:49 #19 80.81 [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:12:49 #19 80.81 [warn] import models.{Tag, UUID}
10-Jun-2020 11:12:49 #19 80.81 [warn]                ^
10-Jun-2020 11:12:49 #19 80.93 [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:12:49 #19 80.93 [warn]       case _ => Logger.error(s"Error queuing dataset ${id.stringify}")
10-Jun-2020 11:12:49 #19 80.93 [warn]            ^
10-Jun-2020 11:12:49 #19 80.96 [warn] /src/app/services/mongodb/MongoContext.scala:253: implicit conversion method dbObjectToString should be enabled
10-Jun-2020 11:12:49 #19 80.96 [warn] by making the implicit value scala.language.implicitConversions visible.
10-Jun-2020 11:12:49 #19 80.96 [warn]   implicit def dbObjectToString(dbObject: DBObject): String = {
10-Jun-2020 11:12:49 #19 80.96 [warn]                ^
10-Jun-2020 11:12:49 #19 81.33 [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:12:49 #19 81.33 [warn] import services.mongodb.MongoSalatPlugin
10-Jun-2020 11:12:49 #19 81.33 [warn]                         ^
10-Jun-2020 11:12:49 #19 81.35 [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:12:49 #19 81.35 [warn] import models.{UUID, Extraction, ExtractionGroup, ResourceRef}
10-Jun-2020 11:12:49 #19 81.36 [warn]                      ^
10-Jun-2020 11:12:49 #19 81.36 [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:12:49 #19 81.36 [warn] import models.WebPageResource
10-Jun-2020 11:12:49 #19 81.36 [warn]               ^
10-Jun-2020 11:12:49 #19 81.64 [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:12:49 #19 81.64 [warn]       case _ => Logger.error(s"Error queuing file ${id.stringify}")
10-Jun-2020 11:12:49 #19 81.64 [warn]            ^
10-Jun-2020 11:12:49 #19 81.73 [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:12:49 #19 81.73 [warn]       case _ => Logger.error(s"Error queuing collection ${id.stringify}")
10-Jun-2020 11:12:49 #19 81.73 [warn]            ^
10-Jun-2020 11:12:49 #19 81.82 [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:12:50 #19 81.82 [warn] import models.{DBResult, UUID, Comment}
10-Jun-2020 11:12:50 #19 81.82 [warn]                                ^
10-Jun-2020 11:12:50 #19 82.49 [warn] /src/app/services/mongodb/MongoDBQueueService.scala:78: postfix operator seconds should be enabled
10-Jun-2020 11:12:50 #19 82.49 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:50 #19 82.49 [warn]       queueTimer = Akka.system().scheduler.schedule(0 seconds, 5 millis) {
10-Jun-2020 11:12:50 #19 82.49 [warn]                                                       ^
10-Jun-2020 11:12:50 #19 82.49 [warn] /src/app/services/mongodb/MongoDBQueueService.scala:78: postfix operator millis should be enabled
10-Jun-2020 11:12:50 #19 82.49 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:50 #19 82.49 [warn]       queueTimer = Akka.system().scheduler.schedule(0 seconds, 5 millis) {
10-Jun-2020 11:12:50 #19 82.49 [warn]                                                                  ^
10-Jun-2020 11:12:50 #19 82.69 [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:12:50 #19 82.69 [warn] import models.{UUID, Dataset, Selected}
10-Jun-2020 11:12:50 #19 82.69 [warn]                      ^
10-Jun-2020 11:12:50 #19 82.71 [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:12:50 #19 82.71 [warn] import models.Collection
10-Jun-2020 11:12:50 #19 82.71 [warn]               ^
10-Jun-2020 11:12:50 #19 82.71 [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:12:50 #19 82.71 [warn] import models.Dataset
10-Jun-2020 11:12:50 #19 82.71 [warn]               ^
10-Jun-2020 11:12:50 #19 82.75 [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:12:50 #19 82.75 [warn] import models.{Tag, UUID}
10-Jun-2020 11:12:50 #19 82.75 [warn]                ^
10-Jun-2020 11:12:51 #19 82.88 [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:12:51 #19 82.88 [warn]       case _ => Logger.error(s"Error queuing dataset ${id.stringify}")
10-Jun-2020 11:12:51 #19 82.88 [warn]            ^
10-Jun-2020 11:12:51 #19 83.09 [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:12:51 #19 83.09 [warn] import services.mongodb.MongoSalatPlugin
10-Jun-2020 11:12:51 #19 83.09 [warn]                         ^
10-Jun-2020 11:12:51 #19 83.13 [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:12:51 #19 83.13 [warn] import models.{UUID, Extraction, ExtractionGroup, ResourceRef}
10-Jun-2020 11:12:51 #19 83.13 [warn]                      ^
10-Jun-2020 11:12:51 #19 83.13 [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:12:51 #19 83.13 [warn] import models.WebPageResource
10-Jun-2020 11:12:51 #19 83.13 [warn]               ^
10-Jun-2020 11:12:51 #19 83.70 [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:12:51 #19 83.70 [warn]       case _ => Logger.error(s"Error queuing file ${id.stringify}")
10-Jun-2020 11:12:51 #19 83.70 [warn]            ^
10-Jun-2020 11:12:52 #19 84.50 [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:12:52 #19 84.50 [warn]             case _ => {
10-Jun-2020 11:12:52 #19 84.50 [warn]                  ^
10-Jun-2020 11:12:53 #19 84.85 [warn] /src/app/services/mongodb/MongoDBQueueService.scala:78: postfix operator seconds should be enabled
10-Jun-2020 11:12:53 #19 84.85 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:53 #19 84.85 [warn]       queueTimer = Akka.system().scheduler.schedule(0 seconds, 5 millis) {
10-Jun-2020 11:12:53 #19 84.85 [warn]                                                       ^
10-Jun-2020 11:12:53 #19 84.85 [warn] /src/app/services/mongodb/MongoDBQueueService.scala:78: postfix operator millis should be enabled
10-Jun-2020 11:12:53 #19 84.85 [warn] by making the implicit value scala.language.postfixOps visible.
10-Jun-2020 11:12:53 #19 84.85 [warn]       queueTimer = Akka.system().scheduler.schedule(0 seconds, 5 millis) {
10-Jun-2020 11:12:53 #19 84.85 [warn]                                                                  ^
10-Jun-2020 11:12:53 #19 85.05 [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:12:53 #19 85.05 [warn] import models.{UUID, Dataset, Selected}
10-Jun-2020 11:12:53 #19 85.05 [warn]                      ^
10-Jun-2020 11:12:53 #19 85.08 [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:12:53 #19 85.08 [warn] import models.Collection
10-Jun-2020 11:12:53 #19 85.08 [warn]               ^
10-Jun-2020 11:12:53 #19 85.08 [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:12:53 #19 85.08 [warn] import models.Dataset
10-Jun-2020 11:12:53 #19 85.08 [warn]               ^
10-Jun-2020 11:12:55 #19 87.05 [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:12:55 #19 87.05 [warn]             case _ => {
10-Jun-2020 11:12:55 #19 87.05 [warn]                  ^
10-Jun-2020 11:13:02 #19 94.71 [warn] /src/app/api/Admin.scala:43: match may not be exhaustive.
10-Jun-2020 11:13:02 #19 94.71 [warn] It would fail on the following input: None
10-Jun-2020 11:13:02 #19 94.72 [warn]     (request.body \ "theme").asOpt[String] match {
10-Jun-2020 11:13:02 #19 94.72 [warn]                                   ^
10-Jun-2020 11:13:02 #19 94.72 [warn] /src/app/api/Admin.scala:46: match may not be exhaustive.
10-Jun-2020 11:13:02 #19 94.72 [warn] It would fail on the following input: None
10-Jun-2020 11:13:02 #19 94.72 [warn]     (request.body \ "displayName").asOpt[String] match {
10-Jun-2020 11:13:02 #19 94.72 [warn]                                         ^
10-Jun-2020 11:13:02 #19 94.73 [warn] /src/app/api/Admin.scala:49: match may not be exhaustive.
10-Jun-2020 11:13:02 #19 94.73 [warn] It would fail on the following input: None
10-Jun-2020 11:13:03 #19 94.73 [warn]     (request.body \ "welcomeMessage").asOpt[String] match {
10-Jun-2020 11:13:03 #19 94.73 [warn]                                            ^
10-Jun-2020 11:13:03 #19 94.74 [warn] /src/app/api/Admin.scala:52: match may not be exhaustive.
10-Jun-2020 11:13:03 #19 94.74 [warn] It would fail on the following input: None
10-Jun-2020 11:13:03 #19 94.74 [warn]     (request.body \ "googleAnalytics").asOpt[String] match {
10-Jun-2020 11:13:03 #19 94.74 [warn]                                             ^
10-Jun-2020 11:13:03 #19 94.74 [warn] /src/app/api/Admin.scala:59: match may not be exhaustive.
10-Jun-2020 11:13:03 #19 94.74 [warn] It would fail on the following input: None
10-Jun-2020 11:13:03 #19 94.74 [warn]     (request.body \ "sensors").asOpt[String] match {
10-Jun-2020 11:13:03 #19 94.74 [warn]                                     ^
10-Jun-2020 11:13:03 #19 94.75 [warn] /src/app/api/Admin.scala:62: match may not be exhaustive.
10-Jun-2020 11:13:03 #19 94.75 [warn] It would fail on the following input: None
10-Jun-2020 11:13:03 #19 94.75 [warn]     (request.body \ "sensor").asOpt[String] match {
10-Jun-2020 11:13:03 #19 94.75 [warn]                                    ^
10-Jun-2020 11:13:03 #19 94.75 [warn] /src/app/api/Admin.scala:65: match may not be exhaustive.
10-Jun-2020 11:13:03 #19 94.75 [warn] It would fail on the following input: None
10-Jun-2020 11:13:03 #19 94.75 [warn]     (request.body \ "parameters").asOpt[String] match {
10-Jun-2020 11:13:03 #19 94.75 [warn]                                        ^
10-Jun-2020 11:13:03 #19 94.75 [warn] /src/app/api/Admin.scala:68: match may not be exhaustive.
10-Jun-2020 11:13:03 #19 94.75 [warn] It would fail on the following input: None
10-Jun-2020 11:13:03 #19 94.75 [warn]     (request.body \ "parameter").asOpt[String] match {
10-Jun-2020 11:13:03 #19 94.75 [warn]                                       ^
10-Jun-2020 11:13:03 #19 94.86 [warn] /src/app/api/Collections.scala:153: match may not be exhaustive.
10-Jun-2020 11:13:03 #19 94.86 [warn] It would fail on the following input: None
10-Jun-2020 11:13:03 #19 94.86 [warn]     collections.get(collectionId) match {
10-Jun-2020 11:13:03 #19 94.86 [warn]                    ^
10-Jun-2020 11:13:03 #19 94.94 [warn] /src/app/api/Collections.scala:580: match may not be exhaustive.
10-Jun-2020 11:13:03 #19 94.94 [warn] It would fail on the following input: Failure(_)
10-Jun-2020 11:13:03 #19 94.94 [warn]                       collections.addSubCollection(UUID(parentId), UUID(id), user) match {
10-Jun-2020 11:13:03 #19 94.94 [warn]                                                   ^
10-Jun-2020 11:13:03 #19 94.95 [warn] /src/app/api/Collections.scala:613: match may not be exhaustive.
10-Jun-2020 11:13:03 #19 94.95 [warn] It would fail on the following input: None
10-Jun-2020 11:13:03 #19 94.95 [warn]             collections.get(subCollectionId) match {
10-Jun-2020 11:13:03 #19 94.95 [warn]                            ^
10-Jun-2020 11:13:03 #19 94.96 [warn] /src/app/api/Collections.scala:611: match may not be exhaustive.
10-Jun-2020 11:13:03 #19 94.96 [warn] It would fail on the following input: None
10-Jun-2020 11:13:03 #19 94.96 [warn]         collections.get(collectionId) match {
10-Jun-2020 11:13:03 #19 94.96 [warn]                        ^
10-Jun-2020 11:13:03 #19 95.05 [warn] /src/app/api/Datasets.scala:86: match may not be exhaustive.
10-Jun-2020 11:13:03 #19 95.05 [warn] It would fail on the following input: Nil
10-Jun-2020 11:13:03 #19 95.05 [warn]         folderList match {
10-Jun-2020 11:13:03 #19 95.05 [warn]         ^
10-Jun-2020 11:13:03 #19 95.14 [warn] /src/app/api/Datasets.scala:756: match may not be exhaustive.
10-Jun-2020 11:13:03 #19 95.14 [warn] It would fail on the following input: None
10-Jun-2020 11:13:03 #19 95.14 [warn]     datasets.get(id) match {
10-Jun-2020 11:13:03 #19 95.14 [warn]                 ^
10-Jun-2020 11:13:03 #19 95.18 [warn] /src/app/api/Datasets.scala:973: match may not be exhaustive.
10-Jun-2020 11:13:03 #19 95.18 [warn] It would fail on the following input: None
10-Jun-2020 11:13:03 #19 95.18 [warn]       datasets.get(id) match {
10-Jun-2020 11:13:03 #19 95.18 [warn]                   ^
10-Jun-2020 11:13:03 #19 95.19 [warn] /src/app/api/Datasets.scala:1009: match may not be exhaustive.
10-Jun-2020 11:13:03 #19 95.19 [warn] It would fail on the following input: None
10-Jun-2020 11:13:03 #19 95.19 [warn]       datasets.get(id) match {
10-Jun-2020 11:13:03 #19 95.19 [warn]                   ^
10-Jun-2020 11:13:03 #19 95.20 [warn] /src/app/api/Datasets.scala:1048: match may not be exhaustive.
10-Jun-2020 11:13:03 #19 95.20 [warn] It would fail on the following input: None
10-Jun-2020 11:13:03 #19 95.20 [warn]       datasets.get(id) match {
10-Jun-2020 11:13:03 #19 95.20 [warn]                   ^
10-Jun-2020 11:13:03 #19 95.21 [warn] /src/app/api/Datasets.scala:1085: match may not be exhaustive.
10-Jun-2020 11:13:03 #19 95.21 [warn] It would fail on the following input: None
10-Jun-2020 11:13:03 #19 95.21 [warn]       datasets.get(id) match {
10-Jun-2020 11:13:03 #19 95.21 [warn]                   ^
10-Jun-2020 11:13:03 #19 95.22 [warn] /src/app/api/Datasets.scala:1107: match may not be exhaustive.
10-Jun-2020 11:13:03 #19 95.22 [warn] It would fail on the following input: None
10-Jun-2020 11:13:03 #19 95.22 [warn]       datasets.get(id) match {
10-Jun-2020 11:13:03 #19 95.22 [warn]                   ^
10-Jun-2020 11:13:03 #19 95.22 [warn] /src/app/api/Datasets.scala:1128: match may not be exhaustive.
10-Jun-2020 11:13:03 #19 95.22 [warn] It would fail on the following input: None
10-Jun-2020 11:13:03 #19 95.22 [warn]       datasets.get(id) match {
10-Jun-2020 11:13:03 #19 95.22 [warn]                   ^
10-Jun-2020 11:13:03 #19 95.25 [warn] /src/app/api/Datasets.scala:1367: match may not be exhaustive.
10-Jun-2020 11:13:03 #19 95.26 [warn] It would fail on the following input: None
10-Jun-2020 11:13:03 #19 95.26 [warn]           datasets.get(id) match {
10-Jun-2020 11:13:03 #19 95.26 [warn]                       ^
10-Jun-2020 11:13:03 #19 95.27 [warn] /src/app/api/Datasets.scala:1404: match may not be exhaustive.
10-Jun-2020 11:13:03 #19 95.27 [warn] It would fail on the following input: None
10-Jun-2020 11:13:03 #19 95.27 [warn]           datasets.get(id) match {
10-Jun-2020 11:13:03 #19 95.27 [warn]                       ^
10-Jun-2020 11:13:03 #19 95.28 [warn] /src/app/api/Datasets.scala:1545: match may not be exhaustive.
10-Jun-2020 11:13:03 #19 95.28 [warn] It would fail on the following input: None
10-Jun-2020 11:13:03 #19 95.28 [warn]             datasets.get(id) match {
10-Jun-2020 11:13:03 #19 95.28 [warn]                         ^
10-Jun-2020 11:13:03 #19 95.35 [warn] /src/app/api/Datasets.scala:2550: match may not be exhaustive.
10-Jun-2020 11:13:03 #19 95.35 [warn] It would fail on the following input: None
10-Jun-2020 11:13:03 #19 95.35 [warn]     folders.get(id) match {
10-Jun-2020 11:13:03 #19 95.35 [warn]                ^
10-Jun-2020 11:13:03 #19 95.46 [warn] /src/app/api/Files.scala:707: match may not be exhaustive.
10-Jun-2020 11:13:03 #19 95.46 [warn] It would fail on the following input: None
10-Jun-2020 11:13:03 #19 95.46 [warn]     files.get(id) match {
10-Jun-2020 11:13:03 #19 95.46 [warn]              ^
10-Jun-2020 11:13:03 #19 95.51 [warn] /src/app/api/Files.scala:1051: match may not be exhaustive.
10-Jun-2020 11:13:03 #19 95.51 [warn] It would fail on the following input: None
10-Jun-2020 11:13:03 #19 95.51 [warn]         files.get(id) match {
10-Jun-2020 11:13:03 #19 95.51 [warn]                  ^
10-Jun-2020 11:13:03 #19 95.52 [warn] /src/app/api/Files.scala:1250: match may not be exhaustive.
10-Jun-2020 11:13:03 #19 95.52 [warn] It would fail on the following input: None
10-Jun-2020 11:13:03 #19 95.52 [warn]     files.get(id) match {
10-Jun-2020 11:13:03 #19 95.52 [warn]              ^
10-Jun-2020 11:13:03 #19 95.52 [warn] /src/app/api/Files.scala:1271: match may not be exhaustive.
10-Jun-2020 11:13:03 #19 95.52 [warn] It would fail on the following input: None
10-Jun-2020 11:13:03 #19 95.52 [warn]     files.get(id) match {
10-Jun-2020 11:13:03 #19 95.52 [warn]              ^
10-Jun-2020 11:13:03 #19 95.54 [warn] /src/app/api/Files.scala:1440: match may not be exhaustive.
10-Jun-2020 11:13:03 #19 95.54 [warn] It would fail on the following input: None
10-Jun-2020 11:13:03 #19 95.54 [warn]             files.get(id) match {
10-Jun-2020 11:13:03 #19 95.54 [warn]                      ^
10-Jun-2020 11:13:04 #19 96.02 [warn] /src/app/api/Metadata.scala:496: match may not be exhaustive.
10-Jun-2020 11:13:04 #19 96.03 [warn] It would fail on the following input: None
10-Jun-2020 11:13:04 #19 96.03 [warn]                     datasets.get(resource.id) match {
10-Jun-2020 11:13:04 #19 96.03 [warn]                                 ^
10-Jun-2020 11:13:04 #19 96.03 [warn] /src/app/api/Metadata.scala:508: match may not be exhaustive.
10-Jun-2020 11:13:04 #19 96.04 [warn] It would fail on the following input: None
10-Jun-2020 11:13:04 #19 96.04 [warn]                     files.get(resource.id) match {
10-Jun-2020 11:13:04 #19 96.04 [warn]                              ^
10-Jun-2020 11:13:04 #19 96.18 [warn] /src/app/api/Permissions.scala:794: match may not be exhaustive.
10-Jun-2020 11:13:04 #19 96.18 [warn] It would fail on the following input: None
10-Jun-2020 11:13:04 #19 96.18 [warn]       ident match {
10-Jun-2020 11:13:04 #19 96.18 [warn]       ^
10-Jun-2020 11:13:04 #19 96.29 [warn] /src/app/api/Previews.scala:135: match may not be exhaustive.
10-Jun-2020 11:13:04 #19 96.29 [warn] It would fail on the following input: Some((x: Seq[?] forSome x not in List[?]))
10-Jun-2020 11:13:04 #19 96.29 [warn]             request.body.dataParts.get("title") match {
10-Jun-2020 11:13:04 #19 96.29 [warn]                                       ^
10-Jun-2020 11:13:04 #19 96.31 [warn] /src/app/api/Previews.scala:323: match may not be exhaustive.
10-Jun-2020 11:13:04 #19 96.31 [warn] It would fail on the following input: None
10-Jun-2020 11:13:04 #19 96.31 [warn]         previews.get(preview_id) match {
10-Jun-2020 11:13:04 #19 96.31 [warn]                     ^
10-Jun-2020 11:13:04 #19 96.38 [warn] /src/app/api/Selected.scala:85: match may not be exhaustive.
10-Jun-2020 11:13:04 #19 96.38 [warn] It would fail on the following input: None
10-Jun-2020 11:13:04 #19 96.38 [warn]     request.user match {
10-Jun-2020 11:13:04 #19 96.38 [warn]             ^
10-Jun-2020 11:13:04 #19 96.38 [warn] /src/app/api/Selected.scala:97: match may not be exhaustive.
10-Jun-2020 11:13:04 #19 96.38 [warn] It would fail on the following input: None
10-Jun-2020 11:13:04 #19 96.38 [warn]     request.user match {
10-Jun-2020 11:13:04 #19 96.38 [warn]             ^
10-Jun-2020 11:13:04 #19 96.39 [warn] /src/app/api/Selected.scala:185: match may not be exhaustive.
10-Jun-2020 11:13:04 #19 96.39 [warn] It would fail on the following input: None
10-Jun-2020 11:13:04 #19 96.39 [warn]     request.user match {
10-Jun-2020 11:13:04 #19 96.39 [warn]             ^
10-Jun-2020 11:13:04 #19 96.40 [warn] /src/app/api/Spaces.scala:65: match may not be exhaustive.
10-Jun-2020 11:13:04 #19 96.40 [warn] It would fail on the following input: None
10-Jun-2020 11:13:04 #19 96.40 [warn]     spaces.get(spaceId) match {
10-Jun-2020 11:13:04 #19 96.40 [warn]               ^
10-Jun-2020 11:13:04 #19 96.47 [warn] /src/app/api/Vocabularies.scala:40: match may not be exhaustive.
10-Jun-2020 11:13:04 #19 96.47 [warn] It would fail on the following input: None
10-Jun-2020 11:13:04 #19 96.47 [warn]         val current_term = vocabularyTermService.get(term) match {
10-Jun-2020 11:13:04 #19 96.47 [warn]                                                     ^
10-Jun-2020 11:13:04 #19 96.50 [warn] /src/app/api/VocabularyTerms.scala:44: match may not be exhaustive.
10-Jun-2020 11:13:04 #19 96.50 [warn] It would fail on the following input: None
10-Jun-2020 11:13:04 #19 96.50 [warn]     vocabularyTermService.get(id) match {
10-Jun-2020 11:13:04 #19 96.50 [warn]                              ^
10-Jun-2020 11:13:04 #19 96.52 [warn] /src/app/controllers/Admin.scala:311: match may not be exhaustive.
10-Jun-2020 11:13:04 #19 96.52 [warn] It would fail on the following input: None
10-Jun-2020 11:13:04 #19 96.52 [warn]     user match {
10-Jun-2020 11:13:04 #19 96.52 [warn]     ^
10-Jun-2020 11:13:04 #19 96.52 [warn] /src/app/controllers/Admin.scala:335: match may not be exhaustive.
10-Jun-2020 11:13:04 #19 96.52 [warn] It would fail on the following input: None
10-Jun-2020 11:13:04 #19 96.52 [warn]     user match {
10-Jun-2020 11:13:04 #19 96.52 [warn]     ^
10-Jun-2020 11:13:04 #19 96.52 [warn] /src/app/controllers/Admin.scala:349: match may not be exhaustive.
10-Jun-2020 11:13:04 #19 96.52 [warn] It would fail on the following input: None
10-Jun-2020 11:13:04 #19 96.52 [warn]     user match {
10-Jun-2020 11:13:04 #19 96.52 [warn]     ^
10-Jun-2020 11:13:04 #19 96.64 [warn] /src/app/controllers/CurationObjects.scala:658: match may not be exhaustive.
10-Jun-2020 11:13:04 #19 96.64 [warn] It would fail on the following input: None
10-Jun-2020 11:13:04 #19 96.64 [warn]       curations.get(curationId) match {
10-Jun-2020 11:13:04 #19 96.64 [warn]                    ^
10-Jun-2020 11:13:04 #19 96.66 [warn] /src/app/controllers/CurationObjects.scala:858: match may not be exhaustive.
10-Jun-2020 11:13:04 #19 96.66 [warn] It would fail on the following inputs: JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
10-Jun-2020 11:13:04 #19 96.66 [warn]     content match {
10-Jun-2020 11:13:04 #19 96.66 [warn]     ^
10-Jun-2020 11:13:04 #19 96.69 [warn] /src/app/controllers/Datasets.scala:374: match may not be exhaustive.
10-Jun-2020 11:13:04 #19 96.69 [warn] It would fail on the following input: None
10-Jun-2020 11:13:04 #19 96.70 [warn]         email match {
10-Jun-2020 11:13:04 #19 96.70 [warn]         ^
10-Jun-2020 11:13:04 #19 96.70 [warn] /src/app/controllers/Datasets.scala:371: match may not be exhaustive.
10-Jun-2020 11:13:04 #19 96.70 [warn] It would fail on the following input: None
10-Jun-2020 11:13:04 #19 96.70 [warn]     user match {
10-Jun-2020 11:13:04 #19 96.70 [warn]     ^
10-Jun-2020 11:13:04 #19 96.74 [warn] /src/app/controllers/FileLinks.scala:67: match may not be exhaustive.
10-Jun-2020 11:13:04 #19 96.74 [warn] It would fail on the following input: None
10-Jun-2020 11:13:04 #19 96.74 [warn]         files.get(fileid) match {
10-Jun-2020 11:13:04 #19 96.74 [warn]                  ^
10-Jun-2020 11:13:05 #19 96.88 [warn] /src/app/controllers/Spaces.scala:356: match may not be exhaustive.
10-Jun-2020 11:13:05 #19 96.88 [warn] It would fail on the following input: None
10-Jun-2020 11:13:05 #19 96.88 [warn]                 spaces.getRoleForUserInSpace(s.id, requestReceiver.id) match {
10-Jun-2020 11:13:05 #19 96.88 [warn]                                             ^
10-Jun-2020 11:13:05 #19 97.28 [warn] /src/app/services/ToolManagerPlugin.scala:122: match may not be exhaustive.
10-Jun-2020 11:13:05 #19 97.28 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_)
10-Jun-2020 11:13:05 #19 97.28 [warn]       jsonObj match {
10-Jun-2020 11:13:05 #19 97.28 [warn]       ^
10-Jun-2020 11:13:05 #19 97.29 [warn] /src/app/services/ToolManagerPlugin.scala:141: match may not be exhaustive.
10-Jun-2020 11:13:05 #19 97.29 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_)
10-Jun-2020 11:13:05 #19 97.29 [warn]       jsonObj match {
10-Jun-2020 11:13:05 #19 97.29 [warn]       ^
10-Jun-2020 11:13:05 #19 97.30 [warn] /src/app/services/ToolManagerPlugin.scala:200: match may not be exhaustive.
10-Jun-2020 11:13:05 #19 97.30 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsObject(_)
10-Jun-2020 11:13:05 #19 97.30 [warn]     val toolName = (toolList \ toolPath \ "name") match {
10-Jun-2020 11:13:05 #19 97.30 [warn]                                         ^
10-Jun-2020 11:13:05 #19 97.33 [warn] /src/app/services/TreeService.scala:316: match may not be exhaustive.
10-Jun-2020 11:13:05 #19 97.33 [warn] It would fail on the following input: None
10-Jun-2020 11:13:05 #19 97.33 [warn]       collections.get(col_id) match {
10-Jun-2020 11:13:05 #19 97.33 [warn]                      ^
10-Jun-2020 11:13:05 #19 97.35 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:176: match may not be exhaustive.
10-Jun-2020 11:13:05 #19 97.35 [warn] It would fail on the following input: None
10-Jun-2020 11:13:05 #19 97.35 [warn]     datasets.get(datasetId) match {
10-Jun-2020 11:13:05 #19 97.35 [warn]                 ^
10-Jun-2020 11:13:05 #19 97.41 [warn] /src/app/services/mongodb/MongoDBCollectionService.scala:669: match may not be exhaustive.
10-Jun-2020 11:13:05 #19 97.41 [warn] It would fail on the following input: None
10-Jun-2020 11:13:05 #19 97.41 [warn]     Collection.findOneById(new ObjectId(collectionId.stringify)) match {
10-Jun-2020 11:13:05 #19 97.41 [warn]                           ^
10-Jun-2020 11:13:05 #19 97.46 [warn] /src/app/services/mongodb/MongoDBDatasetService.scala:437: match may not be exhaustive.
10-Jun-2020 11:13:05 #19 97.46 [warn] It would fail on the following input: Some((x: String forSome x not in ("default", "private", "public", "publicAll", "trial")))
10-Jun-2020 11:13:05 #19 97.46 [warn]     val filterStatus = status match {
10-Jun-2020 11:13:05 #19 97.46 [warn]                        ^
10-Jun-2020 11:13:05 #19 97.56 [warn] /src/app/services/mongodb/MongoDBFileService.scala:784: match may not be exhaustive.
10-Jun-2020 11:13:05 #19 97.56 [warn] It would fail on the following input: None
10-Jun-2020 11:13:05 #19 97.56 [warn]         get(id) match{
10-Jun-2020 11:13:05 #19 97.56 [warn]            ^
10-Jun-2020 11:13:05 #19 97.70 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:494: match may not be exhaustive.
10-Jun-2020 11:13:05 #19 97.70 [warn] It would fail on the following input: Some(false)
10-Jun-2020 11:13:05 #19 97.70 [warn]                 datasetOnlyInSpace match {
10-Jun-2020 11:13:05 #19 97.70 [warn]                 ^
10-Jun-2020 11:13:05 #19 97.72 [warn] /src/app/services/mongodb/MongoDBTileService.scala:29: match may not be exhaustive.
10-Jun-2020 11:13:05 #19 97.72 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
10-Jun-2020 11:13:05 #19 97.72 [warn]     json match {
10-Jun-2020 11:13:05 #19 97.72 [warn]     ^
10-Jun-2020 11:13:06 #19 97.79 [warn] /src/app/services/mongodb/MongoSalatPlugin.scala:1610: match may not be exhaustive.
10-Jun-2020 11:13:06 #19 97.79 [warn] It would fail on the following input: None
10-Jun-2020 11:13:06 #19 97.79 [warn]         md.getAs[DBObject]("content") match {
10-Jun-2020 11:13:06 #19 97.79 [warn]                           ^
10-Jun-2020 11:13:06 #19 97.80 [warn] /src/app/util/FileUtils.scala:146: match may not be exhaustive.
10-Jun-2020 11:13:06 #19 97.80 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_)
10-Jun-2020 11:13:06 #19 97.80 [warn]                 Json.parse(fobj) \ "@context" match {
10-Jun-2020 11:13:06 #19 97.80 [warn]                                  ^
10-Jun-2020 11:13:06 #19 97.89 [warn] /src/conf/routes:47: unreachable code
10-Jun-2020 11:13:06 #19 97.89 [warn] GET            /profile/:uuid                                                           @controllers.Profile.viewProfileUUID(uuid: UUID)
10-Jun-2020 11:13:06 #19 97.94 [warn] /src/conf/routes:298: unreachable code
10-Jun-2020 11:13:06 #19 97.94 [warn] POST           /api/sensors/config                                                      @api.Admin.sensorsConfig
10-Jun-2020 11:13:06 #19 97.97 [warn] /src/conf/routes:637: unreachable code
10-Jun-2020 11:13:06 #19 97.97 [warn] DELETE         /api/sections/:id/tags                                                   @api.Sections.removeTags(id: UUID)
10-Jun-2020 11:13:06 #19 98.00 [warn] /src/conf/routes:368: unreachable code
10-Jun-2020 11:13:06 #19 98.00 [warn] POST           /api/uploadToDataset/:id                                                 @api.Files.uploadToDataset(id: UUID, showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String ?= "", extract: Boolean ?= true)
10-Jun-2020 11:13:06 #19 98.03 [warn] /src/conf/routes:391: unreachable code
10-Jun-2020 11:13:06 #19 98.03 [warn] DELETE         /api/files/:id                                                           @api.Files.removeFile(id: UUID)
10-Jun-2020 11:13:06 #19 98.06 [warn] /src/conf/routes:397: unreachable code
10-Jun-2020 11:13:06 #19 98.06 [warn] DELETE         /api/files/:id/tags                                                      @api.Files.removeTags(id: UUID)
10-Jun-2020 11:13:06 #19 98.12 [warn] /src/conf/routes:461: unreachable code
10-Jun-2020 11:13:06 #19 98.12 [warn] GET            /api/files/:three_d_file_id/:filename                                    @api.Files.getTexture(three_d_file_id: UUID, filename)
10-Jun-2020 11:13:06 #19 98.17 [warn] /src/conf/routes:448: unreachable code
10-Jun-2020 11:13:06 #19 98.17 [warn] GET            /api/files/:id                                                           @api.Files.download(id: UUID, tracking: Boolean ?= true)
10-Jun-2020 11:13:06 #19 98.20 [warn] /src/conf/routes:364: unreachable code
10-Jun-2020 11:13:06 #19 98.20 [warn] POST           /api/files/withFlags/:flags                                              @api.Files.upload(showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String)
10-Jun-2020 11:13:06 #19 98.23 [warn] /src/conf/routes:505: unreachable code
10-Jun-2020 11:13:06 #19 98.23 [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:13:06 #19 98.25 [warn] /src/conf/routes:512: unreachable code
10-Jun-2020 11:13:06 #19 98.26 [warn] DELETE         /api/collections/:coll_id/datasets/:ds_id                                @api.Collections.removeDataset(coll_id: UUID, ds_id: UUID, ignoreNotFound ?= "True")
10-Jun-2020 11:13:06 #19 98.26 model contains 974 documentable templates
10-Jun-2020 11:13:06 #19 98.29 [warn] /src/conf/routes:518: unreachable code
10-Jun-2020 11:13:06 #19 98.29 [warn] DELETE         /api/collections/:coll_id                                                @api.Collections.removeCollection(coll_id: UUID)
10-Jun-2020 11:13:06 #19 98.39 [warn] /src/conf/routes:559: unreachable code
10-Jun-2020 11:13:06 #19 98.39 [warn] DELETE         /api/datasets/:ds_id/:file_id                                            @api.Datasets.detachFile(ds_id: UUID,file_id: UUID, ignoreNotFound ?= "True")
10-Jun-2020 11:13:06 #19 98.42 [warn] /src/conf/routes:571: unreachable code
10-Jun-2020 11:13:06 #19 98.42 [warn] GET            /api/datasets/:id/files                                                  @api.Datasets.datasetAllFilesList(id: UUID, max: Int ?= -1)
10-Jun-2020 11:13:06 #19 98.45 [warn] /src/conf/routes:517: unreachable code
10-Jun-2020 11:13:06 #19 98.45 [warn] GET            /api/collections/:coll_id/getDatasets                                    @api.Datasets.listInCollection(coll_id: UUID)
10-Jun-2020 11:13:06 #19 98.47 [warn] /src/conf/routes:585: unreachable code
10-Jun-2020 11:13:06 #19 98.48 [warn] DELETE         /api/datasets/:id/tags                                                   @api.Datasets.removeTags(id: UUID)
10-Jun-2020 11:13:06 #19 98.50 [warn] /src/conf/routes:672: unreachable code
10-Jun-2020 11:13:06 #19 98.50 [warn] GET            /api/geostreams/streams/update                                           api.Geostreams.updateStatisticsStreamSensor()
10-Jun-2020 11:13:07 #19 98.77 [warn] /src/app/views/collections/tile.scala.html:55: match may not be exhaustive.
10-Jun-2020 11:13:07 #19 98.77 [warn] It would fail on the following input: None
10-Jun-2020 11:13:07 #19 98.77 [warn]                 case Some(viewer) => {
10-Jun-2020 11:13:07 #19 98.78 [warn] ^
10-Jun-2020 11:13:07 #19 98.79 [warn] /src/app/views/curations/publishedGrid.scala.html:12: match may not be exhaustive.
10-Jun-2020 11:13:07 #19 98.79 [warn] It would fail on the following inputs: JsBoolean(_), JsNull, JsNumber(_), JsObject(_), JsUndefined()
10-Jun-2020 11:13:07 #19 98.79 [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:13:07 #19 98.79 [warn] ^
10-Jun-2020 11:13:07 #19 98.80 [warn] /src/app/views/curations/publishedGrid.scala.html:31: match may not be exhaustive.
10-Jun-2020 11:13:07 #19 98.80 [warn] It would fail on the following inputs: JsBoolean(_), JsNull, JsNumber(_), JsObject(_), JsUndefined()
10-Jun-2020 11:13:07 #19 98.80 [warn]           case creator:JsString => {
10-Jun-2020 11:13:07 #19 98.80 [warn] ^
10-Jun-2020 11:13:07 #19 98.81 [warn] /src/app/views/curations/publishedGrid.scala.html:9: match may not be exhaustive.
10-Jun-2020 11:13:07 #19 98.81 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
10-Jun-2020 11:13:07 #19 98.81 [warn]                     case jo:JsObject => {
10-Jun-2020 11:13:07 #19 98.81 [warn] ^
10-Jun-2020 11:13:07 #19 98.84 [warn] /src/app/views/datasets/tile.scala.html:65: match may not be exhaustive.
10-Jun-2020 11:13:07 #19 98.84 [warn] It would fail on the following input: None
10-Jun-2020 11:13:07 #19 98.84 [warn]                 case Some(viewer) => {
10-Jun-2020 11:13:07 #19 98.84 [warn] ^
10-Jun-2020 11:13:07 #19 98.85 [warn] /src/app/views/files/tile.scala.html:45: match may not be exhaustive.
10-Jun-2020 11:13:07 #19 98.85 [warn] It would fail on the following input: None
10-Jun-2020 11:13:07 #19 98.85 [warn]                 case Some(viewer) => {
10-Jun-2020 11:13:07 #19 98.85 [warn] ^
10-Jun-2020 11:13:07 #19 98.89 [warn] /src/app/views/metadatald/newCard.scala.html:12: match may not be exhaustive.
10-Jun-2020 11:13:07 #19 98.89 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
10-Jun-2020 11:13:07 #19 98.89 [warn]                 case o: JsObject => {
10-Jun-2020 11:13:07 #19 98.89 [warn] ^
10-Jun-2020 11:13:07 #19 98.89 [warn] /src/app/views/metadatald/newTableRow.scala.html:12: match may not be exhaustive.
10-Jun-2020 11:13:07 #19 98.89 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
10-Jun-2020 11:13:07 #19 98.89 [warn]                 case o: JsObject => {
10-Jun-2020 11:13:07 #19 98.89 [warn] ^
10-Jun-2020 11:13:10 #19 102.7 [warn] /src/app/services/irods/IRODSPlugin.scala:9: Tag '@date' is not recognised
10-Jun-2020 11:13:10 #19 102.7 [warn] /**
10-Jun-2020 11:13:10 #19 102.7 [warn] ^
10-Jun-2020 11:13:14 #19 106.6 [warn] /src/app/api/CurationObjects.scala:288: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
10-Jun-2020 11:13:14 #19 106.6 [warn]           val client = new DefaultHttpClient
10-Jun-2020 11:13:14 #19 106.6 [warn]                            ^
10-Jun-2020 11:13:14 #19 106.6 [warn] /src/app/api/Datasets.scala:223: value xmlMetadata in class File is deprecated: use Metadata
10-Jun-2020 11:13:14 #19 106.6 [warn]                   if (!file.xmlMetadata.isEmpty) {
10-Jun-2020 11:13:14 #19 106.6 [warn]                             ^
10-Jun-2020 11:13:14 #19 106.6 [warn] /src/app/api/Datasets.scala:420: value xmlMetadata in class File is deprecated: use Metadata
10-Jun-2020 11:13:14 #19 106.6 [warn]       if (!file.xmlMetadata.isEmpty){
10-Jun-2020 11:13:14 #19 106.6 [warn]                 ^
10-Jun-2020 11:13:14 #19 106.6 [warn] /src/app/api/Datasets.scala:499: value xmlMetadata in class File is deprecated: use Metadata
10-Jun-2020 11:13:14 #19 106.6 [warn]           if (!file.xmlMetadata.isEmpty)
10-Jun-2020 11:13:14 #19 106.6 [warn]                     ^
10-Jun-2020 11:13:15 #19 107.0 [warn] /src/app/models/Collection.scala:26: value jsonldMetadata in class Collection is deprecated: use Metadata
10-Jun-2020 11:13:15 #19 107.0 [warn]   @deprecated("use Metadata","since the use of jsonld") jsonldMetadata : List[Metadata]= List.empty
10-Jun-2020 11:13:15 #19 107.0 [warn]                                                         ^
10-Jun-2020 11:13:15 #19 107.0 [warn] /src/app/models/Collection.scala:6: value jsonldMetadata in class Collection is deprecated: use Metadata
10-Jun-2020 11:13:15 #19 107.0 [warn] case class Collection(
10-Jun-2020 11:13:15 #19 107.0 [warn]            ^
10-Jun-2020 11:13:15 #19 107.1 [warn] /src/app/models/File.scala:31: value xmlMetadata in class File is deprecated: use Metadata
10-Jun-2020 11:13:15 #19 107.1 [warn]   @deprecated("use Metadata","since the use of jsonld") xmlMetadata: Map[String, Any] = Map.empty,
10-Jun-2020 11:13:15 #19 107.1 [warn]                                                         ^
10-Jun-2020 11:13:15 #19 107.1 [warn] /src/app/models/File.scala:13: value xmlMetadata in class File is deprecated: use Metadata
10-Jun-2020 11:13:15 #19 107.1 [warn] case class File(
10-Jun-2020 11:13:15 #19 107.1 [warn]            ^
10-Jun-2020 11:13:15 #19 107.1 [warn] /src/app/models/Preview.scala:29: value jsonldMetadata in class Preview is deprecated: use Metadata
10-Jun-2020 11:13:15 #19 107.1 [warn]   @deprecated("use Metadata","since the use of jsonld") jsonldMetadata : List[Metadata]= List.empty
10-Jun-2020 11:13:15 #19 107.1 [warn]                                                         ^
10-Jun-2020 11:13:15 #19 107.1 [warn] /src/app/models/Preview.scala:10: value jsonldMetadata in class Preview is deprecated: use Metadata
10-Jun-2020 11:13:15 #19 107.1 [warn] case class Preview(
10-Jun-2020 11:13:15 #19 107.1 [warn]            ^
10-Jun-2020 11:13:15 #19 107.1 [warn] /src/app/models/Section.scala:18: value jsonldMetadata in class Section is deprecated: use Metadata
10-Jun-2020 11:13:15 #19 107.1 [warn]   @deprecated("use Metadata","since the use of jsonld") jsonldMetadata : List[Metadata]= List.empty,
10-Jun-2020 11:13:15 #19 107.1 [warn]                                                         ^
10-Jun-2020 11:13:15 #19 107.1 [warn] /src/app/models/Section.scala:8: value jsonldMetadata in class Section is deprecated: use Metadata
10-Jun-2020 11:13:15 #19 107.1 [warn] case class Section(
10-Jun-2020 11:13:15 #19 107.1 [warn]            ^
10-Jun-2020 11:13:15 #19 107.3 [warn] /src/app/services/RabbitmqPlugin.scala:199: method encode in object URLEncoder is deprecated: see corresponding Javadoc for more information.
10-Jun-2020 11:13:15 #19 107.3 [warn]       vhost = URLEncoder.encode(factory.get.getVirtualHost)
10-Jun-2020 11:13:15 #19 107.3 [warn]                          ^
10-Jun-2020 11:13:15 #19 107.4 [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:13:15 #19 107.4 [warn]         val httpclient = new DefaultHttpClient()
10-Jun-2020 11:13:15 #19 107.4 [warn]             ^
10-Jun-2020 11:13:15 #19 107.4 [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:13:15 #19 107.4 [warn]         val httpclient = new DefaultHttpClient()
10-Jun-2020 11:13:15 #19 107.4 [warn]                              ^
10-Jun-2020 11:13:15 #19 107.4 [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:13:15 #19 107.4 [warn]         val httpclient = new DefaultHttpClient()
10-Jun-2020 11:13:15 #19 107.4 [warn]             ^
10-Jun-2020 11:13:15 #19 107.4 [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:13:15 #19 107.4 [warn]         val httpclient = new DefaultHttpClient()
10-Jun-2020 11:13:15 #19 107.4 [warn]                              ^
10-Jun-2020 11:13:15 #19 107.4 [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:13:15 #19 107.4 [warn]         val httpclient = new DefaultHttpClient()
10-Jun-2020 11:13:15 #19 107.4 [warn]             ^
10-Jun-2020 11:13:15 #19 107.4 [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:13:15 #19 107.4 [warn]         val httpclient = new DefaultHttpClient()
10-Jun-2020 11:13:15 #19 107.4 [warn]                              ^
10-Jun-2020 11:13:15 #19 107.4 [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:13:15 #19 107.4 [warn]         val httpclient = new DefaultHttpClient()
10-Jun-2020 11:13:15 #19 107.4 [warn]             ^
10-Jun-2020 11:13:15 #19 107.4 [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:13:15 #19 107.4 [warn]         val httpclient = new DefaultHttpClient()
10-Jun-2020 11:13:15 #19 107.4 [warn]                              ^
10-Jun-2020 11:13:15 #19 107.4 [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:13:15 #19 107.4 [warn]         val httpclient = new DefaultHttpClient()
10-Jun-2020 11:13:15 #19 107.4 [warn]             ^
10-Jun-2020 11:13:15 #19 107.4 [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:13:15 #19 107.4 [warn]         val httpclient = new DefaultHttpClient()
10-Jun-2020 11:13:15 #19 107.4 [warn]                              ^
10-Jun-2020 11:13:15 #19 107.4 [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:13:15 #19 107.4 [warn]         val httpclient = new DefaultHttpClient()
10-Jun-2020 11:13:15 #19 107.4 [warn]             ^
10-Jun-2020 11:13:15 #19 107.4 [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:13:15 #19 107.4 [warn]         val httpclient = new DefaultHttpClient()
10-Jun-2020 11:13:15 #19 107.4 [warn]                              ^
10-Jun-2020 11:13:15 #19 107.4 [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:13:15 #19 107.4 [warn]         val httpclient = new DefaultHttpClient()
10-Jun-2020 11:13:15 #19 107.4 [warn]             ^
10-Jun-2020 11:13:15 #19 107.4 [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:13:15 #19 107.4 [warn]         val httpclient = new DefaultHttpClient()
10-Jun-2020 11:13:15 #19 107.4 [warn]                              ^
10-Jun-2020 11:13:15 #19 107.4 [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:13:15 #19 107.4 [warn]         val httpclient = new DefaultHttpClient()
10-Jun-2020 11:13:15 #19 107.4 [warn]             ^
10-Jun-2020 11:13:15 #19 107.4 [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:13:15 #19 107.4 [warn]         val httpclient = new DefaultHttpClient()
10-Jun-2020 11:13:15 #19 107.4 [warn]                              ^
10-Jun-2020 11:13:15 #19 107.6 [warn] /src/app/services/mongodb/MongoDBFileService.scala:816: value xmlMetadata in class File is deprecated: use Metadata
10-Jun-2020 11:13:15 #19 107.6 [warn]             if(!file.xmlMetadata.isEmpty){
10-Jun-2020 11:13:15 #19 107.6 [warn]                      ^
10-Jun-2020 11:13:15 #19 107.6 [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:13:15 #19 107.6 [warn]       val httpclient = new DefaultHttpClient()
10-Jun-2020 11:13:15 #19 107.6 [warn]           ^
10-Jun-2020 11:13:15 #19 107.6 [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:13:15 #19 107.6 [warn]       val httpclient = new DefaultHttpClient()
10-Jun-2020 11:13:15 #19 107.6 [warn]                            ^
10-Jun-2020 11:13:16 #19 107.8 [warn] /src/app/util/FileUtils.scala:280: value jsonldMetadata in class Preview is deprecated: use Metadata
10-Jun-2020 11:13:16 #19 107.8 [warn]           val currentMetadata = currentPreview.jsonldMetadata
10-Jun-2020 11:13:16 #19 107.8 [warn]                                                ^
10-Jun-2020 11:13:16 #19 107.9 [warn] /src/conf/routes:363: method upload in class Files is deprecated
10-Jun-2020 11:13:16 #19 107.9 [warn] POST           /api/files                                                               @api.Files.upload(showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String ?= "")
10-Jun-2020 11:13:16 #19 108.0 [warn] /src/conf/routes:363: method upload in class Files is deprecated
10-Jun-2020 11:13:16 #19 108.0 [warn] POST           /api/files                                                               @api.Files.upload(showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String ?= "")
10-Jun-2020 11:13:16 #19 108.0 [warn] /src/conf/routes:364: method upload in class Files is deprecated
10-Jun-2020 11:13:16 #19 108.0 [warn] POST           /api/files/withFlags/:flags                                              @api.Files.upload(showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String)
10-Jun-2020 11:13:19 #19 111.3 [warn] 54 warnings found
10-Jun-2020 11:13:19 #19 111.3 [info] Main Scala API documentation successful.
10-Jun-2020 11:13:19 #19 111.4 [info] Packaging /src/target/scala-2.10/clowder_2.10-1.8.2-SNAPSHOT-javadoc.jar ...
10-Jun-2020 11:13:20 #19 112.3 [info] Done packaging.
10-Jun-2020 11:14:05 #19 157.7 [warn] 175 warnings found
10-Jun-2020 11:14:07 #19 159.1 [warn] warning: [options] bootstrap class path not set in conjunction with -source 1.7
10-Jun-2020 11:14:07 #19 159.1 [warn] 1 warning
10-Jun-2020 11:14:15 #19 167.3 [info] Packaging /src/target/scala-2.10/clowder_2.10-1.8.2-SNAPSHOT.jar ...
10-Jun-2020 11:14:18 #19 170.0 [info] Done packaging.
10-Jun-2020 11:14:24 #19 176.6 [info]
10-Jun-2020 11:14:24 #19 176.6 [info] Your package is ready in /src/target/universal/clowder-1.8.2-SNAPSHOT.zip
10-Jun-2020 11:14:24 #19 176.6 [info]
10-Jun-2020 11:14:24 #19 176.6 [success] Total time: 172 s, completed Jun 10, 2020 4:14:24 PM
10-Jun-2020 11:14:24 #19 176.7 total 96096
10-Jun-2020 11:14:24 #19 176.7 -rw-r--r--    1 root     root      98396212 Jun 10 16:14 clowder-1.8.2-SNAPSHOT.zip
10-Jun-2020 11:14:24 #19 176.7 drwxr-xr-x    3 root     root          4096 Jun 10 16:14 tmp
10-Jun-2020 11:14:26 #19 178.4 total 1228
10-Jun-2020 11:14:26 #19 178.4 drwxr-xr-x   13 root     root          4096 Jun 10 16:11 app
10-Jun-2020 11:14:26 #19 178.4 drwxr-xr-x    6 root     root          4096 Jun 10 16:14 clowder-1.8.2-SNAPSHOT
10-Jun-2020 11:14:26 #19 178.4 drwxr-xr-x    2 root     root          4096 Jun 10 16:11 conf
10-Jun-2020 11:14:26 #19 178.4 drwxr-xr-x    2 root     root          4096 Jun 10 16:11 lib
10-Jun-2020 11:14:26 #19 178.4 drwxr-xr-x    1 root     root          4096 Jun 10 16:06 project
10-Jun-2020 11:14:26 #19 178.4 drwxr-xr-x   12 root     root          4096 Jun 10 16:11 public
10-Jun-2020 11:14:26 #19 178.4 -rwxr-xr-x    1 root     root           164 Jun 10 16:02 sbt
10-Jun-2020 11:14:26 #19 178.4 -rw-r--r--    1 root     root          5821 Jun 10 16:02 sbt-launch-lib.bash
10-Jun-2020 11:14:26 #19 178.4 -rw-r--r--    1 root     root       1208385 Jun 10 16:02 sbt-launch.jar
10-Jun-2020 11:14:26 #19 178.4 -rw-r--r--    1 root     root           164 Jun 10 16:02 sbt.bat
10-Jun-2020 11:14:26 #19 178.4 drwxr-xr-x    9 root     root          4096 Jun 10 16:14 target
10-Jun-2020 11:14:26 #19    completed: 2020-06-10 16:14:26.903711221 +0000 UTC
10-Jun-2020 11:14:26 #19     duration: 2m58.735867722s
10-Jun-2020 11:14:26
10-Jun-2020 11:14:28
10-Jun-2020 11:14:28 #20 [stage-1 3/6] COPY --from=clowder-build /src/clowder /home/clowder/
10-Jun-2020 11:14:28 #20       digest: sha256:105982f6340f9afff25897faa280c445aff227cbf548907e772247441e3bc1e9
10-Jun-2020 11:14:28 #20         name: "[stage-1 3/6] COPY --from=clowder-build /src/clowder /home/clowder/"
10-Jun-2020 11:14:28 #20      started: 2020-06-10 16:14:28.143400839 +0000 UTC
10-Jun-2020 11:14:29 #20    completed: 2020-06-10 16:14:29.309718196 +0000 UTC
10-Jun-2020 11:14:29 #20     duration: 1.166317357s
10-Jun-2020 11:14:29
10-Jun-2020 11:14:29
10-Jun-2020 11:14:29 #21 [stage-1 4/6] COPY docker/clowder.sh docker/healthcheck.sh /home/clowder...
10-Jun-2020 11:14:29 #21       digest: sha256:fb1c086eaa82ca98d39188e36d53fd4f097d32e02e2785826f1d933884c4ecac
10-Jun-2020 11:14:29 #21         name: "[stage-1 4/6] COPY docker/clowder.sh docker/healthcheck.sh /home/clowder/"
10-Jun-2020 11:14:29 #21      started: 2020-06-10 16:14:29.366605605 +0000 UTC
10-Jun-2020 11:14:30 #21    completed: 2020-06-10 16:14:30.405559805 +0000 UTC
10-Jun-2020 11:14:30 #21     duration: 1.0389542s
10-Jun-2020 11:14:30
10-Jun-2020 11:14:30
10-Jun-2020 11:14:30 #22 [stage-1 5/6] COPY docker/custom.conf docker/play.plugins /home/clowder/...
10-Jun-2020 11:14:30 #22       digest: sha256:1e33b15064ebda0aa4da34dd4786834df6b3fc9ef3ae140cf531cb1fac9fb6de
10-Jun-2020 11:14:30 #22         name: "[stage-1 5/6] COPY docker/custom.conf docker/play.plugins /home/clowder/custom/"
10-Jun-2020 11:14:30 #22      started: 2020-06-10 16:14:30.425478397 +0000 UTC
10-Jun-2020 11:14:31 #22    completed: 2020-06-10 16:14:31.190609257 +0000 UTC
10-Jun-2020 11:14:31 #22     duration: 765.13086ms
10-Jun-2020 11:14:31
10-Jun-2020 11:14:31
10-Jun-2020 11:14:31 #23 [stage-1 6/6] RUN mkdir /home/clowder/data &&     chgrp -R 0 /home/clowd...
10-Jun-2020 11:14:31 #23       digest: sha256:019445c19d646ca38096976f3098da48a7dc929f6d80070df9885ac5b5b57ae7
10-Jun-2020 11:14: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:14:31 #23      started: 2020-06-10 16:14:31.244843075 +0000 UTC
10-Jun-2020 11:15:21 #23    completed: 2020-06-10 16:15:20.930027671 +0000 UTC
10-Jun-2020 11:15:21 #23     duration: 49.685184596s
10-Jun-2020 11:15:21
10-Jun-2020 11:15:21
10-Jun-2020 11:15:21 #24 exporting to image
10-Jun-2020 11:15:21 #24       digest: sha256:63ff86e672a5e7cbb5c5357ccd920f7fd57676b8ea22e6027f36d81c6413ec43
10-Jun-2020 11:15:21 #24         name: "exporting to image"
10-Jun-2020 11:15:21 #24      started: 2020-06-10 16:15:21.272825212 +0000 UTC
10-Jun-2020 11:15:21 #24 exporting layers
10-Jun-2020 11:15:23 #24 exporting layers 2.0s done
10-Jun-2020 11:15:23 #24    completed: 2020-06-10 16:15:23.386936404 +0000 UTC
10-Jun-2020 11:15:23 #24     duration: 2.114111192s
10-Jun-2020 11:15:23 #24 writing image sha256:abd5aa2f090604aa15e0fee9a103d7d4d07c0bdb326b812904abb1d5fce959fa 0.0s done
10-Jun-2020 11:15:23 #24 naming to docker.io/clowder/clowder:latest 0.0s done
10-Jun-2020 11:15:23
10-Jun-2020 11:15:23
10-Jun-2020 11:15:23 #2 [internal] load .dockerignore
10-Jun-2020 11:15:23 #2       digest: sha256:e342059a1e8966030ffd8fc836de698d042f90189d79c8fbc935779cf2443667
10-Jun-2020 11:15:23 #2         name: "[internal] load .dockerignore"
10-Jun-2020 11:15:23 #2      started: 2020-06-10 16:15:23.427276248 +0000 UTC
10-Jun-2020 11:15:23 #2    completed: 2020-06-10 16:15:23.427320366 +0000 UTC
10-Jun-2020 11:15:23 #2     duration: 44.118µs
10-Jun-2020 11:15:23 #2      started: 2020-06-10 16:15:23.427460365 +0000 UTC
10-Jun-2020 11:15:24 #2 transferring context:
10-Jun-2020 11:15:24 #2 transferring context: 2B done
10-Jun-2020 11:15:24 #2    completed: 2020-06-10 16:15:24.566774873 +0000 UTC
10-Jun-2020 11:15:24 #2     duration: 1.139314508s
10-Jun-2020 11:15:24
10-Jun-2020 11:15:24
10-Jun-2020 11:15:24 #1 [internal] load build definition from Dockerfile
10-Jun-2020 11:15:24 #1       digest: sha256:4746e6202933e9becf8f927cf1c4694166863bbe54b066589ce0dda20b3ca968
10-Jun-2020 11:15:24 #1         name: "[internal] load build definition from Dockerfile"
10-Jun-2020 11:15:24 #1      started: 2020-06-10 16:15:23.42810993 +0000 UTC
10-Jun-2020 11:15:24 #1    completed: 2020-06-10 16:15:23.42816681 +0000 UTC
10-Jun-2020 11:15:24 #1     duration: 56.88µs
10-Jun-2020 11:15:24 #1      started: 2020-06-10 16:15:23.428601777 +0000 UTC
10-Jun-2020 11:15:24 #1 transferring dockerfile: 605B done
10-Jun-2020 11:15:24 #1    completed: 2020-06-10 16:15:24.645723822 +0000 UTC
10-Jun-2020 11:15:24 #1     duration: 1.217122045s
10-Jun-2020 11:15:24
10-Jun-2020 11:15:24
10-Jun-2020 11:15:24 #3 [internal] load metadata for docker.io/library/ubuntu:latest
10-Jun-2020 11:15:24 #3       digest: sha256:8c6bdfb121a69744f11ffa1fedfc68ec20085c2dcce567aac97a3ff72e53502d
10-Jun-2020 11:15:24 #3         name: "[internal] load metadata for docker.io/library/ubuntu:latest"
10-Jun-2020 11:15:24 #3      started: 2020-06-10 16:15:24.763839461 +0000 UTC
10-Jun-2020 11:15:25 #3    completed: 2020-06-10 16:15:25.085923198 +0000 UTC
10-Jun-2020 11:15:25 #3     duration: 322.083737ms
10-Jun-2020 11:15:25
10-Jun-2020 11:15:25
10-Jun-2020 11:15:25 #4 [internal] helper image for file operations
10-Jun-2020 11:15:25 #4       digest: sha256:e4c43493b1bb2320466c52248e886014710025b273f224bb96a23b8fb7a1d193
10-Jun-2020 11:15:25 #4         name: "[internal] helper image for file operations"
10-Jun-2020 11:15:25 #4      started: 2020-06-10 16:15:25.087403791 +0000 UTC
10-Jun-2020 11:15:25 #4    completed: 2020-06-10 16:15:25.087458325 +0000 UTC
10-Jun-2020 11:15:25 #4     duration: 54.534µs
10-Jun-2020 11:15:25 #4       cached: true
10-Jun-2020 11:15:25
10-Jun-2020 11:15:25
10-Jun-2020 11:15:25 #5 [1/3] FROM docker.io/library/ubuntu@sha256:747d2dbbaaee995098c9792d99bd3...
10-Jun-2020 11:15:25 #5       digest: sha256:a8e2620730dfe25984268c67fcbe396b1ed0900aec3672b163c8c7da1349dfb3
10-Jun-2020 11:15:25 #5         name: "[1/3] FROM docker.io/library/ubuntu@sha256:747d2dbbaaee995098c9792d99bd333c6783ce56150d1b11e333bbceed5c54d7"
10-Jun-2020 11:15:25 #5      started: 2020-06-10 16:15:25.08692003 +0000 UTC
10-Jun-2020 11:15:25 #5    completed: 2020-06-10 16:15:25.087056784 +0000 UTC
10-Jun-2020 11:15:25 #5     duration: 136.754µs
10-Jun-2020 11:15:25 #5      started: 2020-06-10 16:15:25.088380805 +0000 UTC
10-Jun-2020 11:15:25 #5    completed: 2020-06-10 16:15:25.090388475 +0000 UTC
10-Jun-2020 11:15:25 #5     duration: 2.00767ms
10-Jun-2020 11:15:25 #5      started: 2020-06-10 16:15:25.090545842 +0000 UTC
10-Jun-2020 11:15:25 #5 resolve docker.io/library/ubuntu@sha256:747d2dbbaaee995098c9792d99bd333c6783ce56150d1b11e333bbceed5c54d7 done
10-Jun-2020 11:15:25 #5 sha256:5747316366b8cc9e3021cd7286f42b2d6d81e3d743e2ab571f55bcd5df788cc8 1.15kB / 1.15kB done
10-Jun-2020 11:15:25 #5 sha256:1d622ef86b138c7e96d4f797bf5e4baca3249f030c575b9337638594f2b63f01 3.41kB / 3.41kB done
10-Jun-2020 11:15:25 #5 sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 0B / 28.56MB 0.2s
10-Jun-2020 11:15:25 #5 sha256:fc878cd0a91c7bece56f668b2c79a19d94dd5471dae41fe5a7e14b4ae65251f6 0B / 32.30kB 0.2s
10-Jun-2020 11:15:25 #5 sha256:6154df8ff9882934dc5bf265b8b85a3aeadba06387447ffa440f7af7f32b0e1d 0B / 847B 0.2s
10-Jun-2020 11:15:25 #5 sha256:747d2dbbaaee995098c9792d99bd333c6783ce56150d1b11e333bbceed5c54d7 1.21kB / 1.21kB done
10-Jun-2020 11:15:25 #7 ...
10-Jun-2020 11:15:25
10-Jun-2020 11:15:25 #7 [internal] load build context
10-Jun-2020 11:15:25 #7       digest: sha256:dc73f54f31d45398144d07be895e59bc58035a35233475a797823c7172b8852f
10-Jun-2020 11:15:25 #7         name: "[internal] load build context"
10-Jun-2020 11:15:25 #7      started: 2020-06-10 16:15:25.087381149 +0000 UTC
10-Jun-2020 11:15:25 #7    completed: 2020-06-10 16:15:25.087424079 +0000 UTC
10-Jun-2020 11:15:25 #7     duration: 42.93µs
10-Jun-2020 11:15:25 #7      started: 2020-06-10 16:15:25.087538472 +0000 UTC
10-Jun-2020 11:15:25 #7    completed: 2020-06-10 16:15:25.511025908 +0000 UTC
10-Jun-2020 11:15:25 #7     duration: 423.487436ms
10-Jun-2020 11:15:25 #7 transferring context: 12.56kB done
10-Jun-2020 11:15:25
10-Jun-2020 11:15:25
10-Jun-2020 11:15:25 #5 [1/3] FROM docker.io/library/ubuntu@sha256:747d2dbbaaee995098c9792d99bd3...
10-Jun-2020 11:15:25 #5 sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 20.34MB / 28.56MB 0.6s
10-Jun-2020 11:15:25 #5 sha256:fc878cd0a91c7bece56f668b2c79a19d94dd5471dae41fe5a7e14b4ae65251f6 32.30kB / 32.30kB 0.5s done
10-Jun-2020 11:15:25 #5 sha256:6154df8ff9882934dc5bf265b8b85a3aeadba06387447ffa440f7af7f32b0e1d 847B / 847B 0.5s done
10-Jun-2020 11:15:25 #5 sha256:fee5db0ff82f7aa5ace63497df4802bbadf8f2779ed3e1858605b791dc449425 0B / 163B 0.6s
10-Jun-2020 11:15:25 #5 sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 28.56MB / 28.56MB 0.7s
10-Jun-2020 11:15:25 #5 sha256:fee5db0ff82f7aa5ace63497df4802bbadf8f2779ed3e1858605b791dc449425 163B / 163B 0.6s done
10-Jun-2020 11:15:26 #5 sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 28.56MB / 28.56MB 0.9s done
10-Jun-2020 11:15:26 #5 extracting sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e
10-Jun-2020 11:15:27 #5 extracting sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 1.0s done
10-Jun-2020 11:15:27 #5 extracting sha256:fc878cd0a91c7bece56f668b2c79a19d94dd5471dae41fe5a7e14b4ae65251f6 done
10-Jun-2020 11:15:27 #5 extracting sha256:6154df8ff9882934dc5bf265b8b85a3aeadba06387447ffa440f7af7f32b0e1d done
10-Jun-2020 11:15:27 #5 extracting sha256:fee5db0ff82f7aa5ace63497df4802bbadf8f2779ed3e1858605b791dc449425
10-Jun-2020 11:15:28 #5 extracting sha256:fee5db0ff82f7aa5ace63497df4802bbadf8f2779ed3e1858605b791dc449425 done
10-Jun-2020 11:15:28 #5    completed: 2020-06-10 16:15:28.863870635 +0000 UTC
10-Jun-2020 11:15:28 #5     duration: 3.773324793s
10-Jun-2020 11:15:28
10-Jun-2020 11:15:29
10-Jun-2020 11:15:29 #6 [2/3] RUN apt-get -y update     && apt-get -y install curl unzip docker....
10-Jun-2020 11:15:29 #6       digest: sha256:ee9130280c48d2083c70448142aef9143770bb661a8c6a00ca69cf92ac1b2120
10-Jun-2020 11:15:29 #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:15:29 #6      started: 2020-06-10 16:15:28.928072864 +0000 UTC
10-Jun-2020 11:15:30 #6 1.173 Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [107 kB]
10-Jun-2020 11:15:30 #6 1.177 Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
10-Jun-2020 11:15:30 #6 1.738 Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [128 kB]
10-Jun-2020 11:15:30 #6 1.766 Get:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease [107 kB]
10-Jun-2020 11:15:30 #6 1.906 Get:5 http://archive.ubuntu.com/ubuntu focal-backports InRelease [98.3 kB]
10-Jun-2020 11:15:30 #6 1.955 Get:6 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [41.2 kB]
10-Jun-2020 11:15:30 #6 1.967 Get:7 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [1077 B]
10-Jun-2020 11:15:30 #6 1.968 Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [13.1 kB]
10-Jun-2020 11:15:31 #6 2.043 Get:9 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
10-Jun-2020 11:15:31 #6 2.076 Get:10 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
10-Jun-2020 11:15:31 #6 2.085 Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
10-Jun-2020 11:15:31 #6 2.329 Get:12 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
10-Jun-2020 11:15:31 #6 2.777 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [132 kB]
10-Jun-2020 11:15:31 #6 2.786 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [240 kB]
10-Jun-2020 11:15:31 #6 2.792 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [13.1 kB]
10-Jun-2020 11:15:31 #6 2.793 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [1077 B]
10-Jun-2020 11:15:31 #6 2.793 Get:17 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [2903 B]
10-Jun-2020 11:15:32 #6 3.699 Fetched 14.0 MB in 3s (5062 kB/s)
10-Jun-2020 11:15:33 #6 3.699 Reading package lists...
10-Jun-2020 11:15:34 #6 4.557 Reading package lists...
10-Jun-2020 11:15:34 #6 5.309 Building dependency tree...
10-Jun-2020 11:15:34 #6 5.412 Reading state information...
10-Jun-2020 11:15:34 #6    completed: 2020-06-10 16:15:34.480065278 +0000 UTC
10-Jun-2020 11:15:34 #6     duration: 5.551992414s
10-Jun-2020 11:15:34 #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:15:34 #6 5.506 E: Unable to locate package python-pip
10-Jun-2020 11:15:34
10-Jun-2020 11:15:34 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:15:34 Failing task since return code of [/bin/sh docker.sh] was 1 while expected 0
10-Jun-2020 11:15:34 Finished task 'docker build' with result: Failed
10-Jun-2020 11:15:34 Running post build plugin 'Docker Container Cleanup'
10-Jun-2020 11:15:34 Running post build plugin 'NCover Results Collector'
10-Jun-2020 11:15:34 Running post build plugin 'Clover Results Collector'
10-Jun-2020 11:15:34 Running post build plugin 'npm Cache Cleanup'
10-Jun-2020 11:15:34 Running post build plugin 'Artifact Copier'
10-Jun-2020 11:15:34 Publishing an artifact: dist
10-Jun-2020 11:15:43 Finished publishing of artifact Non required shared artifact: [dist], pattern: [clowder-*.zip] anchored at: [target/universal] in 8.655 s
10-Jun-2020 11:15:43 Publishing an artifact: scaladoc
10-Jun-2020 11:15:44 Finished publishing of artifact Non required shared artifact: [scaladoc], pattern: [**/*] anchored at: [target/scala-2.10/api] in 1.626 s
10-Jun-2020 11:15:44 Publishing an artifact: manual
10-Jun-2020 11:15:44 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:15:44 The artifact hasn't been successfully published after 2.167 ms
10-Jun-2020 11:15:44 Finalising the build...
10-Jun-2020 11:15:44 Stopping timer.
10-Jun-2020 11:15:44 Build CATS-CORE1097-JOB1-33 completed.
10-Jun-2020 11:15:44 Running on server: post build plugin 'NCover Results Collector'
10-Jun-2020 11:15:45 Running on server: post build plugin 'Build Hanging Detection Configuration'
10-Jun-2020 11:15:45 Running on server: post build plugin 'Clover Delta Calculator'
10-Jun-2020 11:15:45 Running on server: post build plugin 'Maven Dependencies Postprocessor'
10-Jun-2020 11:15:45 All post build plugins have finished
10-Jun-2020 11:15:45 Generating build results summary...
10-Jun-2020 11:15:45 Saving build results to disk...
10-Jun-2020 11:15:45 Store variable context...
10-Jun-2020 11:15:45 Indexing build results...
10-Jun-2020 11:15:45 Finished building CATS-CORE1097-JOB1-33.