Core application including web front end

Build: #4 failed

Job: default failed

Stages & jobs

  1. Default Stage

Build log

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

24-Apr-2020 11:23:54 #19 64.26 [warn]                                                                      ^
24-Apr-2020 11:23:54 #19 64.26 [warn] /src/app/Global.scala:92: postfix operator minutes should be enabled
24-Apr-2020 11:23:54 #19 64.26 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:23:54 #19 64.26 [warn]       jobTimer = Akka.system().scheduler.schedule(0 minutes, 1 minutes) {
24-Apr-2020 11:23:54 #19 64.26 [warn]                                                     ^
24-Apr-2020 11:23:54 #19 64.26 [warn] /src/app/Global.scala:92: postfix operator minutes should be enabled
24-Apr-2020 11:23:54 #19 64.26 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:23:54 #19 64.26 [warn]       jobTimer = Akka.system().scheduler.schedule(0 minutes, 1 minutes) {
24-Apr-2020 11:23:54 #19 64.26 [warn]                                                                ^
24-Apr-2020 11:23:54 #19 64.26 [warn] /src/app/Global.scala:106: postfix operator seconds should be enabled
24-Apr-2020 11:23:54 #19 64.26 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:23:54 #19 64.26 [warn]         Akka.system().scheduler.scheduleOnce(10 seconds) {
24-Apr-2020 11:23:54 #19 64.26 [warn]                                                 ^
24-Apr-2020 11:23:54 #19 64.73 [warn] /src/app/Global.scala:68: postfix operator minutes should be enabled
24-Apr-2020 11:23:54 #19 64.73 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:23:54 #19 64.73 [warn] This can be achieved by adding the import clause 'import scala.language.postfixOps'
24-Apr-2020 11:23:54 #19 64.73 [warn] or by setting the compiler option -language:postfixOps.
24-Apr-2020 11:23:54 #19 64.73 [warn] See the Scala docs for value scala.language.postfixOps for a discussion
24-Apr-2020 11:23:54 #19 64.73 [warn] why the feature should be explicitly enabled.
24-Apr-2020 11:23:54 #19 64.73 [warn]       val interval = if (archiveDebug) { 5 minutes } else { 1 day }
24-Apr-2020 11:23:54 #19 64.73 [warn]                                            ^
24-Apr-2020 11:23:54 #19 64.74 [warn] /src/app/Global.scala:68: postfix operator day should be enabled
24-Apr-2020 11:23:54 #19 64.74 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:23:54 #19 64.74 [warn]       val interval = if (archiveDebug) { 5 minutes } else { 1 day }
24-Apr-2020 11:23:54 #19 64.74 [warn]                                                               ^
24-Apr-2020 11:23:54 #19 64.74 [warn] /src/app/Global.scala:74: postfix operator seconds should be enabled
24-Apr-2020 11:23:54 #19 64.74 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:23:54 #19 64.74 [warn]       val delay = if (archiveDebug) { 10 seconds } else {
24-Apr-2020 11:23:54 #19 64.74 [warn]                                          ^
24-Apr-2020 11:23:54 #19 64.74 [warn] /src/app/Global.scala:75: postfix operator seconds should be enabled
24-Apr-2020 11:23:54 #19 64.74 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:23:54 #19 64.74 [warn]         (Duration.ofDays(1).getSeconds - sinceLastMidnight) seconds
24-Apr-2020 11:23:54 #19 64.74 [warn]                                                             ^
24-Apr-2020 11:23:54 #19 64.74 [warn] /src/app/Global.scala:86: postfix operator minutes should be enabled
24-Apr-2020 11:23:54 #19 64.74 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:23:54 #19 64.74 [warn]       extractorTimer = Akka.system().scheduler.schedule(0 minutes, 5 minutes) {
24-Apr-2020 11:23:54 #19 64.74 [warn]                                                           ^
24-Apr-2020 11:23:54 #19 64.74 [warn] /src/app/Global.scala:86: postfix operator minutes should be enabled
24-Apr-2020 11:23:54 #19 64.74 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:23:54 #19 64.74 [warn]       extractorTimer = Akka.system().scheduler.schedule(0 minutes, 5 minutes) {
24-Apr-2020 11:23:54 #19 64.74 [warn]                                                                      ^
24-Apr-2020 11:23:54 #19 64.74 [warn] /src/app/Global.scala:92: postfix operator minutes should be enabled
24-Apr-2020 11:23:54 #19 64.74 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:23:54 #19 64.75 [warn]       jobTimer = Akka.system().scheduler.schedule(0 minutes, 1 minutes) {
24-Apr-2020 11:23:54 #19 64.75 [warn]                                                     ^
24-Apr-2020 11:23:54 #19 64.75 [warn] /src/app/Global.scala:92: postfix operator minutes should be enabled
24-Apr-2020 11:23:54 #19 64.75 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:23:54 #19 64.75 [warn]       jobTimer = Akka.system().scheduler.schedule(0 minutes, 1 minutes) {
24-Apr-2020 11:23:54 #19 64.75 [warn]                                                                ^
24-Apr-2020 11:23:54 #19 64.75 [warn] /src/app/Global.scala:106: postfix operator seconds should be enabled
24-Apr-2020 11:23:54 #19 64.75 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:23:54 #19 64.75 [warn]         Akka.system().scheduler.scheduleOnce(10 seconds) {
24-Apr-2020 11:23:54 #19 64.75 [warn]                                                 ^
24-Apr-2020 11:23:56 #19 66.38 [warn] /src/app/api/CurationObjects.scala:124: postfix operator toList should be enabled
24-Apr-2020 11:23:56 #19 66.38 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:23:56 #19 66.38 [warn]             metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map{item => item.content}toList))
24-Apr-2020 11:23:56 #19 66.38 [warn]                                                                                                                                ^
24-Apr-2020 11:23:56 #19 66.85 [warn] /src/app/api/CurationObjects.scala:124: postfix operator toList should be enabled
24-Apr-2020 11:23:56 #19 66.85 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:23:56 #19 66.86 [warn]             metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map{item => item.content}toList))
24-Apr-2020 11:23:56 #19 66.86 [warn]                                                                                                                                ^
24-Apr-2020 11:23:57 #19 67.53 [warn] /src/app/api/Extractions.scala:14: imported `Files' is permanently hidden by definition of class Files in package api
24-Apr-2020 11:23:57 #19 67.53 [warn] import play.api.libs.{Files, MimeTypes}
24-Apr-2020 11:23:57 #19 67.53 [warn]                       ^
24-Apr-2020 11:23:58 #19 68.24 [warn] /src/app/api/Extractions.scala:14: imported `Files' is permanently hidden by definition of class Files in package api
24-Apr-2020 11:23:58 #19 68.24 [warn] import play.api.libs.{Files, MimeTypes}
24-Apr-2020 11:23:58 #19 68.24 [warn]                       ^
24-Apr-2020 11:23:58 #19 68.30 [warn] /src/app/api/Files.scala:520: @deprecated now takes two arguments; see the scaladoc.
24-Apr-2020 11:23:58 #19 68.30 [warn]   @deprecated
24-Apr-2020 11:23:58 #19 68.30 [warn]    ^
24-Apr-2020 11:23:58 #19 68.98 [warn] /src/app/api/Files.scala:520: @deprecated now takes two arguments; see the scaladoc.
24-Apr-2020 11:23:58 #19 68.98 [warn]   @deprecated
24-Apr-2020 11:23:58 #19 68.98 [warn]    ^
24-Apr-2020 11:23:59 #19 70.05 [warn] /src/app/api/Geostreams.scala:46: postfix operator tupled should be enabled
24-Apr-2020 11:23:59 #19 70.05 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:23:59 #19 70.05 [warn]   ) tupled
24-Apr-2020 11:23:59 #19 70.05 [warn]     ^
24-Apr-2020 11:23:59 #19 70.05 [warn] /src/app/api/Geostreams.scala:54: postfix operator tupled should be enabled
24-Apr-2020 11:23:59 #19 70.05 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:23:59 #19 70.05 [warn]   ) tupled
24-Apr-2020 11:23:59 #19 70.05 [warn]     ^
24-Apr-2020 11:23:59 #19 70.05 [warn] /src/app/api/Geostreams.scala:63: postfix operator tupled should be enabled
24-Apr-2020 11:23:59 #19 70.05 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:23:59 #19 70.05 [warn]   ) tupled
24-Apr-2020 11:23:59 #19 70.05 [warn]     ^
24-Apr-2020 11:23:59 #19 70.06 [warn] /src/app/api/Geostreams.scala:70: postfix operator tupled should be enabled
24-Apr-2020 11:23:59 #19 70.06 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:23:59 #19 70.06 [warn]     ) tupled
24-Apr-2020 11:23:59 #19 70.06 [warn]       ^
24-Apr-2020 11:23:59 #19 70.06 [warn] /src/app/api/Geostreams.scala:78: postfix operator tupled should be enabled
24-Apr-2020 11:23:59 #19 70.06 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:23:59 #19 70.06 [warn]     ) tupled
24-Apr-2020 11:23:59 #19 70.06 [warn]       ^
24-Apr-2020 11:23:59 #19 70.06 [warn] /src/app/api/Geostreams.scala:87: postfix operator tupled should be enabled
24-Apr-2020 11:23:59 #19 70.06 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:23:59 #19 70.06 [warn]     ) tupled
24-Apr-2020 11:23:59 #19 70.06 [warn]       ^
24-Apr-2020 11:23:59 #19 70.06 [warn] /src/app/api/Geostreams.scala:95: postfix operator tupled should be enabled
24-Apr-2020 11:23:59 #19 70.06 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:23:59 #19 70.06 [warn]     ) tupled
24-Apr-2020 11:23:59 #19 70.06 [warn]       ^
24-Apr-2020 11:23:59 #19 70.11 [warn] /src/app/services/mongodb/MongoDBInstitutionService.scala:3: imported `Institution' is permanently hidden by definition of object Institution in package mongodb
24-Apr-2020 11:23:59 #19 70.11 [warn] import models.Institution
24-Apr-2020 11:23:59 #19 70.11 [warn]               ^
24-Apr-2020 11:24:00 #19 71.12 [warn] /src/app/services/mongodb/MongoDBProjectService.scala:3: imported `Project' is permanently hidden by definition of object Project in package mongodb
24-Apr-2020 11:24:00 #19 71.12 [warn] import models.Project
24-Apr-2020 11:24:00 #19 71.12 [warn]               ^
24-Apr-2020 11:24:00 #19 71.13 [warn] /src/app/api/Geostreams.scala:46: postfix operator tupled should be enabled
24-Apr-2020 11:24:00 #19 71.13 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:24:00 #19 71.13 [warn]   ) tupled
24-Apr-2020 11:24:00 #19 71.13 [warn]     ^
24-Apr-2020 11:24:00 #19 71.13 [warn] /src/app/api/Geostreams.scala:54: postfix operator tupled should be enabled
24-Apr-2020 11:24:00 #19 71.13 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:24:00 #19 71.13 [warn]   ) tupled
24-Apr-2020 11:24:00 #19 71.13 [warn]     ^
24-Apr-2020 11:24:00 #19 71.13 [warn] /src/app/api/Geostreams.scala:63: postfix operator tupled should be enabled
24-Apr-2020 11:24:00 #19 71.13 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:24:00 #19 71.13 [warn]   ) tupled
24-Apr-2020 11:24:00 #19 71.13 [warn]     ^
24-Apr-2020 11:24:00 #19 71.14 [warn] /src/app/api/Geostreams.scala:70: postfix operator tupled should be enabled
24-Apr-2020 11:24:00 #19 71.14 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:24:00 #19 71.14 [warn]     ) tupled
24-Apr-2020 11:24:00 #19 71.14 [warn]       ^
24-Apr-2020 11:24:00 #19 71.14 [warn] /src/app/api/Geostreams.scala:78: postfix operator tupled should be enabled
24-Apr-2020 11:24:00 #19 71.14 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:24:00 #19 71.14 [warn]     ) tupled
24-Apr-2020 11:24:00 #19 71.14 [warn]       ^
24-Apr-2020 11:24:00 #19 71.14 [warn] /src/app/api/Geostreams.scala:87: postfix operator tupled should be enabled
24-Apr-2020 11:24:00 #19 71.14 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:24:00 #19 71.14 [warn]     ) tupled
24-Apr-2020 11:24:00 #19 71.14 [warn]       ^
24-Apr-2020 11:24:00 #19 71.14 [warn] /src/app/api/Geostreams.scala:95: postfix operator tupled should be enabled
24-Apr-2020 11:24:00 #19 71.14 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:24:00 #19 71.14 [warn]     ) tupled
24-Apr-2020 11:24:00 #19 71.14 [warn]       ^
24-Apr-2020 11:24:01 #19 71.22 [warn] /src/app/api/Reporting.scala:45: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
24-Apr-2020 11:24:01 #19 71.22 [warn]               case _ => Some("".getBytes("UTF-8"))
24-Apr-2020 11:24:01 #19 71.22 [warn]                    ^
24-Apr-2020 11:24:01 #19 71.23 [warn] /src/app/services/mongodb/MongoDBInstitutionService.scala:3: imported `Institution' is permanently hidden by definition of object Institution in package mongodb
24-Apr-2020 11:24:01 #19 71.24 [warn] import models.Institution
24-Apr-2020 11:24:01 #19 71.24 [warn]               ^
24-Apr-2020 11:24:01 #19 71.25 [warn] /src/app/api/Reporting.scala:78: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
24-Apr-2020 11:24:01 #19 71.25 [warn]               case _ => Some("".getBytes("UTF-8"))
24-Apr-2020 11:24:01 #19 71.25 [warn]                    ^
24-Apr-2020 11:24:01 #19 71.26 [warn] /src/app/api/Reporting.scala:111: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
24-Apr-2020 11:24:01 #19 71.26 [warn]               case _ => Some("".getBytes("UTF-8"))
24-Apr-2020 11:24:01 #19 71.26 [warn]                    ^
24-Apr-2020 11:24:01 #19 71.27 [warn] /src/app/api/Reporting.scala:127: a pure expression does nothing in statement position; you may be omitting necessary parentheses
24-Apr-2020 11:24:01 #19 71.27 [warn]   """Includes file, dataset, collection reports"""
24-Apr-2020 11:24:01 #19 71.27 [warn]   ^
24-Apr-2020 11:24:01 #19 71.33 [warn] /src/app/api/Reporting.scala:291: a pure expression does nothing in statement position; you may be omitting necessary parentheses
24-Apr-2020 11:24:01 #19 71.33 [warn]     """returnAllColumns will include empty columns to align with file rows on report"""
24-Apr-2020 11:24:01 #19 71.33 [warn]     ^
24-Apr-2020 11:24:01 #19 71.35 [warn] /src/app/api/Reporting.scala:345: a pure expression does nothing in statement position; you may be omitting necessary parentheses
24-Apr-2020 11:24:01 #19 71.35 [warn]     """returnAllColumns will include empty columns to align with file rows on report"""
24-Apr-2020 11:24:01 #19 71.35 [warn]     ^
24-Apr-2020 11:24:02 #19 72.37 [warn] /src/app/services/mongodb/MongoDBProjectService.scala:3: imported `Project' is permanently hidden by definition of object Project in package mongodb
24-Apr-2020 11:24:02 #19 72.37 [warn] import models.Project
24-Apr-2020 11:24:02 #19 72.37 [warn]               ^
24-Apr-2020 11:24:02 #19 72.55 [warn] /src/app/api/Reporting.scala:45: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
24-Apr-2020 11:24:02 #19 72.55 [warn]               case _ => Some("".getBytes("UTF-8"))
24-Apr-2020 11:24:02 #19 72.55 [warn]                    ^
24-Apr-2020 11:24:02 #19 72.56 [warn] /src/app/api/Reporting.scala:78: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
24-Apr-2020 11:24:02 #19 72.56 [warn]               case _ => Some("".getBytes("UTF-8"))
24-Apr-2020 11:24:02 #19 72.56 [warn]                    ^
24-Apr-2020 11:24:02 #19 72.57 [warn] /src/app/api/Reporting.scala:111: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
24-Apr-2020 11:24:02 #19 72.57 [warn]               case _ => Some("".getBytes("UTF-8"))
24-Apr-2020 11:24:02 #19 72.57 [warn]                    ^
24-Apr-2020 11:24:02 #19 72.57 [warn] /src/app/api/Reporting.scala:127: a pure expression does nothing in statement position; you may be omitting necessary parentheses
24-Apr-2020 11:24:02 #19 72.57 [warn]   """Includes file, dataset, collection reports"""
24-Apr-2020 11:24:02 #19 72.57 [warn]   ^
24-Apr-2020 11:24:02 #19 72.66 [warn] /src/app/api/Reporting.scala:291: a pure expression does nothing in statement position; you may be omitting necessary parentheses
24-Apr-2020 11:24:02 #19 72.66 [warn]     """returnAllColumns will include empty columns to align with file rows on report"""
24-Apr-2020 11:24:02 #19 72.66 [warn]     ^
24-Apr-2020 11:24:02 #19 72.67 [warn] /src/app/api/Reporting.scala:345: a pure expression does nothing in statement position; you may be omitting necessary parentheses
24-Apr-2020 11:24:02 #19 72.67 [warn]     """returnAllColumns will include empty columns to align with file rows on report"""
24-Apr-2020 11:24:02 #19 72.67 [warn]     ^
24-Apr-2020 11:24:03 #19 73.79 [warn] /src/app/controllers/CurationObjects.scala:477: postfix operator toList should be enabled
24-Apr-2020 11:24:03 #19 73.79 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:24:03 #19 73.79 [warn]       metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map { item => item.content }toList))
24-Apr-2020 11:24:03 #19 73.79 [warn]                                                                                                                             ^
24-Apr-2020 11:24:03 #19 73.80 [warn] /src/app/controllers/CurationObjects.scala:698: postfix operator toList should be enabled
24-Apr-2020 11:24:03 #19 73.80 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:24:03 #19 73.80 [warn]             metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map { item => item.content }toList))
24-Apr-2020 11:24:03 #19 73.80 [warn]                                                                                                                                   ^
24-Apr-2020 11:24:04 #19 74.97 [warn] /src/app/controllers/Registration.scala:13: imported `Registration' is permanently hidden by definition of class Registration in package controllers
24-Apr-2020 11:24:04 #19 74.97 [warn] import securesocial.controllers.{ProviderController, Registration, TemplatesPlugin}
24-Apr-2020 11:24:04 #19 74.97 [warn]                                                      ^
24-Apr-2020 11:24:04 #19 75.00 [warn] /src/app/controllers/Registration.scala:67: reflective access of structural type member value currentHasher should be enabled
24-Apr-2020 11:24:04 #19 75.00 [warn] by making the implicit value scala.language.reflectiveCalls visible.
24-Apr-2020 11:24:04 #19 75.00 [warn] This can be achieved by adding the import clause 'import scala.language.reflectiveCalls'
24-Apr-2020 11:24:04 #19 75.00 [warn] or by setting the compiler option -language:reflectiveCalls.
24-Apr-2020 11:24:04 #19 75.00 [warn] See the Scala docs for value scala.language.reflectiveCalls for a discussion
24-Apr-2020 11:24:04 #19 75.00 [warn] why the feature should be explicitly enabled.
24-Apr-2020 11:24:04 #19 75.00 [warn]               passwordInfo = Some(Registry.hashers.currentHasher.hash(info.password))
24-Apr-2020 11:24:04 #19 75.00 [warn]                                                    ^
24-Apr-2020 11:24:05 #19 75.25 [warn] /src/app/controllers/CurationObjects.scala:477: postfix operator toList should be enabled
24-Apr-2020 11:24:05 #19 75.25 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:24:05 #19 75.25 [warn]       metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map { item => item.content }toList))
24-Apr-2020 11:24:05 #19 75.25 [warn]                                                                                                                             ^
24-Apr-2020 11:24:05 #19 75.25 [warn] /src/app/controllers/CurationObjects.scala:698: postfix operator toList should be enabled
24-Apr-2020 11:24:05 #19 75.25 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:24:05 #19 75.25 [warn]             metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map { item => item.content }toList))
24-Apr-2020 11:24:05 #19 75.25 [warn]                                                                                                                                   ^
24-Apr-2020 11:24:05 #19 75.38 [warn] /src/app/controllers/Spaces.scala:278: postfix operator toMap should be enabled
24-Apr-2020 11:24:05 #19 75.38 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:24:05 #19 75.38 [warn]         val roleDescription = users.listRoles() map (t => t.name -> t.description) toMap
24-Apr-2020 11:24:05 #19 75.38 [warn]                                                                                    ^
24-Apr-2020 11:24:06 #19 76.40 [warn] /src/app/controllers/Registration.scala:13: imported `Registration' is permanently hidden by definition of class Registration in package controllers
24-Apr-2020 11:24:06 #19 76.40 [warn] import securesocial.controllers.{ProviderController, Registration, TemplatesPlugin}
24-Apr-2020 11:24:06 #19 76.40 [warn]                                                      ^
24-Apr-2020 11:24:06 #19 76.43 [warn] /src/app/controllers/Registration.scala:67: reflective access of structural type member value currentHasher should be enabled
24-Apr-2020 11:24:06 #19 76.43 [warn] by making the implicit value scala.language.reflectiveCalls visible.
24-Apr-2020 11:24:06 #19 76.43 [warn] This can be achieved by adding the import clause 'import scala.language.reflectiveCalls'
24-Apr-2020 11:24:06 #19 76.43 [warn] or by setting the compiler option -language:reflectiveCalls.
24-Apr-2020 11:24:06 #19 76.43 [warn] See the Scala docs for value scala.language.reflectiveCalls for a discussion
24-Apr-2020 11:24:06 #19 76.43 [warn] why the feature should be explicitly enabled.
24-Apr-2020 11:24:06 #19 76.43 [warn]               passwordInfo = Some(Registry.hashers.currentHasher.hash(info.password))
24-Apr-2020 11:24:06 #19 76.43 [warn]                                                    ^
24-Apr-2020 11:24:06 #19 76.72 [warn] /src/app/models/UUID.scala:36: implicit conversion method stringToUUID should be enabled
24-Apr-2020 11:24:06 #19 76.72 [warn] by making the implicit value scala.language.implicitConversions visible.
24-Apr-2020 11:24:06 #19 76.72 [warn] This can be achieved by adding the import clause 'import scala.language.implicitConversions'
24-Apr-2020 11:24:06 #19 76.72 [warn] or by setting the compiler option -language:implicitConversions.
24-Apr-2020 11:24:06 #19 76.72 [warn] See the Scala docs for value scala.language.implicitConversions for a discussion
24-Apr-2020 11:24:06 #19 76.72 [warn] why the feature should be explicitly enabled.
24-Apr-2020 11:24:06 #19 76.72 [warn]   implicit def stringToUUID(s: String) = UUID(s)
24-Apr-2020 11:24:06 #19 76.72 [warn]                ^
24-Apr-2020 11:24:06 #19 76.72 [warn] /src/app/models/UUID.scala:37: implicit conversion method uuidToObjectId should be enabled
24-Apr-2020 11:24:06 #19 76.72 [warn] by making the implicit value scala.language.implicitConversions visible.
24-Apr-2020 11:24:06 #19 76.72 [warn]   implicit def uuidToObjectId(uuid: UUID) = new ObjectId(uuid.stringify)
24-Apr-2020 11:24:06 #19 76.72 [warn]                ^
24-Apr-2020 11:24:06 #19 76.72 [warn] /src/app/models/UUID.scala:38: implicit conversion method objectIdToUUID should be enabled
24-Apr-2020 11:24:06 #19 76.72 [warn] by making the implicit value scala.language.implicitConversions visible.
24-Apr-2020 11:24:06 #19 76.72 [warn]   implicit def objectIdToUUID(objectId: ObjectId) = UUID(objectId.toString)
24-Apr-2020 11:24:06 #19 76.72 [warn]                ^
24-Apr-2020 11:24:06 #19 76.77 [warn] /src/app/models/User.scala:104: implicit conversion method userToMiniUser should be enabled
24-Apr-2020 11:24:06 #19 76.77 [warn] by making the implicit value scala.language.implicitConversions visible.
24-Apr-2020 11:24:06 #19 76.77 [warn]   implicit def userToMiniUser(x: User): MiniUser = x.getMiniUser
24-Apr-2020 11:24:06 #19 76.77 [warn]                ^
24-Apr-2020 11:24:06 #19 76.79 [warn] /src/app/controllers/Spaces.scala:278: postfix operator toMap should be enabled
24-Apr-2020 11:24:06 #19 76.79 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:24:06 #19 76.79 [warn]         val roleDescription = users.listRoles() map (t => t.name -> t.description) toMap
24-Apr-2020 11:24:06 #19 76.79 [warn]                                                                                    ^
24-Apr-2020 11:24:07 #19 77.56 [warn] /src/app/services/PolyglotPlugin.scala:83: postfix operator seconds should be enabled
24-Apr-2020 11:24:07 #19 77.56 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:24:07 #19 77.56 [warn]           akka.pattern.after(3 seconds, using = Akka.system.scheduler)(checkForFileAndDownload((triesLeft - 1), url, outputStream))
24-Apr-2020 11:24:07 #19 77.56 [warn]                                ^
24-Apr-2020 11:24:08 #19 78.32 [warn] /src/app/models/UUID.scala:36: implicit conversion method stringToUUID should be enabled
24-Apr-2020 11:24:08 #19 78.32 [warn] by making the implicit value scala.language.implicitConversions visible.
24-Apr-2020 11:24:08 #19 78.32 [warn] This can be achieved by adding the import clause 'import scala.language.implicitConversions'
24-Apr-2020 11:24:08 #19 78.32 [warn] or by setting the compiler option -language:implicitConversions.
24-Apr-2020 11:24:08 #19 78.32 [warn] See the Scala docs for value scala.language.implicitConversions for a discussion
24-Apr-2020 11:24:08 #19 78.32 [warn] why the feature should be explicitly enabled.
24-Apr-2020 11:24:08 #19 78.32 [warn]   implicit def stringToUUID(s: String) = UUID(s)
24-Apr-2020 11:24:08 #19 78.32 [warn]                ^
24-Apr-2020 11:24:08 #19 78.32 [warn] /src/app/models/UUID.scala:37: implicit conversion method uuidToObjectId should be enabled
24-Apr-2020 11:24:08 #19 78.32 [warn] by making the implicit value scala.language.implicitConversions visible.
24-Apr-2020 11:24:08 #19 78.32 [warn]   implicit def uuidToObjectId(uuid: UUID) = new ObjectId(uuid.stringify)
24-Apr-2020 11:24:08 #19 78.32 [warn]                ^
24-Apr-2020 11:24:08 #19 78.32 [warn] /src/app/models/UUID.scala:38: implicit conversion method objectIdToUUID should be enabled
24-Apr-2020 11:24:08 #19 78.32 [warn] by making the implicit value scala.language.implicitConversions visible.
24-Apr-2020 11:24:08 #19 78.32 [warn]   implicit def objectIdToUUID(objectId: ObjectId) = UUID(objectId.toString)
24-Apr-2020 11:24:08 #19 78.32 [warn]                ^
24-Apr-2020 11:24:08 #19 78.39 [warn] /src/app/services/mongodb/MongoContext.scala:253: implicit conversion method dbObjectToString should be enabled
24-Apr-2020 11:24:08 #19 78.39 [warn] by making the implicit value scala.language.implicitConversions visible.
24-Apr-2020 11:24:08 #19 78.39 [warn]   implicit def dbObjectToString(dbObject: DBObject): String = {
24-Apr-2020 11:24:08 #19 78.39 [warn]                ^
24-Apr-2020 11:24:08 #19 78.39 [warn] /src/app/models/User.scala:104: implicit conversion method userToMiniUser should be enabled
24-Apr-2020 11:24:08 #19 78.39 [warn] by making the implicit value scala.language.implicitConversions visible.
24-Apr-2020 11:24:08 #19 78.39 [warn]   implicit def userToMiniUser(x: User): MiniUser = x.getMiniUser
24-Apr-2020 11:24:08 #19 78.39 [warn]                ^
24-Apr-2020 11:24:08 #19 78.78 [warn] /src/app/services/mongodb/MongoDBCollectionService.scala:907: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
24-Apr-2020 11:24:08 #19 78.78 [warn]       case _ => Logger.error(s"Error queuing collection ${id.stringify}")
24-Apr-2020 11:24:08 #19 78.78 [warn]            ^
24-Apr-2020 11:24:08 #19 78.85 [warn] /src/app/services/mongodb/MongoDBCommentService.scala:3: imported `Comment' is permanently hidden by definition of object Comment in package mongodb
24-Apr-2020 11:24:08 #19 78.85 [warn] import models.{DBResult, UUID, Comment}
24-Apr-2020 11:24:08 #19 78.85 [warn]                                ^
24-Apr-2020 11:24:09 #19 79.23 [warn] /src/app/services/PolyglotPlugin.scala:83: postfix operator seconds should be enabled
24-Apr-2020 11:24:09 #19 79.23 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:24:09 #19 79.23 [warn]           akka.pattern.after(3 seconds, using = Akka.system.scheduler)(checkForFileAndDownload((triesLeft - 1), url, outputStream))
24-Apr-2020 11:24:09 #19 79.23 [warn]                                ^
24-Apr-2020 11:24:09 #19 79.63 [warn] /src/app/services/mongodb/MongoDBTagService.scala:7: imported `Tag' is permanently hidden by definition of object Tag in package mongodb
24-Apr-2020 11:24:09 #19 79.63 [warn] import models.{Tag, UUID}
24-Apr-2020 11:24:09 #19 79.63 [warn]                ^
24-Apr-2020 11:24:09 #19 79.74 [warn] /src/app/services/mongodb/MongoDBDatasetService.scala:1422: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
24-Apr-2020 11:24:09 #19 79.74 [warn]       case _ => Logger.error(s"Error queuing dataset ${id.stringify}")
24-Apr-2020 11:24:09 #19 79.74 [warn]            ^
24-Apr-2020 11:24:09 #19 79.90 [warn] /src/app/services/mongodb/MongoDBExtractionRequestsService.scala:20: imported `MongoSalatPlugin' is permanently hidden by definition of class MongoSalatPlugin in package mongodb
24-Apr-2020 11:24:09 #19 79.90 [warn] import services.mongodb.MongoSalatPlugin
24-Apr-2020 11:24:09 #19 79.90 [warn]                         ^
24-Apr-2020 11:24:09 #19 79.92 [warn] /src/app/services/mongodb/MongoDBExtractionService.scala:4: imported `Extraction' is permanently hidden by definition of object Extraction in package mongodb
24-Apr-2020 11:24:09 #19 79.92 [warn] import models.{UUID, Extraction, ExtractionGroup, ResourceRef}
24-Apr-2020 11:24:09 #19 79.92 [warn]                      ^
24-Apr-2020 11:24:09 #19 79.92 [warn] /src/app/services/mongodb/MongoDBExtractionService.scala:13: imported `WebPageResource' is permanently hidden by definition of object WebPageResource in package mongodb
24-Apr-2020 11:24:09 #19 79.92 [warn] import models.WebPageResource
24-Apr-2020 11:24:09 #19 79.92 [warn]               ^
24-Apr-2020 11:24:09 #19 80.15 [warn] /src/app/services/mongodb/MongoContext.scala:253: implicit conversion method dbObjectToString should be enabled
24-Apr-2020 11:24:09 #19 80.15 [warn] by making the implicit value scala.language.implicitConversions visible.
24-Apr-2020 11:24:09 #19 80.15 [warn]   implicit def dbObjectToString(dbObject: DBObject): String = {
24-Apr-2020 11:24:09 #19 80.15 [warn]                ^
24-Apr-2020 11:24:10 #19 80.48 [warn] /src/app/services/mongodb/MongoDBFileService.scala:338: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
24-Apr-2020 11:24:10 #19 80.48 [warn]       case _ => Logger.error(s"Error queuing file ${id.stringify}")
24-Apr-2020 11:24:10 #19 80.48 [warn]            ^
24-Apr-2020 11:24:10 #19 80.87 [warn] /src/app/services/mongodb/MongoDBCollectionService.scala:907: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
24-Apr-2020 11:24:10 #19 80.87 [warn]       case _ => Logger.error(s"Error queuing collection ${id.stringify}")
24-Apr-2020 11:24:10 #19 80.87 [warn]            ^
24-Apr-2020 11:24:10 #19 80.96 [warn] /src/app/services/mongodb/MongoDBCommentService.scala:3: imported `Comment' is permanently hidden by definition of object Comment in package mongodb
24-Apr-2020 11:24:10 #19 80.96 [warn] import models.{DBResult, UUID, Comment}
24-Apr-2020 11:24:10 #19 80.96 [warn]                                ^
24-Apr-2020 11:24:10 #19 81.18 [warn] /src/app/services/mongodb/MongoDBQueueService.scala:78: postfix operator seconds should be enabled
24-Apr-2020 11:24:11 #19 81.18 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:24:11 #19 81.18 [warn]       queueTimer = Akka.system().scheduler.schedule(0 seconds, 5 millis) {
24-Apr-2020 11:24:11 #19 81.19 [warn]                                                       ^
24-Apr-2020 11:24:11 #19 81.19 [warn] /src/app/services/mongodb/MongoDBQueueService.scala:78: postfix operator millis should be enabled
24-Apr-2020 11:24:11 #19 81.19 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:24:11 #19 81.19 [warn]       queueTimer = Akka.system().scheduler.schedule(0 seconds, 5 millis) {
24-Apr-2020 11:24:11 #19 81.19 [warn]                                                                  ^
24-Apr-2020 11:24:11 #19 81.34 [warn] /src/app/services/mongodb/MongoDBSelectionService.scala:11: imported `Dataset' is permanently hidden by definition of object Dataset in package mongodb
24-Apr-2020 11:24:11 #19 81.34 [warn] import models.{UUID, Dataset, Selected}
24-Apr-2020 11:24:11 #19 81.34 [warn]                      ^
24-Apr-2020 11:24:11 #19 81.36 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:23: imported `Collection' is permanently hidden by definition of object Collection in package mongodb
24-Apr-2020 11:24:11 #19 81.36 [warn] import models.Collection
24-Apr-2020 11:24:11 #19 81.36 [warn]               ^
24-Apr-2020 11:24:11 #19 81.36 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:24: imported `Dataset' is permanently hidden by definition of object Dataset in package mongodb
24-Apr-2020 11:24:11 #19 81.36 [warn] import models.Dataset
24-Apr-2020 11:24:11 #19 81.36 [warn]               ^
24-Apr-2020 11:24:11 #19 81.89 [warn] /src/app/services/mongodb/MongoDBTagService.scala:7: imported `Tag' is permanently hidden by definition of object Tag in package mongodb
24-Apr-2020 11:24:11 #19 81.89 [warn] import models.{Tag, UUID}
24-Apr-2020 11:24:11 #19 81.89 [warn]                ^
24-Apr-2020 11:24:11 #19 82.02 [warn] /src/app/services/mongodb/MongoDBDatasetService.scala:1422: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
24-Apr-2020 11:24:11 #19 82.02 [warn]       case _ => Logger.error(s"Error queuing dataset ${id.stringify}")
24-Apr-2020 11:24:11 #19 82.02 [warn]            ^
24-Apr-2020 11:24:12 #19 82.23 [warn] /src/app/services/mongodb/MongoDBExtractionRequestsService.scala:20: imported `MongoSalatPlugin' is permanently hidden by definition of class MongoSalatPlugin in package mongodb
24-Apr-2020 11:24:12 #19 82.23 [warn] import services.mongodb.MongoSalatPlugin
24-Apr-2020 11:24:12 #19 82.23 [warn]                         ^
24-Apr-2020 11:24:12 #19 82.27 [warn] /src/app/services/mongodb/MongoDBExtractionService.scala:4: imported `Extraction' is permanently hidden by definition of object Extraction in package mongodb
24-Apr-2020 11:24:12 #19 82.27 [warn] import models.{UUID, Extraction, ExtractionGroup, ResourceRef}
24-Apr-2020 11:24:12 #19 82.27 [warn]                      ^
24-Apr-2020 11:24:12 #19 82.27 [warn] /src/app/services/mongodb/MongoDBExtractionService.scala:13: imported `WebPageResource' is permanently hidden by definition of object WebPageResource in package mongodb
24-Apr-2020 11:24:12 #19 82.27 [warn] import models.WebPageResource
24-Apr-2020 11:24:12 #19 82.27 [warn]               ^
24-Apr-2020 11:24:12 #19 82.80 [warn] /src/app/services/mongodb/MongoDBFileService.scala:338: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
24-Apr-2020 11:24:12 #19 82.80 [warn]       case _ => Logger.error(s"Error queuing file ${id.stringify}")
24-Apr-2020 11:24:12 #19 82.80 [warn]            ^
24-Apr-2020 11:24:13 #19 83.28 [warn] /src/app/util/SearchUtils.scala:157: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
24-Apr-2020 11:24:13 #19 83.28 [warn]             case _ => {
24-Apr-2020 11:24:13 #19 83.28 [warn]                  ^
24-Apr-2020 11:24:13 #19 83.77 [warn] /src/app/services/mongodb/MongoDBQueueService.scala:78: postfix operator seconds should be enabled
24-Apr-2020 11:24:13 #19 83.77 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:24:13 #19 83.77 [warn]       queueTimer = Akka.system().scheduler.schedule(0 seconds, 5 millis) {
24-Apr-2020 11:24:13 #19 83.77 [warn]                                                       ^
24-Apr-2020 11:24:13 #19 83.77 [warn] /src/app/services/mongodb/MongoDBQueueService.scala:78: postfix operator millis should be enabled
24-Apr-2020 11:24:13 #19 83.77 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 11:24:13 #19 83.77 [warn]       queueTimer = Akka.system().scheduler.schedule(0 seconds, 5 millis) {
24-Apr-2020 11:24:13 #19 83.77 [warn]                                                                  ^
24-Apr-2020 11:24:13 #19 84.10 [warn] /src/app/services/mongodb/MongoDBSelectionService.scala:11: imported `Dataset' is permanently hidden by definition of object Dataset in package mongodb
24-Apr-2020 11:24:13 #19 84.10 [warn] import models.{UUID, Dataset, Selected}
24-Apr-2020 11:24:13 #19 84.10 [warn]                      ^
24-Apr-2020 11:24:13 #19 84.13 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:23: imported `Collection' is permanently hidden by definition of object Collection in package mongodb
24-Apr-2020 11:24:13 #19 84.13 [warn] import models.Collection
24-Apr-2020 11:24:13 #19 84.13 [warn]               ^
24-Apr-2020 11:24:13 #19 84.13 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:24: imported `Dataset' is permanently hidden by definition of object Dataset in package mongodb
24-Apr-2020 11:24:13 #19 84.13 [warn] import models.Dataset
24-Apr-2020 11:24:13 #19 84.13 [warn]               ^
24-Apr-2020 11:24:15 #19 86.03 [warn] /src/app/util/SearchUtils.scala:157: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
24-Apr-2020 11:24:15 #19 86.03 [warn]             case _ => {
24-Apr-2020 11:24:15 #19 86.03 [warn]                  ^
24-Apr-2020 11:24:23 #19 93.69 [warn] /src/app/api/Admin.scala:43: match may not be exhaustive.
24-Apr-2020 11:24:23 #19 93.69 [warn] It would fail on the following input: None
24-Apr-2020 11:24:23 #19 93.69 [warn]     (request.body \ "theme").asOpt[String] match {
24-Apr-2020 11:24:23 #19 93.69 [warn]                                   ^
24-Apr-2020 11:24:23 #19 93.69 [warn] /src/app/api/Admin.scala:46: match may not be exhaustive.
24-Apr-2020 11:24:23 #19 93.69 [warn] It would fail on the following input: None
24-Apr-2020 11:24:23 #19 93.69 [warn]     (request.body \ "displayName").asOpt[String] match {
24-Apr-2020 11:24:23 #19 93.69 [warn]                                         ^
24-Apr-2020 11:24:23 #19 93.69 [warn] /src/app/api/Admin.scala:49: match may not be exhaustive.
24-Apr-2020 11:24:23 #19 93.69 [warn] It would fail on the following input: None
24-Apr-2020 11:24:23 #19 93.69 [warn]     (request.body \ "welcomeMessage").asOpt[String] match {
24-Apr-2020 11:24:23 #19 93.69 [warn]                                            ^
24-Apr-2020 11:24:23 #19 93.69 [warn] /src/app/api/Admin.scala:52: match may not be exhaustive.
24-Apr-2020 11:24:23 #19 93.69 [warn] It would fail on the following input: None
24-Apr-2020 11:24:23 #19 93.69 [warn]     (request.body \ "googleAnalytics").asOpt[String] match {
24-Apr-2020 11:24:23 #19 93.69 [warn]                                             ^
24-Apr-2020 11:24:23 #19 93.70 [warn] /src/app/api/Admin.scala:59: match may not be exhaustive.
24-Apr-2020 11:24:23 #19 93.70 [warn] It would fail on the following input: None
24-Apr-2020 11:24:23 #19 93.70 [warn]     (request.body \ "sensors").asOpt[String] match {
24-Apr-2020 11:24:23 #19 93.70 [warn]                                     ^
24-Apr-2020 11:24:23 #19 93.70 [warn] /src/app/api/Admin.scala:62: match may not be exhaustive.
24-Apr-2020 11:24:23 #19 93.70 [warn] It would fail on the following input: None
24-Apr-2020 11:24:23 #19 93.70 [warn]     (request.body \ "sensor").asOpt[String] match {
24-Apr-2020 11:24:23 #19 93.70 [warn]                                    ^
24-Apr-2020 11:24:23 #19 93.71 [warn] /src/app/api/Admin.scala:65: match may not be exhaustive.
24-Apr-2020 11:24:23 #19 93.71 [warn] It would fail on the following input: None
24-Apr-2020 11:24:23 #19 93.71 [warn]     (request.body \ "parameters").asOpt[String] match {
24-Apr-2020 11:24:23 #19 93.71 [warn]                                        ^
24-Apr-2020 11:24:23 #19 93.71 [warn] /src/app/api/Admin.scala:68: match may not be exhaustive.
24-Apr-2020 11:24:23 #19 93.71 [warn] It would fail on the following input: None
24-Apr-2020 11:24:23 #19 93.71 [warn]     (request.body \ "parameter").asOpt[String] match {
24-Apr-2020 11:24:23 #19 93.71 [warn]                                       ^
24-Apr-2020 11:24:23 #19 93.81 [warn] /src/app/api/Collections.scala:153: match may not be exhaustive.
24-Apr-2020 11:24:23 #19 93.81 [warn] It would fail on the following input: None
24-Apr-2020 11:24:23 #19 93.81 [warn]     collections.get(collectionId) match {
24-Apr-2020 11:24:23 #19 93.81 [warn]                    ^
24-Apr-2020 11:24:23 #19 93.86 [warn] /src/app/api/Collections.scala:580: match may not be exhaustive.
24-Apr-2020 11:24:23 #19 93.86 [warn] It would fail on the following input: Failure(_)
24-Apr-2020 11:24:23 #19 93.86 [warn]                       collections.addSubCollection(UUID(parentId), UUID(id), user) match {
24-Apr-2020 11:24:23 #19 93.86 [warn]                                                   ^
24-Apr-2020 11:24:23 #19 93.87 [warn] /src/app/api/Collections.scala:613: match may not be exhaustive.
24-Apr-2020 11:24:23 #19 93.87 [warn] It would fail on the following input: None
24-Apr-2020 11:24:23 #19 93.87 [warn]             collections.get(subCollectionId) match {
24-Apr-2020 11:24:23 #19 93.87 [warn]                            ^
24-Apr-2020 11:24:23 #19 93.87 [warn] /src/app/api/Collections.scala:611: match may not be exhaustive.
24-Apr-2020 11:24:23 #19 93.87 [warn] It would fail on the following input: None
24-Apr-2020 11:24:23 #19 93.87 [warn]         collections.get(collectionId) match {
24-Apr-2020 11:24:23 #19 93.87 [warn]                        ^
24-Apr-2020 11:24:23 #19 93.97 [warn] /src/app/api/Datasets.scala:86: match may not be exhaustive.
24-Apr-2020 11:24:23 #19 93.97 [warn] It would fail on the following input: Nil
24-Apr-2020 11:24:23 #19 93.97 [warn]         folderList match {
24-Apr-2020 11:24:23 #19 93.97 [warn]         ^
24-Apr-2020 11:24:23 #19 94.08 [warn] /src/app/api/Datasets.scala:756: match may not be exhaustive.
24-Apr-2020 11:24:23 #19 94.08 [warn] It would fail on the following input: None
24-Apr-2020 11:24:23 #19 94.08 [warn]     datasets.get(id) match {
24-Apr-2020 11:24:23 #19 94.08 [warn]                 ^
24-Apr-2020 11:24:23 #19 94.12 [warn] /src/app/api/Datasets.scala:973: match may not be exhaustive.
24-Apr-2020 11:24:23 #19 94.12 [warn] It would fail on the following input: None
24-Apr-2020 11:24:23 #19 94.12 [warn]       datasets.get(id) match {
24-Apr-2020 11:24:23 #19 94.12 [warn]                   ^
24-Apr-2020 11:24:23 #19 94.12 [warn] /src/app/api/Datasets.scala:1009: match may not be exhaustive.
24-Apr-2020 11:24:23 #19 94.12 [warn] It would fail on the following input: None
24-Apr-2020 11:24:23 #19 94.12 [warn]       datasets.get(id) match {
24-Apr-2020 11:24:23 #19 94.12 [warn]                   ^
24-Apr-2020 11:24:23 #19 94.13 [warn] /src/app/api/Datasets.scala:1048: match may not be exhaustive.
24-Apr-2020 11:24:23 #19 94.13 [warn] It would fail on the following input: None
24-Apr-2020 11:24:23 #19 94.13 [warn]       datasets.get(id) match {
24-Apr-2020 11:24:23 #19 94.13 [warn]                   ^
24-Apr-2020 11:24:23 #19 94.14 [warn] /src/app/api/Datasets.scala:1085: match may not be exhaustive.
24-Apr-2020 11:24:23 #19 94.14 [warn] It would fail on the following input: None
24-Apr-2020 11:24:23 #19 94.14 [warn]       datasets.get(id) match {
24-Apr-2020 11:24:23 #19 94.14 [warn]                   ^
24-Apr-2020 11:24:23 #19 94.14 [warn] /src/app/api/Datasets.scala:1107: match may not be exhaustive.
24-Apr-2020 11:24:23 #19 94.14 [warn] It would fail on the following input: None
24-Apr-2020 11:24:23 #19 94.14 [warn]       datasets.get(id) match {
24-Apr-2020 11:24:23 #19 94.14 [warn]                   ^
24-Apr-2020 11:24:23 #19 94.14 [warn] /src/app/api/Datasets.scala:1128: match may not be exhaustive.
24-Apr-2020 11:24:23 #19 94.14 [warn] It would fail on the following input: None
24-Apr-2020 11:24:23 #19 94.14 [warn]       datasets.get(id) match {
24-Apr-2020 11:24:23 #19 94.14 [warn]                   ^
24-Apr-2020 11:24:23 #19 94.16 [warn] /src/app/api/Datasets.scala:1367: match may not be exhaustive.
24-Apr-2020 11:24:23 #19 94.16 [warn] It would fail on the following input: None
24-Apr-2020 11:24:24 #19 94.16 [warn]           datasets.get(id) match {
24-Apr-2020 11:24:24 #19 94.16 [warn]                       ^
24-Apr-2020 11:24:24 #19 94.17 [warn] /src/app/api/Datasets.scala:1404: match may not be exhaustive.
24-Apr-2020 11:24:24 #19 94.17 [warn] It would fail on the following input: None
24-Apr-2020 11:24:24 #19 94.17 [warn]           datasets.get(id) match {
24-Apr-2020 11:24:24 #19 94.17 [warn]                       ^
24-Apr-2020 11:24:24 #19 94.18 [warn] /src/app/api/Datasets.scala:1545: match may not be exhaustive.
24-Apr-2020 11:24:24 #19 94.18 [warn] It would fail on the following input: None
24-Apr-2020 11:24:24 #19 94.18 [warn]             datasets.get(id) match {
24-Apr-2020 11:24:24 #19 94.18 [warn]                         ^
24-Apr-2020 11:24:24 #19 94.28 [warn] /src/app/api/Datasets.scala:2550: match may not be exhaustive.
24-Apr-2020 11:24:24 #19 94.28 [warn] It would fail on the following input: None
24-Apr-2020 11:24:24 #19 94.28 [warn]     folders.get(id) match {
24-Apr-2020 11:24:24 #19 94.28 [warn]                ^
24-Apr-2020 11:24:24 #19 94.48 [warn] /src/app/api/Files.scala:707: match may not be exhaustive.
24-Apr-2020 11:24:24 #19 94.48 [warn] It would fail on the following input: None
24-Apr-2020 11:24:24 #19 94.48 [warn]     files.get(id) match {
24-Apr-2020 11:24:24 #19 94.48 [warn]              ^
24-Apr-2020 11:24:24 #19 94.52 [warn] /src/app/api/Files.scala:1051: match may not be exhaustive.
24-Apr-2020 11:24:24 #19 94.52 [warn] It would fail on the following input: None
24-Apr-2020 11:24:24 #19 94.52 [warn]         files.get(id) match {
24-Apr-2020 11:24:24 #19 94.52 [warn]                  ^
24-Apr-2020 11:24:24 #19 94.53 [warn] /src/app/api/Files.scala:1250: match may not be exhaustive.
24-Apr-2020 11:24:24 #19 94.53 [warn] It would fail on the following input: None
24-Apr-2020 11:24:24 #19 94.53 [warn]     files.get(id) match {
24-Apr-2020 11:24:24 #19 94.53 [warn]              ^
24-Apr-2020 11:24:24 #19 94.54 [warn] /src/app/api/Files.scala:1271: match may not be exhaustive.
24-Apr-2020 11:24:24 #19 94.54 [warn] It would fail on the following input: None
24-Apr-2020 11:24:24 #19 94.54 [warn]     files.get(id) match {
24-Apr-2020 11:24:24 #19 94.54 [warn]              ^
24-Apr-2020 11:24:24 #19 94.55 [warn] /src/app/api/Files.scala:1440: match may not be exhaustive.
24-Apr-2020 11:24:24 #19 94.55 [warn] It would fail on the following input: None
24-Apr-2020 11:24:24 #19 94.55 [warn]             files.get(id) match {
24-Apr-2020 11:24:24 #19 94.55 [warn]                      ^
24-Apr-2020 11:24:24 #19 94.82 [warn] /src/app/api/Metadata.scala:497: match may not be exhaustive.
24-Apr-2020 11:24:24 #19 94.82 [warn] It would fail on the following input: None
24-Apr-2020 11:24:24 #19 94.82 [warn]                     datasets.get(resource.id) match {
24-Apr-2020 11:24:24 #19 94.82 [warn]                                 ^
24-Apr-2020 11:24:24 #19 94.82 [warn] /src/app/api/Metadata.scala:509: match may not be exhaustive.
24-Apr-2020 11:24:24 #19 94.82 [warn] It would fail on the following input: None
24-Apr-2020 11:24:24 #19 94.82 [warn]                     files.get(resource.id) match {
24-Apr-2020 11:24:24 #19 94.82 [warn]                              ^
24-Apr-2020 11:24:24 #19 94.91 [warn] /src/app/api/Permissions.scala:786: match may not be exhaustive.
24-Apr-2020 11:24:24 #19 94.91 [warn] It would fail on the following input: None
24-Apr-2020 11:24:24 #19 94.91 [warn]       ident match {
24-Apr-2020 11:24:24 #19 94.91 [warn]       ^
24-Apr-2020 11:24:24 #19 95.00 [warn] /src/app/api/Previews.scala:135: match may not be exhaustive.
24-Apr-2020 11:24:24 #19 95.00 [warn] It would fail on the following input: Some((x: Seq[?] forSome x not in List[?]))
24-Apr-2020 11:24:24 #19 95.00 [warn]             request.body.dataParts.get("title") match {
24-Apr-2020 11:24:24 #19 95.00 [warn]                                       ^
24-Apr-2020 11:24:24 #19 95.02 [warn] /src/app/api/Previews.scala:323: match may not be exhaustive.
24-Apr-2020 11:24:24 #19 95.02 [warn] It would fail on the following input: None
24-Apr-2020 11:24:24 #19 95.02 [warn]         previews.get(preview_id) match {
24-Apr-2020 11:24:24 #19 95.02 [warn]                     ^
24-Apr-2020 11:24:24 #19 95.07 [warn] /src/app/api/Selected.scala:85: match may not be exhaustive.
24-Apr-2020 11:24:24 #19 95.07 [warn] It would fail on the following input: None
24-Apr-2020 11:24:24 #19 95.07 [warn]     request.user match {
24-Apr-2020 11:24:24 #19 95.07 [warn]             ^
24-Apr-2020 11:24:24 #19 95.07 [warn] /src/app/api/Selected.scala:97: match may not be exhaustive.
24-Apr-2020 11:24:24 #19 95.07 [warn] It would fail on the following input: None
24-Apr-2020 11:24:24 #19 95.07 [warn]     request.user match {
24-Apr-2020 11:24:24 #19 95.07 [warn]             ^
24-Apr-2020 11:24:24 #19 95.08 [warn] /src/app/api/Selected.scala:185: match may not be exhaustive.
24-Apr-2020 11:24:24 #19 95.08 [warn] It would fail on the following input: None
24-Apr-2020 11:24:24 #19 95.08 [warn]     request.user match {
24-Apr-2020 11:24:24 #19 95.08 [warn]             ^
24-Apr-2020 11:24:24 #19 95.09 [warn] /src/app/api/Spaces.scala:65: match may not be exhaustive.
24-Apr-2020 11:24:24 #19 95.09 [warn] It would fail on the following input: None
24-Apr-2020 11:24:24 #19 95.09 [warn]     spaces.get(spaceId) match {
24-Apr-2020 11:24:24 #19 95.09 [warn]               ^
24-Apr-2020 11:24:24 #19 95.16 [warn] /src/app/api/Vocabularies.scala:40: match may not be exhaustive.
24-Apr-2020 11:24:24 #19 95.16 [warn] It would fail on the following input: None
24-Apr-2020 11:24:25 #19 95.16 [warn]         val current_term = vocabularyTermService.get(term) match {
24-Apr-2020 11:24:25 #19 95.16 [warn]                                                     ^
24-Apr-2020 11:24:25 #19 95.20 [warn] /src/app/api/VocabularyTerms.scala:44: match may not be exhaustive.
24-Apr-2020 11:24:25 #19 95.20 [warn] It would fail on the following input: None
24-Apr-2020 11:24:25 #19 95.20 [warn]     vocabularyTermService.get(id) match {
24-Apr-2020 11:24:25 #19 95.20 [warn]                              ^
24-Apr-2020 11:24:25 #19 95.22 [warn] /src/app/controllers/Admin.scala:311: match may not be exhaustive.
24-Apr-2020 11:24:25 #19 95.22 [warn] It would fail on the following input: None
24-Apr-2020 11:24:25 #19 95.22 [warn]     user match {
24-Apr-2020 11:24:25 #19 95.22 [warn]     ^
24-Apr-2020 11:24:25 #19 95.22 [warn] /src/app/controllers/Admin.scala:335: match may not be exhaustive.
24-Apr-2020 11:24:25 #19 95.22 [warn] It would fail on the following input: None
24-Apr-2020 11:24:25 #19 95.22 [warn]     user match {
24-Apr-2020 11:24:25 #19 95.22 [warn]     ^
24-Apr-2020 11:24:25 #19 95.22 [warn] /src/app/controllers/Admin.scala:349: match may not be exhaustive.
24-Apr-2020 11:24:25 #19 95.22 [warn] It would fail on the following input: None
24-Apr-2020 11:24:25 #19 95.22 [warn]     user match {
24-Apr-2020 11:24:25 #19 95.22 [warn]     ^
24-Apr-2020 11:24:25 #19 95.37 [warn] /src/app/controllers/CurationObjects.scala:658: match may not be exhaustive.
24-Apr-2020 11:24:25 #19 95.37 [warn] It would fail on the following input: None
24-Apr-2020 11:24:25 #19 95.37 [warn]       curations.get(curationId) match {
24-Apr-2020 11:24:25 #19 95.37 [warn]                    ^
24-Apr-2020 11:24:25 #19 95.39 [warn] /src/app/controllers/CurationObjects.scala:858: match may not be exhaustive.
24-Apr-2020 11:24:25 #19 95.39 [warn] It would fail on the following inputs: JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
24-Apr-2020 11:24:25 #19 95.39 [warn]     content match {
24-Apr-2020 11:24:25 #19 95.39 [warn]     ^
24-Apr-2020 11:24:25 #19 95.43 [warn] /src/app/controllers/Datasets.scala:374: match may not be exhaustive.
24-Apr-2020 11:24:25 #19 95.43 [warn] It would fail on the following input: None
24-Apr-2020 11:24:25 #19 95.43 [warn]         email match {
24-Apr-2020 11:24:25 #19 95.43 [warn]         ^
24-Apr-2020 11:24:25 #19 95.43 [warn] /src/app/controllers/Datasets.scala:371: match may not be exhaustive.
24-Apr-2020 11:24:25 #19 95.43 [warn] It would fail on the following input: None
24-Apr-2020 11:24:25 #19 95.43 [warn]     user match {
24-Apr-2020 11:24:25 #19 95.43 [warn]     ^
24-Apr-2020 11:24:25 #19 95.47 [warn] /src/app/controllers/FileLinks.scala:67: match may not be exhaustive.
24-Apr-2020 11:24:25 #19 95.47 [warn] It would fail on the following input: None
24-Apr-2020 11:24:25 #19 95.47 [warn]         files.get(fileid) match {
24-Apr-2020 11:24:25 #19 95.47 [warn]                  ^
24-Apr-2020 11:24:25 #19 95.61 [warn] /src/app/controllers/Spaces.scala:356: match may not be exhaustive.
24-Apr-2020 11:24:25 #19 95.61 [warn] It would fail on the following input: None
24-Apr-2020 11:24:25 #19 95.61 [warn]                 spaces.getRoleForUserInSpace(s.id, requestReceiver.id) match {
24-Apr-2020 11:24:25 #19 95.61 [warn]                                             ^
24-Apr-2020 11:24:25 #19 95.92 [warn] /src/app/services/ToolManagerPlugin.scala:122: match may not be exhaustive.
24-Apr-2020 11:24:25 #19 95.92 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_)
24-Apr-2020 11:24:25 #19 95.92 [warn]       jsonObj match {
24-Apr-2020 11:24:25 #19 95.92 [warn]       ^
24-Apr-2020 11:24:25 #19 95.93 [warn] /src/app/services/ToolManagerPlugin.scala:141: match may not be exhaustive.
24-Apr-2020 11:24:25 #19 95.93 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_)
24-Apr-2020 11:24:25 #19 95.93 [warn]       jsonObj match {
24-Apr-2020 11:24:25 #19 95.93 [warn]       ^
24-Apr-2020 11:24:25 #19 95.93 [warn] /src/app/services/ToolManagerPlugin.scala:200: match may not be exhaustive.
24-Apr-2020 11:24:25 #19 95.93 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsObject(_)
24-Apr-2020 11:24:25 #19 95.93 [warn]     val toolName = (toolList \ toolPath \ "name") match {
24-Apr-2020 11:24:25 #19 95.93 [warn]                                         ^
24-Apr-2020 11:24:25 #19 96.03 [warn] /src/app/services/TreeService.scala:316: match may not be exhaustive.
24-Apr-2020 11:24:25 #19 96.03 [warn] It would fail on the following input: None
24-Apr-2020 11:24:25 #19 96.03 [warn]       collections.get(col_id) match {
24-Apr-2020 11:24:25 #19 96.03 [warn]                      ^
24-Apr-2020 11:24:25 #19 96.05 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:176: match may not be exhaustive.
24-Apr-2020 11:24:25 #19 96.05 [warn] It would fail on the following input: None
24-Apr-2020 11:24:25 #19 96.05 [warn]     datasets.get(datasetId) match {
24-Apr-2020 11:24:25 #19 96.05 [warn]                 ^
24-Apr-2020 11:24:25 #19 96.11 [warn] /src/app/services/mongodb/MongoDBCollectionService.scala:669: match may not be exhaustive.
24-Apr-2020 11:24:25 #19 96.11 [warn] It would fail on the following input: None
24-Apr-2020 11:24:25 #19 96.11 [warn]     Collection.findOneById(new ObjectId(collectionId.stringify)) match {
24-Apr-2020 11:24:25 #19 96.11 [warn]                           ^
24-Apr-2020 11:24:26 #19 96.17 [warn] /src/app/services/mongodb/MongoDBDatasetService.scala:437: match may not be exhaustive.
24-Apr-2020 11:24:26 #19 96.17 [warn] It would fail on the following input: Some((x: String forSome x not in ("default", "private", "public", "publicAll", "trial")))
24-Apr-2020 11:24:26 #19 96.17 [warn]     val filterStatus = status match {
24-Apr-2020 11:24:26 #19 96.17 [warn]                        ^
24-Apr-2020 11:24:26 #19 96.26 [warn] /src/app/services/mongodb/MongoDBFileService.scala:784: match may not be exhaustive.
24-Apr-2020 11:24:26 #19 96.26 [warn] It would fail on the following input: None
24-Apr-2020 11:24:26 #19 96.26 [warn]         get(id) match{
24-Apr-2020 11:24:26 #19 96.26 [warn]            ^
24-Apr-2020 11:24:26 #19 96.34 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:494: match may not be exhaustive.
24-Apr-2020 11:24:26 #19 96.34 [warn] It would fail on the following input: Some(false)
24-Apr-2020 11:24:26 #19 96.34 [warn]                 datasetOnlyInSpace match {
24-Apr-2020 11:24:26 #19 96.34 [warn]                 ^
24-Apr-2020 11:24:26 #19 96.36 [warn] /src/app/services/mongodb/MongoDBTileService.scala:29: match may not be exhaustive.
24-Apr-2020 11:24:26 #19 96.36 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
24-Apr-2020 11:24:26 #19 96.36 [warn]     json match {
24-Apr-2020 11:24:26 #19 96.36 [warn]     ^
24-Apr-2020 11:24:26 #19 96.43 [warn] /src/app/services/mongodb/MongoSalatPlugin.scala:1606: match may not be exhaustive.
24-Apr-2020 11:24:26 #19 96.43 [warn] It would fail on the following input: None
24-Apr-2020 11:24:26 #19 96.44 [warn]         md.getAs[DBObject]("content") match {
24-Apr-2020 11:24:26 #19 96.44 [warn]                           ^
24-Apr-2020 11:24:26 #19 96.45 [warn] /src/app/util/FileUtils.scala:146: match may not be exhaustive.
24-Apr-2020 11:24:26 #19 96.45 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_)
24-Apr-2020 11:24:26 #19 96.45 [warn]                 Json.parse(fobj) \ "@context" match {
24-Apr-2020 11:24:26 #19 96.45 [warn]                                  ^
24-Apr-2020 11:24:26 #19 96.53 [warn] /src/conf/routes:47: unreachable code
24-Apr-2020 11:24:26 #19 96.53 [warn] GET            /profile/:uuid                                                           @controllers.Profile.viewProfileUUID(uuid: UUID)
24-Apr-2020 11:24:26 #19 96.56 [warn] /src/conf/routes:298: unreachable code
24-Apr-2020 11:24:26 #19 96.56 [warn] POST           /api/sensors/config                                                      @api.Admin.sensorsConfig
24-Apr-2020 11:24:26 #19 96.59 [warn] /src/conf/routes:637: unreachable code
24-Apr-2020 11:24:26 #19 96.59 [warn] DELETE         /api/sections/:id/tags                                                   @api.Sections.removeTags(id: UUID)
24-Apr-2020 11:24:26 #19 96.61 [warn] /src/conf/routes:368: unreachable code
24-Apr-2020 11:24:26 #19 96.61 [warn] POST           /api/uploadToDataset/:id                                                 @api.Files.uploadToDataset(id: UUID, showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String ?= "", extract: Boolean ?= true)
24-Apr-2020 11:24:26 #19 96.64 [warn] /src/conf/routes:391: unreachable code
24-Apr-2020 11:24:26 #19 96.64 [warn] DELETE         /api/files/:id                                                           @api.Files.removeFile(id: UUID)
24-Apr-2020 11:24:26 #19 96.66 [warn] /src/conf/routes:397: unreachable code
24-Apr-2020 11:24:26 #19 96.66 [warn] DELETE         /api/files/:id/tags                                                      @api.Files.removeTags(id: UUID)
24-Apr-2020 11:24:26 #19 96.68 [warn] /src/conf/routes:461: unreachable code
24-Apr-2020 11:24:26 #19 96.69 [warn] GET            /api/files/:three_d_file_id/:filename                                    @api.Files.getTexture(three_d_file_id: UUID, filename)
24-Apr-2020 11:24:26 #19 96.71 [warn] /src/conf/routes:448: unreachable code
24-Apr-2020 11:24:26 #19 96.71 [warn] GET            /api/files/:id                                                           @api.Files.download(id: UUID, tracking: Boolean ?= true)
24-Apr-2020 11:24:26 #19 96.74 [warn] /src/conf/routes:364: unreachable code
24-Apr-2020 11:24:26 #19 96.74 [warn] POST           /api/files/withFlags/:flags                                              @api.Files.upload(showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String)
24-Apr-2020 11:24:26 #19 96.76 [warn] /src/conf/routes:505: unreachable code
24-Apr-2020 11:24:26 #19 96.77 [warn] GET            /api/collections/list                                                    @api.Collections.list(title: Option[String] ?= None, date: Option[String] ?= None, limit: Int ?= 12, exact: Boolean ?= false)
24-Apr-2020 11:24:26 #19 96.79 [warn] /src/conf/routes:512: unreachable code
24-Apr-2020 11:24:26 #19 96.79 [warn] DELETE         /api/collections/:coll_id/datasets/:ds_id                                @api.Collections.removeDataset(coll_id: UUID, ds_id: UUID, ignoreNotFound ?= "True")
24-Apr-2020 11:24:26 #19 96.82 [warn] /src/conf/routes:518: unreachable code
24-Apr-2020 11:24:26 #19 96.82 [warn] DELETE         /api/collections/:coll_id                                                @api.Collections.removeCollection(coll_id: UUID)
24-Apr-2020 11:24:26 #19 96.84 [warn] /src/conf/routes:559: unreachable code
24-Apr-2020 11:24:26 #19 96.84 [warn] DELETE         /api/datasets/:ds_id/:file_id                                            @api.Datasets.detachFile(ds_id: UUID,file_id: UUID, ignoreNotFound ?= "True")
24-Apr-2020 11:24:26 #19 96.86 [warn] /src/conf/routes:571: unreachable code
24-Apr-2020 11:24:26 #19 96.86 [warn] GET            /api/datasets/:id/files                                                  @api.Datasets.datasetAllFilesList(id: UUID, max: Int ?= -1)
24-Apr-2020 11:24:26 #19 96.96 [warn] /src/conf/routes:517: unreachable code
24-Apr-2020 11:24:26 #19 96.96 [warn] GET            /api/collections/:coll_id/getDatasets                                    @api.Datasets.listInCollection(coll_id: UUID)
24-Apr-2020 11:24:26 #19 96.98 [warn] /src/conf/routes:585: unreachable code
24-Apr-2020 11:24:26 #19 96.98 [warn] DELETE         /api/datasets/:id/tags                                                   @api.Datasets.removeTags(id: UUID)
24-Apr-2020 11:24:26 #19 97.01 [warn] /src/conf/routes:672: unreachable code
24-Apr-2020 11:24:26 #19 97.01 [warn] GET            /api/geostreams/streams/update                                           api.Geostreams.updateStatisticsStreamSensor()
24-Apr-2020 11:24:27 #19 97.30 [warn] /src/app/views/collections/tile.scala.html:55: match may not be exhaustive.
24-Apr-2020 11:24:27 #19 97.30 [warn] It would fail on the following input: None
24-Apr-2020 11:24:27 #19 97.30 [warn]                 case Some(viewer) => {
24-Apr-2020 11:24:27 #19 97.30 [warn] ^
24-Apr-2020 11:24:27 #19 97.32 [warn] /src/app/views/curations/publishedGrid.scala.html:12: match may not be exhaustive.
24-Apr-2020 11:24:27 #19 97.32 [warn] It would fail on the following inputs: JsBoolean(_), JsNull, JsNumber(_), JsObject(_), JsUndefined()
24-Apr-2020 11:24:27 #19 97.32 [warn]           case creators:JsArray => {@(((jo \ "CreatorName"))(0).as[String].trim)@for(i <- 1 to (creators.value.size-1)){, @(((jo \ "CreatorName"))(i).as[String].trim)}}}"
24-Apr-2020 11:24:27 #19 97.32 [warn] ^
24-Apr-2020 11:24:27 #19 97.32 [warn] /src/app/views/curations/publishedGrid.scala.html:31: match may not be exhaustive.
24-Apr-2020 11:24:27 #19 97.32 [warn] It would fail on the following inputs: JsBoolean(_), JsNull, JsNumber(_), JsObject(_), JsUndefined()
24-Apr-2020 11:24:27 #19 97.32 [warn]           case creator:JsString => {
24-Apr-2020 11:24:27 #19 97.33 [warn] ^
24-Apr-2020 11:24:27 #19 97.33 [warn] /src/app/views/curations/publishedGrid.scala.html:9: match may not be exhaustive.
24-Apr-2020 11:24:27 #19 97.33 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
24-Apr-2020 11:24:27 #19 97.33 [warn]                     case jo:JsObject => {
24-Apr-2020 11:24:27 #19 97.33 [warn] ^
24-Apr-2020 11:24:27 #19 97.36 [warn] /src/app/views/datasets/tile.scala.html:65: match may not be exhaustive.
24-Apr-2020 11:24:27 #19 97.36 [warn] It would fail on the following input: None
24-Apr-2020 11:24:27 #19 97.36 [warn]                 case Some(viewer) => {
24-Apr-2020 11:24:27 #19 97.36 [warn] ^
24-Apr-2020 11:24:27 #19 97.38 [warn] /src/app/views/files/tile.scala.html:45: match may not be exhaustive.
24-Apr-2020 11:24:27 #19 97.38 [warn] It would fail on the following input: None
24-Apr-2020 11:24:27 #19 97.38 [warn]                 case Some(viewer) => {
24-Apr-2020 11:24:27 #19 97.38 [warn] ^
24-Apr-2020 11:24:27 #19 97.43 [warn] /src/app/views/metadatald/newCard.scala.html:12: match may not be exhaustive.
24-Apr-2020 11:24:27 #19 97.43 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
24-Apr-2020 11:24:27 #19 97.43 [warn]                 case o: JsObject => {
24-Apr-2020 11:24:27 #19 97.43 [warn] ^
24-Apr-2020 11:24:27 #19 97.44 [warn] /src/app/views/metadatald/newTableRow.scala.html:12: match may not be exhaustive.
24-Apr-2020 11:24:27 #19 97.44 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
24-Apr-2020 11:24:27 #19 97.44 [warn]                 case o: JsObject => {
24-Apr-2020 11:24:27 #19 97.44 [warn] ^
24-Apr-2020 11:24:27 #19 97.70 model contains 963 documentable templates
24-Apr-2020 11:24:32 #19 102.3 [warn] /src/app/services/irods/IRODSPlugin.scala:9: Tag '@date' is not recognised
24-Apr-2020 11:24:32 #19 102.3 [warn] /**
24-Apr-2020 11:24:32 #19 102.3 [warn] ^
24-Apr-2020 11:24:34 #19 105.1 [warn] /src/app/api/CurationObjects.scala:288: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 11:24:34 #19 105.1 [warn]           val client = new DefaultHttpClient
24-Apr-2020 11:24:34 #19 105.1 [warn]                            ^
24-Apr-2020 11:24:34 #19 105.1 [warn] /src/app/api/Datasets.scala:223: value xmlMetadata in class File is deprecated: use Metadata
24-Apr-2020 11:24:34 #19 105.1 [warn]                   if (!file.xmlMetadata.isEmpty) {
24-Apr-2020 11:24:34 #19 105.1 [warn]                             ^
24-Apr-2020 11:24:34 #19 105.1 [warn] /src/app/api/Datasets.scala:420: value xmlMetadata in class File is deprecated: use Metadata
24-Apr-2020 11:24:34 #19 105.1 [warn]       if (!file.xmlMetadata.isEmpty){
24-Apr-2020 11:24:34 #19 105.1 [warn]                 ^
24-Apr-2020 11:24:34 #19 105.1 [warn] /src/app/api/Datasets.scala:499: value xmlMetadata in class File is deprecated: use Metadata
24-Apr-2020 11:24:34 #19 105.1 [warn]           if (!file.xmlMetadata.isEmpty)
24-Apr-2020 11:24:34 #19 105.1 [warn]                     ^
24-Apr-2020 11:24:35 #19 105.5 [warn] /src/app/models/Collection.scala:26: value jsonldMetadata in class Collection is deprecated: use Metadata
24-Apr-2020 11:24:35 #19 105.5 [warn]   @deprecated("use Metadata","since the use of jsonld") jsonldMetadata : List[Metadata]= List.empty
24-Apr-2020 11:24:35 #19 105.5 [warn]                                                         ^
24-Apr-2020 11:24:35 #19 105.5 [warn] /src/app/models/Collection.scala:6: value jsonldMetadata in class Collection is deprecated: use Metadata
24-Apr-2020 11:24:35 #19 105.5 [warn] case class Collection(
24-Apr-2020 11:24:35 #19 105.5 [warn]            ^
24-Apr-2020 11:24:35 #19 105.7 [warn] /src/app/models/File.scala:31: value xmlMetadata in class File is deprecated: use Metadata
24-Apr-2020 11:24:35 #19 105.7 [warn]   @deprecated("use Metadata","since the use of jsonld") xmlMetadata: Map[String, Any] = Map.empty,
24-Apr-2020 11:24:35 #19 105.7 [warn]                                                         ^
24-Apr-2020 11:24:35 #19 105.7 [warn] /src/app/models/File.scala:13: value xmlMetadata in class File is deprecated: use Metadata
24-Apr-2020 11:24:35 #19 105.7 [warn] case class File(
24-Apr-2020 11:24:35 #19 105.7 [warn]            ^
24-Apr-2020 11:24:35 #19 105.7 [warn] /src/app/models/Preview.scala:29: value jsonldMetadata in class Preview is deprecated: use Metadata
24-Apr-2020 11:24:35 #19 105.7 [warn]   @deprecated("use Metadata","since the use of jsonld") jsonldMetadata : List[Metadata]= List.empty
24-Apr-2020 11:24:35 #19 105.7 [warn]                                                         ^
24-Apr-2020 11:24:35 #19 105.7 [warn] /src/app/models/Preview.scala:10: value jsonldMetadata in class Preview is deprecated: use Metadata
24-Apr-2020 11:24:35 #19 105.7 [warn] case class Preview(
24-Apr-2020 11:24:35 #19 105.7 [warn]            ^
24-Apr-2020 11:24:35 #19 105.7 [warn] /src/app/models/Section.scala:18: value jsonldMetadata in class Section is deprecated: use Metadata
24-Apr-2020 11:24:35 #19 105.7 [warn]   @deprecated("use Metadata","since the use of jsonld") jsonldMetadata : List[Metadata]= List.empty,
24-Apr-2020 11:24:35 #19 105.7 [warn]                                                         ^
24-Apr-2020 11:24:35 #19 105.7 [warn] /src/app/models/Section.scala:8: value jsonldMetadata in class Section is deprecated: use Metadata
24-Apr-2020 11:24:35 #19 105.7 [warn] case class Section(
24-Apr-2020 11:24:35 #19 105.7 [warn]            ^
24-Apr-2020 11:24:35 #19 105.9 [warn] /src/app/services/RabbitmqPlugin.scala:199: method encode in object URLEncoder is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 11:24:35 #19 105.9 [warn]       vhost = URLEncoder.encode(factory.get.getVirtualHost)
24-Apr-2020 11:24:35 #19 105.9 [warn]                          ^
24-Apr-2020 11:24:35 #19 105.9 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:25: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 11:24:35 #19 105.9 [warn]         val httpclient = new DefaultHttpClient()
24-Apr-2020 11:24:35 #19 105.9 [warn]             ^
24-Apr-2020 11:24:35 #19 105.9 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:25: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 11:24:35 #19 105.9 [warn]         val httpclient = new DefaultHttpClient()
24-Apr-2020 11:24:35 #19 105.9 [warn]                              ^
24-Apr-2020 11:24:35 #19 105.9 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:53: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 11:24:35 #19 105.9 [warn]         val httpclient = new DefaultHttpClient()
24-Apr-2020 11:24:35 #19 105.9 [warn]             ^
24-Apr-2020 11:24:35 #19 105.9 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:53: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 11:24:35 #19 105.9 [warn]         val httpclient = new DefaultHttpClient()
24-Apr-2020 11:24:35 #19 105.9 [warn]                              ^
24-Apr-2020 11:24:35 #19 105.9 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:81: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 11:24:35 #19 105.9 [warn]         val httpclient = new DefaultHttpClient()
24-Apr-2020 11:24:35 #19 105.9 [warn]             ^
24-Apr-2020 11:24:35 #19 105.9 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:81: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 11:24:35 #19 105.9 [warn]         val httpclient = new DefaultHttpClient()
24-Apr-2020 11:24:35 #19 105.9 [warn]                              ^
24-Apr-2020 11:24:35 #19 105.9 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:110: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 11:24:35 #19 105.9 [warn]         val httpclient = new DefaultHttpClient()
24-Apr-2020 11:24:35 #19 105.9 [warn]             ^
24-Apr-2020 11:24:35 #19 105.9 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:110: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 11:24:35 #19 105.9 [warn]         val httpclient = new DefaultHttpClient()
24-Apr-2020 11:24:35 #19 105.9 [warn]                              ^
24-Apr-2020 11:24:35 #19 105.9 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:128: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 11:24:35 #19 105.9 [warn]         val httpclient = new DefaultHttpClient()
24-Apr-2020 11:24:35 #19 105.9 [warn]             ^
24-Apr-2020 11:24:35 #19 105.9 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:128: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 11:24:35 #19 105.9 [warn]         val httpclient = new DefaultHttpClient()
24-Apr-2020 11:24:35 #19 105.9 [warn]                              ^
24-Apr-2020 11:24:35 #19 105.9 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:146: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 11:24:35 #19 105.9 [warn]         val httpclient = new DefaultHttpClient()
24-Apr-2020 11:24:35 #19 105.9 [warn]             ^
24-Apr-2020 11:24:35 #19 105.9 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:146: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 11:24:35 #19 105.9 [warn]         val httpclient = new DefaultHttpClient()
24-Apr-2020 11:24:35 #19 105.9 [warn]                              ^
24-Apr-2020 11:24:35 #19 105.9 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:204: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 11:24:35 #19 105.9 [warn]         val httpclient = new DefaultHttpClient()
24-Apr-2020 11:24:35 #19 105.9 [warn]             ^
24-Apr-2020 11:24:35 #19 105.9 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:204: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 11:24:35 #19 105.9 [warn]         val httpclient = new DefaultHttpClient()
24-Apr-2020 11:24:35 #19 105.9 [warn]                              ^
24-Apr-2020 11:24:35 #19 105.9 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:225: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 11:24:35 #19 105.9 [warn]         val httpclient = new DefaultHttpClient()
24-Apr-2020 11:24:35 #19 105.9 [warn]             ^
24-Apr-2020 11:24:35 #19 105.9 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:225: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 11:24:35 #19 105.9 [warn]         val httpclient = new DefaultHttpClient()
24-Apr-2020 11:24:35 #19 105.9 [warn]                              ^
24-Apr-2020 11:24:35 #19 106.1 [warn] /src/app/services/mongodb/MongoDBFileService.scala:816: value xmlMetadata in class File is deprecated: use Metadata
24-Apr-2020 11:24:35 #19 106.1 [warn]             if(!file.xmlMetadata.isEmpty){
24-Apr-2020 11:24:35 #19 106.1 [warn]                      ^
24-Apr-2020 11:24:35 #19 106.1 [warn] /src/app/services/mongodb/MongoDBPreviewService.scala:171: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 11:24:35 #19 106.1 [warn]       val httpclient = new DefaultHttpClient()
24-Apr-2020 11:24:35 #19 106.1 [warn]           ^
24-Apr-2020 11:24:35 #19 106.1 [warn] /src/app/services/mongodb/MongoDBPreviewService.scala:171: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 11:24:35 #19 106.1 [warn]       val httpclient = new DefaultHttpClient()
24-Apr-2020 11:24:35 #19 106.1 [warn]                            ^
24-Apr-2020 11:24:36 #19 106.2 [warn] /src/app/util/FileUtils.scala:280: value jsonldMetadata in class Preview is deprecated: use Metadata
24-Apr-2020 11:24:36 #19 106.2 [warn]           val currentMetadata = currentPreview.jsonldMetadata
24-Apr-2020 11:24:36 #19 106.2 [warn]                                                ^
24-Apr-2020 11:24:36 #19 106.5 [warn] /src/conf/routes:363: method upload in class Files is deprecated
24-Apr-2020 11:24:36 #19 106.5 [warn] POST           /api/files                                                               @api.Files.upload(showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String ?= "")
24-Apr-2020 11:24:36 #19 106.6 [warn] /src/conf/routes:363: method upload in class Files is deprecated
24-Apr-2020 11:24:36 #19 106.6 [warn] POST           /api/files                                                               @api.Files.upload(showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String ?= "")
24-Apr-2020 11:24:36 #19 106.7 [warn] /src/conf/routes:364: method upload in class Files is deprecated
24-Apr-2020 11:24:36 #19 106.7 [warn] POST           /api/files/withFlags/:flags                                              @api.Files.upload(showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String)
24-Apr-2020 11:24:40 #19 110.9 [warn] 53 warnings found
24-Apr-2020 11:24:40 #19 110.9 [info] Main Scala API documentation successful.
24-Apr-2020 11:24:40 #19 111.0 [info] Packaging /src/target/scala-2.10/clowder_2.10-1.8.3-SNAPSHOT-javadoc.jar ...
24-Apr-2020 11:24:41 #19 111.8 [info] Done packaging.
24-Apr-2020 11:25:25 #19 155.5 [warn] 174 warnings found
24-Apr-2020 11:25:26 #19 156.8 [warn] warning: [options] bootstrap class path not set in conjunction with -source 1.7
24-Apr-2020 11:25:26 #19 156.8 [warn] 1 warning
24-Apr-2020 11:25:34 #19 165.1 [info] Packaging /src/target/scala-2.10/clowder_2.10-1.8.3-SNAPSHOT.jar ...
24-Apr-2020 11:25:37 #19 167.7 [info] Done packaging.
24-Apr-2020 11:25:43 #19 174.1 [info]
24-Apr-2020 11:25:43 #19 174.1 [info] Your package is ready in /src/target/universal/clowder-1.8.3-SNAPSHOT.zip
24-Apr-2020 11:25:43 #19 174.1 [info]
24-Apr-2020 11:25:43 #19 174.1 [success] Total time: 169 s, completed Apr 24, 2020 4:25:43 PM
24-Apr-2020 11:25:44 #19 174.2 total 95924
24-Apr-2020 11:25:44 #19 174.2 -rw-r--r--    1 root     root      98220468 Apr 24 16:25 clowder-1.8.3-SNAPSHOT.zip
24-Apr-2020 11:25:44 #19 174.2 drwxr-xr-x    3 root     root          4096 Apr 24 16:25 tmp
24-Apr-2020 11:25:45 #19 175.8 total 1228
24-Apr-2020 11:25:45 #19 175.8 drwxr-xr-x   13 root     root          4096 Apr 24 16:22 app
24-Apr-2020 11:25:45 #19 175.8 drwxr-xr-x    6 root     root          4096 Apr 24 16:25 clowder-1.8.3-SNAPSHOT
24-Apr-2020 11:25:45 #19 175.8 drwxr-xr-x    2 root     root          4096 Apr 24 16:22 conf
24-Apr-2020 11:25:45 #19 175.8 drwxr-xr-x    2 root     root          4096 Apr 24 16:22 lib
24-Apr-2020 11:25:45 #19 175.8 drwxr-xr-x    1 root     root          4096 Apr 24 16:18 project
24-Apr-2020 11:25:45 #19 175.8 drwxr-xr-x   12 root     root          4096 Apr 24 16:22 public
24-Apr-2020 11:25:45 #19 175.8 -rwxr-xr-x    1 root     root           164 Apr 24 16:14 sbt
24-Apr-2020 11:25:45 #19 175.8 -rw-r--r--    1 root     root          5821 Apr 24 16:14 sbt-launch-lib.bash
24-Apr-2020 11:25:45 #19 175.8 -rw-r--r--    1 root     root       1208385 Apr 24 16:14 sbt-launch.jar
24-Apr-2020 11:25:45 #19 175.8 -rw-r--r--    1 root     root           164 Apr 24 16:14 sbt.bat
24-Apr-2020 11:25:45 #19 175.8 drwxr-xr-x    9 root     root          4096 Apr 24 16:25 target
24-Apr-2020 11:25:46 #19    completed: 2020-04-24 16:25:46.011091494 +0000 UTC
24-Apr-2020 11:25:46 #19     duration: 2m56.23618579s
24-Apr-2020 11:25:46
24-Apr-2020 11:25:47
24-Apr-2020 11:25:47 #20 [stage-1 3/6] COPY --from=clowder-build /src/clowder /home/clowder/
24-Apr-2020 11:25:47 #20       digest: sha256:b392bb875a8dee499ed6fc0cbac487ae7771c910d2bf098267df9c587d741c9f
24-Apr-2020 11:25:47 #20         name: "[stage-1 3/6] COPY --from=clowder-build /src/clowder /home/clowder/"
24-Apr-2020 11:25:47 #20      started: 2020-04-24 16:25:47.1945561 +0000 UTC
24-Apr-2020 11:25:48 #20    completed: 2020-04-24 16:25:48.119339755 +0000 UTC
24-Apr-2020 11:25:48 #20     duration: 924.783655ms
24-Apr-2020 11:25:48
24-Apr-2020 11:25:48
24-Apr-2020 11:25:48 #21 [stage-1 4/6] COPY docker/clowder.sh docker/healthcheck.sh /home/clowder...
24-Apr-2020 11:25:48 #21       digest: sha256:95afecdae95b362d72b4fd6734422744214f3cd02f4ee8a248d4a7dd768edb49
24-Apr-2020 11:25:48 #21         name: "[stage-1 4/6] COPY docker/clowder.sh docker/healthcheck.sh /home/clowder/"
24-Apr-2020 11:25:48 #21      started: 2020-04-24 16:25:48.13890545 +0000 UTC
24-Apr-2020 11:25:49 #21    completed: 2020-04-24 16:25:48.973778013 +0000 UTC
24-Apr-2020 11:25:49 #21     duration: 834.872563ms
24-Apr-2020 11:25:49
24-Apr-2020 11:25:49
24-Apr-2020 11:25:49 #22 [stage-1 5/6] COPY docker/custom.conf docker/play.plugins /home/clowder/...
24-Apr-2020 11:25:49 #22       digest: sha256:9028b11ed230da1efe09e503df56f6824fb982358c6b4b0968f87f2c2d305bd6
24-Apr-2020 11:25:49 #22         name: "[stage-1 5/6] COPY docker/custom.conf docker/play.plugins /home/clowder/custom/"
24-Apr-2020 11:25:49 #22      started: 2020-04-24 16:25:49.041007141 +0000 UTC
24-Apr-2020 11:25:50 #22    completed: 2020-04-24 16:25:50.422023229 +0000 UTC
24-Apr-2020 11:25:50 #22     duration: 1.381016088s
24-Apr-2020 11:25:50
24-Apr-2020 11:25:50
24-Apr-2020 11:25:50 #23 [stage-1 6/6] RUN mkdir /home/clowder/data &&     chgrp -R 0 /home/clowd...
24-Apr-2020 11:25:50 #23       digest: sha256:61dc2b4d47a471523ff56592b7eab71e1e8982d29d16aa4fc225ad8b304b5566
24-Apr-2020 11:25:50 #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"
24-Apr-2020 11:25:50 #23      started: 2020-04-24 16:25:50.544935741 +0000 UTC
24-Apr-2020 11:26:49 #23    completed: 2020-04-24 16:26:49.376742927 +0000 UTC
24-Apr-2020 11:26:49 #23     duration: 58.831807186s
24-Apr-2020 11:26:49
24-Apr-2020 11:26:49
24-Apr-2020 11:26:49 #24 exporting to image
24-Apr-2020 11:26:49 #24       digest: sha256:284503e72938020d099852de33cecf903666765955b868e88a5400c73279ba0b
24-Apr-2020 11:26:49 #24         name: "exporting to image"
24-Apr-2020 11:26:49 #24      started: 2020-04-24 16:26:49.581571327 +0000 UTC
24-Apr-2020 11:26:49 #24 exporting layers
24-Apr-2020 11:26:51 #24 exporting layers 1.9s done
24-Apr-2020 11:26:51 #24 writing image sha256:d414a44cac1a6879f941aceb6370695e5d740e4470a3a1287dbb3318abd57286 0.0s done
24-Apr-2020 11:26:51 #24 naming to docker.io/clowder/clowder:latest
24-Apr-2020 11:26:51 #24    completed: 2020-04-24 16:26:51.559867773 +0000 UTC
24-Apr-2020 11:26:51 #24     duration: 1.978296446s
24-Apr-2020 11:26:51 #24 naming to docker.io/clowder/clowder:latest 0.0s done
24-Apr-2020 11:26:51
24-Apr-2020 11:26:51
24-Apr-2020 11:26:51 #2 [internal] load .dockerignore
24-Apr-2020 11:26:51 #2       digest: sha256:728c31d8b72783567ed5f5d0168390de1e6213881da28db3dc980f62afbad6ca
24-Apr-2020 11:26:51 #2         name: "[internal] load .dockerignore"
24-Apr-2020 11:26:51 #2      started: 2020-04-24 16:26:51.60111788 +0000 UTC
24-Apr-2020 11:26:52 #2 transferring context: 2B done
24-Apr-2020 11:26:52 #2    completed: 2020-04-24 16:26:52.872020639 +0000 UTC
24-Apr-2020 11:26:52 #2     duration: 1.270902759s
24-Apr-2020 11:26:52
24-Apr-2020 11:26:52
24-Apr-2020 11:26:52 #1 [internal] load build definition from Dockerfile
24-Apr-2020 11:26:52 #1       digest: sha256:fc83ac10517fd6b19c0826377d1bdee2e25c3b6b19cf92c2b263946d1c314af3
24-Apr-2020 11:26:52 #1         name: "[internal] load build definition from Dockerfile"
24-Apr-2020 11:26:52 #1      started: 2020-04-24 16:26:51.600914127 +0000 UTC
24-Apr-2020 11:26:52 #1 transferring dockerfile: 605B done
24-Apr-2020 11:26:52 #1    completed: 2020-04-24 16:26:52.982373652 +0000 UTC
24-Apr-2020 11:26:52 #1     duration: 1.381459525s
24-Apr-2020 11:26:52
24-Apr-2020 11:26:53
24-Apr-2020 11:26:53 #3 [internal] load metadata for docker.io/library/ubuntu:latest
24-Apr-2020 11:26:53 #3       digest: sha256:8c6bdfb121a69744f11ffa1fedfc68ec20085c2dcce567aac97a3ff72e53502d
24-Apr-2020 11:26:53 #3         name: "[internal] load metadata for docker.io/library/ubuntu:latest"
24-Apr-2020 11:26:53 #3      started: 2020-04-24 16:26:53.064061573 +0000 UTC
24-Apr-2020 11:26:54 #3    completed: 2020-04-24 16:26:54.023232748 +0000 UTC
24-Apr-2020 11:26:54 #3     duration: 959.171175ms
24-Apr-2020 11:26:54
24-Apr-2020 11:26:54
24-Apr-2020 11:26:54 #4 [internal] helper image for file operations
24-Apr-2020 11:26:54 #4       digest: sha256:e4c43493b1bb2320466c52248e886014710025b273f224bb96a23b8fb7a1d193
24-Apr-2020 11:26:54 #4         name: "[internal] helper image for file operations"
24-Apr-2020 11:26:54 #4      started: 2020-04-24 16:26:54.025441465 +0000 UTC
24-Apr-2020 11:26:54 #4    completed: 2020-04-24 16:26:54.025654738 +0000 UTC
24-Apr-2020 11:26:54 #4     duration: 213.273µs
24-Apr-2020 11:26:54 #4      started: 2020-04-24 16:26:54.025856876 +0000 UTC
24-Apr-2020 11:26:54 #4    completed: 2020-04-24 16:26:54.025891179 +0000 UTC
24-Apr-2020 11:26:54 #4     duration: 34.303µs
24-Apr-2020 11:26:54 #4       cached: true
24-Apr-2020 11:26:54
24-Apr-2020 11:26:54
24-Apr-2020 11:26:54 #5 [1/3] FROM docker.io/library/ubuntu@sha256:747d2dbbaaee995098c9792d99bd3...
24-Apr-2020 11:26:54 #5       digest: sha256:a8e2620730dfe25984268c67fcbe396b1ed0900aec3672b163c8c7da1349dfb3
24-Apr-2020 11:26:54 #5         name: "[1/3] FROM docker.io/library/ubuntu@sha256:747d2dbbaaee995098c9792d99bd333c6783ce56150d1b11e333bbceed5c54d7"
24-Apr-2020 11:26:54 #5      started: 2020-04-24 16:26:54.024681102 +0000 UTC
24-Apr-2020 11:26:54 #5    completed: 2020-04-24 16:26:54.024881432 +0000 UTC
24-Apr-2020 11:26:54 #5     duration: 200.33µs
24-Apr-2020 11:26:54 #5      started: 2020-04-24 16:26:54.025173249 +0000 UTC
24-Apr-2020 11:26:54 #5    completed: 2020-04-24 16:26:54.026539208 +0000 UTC
24-Apr-2020 11:26:54 #5     duration: 1.365959ms
24-Apr-2020 11:26:54 #5      started: 2020-04-24 16:26:54.026808219 +0000 UTC
24-Apr-2020 11:26:54 #5 resolve docker.io/library/ubuntu@sha256:747d2dbbaaee995098c9792d99bd333c6783ce56150d1b11e333bbceed5c54d7 done
24-Apr-2020 11:26:54 #5 sha256:747d2dbbaaee995098c9792d99bd333c6783ce56150d1b11e333bbceed5c54d7 1.21kB / 1.21kB done
24-Apr-2020 11:26:54 #5 sha256:5747316366b8cc9e3021cd7286f42b2d6d81e3d743e2ab571f55bcd5df788cc8 1.15kB / 1.15kB done
24-Apr-2020 11:26:54 #5 sha256:1d622ef86b138c7e96d4f797bf5e4baca3249f030c575b9337638594f2b63f01 3.41kB / 3.41kB done
24-Apr-2020 11:26:54 #5 sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 0B / 28.56MB 0.1s
24-Apr-2020 11:26:54 #5 sha256:fc878cd0a91c7bece56f668b2c79a19d94dd5471dae41fe5a7e14b4ae65251f6 0B / 32.30kB 0.1s
24-Apr-2020 11:26:54 #5 sha256:6154df8ff9882934dc5bf265b8b85a3aeadba06387447ffa440f7af7f32b0e1d 0B / 847B 0.1s
24-Apr-2020 11:26:54 #7 ...
24-Apr-2020 11:26:54
24-Apr-2020 11:26:54 #7 [internal] load build context
24-Apr-2020 11:26:54 #7       digest: sha256:3ba1ece45528cda550a1afc857e9f65ed065eceb27212a437031f38b4da10f15
24-Apr-2020 11:26:54 #7         name: "[internal] load build context"
24-Apr-2020 11:26:54 #7      started: 2020-04-24 16:26:54.024835996 +0000 UTC
24-Apr-2020 11:26:54 #7    completed: 2020-04-24 16:26:54.024886966 +0000 UTC
24-Apr-2020 11:26:54 #7     duration: 50.97µs
24-Apr-2020 11:26:54 #7      started: 2020-04-24 16:26:54.025060478 +0000 UTC
24-Apr-2020 11:26:54 #7    completed: 2020-04-24 16:26:54.226850035 +0000 UTC
24-Apr-2020 11:26:54 #7     duration: 201.789557ms
24-Apr-2020 11:26:54 #7 transferring context: 12.56kB done
24-Apr-2020 11:26:54
24-Apr-2020 11:26:54
24-Apr-2020 11:26:54 #5 [1/3] FROM docker.io/library/ubuntu@sha256:747d2dbbaaee995098c9792d99bd3...
24-Apr-2020 11:26:54 #5 sha256:fc878cd0a91c7bece56f668b2c79a19d94dd5471dae41fe5a7e14b4ae65251f6 32.30kB / 32.30kB 0.3s
24-Apr-2020 11:26:54 #5 sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 14.16MB / 28.56MB 0.5s
24-Apr-2020 11:26:54 #5 sha256:fc878cd0a91c7bece56f668b2c79a19d94dd5471dae41fe5a7e14b4ae65251f6 32.30kB / 32.30kB 0.3s done
24-Apr-2020 11:26:54 #5 sha256:6154df8ff9882934dc5bf265b8b85a3aeadba06387447ffa440f7af7f32b0e1d 847B / 847B 0.4s done
24-Apr-2020 11:26:54 #5 sha256:fee5db0ff82f7aa5ace63497df4802bbadf8f2779ed3e1858605b791dc449425 163B / 163B 0.5s done
24-Apr-2020 11:26:54 #5 sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 27.79MB / 28.56MB 0.6s
24-Apr-2020 11:26:54 #5 sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 28.56MB / 28.56MB 0.8s done
24-Apr-2020 11:26:54 #5 extracting sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e
24-Apr-2020 11:26:56 #5 extracting sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 1.1s done
24-Apr-2020 11:26:56 #5 extracting sha256:fc878cd0a91c7bece56f668b2c79a19d94dd5471dae41fe5a7e14b4ae65251f6 done
24-Apr-2020 11:26:56 #5 extracting sha256:6154df8ff9882934dc5bf265b8b85a3aeadba06387447ffa440f7af7f32b0e1d done
24-Apr-2020 11:26:57 #5 extracting sha256:fee5db0ff82f7aa5ace63497df4802bbadf8f2779ed3e1858605b791dc449425 done
24-Apr-2020 11:26:57 #5    completed: 2020-04-24 16:26:57.55526095 +0000 UTC
24-Apr-2020 11:26:57 #5     duration: 3.528452731s
24-Apr-2020 11:26:57
24-Apr-2020 11:26:57
24-Apr-2020 11:26:57 #6 [2/3] RUN apt-get -y update     && apt-get -y install curl unzip docker....
24-Apr-2020 11:26:57 #6       digest: sha256:31479beaafb3eed66322f793a10bb3d3efcbe4192af9c9984b1a73f429b212db
24-Apr-2020 11:26:57 #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/*     ;"
24-Apr-2020 11:26:57 #6      started: 2020-04-24 16:26:57.577597717 +0000 UTC
24-Apr-2020 11:26:58 #6 0.892 Get:1 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
24-Apr-2020 11:26:58 #6 0.894 Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [97.9 kB]
24-Apr-2020 11:26:59 #6 1.383 Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [89.1 kB]
24-Apr-2020 11:26:59 #6 1.490 Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [89.2 kB]
24-Apr-2020 11:26:59 #6 1.601 Get:5 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
24-Apr-2020 11:26:59 #6 1.647 Get:6 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
24-Apr-2020 11:26:59 #6 2.197 Get:7 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
24-Apr-2020 11:26:59 #6 2.198 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
24-Apr-2020 11:26:59 #6 2.236 Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1723 B]
24-Apr-2020 11:27:00 #6 3.179 Fetched 13.4 MB in 2s (5354 kB/s)
24-Apr-2020 11:27:01 #6 3.179 Reading package lists...
24-Apr-2020 11:27:02 #6 3.933 Reading package lists...
24-Apr-2020 11:27:02 #6 4.618 Building dependency tree...
24-Apr-2020 11:27:02 #6 4.713 Reading state information...
24-Apr-2020 11:27:02 #6 4.802 E: Unable to locate package python-pip
24-Apr-2020 11:27:02 #6    completed: 2020-04-24 16:27:02.432333885 +0000 UTC
24-Apr-2020 11:27:02 #6     duration: 4.854736168s
24-Apr-2020 11:27:02 #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"
24-Apr-2020 11:27:02
24-Apr-2020 11:27:02 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
24-Apr-2020 11:27:02 Failing task since return code of [/bin/sh docker.sh] was 1 while expected 0
24-Apr-2020 11:27:02 Finished task 'docker build' with result: Failed
24-Apr-2020 11:27:02 Running post build plugin 'Docker Container Cleanup'
24-Apr-2020 11:27:02 Running post build plugin 'NCover Results Collector'
24-Apr-2020 11:27:02 Running post build plugin 'Clover Results Collector'
24-Apr-2020 11:27:02 Running post build plugin 'npm Cache Cleanup'
24-Apr-2020 11:27:02 Running post build plugin 'Artifact Copier'
24-Apr-2020 11:27:02 Publishing an artifact: dist
24-Apr-2020 11:27:10 Finished publishing of artifact Non required shared artifact: [dist], pattern: [clowder-*.zip] anchored at: [target/universal] in 8.317 s
24-Apr-2020 11:27:10 Publishing an artifact: scaladoc
24-Apr-2020 11:27:12 Finished publishing of artifact Non required shared artifact: [scaladoc], pattern: [**/*] anchored at: [target/scala-2.10/api] in 1.567 s
24-Apr-2020 11:27:12 Publishing an artifact: manual
24-Apr-2020 11:27:12 Unable to publish artifact [manual]: the source directory /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-CORE1098-JOB1/doc/src/sphinx/_build/html does not exist.
24-Apr-2020 11:27:12 The artifact hasn't been successfully published after 1.670 ms
24-Apr-2020 11:27:12 Finalising the build...
24-Apr-2020 11:27:12 Stopping timer.
24-Apr-2020 11:27:12 Build CATS-CORE1098-JOB1-4 completed.
24-Apr-2020 11:27:12 Running on server: post build plugin 'NCover Results Collector'
24-Apr-2020 11:27:12 Running on server: post build plugin 'Build Hanging Detection Configuration'
24-Apr-2020 11:27:12 Running on server: post build plugin 'Clover Delta Calculator'
24-Apr-2020 11:27:12 Running on server: post build plugin 'Maven Dependencies Postprocessor'
24-Apr-2020 11:27:12 All post build plugins have finished
24-Apr-2020 11:27:12 Generating build results summary...
24-Apr-2020 11:27:13 Saving build results to disk...
24-Apr-2020 11:27:13 Store variable context...
24-Apr-2020 11:27:13 Indexing build results...
24-Apr-2020 11:27:13 Finished building CATS-CORE1098-JOB1-4.