Build: #30 failed

Job: default failed

Stages & jobs

  1. Default Stage

Build log

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

09-Jun-2020 16:59:50 #19 61.51 [warn]       val interval = if (archiveDebug) { 5 minutes } else { 1 day }
09-Jun-2020 16:59:50 #19 61.51 [warn]                                            ^
09-Jun-2020 16:59:50 #19 61.51 [warn] /src/app/Global.scala:68: postfix operator day should be enabled
09-Jun-2020 16:59:50 #19 61.51 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 16:59:50 #19 61.51 [warn]       val interval = if (archiveDebug) { 5 minutes } else { 1 day }
09-Jun-2020 16:59:50 #19 61.51 [warn]                                                               ^
09-Jun-2020 16:59:50 #19 61.51 [warn] /src/app/Global.scala:74: postfix operator seconds should be enabled
09-Jun-2020 16:59:50 #19 61.51 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 16:59:50 #19 61.51 [warn]       val delay = if (archiveDebug) { 10 seconds } else {
09-Jun-2020 16:59:50 #19 61.51 [warn]                                          ^
09-Jun-2020 16:59:50 #19 61.51 [warn] /src/app/Global.scala:75: postfix operator seconds should be enabled
09-Jun-2020 16:59:50 #19 61.51 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 16:59:50 #19 61.51 [warn]         (Duration.ofDays(1).getSeconds - sinceLastMidnight) seconds
09-Jun-2020 16:59:50 #19 61.51 [warn]                                                             ^
09-Jun-2020 16:59:50 #19 61.51 [warn] /src/app/Global.scala:86: postfix operator minutes should be enabled
09-Jun-2020 16:59:50 #19 61.51 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 16:59:50 #19 61.51 [warn]       extractorTimer = Akka.system().scheduler.schedule(0 minutes, 5 minutes) {
09-Jun-2020 16:59:50 #19 61.51 [warn]                                                           ^
09-Jun-2020 16:59:50 #19 61.51 [warn] /src/app/Global.scala:86: postfix operator minutes should be enabled
09-Jun-2020 16:59:50 #19 61.51 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 16:59:50 #19 61.51 [warn]       extractorTimer = Akka.system().scheduler.schedule(0 minutes, 5 minutes) {
09-Jun-2020 16:59:50 #19 61.51 [warn]                                                                      ^
09-Jun-2020 16:59:50 #19 61.51 [warn] /src/app/Global.scala:92: postfix operator minutes should be enabled
09-Jun-2020 16:59:50 #19 61.51 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 16:59:50 #19 61.51 [warn]       jobTimer = Akka.system().scheduler.schedule(0 minutes, 1 minutes) {
09-Jun-2020 16:59:50 #19 61.51 [warn]                                                     ^
09-Jun-2020 16:59:50 #19 61.51 [warn] /src/app/Global.scala:92: postfix operator minutes should be enabled
09-Jun-2020 16:59:50 #19 61.51 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 16:59:50 #19 61.51 [warn]       jobTimer = Akka.system().scheduler.schedule(0 minutes, 1 minutes) {
09-Jun-2020 16:59:50 #19 61.51 [warn]                                                                ^
09-Jun-2020 16:59:50 #19 61.51 [warn] /src/app/Global.scala:106: postfix operator seconds should be enabled
09-Jun-2020 16:59:50 #19 61.51 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 16:59:50 #19 61.51 [warn]         Akka.system().scheduler.scheduleOnce(10 seconds) {
09-Jun-2020 16:59:50 #19 61.51 [warn]                                                 ^
09-Jun-2020 16:59:52 #19 63.54 [warn] /src/app/api/CurationObjects.scala:124: postfix operator toList should be enabled
09-Jun-2020 16:59:52 #19 63.54 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 16:59:52 #19 63.54 [warn]             metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map{item => item.content}toList))
09-Jun-2020 16:59:52 #19 63.54 [warn]                                                                                                                                ^
09-Jun-2020 16:59:52 #19 63.68 [warn] /src/app/api/CurationObjects.scala:124: postfix operator toList should be enabled
09-Jun-2020 16:59:52 #19 63.68 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 16:59:52 #19 63.68 [warn]             metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map{item => item.content}toList))
09-Jun-2020 16:59:52 #19 63.68 [warn]                                                                                                                                ^
09-Jun-2020 16:59:53 #19 64.69 [warn] /src/app/api/Extractions.scala:14: imported `Files' is permanently hidden by definition of class Files in package api
09-Jun-2020 16:59:53 #19 64.69 [warn] import play.api.libs.{Files, MimeTypes}
09-Jun-2020 16:59:53 #19 64.69 [warn]                       ^
09-Jun-2020 16:59:53 #19 64.94 [warn] /src/app/api/Extractions.scala:14: imported `Files' is permanently hidden by definition of class Files in package api
09-Jun-2020 16:59:53 #19 64.94 [warn] import play.api.libs.{Files, MimeTypes}
09-Jun-2020 16:59:53 #19 64.94 [warn]                       ^
09-Jun-2020 16:59:54 #19 65.34 [warn] /src/app/api/Files.scala:520: @deprecated now takes two arguments; see the scaladoc.
09-Jun-2020 16:59:54 #19 65.34 [warn]   @deprecated
09-Jun-2020 16:59:54 #19 65.34 [warn]    ^
09-Jun-2020 16:59:54 #19 65.81 [warn] /src/app/api/Files.scala:520: @deprecated now takes two arguments; see the scaladoc.
09-Jun-2020 16:59:54 #19 65.81 [warn]   @deprecated
09-Jun-2020 16:59:54 #19 65.81 [warn]    ^
09-Jun-2020 16:59:55 #19 66.99 [warn] /src/app/api/Geostreams.scala:46: postfix operator tupled should be enabled
09-Jun-2020 16:59:55 #19 66.99 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 16:59:55 #19 66.99 [warn]   ) tupled
09-Jun-2020 16:59:55 #19 66.99 [warn]     ^
09-Jun-2020 16:59:55 #19 66.99 [warn] /src/app/api/Geostreams.scala:54: postfix operator tupled should be enabled
09-Jun-2020 16:59:55 #19 66.99 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 16:59:55 #19 66.99 [warn]   ) tupled
09-Jun-2020 16:59:55 #19 66.99 [warn]     ^
09-Jun-2020 16:59:55 #19 66.99 [warn] /src/app/api/Geostreams.scala:63: postfix operator tupled should be enabled
09-Jun-2020 16:59:55 #19 66.99 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 16:59:55 #19 66.99 [warn]   ) tupled
09-Jun-2020 16:59:55 #19 66.99 [warn]     ^
09-Jun-2020 16:59:55 #19 67.00 [warn] /src/app/api/Geostreams.scala:70: postfix operator tupled should be enabled
09-Jun-2020 16:59:55 #19 67.00 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 16:59:55 #19 67.00 [warn]     ) tupled
09-Jun-2020 16:59:55 #19 67.00 [warn]       ^
09-Jun-2020 16:59:55 #19 67.00 [warn] /src/app/api/Geostreams.scala:78: postfix operator tupled should be enabled
09-Jun-2020 16:59:55 #19 67.00 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 16:59:55 #19 67.00 [warn]     ) tupled
09-Jun-2020 16:59:55 #19 67.00 [warn]       ^
09-Jun-2020 16:59:55 #19 67.00 [warn] /src/app/api/Geostreams.scala:87: postfix operator tupled should be enabled
09-Jun-2020 16:59:55 #19 67.00 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 16:59:55 #19 67.00 [warn]     ) tupled
09-Jun-2020 16:59:55 #19 67.00 [warn]       ^
09-Jun-2020 16:59:55 #19 67.00 [warn] /src/app/api/Geostreams.scala:95: postfix operator tupled should be enabled
09-Jun-2020 16:59:55 #19 67.00 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 16:59:55 #19 67.00 [warn]     ) tupled
09-Jun-2020 16:59:55 #19 67.00 [warn]       ^
09-Jun-2020 16:59:55 #19 67.05 [warn] /src/app/services/mongodb/MongoDBInstitutionService.scala:3: imported `Institution' is permanently hidden by definition of object Institution in package mongodb
09-Jun-2020 16:59:55 #19 67.05 [warn] import models.Institution
09-Jun-2020 16:59:55 #19 67.05 [warn]               ^
09-Jun-2020 16:59:56 #19 67.91 [warn] /src/app/api/Geostreams.scala:46: postfix operator tupled should be enabled
09-Jun-2020 16:59:56 #19 67.91 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 16:59:56 #19 67.91 [warn]   ) tupled
09-Jun-2020 16:59:56 #19 67.91 [warn]     ^
09-Jun-2020 16:59:56 #19 67.91 [warn] /src/app/api/Geostreams.scala:54: postfix operator tupled should be enabled
09-Jun-2020 16:59:56 #19 67.91 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 16:59:56 #19 67.91 [warn]   ) tupled
09-Jun-2020 16:59:56 #19 67.91 [warn]     ^
09-Jun-2020 16:59:56 #19 67.91 [warn] /src/app/api/Geostreams.scala:63: postfix operator tupled should be enabled
09-Jun-2020 16:59:56 #19 67.91 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 16:59:56 #19 67.91 [warn]   ) tupled
09-Jun-2020 16:59:56 #19 67.91 [warn]     ^
09-Jun-2020 16:59:56 #19 67.92 [warn] /src/app/api/Geostreams.scala:70: postfix operator tupled should be enabled
09-Jun-2020 16:59:56 #19 67.92 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 16:59:56 #19 67.92 [warn]     ) tupled
09-Jun-2020 16:59:56 #19 67.92 [warn]       ^
09-Jun-2020 16:59:56 #19 67.92 [warn] /src/app/api/Geostreams.scala:78: postfix operator tupled should be enabled
09-Jun-2020 16:59:56 #19 67.92 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 16:59:56 #19 67.92 [warn]     ) tupled
09-Jun-2020 16:59:56 #19 67.92 [warn]       ^
09-Jun-2020 16:59:56 #19 67.92 [warn] /src/app/api/Geostreams.scala:87: postfix operator tupled should be enabled
09-Jun-2020 16:59:56 #19 67.92 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 16:59:56 #19 67.92 [warn]     ) tupled
09-Jun-2020 16:59:56 #19 67.92 [warn]       ^
09-Jun-2020 16:59:56 #19 67.92 [warn] /src/app/api/Geostreams.scala:95: postfix operator tupled should be enabled
09-Jun-2020 16:59:56 #19 67.92 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 16:59:56 #19 67.92 [warn]     ) tupled
09-Jun-2020 16:59:56 #19 67.92 [warn]       ^
09-Jun-2020 16:59:56 #19 67.93 [warn] /src/app/services/mongodb/MongoDBProjectService.scala:3: imported `Project' is permanently hidden by definition of object Project in package mongodb
09-Jun-2020 16:59:56 #19 67.93 [warn] import models.Project
09-Jun-2020 16:59:56 #19 67.93 [warn]               ^
09-Jun-2020 16:59:56 #19 67.97 [warn] /src/app/services/mongodb/MongoDBInstitutionService.scala:3: imported `Institution' is permanently hidden by definition of object Institution in package mongodb
09-Jun-2020 16:59:56 #19 67.97 [warn] import models.Institution
09-Jun-2020 16:59:56 #19 67.97 [warn]               ^
09-Jun-2020 16:59:56 #19 68.02 [warn] /src/app/api/Reporting.scala:45: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
09-Jun-2020 16:59:56 #19 68.02 [warn]               case _ => Some("".getBytes("UTF-8"))
09-Jun-2020 16:59:56 #19 68.02 [warn]                    ^
09-Jun-2020 16:59:56 #19 68.03 [warn] /src/app/api/Reporting.scala:78: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
09-Jun-2020 16:59:56 #19 68.03 [warn]               case _ => Some("".getBytes("UTF-8"))
09-Jun-2020 16:59:56 #19 68.03 [warn]                    ^
09-Jun-2020 16:59:56 #19 68.04 [warn] /src/app/api/Reporting.scala:111: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
09-Jun-2020 16:59:56 #19 68.04 [warn]               case _ => Some("".getBytes("UTF-8"))
09-Jun-2020 16:59:56 #19 68.04 [warn]                    ^
09-Jun-2020 16:59:56 #19 68.04 [warn] /src/app/api/Reporting.scala:127: a pure expression does nothing in statement position; you may be omitting necessary parentheses
09-Jun-2020 16:59:56 #19 68.04 [warn]   """Includes file, dataset, collection reports"""
09-Jun-2020 16:59:56 #19 68.04 [warn]   ^
09-Jun-2020 16:59:56 #19 68.09 [warn] /src/app/api/Reporting.scala:291: a pure expression does nothing in statement position; you may be omitting necessary parentheses
09-Jun-2020 16:59:56 #19 68.09 [warn]     """returnAllColumns will include empty columns to align with file rows on report"""
09-Jun-2020 16:59:56 #19 68.09 [warn]     ^
09-Jun-2020 16:59:56 #19 68.10 [warn] /src/app/api/Reporting.scala:345: a pure expression does nothing in statement position; you may be omitting necessary parentheses
09-Jun-2020 16:59:56 #19 68.10 [warn]     """returnAllColumns will include empty columns to align with file rows on report"""
09-Jun-2020 16:59:56 #19 68.11 [warn]     ^
09-Jun-2020 16:59:58 #19 69.24 [warn] /src/app/services/mongodb/MongoDBProjectService.scala:3: imported `Project' is permanently hidden by definition of object Project in package mongodb
09-Jun-2020 16:59:58 #19 69.24 [warn] import models.Project
09-Jun-2020 16:59:58 #19 69.24 [warn]               ^
09-Jun-2020 16:59:58 #19 69.37 [warn] /src/app/api/Reporting.scala:45: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
09-Jun-2020 16:59:58 #19 69.37 [warn]               case _ => Some("".getBytes("UTF-8"))
09-Jun-2020 16:59:58 #19 69.37 [warn]                    ^
09-Jun-2020 16:59:58 #19 69.38 [warn] /src/app/api/Reporting.scala:78: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
09-Jun-2020 16:59:58 #19 69.38 [warn]               case _ => Some("".getBytes("UTF-8"))
09-Jun-2020 16:59:58 #19 69.38 [warn]                    ^
09-Jun-2020 16:59:58 #19 69.38 [warn] /src/app/api/Reporting.scala:111: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
09-Jun-2020 16:59:58 #19 69.38 [warn]               case _ => Some("".getBytes("UTF-8"))
09-Jun-2020 16:59:58 #19 69.38 [warn]                    ^
09-Jun-2020 16:59:58 #19 69.39 [warn] /src/app/api/Reporting.scala:127: a pure expression does nothing in statement position; you may be omitting necessary parentheses
09-Jun-2020 16:59:58 #19 69.39 [warn]   """Includes file, dataset, collection reports"""
09-Jun-2020 16:59:58 #19 69.39 [warn]   ^
09-Jun-2020 16:59:58 #19 69.45 [warn] /src/app/api/Reporting.scala:291: a pure expression does nothing in statement position; you may be omitting necessary parentheses
09-Jun-2020 16:59:58 #19 69.45 [warn]     """returnAllColumns will include empty columns to align with file rows on report"""
09-Jun-2020 16:59:58 #19 69.45 [warn]     ^
09-Jun-2020 16:59:58 #19 69.46 [warn] /src/app/api/Reporting.scala:345: a pure expression does nothing in statement position; you may be omitting necessary parentheses
09-Jun-2020 16:59:58 #19 69.46 [warn]     """returnAllColumns will include empty columns to align with file rows on report"""
09-Jun-2020 16:59:58 #19 69.46 [warn]     ^
09-Jun-2020 16:59:59 #19 70.48 [warn] /src/app/controllers/CurationObjects.scala:477: postfix operator toList should be enabled
09-Jun-2020 16:59:59 #19 70.48 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 16:59:59 #19 70.48 [warn]       metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map { item => item.content }toList))
09-Jun-2020 16:59:59 #19 70.48 [warn]                                                                                                                             ^
09-Jun-2020 16:59:59 #19 70.48 [warn] /src/app/controllers/CurationObjects.scala:698: postfix operator toList should be enabled
09-Jun-2020 16:59:59 #19 70.48 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 16:59:59 #19 70.48 [warn]             metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map { item => item.content }toList))
09-Jun-2020 16:59:59 #19 70.48 [warn]                                                                                                                                   ^
09-Jun-2020 17:00:00 #19 71.64 [warn] /src/app/controllers/Registration.scala:13: imported `Registration' is permanently hidden by definition of class Registration in package controllers
09-Jun-2020 17:00:00 #19 71.64 [warn] import securesocial.controllers.{ProviderController, Registration, TemplatesPlugin}
09-Jun-2020 17:00:00 #19 71.64 [warn]                                                      ^
09-Jun-2020 17:00:00 #19 71.67 [warn] /src/app/controllers/Registration.scala:67: reflective access of structural type member value currentHasher should be enabled
09-Jun-2020 17:00:00 #19 71.67 [warn] by making the implicit value scala.language.reflectiveCalls visible.
09-Jun-2020 17:00:00 #19 71.67 [warn] This can be achieved by adding the import clause 'import scala.language.reflectiveCalls'
09-Jun-2020 17:00:00 #19 71.67 [warn] or by setting the compiler option -language:reflectiveCalls.
09-Jun-2020 17:00:00 #19 71.67 [warn] See the Scala docs for value scala.language.reflectiveCalls for a discussion
09-Jun-2020 17:00:00 #19 71.67 [warn] why the feature should be explicitly enabled.
09-Jun-2020 17:00:00 #19 71.67 [warn]               passwordInfo = Some(Registry.hashers.currentHasher.hash(info.password))
09-Jun-2020 17:00:00 #19 71.67 [warn]                                                    ^
09-Jun-2020 17:00:00 #19 71.93 [warn] /src/app/controllers/CurationObjects.scala:477: postfix operator toList should be enabled
09-Jun-2020 17:00:00 #19 71.93 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 17:00:00 #19 71.93 [warn]       metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map { item => item.content }toList))
09-Jun-2020 17:00:00 #19 71.93 [warn]                                                                                                                             ^
09-Jun-2020 17:00:00 #19 71.93 [warn] /src/app/controllers/CurationObjects.scala:698: postfix operator toList should be enabled
09-Jun-2020 17:00:00 #19 71.93 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 17:00:00 #19 71.93 [warn]             metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map { item => item.content }toList))
09-Jun-2020 17:00:00 #19 71.93 [warn]                                                                                                                                   ^
09-Jun-2020 17:00:00 #19 71.96 [warn] /src/app/controllers/Spaces.scala:278: postfix operator toMap should be enabled
09-Jun-2020 17:00:00 #19 71.96 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 17:00:00 #19 71.96 [warn]         val roleDescription = users.listRoles() map (t => t.name -> t.description) toMap
09-Jun-2020 17:00:00 #19 71.96 [warn]                                                                                    ^
09-Jun-2020 17:00:01 #19 73.08 [warn] /src/app/controllers/Registration.scala:13: imported `Registration' is permanently hidden by definition of class Registration in package controllers
09-Jun-2020 17:00:01 #19 73.08 [warn] import securesocial.controllers.{ProviderController, Registration, TemplatesPlugin}
09-Jun-2020 17:00:01 #19 73.08 [warn]                                                      ^
09-Jun-2020 17:00:01 #19 73.11 [warn] /src/app/controllers/Registration.scala:67: reflective access of structural type member value currentHasher should be enabled
09-Jun-2020 17:00:01 #19 73.11 [warn] by making the implicit value scala.language.reflectiveCalls visible.
09-Jun-2020 17:00:01 #19 73.11 [warn] This can be achieved by adding the import clause 'import scala.language.reflectiveCalls'
09-Jun-2020 17:00:01 #19 73.11 [warn] or by setting the compiler option -language:reflectiveCalls.
09-Jun-2020 17:00:01 #19 73.11 [warn] See the Scala docs for value scala.language.reflectiveCalls for a discussion
09-Jun-2020 17:00:01 #19 73.11 [warn] why the feature should be explicitly enabled.
09-Jun-2020 17:00:01 #19 73.11 [warn]               passwordInfo = Some(Registry.hashers.currentHasher.hash(info.password))
09-Jun-2020 17:00:01 #19 73.11 [warn]                                                    ^
09-Jun-2020 17:00:02 #19 73.37 [warn] /src/app/models/UUID.scala:36: implicit conversion method stringToUUID should be enabled
09-Jun-2020 17:00:02 #19 73.37 [warn] by making the implicit value scala.language.implicitConversions visible.
09-Jun-2020 17:00:02 #19 73.37 [warn] This can be achieved by adding the import clause 'import scala.language.implicitConversions'
09-Jun-2020 17:00:02 #19 73.37 [warn] or by setting the compiler option -language:implicitConversions.
09-Jun-2020 17:00:02 #19 73.37 [warn] See the Scala docs for value scala.language.implicitConversions for a discussion
09-Jun-2020 17:00:02 #19 73.37 [warn] why the feature should be explicitly enabled.
09-Jun-2020 17:00:02 #19 73.37 [warn]   implicit def stringToUUID(s: String) = UUID(s)
09-Jun-2020 17:00:02 #19 73.37 [warn]                ^
09-Jun-2020 17:00:02 #19 73.37 [warn] /src/app/models/UUID.scala:37: implicit conversion method uuidToObjectId should be enabled
09-Jun-2020 17:00:02 #19 73.37 [warn] by making the implicit value scala.language.implicitConversions visible.
09-Jun-2020 17:00:02 #19 73.37 [warn]   implicit def uuidToObjectId(uuid: UUID) = new ObjectId(uuid.stringify)
09-Jun-2020 17:00:02 #19 73.37 [warn]                ^
09-Jun-2020 17:00:02 #19 73.37 [warn] /src/app/models/UUID.scala:38: implicit conversion method objectIdToUUID should be enabled
09-Jun-2020 17:00:02 #19 73.37 [warn] by making the implicit value scala.language.implicitConversions visible.
09-Jun-2020 17:00:02 #19 73.37 [warn]   implicit def objectIdToUUID(objectId: ObjectId) = UUID(objectId.toString)
09-Jun-2020 17:00:02 #19 73.37 [warn]                ^
09-Jun-2020 17:00:02 #19 73.43 [warn] /src/app/models/User.scala:104: implicit conversion method userToMiniUser should be enabled
09-Jun-2020 17:00:02 #19 73.43 [warn] by making the implicit value scala.language.implicitConversions visible.
09-Jun-2020 17:00:02 #19 73.43 [warn]   implicit def userToMiniUser(x: User): MiniUser = x.getMiniUser
09-Jun-2020 17:00:02 #19 73.43 [warn]                ^
09-Jun-2020 17:00:02 #19 73.51 [warn] /src/app/controllers/Spaces.scala:278: postfix operator toMap should be enabled
09-Jun-2020 17:00:02 #19 73.51 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 17:00:02 #19 73.51 [warn]         val roleDescription = users.listRoles() map (t => t.name -> t.description) toMap
09-Jun-2020 17:00:02 #19 73.51 [warn]                                                                                    ^
09-Jun-2020 17:00:02 #19 73.93 [warn] /src/app/services/ElasticsearchPlugin.scala:690: a pure expression does nothing in statement position; you may be omitting necessary parentheses
09-Jun-2020 17:00:02 #19 73.93 [warn]     """dynamic_templates": [{
09-Jun-2020 17:00:02 #19 73.93 [warn]     ^
09-Jun-2020 17:00:02 #19 74.07 [warn] /src/app/services/PolyglotPlugin.scala:83: postfix operator seconds should be enabled
09-Jun-2020 17:00:02 #19 74.07 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 17:00:02 #19 74.07 [warn]           akka.pattern.after(3 seconds, using = Akka.system.scheduler)(checkForFileAndDownload((triesLeft - 1), url, outputStream))
09-Jun-2020 17:00:02 #19 74.07 [warn]                                ^
09-Jun-2020 17:00:03 #19 75.13 [warn] /src/app/services/mongodb/MongoContext.scala:253: implicit conversion method dbObjectToString should be enabled
09-Jun-2020 17:00:03 #19 75.13 [warn] by making the implicit value scala.language.implicitConversions visible.
09-Jun-2020 17:00:03 #19 75.13 [warn]   implicit def dbObjectToString(dbObject: DBObject): String = {
09-Jun-2020 17:00:03 #19 75.13 [warn]                ^
09-Jun-2020 17:00:03 #19 75.15 [warn] /src/app/models/UUID.scala:36: implicit conversion method stringToUUID should be enabled
09-Jun-2020 17:00:03 #19 75.15 [warn] by making the implicit value scala.language.implicitConversions visible.
09-Jun-2020 17:00:03 #19 75.15 [warn] This can be achieved by adding the import clause 'import scala.language.implicitConversions'
09-Jun-2020 17:00:03 #19 75.15 [warn] or by setting the compiler option -language:implicitConversions.
09-Jun-2020 17:00:03 #19 75.15 [warn] See the Scala docs for value scala.language.implicitConversions for a discussion
09-Jun-2020 17:00:03 #19 75.15 [warn] why the feature should be explicitly enabled.
09-Jun-2020 17:00:03 #19 75.15 [warn]   implicit def stringToUUID(s: String) = UUID(s)
09-Jun-2020 17:00:03 #19 75.15 [warn]                ^
09-Jun-2020 17:00:03 #19 75.15 [warn] /src/app/models/UUID.scala:37: implicit conversion method uuidToObjectId should be enabled
09-Jun-2020 17:00:03 #19 75.15 [warn] by making the implicit value scala.language.implicitConversions visible.
09-Jun-2020 17:00:03 #19 75.15 [warn]   implicit def uuidToObjectId(uuid: UUID) = new ObjectId(uuid.stringify)
09-Jun-2020 17:00:03 #19 75.15 [warn]                ^
09-Jun-2020 17:00:03 #19 75.15 [warn] /src/app/models/UUID.scala:38: implicit conversion method objectIdToUUID should be enabled
09-Jun-2020 17:00:03 #19 75.15 [warn] by making the implicit value scala.language.implicitConversions visible.
09-Jun-2020 17:00:03 #19 75.15 [warn]   implicit def objectIdToUUID(objectId: ObjectId) = UUID(objectId.toString)
09-Jun-2020 17:00:03 #19 75.15 [warn]                ^
09-Jun-2020 17:00:04 #19 75.23 [warn] /src/app/models/User.scala:104: implicit conversion method userToMiniUser should be enabled
09-Jun-2020 17:00:04 #19 75.23 [warn] by making the implicit value scala.language.implicitConversions visible.
09-Jun-2020 17:00:04 #19 75.23 [warn]   implicit def userToMiniUser(x: User): MiniUser = x.getMiniUser
09-Jun-2020 17:00:04 #19 75.23 [warn]                ^
09-Jun-2020 17:00:04 #19 75.59 [warn] /src/app/services/mongodb/MongoDBCollectionService.scala:907: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
09-Jun-2020 17:00:04 #19 75.59 [warn]       case _ => Logger.error(s"Error queuing collection ${id.stringify}")
09-Jun-2020 17:00:04 #19 75.59 [warn]            ^
09-Jun-2020 17:00:04 #19 75.66 [warn] /src/app/services/mongodb/MongoDBCommentService.scala:3: imported `Comment' is permanently hidden by definition of object Comment in package mongodb
09-Jun-2020 17:00:04 #19 75.66 [warn] import models.{DBResult, UUID, Comment}
09-Jun-2020 17:00:04 #19 75.66 [warn]                                ^
09-Jun-2020 17:00:04 #19 75.75 [warn] /src/app/services/ElasticsearchPlugin.scala:690: a pure expression does nothing in statement position; you may be omitting necessary parentheses
09-Jun-2020 17:00:04 #19 75.76 [warn]     """dynamic_templates": [{
09-Jun-2020 17:00:04 #19 75.76 [warn]     ^
09-Jun-2020 17:00:04 #19 75.91 [warn] /src/app/services/PolyglotPlugin.scala:83: postfix operator seconds should be enabled
09-Jun-2020 17:00:04 #19 75.91 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 17:00:04 #19 75.91 [warn]           akka.pattern.after(3 seconds, using = Akka.system.scheduler)(checkForFileAndDownload((triesLeft - 1), url, outputStream))
09-Jun-2020 17:00:04 #19 75.91 [warn]                                ^
09-Jun-2020 17:00:05 #19 76.48 [warn] /src/app/services/mongodb/MongoDBTagService.scala:7: imported `Tag' is permanently hidden by definition of object Tag in package mongodb
09-Jun-2020 17:00:05 #19 76.48 [warn] import models.{Tag, UUID}
09-Jun-2020 17:00:05 #19 76.48 [warn]                ^
09-Jun-2020 17:00:05 #19 76.60 [warn] /src/app/services/mongodb/MongoDBDatasetService.scala:1422: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
09-Jun-2020 17:00:05 #19 76.60 [warn]       case _ => Logger.error(s"Error queuing dataset ${id.stringify}")
09-Jun-2020 17:00:05 #19 76.60 [warn]            ^
09-Jun-2020 17:00:05 #19 76.76 [warn] /src/app/services/mongodb/MongoDBExtractionRequestsService.scala:20: imported `MongoSalatPlugin' is permanently hidden by definition of class MongoSalatPlugin in package mongodb
09-Jun-2020 17:00:05 #19 76.76 [warn] import services.mongodb.MongoSalatPlugin
09-Jun-2020 17:00:05 #19 76.76 [warn]                         ^
09-Jun-2020 17:00:05 #19 76.78 [warn] /src/app/services/mongodb/MongoDBExtractionService.scala:4: imported `Extraction' is permanently hidden by definition of object Extraction in package mongodb
09-Jun-2020 17:00:05 #19 76.78 [warn] import models.{UUID, Extraction, ExtractionGroup, ResourceRef}
09-Jun-2020 17:00:05 #19 76.78 [warn]                      ^
09-Jun-2020 17:00:05 #19 76.78 [warn] /src/app/services/mongodb/MongoDBExtractionService.scala:13: imported `WebPageResource' is permanently hidden by definition of object WebPageResource in package mongodb
09-Jun-2020 17:00:05 #19 76.78 [warn] import models.WebPageResource
09-Jun-2020 17:00:05 #19 76.78 [warn]               ^
09-Jun-2020 17:00:05 #19 77.04 [warn] /src/app/services/mongodb/MongoContext.scala:253: implicit conversion method dbObjectToString should be enabled
09-Jun-2020 17:00:05 #19 77.04 [warn] by making the implicit value scala.language.implicitConversions visible.
09-Jun-2020 17:00:05 #19 77.04 [warn]   implicit def dbObjectToString(dbObject: DBObject): String = {
09-Jun-2020 17:00:05 #19 77.04 [warn]                ^
09-Jun-2020 17:00:05 #19 77.07 [warn] /src/app/services/mongodb/MongoDBFileService.scala:338: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
09-Jun-2020 17:00:05 #19 77.07 [warn]       case _ => Logger.error(s"Error queuing file ${id.stringify}")
09-Jun-2020 17:00:05 #19 77.08 [warn]            ^
09-Jun-2020 17:00:06 #19 77.75 [warn] /src/app/services/mongodb/MongoDBCollectionService.scala:907: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
09-Jun-2020 17:00:06 #19 77.75 [warn]       case _ => Logger.error(s"Error queuing collection ${id.stringify}")
09-Jun-2020 17:00:06 #19 77.75 [warn]            ^
09-Jun-2020 17:00:06 #19 77.84 [warn] /src/app/services/mongodb/MongoDBCommentService.scala:3: imported `Comment' is permanently hidden by definition of object Comment in package mongodb
09-Jun-2020 17:00:06 #19 77.84 [warn] import models.{DBResult, UUID, Comment}
09-Jun-2020 17:00:06 #19 77.84 [warn]                                ^
09-Jun-2020 17:00:06 #19 77.98 [warn] /src/app/services/mongodb/MongoDBQueueService.scala:78: postfix operator seconds should be enabled
09-Jun-2020 17:00:06 #19 77.98 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 17:00:06 #19 77.98 [warn]       queueTimer = Akka.system().scheduler.schedule(0 seconds, 5 millis) {
09-Jun-2020 17:00:06 #19 77.98 [warn]                                                       ^
09-Jun-2020 17:00:06 #19 77.99 [warn] /src/app/services/mongodb/MongoDBQueueService.scala:78: postfix operator millis should be enabled
09-Jun-2020 17:00:06 #19 77.99 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 17:00:06 #19 77.99 [warn]       queueTimer = Akka.system().scheduler.schedule(0 seconds, 5 millis) {
09-Jun-2020 17:00:06 #19 77.99 [warn]                                                                  ^
09-Jun-2020 17:00:06 #19 78.15 [warn] /src/app/services/mongodb/MongoDBSelectionService.scala:11: imported `Dataset' is permanently hidden by definition of object Dataset in package mongodb
09-Jun-2020 17:00:06 #19 78.15 [warn] import models.{UUID, Dataset, Selected}
09-Jun-2020 17:00:06 #19 78.15 [warn]                      ^
09-Jun-2020 17:00:06 #19 78.17 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:23: imported `Collection' is permanently hidden by definition of object Collection in package mongodb
09-Jun-2020 17:00:06 #19 78.17 [warn] import models.Collection
09-Jun-2020 17:00:06 #19 78.17 [warn]               ^
09-Jun-2020 17:00:06 #19 78.17 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:24: imported `Dataset' is permanently hidden by definition of object Dataset in package mongodb
09-Jun-2020 17:00:06 #19 78.17 [warn] import models.Dataset
09-Jun-2020 17:00:06 #19 78.17 [warn]               ^
09-Jun-2020 17:00:07 #19 78.60 [warn] /src/app/services/mongodb/MongoDBTagService.scala:7: imported `Tag' is permanently hidden by definition of object Tag in package mongodb
09-Jun-2020 17:00:07 #19 78.60 [warn] import models.{Tag, UUID}
09-Jun-2020 17:00:07 #19 78.60 [warn]                ^
09-Jun-2020 17:00:07 #19 78.94 [warn] /src/app/services/mongodb/MongoDBDatasetService.scala:1422: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
09-Jun-2020 17:00:07 #19 78.94 [warn]       case _ => Logger.error(s"Error queuing dataset ${id.stringify}")
09-Jun-2020 17:00:07 #19 78.94 [warn]            ^
09-Jun-2020 17:00:07 #19 79.16 [warn] /src/app/services/mongodb/MongoDBExtractionRequestsService.scala:20: imported `MongoSalatPlugin' is permanently hidden by definition of class MongoSalatPlugin in package mongodb
09-Jun-2020 17:00:07 #19 79.16 [warn] import services.mongodb.MongoSalatPlugin
09-Jun-2020 17:00:07 #19 79.16 [warn]                         ^
09-Jun-2020 17:00:07 #19 79.20 [warn] /src/app/services/mongodb/MongoDBExtractionService.scala:4: imported `Extraction' is permanently hidden by definition of object Extraction in package mongodb
09-Jun-2020 17:00:08 #19 79.20 [warn] import models.{UUID, Extraction, ExtractionGroup, ResourceRef}
09-Jun-2020 17:00:08 #19 79.20 [warn]                      ^
09-Jun-2020 17:00:08 #19 79.20 [warn] /src/app/services/mongodb/MongoDBExtractionService.scala:13: imported `WebPageResource' is permanently hidden by definition of object WebPageResource in package mongodb
09-Jun-2020 17:00:08 #19 79.20 [warn] import models.WebPageResource
09-Jun-2020 17:00:08 #19 79.20 [warn]               ^
09-Jun-2020 17:00:08 #19 79.62 [warn] /src/app/services/mongodb/MongoDBFileService.scala:338: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
09-Jun-2020 17:00:08 #19 79.62 [warn]       case _ => Logger.error(s"Error queuing file ${id.stringify}")
09-Jun-2020 17:00:08 #19 79.62 [warn]            ^
09-Jun-2020 17:00:08 #19 80.08 [warn] /src/app/util/SearchUtils.scala:157: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
09-Jun-2020 17:00:08 #19 80.08 [warn]             case _ => {
09-Jun-2020 17:00:08 #19 80.08 [warn]                  ^
09-Jun-2020 17:00:09 #19 80.77 [warn] /src/app/services/mongodb/MongoDBQueueService.scala:78: postfix operator seconds should be enabled
09-Jun-2020 17:00:09 #19 80.77 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 17:00:09 #19 80.77 [warn]       queueTimer = Akka.system().scheduler.schedule(0 seconds, 5 millis) {
09-Jun-2020 17:00:09 #19 80.77 [warn]                                                       ^
09-Jun-2020 17:00:09 #19 80.77 [warn] /src/app/services/mongodb/MongoDBQueueService.scala:78: postfix operator millis should be enabled
09-Jun-2020 17:00:09 #19 80.77 [warn] by making the implicit value scala.language.postfixOps visible.
09-Jun-2020 17:00:09 #19 80.77 [warn]       queueTimer = Akka.system().scheduler.schedule(0 seconds, 5 millis) {
09-Jun-2020 17:00:09 #19 80.77 [warn]                                                                  ^
09-Jun-2020 17:00:09 #19 80.98 [warn] /src/app/services/mongodb/MongoDBSelectionService.scala:11: imported `Dataset' is permanently hidden by definition of object Dataset in package mongodb
09-Jun-2020 17:00:09 #19 80.98 [warn] import models.{UUID, Dataset, Selected}
09-Jun-2020 17:00:09 #19 80.98 [warn]                      ^
09-Jun-2020 17:00:09 #19 81.01 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:23: imported `Collection' is permanently hidden by definition of object Collection in package mongodb
09-Jun-2020 17:00:09 #19 81.01 [warn] import models.Collection
09-Jun-2020 17:00:09 #19 81.01 [warn]               ^
09-Jun-2020 17:00:09 #19 81.01 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:24: imported `Dataset' is permanently hidden by definition of object Dataset in package mongodb
09-Jun-2020 17:00:09 #19 81.01 [warn] import models.Dataset
09-Jun-2020 17:00:09 #19 81.01 [warn]               ^
09-Jun-2020 17:00:12 #19 83.25 [warn] /src/app/util/SearchUtils.scala:157: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
09-Jun-2020 17:00:12 #19 83.25 [warn]             case _ => {
09-Jun-2020 17:00:12 #19 83.25 [warn]                  ^
09-Jun-2020 17:00:19 #19 90.74 [warn] /src/app/api/Admin.scala:43: match may not be exhaustive.
09-Jun-2020 17:00:19 #19 90.74 [warn] It would fail on the following input: None
09-Jun-2020 17:00:19 #19 90.74 [warn]     (request.body \ "theme").asOpt[String] match {
09-Jun-2020 17:00:19 #19 90.74 [warn]                                   ^
09-Jun-2020 17:00:19 #19 90.74 [warn] /src/app/api/Admin.scala:46: match may not be exhaustive.
09-Jun-2020 17:00:19 #19 90.74 [warn] It would fail on the following input: None
09-Jun-2020 17:00:19 #19 90.74 [warn]     (request.body \ "displayName").asOpt[String] match {
09-Jun-2020 17:00:19 #19 90.74 [warn]                                         ^
09-Jun-2020 17:00:19 #19 90.75 [warn] /src/app/api/Admin.scala:49: match may not be exhaustive.
09-Jun-2020 17:00:19 #19 90.75 [warn] It would fail on the following input: None
09-Jun-2020 17:00:19 #19 90.75 [warn]     (request.body \ "welcomeMessage").asOpt[String] match {
09-Jun-2020 17:00:19 #19 90.75 [warn]                                            ^
09-Jun-2020 17:00:19 #19 90.75 [warn] /src/app/api/Admin.scala:52: match may not be exhaustive.
09-Jun-2020 17:00:19 #19 90.75 [warn] It would fail on the following input: None
09-Jun-2020 17:00:19 #19 90.75 [warn]     (request.body \ "googleAnalytics").asOpt[String] match {
09-Jun-2020 17:00:19 #19 90.75 [warn]                                             ^
09-Jun-2020 17:00:19 #19 90.75 [warn] /src/app/api/Admin.scala:59: match may not be exhaustive.
09-Jun-2020 17:00:19 #19 90.75 [warn] It would fail on the following input: None
09-Jun-2020 17:00:19 #19 90.75 [warn]     (request.body \ "sensors").asOpt[String] match {
09-Jun-2020 17:00:19 #19 90.75 [warn]                                     ^
09-Jun-2020 17:00:19 #19 90.76 [warn] /src/app/api/Admin.scala:62: match may not be exhaustive.
09-Jun-2020 17:00:19 #19 90.76 [warn] It would fail on the following input: None
09-Jun-2020 17:00:19 #19 90.76 [warn]     (request.body \ "sensor").asOpt[String] match {
09-Jun-2020 17:00:19 #19 90.76 [warn]                                    ^
09-Jun-2020 17:00:19 #19 90.76 [warn] /src/app/api/Admin.scala:65: match may not be exhaustive.
09-Jun-2020 17:00:19 #19 90.76 [warn] It would fail on the following input: None
09-Jun-2020 17:00:19 #19 90.76 [warn]     (request.body \ "parameters").asOpt[String] match {
09-Jun-2020 17:00:19 #19 90.76 [warn]                                        ^
09-Jun-2020 17:00:19 #19 90.76 [warn] /src/app/api/Admin.scala:68: match may not be exhaustive.
09-Jun-2020 17:00:19 #19 90.76 [warn] It would fail on the following input: None
09-Jun-2020 17:00:19 #19 90.76 [warn]     (request.body \ "parameter").asOpt[String] match {
09-Jun-2020 17:00:19 #19 90.76 [warn]                                       ^
09-Jun-2020 17:00:19 #19 90.97 [warn] /src/app/api/Collections.scala:153: match may not be exhaustive.
09-Jun-2020 17:00:19 #19 90.97 [warn] It would fail on the following input: None
09-Jun-2020 17:00:19 #19 90.97 [warn]     collections.get(collectionId) match {
09-Jun-2020 17:00:19 #19 90.97 [warn]                    ^
09-Jun-2020 17:00:19 #19 91.03 [warn] /src/app/api/Collections.scala:580: match may not be exhaustive.
09-Jun-2020 17:00:19 #19 91.03 [warn] It would fail on the following input: Failure(_)
09-Jun-2020 17:00:19 #19 91.03 [warn]                       collections.addSubCollection(UUID(parentId), UUID(id), user) match {
09-Jun-2020 17:00:19 #19 91.03 [warn]                                                   ^
09-Jun-2020 17:00:19 #19 91.04 [warn] /src/app/api/Collections.scala:613: match may not be exhaustive.
09-Jun-2020 17:00:19 #19 91.04 [warn] It would fail on the following input: None
09-Jun-2020 17:00:19 #19 91.04 [warn]             collections.get(subCollectionId) match {
09-Jun-2020 17:00:19 #19 91.04 [warn]                            ^
09-Jun-2020 17:00:19 #19 91.04 [warn] /src/app/api/Collections.scala:611: match may not be exhaustive.
09-Jun-2020 17:00:19 #19 91.04 [warn] It would fail on the following input: None
09-Jun-2020 17:00:19 #19 91.04 [warn]         collections.get(collectionId) match {
09-Jun-2020 17:00:19 #19 91.04 [warn]                        ^
09-Jun-2020 17:00:19 #19 91.14 [warn] /src/app/api/Datasets.scala:86: match may not be exhaustive.
09-Jun-2020 17:00:19 #19 91.14 [warn] It would fail on the following input: Nil
09-Jun-2020 17:00:19 #19 91.14 [warn]         folderList match {
09-Jun-2020 17:00:19 #19 91.14 [warn]         ^
09-Jun-2020 17:00:20 #19 91.24 [warn] /src/app/api/Datasets.scala:756: match may not be exhaustive.
09-Jun-2020 17:00:20 #19 91.24 [warn] It would fail on the following input: None
09-Jun-2020 17:00:20 #19 91.24 [warn]     datasets.get(id) match {
09-Jun-2020 17:00:20 #19 91.24 [warn]                 ^
09-Jun-2020 17:00:20 #19 91.26 [warn] /src/app/api/Datasets.scala:973: match may not be exhaustive.
09-Jun-2020 17:00:20 #19 91.26 [warn] It would fail on the following input: None
09-Jun-2020 17:00:20 #19 91.26 [warn]       datasets.get(id) match {
09-Jun-2020 17:00:20 #19 91.26 [warn]                   ^
09-Jun-2020 17:00:20 #19 91.27 [warn] /src/app/api/Datasets.scala:1009: match may not be exhaustive.
09-Jun-2020 17:00:20 #19 91.27 [warn] It would fail on the following input: None
09-Jun-2020 17:00:20 #19 91.27 [warn]       datasets.get(id) match {
09-Jun-2020 17:00:20 #19 91.27 [warn]                   ^
09-Jun-2020 17:00:20 #19 91.27 [warn] /src/app/api/Datasets.scala:1048: match may not be exhaustive.
09-Jun-2020 17:00:20 #19 91.27 [warn] It would fail on the following input: None
09-Jun-2020 17:00:20 #19 91.27 [warn]       datasets.get(id) match {
09-Jun-2020 17:00:20 #19 91.27 [warn]                   ^
09-Jun-2020 17:00:20 #19 91.28 [warn] /src/app/api/Datasets.scala:1085: match may not be exhaustive.
09-Jun-2020 17:00:20 #19 91.28 [warn] It would fail on the following input: None
09-Jun-2020 17:00:20 #19 91.28 [warn]       datasets.get(id) match {
09-Jun-2020 17:00:20 #19 91.28 [warn]                   ^
09-Jun-2020 17:00:20 #19 91.28 [warn] /src/app/api/Datasets.scala:1107: match may not be exhaustive.
09-Jun-2020 17:00:20 #19 91.28 [warn] It would fail on the following input: None
09-Jun-2020 17:00:20 #19 91.28 [warn]       datasets.get(id) match {
09-Jun-2020 17:00:20 #19 91.28 [warn]                   ^
09-Jun-2020 17:00:20 #19 91.29 [warn] /src/app/api/Datasets.scala:1128: match may not be exhaustive.
09-Jun-2020 17:00:20 #19 91.29 [warn] It would fail on the following input: None
09-Jun-2020 17:00:20 #19 91.29 [warn]       datasets.get(id) match {
09-Jun-2020 17:00:20 #19 91.29 [warn]                   ^
09-Jun-2020 17:00:20 #19 91.30 [warn] /src/app/api/Datasets.scala:1367: match may not be exhaustive.
09-Jun-2020 17:00:20 #19 91.30 [warn] It would fail on the following input: None
09-Jun-2020 17:00:20 #19 91.30 [warn]           datasets.get(id) match {
09-Jun-2020 17:00:20 #19 91.30 [warn]                       ^
09-Jun-2020 17:00:20 #19 91.31 [warn] /src/app/api/Datasets.scala:1404: match may not be exhaustive.
09-Jun-2020 17:00:20 #19 91.31 [warn] It would fail on the following input: None
09-Jun-2020 17:00:20 #19 91.31 [warn]           datasets.get(id) match {
09-Jun-2020 17:00:20 #19 91.31 [warn]                       ^
09-Jun-2020 17:00:20 #19 91.31 [warn] /src/app/api/Datasets.scala:1545: match may not be exhaustive.
09-Jun-2020 17:00:20 #19 91.31 [warn] It would fail on the following input: None
09-Jun-2020 17:00:20 #19 91.31 [warn]             datasets.get(id) match {
09-Jun-2020 17:00:20 #19 91.31 [warn]                         ^
09-Jun-2020 17:00:20 #19 91.39 [warn] /src/app/api/Datasets.scala:2550: match may not be exhaustive.
09-Jun-2020 17:00:20 #19 91.39 [warn] It would fail on the following input: None
09-Jun-2020 17:00:20 #19 91.39 [warn]     folders.get(id) match {
09-Jun-2020 17:00:20 #19 91.39 [warn]                ^
09-Jun-2020 17:00:20 #19 91.49 [warn] /src/app/api/Files.scala:707: match may not be exhaustive.
09-Jun-2020 17:00:20 #19 91.49 [warn] It would fail on the following input: None
09-Jun-2020 17:00:20 #19 91.49 [warn]     files.get(id) match {
09-Jun-2020 17:00:20 #19 91.49 [warn]              ^
09-Jun-2020 17:00:20 #19 91.52 [warn] /src/app/api/Files.scala:1051: match may not be exhaustive.
09-Jun-2020 17:00:20 #19 91.52 [warn] It would fail on the following input: None
09-Jun-2020 17:00:20 #19 91.52 [warn]         files.get(id) match {
09-Jun-2020 17:00:20 #19 91.52 [warn]                  ^
09-Jun-2020 17:00:20 #19 91.54 [warn] /src/app/api/Files.scala:1250: match may not be exhaustive.
09-Jun-2020 17:00:20 #19 91.54 [warn] It would fail on the following input: None
09-Jun-2020 17:00:20 #19 91.54 [warn]     files.get(id) match {
09-Jun-2020 17:00:20 #19 91.54 [warn]              ^
09-Jun-2020 17:00:20 #19 91.54 [warn] /src/app/api/Files.scala:1271: match may not be exhaustive.
09-Jun-2020 17:00:20 #19 91.54 [warn] It would fail on the following input: None
09-Jun-2020 17:00:20 #19 91.54 [warn]     files.get(id) match {
09-Jun-2020 17:00:20 #19 91.54 [warn]              ^
09-Jun-2020 17:00:20 #19 91.56 [warn] /src/app/api/Files.scala:1440: match may not be exhaustive.
09-Jun-2020 17:00:20 #19 91.56 [warn] It would fail on the following input: None
09-Jun-2020 17:00:20 #19 91.56 [warn]             files.get(id) match {
09-Jun-2020 17:00:20 #19 91.56 [warn]                      ^
09-Jun-2020 17:00:20 #19 91.93 [warn] /src/app/api/Metadata.scala:496: match may not be exhaustive.
09-Jun-2020 17:00:20 #19 91.93 [warn] It would fail on the following input: None
09-Jun-2020 17:00:20 #19 91.93 [warn]                     datasets.get(resource.id) match {
09-Jun-2020 17:00:20 #19 91.93 [warn]                                 ^
09-Jun-2020 17:00:20 #19 91.93 [warn] /src/app/api/Metadata.scala:508: match may not be exhaustive.
09-Jun-2020 17:00:20 #19 91.93 [warn] It would fail on the following input: None
09-Jun-2020 17:00:20 #19 91.93 [warn]                     files.get(resource.id) match {
09-Jun-2020 17:00:20 #19 91.93 [warn]                              ^
09-Jun-2020 17:00:20 #19 92.10 [warn] /src/app/api/Permissions.scala:794: match may not be exhaustive.
09-Jun-2020 17:00:20 #19 92.10 [warn] It would fail on the following input: None
09-Jun-2020 17:00:20 #19 92.10 [warn]       ident match {
09-Jun-2020 17:00:20 #19 92.10 [warn]       ^
09-Jun-2020 17:00:21 #19 92.21 [warn] /src/app/api/Previews.scala:135: match may not be exhaustive.
09-Jun-2020 17:00:21 #19 92.22 [warn] It would fail on the following input: Some((x: Seq[?] forSome x not in List[?]))
09-Jun-2020 17:00:21 #19 92.22 [warn]             request.body.dataParts.get("title") match {
09-Jun-2020 17:00:21 #19 92.22 [warn]                                       ^
09-Jun-2020 17:00:21 #19 92.25 [warn] /src/app/api/Previews.scala:323: match may not be exhaustive.
09-Jun-2020 17:00:21 #19 92.25 [warn] It would fail on the following input: None
09-Jun-2020 17:00:21 #19 92.25 [warn]         previews.get(preview_id) match {
09-Jun-2020 17:00:21 #19 92.25 [warn]                     ^
09-Jun-2020 17:00:21 #19 92.33 [warn] /src/app/api/Selected.scala:85: match may not be exhaustive.
09-Jun-2020 17:00:21 #19 92.33 [warn] It would fail on the following input: None
09-Jun-2020 17:00:21 #19 92.33 [warn]     request.user match {
09-Jun-2020 17:00:21 #19 92.33 [warn]             ^
09-Jun-2020 17:00:21 #19 92.34 [warn] /src/app/api/Selected.scala:97: match may not be exhaustive.
09-Jun-2020 17:00:21 #19 92.34 [warn] It would fail on the following input: None
09-Jun-2020 17:00:21 #19 92.34 [warn]     request.user match {
09-Jun-2020 17:00:21 #19 92.34 [warn]             ^
09-Jun-2020 17:00:21 #19 92.35 [warn] /src/app/api/Selected.scala:185: match may not be exhaustive.
09-Jun-2020 17:00:21 #19 92.35 [warn] It would fail on the following input: None
09-Jun-2020 17:00:21 #19 92.35 [warn]     request.user match {
09-Jun-2020 17:00:21 #19 92.35 [warn]             ^
09-Jun-2020 17:00:21 #19 92.36 [warn] /src/app/api/Spaces.scala:65: match may not be exhaustive.
09-Jun-2020 17:00:21 #19 92.36 [warn] It would fail on the following input: None
09-Jun-2020 17:00:21 #19 92.36 [warn]     spaces.get(spaceId) match {
09-Jun-2020 17:00:21 #19 92.36 [warn]               ^
09-Jun-2020 17:00:21 #19 92.45 [warn] /src/app/api/Vocabularies.scala:40: match may not be exhaustive.
09-Jun-2020 17:00:21 #19 92.45 [warn] It would fail on the following input: None
09-Jun-2020 17:00:21 #19 92.45 [warn]         val current_term = vocabularyTermService.get(term) match {
09-Jun-2020 17:00:21 #19 92.45 [warn]                                                     ^
09-Jun-2020 17:00:21 #19 92.48 [warn] /src/app/api/VocabularyTerms.scala:44: match may not be exhaustive.
09-Jun-2020 17:00:21 #19 92.48 [warn] It would fail on the following input: None
09-Jun-2020 17:00:21 #19 92.48 [warn]     vocabularyTermService.get(id) match {
09-Jun-2020 17:00:21 #19 92.48 [warn]                              ^
09-Jun-2020 17:00:21 #19 92.49 [warn] /src/app/controllers/Admin.scala:311: match may not be exhaustive.
09-Jun-2020 17:00:21 #19 92.49 [warn] It would fail on the following input: None
09-Jun-2020 17:00:21 #19 92.49 [warn]     user match {
09-Jun-2020 17:00:21 #19 92.49 [warn]     ^
09-Jun-2020 17:00:21 #19 92.49 [warn] /src/app/controllers/Admin.scala:335: match may not be exhaustive.
09-Jun-2020 17:00:21 #19 92.49 [warn] It would fail on the following input: None
09-Jun-2020 17:00:21 #19 92.49 [warn]     user match {
09-Jun-2020 17:00:21 #19 92.49 [warn]     ^
09-Jun-2020 17:00:21 #19 92.50 [warn] /src/app/controllers/Admin.scala:349: match may not be exhaustive.
09-Jun-2020 17:00:21 #19 92.50 [warn] It would fail on the following input: None
09-Jun-2020 17:00:21 #19 92.50 [warn]     user match {
09-Jun-2020 17:00:21 #19 92.50 [warn]     ^
09-Jun-2020 17:00:21 #19 92.68 [warn] /src/app/controllers/CurationObjects.scala:658: match may not be exhaustive.
09-Jun-2020 17:00:21 #19 92.68 [warn] It would fail on the following input: None
09-Jun-2020 17:00:21 #19 92.68 [warn]       curations.get(curationId) match {
09-Jun-2020 17:00:21 #19 92.68 [warn]                    ^
09-Jun-2020 17:00:21 #19 92.69 [warn] /src/app/controllers/CurationObjects.scala:858: match may not be exhaustive.
09-Jun-2020 17:00:21 #19 92.69 [warn] It would fail on the following inputs: JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
09-Jun-2020 17:00:21 #19 92.69 [warn]     content match {
09-Jun-2020 17:00:21 #19 92.69 [warn]     ^
09-Jun-2020 17:00:21 #19 92.73 [warn] /src/app/controllers/Datasets.scala:374: match may not be exhaustive.
09-Jun-2020 17:00:21 #19 92.73 [warn] It would fail on the following input: None
09-Jun-2020 17:00:21 #19 92.73 [warn]         email match {
09-Jun-2020 17:00:21 #19 92.73 [warn]         ^
09-Jun-2020 17:00:21 #19 92.73 [warn] /src/app/controllers/Datasets.scala:371: match may not be exhaustive.
09-Jun-2020 17:00:21 #19 92.73 [warn] It would fail on the following input: None
09-Jun-2020 17:00:21 #19 92.73 [warn]     user match {
09-Jun-2020 17:00:21 #19 92.73 [warn]     ^
09-Jun-2020 17:00:21 #19 92.77 [warn] /src/app/controllers/FileLinks.scala:67: match may not be exhaustive.
09-Jun-2020 17:00:21 #19 92.77 [warn] It would fail on the following input: None
09-Jun-2020 17:00:21 #19 92.77 [warn]         files.get(fileid) match {
09-Jun-2020 17:00:21 #19 92.77 [warn]                  ^
09-Jun-2020 17:00:21 #19 92.90 [warn] /src/app/controllers/Spaces.scala:356: match may not be exhaustive.
09-Jun-2020 17:00:21 #19 92.90 [warn] It would fail on the following input: None
09-Jun-2020 17:00:21 #19 92.90 [warn]                 spaces.getRoleForUserInSpace(s.id, requestReceiver.id) match {
09-Jun-2020 17:00:21 #19 92.90 [warn]                                             ^
09-Jun-2020 17:00:21 #19 93.21 [warn] /src/app/services/ToolManagerPlugin.scala:122: match may not be exhaustive.
09-Jun-2020 17:00:21 #19 93.21 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_)
09-Jun-2020 17:00:22 #19 93.21 [warn]       jsonObj match {
09-Jun-2020 17:00:22 #19 93.21 [warn]       ^
09-Jun-2020 17:00:22 #19 93.21 [warn] /src/app/services/ToolManagerPlugin.scala:141: match may not be exhaustive.
09-Jun-2020 17:00:22 #19 93.21 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_)
09-Jun-2020 17:00:22 #19 93.21 [warn]       jsonObj match {
09-Jun-2020 17:00:22 #19 93.21 [warn]       ^
09-Jun-2020 17:00:22 #19 93.22 [warn] /src/app/services/ToolManagerPlugin.scala:200: match may not be exhaustive.
09-Jun-2020 17:00:22 #19 93.22 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsObject(_)
09-Jun-2020 17:00:22 #19 93.22 [warn]     val toolName = (toolList \ toolPath \ "name") match {
09-Jun-2020 17:00:22 #19 93.22 [warn]                                         ^
09-Jun-2020 17:00:22 #19 93.24 [warn] /src/app/services/TreeService.scala:316: match may not be exhaustive.
09-Jun-2020 17:00:22 #19 93.24 [warn] It would fail on the following input: None
09-Jun-2020 17:00:22 #19 93.24 [warn]       collections.get(col_id) match {
09-Jun-2020 17:00:22 #19 93.24 [warn]                      ^
09-Jun-2020 17:00:22 #19 93.26 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:176: match may not be exhaustive.
09-Jun-2020 17:00:22 #19 93.26 [warn] It would fail on the following input: None
09-Jun-2020 17:00:22 #19 93.26 [warn]     datasets.get(datasetId) match {
09-Jun-2020 17:00:22 #19 93.26 [warn]                 ^
09-Jun-2020 17:00:22 #19 93.31 [warn] /src/app/services/mongodb/MongoDBCollectionService.scala:669: match may not be exhaustive.
09-Jun-2020 17:00:22 #19 93.31 [warn] It would fail on the following input: None
09-Jun-2020 17:00:22 #19 93.31 [warn]     Collection.findOneById(new ObjectId(collectionId.stringify)) match {
09-Jun-2020 17:00:22 #19 93.31 [warn]                           ^
09-Jun-2020 17:00:22 #19 93.36 [warn] /src/app/services/mongodb/MongoDBDatasetService.scala:437: match may not be exhaustive.
09-Jun-2020 17:00:22 #19 93.36 [warn] It would fail on the following input: Some((x: String forSome x not in ("default", "private", "public", "publicAll", "trial")))
09-Jun-2020 17:00:22 #19 93.36 [warn]     val filterStatus = status match {
09-Jun-2020 17:00:22 #19 93.36 [warn]                        ^
09-Jun-2020 17:00:22 #19 93.45 [warn] /src/app/services/mongodb/MongoDBFileService.scala:784: match may not be exhaustive.
09-Jun-2020 17:00:22 #19 93.45 [warn] It would fail on the following input: None
09-Jun-2020 17:00:22 #19 93.45 [warn]         get(id) match{
09-Jun-2020 17:00:22 #19 93.45 [warn]            ^
09-Jun-2020 17:00:22 #19 93.53 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:494: match may not be exhaustive.
09-Jun-2020 17:00:22 #19 93.53 [warn] It would fail on the following input: Some(false)
09-Jun-2020 17:00:22 #19 93.53 [warn]                 datasetOnlyInSpace match {
09-Jun-2020 17:00:22 #19 93.53 [warn]                 ^
09-Jun-2020 17:00:22 #19 93.55 [warn] /src/app/services/mongodb/MongoDBTileService.scala:29: match may not be exhaustive.
09-Jun-2020 17:00:22 #19 93.55 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
09-Jun-2020 17:00:22 #19 93.55 [warn]     json match {
09-Jun-2020 17:00:22 #19 93.55 [warn]     ^
09-Jun-2020 17:00:22 #19 93.62 [warn] /src/app/services/mongodb/MongoSalatPlugin.scala:1610: match may not be exhaustive.
09-Jun-2020 17:00:22 #19 93.62 [warn] It would fail on the following input: None
09-Jun-2020 17:00:22 #19 93.62 [warn]         md.getAs[DBObject]("content") match {
09-Jun-2020 17:00:22 #19 93.62 [warn]                           ^
09-Jun-2020 17:00:22 #19 93.64 [warn] /src/app/util/FileUtils.scala:146: match may not be exhaustive.
09-Jun-2020 17:00:22 #19 93.64 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_)
09-Jun-2020 17:00:22 #19 93.65 [warn]                 Json.parse(fobj) \ "@context" match {
09-Jun-2020 17:00:22 #19 93.65 [warn]                                  ^
09-Jun-2020 17:00:22 #19 93.77 [warn] /src/conf/routes:47: unreachable code
09-Jun-2020 17:00:22 #19 93.77 [warn] GET            /profile/:uuid                                                           @controllers.Profile.viewProfileUUID(uuid: UUID)
09-Jun-2020 17:00:22 #19 93.83 [warn] /src/conf/routes:298: unreachable code
09-Jun-2020 17:00:22 #19 93.83 [warn] POST           /api/sensors/config                                                      @api.Admin.sensorsConfig
09-Jun-2020 17:00:22 #19 93.87 [warn] /src/conf/routes:637: unreachable code
09-Jun-2020 17:00:22 #19 93.87 [warn] DELETE         /api/sections/:id/tags                                                   @api.Sections.removeTags(id: UUID)
09-Jun-2020 17:00:22 #19 93.89 [warn] /src/conf/routes:368: unreachable code
09-Jun-2020 17:00:22 #19 93.89 [warn] POST           /api/uploadToDataset/:id                                                 @api.Files.uploadToDataset(id: UUID, showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String ?= "", extract: Boolean ?= true)
09-Jun-2020 17:00:22 #19 93.98 [warn] /src/conf/routes:391: unreachable code
09-Jun-2020 17:00:22 #19 93.98 [warn] DELETE         /api/files/:id                                                           @api.Files.removeFile(id: UUID)
09-Jun-2020 17:00:22 #19 94.01 [warn] /src/conf/routes:397: unreachable code
09-Jun-2020 17:00:22 #19 94.02 [warn] DELETE         /api/files/:id/tags                                                      @api.Files.removeTags(id: UUID)
09-Jun-2020 17:00:22 #19 94.04 [warn] /src/conf/routes:461: unreachable code
09-Jun-2020 17:00:22 #19 94.04 [warn] GET            /api/files/:three_d_file_id/:filename                                    @api.Files.getTexture(three_d_file_id: UUID, filename)
09-Jun-2020 17:00:22 #19 94.07 [warn] /src/conf/routes:448: unreachable code
09-Jun-2020 17:00:22 #19 94.07 [warn] GET            /api/files/:id                                                           @api.Files.download(id: UUID, tracking: Boolean ?= true)
09-Jun-2020 17:00:22 #19 94.09 [warn] /src/conf/routes:364: unreachable code
09-Jun-2020 17:00:22 #19 94.10 [warn] POST           /api/files/withFlags/:flags                                              @api.Files.upload(showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String)
09-Jun-2020 17:00:22 #19 94.12 [warn] /src/conf/routes:505: unreachable code
09-Jun-2020 17:00:22 #19 94.12 [warn] GET            /api/collections/list                                                    @api.Collections.list(title: Option[String] ?= None, date: Option[String] ?= None, limit: Int ?= 12, exact: Boolean ?= false)
09-Jun-2020 17:00:22 #19 94.15 [warn] /src/conf/routes:512: unreachable code
09-Jun-2020 17:00:22 #19 94.15 [warn] DELETE         /api/collections/:coll_id/datasets/:ds_id                                @api.Collections.removeDataset(coll_id: UUID, ds_id: UUID, ignoreNotFound ?= "True")
09-Jun-2020 17:00:22 #19 94.17 [warn] /src/conf/routes:518: unreachable code
09-Jun-2020 17:00:22 #19 94.18 [warn] DELETE         /api/collections/:coll_id                                                @api.Collections.removeCollection(coll_id: UUID)
09-Jun-2020 17:00:22 #19 94.20 [warn] /src/conf/routes:559: unreachable code
09-Jun-2020 17:00:22 #19 94.20 [warn] DELETE         /api/datasets/:ds_id/:file_id                                            @api.Datasets.detachFile(ds_id: UUID,file_id: UUID, ignoreNotFound ?= "True")
09-Jun-2020 17:00:22 #19 94.23 [warn] /src/conf/routes:571: unreachable code
09-Jun-2020 17:00:23 #19 94.23 [warn] GET            /api/datasets/:id/files                                                  @api.Datasets.datasetAllFilesList(id: UUID, max: Int ?= -1)
09-Jun-2020 17:00:23 #19 94.25 [warn] /src/conf/routes:517: unreachable code
09-Jun-2020 17:00:23 #19 94.26 [warn] GET            /api/collections/:coll_id/getDatasets                                    @api.Datasets.listInCollection(coll_id: UUID)
09-Jun-2020 17:00:23 #19 94.28 [warn] /src/conf/routes:585: unreachable code
09-Jun-2020 17:00:23 #19 94.28 [warn] DELETE         /api/datasets/:id/tags                                                   @api.Datasets.removeTags(id: UUID)
09-Jun-2020 17:00:23 #19 94.33 [warn] /src/conf/routes:672: unreachable code
09-Jun-2020 17:00:23 #19 94.33 [warn] GET            /api/geostreams/streams/update                                           api.Geostreams.updateStatisticsStreamSensor()
09-Jun-2020 17:00:23 #19 94.35 model contains 974 documentable templates
09-Jun-2020 17:00:23 #19 94.57 [warn] /src/app/views/collections/tile.scala.html:55: match may not be exhaustive.
09-Jun-2020 17:00:23 #19 94.57 [warn] It would fail on the following input: None
09-Jun-2020 17:00:23 #19 94.58 [warn]                 case Some(viewer) => {
09-Jun-2020 17:00:23 #19 94.58 [warn] ^
09-Jun-2020 17:00:23 #19 94.60 [warn] /src/app/views/curations/publishedGrid.scala.html:12: match may not be exhaustive.
09-Jun-2020 17:00:23 #19 94.60 [warn] It would fail on the following inputs: JsBoolean(_), JsNull, JsNumber(_), JsObject(_), JsUndefined()
09-Jun-2020 17:00:23 #19 94.60 [warn]           case creators:JsArray => {@(((jo \ "CreatorName"))(0).as[String].trim)@for(i <- 1 to (creators.value.size-1)){, @(((jo \ "CreatorName"))(i).as[String].trim)}}}"
09-Jun-2020 17:00:23 #19 94.60 [warn] ^
09-Jun-2020 17:00:23 #19 94.60 [warn] /src/app/views/curations/publishedGrid.scala.html:31: match may not be exhaustive.
09-Jun-2020 17:00:23 #19 94.60 [warn] It would fail on the following inputs: JsBoolean(_), JsNull, JsNumber(_), JsObject(_), JsUndefined()
09-Jun-2020 17:00:23 #19 94.60 [warn]           case creator:JsString => {
09-Jun-2020 17:00:23 #19 94.60 [warn] ^
09-Jun-2020 17:00:23 #19 94.61 [warn] /src/app/views/curations/publishedGrid.scala.html:9: match may not be exhaustive.
09-Jun-2020 17:00:23 #19 94.61 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
09-Jun-2020 17:00:23 #19 94.61 [warn]                     case jo:JsObject => {
09-Jun-2020 17:00:23 #19 94.61 [warn] ^
09-Jun-2020 17:00:23 #19 94.64 [warn] /src/app/views/datasets/tile.scala.html:65: match may not be exhaustive.
09-Jun-2020 17:00:23 #19 94.64 [warn] It would fail on the following input: None
09-Jun-2020 17:00:23 #19 94.64 [warn]                 case Some(viewer) => {
09-Jun-2020 17:00:23 #19 94.64 [warn] ^
09-Jun-2020 17:00:23 #19 94.65 [warn] /src/app/views/files/tile.scala.html:45: match may not be exhaustive.
09-Jun-2020 17:00:23 #19 94.65 [warn] It would fail on the following input: None
09-Jun-2020 17:00:23 #19 94.65 [warn]                 case Some(viewer) => {
09-Jun-2020 17:00:23 #19 94.66 [warn] ^
09-Jun-2020 17:00:23 #19 94.68 [warn] /src/app/views/metadatald/newCard.scala.html:12: match may not be exhaustive.
09-Jun-2020 17:00:23 #19 94.68 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
09-Jun-2020 17:00:23 #19 94.68 [warn]                 case o: JsObject => {
09-Jun-2020 17:00:23 #19 94.68 [warn] ^
09-Jun-2020 17:00:23 #19 94.69 [warn] /src/app/views/metadatald/newTableRow.scala.html:12: match may not be exhaustive.
09-Jun-2020 17:00:23 #19 94.69 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
09-Jun-2020 17:00:23 #19 94.69 [warn]                 case o: JsObject => {
09-Jun-2020 17:00:23 #19 94.69 [warn] ^
09-Jun-2020 17:00:28 #19 99.57 [warn] /src/app/services/irods/IRODSPlugin.scala:9: Tag '@date' is not recognised
09-Jun-2020 17:00:28 #19 99.58 [warn] /**
09-Jun-2020 17:00:28 #19 99.58 [warn] ^
09-Jun-2020 17:00:31 #19 103.1 [warn] /src/app/api/CurationObjects.scala:288: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
09-Jun-2020 17:00:31 #19 103.1 [warn]           val client = new DefaultHttpClient
09-Jun-2020 17:00:31 #19 103.1 [warn]                            ^
09-Jun-2020 17:00:31 #19 103.1 [warn] /src/app/api/Datasets.scala:223: value xmlMetadata in class File is deprecated: use Metadata
09-Jun-2020 17:00:31 #19 103.1 [warn]                   if (!file.xmlMetadata.isEmpty) {
09-Jun-2020 17:00:31 #19 103.1 [warn]                             ^
09-Jun-2020 17:00:31 #19 103.1 [warn] /src/app/api/Datasets.scala:420: value xmlMetadata in class File is deprecated: use Metadata
09-Jun-2020 17:00:31 #19 103.1 [warn]       if (!file.xmlMetadata.isEmpty){
09-Jun-2020 17:00:31 #19 103.1 [warn]                 ^
09-Jun-2020 17:00:31 #19 103.1 [warn] /src/app/api/Datasets.scala:499: value xmlMetadata in class File is deprecated: use Metadata
09-Jun-2020 17:00:31 #19 103.1 [warn]           if (!file.xmlMetadata.isEmpty)
09-Jun-2020 17:00:31 #19 103.1 [warn]                     ^
09-Jun-2020 17:00:32 #19 103.4 [warn] /src/app/models/Collection.scala:26: value jsonldMetadata in class Collection is deprecated: use Metadata
09-Jun-2020 17:00:32 #19 103.4 [warn]   @deprecated("use Metadata","since the use of jsonld") jsonldMetadata : List[Metadata]= List.empty
09-Jun-2020 17:00:32 #19 103.4 [warn]                                                         ^
09-Jun-2020 17:00:32 #19 103.4 [warn] /src/app/models/Collection.scala:6: value jsonldMetadata in class Collection is deprecated: use Metadata
09-Jun-2020 17:00:32 #19 103.4 [warn] case class Collection(
09-Jun-2020 17:00:32 #19 103.4 [warn]            ^
09-Jun-2020 17:00:32 #19 103.5 [warn] /src/app/models/File.scala:31: value xmlMetadata in class File is deprecated: use Metadata
09-Jun-2020 17:00:32 #19 103.5 [warn]   @deprecated("use Metadata","since the use of jsonld") xmlMetadata: Map[String, Any] = Map.empty,
09-Jun-2020 17:00:32 #19 103.5 [warn]                                                         ^
09-Jun-2020 17:00:32 #19 103.5 [warn] /src/app/models/File.scala:13: value xmlMetadata in class File is deprecated: use Metadata
09-Jun-2020 17:00:32 #19 103.5 [warn] case class File(
09-Jun-2020 17:00:32 #19 103.5 [warn]            ^
09-Jun-2020 17:00:32 #19 103.5 [warn] /src/app/models/Preview.scala:29: value jsonldMetadata in class Preview is deprecated: use Metadata
09-Jun-2020 17:00:32 #19 103.5 [warn]   @deprecated("use Metadata","since the use of jsonld") jsonldMetadata : List[Metadata]= List.empty
09-Jun-2020 17:00:32 #19 103.5 [warn]                                                         ^
09-Jun-2020 17:00:32 #19 103.5 [warn] /src/app/models/Preview.scala:10: value jsonldMetadata in class Preview is deprecated: use Metadata
09-Jun-2020 17:00:32 #19 103.5 [warn] case class Preview(
09-Jun-2020 17:00:32 #19 103.5 [warn]            ^
09-Jun-2020 17:00:32 #19 103.6 [warn] /src/app/models/Section.scala:18: value jsonldMetadata in class Section is deprecated: use Metadata
09-Jun-2020 17:00:32 #19 103.6 [warn]   @deprecated("use Metadata","since the use of jsonld") jsonldMetadata : List[Metadata]= List.empty,
09-Jun-2020 17:00:32 #19 103.6 [warn]                                                         ^
09-Jun-2020 17:00:32 #19 103.6 [warn] /src/app/models/Section.scala:8: value jsonldMetadata in class Section is deprecated: use Metadata
09-Jun-2020 17:00:32 #19 103.6 [warn] case class Section(
09-Jun-2020 17:00:32 #19 103.6 [warn]            ^
09-Jun-2020 17:00:32 #19 103.8 [warn] /src/app/services/RabbitmqPlugin.scala:199: method encode in object URLEncoder is deprecated: see corresponding Javadoc for more information.
09-Jun-2020 17:00:32 #19 103.8 [warn]       vhost = URLEncoder.encode(factory.get.getVirtualHost)
09-Jun-2020 17:00:32 #19 103.8 [warn]                          ^
09-Jun-2020 17:00:32 #19 103.9 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:25: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
09-Jun-2020 17:00:32 #19 103.9 [warn]         val httpclient = new DefaultHttpClient()
09-Jun-2020 17:00:32 #19 103.9 [warn]             ^
09-Jun-2020 17:00:32 #19 103.9 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:25: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
09-Jun-2020 17:00:32 #19 103.9 [warn]         val httpclient = new DefaultHttpClient()
09-Jun-2020 17:00:32 #19 103.9 [warn]                              ^
09-Jun-2020 17:00:32 #19 103.9 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:53: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
09-Jun-2020 17:00:32 #19 103.9 [warn]         val httpclient = new DefaultHttpClient()
09-Jun-2020 17:00:32 #19 103.9 [warn]             ^
09-Jun-2020 17:00:32 #19 103.9 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:53: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
09-Jun-2020 17:00:32 #19 103.9 [warn]         val httpclient = new DefaultHttpClient()
09-Jun-2020 17:00:32 #19 103.9 [warn]                              ^
09-Jun-2020 17:00:32 #19 103.9 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:81: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
09-Jun-2020 17:00:32 #19 103.9 [warn]         val httpclient = new DefaultHttpClient()
09-Jun-2020 17:00:32 #19 103.9 [warn]             ^
09-Jun-2020 17:00:32 #19 103.9 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:81: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
09-Jun-2020 17:00:32 #19 103.9 [warn]         val httpclient = new DefaultHttpClient()
09-Jun-2020 17:00:32 #19 103.9 [warn]                              ^
09-Jun-2020 17:00:32 #19 103.9 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:110: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
09-Jun-2020 17:00:32 #19 103.9 [warn]         val httpclient = new DefaultHttpClient()
09-Jun-2020 17:00:32 #19 103.9 [warn]             ^
09-Jun-2020 17:00:32 #19 103.9 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:110: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
09-Jun-2020 17:00:32 #19 103.9 [warn]         val httpclient = new DefaultHttpClient()
09-Jun-2020 17:00:32 #19 103.9 [warn]                              ^
09-Jun-2020 17:00:32 #19 103.9 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:128: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
09-Jun-2020 17:00:32 #19 103.9 [warn]         val httpclient = new DefaultHttpClient()
09-Jun-2020 17:00:32 #19 103.9 [warn]             ^
09-Jun-2020 17:00:32 #19 103.9 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:128: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
09-Jun-2020 17:00:32 #19 103.9 [warn]         val httpclient = new DefaultHttpClient()
09-Jun-2020 17:00:32 #19 103.9 [warn]                              ^
09-Jun-2020 17:00:32 #19 103.9 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:146: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
09-Jun-2020 17:00:32 #19 103.9 [warn]         val httpclient = new DefaultHttpClient()
09-Jun-2020 17:00:32 #19 103.9 [warn]             ^
09-Jun-2020 17:00:32 #19 103.9 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:146: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
09-Jun-2020 17:00:32 #19 103.9 [warn]         val httpclient = new DefaultHttpClient()
09-Jun-2020 17:00:32 #19 103.9 [warn]                              ^
09-Jun-2020 17:00:32 #19 103.9 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:204: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
09-Jun-2020 17:00:32 #19 103.9 [warn]         val httpclient = new DefaultHttpClient()
09-Jun-2020 17:00:32 #19 103.9 [warn]             ^
09-Jun-2020 17:00:32 #19 103.9 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:204: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
09-Jun-2020 17:00:32 #19 103.9 [warn]         val httpclient = new DefaultHttpClient()
09-Jun-2020 17:00:32 #19 103.9 [warn]                              ^
09-Jun-2020 17:00:32 #19 103.9 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:225: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
09-Jun-2020 17:00:32 #19 103.9 [warn]         val httpclient = new DefaultHttpClient()
09-Jun-2020 17:00:32 #19 103.9 [warn]             ^
09-Jun-2020 17:00:32 #19 103.9 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:225: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
09-Jun-2020 17:00:32 #19 103.9 [warn]         val httpclient = new DefaultHttpClient()
09-Jun-2020 17:00:32 #19 103.9 [warn]                              ^
09-Jun-2020 17:00:32 #19 104.1 [warn] /src/app/services/mongodb/MongoDBFileService.scala:816: value xmlMetadata in class File is deprecated: use Metadata
09-Jun-2020 17:00:32 #19 104.1 [warn]             if(!file.xmlMetadata.isEmpty){
09-Jun-2020 17:00:32 #19 104.1 [warn]                      ^
09-Jun-2020 17:00:32 #19 104.1 [warn] /src/app/services/mongodb/MongoDBPreviewService.scala:171: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
09-Jun-2020 17:00:32 #19 104.1 [warn]       val httpclient = new DefaultHttpClient()
09-Jun-2020 17:00:32 #19 104.1 [warn]           ^
09-Jun-2020 17:00:32 #19 104.1 [warn] /src/app/services/mongodb/MongoDBPreviewService.scala:171: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
09-Jun-2020 17:00:32 #19 104.1 [warn]       val httpclient = new DefaultHttpClient()
09-Jun-2020 17:00:32 #19 104.1 [warn]                            ^
09-Jun-2020 17:00:33 #19 104.2 [warn] /src/app/util/FileUtils.scala:280: value jsonldMetadata in class Preview is deprecated: use Metadata
09-Jun-2020 17:00:33 #19 104.2 [warn]           val currentMetadata = currentPreview.jsonldMetadata
09-Jun-2020 17:00:33 #19 104.2 [warn]                                                ^
09-Jun-2020 17:00:33 #19 104.4 [warn] /src/conf/routes:363: method upload in class Files is deprecated
09-Jun-2020 17:00:33 #19 104.4 [warn] POST           /api/files                                                               @api.Files.upload(showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String ?= "")
09-Jun-2020 17:00:33 #19 104.5 [warn] /src/conf/routes:363: method upload in class Files is deprecated
09-Jun-2020 17:00:33 #19 104.5 [warn] POST           /api/files                                                               @api.Files.upload(showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String ?= "")
09-Jun-2020 17:00:33 #19 104.5 [warn] /src/conf/routes:364: method upload in class Files is deprecated
09-Jun-2020 17:00:33 #19 104.5 [warn] POST           /api/files/withFlags/:flags                                              @api.Files.upload(showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String)
09-Jun-2020 17:00:37 #19 108.6 [warn] 54 warnings found
09-Jun-2020 17:00:37 #19 108.6 [info] Main Scala API documentation successful.
09-Jun-2020 17:00:37 #19 108.7 [info] Packaging /src/target/scala-2.10/clowder_2.10-1.8.2-SNAPSHOT-javadoc.jar ...
09-Jun-2020 17:00:38 #19 109.5 [info] Done packaging.
09-Jun-2020 17:01:23 #19 154.5 [warn] 175 warnings found
09-Jun-2020 17:01:24 #19 155.9 [warn] warning: [options] bootstrap class path not set in conjunction with -source 1.7
09-Jun-2020 17:01:24 #19 155.9 [warn] 1 warning
09-Jun-2020 17:01:32 #19 164.0 [info] Packaging /src/target/scala-2.10/clowder_2.10-1.8.2-SNAPSHOT.jar ...
09-Jun-2020 17:01:35 #19 166.6 [info] Done packaging.
09-Jun-2020 17:01:42 #19 173.7 [info]
09-Jun-2020 17:01:42 #19 173.7 [info] Your package is ready in /src/target/universal/clowder-1.8.2-SNAPSHOT.zip
09-Jun-2020 17:01:42 #19 173.7 [info]
09-Jun-2020 17:01:42 #19 173.7 [success] Total time: 169 s, completed Jun 9, 2020 10:01:42 PM
09-Jun-2020 17:01:42 #19 173.8 total 96092
09-Jun-2020 17:01:42 #19 173.8 -rw-r--r--    1 root     root      98386597 Jun  9 22:01 clowder-1.8.2-SNAPSHOT.zip
09-Jun-2020 17:01:42 #19 173.8 drwxr-xr-x    3 root     root          4096 Jun  9 22:01 tmp
09-Jun-2020 17:01:44 #19 175.5 total 1228
09-Jun-2020 17:01:44 #19 175.5 drwxr-xr-x   13 root     root          4096 Jun  9 21:58 app
09-Jun-2020 17:01:44 #19 175.5 drwxr-xr-x    6 root     root          4096 Jun  9 22:01 clowder-1.8.2-SNAPSHOT
09-Jun-2020 17:01:44 #19 175.5 drwxr-xr-x    2 root     root          4096 Jun  9 21:58 conf
09-Jun-2020 17:01:44 #19 175.5 drwxr-xr-x    2 root     root          4096 Jun  9 21:58 lib
09-Jun-2020 17:01:44 #19 175.5 drwxr-xr-x    1 root     root          4096 Jun  9 21:53 project
09-Jun-2020 17:01:44 #19 175.5 drwxr-xr-x   12 root     root          4096 Jun  9 21:58 public
09-Jun-2020 17:01:44 #19 175.5 -rwxr-xr-x    1 root     root           164 Jun  9 21:49 sbt
09-Jun-2020 17:01:44 #19 175.5 -rw-r--r--    1 root     root          5821 Jun  9 21:49 sbt-launch-lib.bash
09-Jun-2020 17:01:44 #19 175.5 -rw-r--r--    1 root     root       1208385 Jun  9 21:49 sbt-launch.jar
09-Jun-2020 17:01:44 #19 175.5 -rw-r--r--    1 root     root           164 Jun  9 21:49 sbt.bat
09-Jun-2020 17:01:44 #19 175.5 drwxr-xr-x    9 root     root          4096 Jun  9 22:01 target
09-Jun-2020 17:01:44 #19    completed: 2020-06-09 22:01:44.726318691 +0000 UTC
09-Jun-2020 17:01:44 #19     duration: 2m56.010841377s
09-Jun-2020 17:01:44
09-Jun-2020 17:01:46
09-Jun-2020 17:01:46 #20 [stage-1 3/6] COPY --from=clowder-build /src/clowder /home/clowder/
09-Jun-2020 17:01:46 #20       digest: sha256:ccc24b76cbfa286b05220fa91b920a389cec9d21ccda1115b1a5e0ea542ae712
09-Jun-2020 17:01:46 #20         name: "[stage-1 3/6] COPY --from=clowder-build /src/clowder /home/clowder/"
09-Jun-2020 17:01:46 #20      started: 2020-06-09 22:01:46.063612028 +0000 UTC
09-Jun-2020 17:01:47 #20    completed: 2020-06-09 22:01:47.2010463 +0000 UTC
09-Jun-2020 17:01:47 #20     duration: 1.137434272s
09-Jun-2020 17:01:47
09-Jun-2020 17:01:47
09-Jun-2020 17:01:47 #21 [stage-1 4/6] COPY docker/clowder.sh docker/healthcheck.sh /home/clowder...
09-Jun-2020 17:01:47 #21       digest: sha256:2a4b1f106bf31542f47dee2b1ee8ccb2c763a51c78fa978dca7d9c1c28e0e586
09-Jun-2020 17:01:47 #21         name: "[stage-1 4/6] COPY docker/clowder.sh docker/healthcheck.sh /home/clowder/"
09-Jun-2020 17:01:47 #21      started: 2020-06-09 22:01:47.240943852 +0000 UTC
09-Jun-2020 17:01:48 #21    completed: 2020-06-09 22:01:48.256523833 +0000 UTC
09-Jun-2020 17:01:48 #21     duration: 1.015579981s
09-Jun-2020 17:01:48
09-Jun-2020 17:01:48
09-Jun-2020 17:01:48 #22 [stage-1 5/6] COPY docker/custom.conf docker/play.plugins /home/clowder/...
09-Jun-2020 17:01:48 #22       digest: sha256:4ed0bd15ccf5436d8aadb3747833a3b4c0a88d8623d24a04d697bdad39f5a9a8
09-Jun-2020 17:01:48 #22         name: "[stage-1 5/6] COPY docker/custom.conf docker/play.plugins /home/clowder/custom/"
09-Jun-2020 17:01:48 #22      started: 2020-06-09 22:01:48.279777184 +0000 UTC
09-Jun-2020 17:01:49 #22    completed: 2020-06-09 22:01:49.075475822 +0000 UTC
09-Jun-2020 17:01:49 #22     duration: 795.698638ms
09-Jun-2020 17:01:49
09-Jun-2020 17:01:49
09-Jun-2020 17:01:49 #23 [stage-1 6/6] RUN mkdir /home/clowder/data &&     chgrp -R 0 /home/clowd...
09-Jun-2020 17:01:49 #23       digest: sha256:92b6c103d575fb3534f7f5d7c999c303806f0372725c0fd57d9b00f27c975245
09-Jun-2020 17:01:49 #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"
09-Jun-2020 17:01:49 #23      started: 2020-06-09 22:01:49.10292463 +0000 UTC
09-Jun-2020 17:02:41 #23    completed: 2020-06-09 22:02:41.706670322 +0000 UTC
09-Jun-2020 17:02:41 #23     duration: 52.603745692s
09-Jun-2020 17:02:41
09-Jun-2020 17:02:41
09-Jun-2020 17:02:41 #24 exporting to image
09-Jun-2020 17:02:41 #24       digest: sha256:e550da243933627bcc7d7d27b5fa5b32d74ce10aad36726b77b40fa178c3ce59
09-Jun-2020 17:02:41 #24         name: "exporting to image"
09-Jun-2020 17:02:41 #24      started: 2020-06-09 22:02:41.89250934 +0000 UTC
09-Jun-2020 17:02:41 #24 exporting layers
09-Jun-2020 17:02:44 #24 exporting layers 2.3s done
09-Jun-2020 17:02:44 #24 writing image sha256:fc86d486c9ca796b93dcc191173049d1380eba2ccc1167cf81276ec7c1e2e3e9 0.0s done
09-Jun-2020 17:02:44 #24 naming to docker.io/clowder/clowder:latest
09-Jun-2020 17:02:44 #24    completed: 2020-06-09 22:02:44.310384899 +0000 UTC
09-Jun-2020 17:02:44 #24     duration: 2.417875559s
09-Jun-2020 17:02:44 #24 naming to docker.io/clowder/clowder:latest 0.0s done
09-Jun-2020 17:02:44
09-Jun-2020 17:02:44
09-Jun-2020 17:02:44 #2 [internal] load build definition from Dockerfile
09-Jun-2020 17:02:44 #2       digest: sha256:adbdf3e30a064970af620d2c226b0293eb706d63502b1500c8a37b43ea878e39
09-Jun-2020 17:02:44 #2         name: "[internal] load build definition from Dockerfile"
09-Jun-2020 17:02:44 #2      started: 2020-06-09 22:02:44.580817381 +0000 UTC
09-Jun-2020 17:02:44 #2 transferring dockerfile: 605B 0.0s done
09-Jun-2020 17:02:45 #2    completed: 2020-06-09 22:02:45.016788609 +0000 UTC
09-Jun-2020 17:02:45 #2     duration: 435.971228ms
09-Jun-2020 17:02:45
09-Jun-2020 17:02:45
09-Jun-2020 17:02:45 #1 [internal] load .dockerignore
09-Jun-2020 17:02:45 #1       digest: sha256:32f15c526daa004e48a09d5d2cd7b387ebe8af878a4b6b9fad10911b693e0229
09-Jun-2020 17:02:45 #1         name: "[internal] load .dockerignore"
09-Jun-2020 17:02:45 #1      started: 2020-06-09 22:02:44.58104613 +0000 UTC
09-Jun-2020 17:02:45 #1 transferring context: 2B done
09-Jun-2020 17:02:45 #1    completed: 2020-06-09 22:02:45.119066086 +0000 UTC
09-Jun-2020 17:02:45 #1     duration: 538.019956ms
09-Jun-2020 17:02:45
09-Jun-2020 17:02:45
09-Jun-2020 17:02:45 #3 [internal] load metadata for docker.io/library/ubuntu:latest
09-Jun-2020 17:02:45 #3       digest: sha256:8c6bdfb121a69744f11ffa1fedfc68ec20085c2dcce567aac97a3ff72e53502d
09-Jun-2020 17:02:45 #3         name: "[internal] load metadata for docker.io/library/ubuntu:latest"
09-Jun-2020 17:02:45 #3      started: 2020-06-09 22:02:45.200938486 +0000 UTC
09-Jun-2020 17:02:45 #3    completed: 2020-06-09 22:02:45.576691638 +0000 UTC
09-Jun-2020 17:02:45 #3     duration: 375.753152ms
09-Jun-2020 17:02:45
09-Jun-2020 17:02:45
09-Jun-2020 17:02:45 #4 [internal] helper image for file operations
09-Jun-2020 17:02:45 #4       digest: sha256:e4c43493b1bb2320466c52248e886014710025b273f224bb96a23b8fb7a1d193
09-Jun-2020 17:02:45 #4         name: "[internal] helper image for file operations"
09-Jun-2020 17:02:45 #4      started: 2020-06-09 22:02:45.577599597 +0000 UTC
09-Jun-2020 17:02:45 #4    completed: 2020-06-09 22:02:45.577773338 +0000 UTC
09-Jun-2020 17:02:45 #4     duration: 173.741µs
09-Jun-2020 17:02:45 #4      started: 2020-06-09 22:02:45.578613954 +0000 UTC
09-Jun-2020 17:02:45 #4       cached: true
09-Jun-2020 17:02:45 #4    completed: 2020-06-09 22:02:45.614966177 +0000 UTC
09-Jun-2020 17:02:45 #4     duration: 36.352223ms
09-Jun-2020 17:02:45
09-Jun-2020 17:02:45
09-Jun-2020 17:02:45 #5 [1/3] FROM docker.io/library/ubuntu@sha256:747d2dbbaaee995098c9792d99bd3...
09-Jun-2020 17:02:45 #5       digest: sha256:a8e2620730dfe25984268c67fcbe396b1ed0900aec3672b163c8c7da1349dfb3
09-Jun-2020 17:02:45 #5         name: "[1/3] FROM docker.io/library/ubuntu@sha256:747d2dbbaaee995098c9792d99bd333c6783ce56150d1b11e333bbceed5c54d7"
09-Jun-2020 17:02:45 #5      started: 2020-06-09 22:02:45.577547985 +0000 UTC
09-Jun-2020 17:02:45 #5    completed: 2020-06-09 22:02:45.57769274 +0000 UTC
09-Jun-2020 17:02:45 #5     duration: 144.755µs
09-Jun-2020 17:02:45 #5      started: 2020-06-09 22:02:45.577796303 +0000 UTC
09-Jun-2020 17:02:45 #5    completed: 2020-06-09 22:02:45.578446863 +0000 UTC
09-Jun-2020 17:02:45 #5     duration: 650.56µs
09-Jun-2020 17:02:45 #5      started: 2020-06-09 22:02:45.578560069 +0000 UTC
09-Jun-2020 17:02:45 #5 resolve docker.io/library/ubuntu@sha256:747d2dbbaaee995098c9792d99bd333c6783ce56150d1b11e333bbceed5c54d7 done
09-Jun-2020 17:02:45 #5 sha256:747d2dbbaaee995098c9792d99bd333c6783ce56150d1b11e333bbceed5c54d7 1.21kB / 1.21kB done
09-Jun-2020 17:02:45 #5 sha256:5747316366b8cc9e3021cd7286f42b2d6d81e3d743e2ab571f55bcd5df788cc8 1.15kB / 1.15kB done
09-Jun-2020 17:02:45 #5 sha256:1d622ef86b138c7e96d4f797bf5e4baca3249f030c575b9337638594f2b63f01 3.41kB / 3.41kB done
09-Jun-2020 17:02:45 #5 sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 0B / 28.56MB 0.2s
09-Jun-2020 17:02:45 #5 sha256:fc878cd0a91c7bece56f668b2c79a19d94dd5471dae41fe5a7e14b4ae65251f6 0B / 32.30kB 0.2s
09-Jun-2020 17:02:45 #5 sha256:6154df8ff9882934dc5bf265b8b85a3aeadba06387447ffa440f7af7f32b0e1d 0B / 847B 0.2s
09-Jun-2020 17:02:45 #5 sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 2.42MB / 28.56MB 0.4s
09-Jun-2020 17:02:45 #5 sha256:fc878cd0a91c7bece56f668b2c79a19d94dd5471dae41fe5a7e14b4ae65251f6 32.30kB / 32.30kB 0.4s
09-Jun-2020 17:02:46 #7 ...
09-Jun-2020 17:02:46
09-Jun-2020 17:02:46 #7 [internal] load build context
09-Jun-2020 17:02:46 #7       digest: sha256:d9ace1a5f543096c965074c445f6052a5c73aaef5e38902368a70410c0c33ac9
09-Jun-2020 17:02:46 #7         name: "[internal] load build context"
09-Jun-2020 17:02:46 #7      started: 2020-06-09 22:02:45.577582379 +0000 UTC
09-Jun-2020 17:02:46 #7    completed: 2020-06-09 22:02:45.577633222 +0000 UTC
09-Jun-2020 17:02:46 #7     duration: 50.843µs
09-Jun-2020 17:02:46 #7      started: 2020-06-09 22:02:45.577918703 +0000 UTC
09-Jun-2020 17:02:46 #7    completed: 2020-06-09 22:02:45.998719552 +0000 UTC
09-Jun-2020 17:02:46 #7     duration: 420.800849ms
09-Jun-2020 17:02:46 #7 transferring context: 12.56kB done
09-Jun-2020 17:02:46
09-Jun-2020 17:02:46
09-Jun-2020 17:02:46 #5 [1/3] FROM docker.io/library/ubuntu@sha256:747d2dbbaaee995098c9792d99bd3...
09-Jun-2020 17:02:46 #5 sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 15.34MB / 28.56MB 0.5s
09-Jun-2020 17:02:46 #5 sha256:6154df8ff9882934dc5bf265b8b85a3aeadba06387447ffa440f7af7f32b0e1d 847B / 847B 0.5s
09-Jun-2020 17:02:46 #5 sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 28.56MB / 28.56MB 0.6s
09-Jun-2020 17:02:46 #5 sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 28.56MB / 28.56MB 1.1s done
09-Jun-2020 17:02:46 #5 sha256:fc878cd0a91c7bece56f668b2c79a19d94dd5471dae41fe5a7e14b4ae65251f6 32.30kB / 32.30kB 1.0s done
09-Jun-2020 17:02:46 #5 sha256:6154df8ff9882934dc5bf265b8b85a3aeadba06387447ffa440f7af7f32b0e1d 847B / 847B 1.0s done
09-Jun-2020 17:02:46 #5 extracting sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e
09-Jun-2020 17:02:46 #5 sha256:fee5db0ff82f7aa5ace63497df4802bbadf8f2779ed3e1858605b791dc449425 163B / 163B 1.2s
09-Jun-2020 17:02:46 #5 sha256:fee5db0ff82f7aa5ace63497df4802bbadf8f2779ed3e1858605b791dc449425 163B / 163B 1.3s done
09-Jun-2020 17:02:47 #5 extracting sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 1.0s done
09-Jun-2020 17:02:47 #5 extracting sha256:fc878cd0a91c7bece56f668b2c79a19d94dd5471dae41fe5a7e14b4ae65251f6
09-Jun-2020 17:02:48 #5 extracting sha256:fc878cd0a91c7bece56f668b2c79a19d94dd5471dae41fe5a7e14b4ae65251f6 done
09-Jun-2020 17:02:48 #5 extracting sha256:6154df8ff9882934dc5bf265b8b85a3aeadba06387447ffa440f7af7f32b0e1d done
09-Jun-2020 17:02:48 #5 extracting sha256:fee5db0ff82f7aa5ace63497df4802bbadf8f2779ed3e1858605b791dc449425
09-Jun-2020 17:02:48 #5 extracting sha256:fee5db0ff82f7aa5ace63497df4802bbadf8f2779ed3e1858605b791dc449425 done
09-Jun-2020 17:02:49 #5    completed: 2020-06-09 22:02:49.127310489 +0000 UTC
09-Jun-2020 17:02:49 #5     duration: 3.54875042s
09-Jun-2020 17:02:49
09-Jun-2020 17:02:49
09-Jun-2020 17:02:49 #6 [2/3] RUN apt-get -y update     && apt-get -y install curl unzip docker....
09-Jun-2020 17:02:49 #6       digest: sha256:e606b1f841cb8b45182aec576335dd592ab9fcf4b96b73b50231f3742508b6b5
09-Jun-2020 17:02:49 #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/*     ;"
09-Jun-2020 17:02:49 #6      started: 2020-06-09 22:02:49.149677654 +0000 UTC
09-Jun-2020 17:02:50 #6 1.016 Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [107 kB]
09-Jun-2020 17:02:50 #6 1.151 Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
09-Jun-2020 17:02:50 #6 1.250 Get:3 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [1077 B]
09-Jun-2020 17:02:50 #6 1.282 Get:4 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [40.7 kB]
09-Jun-2020 17:02:50 #6 1.287 Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [118 kB]
09-Jun-2020 17:02:50 #6 1.313 Get:6 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [10.6 kB]
09-Jun-2020 17:02:50 #6 1.642 Get:7 http://archive.ubuntu.com/ubuntu focal-updates InRelease [107 kB]
09-Jun-2020 17:02:50 #6 1.757 Get:8 http://archive.ubuntu.com/ubuntu focal-backports InRelease [98.3 kB]
09-Jun-2020 17:02:51 #6 1.873 Get:9 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
09-Jun-2020 17:02:51 #6 1.881 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
09-Jun-2020 17:02:51 #6 2.111 Get:11 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
09-Jun-2020 17:02:51 #6 2.130 Get:12 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
09-Jun-2020 17:02:51 #6 2.519 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [227 kB]
09-Jun-2020 17:02:51 #6 2.527 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [1077 B]
09-Jun-2020 17:02:51 #6 2.527 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [129 kB]
09-Jun-2020 17:02:51 #6 2.530 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [10.6 kB]
09-Jun-2020 17:02:51 #6 2.531 Get:17 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [2903 B]
09-Jun-2020 17:02:52 #6 3.465 Fetched 13.9 MB in 3s (5526 kB/s)
09-Jun-2020 17:02:53 #6 3.465 Reading package lists...
09-Jun-2020 17:02:54 #6 4.308 Reading package lists...
09-Jun-2020 17:02:54 #6 5.104 Building dependency tree...
09-Jun-2020 17:02:54 #6 5.210 Reading state information...
09-Jun-2020 17:02:54 #6 5.303 E: Unable to locate package python-pip
09-Jun-2020 17:02:54 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
09-Jun-2020 17:02:54 #6    completed: 2020-06-09 22:02:54.521193805 +0000 UTC
09-Jun-2020 17:02:54 #6     duration: 5.371516151s
09-Jun-2020 17:02:54 #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"
09-Jun-2020 17:02:54
09-Jun-2020 17:02:54 Failing task since return code of [/bin/sh docker.sh] was 1 while expected 0
09-Jun-2020 17:02:54 Finished task 'docker build' with result: Failed
09-Jun-2020 17:02:54 Running post build plugin 'Docker Container Cleanup'
09-Jun-2020 17:02:54 Running post build plugin 'NCover Results Collector'
09-Jun-2020 17:02:54 Running post build plugin 'Clover Results Collector'
09-Jun-2020 17:02:54 Running post build plugin 'npm Cache Cleanup'
09-Jun-2020 17:02:54 Running post build plugin 'Artifact Copier'
09-Jun-2020 17:02:54 Publishing an artifact: dist
09-Jun-2020 17:03:04 Finished publishing of artifact Non required shared artifact: [dist], pattern: [clowder-*.zip] anchored at: [target/universal] in 10.29 s
09-Jun-2020 17:03:04 Publishing an artifact: scaladoc
09-Jun-2020 17:03:06 Finished publishing of artifact Non required shared artifact: [scaladoc], pattern: [**/*] anchored at: [target/scala-2.10/api] in 1.343 s
09-Jun-2020 17:03:06 Publishing an artifact: manual
09-Jun-2020 17:03:06 Unable to publish artifact [manual]: the source directory /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-CORE1097-JOB1/doc/src/sphinx/_build/html does not exist.
09-Jun-2020 17:03:06 The artifact hasn't been successfully published after 436.9 μs
09-Jun-2020 17:03:06 Finalising the build...
09-Jun-2020 17:03:06 Stopping timer.
09-Jun-2020 17:03:06 Build CATS-CORE1097-JOB1-30 completed.
09-Jun-2020 17:03:06 Running on server: post build plugin 'NCover Results Collector'
09-Jun-2020 17:03:06 Running on server: post build plugin 'Build Hanging Detection Configuration'
09-Jun-2020 17:03:06 Running on server: post build plugin 'Clover Delta Calculator'
09-Jun-2020 17:03:06 Running on server: post build plugin 'Maven Dependencies Postprocessor'
09-Jun-2020 17:03:06 All post build plugins have finished
09-Jun-2020 17:03:06 Generating build results summary...
09-Jun-2020 17:03:06 Saving build results to disk...
09-Jun-2020 17:03:06 Store variable context...
09-Jun-2020 17:03:06 Indexing build results...
09-Jun-2020 17:03:06 Finished building CATS-CORE1097-JOB1-30.