Core application including web front end

Build: #5 failed

Job: default failed

Stages & jobs

  1. Default Stage

Build log

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

27-Apr-2020 10:55:49 #19 64.66 [warn]         Akka.system().scheduler.scheduleOnce(10 seconds) {
27-Apr-2020 10:55:49 #19 64.66 [warn]                                                 ^
27-Apr-2020 10:55:49 #19 64.75 [warn] /src/app/Global.scala:68: postfix operator minutes should be enabled
27-Apr-2020 10:55:49 #19 64.76 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:55:49 #19 64.76 [warn] This can be achieved by adding the import clause 'import scala.language.postfixOps'
27-Apr-2020 10:55:49 #19 64.76 [warn] or by setting the compiler option -language:postfixOps.
27-Apr-2020 10:55:49 #19 64.76 [warn] See the Scala docs for value scala.language.postfixOps for a discussion
27-Apr-2020 10:55:49 #19 64.76 [warn] why the feature should be explicitly enabled.
27-Apr-2020 10:55:49 #19 64.76 [warn]       val interval = if (archiveDebug) { 5 minutes } else { 1 day }
27-Apr-2020 10:55:49 #19 64.76 [warn]                                            ^
27-Apr-2020 10:55:49 #19 64.76 [warn] /src/app/Global.scala:68: postfix operator day should be enabled
27-Apr-2020 10:55:49 #19 64.77 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:55:49 #19 64.77 [warn]       val interval = if (archiveDebug) { 5 minutes } else { 1 day }
27-Apr-2020 10:55:49 #19 64.77 [warn]                                                               ^
27-Apr-2020 10:55:49 #19 64.77 [warn] /src/app/Global.scala:74: postfix operator seconds should be enabled
27-Apr-2020 10:55:49 #19 64.77 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:55:49 #19 64.77 [warn]       val delay = if (archiveDebug) { 10 seconds } else {
27-Apr-2020 10:55:49 #19 64.77 [warn]                                          ^
27-Apr-2020 10:55:49 #19 64.77 [warn] /src/app/Global.scala:75: postfix operator seconds should be enabled
27-Apr-2020 10:55:49 #19 64.77 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:55:49 #19 64.77 [warn]         (Duration.ofDays(1).getSeconds - sinceLastMidnight) seconds
27-Apr-2020 10:55:49 #19 64.77 [warn]                                                             ^
27-Apr-2020 10:55:49 #19 64.77 [warn] /src/app/Global.scala:86: postfix operator minutes should be enabled
27-Apr-2020 10:55:49 #19 64.77 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:55:49 #19 64.77 [warn]       extractorTimer = Akka.system().scheduler.schedule(0 minutes, 5 minutes) {
27-Apr-2020 10:55:49 #19 64.77 [warn]                                                           ^
27-Apr-2020 10:55:49 #19 64.77 [warn] /src/app/Global.scala:86: postfix operator minutes should be enabled
27-Apr-2020 10:55:49 #19 64.77 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:55:49 #19 64.77 [warn]       extractorTimer = Akka.system().scheduler.schedule(0 minutes, 5 minutes) {
27-Apr-2020 10:55:49 #19 64.77 [warn]                                                                      ^
27-Apr-2020 10:55:49 #19 64.78 [warn] /src/app/Global.scala:92: postfix operator minutes should be enabled
27-Apr-2020 10:55:49 #19 64.79 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:55:49 #19 64.79 [warn]       jobTimer = Akka.system().scheduler.schedule(0 minutes, 1 minutes) {
27-Apr-2020 10:55:49 #19 64.79 [warn]                                                     ^
27-Apr-2020 10:55:49 #19 64.79 [warn] /src/app/Global.scala:92: postfix operator minutes should be enabled
27-Apr-2020 10:55:49 #19 64.79 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:55:49 #19 64.79 [warn]       jobTimer = Akka.system().scheduler.schedule(0 minutes, 1 minutes) {
27-Apr-2020 10:55:49 #19 64.79 [warn]                                                                ^
27-Apr-2020 10:55:49 #19 64.79 [warn] /src/app/Global.scala:106: postfix operator seconds should be enabled
27-Apr-2020 10:55:49 #19 64.79 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:55:49 #19 64.79 [warn]         Akka.system().scheduler.scheduleOnce(10 seconds) {
27-Apr-2020 10:55:49 #19 64.79 [warn]                                                 ^
27-Apr-2020 10:55:51 #19 67.08 [warn] /src/app/api/CurationObjects.scala:124: postfix operator toList should be enabled
27-Apr-2020 10:55:51 #19 67.08 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:55:51 #19 67.08 [warn]             metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map{item => item.content}toList))
27-Apr-2020 10:55:51 #19 67.08 [warn]                                                                                                                                ^
27-Apr-2020 10:55:51 #19 67.12 [warn] /src/app/api/CurationObjects.scala:124: postfix operator toList should be enabled
27-Apr-2020 10:55:51 #19 67.12 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:55:51 #19 67.12 [warn]             metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map{item => item.content}toList))
27-Apr-2020 10:55:51 #19 67.12 [warn]                                                                                                                                ^
27-Apr-2020 10:55:53 #19 68.67 [warn] /src/app/api/Extractions.scala:14: imported `Files' is permanently hidden by definition of class Files in package api
27-Apr-2020 10:55:53 #19 68.67 [warn] import play.api.libs.{Files, MimeTypes}
27-Apr-2020 10:55:53 #19 68.67 [warn]                       ^
27-Apr-2020 10:55:53 #19 68.73 [warn] /src/app/api/Extractions.scala:14: imported `Files' is permanently hidden by definition of class Files in package api
27-Apr-2020 10:55:53 #19 68.73 [warn] import play.api.libs.{Files, MimeTypes}
27-Apr-2020 10:55:53 #19 68.73 [warn]                       ^
27-Apr-2020 10:55:53 #19 69.55 [warn] /src/app/api/Files.scala:520: @deprecated now takes two arguments; see the scaladoc.
27-Apr-2020 10:55:53 #19 69.55 [warn]   @deprecated
27-Apr-2020 10:55:53 #19 69.55 [warn]    ^
27-Apr-2020 10:55:54 #19 69.61 [warn] /src/app/api/Files.scala:520: @deprecated now takes two arguments; see the scaladoc.
27-Apr-2020 10:55:54 #19 69.61 [warn]   @deprecated
27-Apr-2020 10:55:54 #19 69.61 [warn]    ^
27-Apr-2020 10:55:55 #19 71.51 [warn] /src/app/api/Geostreams.scala:46: postfix operator tupled should be enabled
27-Apr-2020 10:55:55 #19 71.51 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:55:55 #19 71.51 [warn]   ) tupled
27-Apr-2020 10:55:55 #19 71.51 [warn]     ^
27-Apr-2020 10:55:55 #19 71.51 [warn] /src/app/api/Geostreams.scala:54: postfix operator tupled should be enabled
27-Apr-2020 10:55:55 #19 71.51 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:55:55 #19 71.51 [warn]   ) tupled
27-Apr-2020 10:55:55 #19 71.51 [warn]     ^
27-Apr-2020 10:55:55 #19 71.51 [warn] /src/app/api/Geostreams.scala:63: postfix operator tupled should be enabled
27-Apr-2020 10:55:55 #19 71.51 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:55:55 #19 71.51 [warn]   ) tupled
27-Apr-2020 10:55:55 #19 71.51 [warn]     ^
27-Apr-2020 10:55:55 #19 71.51 [warn] /src/app/api/Geostreams.scala:70: postfix operator tupled should be enabled
27-Apr-2020 10:55:55 #19 71.51 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:55:55 #19 71.51 [warn]     ) tupled
27-Apr-2020 10:55:55 #19 71.51 [warn]       ^
27-Apr-2020 10:55:55 #19 71.52 [warn] /src/app/api/Geostreams.scala:78: postfix operator tupled should be enabled
27-Apr-2020 10:55:55 #19 71.52 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:55:55 #19 71.52 [warn]     ) tupled
27-Apr-2020 10:55:55 #19 71.52 [warn]       ^
27-Apr-2020 10:55:55 #19 71.52 [warn] /src/app/api/Geostreams.scala:87: postfix operator tupled should be enabled
27-Apr-2020 10:55:55 #19 71.52 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:55:55 #19 71.52 [warn]     ) tupled
27-Apr-2020 10:55:55 #19 71.52 [warn]       ^
27-Apr-2020 10:55:55 #19 71.52 [warn] /src/app/api/Geostreams.scala:95: postfix operator tupled should be enabled
27-Apr-2020 10:55:55 #19 71.52 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:55:55 #19 71.52 [warn]     ) tupled
27-Apr-2020 10:55:55 #19 71.52 [warn]       ^
27-Apr-2020 10:55:55 #19 71.57 [warn] /src/app/services/mongodb/MongoDBInstitutionService.scala:3: imported `Institution' is permanently hidden by definition of object Institution in package mongodb
27-Apr-2020 10:55:55 #19 71.57 [warn] import models.Institution
27-Apr-2020 10:55:55 #19 71.57 [warn]               ^
27-Apr-2020 10:55:56 #19 71.80 [warn] /src/app/api/Geostreams.scala:46: postfix operator tupled should be enabled
27-Apr-2020 10:55:56 #19 71.80 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:55:56 #19 71.80 [warn]   ) tupled
27-Apr-2020 10:55:56 #19 71.80 [warn]     ^
27-Apr-2020 10:55:56 #19 71.80 [warn] /src/app/api/Geostreams.scala:54: postfix operator tupled should be enabled
27-Apr-2020 10:55:56 #19 71.80 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:55:56 #19 71.80 [warn]   ) tupled
27-Apr-2020 10:55:56 #19 71.80 [warn]     ^
27-Apr-2020 10:55:56 #19 71.80 [warn] /src/app/api/Geostreams.scala:63: postfix operator tupled should be enabled
27-Apr-2020 10:55:56 #19 71.80 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:55:56 #19 71.80 [warn]   ) tupled
27-Apr-2020 10:55:56 #19 71.80 [warn]     ^
27-Apr-2020 10:55:56 #19 71.80 [warn] /src/app/api/Geostreams.scala:70: postfix operator tupled should be enabled
27-Apr-2020 10:55:56 #19 71.80 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:55:56 #19 71.80 [warn]     ) tupled
27-Apr-2020 10:55:56 #19 71.80 [warn]       ^
27-Apr-2020 10:55:56 #19 71.80 [warn] /src/app/api/Geostreams.scala:78: postfix operator tupled should be enabled
27-Apr-2020 10:55:56 #19 71.80 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:55:56 #19 71.80 [warn]     ) tupled
27-Apr-2020 10:55:56 #19 71.80 [warn]       ^
27-Apr-2020 10:55:56 #19 71.80 [warn] /src/app/api/Geostreams.scala:87: postfix operator tupled should be enabled
27-Apr-2020 10:55:56 #19 71.80 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:55:56 #19 71.80 [warn]     ) tupled
27-Apr-2020 10:55:56 #19 71.80 [warn]       ^
27-Apr-2020 10:55:56 #19 71.80 [warn] /src/app/api/Geostreams.scala:95: postfix operator tupled should be enabled
27-Apr-2020 10:55:56 #19 71.80 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:55:56 #19 71.80 [warn]     ) tupled
27-Apr-2020 10:55:56 #19 71.80 [warn]       ^
27-Apr-2020 10:55:56 #19 71.85 [warn] /src/app/services/mongodb/MongoDBInstitutionService.scala:3: imported `Institution' is permanently hidden by definition of object Institution in package mongodb
27-Apr-2020 10:55:56 #19 71.85 [warn] import models.Institution
27-Apr-2020 10:55:56 #19 71.85 [warn]               ^
27-Apr-2020 10:55:56 #19 72.50 [warn] /src/app/services/mongodb/MongoDBProjectService.scala:3: imported `Project' is permanently hidden by definition of object Project in package mongodb
27-Apr-2020 10:55:56 #19 72.50 [warn] import models.Project
27-Apr-2020 10:55:56 #19 72.50 [warn]               ^
27-Apr-2020 10:55:57 #19 72.62 [warn] /src/app/api/Reporting.scala:45: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
27-Apr-2020 10:55:57 #19 72.62 [warn]               case _ => Some("".getBytes("UTF-8"))
27-Apr-2020 10:55:57 #19 72.62 [warn]                    ^
27-Apr-2020 10:55:57 #19 72.63 [warn] /src/app/api/Reporting.scala:78: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
27-Apr-2020 10:55:57 #19 72.63 [warn]               case _ => Some("".getBytes("UTF-8"))
27-Apr-2020 10:55:57 #19 72.63 [warn]                    ^
27-Apr-2020 10:55:57 #19 72.64 [warn] /src/app/api/Reporting.scala:111: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
27-Apr-2020 10:55:57 #19 72.64 [warn]               case _ => Some("".getBytes("UTF-8"))
27-Apr-2020 10:55:57 #19 72.64 [warn]                    ^
27-Apr-2020 10:55:57 #19 72.64 [warn] /src/app/api/Reporting.scala:127: a pure expression does nothing in statement position; you may be omitting necessary parentheses
27-Apr-2020 10:55:57 #19 72.64 [warn]   """Includes file, dataset, collection reports"""
27-Apr-2020 10:55:57 #19 72.64 [warn]   ^
27-Apr-2020 10:55:57 #19 72.70 [warn] /src/app/api/Reporting.scala:291: a pure expression does nothing in statement position; you may be omitting necessary parentheses
27-Apr-2020 10:55:57 #19 72.70 [warn]     """returnAllColumns will include empty columns to align with file rows on report"""
27-Apr-2020 10:55:57 #19 72.70 [warn]     ^
27-Apr-2020 10:55:57 #19 72.72 [warn] /src/app/api/Reporting.scala:345: a pure expression does nothing in statement position; you may be omitting necessary parentheses
27-Apr-2020 10:55:57 #19 72.72 [warn]     """returnAllColumns will include empty columns to align with file rows on report"""
27-Apr-2020 10:55:57 #19 72.72 [warn]     ^
27-Apr-2020 10:55:57 #19 72.76 [warn] /src/app/services/mongodb/MongoDBProjectService.scala:3: imported `Project' is permanently hidden by definition of object Project in package mongodb
27-Apr-2020 10:55:57 #19 72.77 [warn] import models.Project
27-Apr-2020 10:55:57 #19 72.77 [warn]               ^
27-Apr-2020 10:55:57 #19 72.88 [warn] /src/app/api/Reporting.scala:45: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
27-Apr-2020 10:55:57 #19 72.88 [warn]               case _ => Some("".getBytes("UTF-8"))
27-Apr-2020 10:55:57 #19 72.88 [warn]                    ^
27-Apr-2020 10:55:57 #19 72.89 [warn] /src/app/api/Reporting.scala:78: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
27-Apr-2020 10:55:57 #19 72.89 [warn]               case _ => Some("".getBytes("UTF-8"))
27-Apr-2020 10:55:57 #19 72.89 [warn]                    ^
27-Apr-2020 10:55:57 #19 72.90 [warn] /src/app/api/Reporting.scala:111: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
27-Apr-2020 10:55:57 #19 72.90 [warn]               case _ => Some("".getBytes("UTF-8"))
27-Apr-2020 10:55:57 #19 72.90 [warn]                    ^
27-Apr-2020 10:55:57 #19 72.90 [warn] /src/app/api/Reporting.scala:127: a pure expression does nothing in statement position; you may be omitting necessary parentheses
27-Apr-2020 10:55:57 #19 72.90 [warn]   """Includes file, dataset, collection reports"""
27-Apr-2020 10:55:57 #19 72.90 [warn]   ^
27-Apr-2020 10:55:57 #19 72.95 [warn] /src/app/api/Reporting.scala:291: a pure expression does nothing in statement position; you may be omitting necessary parentheses
27-Apr-2020 10:55:57 #19 72.95 [warn]     """returnAllColumns will include empty columns to align with file rows on report"""
27-Apr-2020 10:55:57 #19 72.95 [warn]     ^
27-Apr-2020 10:55:57 #19 72.97 [warn] /src/app/api/Reporting.scala:345: a pure expression does nothing in statement position; you may be omitting necessary parentheses
27-Apr-2020 10:55:57 #19 72.97 [warn]     """returnAllColumns will include empty columns to align with file rows on report"""
27-Apr-2020 10:55:57 #19 72.97 [warn]     ^
27-Apr-2020 10:55:59 #19 75.27 [warn] /src/app/controllers/CurationObjects.scala:477: postfix operator toList should be enabled
27-Apr-2020 10:55:59 #19 75.27 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:55:59 #19 75.27 [warn]       metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map { item => item.content }toList))
27-Apr-2020 10:55:59 #19 75.27 [warn]                                                                                                                             ^
27-Apr-2020 10:55:59 #19 75.27 [warn] /src/app/controllers/CurationObjects.scala:698: postfix operator toList should be enabled
27-Apr-2020 10:55:59 #19 75.27 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:55:59 #19 75.27 [warn]             metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map { item => item.content }toList))
27-Apr-2020 10:55:59 #19 75.27 [warn]                                                                                                                                   ^
27-Apr-2020 10:56:00 #19 76.25 [warn] /src/app/controllers/CurationObjects.scala:477: postfix operator toList should be enabled
27-Apr-2020 10:56:00 #19 76.25 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:56:00 #19 76.25 [warn]       metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map { item => item.content }toList))
27-Apr-2020 10:56:00 #19 76.25 [warn]                                                                                                                             ^
27-Apr-2020 10:56:00 #19 76.26 [warn] /src/app/controllers/CurationObjects.scala:698: postfix operator toList should be enabled
27-Apr-2020 10:56:00 #19 76.26 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:56:00 #19 76.26 [warn]             metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map { item => item.content }toList))
27-Apr-2020 10:56:00 #19 76.26 [warn]                                                                                                                                   ^
27-Apr-2020 10:56:00 #19 76.50 [warn] /src/app/controllers/Registration.scala:13: imported `Registration' is permanently hidden by definition of class Registration in package controllers
27-Apr-2020 10:56:00 #19 76.50 [warn] import securesocial.controllers.{ProviderController, Registration, TemplatesPlugin}
27-Apr-2020 10:56:00 #19 76.50 [warn]                                                      ^
27-Apr-2020 10:56:00 #19 76.52 [warn] /src/app/controllers/Registration.scala:67: reflective access of structural type member value currentHasher should be enabled
27-Apr-2020 10:56:00 #19 76.52 [warn] by making the implicit value scala.language.reflectiveCalls visible.
27-Apr-2020 10:56:00 #19 76.52 [warn] This can be achieved by adding the import clause 'import scala.language.reflectiveCalls'
27-Apr-2020 10:56:00 #19 76.52 [warn] or by setting the compiler option -language:reflectiveCalls.
27-Apr-2020 10:56:00 #19 76.52 [warn] See the Scala docs for value scala.language.reflectiveCalls for a discussion
27-Apr-2020 10:56:00 #19 76.52 [warn] why the feature should be explicitly enabled.
27-Apr-2020 10:56:00 #19 76.52 [warn]               passwordInfo = Some(Registry.hashers.currentHasher.hash(info.password))
27-Apr-2020 10:56:00 #19 76.52 [warn]                                                    ^
27-Apr-2020 10:56:01 #19 76.85 [warn] /src/app/controllers/Spaces.scala:278: postfix operator toMap should be enabled
27-Apr-2020 10:56:01 #19 76.85 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:56:01 #19 76.85 [warn]         val roleDescription = users.listRoles() map (t => t.name -> t.description) toMap
27-Apr-2020 10:56:01 #19 76.85 [warn]                                                                                    ^
27-Apr-2020 10:56:01 #19 77.28 [warn] /src/app/controllers/Registration.scala:13: imported `Registration' is permanently hidden by definition of class Registration in package controllers
27-Apr-2020 10:56:01 #19 77.29 [warn] import securesocial.controllers.{ProviderController, Registration, TemplatesPlugin}
27-Apr-2020 10:56:01 #19 77.29 [warn]                                                      ^
27-Apr-2020 10:56:01 #19 77.31 [warn] /src/app/controllers/Registration.scala:67: reflective access of structural type member value currentHasher should be enabled
27-Apr-2020 10:56:01 #19 77.31 [warn] by making the implicit value scala.language.reflectiveCalls visible.
27-Apr-2020 10:56:01 #19 77.31 [warn] This can be achieved by adding the import clause 'import scala.language.reflectiveCalls'
27-Apr-2020 10:56:01 #19 77.31 [warn] or by setting the compiler option -language:reflectiveCalls.
27-Apr-2020 10:56:01 #19 77.31 [warn] See the Scala docs for value scala.language.reflectiveCalls for a discussion
27-Apr-2020 10:56:01 #19 77.31 [warn] why the feature should be explicitly enabled.
27-Apr-2020 10:56:01 #19 77.32 [warn]               passwordInfo = Some(Registry.hashers.currentHasher.hash(info.password))
27-Apr-2020 10:56:01 #19 77.32 [warn]                                                    ^
27-Apr-2020 10:56:02 #19 77.66 [warn] /src/app/controllers/Spaces.scala:278: postfix operator toMap should be enabled
27-Apr-2020 10:56:02 #19 77.66 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:56:02 #19 77.66 [warn]         val roleDescription = users.listRoles() map (t => t.name -> t.description) toMap
27-Apr-2020 10:56:02 #19 77.66 [warn]                                                                                    ^
27-Apr-2020 10:56:02 #19 78.35 [warn] /src/app/models/UUID.scala:36: implicit conversion method stringToUUID should be enabled
27-Apr-2020 10:56:02 #19 78.35 [warn] by making the implicit value scala.language.implicitConversions visible.
27-Apr-2020 10:56:02 #19 78.35 [warn] This can be achieved by adding the import clause 'import scala.language.implicitConversions'
27-Apr-2020 10:56:02 #19 78.35 [warn] or by setting the compiler option -language:implicitConversions.
27-Apr-2020 10:56:02 #19 78.35 [warn] See the Scala docs for value scala.language.implicitConversions for a discussion
27-Apr-2020 10:56:02 #19 78.35 [warn] why the feature should be explicitly enabled.
27-Apr-2020 10:56:02 #19 78.35 [warn]   implicit def stringToUUID(s: String) = UUID(s)
27-Apr-2020 10:56:02 #19 78.35 [warn]                ^
27-Apr-2020 10:56:02 #19 78.35 [warn] /src/app/models/UUID.scala:37: implicit conversion method uuidToObjectId should be enabled
27-Apr-2020 10:56:02 #19 78.35 [warn] by making the implicit value scala.language.implicitConversions visible.
27-Apr-2020 10:56:02 #19 78.35 [warn]   implicit def uuidToObjectId(uuid: UUID) = new ObjectId(uuid.stringify)
27-Apr-2020 10:56:02 #19 78.35 [warn]                ^
27-Apr-2020 10:56:02 #19 78.35 [warn] /src/app/models/UUID.scala:38: implicit conversion method objectIdToUUID should be enabled
27-Apr-2020 10:56:02 #19 78.35 [warn] by making the implicit value scala.language.implicitConversions visible.
27-Apr-2020 10:56:02 #19 78.35 [warn]   implicit def objectIdToUUID(objectId: ObjectId) = UUID(objectId.toString)
27-Apr-2020 10:56:02 #19 78.35 [warn]                ^
27-Apr-2020 10:56:02 #19 78.41 [warn] /src/app/models/User.scala:104: implicit conversion method userToMiniUser should be enabled
27-Apr-2020 10:56:02 #19 78.41 [warn] by making the implicit value scala.language.implicitConversions visible.
27-Apr-2020 10:56:02 #19 78.41 [warn]   implicit def userToMiniUser(x: User): MiniUser = x.getMiniUser
27-Apr-2020 10:56:02 #19 78.41 [warn]                ^
27-Apr-2020 10:56:03 #19 79.01 [warn] /src/app/services/PolyglotPlugin.scala:83: postfix operator seconds should be enabled
27-Apr-2020 10:56:03 #19 79.01 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:56:03 #19 79.01 [warn]           akka.pattern.after(3 seconds, using = Akka.system.scheduler)(checkForFileAndDownload((triesLeft - 1), url, outputStream))
27-Apr-2020 10:56:03 #19 79.01 [warn]                                ^
27-Apr-2020 10:56:03 #19 79.30 [warn] /src/app/models/UUID.scala:36: implicit conversion method stringToUUID should be enabled
27-Apr-2020 10:56:03 #19 79.30 [warn] by making the implicit value scala.language.implicitConversions visible.
27-Apr-2020 10:56:03 #19 79.30 [warn] This can be achieved by adding the import clause 'import scala.language.implicitConversions'
27-Apr-2020 10:56:03 #19 79.30 [warn] or by setting the compiler option -language:implicitConversions.
27-Apr-2020 10:56:03 #19 79.30 [warn] See the Scala docs for value scala.language.implicitConversions for a discussion
27-Apr-2020 10:56:03 #19 79.30 [warn] why the feature should be explicitly enabled.
27-Apr-2020 10:56:03 #19 79.30 [warn]   implicit def stringToUUID(s: String) = UUID(s)
27-Apr-2020 10:56:03 #19 79.30 [warn]                ^
27-Apr-2020 10:56:03 #19 79.30 [warn] /src/app/models/UUID.scala:37: implicit conversion method uuidToObjectId should be enabled
27-Apr-2020 10:56:03 #19 79.30 [warn] by making the implicit value scala.language.implicitConversions visible.
27-Apr-2020 10:56:03 #19 79.30 [warn]   implicit def uuidToObjectId(uuid: UUID) = new ObjectId(uuid.stringify)
27-Apr-2020 10:56:03 #19 79.30 [warn]                ^
27-Apr-2020 10:56:03 #19 79.30 [warn] /src/app/models/UUID.scala:38: implicit conversion method objectIdToUUID should be enabled
27-Apr-2020 10:56:03 #19 79.30 [warn] by making the implicit value scala.language.implicitConversions visible.
27-Apr-2020 10:56:03 #19 79.30 [warn]   implicit def objectIdToUUID(objectId: ObjectId) = UUID(objectId.toString)
27-Apr-2020 10:56:03 #19 79.30 [warn]                ^
27-Apr-2020 10:56:03 #19 79.38 [warn] /src/app/models/User.scala:104: implicit conversion method userToMiniUser should be enabled
27-Apr-2020 10:56:03 #19 79.38 [warn] by making the implicit value scala.language.implicitConversions visible.
27-Apr-2020 10:56:03 #19 79.38 [warn]   implicit def userToMiniUser(x: User): MiniUser = x.getMiniUser
27-Apr-2020 10:56:03 #19 79.38 [warn]                ^
27-Apr-2020 10:56:04 #19 80.12 [warn] /src/app/services/mongodb/MongoContext.scala:253: implicit conversion method dbObjectToString should be enabled
27-Apr-2020 10:56:04 #19 80.12 [warn] by making the implicit value scala.language.implicitConversions visible.
27-Apr-2020 10:56:04 #19 80.12 [warn]   implicit def dbObjectToString(dbObject: DBObject): String = {
27-Apr-2020 10:56:04 #19 80.12 [warn]                ^
27-Apr-2020 10:56:04 #19 80.59 [warn] /src/app/services/mongodb/MongoDBCollectionService.scala:907: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
27-Apr-2020 10:56:05 #19 80.59 [warn]       case _ => Logger.error(s"Error queuing collection ${id.stringify}")
27-Apr-2020 10:56:05 #19 80.59 [warn]            ^
27-Apr-2020 10:56:05 #19 80.61 [warn] /src/app/services/PolyglotPlugin.scala:83: postfix operator seconds should be enabled
27-Apr-2020 10:56:05 #19 80.61 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:56:05 #19 80.61 [warn]           akka.pattern.after(3 seconds, using = Akka.system.scheduler)(checkForFileAndDownload((triesLeft - 1), url, outputStream))
27-Apr-2020 10:56:05 #19 80.61 [warn]                                ^
27-Apr-2020 10:56:05 #19 80.67 [warn] /src/app/services/mongodb/MongoDBCommentService.scala:3: imported `Comment' is permanently hidden by definition of object Comment in package mongodb
27-Apr-2020 10:56:05 #19 80.67 [warn] import models.{DBResult, UUID, Comment}
27-Apr-2020 10:56:05 #19 80.67 [warn]                                ^
27-Apr-2020 10:56:05 #19 81.50 [warn] /src/app/services/mongodb/MongoDBTagService.scala:7: imported `Tag' is permanently hidden by definition of object Tag in package mongodb
27-Apr-2020 10:56:05 #19 81.50 [warn] import models.{Tag, UUID}
27-Apr-2020 10:56:05 #19 81.50 [warn]                ^
27-Apr-2020 10:56:06 #19 81.65 [warn] /src/app/services/mongodb/MongoDBDatasetService.scala:1422: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
27-Apr-2020 10:56:06 #19 81.65 [warn]       case _ => Logger.error(s"Error queuing dataset ${id.stringify}")
27-Apr-2020 10:56:06 #19 81.65 [warn]            ^
27-Apr-2020 10:56:06 #19 81.81 [warn] /src/app/services/mongodb/MongoDBExtractionRequestsService.scala:20: imported `MongoSalatPlugin' is permanently hidden by definition of class MongoSalatPlugin in package mongodb
27-Apr-2020 10:56:06 #19 81.82 [warn] import services.mongodb.MongoSalatPlugin
27-Apr-2020 10:56:06 #19 81.82 [warn]                         ^
27-Apr-2020 10:56:06 #19 81.83 [warn] /src/app/services/mongodb/MongoDBExtractionService.scala:4: imported `Extraction' is permanently hidden by definition of object Extraction in package mongodb
27-Apr-2020 10:56:06 #19 81.83 [warn] import models.{UUID, Extraction, ExtractionGroup, ResourceRef}
27-Apr-2020 10:56:06 #19 81.83 [warn]                      ^
27-Apr-2020 10:56:06 #19 81.84 [warn] /src/app/services/mongodb/MongoDBExtractionService.scala:13: imported `WebPageResource' is permanently hidden by definition of object WebPageResource in package mongodb
27-Apr-2020 10:56:06 #19 81.84 [warn] import models.WebPageResource
27-Apr-2020 10:56:06 #19 81.84 [warn]               ^
27-Apr-2020 10:56:06 #19 81.85 [warn] /src/app/services/mongodb/MongoContext.scala:253: implicit conversion method dbObjectToString should be enabled
27-Apr-2020 10:56:06 #19 81.85 [warn] by making the implicit value scala.language.implicitConversions visible.
27-Apr-2020 10:56:06 #19 81.85 [warn]   implicit def dbObjectToString(dbObject: DBObject): String = {
27-Apr-2020 10:56:06 #19 81.85 [warn]                ^
27-Apr-2020 10:56:06 #19 82.15 [warn] /src/app/services/mongodb/MongoDBFileService.scala:338: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
27-Apr-2020 10:56:06 #19 82.15 [warn]       case _ => Logger.error(s"Error queuing file ${id.stringify}")
27-Apr-2020 10:56:06 #19 82.15 [warn]            ^
27-Apr-2020 10:56:06 #19 82.48 [warn] /src/app/services/mongodb/MongoDBCollectionService.scala:907: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
27-Apr-2020 10:56:06 #19 82.48 [warn]       case _ => Logger.error(s"Error queuing collection ${id.stringify}")
27-Apr-2020 10:56:06 #19 82.48 [warn]            ^
27-Apr-2020 10:56:06 #19 82.57 [warn] /src/app/services/mongodb/MongoDBCommentService.scala:3: imported `Comment' is permanently hidden by definition of object Comment in package mongodb
27-Apr-2020 10:56:07 #19 82.57 [warn] import models.{DBResult, UUID, Comment}
27-Apr-2020 10:56:07 #19 82.57 [warn]                                ^
27-Apr-2020 10:56:07 #19 83.03 [warn] /src/app/services/mongodb/MongoDBQueueService.scala:78: postfix operator seconds should be enabled
27-Apr-2020 10:56:07 #19 83.03 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:56:07 #19 83.03 [warn]       queueTimer = Akka.system().scheduler.schedule(0 seconds, 5 millis) {
27-Apr-2020 10:56:07 #19 83.03 [warn]                                                       ^
27-Apr-2020 10:56:07 #19 83.04 [warn] /src/app/services/mongodb/MongoDBQueueService.scala:78: postfix operator millis should be enabled
27-Apr-2020 10:56:07 #19 83.04 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:56:07 #19 83.04 [warn]       queueTimer = Akka.system().scheduler.schedule(0 seconds, 5 millis) {
27-Apr-2020 10:56:07 #19 83.04 [warn]                                                                  ^
27-Apr-2020 10:56:07 #19 83.19 [warn] /src/app/services/mongodb/MongoDBSelectionService.scala:11: imported `Dataset' is permanently hidden by definition of object Dataset in package mongodb
27-Apr-2020 10:56:07 #19 83.19 [warn] import models.{UUID, Dataset, Selected}
27-Apr-2020 10:56:07 #19 83.19 [warn]                      ^
27-Apr-2020 10:56:07 #19 83.21 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:23: imported `Collection' is permanently hidden by definition of object Collection in package mongodb
27-Apr-2020 10:56:07 #19 83.21 [warn] import models.Collection
27-Apr-2020 10:56:07 #19 83.21 [warn]               ^
27-Apr-2020 10:56:07 #19 83.21 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:24: imported `Dataset' is permanently hidden by definition of object Dataset in package mongodb
27-Apr-2020 10:56:07 #19 83.21 [warn] import models.Dataset
27-Apr-2020 10:56:07 #19 83.21 [warn]               ^
27-Apr-2020 10:56:07 #19 83.51 [warn] /src/app/services/mongodb/MongoDBTagService.scala:7: imported `Tag' is permanently hidden by definition of object Tag in package mongodb
27-Apr-2020 10:56:07 #19 83.51 [warn] import models.{Tag, UUID}
27-Apr-2020 10:56:07 #19 83.51 [warn]                ^
27-Apr-2020 10:56:08 #19 83.65 [warn] /src/app/services/mongodb/MongoDBDatasetService.scala:1422: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
27-Apr-2020 10:56:08 #19 83.65 [warn]       case _ => Logger.error(s"Error queuing dataset ${id.stringify}")
27-Apr-2020 10:56:08 #19 83.65 [warn]            ^
27-Apr-2020 10:56:08 #19 83.88 [warn] /src/app/services/mongodb/MongoDBExtractionRequestsService.scala:20: imported `MongoSalatPlugin' is permanently hidden by definition of class MongoSalatPlugin in package mongodb
27-Apr-2020 10:56:08 #19 83.88 [warn] import services.mongodb.MongoSalatPlugin
27-Apr-2020 10:56:08 #19 83.88 [warn]                         ^
27-Apr-2020 10:56:08 #19 83.91 [warn] /src/app/services/mongodb/MongoDBExtractionService.scala:4: imported `Extraction' is permanently hidden by definition of object Extraction in package mongodb
27-Apr-2020 10:56:08 #19 83.91 [warn] import models.{UUID, Extraction, ExtractionGroup, ResourceRef}
27-Apr-2020 10:56:08 #19 83.91 [warn]                      ^
27-Apr-2020 10:56:08 #19 83.91 [warn] /src/app/services/mongodb/MongoDBExtractionService.scala:13: imported `WebPageResource' is permanently hidden by definition of object WebPageResource in package mongodb
27-Apr-2020 10:56:08 #19 83.91 [warn] import models.WebPageResource
27-Apr-2020 10:56:08 #19 83.91 [warn]               ^
27-Apr-2020 10:56:08 #19 84.49 [warn] /src/app/services/mongodb/MongoDBFileService.scala:338: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
27-Apr-2020 10:56:08 #19 84.49 [warn]       case _ => Logger.error(s"Error queuing file ${id.stringify}")
27-Apr-2020 10:56:08 #19 84.49 [warn]            ^
27-Apr-2020 10:56:09 #19 85.00 [warn] /src/app/util/SearchUtils.scala:157: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
27-Apr-2020 10:56:09 #19 85.00 [warn]             case _ => {
27-Apr-2020 10:56:09 #19 85.00 [warn]                  ^
27-Apr-2020 10:56:09 #19 85.48 [warn] /src/app/services/mongodb/MongoDBQueueService.scala:78: postfix operator seconds should be enabled
27-Apr-2020 10:56:09 #19 85.48 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:56:09 #19 85.48 [warn]       queueTimer = Akka.system().scheduler.schedule(0 seconds, 5 millis) {
27-Apr-2020 10:56:09 #19 85.48 [warn]                                                       ^
27-Apr-2020 10:56:09 #19 85.48 [warn] /src/app/services/mongodb/MongoDBQueueService.scala:78: postfix operator millis should be enabled
27-Apr-2020 10:56:09 #19 85.48 [warn] by making the implicit value scala.language.postfixOps visible.
27-Apr-2020 10:56:09 #19 85.48 [warn]       queueTimer = Akka.system().scheduler.schedule(0 seconds, 5 millis) {
27-Apr-2020 10:56:09 #19 85.48 [warn]                                                                  ^
27-Apr-2020 10:56:10 #19 85.84 [warn] /src/app/services/mongodb/MongoDBSelectionService.scala:11: imported `Dataset' is permanently hidden by definition of object Dataset in package mongodb
27-Apr-2020 10:56:10 #19 85.84 [warn] import models.{UUID, Dataset, Selected}
27-Apr-2020 10:56:10 #19 85.84 [warn]                      ^
27-Apr-2020 10:56:10 #19 85.87 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:23: imported `Collection' is permanently hidden by definition of object Collection in package mongodb
27-Apr-2020 10:56:10 #19 85.87 [warn] import models.Collection
27-Apr-2020 10:56:10 #19 85.87 [warn]               ^
27-Apr-2020 10:56:10 #19 85.87 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:24: imported `Dataset' is permanently hidden by definition of object Dataset in package mongodb
27-Apr-2020 10:56:10 #19 85.87 [warn] import models.Dataset
27-Apr-2020 10:56:10 #19 85.87 [warn]               ^
27-Apr-2020 10:56:12 #19 88.14 [warn] /src/app/util/SearchUtils.scala:157: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
27-Apr-2020 10:56:12 #19 88.14 [warn]             case _ => {
27-Apr-2020 10:56:12 #19 88.14 [warn]                  ^
27-Apr-2020 10:56:19 #19 95.40 [warn] /src/app/api/Admin.scala:43: match may not be exhaustive.
27-Apr-2020 10:56:19 #19 95.40 [warn] It would fail on the following input: None
27-Apr-2020 10:56:19 #19 95.40 [warn]     (request.body \ "theme").asOpt[String] match {
27-Apr-2020 10:56:19 #19 95.40 [warn]                                   ^
27-Apr-2020 10:56:19 #19 95.41 [warn] /src/app/api/Admin.scala:46: match may not be exhaustive.
27-Apr-2020 10:56:19 #19 95.41 [warn] It would fail on the following input: None
27-Apr-2020 10:56:19 #19 95.41 [warn]     (request.body \ "displayName").asOpt[String] match {
27-Apr-2020 10:56:19 #19 95.41 [warn]                                         ^
27-Apr-2020 10:56:19 #19 95.41 [warn] /src/app/api/Admin.scala:49: match may not be exhaustive.
27-Apr-2020 10:56:19 #19 95.41 [warn] It would fail on the following input: None
27-Apr-2020 10:56:19 #19 95.41 [warn]     (request.body \ "welcomeMessage").asOpt[String] match {
27-Apr-2020 10:56:19 #19 95.41 [warn]                                            ^
27-Apr-2020 10:56:19 #19 95.42 [warn] /src/app/api/Admin.scala:52: match may not be exhaustive.
27-Apr-2020 10:56:19 #19 95.42 [warn] It would fail on the following input: None
27-Apr-2020 10:56:19 #19 95.42 [warn]     (request.body \ "googleAnalytics").asOpt[String] match {
27-Apr-2020 10:56:19 #19 95.42 [warn]                                             ^
27-Apr-2020 10:56:19 #19 95.42 [warn] /src/app/api/Admin.scala:59: match may not be exhaustive.
27-Apr-2020 10:56:19 #19 95.42 [warn] It would fail on the following input: None
27-Apr-2020 10:56:19 #19 95.42 [warn]     (request.body \ "sensors").asOpt[String] match {
27-Apr-2020 10:56:19 #19 95.42 [warn]                                     ^
27-Apr-2020 10:56:19 #19 95.43 [warn] /src/app/api/Admin.scala:62: match may not be exhaustive.
27-Apr-2020 10:56:19 #19 95.43 [warn] It would fail on the following input: None
27-Apr-2020 10:56:19 #19 95.43 [warn]     (request.body \ "sensor").asOpt[String] match {
27-Apr-2020 10:56:19 #19 95.43 [warn]                                    ^
27-Apr-2020 10:56:19 #19 95.43 [warn] /src/app/api/Admin.scala:65: match may not be exhaustive.
27-Apr-2020 10:56:19 #19 95.44 [warn] It would fail on the following input: None
27-Apr-2020 10:56:19 #19 95.44 [warn]     (request.body \ "parameters").asOpt[String] match {
27-Apr-2020 10:56:19 #19 95.44 [warn]                                        ^
27-Apr-2020 10:56:19 #19 95.44 [warn] /src/app/api/Admin.scala:68: match may not be exhaustive.
27-Apr-2020 10:56:19 #19 95.44 [warn] It would fail on the following input: None
27-Apr-2020 10:56:19 #19 95.44 [warn]     (request.body \ "parameter").asOpt[String] match {
27-Apr-2020 10:56:19 #19 95.44 [warn]                                       ^
27-Apr-2020 10:56:19 #19 95.58 [warn] /src/app/api/Collections.scala:153: match may not be exhaustive.
27-Apr-2020 10:56:19 #19 95.58 [warn] It would fail on the following input: None
27-Apr-2020 10:56:20 #19 95.58 [warn]     collections.get(collectionId) match {
27-Apr-2020 10:56:20 #19 95.58 [warn]                    ^
27-Apr-2020 10:56:20 #19 95.64 [warn] /src/app/api/Collections.scala:580: match may not be exhaustive.
27-Apr-2020 10:56:20 #19 95.64 [warn] It would fail on the following input: Failure(_)
27-Apr-2020 10:56:20 #19 95.64 [warn]                       collections.addSubCollection(UUID(parentId), UUID(id), user) match {
27-Apr-2020 10:56:20 #19 95.64 [warn]                                                   ^
27-Apr-2020 10:56:20 #19 95.66 [warn] /src/app/api/Collections.scala:613: match may not be exhaustive.
27-Apr-2020 10:56:20 #19 95.66 [warn] It would fail on the following input: None
27-Apr-2020 10:56:20 #19 95.66 [warn]             collections.get(subCollectionId) match {
27-Apr-2020 10:56:20 #19 95.66 [warn]                            ^
27-Apr-2020 10:56:20 #19 95.66 [warn] /src/app/api/Collections.scala:611: match may not be exhaustive.
27-Apr-2020 10:56:20 #19 95.66 [warn] It would fail on the following input: None
27-Apr-2020 10:56:20 #19 95.66 [warn]         collections.get(collectionId) match {
27-Apr-2020 10:56:20 #19 95.66 [warn]                        ^
27-Apr-2020 10:56:20 #19 95.75 [warn] /src/app/api/Datasets.scala:86: match may not be exhaustive.
27-Apr-2020 10:56:20 #19 95.75 [warn] It would fail on the following input: Nil
27-Apr-2020 10:56:20 #19 95.75 [warn]         folderList match {
27-Apr-2020 10:56:20 #19 95.75 [warn]         ^
27-Apr-2020 10:56:20 #19 95.84 [warn] /src/app/api/Datasets.scala:756: match may not be exhaustive.
27-Apr-2020 10:56:20 #19 95.84 [warn] It would fail on the following input: None
27-Apr-2020 10:56:20 #19 95.84 [warn]     datasets.get(id) match {
27-Apr-2020 10:56:20 #19 95.84 [warn]                 ^
27-Apr-2020 10:56:20 #19 95.86 [warn] /src/app/api/Datasets.scala:973: match may not be exhaustive.
27-Apr-2020 10:56:20 #19 95.86 [warn] It would fail on the following input: None
27-Apr-2020 10:56:20 #19 95.86 [warn]       datasets.get(id) match {
27-Apr-2020 10:56:20 #19 95.86 [warn]                   ^
27-Apr-2020 10:56:20 #19 95.87 [warn] /src/app/api/Datasets.scala:1009: match may not be exhaustive.
27-Apr-2020 10:56:20 #19 95.87 [warn] It would fail on the following input: None
27-Apr-2020 10:56:20 #19 95.87 [warn]       datasets.get(id) match {
27-Apr-2020 10:56:20 #19 95.87 [warn]                   ^
27-Apr-2020 10:56:20 #19 95.88 [warn] /src/app/api/Datasets.scala:1048: match may not be exhaustive.
27-Apr-2020 10:56:20 #19 95.88 [warn] It would fail on the following input: None
27-Apr-2020 10:56:20 #19 95.88 [warn]       datasets.get(id) match {
27-Apr-2020 10:56:20 #19 95.88 [warn]                   ^
27-Apr-2020 10:56:20 #19 95.90 [warn] /src/app/api/Datasets.scala:1085: match may not be exhaustive.
27-Apr-2020 10:56:20 #19 95.90 [warn] It would fail on the following input: None
27-Apr-2020 10:56:20 #19 95.90 [warn]       datasets.get(id) match {
27-Apr-2020 10:56:20 #19 95.90 [warn]                   ^
27-Apr-2020 10:56:20 #19 95.90 [warn] /src/app/api/Datasets.scala:1107: match may not be exhaustive.
27-Apr-2020 10:56:20 #19 95.90 [warn] It would fail on the following input: None
27-Apr-2020 10:56:20 #19 95.90 [warn]       datasets.get(id) match {
27-Apr-2020 10:56:20 #19 95.90 [warn]                   ^
27-Apr-2020 10:56:20 #19 95.90 [warn] /src/app/api/Datasets.scala:1128: match may not be exhaustive.
27-Apr-2020 10:56:20 #19 95.92 [warn] It would fail on the following input: None
27-Apr-2020 10:56:20 #19 95.92 [warn]       datasets.get(id) match {
27-Apr-2020 10:56:20 #19 95.92 [warn]                   ^
27-Apr-2020 10:56:20 #19 95.93 [warn] /src/app/api/Datasets.scala:1367: match may not be exhaustive.
27-Apr-2020 10:56:20 #19 95.93 [warn] It would fail on the following input: None
27-Apr-2020 10:56:20 #19 95.93 [warn]           datasets.get(id) match {
27-Apr-2020 10:56:20 #19 95.93 [warn]                       ^
27-Apr-2020 10:56:20 #19 95.94 [warn] /src/app/api/Datasets.scala:1404: match may not be exhaustive.
27-Apr-2020 10:56:20 #19 95.94 [warn] It would fail on the following input: None
27-Apr-2020 10:56:20 #19 95.94 [warn]           datasets.get(id) match {
27-Apr-2020 10:56:20 #19 95.94 [warn]                       ^
27-Apr-2020 10:56:20 #19 95.95 [warn] /src/app/api/Datasets.scala:1545: match may not be exhaustive.
27-Apr-2020 10:56:20 #19 95.95 [warn] It would fail on the following input: None
27-Apr-2020 10:56:20 #19 95.95 [warn]             datasets.get(id) match {
27-Apr-2020 10:56:20 #19 95.95 [warn]                         ^
27-Apr-2020 10:56:20 #19 96.02 [warn] /src/app/api/Datasets.scala:2550: match may not be exhaustive.
27-Apr-2020 10:56:20 #19 96.02 [warn] It would fail on the following input: None
27-Apr-2020 10:56:20 #19 96.02 [warn]     folders.get(id) match {
27-Apr-2020 10:56:20 #19 96.02 [warn]                ^
27-Apr-2020 10:56:20 #19 96.14 [warn] /src/app/api/Files.scala:707: match may not be exhaustive.
27-Apr-2020 10:56:20 #19 96.14 [warn] It would fail on the following input: None
27-Apr-2020 10:56:20 #19 96.14 [warn]     files.get(id) match {
27-Apr-2020 10:56:20 #19 96.14 [warn]              ^
27-Apr-2020 10:56:20 #19 96.21 [warn] /src/app/api/Files.scala:1051: match may not be exhaustive.
27-Apr-2020 10:56:20 #19 96.21 [warn] It would fail on the following input: None
27-Apr-2020 10:56:20 #19 96.21 [warn]         files.get(id) match {
27-Apr-2020 10:56:20 #19 96.21 [warn]                  ^
27-Apr-2020 10:56:20 #19 96.23 [warn] /src/app/api/Files.scala:1250: match may not be exhaustive.
27-Apr-2020 10:56:20 #19 96.24 [warn] It would fail on the following input: None
27-Apr-2020 10:56:20 #19 96.24 [warn]     files.get(id) match {
27-Apr-2020 10:56:20 #19 96.24 [warn]              ^
27-Apr-2020 10:56:20 #19 96.25 [warn] /src/app/api/Files.scala:1271: match may not be exhaustive.
27-Apr-2020 10:56:20 #19 96.25 [warn] It would fail on the following input: None
27-Apr-2020 10:56:20 #19 96.25 [warn]     files.get(id) match {
27-Apr-2020 10:56:20 #19 96.25 [warn]              ^
27-Apr-2020 10:56:20 #19 96.26 [warn] /src/app/api/Files.scala:1440: match may not be exhaustive.
27-Apr-2020 10:56:20 #19 96.26 [warn] It would fail on the following input: None
27-Apr-2020 10:56:20 #19 96.26 [warn]             files.get(id) match {
27-Apr-2020 10:56:20 #19 96.26 [warn]                      ^
27-Apr-2020 10:56:21 #19 96.78 [warn] /src/app/api/Metadata.scala:497: match may not be exhaustive.
27-Apr-2020 10:56:21 #19 96.78 [warn] It would fail on the following input: None
27-Apr-2020 10:56:21 #19 96.78 [warn]                     datasets.get(resource.id) match {
27-Apr-2020 10:56:21 #19 96.78 [warn]                                 ^
27-Apr-2020 10:56:21 #19 96.78 [warn] /src/app/api/Metadata.scala:509: match may not be exhaustive.
27-Apr-2020 10:56:21 #19 96.78 [warn] It would fail on the following input: None
27-Apr-2020 10:56:21 #19 96.78 [warn]                     files.get(resource.id) match {
27-Apr-2020 10:56:21 #19 96.78 [warn]                              ^
27-Apr-2020 10:56:21 #19 96.90 [warn] /src/app/api/Permissions.scala:786: match may not be exhaustive.
27-Apr-2020 10:56:21 #19 96.90 [warn] It would fail on the following input: None
27-Apr-2020 10:56:21 #19 96.90 [warn]       ident match {
27-Apr-2020 10:56:21 #19 96.90 [warn]       ^
27-Apr-2020 10:56:21 #19 97.02 [warn] /src/app/api/Previews.scala:135: match may not be exhaustive.
27-Apr-2020 10:56:21 #19 97.02 [warn] It would fail on the following input: Some((x: Seq[?] forSome x not in List[?]))
27-Apr-2020 10:56:21 #19 97.02 [warn]             request.body.dataParts.get("title") match {
27-Apr-2020 10:56:21 #19 97.02 [warn]                                       ^
27-Apr-2020 10:56:21 #19 97.05 [warn] /src/app/api/Previews.scala:323: match may not be exhaustive.
27-Apr-2020 10:56:21 #19 97.05 [warn] It would fail on the following input: None
27-Apr-2020 10:56:21 #19 97.05 [warn]         previews.get(preview_id) match {
27-Apr-2020 10:56:21 #19 97.05 [warn]                     ^
27-Apr-2020 10:56:21 #19 97.12 [warn] /src/app/api/Selected.scala:85: match may not be exhaustive.
27-Apr-2020 10:56:21 #19 97.12 [warn] It would fail on the following input: None
27-Apr-2020 10:56:21 #19 97.12 [warn]     request.user match {
27-Apr-2020 10:56:21 #19 97.12 [warn]             ^
27-Apr-2020 10:56:21 #19 97.12 [warn] /src/app/api/Selected.scala:97: match may not be exhaustive.
27-Apr-2020 10:56:21 #19 97.12 [warn] It would fail on the following input: None
27-Apr-2020 10:56:21 #19 97.12 [warn]     request.user match {
27-Apr-2020 10:56:21 #19 97.12 [warn]             ^
27-Apr-2020 10:56:21 #19 97.12 [warn] /src/app/api/Selected.scala:185: match may not be exhaustive.
27-Apr-2020 10:56:21 #19 97.12 [warn] It would fail on the following input: None
27-Apr-2020 10:56:21 #19 97.12 [warn]     request.user match {
27-Apr-2020 10:56:21 #19 97.12 [warn]             ^
27-Apr-2020 10:56:21 #19 97.13 [warn] /src/app/api/Spaces.scala:65: match may not be exhaustive.
27-Apr-2020 10:56:21 #19 97.13 [warn] It would fail on the following input: None
27-Apr-2020 10:56:21 #19 97.13 [warn]     spaces.get(spaceId) match {
27-Apr-2020 10:56:21 #19 97.13 [warn]               ^
27-Apr-2020 10:56:21 #19 97.21 [warn] /src/app/api/Vocabularies.scala:40: match may not be exhaustive.
27-Apr-2020 10:56:21 #19 97.21 [warn] It would fail on the following input: None
27-Apr-2020 10:56:21 #19 97.21 [warn]         val current_term = vocabularyTermService.get(term) match {
27-Apr-2020 10:56:21 #19 97.21 [warn]                                                     ^
27-Apr-2020 10:56:21 #19 97.24 [warn] /src/app/api/VocabularyTerms.scala:44: match may not be exhaustive.
27-Apr-2020 10:56:21 #19 97.24 [warn] It would fail on the following input: None
27-Apr-2020 10:56:21 #19 97.24 [warn]     vocabularyTermService.get(id) match {
27-Apr-2020 10:56:21 #19 97.24 [warn]                              ^
27-Apr-2020 10:56:21 #19 97.25 [warn] /src/app/controllers/Admin.scala:311: match may not be exhaustive.
27-Apr-2020 10:56:21 #19 97.25 [warn] It would fail on the following input: None
27-Apr-2020 10:56:21 #19 97.25 [warn]     user match {
27-Apr-2020 10:56:21 #19 97.25 [warn]     ^
27-Apr-2020 10:56:21 #19 97.25 [warn] /src/app/controllers/Admin.scala:335: match may not be exhaustive.
27-Apr-2020 10:56:21 #19 97.25 [warn] It would fail on the following input: None
27-Apr-2020 10:56:21 #19 97.25 [warn]     user match {
27-Apr-2020 10:56:21 #19 97.25 [warn]     ^
27-Apr-2020 10:56:21 #19 97.25 [warn] /src/app/controllers/Admin.scala:349: match may not be exhaustive.
27-Apr-2020 10:56:21 #19 97.25 [warn] It would fail on the following input: None
27-Apr-2020 10:56:21 #19 97.25 [warn]     user match {
27-Apr-2020 10:56:21 #19 97.25 [warn]     ^
27-Apr-2020 10:56:21 #19 97.37 [warn] /src/app/controllers/CurationObjects.scala:658: match may not be exhaustive.
27-Apr-2020 10:56:21 #19 97.37 [warn] It would fail on the following input: None
27-Apr-2020 10:56:21 #19 97.37 [warn]       curations.get(curationId) match {
27-Apr-2020 10:56:21 #19 97.37 [warn]                    ^
27-Apr-2020 10:56:21 #19 97.39 [warn] /src/app/controllers/CurationObjects.scala:858: match may not be exhaustive.
27-Apr-2020 10:56:21 #19 97.39 [warn] It would fail on the following inputs: JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
27-Apr-2020 10:56:21 #19 97.39 [warn]     content match {
27-Apr-2020 10:56:21 #19 97.39 [warn]     ^
27-Apr-2020 10:56:21 #19 97.42 [warn] /src/app/controllers/Datasets.scala:374: match may not be exhaustive.
27-Apr-2020 10:56:21 #19 97.42 [warn] It would fail on the following input: None
27-Apr-2020 10:56:21 #19 97.42 [warn]         email match {
27-Apr-2020 10:56:21 #19 97.42 [warn]         ^
27-Apr-2020 10:56:21 #19 97.42 [warn] /src/app/controllers/Datasets.scala:371: match may not be exhaustive.
27-Apr-2020 10:56:21 #19 97.42 [warn] It would fail on the following input: None
27-Apr-2020 10:56:21 #19 97.42 [warn]     user match {
27-Apr-2020 10:56:21 #19 97.42 [warn]     ^
27-Apr-2020 10:56:21 #19 97.46 [warn] /src/app/controllers/FileLinks.scala:67: match may not be exhaustive.
27-Apr-2020 10:56:21 #19 97.46 [warn] It would fail on the following input: None
27-Apr-2020 10:56:21 #19 97.46 [warn]         files.get(fileid) match {
27-Apr-2020 10:56:21 #19 97.46 [warn]                  ^
27-Apr-2020 10:56:22 #19 97.60 [warn] /src/app/controllers/Spaces.scala:356: match may not be exhaustive.
27-Apr-2020 10:56:22 #19 97.60 [warn] It would fail on the following input: None
27-Apr-2020 10:56:22 #19 97.60 [warn]                 spaces.getRoleForUserInSpace(s.id, requestReceiver.id) match {
27-Apr-2020 10:56:22 #19 97.60 [warn]                                             ^
27-Apr-2020 10:56:22 #19 97.90 [warn] /src/app/services/ToolManagerPlugin.scala:122: match may not be exhaustive.
27-Apr-2020 10:56:22 #19 97.90 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_)
27-Apr-2020 10:56:22 #19 97.90 [warn]       jsonObj match {
27-Apr-2020 10:56:22 #19 97.90 [warn]       ^
27-Apr-2020 10:56:22 #19 97.91 [warn] /src/app/services/ToolManagerPlugin.scala:141: match may not be exhaustive.
27-Apr-2020 10:56:22 #19 97.91 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_)
27-Apr-2020 10:56:22 #19 97.91 [warn]       jsonObj match {
27-Apr-2020 10:56:22 #19 97.91 [warn]       ^
27-Apr-2020 10:56:22 #19 97.91 [warn] /src/app/services/ToolManagerPlugin.scala:200: match may not be exhaustive.
27-Apr-2020 10:56:22 #19 97.91 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsObject(_)
27-Apr-2020 10:56:22 #19 97.91 [warn]     val toolName = (toolList \ toolPath \ "name") match {
27-Apr-2020 10:56:22 #19 97.91 [warn]                                         ^
27-Apr-2020 10:56:22 #19 97.94 [warn] /src/app/services/TreeService.scala:316: match may not be exhaustive.
27-Apr-2020 10:56:22 #19 97.94 [warn] It would fail on the following input: None
27-Apr-2020 10:56:22 #19 97.94 [warn]       collections.get(col_id) match {
27-Apr-2020 10:56:22 #19 97.94 [warn]                      ^
27-Apr-2020 10:56:22 #19 97.95 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:176: match may not be exhaustive.
27-Apr-2020 10:56:22 #19 97.95 [warn] It would fail on the following input: None
27-Apr-2020 10:56:22 #19 97.95 [warn]     datasets.get(datasetId) match {
27-Apr-2020 10:56:22 #19 97.95 [warn]                 ^
27-Apr-2020 10:56:22 #19 98.01 [warn] /src/app/services/mongodb/MongoDBCollectionService.scala:669: match may not be exhaustive.
27-Apr-2020 10:56:22 #19 98.01 [warn] It would fail on the following input: None
27-Apr-2020 10:56:22 #19 98.01 [warn]     Collection.findOneById(new ObjectId(collectionId.stringify)) match {
27-Apr-2020 10:56:22 #19 98.01 [warn]                           ^
27-Apr-2020 10:56:22 #19 98.06 [warn] /src/app/services/mongodb/MongoDBDatasetService.scala:437: match may not be exhaustive.
27-Apr-2020 10:56:22 #19 98.06 [warn] It would fail on the following input: Some((x: String forSome x not in ("default", "private", "public", "publicAll", "trial")))
27-Apr-2020 10:56:22 #19 98.06 [warn]     val filterStatus = status match {
27-Apr-2020 10:56:22 #19 98.06 [warn]                        ^
27-Apr-2020 10:56:22 #19 98.16 [warn] /src/app/services/mongodb/MongoDBFileService.scala:784: match may not be exhaustive.
27-Apr-2020 10:56:22 #19 98.16 [warn] It would fail on the following input: None
27-Apr-2020 10:56:22 #19 98.16 [warn]         get(id) match{
27-Apr-2020 10:56:22 #19 98.16 [warn]            ^
27-Apr-2020 10:56:22 #19 98.32 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:494: match may not be exhaustive.
27-Apr-2020 10:56:22 #19 98.32 [warn] It would fail on the following input: Some(false)
27-Apr-2020 10:56:22 #19 98.32 [warn]                 datasetOnlyInSpace match {
27-Apr-2020 10:56:22 #19 98.32 [warn]                 ^
27-Apr-2020 10:56:22 #19 98.34 [warn] /src/app/services/mongodb/MongoDBTileService.scala:29: match may not be exhaustive.
27-Apr-2020 10:56:22 #19 98.34 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
27-Apr-2020 10:56:22 #19 98.34 [warn]     json match {
27-Apr-2020 10:56:22 #19 98.34 [warn]     ^
27-Apr-2020 10:56:22 #19 98.41 [warn] /src/app/services/mongodb/MongoSalatPlugin.scala:1606: match may not be exhaustive.
27-Apr-2020 10:56:22 #19 98.41 [warn] It would fail on the following input: None
27-Apr-2020 10:56:22 #19 98.41 [warn]         md.getAs[DBObject]("content") match {
27-Apr-2020 10:56:22 #19 98.41 [warn]                           ^
27-Apr-2020 10:56:22 #19 98.42 [warn] /src/app/util/FileUtils.scala:146: match may not be exhaustive.
27-Apr-2020 10:56:22 #19 98.42 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_)
27-Apr-2020 10:56:22 #19 98.43 [warn]                 Json.parse(fobj) \ "@context" match {
27-Apr-2020 10:56:22 #19 98.43 [warn]                                  ^
27-Apr-2020 10:56:22 #19 98.48 [warn] /src/conf/routes:47: unreachable code
27-Apr-2020 10:56:22 #19 98.49 [warn] GET            /profile/:uuid                                                           @controllers.Profile.viewProfileUUID(uuid: UUID)
27-Apr-2020 10:56:22 #19 98.51 [warn] /src/conf/routes:298: unreachable code
27-Apr-2020 10:56:22 #19 98.51 [warn] POST           /api/sensors/config                                                      @api.Admin.sensorsConfig
27-Apr-2020 10:56:22 #19 98.53 [warn] /src/conf/routes:637: unreachable code
27-Apr-2020 10:56:22 #19 98.54 [warn] DELETE         /api/sections/:id/tags                                                   @api.Sections.removeTags(id: UUID)
27-Apr-2020 10:56:23 #19 98.56 [warn] /src/conf/routes:368: unreachable code
27-Apr-2020 10:56:23 #19 98.56 [warn] POST           /api/uploadToDataset/:id                                                 @api.Files.uploadToDataset(id: UUID, showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String ?= "", extract: Boolean ?= true)
27-Apr-2020 10:56:23 #19 98.58 [warn] /src/conf/routes:391: unreachable code
27-Apr-2020 10:56:23 #19 98.58 [warn] DELETE         /api/files/:id                                                           @api.Files.removeFile(id: UUID)
27-Apr-2020 10:56:23 #19 98.60 [warn] /src/conf/routes:397: unreachable code
27-Apr-2020 10:56:23 #19 98.60 [warn] DELETE         /api/files/:id/tags                                                      @api.Files.removeTags(id: UUID)
27-Apr-2020 10:56:23 #19 98.62 [warn] /src/conf/routes:461: unreachable code
27-Apr-2020 10:56:23 #19 98.62 [warn] GET            /api/files/:three_d_file_id/:filename                                    @api.Files.getTexture(three_d_file_id: UUID, filename)
27-Apr-2020 10:56:23 #19 98.64 [warn] /src/conf/routes:448: unreachable code
27-Apr-2020 10:56:23 #19 98.64 [warn] GET            /api/files/:id                                                           @api.Files.download(id: UUID, tracking: Boolean ?= true)
27-Apr-2020 10:56:23 #19 98.66 [warn] /src/conf/routes:364: unreachable code
27-Apr-2020 10:56:23 #19 98.66 [warn] POST           /api/files/withFlags/:flags                                              @api.Files.upload(showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String)
27-Apr-2020 10:56:23 #19 98.68 [warn] /src/conf/routes:505: unreachable code
27-Apr-2020 10:56:23 #19 98.68 [warn] GET            /api/collections/list                                                    @api.Collections.list(title: Option[String] ?= None, date: Option[String] ?= None, limit: Int ?= 12, exact: Boolean ?= false)
27-Apr-2020 10:56:23 #19 98.70 [warn] /src/conf/routes:512: unreachable code
27-Apr-2020 10:56:23 #19 98.70 [warn] DELETE         /api/collections/:coll_id/datasets/:ds_id                                @api.Collections.removeDataset(coll_id: UUID, ds_id: UUID, ignoreNotFound ?= "True")
27-Apr-2020 10:56:23 #19 98.72 [warn] /src/conf/routes:518: unreachable code
27-Apr-2020 10:56:23 #19 98.72 [warn] DELETE         /api/collections/:coll_id                                                @api.Collections.removeCollection(coll_id: UUID)
27-Apr-2020 10:56:23 #19 98.74 [warn] /src/conf/routes:559: unreachable code
27-Apr-2020 10:56:23 #19 98.75 [warn] DELETE         /api/datasets/:ds_id/:file_id                                            @api.Datasets.detachFile(ds_id: UUID,file_id: UUID, ignoreNotFound ?= "True")
27-Apr-2020 10:56:23 #19 98.77 [warn] /src/conf/routes:571: unreachable code
27-Apr-2020 10:56:23 #19 98.77 [warn] GET            /api/datasets/:id/files                                                  @api.Datasets.datasetAllFilesList(id: UUID, max: Int ?= -1)
27-Apr-2020 10:56:23 #19 98.79 [warn] /src/conf/routes:517: unreachable code
27-Apr-2020 10:56:23 #19 98.79 [warn] GET            /api/collections/:coll_id/getDatasets                                    @api.Datasets.listInCollection(coll_id: UUID)
27-Apr-2020 10:56:23 #19 98.81 [warn] /src/conf/routes:585: unreachable code
27-Apr-2020 10:56:23 #19 98.81 [warn] DELETE         /api/datasets/:id/tags                                                   @api.Datasets.removeTags(id: UUID)
27-Apr-2020 10:56:23 #19 98.83 [warn] /src/conf/routes:672: unreachable code
27-Apr-2020 10:56:23 #19 98.83 [warn] GET            /api/geostreams/streams/update                                           api.Geostreams.updateStatisticsStreamSensor()
27-Apr-2020 10:56:23 #19 99.10 [warn] /src/app/views/collections/tile.scala.html:55: match may not be exhaustive.
27-Apr-2020 10:56:23 #19 99.10 [warn] It would fail on the following input: None
27-Apr-2020 10:56:23 #19 99.10 [warn]                 case Some(viewer) => {
27-Apr-2020 10:56:23 #19 99.10 [warn] ^
27-Apr-2020 10:56:23 #19 99.12 [warn] /src/app/views/curations/publishedGrid.scala.html:12: match may not be exhaustive.
27-Apr-2020 10:56:23 #19 99.12 [warn] It would fail on the following inputs: JsBoolean(_), JsNull, JsNumber(_), JsObject(_), JsUndefined()
27-Apr-2020 10:56:23 #19 99.12 [warn]           case creators:JsArray => {@(((jo \ "CreatorName"))(0).as[String].trim)@for(i <- 1 to (creators.value.size-1)){, @(((jo \ "CreatorName"))(i).as[String].trim)}}}"
27-Apr-2020 10:56:23 #19 99.12 [warn] ^
27-Apr-2020 10:56:23 #19 99.12 [warn] /src/app/views/curations/publishedGrid.scala.html:31: match may not be exhaustive.
27-Apr-2020 10:56:23 #19 99.12 [warn] It would fail on the following inputs: JsBoolean(_), JsNull, JsNumber(_), JsObject(_), JsUndefined()
27-Apr-2020 10:56:23 #19 99.12 [warn]           case creator:JsString => {
27-Apr-2020 10:56:23 #19 99.12 [warn] ^
27-Apr-2020 10:56:23 #19 99.13 [warn] /src/app/views/curations/publishedGrid.scala.html:9: match may not be exhaustive.
27-Apr-2020 10:56:23 #19 99.13 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
27-Apr-2020 10:56:23 #19 99.13 [warn]                     case jo:JsObject => {
27-Apr-2020 10:56:23 #19 99.13 [warn] ^
27-Apr-2020 10:56:23 #19 99.16 [warn] /src/app/views/datasets/tile.scala.html:65: match may not be exhaustive.
27-Apr-2020 10:56:23 #19 99.16 [warn] It would fail on the following input: None
27-Apr-2020 10:56:23 #19 99.16 [warn]                 case Some(viewer) => {
27-Apr-2020 10:56:23 #19 99.16 [warn] ^
27-Apr-2020 10:56:23 #19 99.17 [warn] /src/app/views/files/tile.scala.html:45: match may not be exhaustive.
27-Apr-2020 10:56:23 #19 99.17 [warn] It would fail on the following input: None
27-Apr-2020 10:56:23 #19 99.17 [warn]                 case Some(viewer) => {
27-Apr-2020 10:56:23 #19 99.17 [warn] ^
27-Apr-2020 10:56:23 #19 99.20 [warn] /src/app/views/metadatald/newCard.scala.html:12: match may not be exhaustive.
27-Apr-2020 10:56:23 #19 99.20 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
27-Apr-2020 10:56:23 #19 99.20 [warn]                 case o: JsObject => {
27-Apr-2020 10:56:23 #19 99.20 [warn] ^
27-Apr-2020 10:56:23 #19 99.21 [warn] /src/app/views/metadatald/newTableRow.scala.html:12: match may not be exhaustive.
27-Apr-2020 10:56:23 #19 99.21 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
27-Apr-2020 10:56:23 #19 99.21 [warn]                 case o: JsObject => {
27-Apr-2020 10:56:23 #19 99.21 [warn] ^
27-Apr-2020 10:56:24 #19 100.3 model contains 963 documentable templates
27-Apr-2020 10:56:29 #19 105.0 [warn] /src/app/services/irods/IRODSPlugin.scala:9: Tag '@date' is not recognised
27-Apr-2020 10:56:29 #19 105.0 [warn] /**
27-Apr-2020 10:56:29 #19 105.0 [warn] ^
27-Apr-2020 10:56:31 #19 107.2 [warn] /src/app/api/CurationObjects.scala:288: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-Apr-2020 10:56:31 #19 107.2 [warn]           val client = new DefaultHttpClient
27-Apr-2020 10:56:31 #19 107.2 [warn]                            ^
27-Apr-2020 10:56:31 #19 107.2 [warn] /src/app/api/Datasets.scala:223: value xmlMetadata in class File is deprecated: use Metadata
27-Apr-2020 10:56:31 #19 107.2 [warn]                   if (!file.xmlMetadata.isEmpty) {
27-Apr-2020 10:56:31 #19 107.2 [warn]                             ^
27-Apr-2020 10:56:31 #19 107.2 [warn] /src/app/api/Datasets.scala:420: value xmlMetadata in class File is deprecated: use Metadata
27-Apr-2020 10:56:31 #19 107.2 [warn]       if (!file.xmlMetadata.isEmpty){
27-Apr-2020 10:56:31 #19 107.2 [warn]                 ^
27-Apr-2020 10:56:31 #19 107.2 [warn] /src/app/api/Datasets.scala:499: value xmlMetadata in class File is deprecated: use Metadata
27-Apr-2020 10:56:31 #19 107.2 [warn]           if (!file.xmlMetadata.isEmpty)
27-Apr-2020 10:56:31 #19 107.2 [warn]                     ^
27-Apr-2020 10:56:31 #19 107.5 [warn] /src/app/models/Collection.scala:26: value jsonldMetadata in class Collection is deprecated: use Metadata
27-Apr-2020 10:56:31 #19 107.5 [warn]   @deprecated("use Metadata","since the use of jsonld") jsonldMetadata : List[Metadata]= List.empty
27-Apr-2020 10:56:31 #19 107.5 [warn]                                                         ^
27-Apr-2020 10:56:31 #19 107.5 [warn] /src/app/models/Collection.scala:6: value jsonldMetadata in class Collection is deprecated: use Metadata
27-Apr-2020 10:56:31 #19 107.5 [warn] case class Collection(
27-Apr-2020 10:56:31 #19 107.5 [warn]            ^
27-Apr-2020 10:56:32 #19 107.6 [warn] /src/app/models/File.scala:31: value xmlMetadata in class File is deprecated: use Metadata
27-Apr-2020 10:56:32 #19 107.6 [warn]   @deprecated("use Metadata","since the use of jsonld") xmlMetadata: Map[String, Any] = Map.empty,
27-Apr-2020 10:56:32 #19 107.6 [warn]                                                         ^
27-Apr-2020 10:56:32 #19 107.6 [warn] /src/app/models/File.scala:13: value xmlMetadata in class File is deprecated: use Metadata
27-Apr-2020 10:56:32 #19 107.6 [warn] case class File(
27-Apr-2020 10:56:32 #19 107.6 [warn]            ^
27-Apr-2020 10:56:32 #19 107.7 [warn] /src/app/models/Preview.scala:29: value jsonldMetadata in class Preview is deprecated: use Metadata
27-Apr-2020 10:56:32 #19 107.7 [warn]   @deprecated("use Metadata","since the use of jsonld") jsonldMetadata : List[Metadata]= List.empty
27-Apr-2020 10:56:32 #19 107.7 [warn]                                                         ^
27-Apr-2020 10:56:32 #19 107.7 [warn] /src/app/models/Preview.scala:10: value jsonldMetadata in class Preview is deprecated: use Metadata
27-Apr-2020 10:56:32 #19 107.7 [warn] case class Preview(
27-Apr-2020 10:56:32 #19 107.7 [warn]            ^
27-Apr-2020 10:56:32 #19 107.7 [warn] /src/app/models/Section.scala:18: value jsonldMetadata in class Section is deprecated: use Metadata
27-Apr-2020 10:56:32 #19 107.8 [warn]   @deprecated("use Metadata","since the use of jsonld") jsonldMetadata : List[Metadata]= List.empty,
27-Apr-2020 10:56:32 #19 107.8 [warn]                                                         ^
27-Apr-2020 10:56:32 #19 107.8 [warn] /src/app/models/Section.scala:8: value jsonldMetadata in class Section is deprecated: use Metadata
27-Apr-2020 10:56:32 #19 107.8 [warn] case class Section(
27-Apr-2020 10:56:32 #19 107.8 [warn]            ^
27-Apr-2020 10:56:32 #19 107.9 [warn] /src/app/services/RabbitmqPlugin.scala:199: method encode in object URLEncoder is deprecated: see corresponding Javadoc for more information.
27-Apr-2020 10:56:32 #19 107.9 [warn]       vhost = URLEncoder.encode(factory.get.getVirtualHost)
27-Apr-2020 10:56:32 #19 107.9 [warn]                          ^
27-Apr-2020 10:56:32 #19 108.0 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:25: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-Apr-2020 10:56:32 #19 108.0 [warn]         val httpclient = new DefaultHttpClient()
27-Apr-2020 10:56:32 #19 108.0 [warn]             ^
27-Apr-2020 10:56:32 #19 108.0 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:25: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-Apr-2020 10:56:32 #19 108.0 [warn]         val httpclient = new DefaultHttpClient()
27-Apr-2020 10:56:32 #19 108.0 [warn]                              ^
27-Apr-2020 10:56:32 #19 108.0 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:53: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-Apr-2020 10:56:32 #19 108.0 [warn]         val httpclient = new DefaultHttpClient()
27-Apr-2020 10:56:32 #19 108.0 [warn]             ^
27-Apr-2020 10:56:32 #19 108.0 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:53: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-Apr-2020 10:56:32 #19 108.0 [warn]         val httpclient = new DefaultHttpClient()
27-Apr-2020 10:56:32 #19 108.0 [warn]                              ^
27-Apr-2020 10:56:32 #19 108.0 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:81: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-Apr-2020 10:56:32 #19 108.0 [warn]         val httpclient = new DefaultHttpClient()
27-Apr-2020 10:56:32 #19 108.0 [warn]             ^
27-Apr-2020 10:56:32 #19 108.0 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:81: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-Apr-2020 10:56:32 #19 108.0 [warn]         val httpclient = new DefaultHttpClient()
27-Apr-2020 10:56:32 #19 108.0 [warn]                              ^
27-Apr-2020 10:56:32 #19 108.0 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:110: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-Apr-2020 10:56:32 #19 108.0 [warn]         val httpclient = new DefaultHttpClient()
27-Apr-2020 10:56:32 #19 108.0 [warn]             ^
27-Apr-2020 10:56:32 #19 108.0 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:110: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-Apr-2020 10:56:32 #19 108.0 [warn]         val httpclient = new DefaultHttpClient()
27-Apr-2020 10:56:32 #19 108.0 [warn]                              ^
27-Apr-2020 10:56:32 #19 108.0 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:128: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-Apr-2020 10:56:32 #19 108.0 [warn]         val httpclient = new DefaultHttpClient()
27-Apr-2020 10:56:32 #19 108.0 [warn]             ^
27-Apr-2020 10:56:32 #19 108.0 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:128: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-Apr-2020 10:56:32 #19 108.0 [warn]         val httpclient = new DefaultHttpClient()
27-Apr-2020 10:56:32 #19 108.0 [warn]                              ^
27-Apr-2020 10:56:32 #19 108.0 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:146: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-Apr-2020 10:56:32 #19 108.0 [warn]         val httpclient = new DefaultHttpClient()
27-Apr-2020 10:56:32 #19 108.0 [warn]             ^
27-Apr-2020 10:56:32 #19 108.0 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:146: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-Apr-2020 10:56:32 #19 108.0 [warn]         val httpclient = new DefaultHttpClient()
27-Apr-2020 10:56:32 #19 108.0 [warn]                              ^
27-Apr-2020 10:56:32 #19 108.0 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:204: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-Apr-2020 10:56:32 #19 108.0 [warn]         val httpclient = new DefaultHttpClient()
27-Apr-2020 10:56:32 #19 108.0 [warn]             ^
27-Apr-2020 10:56:32 #19 108.0 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:204: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-Apr-2020 10:56:32 #19 108.0 [warn]         val httpclient = new DefaultHttpClient()
27-Apr-2020 10:56:32 #19 108.0 [warn]                              ^
27-Apr-2020 10:56:32 #19 108.0 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:225: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-Apr-2020 10:56:32 #19 108.0 [warn]         val httpclient = new DefaultHttpClient()
27-Apr-2020 10:56:32 #19 108.0 [warn]             ^
27-Apr-2020 10:56:32 #19 108.0 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:225: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-Apr-2020 10:56:32 #19 108.0 [warn]         val httpclient = new DefaultHttpClient()
27-Apr-2020 10:56:32 #19 108.0 [warn]                              ^
27-Apr-2020 10:56:32 #19 108.2 [warn] /src/app/services/mongodb/MongoDBFileService.scala:816: value xmlMetadata in class File is deprecated: use Metadata
27-Apr-2020 10:56:32 #19 108.2 [warn]             if(!file.xmlMetadata.isEmpty){
27-Apr-2020 10:56:32 #19 108.2 [warn]                      ^
27-Apr-2020 10:56:32 #19 108.3 [warn] /src/app/services/mongodb/MongoDBPreviewService.scala:171: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-Apr-2020 10:56:32 #19 108.3 [warn]       val httpclient = new DefaultHttpClient()
27-Apr-2020 10:56:32 #19 108.3 [warn]           ^
27-Apr-2020 10:56:32 #19 108.3 [warn] /src/app/services/mongodb/MongoDBPreviewService.scala:171: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-Apr-2020 10:56:32 #19 108.3 [warn]       val httpclient = new DefaultHttpClient()
27-Apr-2020 10:56:32 #19 108.3 [warn]                            ^
27-Apr-2020 10:56:32 #19 108.4 [warn] /src/app/util/FileUtils.scala:280: value jsonldMetadata in class Preview is deprecated: use Metadata
27-Apr-2020 10:56:32 #19 108.4 [warn]           val currentMetadata = currentPreview.jsonldMetadata
27-Apr-2020 10:56:32 #19 108.4 [warn]                                                ^
27-Apr-2020 10:56:32 #19 108.6 [warn] /src/conf/routes:363: method upload in class Files is deprecated
27-Apr-2020 10:56:33 #19 108.6 [warn] POST           /api/files                                                               @api.Files.upload(showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String ?= "")
27-Apr-2020 10:56:33 #19 108.7 [warn] /src/conf/routes:363: method upload in class Files is deprecated
27-Apr-2020 10:56:33 #19 108.7 [warn] POST           /api/files                                                               @api.Files.upload(showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String ?= "")
27-Apr-2020 10:56:33 #19 108.7 [warn] /src/conf/routes:364: method upload in class Files is deprecated
27-Apr-2020 10:56:33 #19 108.7 [warn] POST           /api/files/withFlags/:flags                                              @api.Files.upload(showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String)
27-Apr-2020 10:56:38 #19 114.4 [warn] 53 warnings found
27-Apr-2020 10:56:38 #19 114.4 [info] Main Scala API documentation successful.
27-Apr-2020 10:56:38 #19 114.5 [info] Packaging /src/target/scala-2.10/clowder_2.10-1.8.3-SNAPSHOT-javadoc.jar ...
27-Apr-2020 10:56:39 #19 115.4 [info] Done packaging.
27-Apr-2020 10:57:21 #19 157.4 [warn] 174 warnings found
27-Apr-2020 10:57:23 #19 158.8 [warn] warning: [options] bootstrap class path not set in conjunction with -source 1.7
27-Apr-2020 10:57:23 #19 158.8 [warn] 1 warning
27-Apr-2020 10:57:31 #19 167.1 [info] Packaging /src/target/scala-2.10/clowder_2.10-1.8.3-SNAPSHOT.jar ...
27-Apr-2020 10:57:34 #19 169.7 [info] Done packaging.
27-Apr-2020 10:57:40 #19 176.0 [info]
27-Apr-2020 10:57:40 #19 176.0 [info] Your package is ready in /src/target/universal/clowder-1.8.3-SNAPSHOT.zip
27-Apr-2020 10:57:40 #19 176.0 [info]
27-Apr-2020 10:57:40 #19 176.0 [success] Total time: 171 s, completed Apr 27, 2020 3:57:40 PM
27-Apr-2020 10:57:40 #19 176.1 total 96004
27-Apr-2020 10:57:40 #19 176.1 -rw-r--r--    1 root     root      98300035 Apr 27 15:57 clowder-1.8.3-SNAPSHOT.zip
27-Apr-2020 10:57:40 #19 176.1 drwxr-xr-x    3 root     root          4096 Apr 27 15:57 tmp
27-Apr-2020 10:57:42 #19 177.7 total 1228
27-Apr-2020 10:57:42 #19 177.7 drwxr-xr-x   13 root     root          4096 Apr 27 15:54 app
27-Apr-2020 10:57:42 #19 177.7 drwxr-xr-x    6 root     root          4096 Apr 27 15:57 clowder-1.8.3-SNAPSHOT
27-Apr-2020 10:57:42 #19 177.7 drwxr-xr-x    2 root     root          4096 Apr 27 15:54 conf
27-Apr-2020 10:57:42 #19 177.7 drwxr-xr-x    2 root     root          4096 Apr 27 15:54 lib
27-Apr-2020 10:57:42 #19 177.7 drwxr-xr-x    1 root     root          4096 Apr 27 15:49 project
27-Apr-2020 10:57:42 #19 177.7 drwxr-xr-x   12 root     root          4096 Apr 27 15:54 public
27-Apr-2020 10:57:42 #19 177.7 -rwxr-xr-x    1 root     root           164 Apr 27 15:45 sbt
27-Apr-2020 10:57:42 #19 177.7 -rw-r--r--    1 root     root          5821 Apr 27 15:45 sbt-launch-lib.bash
27-Apr-2020 10:57:42 #19 177.7 -rw-r--r--    1 root     root       1208385 Apr 27 15:45 sbt-launch.jar
27-Apr-2020 10:57:42 #19 177.7 -rw-r--r--    1 root     root           164 Apr 27 15:45 sbt.bat
27-Apr-2020 10:57:42 #19 177.7 drwxr-xr-x    9 root     root          4096 Apr 27 15:57 target
27-Apr-2020 10:57:42 #19    completed: 2020-04-27 15:57:42.528034372 +0000 UTC
27-Apr-2020 10:57:42 #19     duration: 2m58.136080561s
27-Apr-2020 10:57:42
27-Apr-2020 10:57:43
27-Apr-2020 10:57:43 #20 [stage-1 3/6] COPY --from=clowder-build /src/clowder /home/clowder/
27-Apr-2020 10:57:43 #20       digest: sha256:86998717bb315c025b92a2bf682b77c529fad532b26c6ffe3d143afa1f8012a9
27-Apr-2020 10:57:43 #20         name: "[stage-1 3/6] COPY --from=clowder-build /src/clowder /home/clowder/"
27-Apr-2020 10:57:43 #20      started: 2020-04-27 15:57:43.780485411 +0000 UTC
27-Apr-2020 10:57:45 #20    completed: 2020-04-27 15:57:45.057096027 +0000 UTC
27-Apr-2020 10:57:45 #20     duration: 1.276610616s
27-Apr-2020 10:57:45
27-Apr-2020 10:57:45
27-Apr-2020 10:57:45 #21 [stage-1 4/6] COPY docker/clowder.sh docker/healthcheck.sh /home/clowder...
27-Apr-2020 10:57:45 #21       digest: sha256:81ec6e31d1e324ea41b83f31361609cbe0da5b3002b274a3ae67f9ca0eca344e
27-Apr-2020 10:57:45 #21         name: "[stage-1 4/6] COPY docker/clowder.sh docker/healthcheck.sh /home/clowder/"
27-Apr-2020 10:57:45 #21      started: 2020-04-27 15:57:45.140463011 +0000 UTC
27-Apr-2020 10:57:46 #21    completed: 2020-04-27 15:57:46.07955329 +0000 UTC
27-Apr-2020 10:57:46 #21     duration: 939.090279ms
27-Apr-2020 10:57:46
27-Apr-2020 10:57:46
27-Apr-2020 10:57:46 #22 [stage-1 5/6] COPY docker/custom.conf docker/play.plugins /home/clowder/...
27-Apr-2020 10:57:46 #22       digest: sha256:f3581a0a558e7701c8c157b7af5a5d1a758bb5e5d0c623837236ed36f97c6805
27-Apr-2020 10:57:46 #22         name: "[stage-1 5/6] COPY docker/custom.conf docker/play.plugins /home/clowder/custom/"
27-Apr-2020 10:57:46 #22      started: 2020-04-27 15:57:46.125776459 +0000 UTC
27-Apr-2020 10:57:46 #22    completed: 2020-04-27 15:57:46.908493903 +0000 UTC
27-Apr-2020 10:57:46 #22     duration: 782.717444ms
27-Apr-2020 10:57:46
27-Apr-2020 10:57:46
27-Apr-2020 10:57:46 #23 [stage-1 6/6] RUN mkdir /home/clowder/data &&     chgrp -R 0 /home/clowd...
27-Apr-2020 10:57:46 #23       digest: sha256:686cdd9ee1b49ba4af1278a711cebbccc55409fe5823a3c142021bd1a9662dc3
27-Apr-2020 10:57:46 #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"
27-Apr-2020 10:57:46 #23      started: 2020-04-27 15:57:46.934590191 +0000 UTC
27-Apr-2020 10:58:43 #23    completed: 2020-04-27 15:58:43.372720944 +0000 UTC
27-Apr-2020 10:58:43 #23     duration: 56.438130753s
27-Apr-2020 10:58:43
27-Apr-2020 10:58:43
27-Apr-2020 10:58:43 #24 exporting to image
27-Apr-2020 10:58:43 #24       digest: sha256:318d613087cdb601372f84515212d12278ed35e557aa09d195d9d48b3eac232f
27-Apr-2020 10:58:43 #24         name: "exporting to image"
27-Apr-2020 10:58:43 #24      started: 2020-04-27 15:58:43.591379336 +0000 UTC
27-Apr-2020 10:58:43 #24 exporting layers
27-Apr-2020 10:58:45 #24 exporting layers 2.1s done
27-Apr-2020 10:58:45 #24    completed: 2020-04-27 15:58:45.766181612 +0000 UTC
27-Apr-2020 10:58:45 #24     duration: 2.174802276s
27-Apr-2020 10:58:45 #24 writing image sha256:0a9b9bcccbeb9ac6093bbd2c0a3772909b23f99ab2d28b5a60abc4be7b1c6b19 0.0s done
27-Apr-2020 10:58:45 #24 naming to docker.io/clowder/clowder:latest 0.0s done
27-Apr-2020 10:58:45
27-Apr-2020 10:58:45
27-Apr-2020 10:58:45 #2 [internal] load .dockerignore
27-Apr-2020 10:58:45 #2       digest: sha256:d8d4782ece0be028d88cd38c4339f112d49bd64d5faaac3b24949be43e20a8f0
27-Apr-2020 10:58:45 #2         name: "[internal] load .dockerignore"
27-Apr-2020 10:58:45 #2      started: 2020-04-27 15:58:45.808539589 +0000 UTC
27-Apr-2020 10:58:45 #2    completed: 2020-04-27 15:58:45.808575279 +0000 UTC
27-Apr-2020 10:58:45 #2     duration: 35.69µs
27-Apr-2020 10:58:45 #2      started: 2020-04-27 15:58:45.808641708 +0000 UTC
27-Apr-2020 10:58:46 #2 transferring context: 2B done
27-Apr-2020 10:58:47 #2    completed: 2020-04-27 15:58:47.069957034 +0000 UTC
27-Apr-2020 10:58:47 #2     duration: 1.261315326s
27-Apr-2020 10:58:47
27-Apr-2020 10:58:47
27-Apr-2020 10:58:47 #1 [internal] load build definition from Dockerfile
27-Apr-2020 10:58:47 #1       digest: sha256:895ae9e9d70aafd66e111433b2f51fc69fd696261f0c3a819618debc6940c67a
27-Apr-2020 10:58:47 #1         name: "[internal] load build definition from Dockerfile"
27-Apr-2020 10:58:47 #1      started: 2020-04-27 15:58:45.807881942 +0000 UTC
27-Apr-2020 10:58:47 #1    completed: 2020-04-27 15:58:45.807951112 +0000 UTC
27-Apr-2020 10:58:47 #1     duration: 69.17µs
27-Apr-2020 10:58:47 #1      started: 2020-04-27 15:58:45.808051275 +0000 UTC
27-Apr-2020 10:58:47 #1 transferring dockerfile: 605B done
27-Apr-2020 10:58:47 #1    completed: 2020-04-27 15:58:47.208118332 +0000 UTC
27-Apr-2020 10:58:47 #1     duration: 1.400067057s
27-Apr-2020 10:58:47
27-Apr-2020 10:58:47
27-Apr-2020 10:58:47 #3 [internal] load metadata for docker.io/library/ubuntu:latest
27-Apr-2020 10:58:47 #3       digest: sha256:8c6bdfb121a69744f11ffa1fedfc68ec20085c2dcce567aac97a3ff72e53502d
27-Apr-2020 10:58:47 #3         name: "[internal] load metadata for docker.io/library/ubuntu:latest"
27-Apr-2020 10:58:47 #3      started: 2020-04-27 15:58:47.38616147 +0000 UTC
27-Apr-2020 10:58:47 #3    completed: 2020-04-27 15:58:47.681068946 +0000 UTC
27-Apr-2020 10:58:47 #3     duration: 294.907476ms
27-Apr-2020 10:58:47
27-Apr-2020 10:58:47
27-Apr-2020 10:58:47 #4 [internal] helper image for file operations
27-Apr-2020 10:58:47 #4       digest: sha256:e4c43493b1bb2320466c52248e886014710025b273f224bb96a23b8fb7a1d193
27-Apr-2020 10:58:47 #4         name: "[internal] helper image for file operations"
27-Apr-2020 10:58:47 #4      started: 2020-04-27 15:58:47.683106024 +0000 UTC
27-Apr-2020 10:58:47 #4    completed: 2020-04-27 15:58:47.683146328 +0000 UTC
27-Apr-2020 10:58:47 #4     duration: 40.304µs
27-Apr-2020 10:58:47 #4       cached: true
27-Apr-2020 10:58:47
27-Apr-2020 10:58:47
27-Apr-2020 10:58:47 #5 [1/3] FROM docker.io/library/ubuntu@sha256:747d2dbbaaee995098c9792d99bd3...
27-Apr-2020 10:58:47 #5       digest: sha256:a8e2620730dfe25984268c67fcbe396b1ed0900aec3672b163c8c7da1349dfb3
27-Apr-2020 10:58:47 #5         name: "[1/3] FROM docker.io/library/ubuntu@sha256:747d2dbbaaee995098c9792d99bd333c6783ce56150d1b11e333bbceed5c54d7"
27-Apr-2020 10:58:47 #5      started: 2020-04-27 15:58:47.682095268 +0000 UTC
27-Apr-2020 10:58:47 #5    completed: 2020-04-27 15:58:47.682235081 +0000 UTC
27-Apr-2020 10:58:47 #5     duration: 139.813µs
27-Apr-2020 10:58:47 #5      started: 2020-04-27 15:58:47.682428899 +0000 UTC
27-Apr-2020 10:58:47 #5    completed: 2020-04-27 15:58:47.68314262 +0000 UTC
27-Apr-2020 10:58:47 #5     duration: 713.721µs
27-Apr-2020 10:58:47 #5      started: 2020-04-27 15:58:47.683372843 +0000 UTC
27-Apr-2020 10:58:47 #5 resolve docker.io/library/ubuntu@sha256:747d2dbbaaee995098c9792d99bd333c6783ce56150d1b11e333bbceed5c54d7 done
27-Apr-2020 10:58:47 #5 sha256:fc878cd0a91c7bece56f668b2c79a19d94dd5471dae41fe5a7e14b4ae65251f6 0B / 32.30kB 0.2s
27-Apr-2020 10:58:47 #5 sha256:6154df8ff9882934dc5bf265b8b85a3aeadba06387447ffa440f7af7f32b0e1d 0B / 847B 0.2s
27-Apr-2020 10:58:47 #5 sha256:747d2dbbaaee995098c9792d99bd333c6783ce56150d1b11e333bbceed5c54d7 1.21kB / 1.21kB done
27-Apr-2020 10:58:47 #5 sha256:5747316366b8cc9e3021cd7286f42b2d6d81e3d743e2ab571f55bcd5df788cc8 1.15kB / 1.15kB done
27-Apr-2020 10:58:47 #5 sha256:1d622ef86b138c7e96d4f797bf5e4baca3249f030c575b9337638594f2b63f01 3.41kB / 3.41kB done
27-Apr-2020 10:58:47 #5 sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 0B / 28.56MB 0.2s
27-Apr-2020 10:58:48 #7 ...
27-Apr-2020 10:58:48
27-Apr-2020 10:58:48 #7 [internal] load build context
27-Apr-2020 10:58:48 #7       digest: sha256:1344b8136dcdb8100db4c7b1118b16dd724675371452bcf9b5b405cd98c81a0b
27-Apr-2020 10:58:48 #7         name: "[internal] load build context"
27-Apr-2020 10:58:48 #7      started: 2020-04-27 15:58:47.682161876 +0000 UTC
27-Apr-2020 10:58:48 #7    completed: 2020-04-27 15:58:47.682227325 +0000 UTC
27-Apr-2020 10:58:48 #7     duration: 65.449µs
27-Apr-2020 10:58:48 #7      started: 2020-04-27 15:58:47.682453125 +0000 UTC
27-Apr-2020 10:58:48 #7    completed: 2020-04-27 15:58:48.039247794 +0000 UTC
27-Apr-2020 10:58:48 #7     duration: 356.794669ms
27-Apr-2020 10:58:48 #7 transferring context: 12.56kB done
27-Apr-2020 10:58:48
27-Apr-2020 10:58:48
27-Apr-2020 10:58:48 #5 [1/3] FROM docker.io/library/ubuntu@sha256:747d2dbbaaee995098c9792d99bd3...
27-Apr-2020 10:58:48 #5 sha256:fc878cd0a91c7bece56f668b2c79a19d94dd5471dae41fe5a7e14b4ae65251f6 32.30kB / 32.30kB 0.4s
27-Apr-2020 10:58:48 #5 sha256:6154df8ff9882934dc5bf265b8b85a3aeadba06387447ffa440f7af7f32b0e1d 847B / 847B 0.4s
27-Apr-2020 10:58:48 #5 sha256:fc878cd0a91c7bece56f668b2c79a19d94dd5471dae41fe5a7e14b4ae65251f6 32.30kB / 32.30kB 0.4s done
27-Apr-2020 10:58:48 #5 sha256:6154df8ff9882934dc5bf265b8b85a3aeadba06387447ffa440f7af7f32b0e1d 847B / 847B 0.4s done
27-Apr-2020 10:58:48 #5 sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 7.11MB / 28.56MB 0.5s
27-Apr-2020 10:58:48 #5 sha256:fee5db0ff82f7aa5ace63497df4802bbadf8f2779ed3e1858605b791dc449425 0B / 163B 0.5s
27-Apr-2020 10:58:48 #5 sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 21.47MB / 28.56MB 0.6s
27-Apr-2020 10:58:48 #5 sha256:fee5db0ff82f7aa5ace63497df4802bbadf8f2779ed3e1858605b791dc449425 163B / 163B 0.6s
27-Apr-2020 10:58:48 #5 sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 28.56MB / 28.56MB 0.7s
27-Apr-2020 10:58:48 #5 sha256:fee5db0ff82f7aa5ace63497df4802bbadf8f2779ed3e1858605b791dc449425 163B / 163B 0.6s done
27-Apr-2020 10:58:48 #5 sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 28.56MB / 28.56MB 1.0s done
27-Apr-2020 10:58:48 #5 extracting sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e
27-Apr-2020 10:58:49 #5 extracting sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 1.0s done
27-Apr-2020 10:58:50 #5 extracting sha256:fc878cd0a91c7bece56f668b2c79a19d94dd5471dae41fe5a7e14b4ae65251f6
27-Apr-2020 10:58:50 #5 extracting sha256:fc878cd0a91c7bece56f668b2c79a19d94dd5471dae41fe5a7e14b4ae65251f6 done
27-Apr-2020 10:58:50 #5 extracting sha256:6154df8ff9882934dc5bf265b8b85a3aeadba06387447ffa440f7af7f32b0e1d done
27-Apr-2020 10:58:50 #5 extracting sha256:fee5db0ff82f7aa5ace63497df4802bbadf8f2779ed3e1858605b791dc449425
27-Apr-2020 10:58:50 #5 extracting sha256:fee5db0ff82f7aa5ace63497df4802bbadf8f2779ed3e1858605b791dc449425 done
27-Apr-2020 10:58:51 #5    completed: 2020-04-27 15:58:51.378516469 +0000 UTC
27-Apr-2020 10:58:51 #5     duration: 3.695143626s
27-Apr-2020 10:58:51
27-Apr-2020 10:58:51
27-Apr-2020 10:58:51 #6 [2/3] RUN apt-get -y update     && apt-get -y install curl unzip docker....
27-Apr-2020 10:58:51 #6       digest: sha256:ea55d0b207d6f42e5bd84d0947c2c67eba1be69df0b6a76e34bc74ce6bad2a61
27-Apr-2020 10:58:51 #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/*     ;"
27-Apr-2020 10:58:51 #6      started: 2020-04-27 15:58:51.492922202 +0000 UTC
27-Apr-2020 10:58:52 #6 1.252 Get:1 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
27-Apr-2020 10:58:52 #6 1.255 Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [97.9 kB]
27-Apr-2020 10:58:53 #6 1.711 Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3169 B]
27-Apr-2020 10:58:53 #6 1.737 Get:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease [89.1 kB]
27-Apr-2020 10:58:53 #6 1.811 Get:5 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1245 B]
27-Apr-2020 10:58:53 #6 1.848 Get:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease [89.2 kB]
27-Apr-2020 10:58:53 #6 1.960 Get:7 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
27-Apr-2020 10:58:53 #6 1.968 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
27-Apr-2020 10:58:53 #6 2.182 Get:9 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
27-Apr-2020 10:58:54 #6 2.597 Get:10 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
27-Apr-2020 10:58:54 #6 2.600 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1245 B]
27-Apr-2020 10:58:54 #6 2.600 Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [4722 B]
27-Apr-2020 10:58:55 #6 3.477 Fetched 13.4 MB in 2s (5374 kB/s)
27-Apr-2020 10:58:55 #6 3.477 Reading package lists...
27-Apr-2020 10:58:56 #6 4.309 Reading package lists...
27-Apr-2020 10:58:56 #6 5.036 Building dependency tree...
27-Apr-2020 10:58:56 #6 5.150 Reading state information...
27-Apr-2020 10:58:56 #6    completed: 2020-04-27 15:58:56.786164034 +0000 UTC
27-Apr-2020 10:58:56 #6     duration: 5.293241832s
27-Apr-2020 10:58:56 #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"
27-Apr-2020 10:58:56 #6 5.241 E: Unable to locate package python-pip
27-Apr-2020 10:58:56
27-Apr-2020 10:58:56 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
27-Apr-2020 10:58:56 Failing task since return code of [/bin/sh docker.sh] was 1 while expected 0
27-Apr-2020 10:58:56 Finished task 'docker build' with result: Failed
27-Apr-2020 10:58:56 Running post build plugin 'Docker Container Cleanup'
27-Apr-2020 10:58:56 Running post build plugin 'NCover Results Collector'
27-Apr-2020 10:58:56 Running post build plugin 'Clover Results Collector'
27-Apr-2020 10:58:56 Running post build plugin 'npm Cache Cleanup'
27-Apr-2020 10:58:56 Running post build plugin 'Artifact Copier'
27-Apr-2020 10:58:56 Publishing an artifact: dist
27-Apr-2020 10:59:05 Finished publishing of artifact Non required shared artifact: [dist], pattern: [clowder-*.zip] anchored at: [target/universal] in 8.546 s
27-Apr-2020 10:59:05 Publishing an artifact: scaladoc
27-Apr-2020 10:59:07 Finished publishing of artifact Non required shared artifact: [scaladoc], pattern: [**/*] anchored at: [target/scala-2.10/api] in 1.607 s
27-Apr-2020 10:59:07 Publishing an artifact: manual
27-Apr-2020 10:59:07 Unable to publish artifact [manual]: the source directory /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-CORE1091-JOB1/doc/src/sphinx/_build/html does not exist.
27-Apr-2020 10:59:07 The artifact hasn't been successfully published after 1.562 ms
27-Apr-2020 10:59:07 Finalising the build...
27-Apr-2020 10:59:07 Stopping timer.
27-Apr-2020 10:59:07 Build CATS-CORE1091-JOB1-5 completed.
27-Apr-2020 10:59:07 Running on server: post build plugin 'NCover Results Collector'
27-Apr-2020 10:59:07 Running on server: post build plugin 'Build Hanging Detection Configuration'
27-Apr-2020 10:59:07 Running on server: post build plugin 'Clover Delta Calculator'
27-Apr-2020 10:59:07 Running on server: post build plugin 'Maven Dependencies Postprocessor'
27-Apr-2020 10:59:07 All post build plugins have finished
27-Apr-2020 10:59:07 Generating build results summary...
27-Apr-2020 10:59:07 Saving build results to disk...
27-Apr-2020 10:59:07 Store variable context...
27-Apr-2020 10:59:07 Indexing build results...
27-Apr-2020 10:59:07 Finished building CATS-CORE1091-JOB1-5.