Core application including web front end

Build: #4 failed

Job: default failed

Stages & jobs

  1. Default Stage

Build log

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

27-May-2020 08:48:06 #19 61.45 [warn] /src/app/Global.scala:68: postfix operator minutes should be enabled
27-May-2020 08:48:06 #19 61.45 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:06 #19 61.45 [warn] This can be achieved by adding the import clause 'import scala.language.postfixOps'
27-May-2020 08:48:06 #19 61.45 [warn] or by setting the compiler option -language:postfixOps.
27-May-2020 08:48:06 #19 61.45 [warn] See the Scala docs for value scala.language.postfixOps for a discussion
27-May-2020 08:48:06 #19 61.45 [warn] why the feature should be explicitly enabled.
27-May-2020 08:48:06 #19 61.45 [warn]       val interval = if (archiveDebug) { 5 minutes } else { 1 day }
27-May-2020 08:48:06 #19 61.45 [warn]                                            ^
27-May-2020 08:48:06 #19 61.45 [warn] /src/app/Global.scala:68: postfix operator day should be enabled
27-May-2020 08:48:06 #19 61.45 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:06 #19 61.45 [warn]       val interval = if (archiveDebug) { 5 minutes } else { 1 day }
27-May-2020 08:48:06 #19 61.45 [warn]                                                               ^
27-May-2020 08:48:06 #19 61.45 [warn] /src/app/Global.scala:74: postfix operator seconds should be enabled
27-May-2020 08:48:06 #19 61.45 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:06 #19 61.45 [warn]       val delay = if (archiveDebug) { 10 seconds } else {
27-May-2020 08:48:06 #19 61.45 [warn]                                          ^
27-May-2020 08:48:06 #19 61.45 [warn] /src/app/Global.scala:75: postfix operator seconds should be enabled
27-May-2020 08:48:06 #19 61.45 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:06 #19 61.45 [warn]         (Duration.ofDays(1).getSeconds - sinceLastMidnight) seconds
27-May-2020 08:48:06 #19 61.46 [warn]                                                             ^
27-May-2020 08:48:06 #19 61.46 [warn] /src/app/Global.scala:86: postfix operator minutes should be enabled
27-May-2020 08:48:06 #19 61.46 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:06 #19 61.46 [warn]       extractorTimer = Akka.system().scheduler.schedule(0 minutes, 5 minutes) {
27-May-2020 08:48:06 #19 61.46 [warn]                                                           ^
27-May-2020 08:48:06 #19 61.46 [warn] /src/app/Global.scala:86: postfix operator minutes should be enabled
27-May-2020 08:48:06 #19 61.46 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:06 #19 61.46 [warn]       extractorTimer = Akka.system().scheduler.schedule(0 minutes, 5 minutes) {
27-May-2020 08:48:06 #19 61.46 [warn]                                                                      ^
27-May-2020 08:48:06 #19 61.46 [warn] /src/app/Global.scala:92: postfix operator minutes should be enabled
27-May-2020 08:48:06 #19 61.46 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:06 #19 61.46 [warn]       jobTimer = Akka.system().scheduler.schedule(0 minutes, 1 minutes) {
27-May-2020 08:48:06 #19 61.46 [warn]                                                     ^
27-May-2020 08:48:06 #19 61.46 [warn] /src/app/Global.scala:92: postfix operator minutes should be enabled
27-May-2020 08:48:06 #19 61.46 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:06 #19 61.46 [warn]       jobTimer = Akka.system().scheduler.schedule(0 minutes, 1 minutes) {
27-May-2020 08:48:06 #19 61.46 [warn]                                                                ^
27-May-2020 08:48:06 #19 61.46 [warn] /src/app/Global.scala:106: postfix operator seconds should be enabled
27-May-2020 08:48:06 #19 61.46 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:06 #19 61.46 [warn]         Akka.system().scheduler.scheduleOnce(10 seconds) {
27-May-2020 08:48:06 #19 61.46 [warn]                                                 ^
27-May-2020 08:48:08 #19 63.18 [warn] /src/app/api/CurationObjects.scala:124: postfix operator toList should be enabled
27-May-2020 08:48:08 #19 63.18 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:08 #19 63.18 [warn]             metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map{item => item.content}toList))
27-May-2020 08:48:08 #19 63.18 [warn]                                                                                                                                ^
27-May-2020 08:48:09 #19 63.69 [warn] /src/app/api/CurationObjects.scala:124: postfix operator toList should be enabled
27-May-2020 08:48:09 #19 63.69 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:09 #19 63.69 [warn]             metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map{item => item.content}toList))
27-May-2020 08:48:09 #19 63.69 [warn]                                                                                                                                ^
27-May-2020 08:48:10 #19 64.72 [warn] /src/app/api/Extractions.scala:14: imported `Files' is permanently hidden by definition of class Files in package api
27-May-2020 08:48:10 #19 64.72 [warn] import play.api.libs.{Files, MimeTypes}
27-May-2020 08:48:10 #19 64.72 [warn]                       ^
27-May-2020 08:48:10 #19 65.04 [warn] /src/app/api/Extractions.scala:14: imported `Files' is permanently hidden by definition of class Files in package api
27-May-2020 08:48:10 #19 65.04 [warn] import play.api.libs.{Files, MimeTypes}
27-May-2020 08:48:10 #19 65.04 [warn]                       ^
27-May-2020 08:48:10 #19 65.42 [warn] /src/app/api/Files.scala:520: @deprecated now takes two arguments; see the scaladoc.
27-May-2020 08:48:10 #19 65.42 [warn]   @deprecated
27-May-2020 08:48:10 #19 65.42 [warn]    ^
27-May-2020 08:48:11 #19 65.79 [warn] /src/app/api/Files.scala:520: @deprecated now takes two arguments; see the scaladoc.
27-May-2020 08:48:11 #19 65.79 [warn]   @deprecated
27-May-2020 08:48:11 #19 65.79 [warn]    ^
27-May-2020 08:48:12 #19 67.12 [warn] /src/app/api/Geostreams.scala:46: postfix operator tupled should be enabled
27-May-2020 08:48:12 #19 67.12 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:12 #19 67.12 [warn]   ) tupled
27-May-2020 08:48:12 #19 67.12 [warn]     ^
27-May-2020 08:48:12 #19 67.12 [warn] /src/app/api/Geostreams.scala:54: postfix operator tupled should be enabled
27-May-2020 08:48:12 #19 67.12 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:12 #19 67.13 [warn]   ) tupled
27-May-2020 08:48:12 #19 67.13 [warn]     ^
27-May-2020 08:48:12 #19 67.13 [warn] /src/app/api/Geostreams.scala:63: postfix operator tupled should be enabled
27-May-2020 08:48:12 #19 67.13 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:12 #19 67.13 [warn]   ) tupled
27-May-2020 08:48:12 #19 67.13 [warn]     ^
27-May-2020 08:48:12 #19 67.13 [warn] /src/app/api/Geostreams.scala:70: postfix operator tupled should be enabled
27-May-2020 08:48:12 #19 67.13 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:12 #19 67.13 [warn]     ) tupled
27-May-2020 08:48:12 #19 67.13 [warn]       ^
27-May-2020 08:48:12 #19 67.13 [warn] /src/app/api/Geostreams.scala:78: postfix operator tupled should be enabled
27-May-2020 08:48:12 #19 67.13 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:12 #19 67.13 [warn]     ) tupled
27-May-2020 08:48:12 #19 67.13 [warn]       ^
27-May-2020 08:48:12 #19 67.13 [warn] /src/app/api/Geostreams.scala:87: postfix operator tupled should be enabled
27-May-2020 08:48:12 #19 67.13 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:12 #19 67.13 [warn]     ) tupled
27-May-2020 08:48:12 #19 67.13 [warn]       ^
27-May-2020 08:48:12 #19 67.14 [warn] /src/app/api/Geostreams.scala:95: postfix operator tupled should be enabled
27-May-2020 08:48:12 #19 67.14 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:12 #19 67.14 [warn]     ) tupled
27-May-2020 08:48:12 #19 67.14 [warn]       ^
27-May-2020 08:48:12 #19 67.18 [warn] /src/app/services/mongodb/MongoDBInstitutionService.scala:3: imported `Institution' is permanently hidden by definition of object Institution in package mongodb
27-May-2020 08:48:12 #19 67.18 [warn] import models.Institution
27-May-2020 08:48:12 #19 67.18 [warn]               ^
27-May-2020 08:48:13 #19 67.68 [warn] /src/app/api/Geostreams.scala:46: postfix operator tupled should be enabled
27-May-2020 08:48:13 #19 67.68 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:13 #19 67.68 [warn]   ) tupled
27-May-2020 08:48:13 #19 67.68 [warn]     ^
27-May-2020 08:48:13 #19 67.68 [warn] /src/app/api/Geostreams.scala:54: postfix operator tupled should be enabled
27-May-2020 08:48:13 #19 67.68 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:13 #19 67.68 [warn]   ) tupled
27-May-2020 08:48:13 #19 67.68 [warn]     ^
27-May-2020 08:48:13 #19 67.68 [warn] /src/app/api/Geostreams.scala:63: postfix operator tupled should be enabled
27-May-2020 08:48:13 #19 67.68 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:13 #19 67.68 [warn]   ) tupled
27-May-2020 08:48:13 #19 67.68 [warn]     ^
27-May-2020 08:48:13 #19 67.68 [warn] /src/app/api/Geostreams.scala:70: postfix operator tupled should be enabled
27-May-2020 08:48:13 #19 67.68 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:13 #19 67.68 [warn]     ) tupled
27-May-2020 08:48:13 #19 67.68 [warn]       ^
27-May-2020 08:48:13 #19 67.68 [warn] /src/app/api/Geostreams.scala:78: postfix operator tupled should be enabled
27-May-2020 08:48:13 #19 67.68 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:13 #19 67.68 [warn]     ) tupled
27-May-2020 08:48:13 #19 67.68 [warn]       ^
27-May-2020 08:48:13 #19 67.68 [warn] /src/app/api/Geostreams.scala:87: postfix operator tupled should be enabled
27-May-2020 08:48:13 #19 67.68 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:13 #19 67.68 [warn]     ) tupled
27-May-2020 08:48:13 #19 67.68 [warn]       ^
27-May-2020 08:48:13 #19 67.68 [warn] /src/app/api/Geostreams.scala:95: postfix operator tupled should be enabled
27-May-2020 08:48:13 #19 67.68 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:13 #19 67.68 [warn]     ) tupled
27-May-2020 08:48:13 #19 67.68 [warn]       ^
27-May-2020 08:48:13 #19 67.73 [warn] /src/app/services/mongodb/MongoDBInstitutionService.scala:3: imported `Institution' is permanently hidden by definition of object Institution in package mongodb
27-May-2020 08:48:13 #19 67.73 [warn] import models.Institution
27-May-2020 08:48:13 #19 67.73 [warn]               ^
27-May-2020 08:48:13 #19 67.95 [warn] /src/app/services/mongodb/MongoDBProjectService.scala:3: imported `Project' is permanently hidden by definition of object Project in package mongodb
27-May-2020 08:48:13 #19 67.95 [warn] import models.Project
27-May-2020 08:48:13 #19 67.95 [warn]               ^
27-May-2020 08:48:13 #19 68.05 [warn] /src/app/api/Reporting.scala:45: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
27-May-2020 08:48:13 #19 68.05 [warn]               case _ => Some("".getBytes("UTF-8"))
27-May-2020 08:48:13 #19 68.05 [warn]                    ^
27-May-2020 08:48:13 #19 68.06 [warn] /src/app/api/Reporting.scala:78: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
27-May-2020 08:48:13 #19 68.06 [warn]               case _ => Some("".getBytes("UTF-8"))
27-May-2020 08:48:13 #19 68.06 [warn]                    ^
27-May-2020 08:48:13 #19 68.07 [warn] /src/app/api/Reporting.scala:111: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
27-May-2020 08:48:13 #19 68.07 [warn]               case _ => Some("".getBytes("UTF-8"))
27-May-2020 08:48:13 #19 68.07 [warn]                    ^
27-May-2020 08:48:13 #19 68.07 [warn] /src/app/api/Reporting.scala:127: a pure expression does nothing in statement position; you may be omitting necessary parentheses
27-May-2020 08:48:13 #19 68.07 [warn]   """Includes file, dataset, collection reports"""
27-May-2020 08:48:13 #19 68.07 [warn]   ^
27-May-2020 08:48:13 #19 68.12 [warn] /src/app/api/Reporting.scala:291: a pure expression does nothing in statement position; you may be omitting necessary parentheses
27-May-2020 08:48:13 #19 68.12 [warn]     """returnAllColumns will include empty columns to align with file rows on report"""
27-May-2020 08:48:13 #19 68.12 [warn]     ^
27-May-2020 08:48:13 #19 68.14 [warn] /src/app/api/Reporting.scala:345: a pure expression does nothing in statement position; you may be omitting necessary parentheses
27-May-2020 08:48:13 #19 68.14 [warn]     """returnAllColumns will include empty columns to align with file rows on report"""
27-May-2020 08:48:13 #19 68.14 [warn]     ^
27-May-2020 08:48:14 #19 68.60 [warn] /src/app/services/mongodb/MongoDBProjectService.scala:3: imported `Project' is permanently hidden by definition of object Project in package mongodb
27-May-2020 08:48:14 #19 68.60 [warn] import models.Project
27-May-2020 08:48:14 #19 68.60 [warn]               ^
27-May-2020 08:48:14 #19 68.70 [warn] /src/app/api/Reporting.scala:45: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
27-May-2020 08:48:14 #19 68.70 [warn]               case _ => Some("".getBytes("UTF-8"))
27-May-2020 08:48:14 #19 68.70 [warn]                    ^
27-May-2020 08:48:14 #19 68.71 [warn] /src/app/api/Reporting.scala:78: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
27-May-2020 08:48:14 #19 68.71 [warn]               case _ => Some("".getBytes("UTF-8"))
27-May-2020 08:48:14 #19 68.71 [warn]                    ^
27-May-2020 08:48:14 #19 68.71 [warn] /src/app/api/Reporting.scala:111: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
27-May-2020 08:48:14 #19 68.72 [warn]               case _ => Some("".getBytes("UTF-8"))
27-May-2020 08:48:14 #19 68.72 [warn]                    ^
27-May-2020 08:48:14 #19 68.72 [warn] /src/app/api/Reporting.scala:127: a pure expression does nothing in statement position; you may be omitting necessary parentheses
27-May-2020 08:48:14 #19 68.72 [warn]   """Includes file, dataset, collection reports"""
27-May-2020 08:48:14 #19 68.72 [warn]   ^
27-May-2020 08:48:14 #19 68.77 [warn] /src/app/api/Reporting.scala:291: a pure expression does nothing in statement position; you may be omitting necessary parentheses
27-May-2020 08:48:14 #19 68.77 [warn]     """returnAllColumns will include empty columns to align with file rows on report"""
27-May-2020 08:48:14 #19 68.77 [warn]     ^
27-May-2020 08:48:14 #19 68.78 [warn] /src/app/api/Reporting.scala:345: a pure expression does nothing in statement position; you may be omitting necessary parentheses
27-May-2020 08:48:14 #19 68.78 [warn]     """returnAllColumns will include empty columns to align with file rows on report"""
27-May-2020 08:48:14 #19 68.78 [warn]     ^
27-May-2020 08:48:15 #19 70.39 [warn] /src/app/controllers/CurationObjects.scala:477: postfix operator toList should be enabled
27-May-2020 08:48:15 #19 70.39 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:15 #19 70.39 [warn]       metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map { item => item.content }toList))
27-May-2020 08:48:15 #19 70.39 [warn]                                                                                                                             ^
27-May-2020 08:48:15 #19 70.39 [warn] /src/app/controllers/CurationObjects.scala:698: postfix operator toList should be enabled
27-May-2020 08:48:15 #19 70.39 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:15 #19 70.39 [warn]             metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map { item => item.content }toList))
27-May-2020 08:48:15 #19 70.39 [warn]                                                                                                                                   ^
27-May-2020 08:48:16 #19 71.30 [warn] /src/app/controllers/CurationObjects.scala:477: postfix operator toList should be enabled
27-May-2020 08:48:16 #19 71.30 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:16 #19 71.30 [warn]       metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map { item => item.content }toList))
27-May-2020 08:48:16 #19 71.30 [warn]                                                                                                                             ^
27-May-2020 08:48:16 #19 71.30 [warn] /src/app/controllers/CurationObjects.scala:698: postfix operator toList should be enabled
27-May-2020 08:48:16 #19 71.30 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:16 #19 71.30 [warn]             metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map { item => item.content }toList))
27-May-2020 08:48:16 #19 71.30 [warn]                                                                                                                                   ^
27-May-2020 08:48:16 #19 71.48 [warn] /src/app/controllers/Registration.scala:13: imported `Registration' is permanently hidden by definition of class Registration in package controllers
27-May-2020 08:48:16 #19 71.48 [warn] import securesocial.controllers.{ProviderController, Registration, TemplatesPlugin}
27-May-2020 08:48:16 #19 71.48 [warn]                                                      ^
27-May-2020 08:48:16 #19 71.51 [warn] /src/app/controllers/Registration.scala:67: reflective access of structural type member value currentHasher should be enabled
27-May-2020 08:48:16 #19 71.51 [warn] by making the implicit value scala.language.reflectiveCalls visible.
27-May-2020 08:48:16 #19 71.51 [warn] This can be achieved by adding the import clause 'import scala.language.reflectiveCalls'
27-May-2020 08:48:16 #19 71.51 [warn] or by setting the compiler option -language:reflectiveCalls.
27-May-2020 08:48:16 #19 71.51 [warn] See the Scala docs for value scala.language.reflectiveCalls for a discussion
27-May-2020 08:48:16 #19 71.51 [warn] why the feature should be explicitly enabled.
27-May-2020 08:48:16 #19 71.51 [warn]               passwordInfo = Some(Registry.hashers.currentHasher.hash(info.password))
27-May-2020 08:48:16 #19 71.51 [warn]                                                    ^
27-May-2020 08:48:17 #19 71.82 [warn] /src/app/controllers/Spaces.scala:278: postfix operator toMap should be enabled
27-May-2020 08:48:17 #19 71.82 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:17 #19 71.82 [warn]         val roleDescription = users.listRoles() map (t => t.name -> t.description) toMap
27-May-2020 08:48:17 #19 71.82 [warn]                                                                                    ^
27-May-2020 08:48:17 #19 72.51 [warn] /src/app/controllers/Registration.scala:13: imported `Registration' is permanently hidden by definition of class Registration in package controllers
27-May-2020 08:48:17 #19 72.51 [warn] import securesocial.controllers.{ProviderController, Registration, TemplatesPlugin}
27-May-2020 08:48:17 #19 72.51 [warn]                                                      ^
27-May-2020 08:48:17 #19 72.54 [warn] /src/app/controllers/Registration.scala:67: reflective access of structural type member value currentHasher should be enabled
27-May-2020 08:48:17 #19 72.54 [warn] by making the implicit value scala.language.reflectiveCalls visible.
27-May-2020 08:48:17 #19 72.55 [warn] This can be achieved by adding the import clause 'import scala.language.reflectiveCalls'
27-May-2020 08:48:17 #19 72.55 [warn] or by setting the compiler option -language:reflectiveCalls.
27-May-2020 08:48:17 #19 72.55 [warn] See the Scala docs for value scala.language.reflectiveCalls for a discussion
27-May-2020 08:48:17 #19 72.55 [warn] why the feature should be explicitly enabled.
27-May-2020 08:48:17 #19 72.55 [warn]               passwordInfo = Some(Registry.hashers.currentHasher.hash(info.password))
27-May-2020 08:48:17 #19 72.55 [warn]                                                    ^
27-May-2020 08:48:18 #19 72.96 [warn] /src/app/models/UUID.scala:36: implicit conversion method stringToUUID should be enabled
27-May-2020 08:48:18 #19 72.96 [warn] by making the implicit value scala.language.implicitConversions visible.
27-May-2020 08:48:18 #19 72.96 [warn] This can be achieved by adding the import clause 'import scala.language.implicitConversions'
27-May-2020 08:48:18 #19 72.96 [warn] or by setting the compiler option -language:implicitConversions.
27-May-2020 08:48:18 #19 72.96 [warn] See the Scala docs for value scala.language.implicitConversions for a discussion
27-May-2020 08:48:18 #19 72.96 [warn] why the feature should be explicitly enabled.
27-May-2020 08:48:18 #19 72.96 [warn] /src/app/controllers/Spaces.scala:278: postfix operator toMap should be enabled
27-May-2020 08:48:18 #19 72.96 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:18 #19 72.96 [warn]         val roleDescription = users.listRoles() map (t => t.name -> t.description) toMap
27-May-2020 08:48:18 #19 72.96 [warn]                                                                                    ^
27-May-2020 08:48:18 #19 72.96 [warn]   implicit def stringToUUID(s: String) = UUID(s)
27-May-2020 08:48:18 #19 72.96 [warn]                ^
27-May-2020 08:48:18 #19 72.96 [warn] /src/app/models/UUID.scala:37: implicit conversion method uuidToObjectId should be enabled
27-May-2020 08:48:18 #19 72.96 [warn] by making the implicit value scala.language.implicitConversions visible.
27-May-2020 08:48:18 #19 72.96 [warn]   implicit def uuidToObjectId(uuid: UUID) = new ObjectId(uuid.stringify)
27-May-2020 08:48:18 #19 72.96 [warn]                ^
27-May-2020 08:48:18 #19 72.96 [warn] /src/app/models/UUID.scala:38: implicit conversion method objectIdToUUID should be enabled
27-May-2020 08:48:18 #19 72.96 [warn] by making the implicit value scala.language.implicitConversions visible.
27-May-2020 08:48:18 #19 72.96 [warn]   implicit def objectIdToUUID(objectId: ObjectId) = UUID(objectId.toString)
27-May-2020 08:48:18 #19 72.96 [warn]                ^
27-May-2020 08:48:18 #19 73.02 [warn] /src/app/models/User.scala:104: implicit conversion method userToMiniUser should be enabled
27-May-2020 08:48:18 #19 73.02 [warn] by making the implicit value scala.language.implicitConversions visible.
27-May-2020 08:48:18 #19 73.02 [warn]   implicit def userToMiniUser(x: User): MiniUser = x.getMiniUser
27-May-2020 08:48:18 #19 73.02 [warn]                ^
27-May-2020 08:48:19 #19 73.63 [warn] /src/app/services/ElasticsearchPlugin.scala:690: a pure expression does nothing in statement position; you may be omitting necessary parentheses
27-May-2020 08:48:19 #19 73.63 [warn]     """dynamic_templates": [{
27-May-2020 08:48:19 #19 73.63 [warn]     ^
27-May-2020 08:48:19 #19 73.78 [warn] /src/app/services/PolyglotPlugin.scala:83: postfix operator seconds should be enabled
27-May-2020 08:48:19 #19 73.78 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:19 #19 73.78 [warn]           akka.pattern.after(3 seconds, using = Akka.system.scheduler)(checkForFileAndDownload((triesLeft - 1), url, outputStream))
27-May-2020 08:48:19 #19 73.78 [warn]                                ^
27-May-2020 08:48:19 #19 74.50 [warn] /src/app/models/UUID.scala:36: implicit conversion method stringToUUID should be enabled
27-May-2020 08:48:19 #19 74.50 [warn] by making the implicit value scala.language.implicitConversions visible.
27-May-2020 08:48:19 #19 74.50 [warn] This can be achieved by adding the import clause 'import scala.language.implicitConversions'
27-May-2020 08:48:19 #19 74.50 [warn] or by setting the compiler option -language:implicitConversions.
27-May-2020 08:48:19 #19 74.50 [warn] See the Scala docs for value scala.language.implicitConversions for a discussion
27-May-2020 08:48:19 #19 74.50 [warn] why the feature should be explicitly enabled.
27-May-2020 08:48:19 #19 74.50 [warn]   implicit def stringToUUID(s: String) = UUID(s)
27-May-2020 08:48:19 #19 74.50 [warn]                ^
27-May-2020 08:48:19 #19 74.50 [warn] /src/app/models/UUID.scala:37: implicit conversion method uuidToObjectId should be enabled
27-May-2020 08:48:19 #19 74.50 [warn] by making the implicit value scala.language.implicitConversions visible.
27-May-2020 08:48:19 #19 74.50 [warn]   implicit def uuidToObjectId(uuid: UUID) = new ObjectId(uuid.stringify)
27-May-2020 08:48:19 #19 74.50 [warn]                ^
27-May-2020 08:48:19 #19 74.50 [warn] /src/app/models/UUID.scala:38: implicit conversion method objectIdToUUID should be enabled
27-May-2020 08:48:19 #19 74.50 [warn] by making the implicit value scala.language.implicitConversions visible.
27-May-2020 08:48:19 #19 74.50 [warn]   implicit def objectIdToUUID(objectId: ObjectId) = UUID(objectId.toString)
27-May-2020 08:48:19 #19 74.50 [warn]                ^
27-May-2020 08:48:20 #19 74.58 [warn] /src/app/models/User.scala:104: implicit conversion method userToMiniUser should be enabled
27-May-2020 08:48:20 #19 74.58 [warn] by making the implicit value scala.language.implicitConversions visible.
27-May-2020 08:48:20 #19 74.58 [warn]   implicit def userToMiniUser(x: User): MiniUser = x.getMiniUser
27-May-2020 08:48:20 #19 74.58 [warn]                ^
27-May-2020 08:48:20 #19 75.04 [warn] /src/app/services/mongodb/MongoContext.scala:253: implicit conversion method dbObjectToString should be enabled
27-May-2020 08:48:20 #19 75.04 [warn] by making the implicit value scala.language.implicitConversions visible.
27-May-2020 08:48:20 #19 75.04 [warn]   implicit def dbObjectToString(dbObject: DBObject): String = {
27-May-2020 08:48:20 #19 75.04 [warn]                ^
27-May-2020 08:48:20 #19 75.38 [warn] /src/app/services/ElasticsearchPlugin.scala:690: a pure expression does nothing in statement position; you may be omitting necessary parentheses
27-May-2020 08:48:20 #19 75.38 [warn]     """dynamic_templates": [{
27-May-2020 08:48:20 #19 75.38 [warn]     ^
27-May-2020 08:48:20 #19 75.56 [warn] /src/app/services/mongodb/MongoDBCollectionService.scala:907: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
27-May-2020 08:48:20 #19 75.56 [warn]       case _ => Logger.error(s"Error queuing collection ${id.stringify}")
27-May-2020 08:48:20 #19 75.56 [warn]            ^
27-May-2020 08:48:20 #19 75.57 [warn] /src/app/services/PolyglotPlugin.scala:83: postfix operator seconds should be enabled
27-May-2020 08:48:20 #19 75.57 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:20 #19 75.57 [warn]           akka.pattern.after(3 seconds, using = Akka.system.scheduler)(checkForFileAndDownload((triesLeft - 1), url, outputStream))
27-May-2020 08:48:20 #19 75.57 [warn]                                ^
27-May-2020 08:48:20 #19 75.64 [warn] /src/app/services/mongodb/MongoDBCommentService.scala:3: imported `Comment' is permanently hidden by definition of object Comment in package mongodb
27-May-2020 08:48:21 #19 75.64 [warn] import models.{DBResult, UUID, Comment}
27-May-2020 08:48:21 #19 75.64 [warn]                                ^
27-May-2020 08:48:21 #19 76.30 [warn] /src/app/services/mongodb/MongoDBTagService.scala:7: imported `Tag' is permanently hidden by definition of object Tag in package mongodb
27-May-2020 08:48:21 #19 76.30 [warn] import models.{Tag, UUID}
27-May-2020 08:48:21 #19 76.30 [warn]                ^
27-May-2020 08:48:21 #19 76.44 [warn] /src/app/services/mongodb/MongoDBDatasetService.scala:1425: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
27-May-2020 08:48:21 #19 76.44 [warn]       case _ => Logger.error(s"Error queuing dataset ${id.stringify}")
27-May-2020 08:48:21 #19 76.44 [warn]            ^
27-May-2020 08:48:21 #19 76.53 [warn] /src/app/services/mongodb/MongoContext.scala:253: implicit conversion method dbObjectToString should be enabled
27-May-2020 08:48:21 #19 76.53 [warn] by making the implicit value scala.language.implicitConversions visible.
27-May-2020 08:48:21 #19 76.53 [warn]   implicit def dbObjectToString(dbObject: DBObject): String = {
27-May-2020 08:48:21 #19 76.53 [warn]                ^
27-May-2020 08:48:22 #19 76.87 [warn] /src/app/services/mongodb/MongoDBExtractionRequestsService.scala:20: imported `MongoSalatPlugin' is permanently hidden by definition of class MongoSalatPlugin in package mongodb
27-May-2020 08:48:22 #19 76.87 [warn] import services.mongodb.MongoSalatPlugin
27-May-2020 08:48:22 #19 76.87 [warn]                         ^
27-May-2020 08:48:22 #19 76.89 [warn] /src/app/services/mongodb/MongoDBExtractionService.scala:4: imported `Extraction' is permanently hidden by definition of object Extraction in package mongodb
27-May-2020 08:48:22 #19 76.89 [warn] import models.{UUID, Extraction, ExtractionGroup, ResourceRef}
27-May-2020 08:48:22 #19 76.89 [warn]                      ^
27-May-2020 08:48:22 #19 76.90 [warn] /src/app/services/mongodb/MongoDBExtractionService.scala:13: imported `WebPageResource' is permanently hidden by definition of object WebPageResource in package mongodb
27-May-2020 08:48:22 #19 76.90 [warn] import models.WebPageResource
27-May-2020 08:48:22 #19 76.90 [warn]               ^
27-May-2020 08:48:22 #19 77.20 [warn] /src/app/services/mongodb/MongoDBFileService.scala:338: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
27-May-2020 08:48:22 #19 77.21 [warn]       case _ => Logger.error(s"Error queuing file ${id.stringify}")
27-May-2020 08:48:22 #19 77.21 [warn]            ^
27-May-2020 08:48:22 #19 77.40 [warn] /src/app/services/mongodb/MongoDBCollectionService.scala:907: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
27-May-2020 08:48:22 #19 77.40 [warn]       case _ => Logger.error(s"Error queuing collection ${id.stringify}")
27-May-2020 08:48:22 #19 77.40 [warn]            ^
27-May-2020 08:48:22 #19 77.49 [warn] /src/app/services/mongodb/MongoDBCommentService.scala:3: imported `Comment' is permanently hidden by definition of object Comment in package mongodb
27-May-2020 08:48:22 #19 77.49 [warn] import models.{DBResult, UUID, Comment}
27-May-2020 08:48:22 #19 77.49 [warn]                                ^
27-May-2020 08:48:23 #19 78.12 [warn] /src/app/services/mongodb/MongoDBQueueService.scala:78: postfix operator seconds should be enabled
27-May-2020 08:48:23 #19 78.12 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:23 #19 78.12 [warn]       queueTimer = Akka.system().scheduler.schedule(0 seconds, 5 millis) {
27-May-2020 08:48:23 #19 78.12 [warn]                                                       ^
27-May-2020 08:48:23 #19 78.13 [warn] /src/app/services/mongodb/MongoDBQueueService.scala:78: postfix operator millis should be enabled
27-May-2020 08:48:23 #19 78.13 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:23 #19 78.13 [warn]       queueTimer = Akka.system().scheduler.schedule(0 seconds, 5 millis) {
27-May-2020 08:48:23 #19 78.13 [warn]                                                                  ^
27-May-2020 08:48:23 #19 78.30 [warn] /src/app/services/mongodb/MongoDBSelectionService.scala:11: imported `Dataset' is permanently hidden by definition of object Dataset in package mongodb
27-May-2020 08:48:23 #19 78.30 [warn] import models.{UUID, Dataset, Selected}
27-May-2020 08:48:23 #19 78.30 [warn]                      ^
27-May-2020 08:48:23 #19 78.32 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:23: imported `Collection' is permanently hidden by definition of object Collection in package mongodb
27-May-2020 08:48:23 #19 78.32 [warn] import models.Collection
27-May-2020 08:48:23 #19 78.32 [warn]               ^
27-May-2020 08:48:23 #19 78.32 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:24: imported `Dataset' is permanently hidden by definition of object Dataset in package mongodb
27-May-2020 08:48:23 #19 78.32 [warn] import models.Dataset
27-May-2020 08:48:23 #19 78.32 [warn]               ^
27-May-2020 08:48:23 #19 78.46 [warn] /src/app/services/mongodb/MongoDBTagService.scala:7: imported `Tag' is permanently hidden by definition of object Tag in package mongodb
27-May-2020 08:48:23 #19 78.46 [warn] import models.{Tag, UUID}
27-May-2020 08:48:23 #19 78.46 [warn]                ^
27-May-2020 08:48:24 #19 78.59 [warn] /src/app/services/mongodb/MongoDBDatasetService.scala:1425: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
27-May-2020 08:48:24 #19 78.59 [warn]       case _ => Logger.error(s"Error queuing dataset ${id.stringify}")
27-May-2020 08:48:24 #19 78.59 [warn]            ^
27-May-2020 08:48:24 #19 78.83 [warn] /src/app/services/mongodb/MongoDBExtractionRequestsService.scala:20: imported `MongoSalatPlugin' is permanently hidden by definition of class MongoSalatPlugin in package mongodb
27-May-2020 08:48:24 #19 78.83 [warn] import services.mongodb.MongoSalatPlugin
27-May-2020 08:48:24 #19 78.83 [warn]                         ^
27-May-2020 08:48:24 #19 78.87 [warn] /src/app/services/mongodb/MongoDBExtractionService.scala:4: imported `Extraction' is permanently hidden by definition of object Extraction in package mongodb
27-May-2020 08:48:24 #19 78.87 [warn] import models.{UUID, Extraction, ExtractionGroup, ResourceRef}
27-May-2020 08:48:24 #19 78.87 [warn]                      ^
27-May-2020 08:48:24 #19 78.87 [warn] /src/app/services/mongodb/MongoDBExtractionService.scala:13: imported `WebPageResource' is permanently hidden by definition of object WebPageResource in package mongodb
27-May-2020 08:48:24 #19 78.87 [warn] import models.WebPageResource
27-May-2020 08:48:24 #19 78.87 [warn]               ^
27-May-2020 08:48:24 #19 79.49 [warn] /src/app/services/mongodb/MongoDBFileService.scala:338: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
27-May-2020 08:48:24 #19 79.49 [warn]       case _ => Logger.error(s"Error queuing file ${id.stringify}")
27-May-2020 08:48:24 #19 79.49 [warn]            ^
27-May-2020 08:48:25 #19 80.24 [warn] /src/app/util/SearchUtils.scala:157: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
27-May-2020 08:48:25 #19 80.24 [warn]             case _ => {
27-May-2020 08:48:25 #19 80.24 [warn]                  ^
27-May-2020 08:48:25 #19 80.54 [warn] /src/app/services/mongodb/MongoDBQueueService.scala:78: postfix operator seconds should be enabled
27-May-2020 08:48:25 #19 80.54 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:25 #19 80.54 [warn]       queueTimer = Akka.system().scheduler.schedule(0 seconds, 5 millis) {
27-May-2020 08:48:25 #19 80.54 [warn]                                                       ^
27-May-2020 08:48:25 #19 80.54 [warn] /src/app/services/mongodb/MongoDBQueueService.scala:78: postfix operator millis should be enabled
27-May-2020 08:48:25 #19 80.54 [warn] by making the implicit value scala.language.postfixOps visible.
27-May-2020 08:48:25 #19 80.54 [warn]       queueTimer = Akka.system().scheduler.schedule(0 seconds, 5 millis) {
27-May-2020 08:48:25 #19 80.55 [warn]                                                                  ^
27-May-2020 08:48:26 #19 80.76 [warn] /src/app/services/mongodb/MongoDBSelectionService.scala:11: imported `Dataset' is permanently hidden by definition of object Dataset in package mongodb
27-May-2020 08:48:26 #19 80.76 [warn] import models.{UUID, Dataset, Selected}
27-May-2020 08:48:26 #19 80.76 [warn]                      ^
27-May-2020 08:48:26 #19 80.79 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:23: imported `Collection' is permanently hidden by definition of object Collection in package mongodb
27-May-2020 08:48:26 #19 80.79 [warn] import models.Collection
27-May-2020 08:48:26 #19 80.79 [warn]               ^
27-May-2020 08:48:26 #19 80.79 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:24: imported `Dataset' is permanently hidden by definition of object Dataset in package mongodb
27-May-2020 08:48:26 #19 80.79 [warn] import models.Dataset
27-May-2020 08:48:26 #19 80.79 [warn]               ^
27-May-2020 08:48:28 #19 82.91 [warn] /src/app/util/SearchUtils.scala:157: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
27-May-2020 08:48:28 #19 82.91 [warn]             case _ => {
27-May-2020 08:48:28 #19 82.91 [warn]                  ^
27-May-2020 08:48:36 #19 90.78 [warn] /src/app/api/Admin.scala:43: match may not be exhaustive.
27-May-2020 08:48:36 #19 90.78 [warn] It would fail on the following input: None
27-May-2020 08:48:36 #19 90.78 [warn]     (request.body \ "theme").asOpt[String] match {
27-May-2020 08:48:36 #19 90.78 [warn]                                   ^
27-May-2020 08:48:36 #19 90.79 [warn] /src/app/api/Admin.scala:46: match may not be exhaustive.
27-May-2020 08:48:36 #19 90.79 [warn] It would fail on the following input: None
27-May-2020 08:48:36 #19 90.79 [warn]     (request.body \ "displayName").asOpt[String] match {
27-May-2020 08:48:36 #19 90.79 [warn]                                         ^
27-May-2020 08:48:36 #19 90.79 [warn] /src/app/api/Admin.scala:49: match may not be exhaustive.
27-May-2020 08:48:36 #19 90.79 [warn] It would fail on the following input: None
27-May-2020 08:48:36 #19 90.79 [warn]     (request.body \ "welcomeMessage").asOpt[String] match {
27-May-2020 08:48:36 #19 90.79 [warn]                                            ^
27-May-2020 08:48:36 #19 90.80 [warn] /src/app/api/Admin.scala:52: match may not be exhaustive.
27-May-2020 08:48:36 #19 90.80 [warn] It would fail on the following input: None
27-May-2020 08:48:36 #19 90.80 [warn]     (request.body \ "googleAnalytics").asOpt[String] match {
27-May-2020 08:48:36 #19 90.80 [warn]                                             ^
27-May-2020 08:48:36 #19 90.80 [warn] /src/app/api/Admin.scala:59: match may not be exhaustive.
27-May-2020 08:48:36 #19 90.80 [warn] It would fail on the following input: None
27-May-2020 08:48:36 #19 90.80 [warn]     (request.body \ "sensors").asOpt[String] match {
27-May-2020 08:48:36 #19 90.80 [warn]                                     ^
27-May-2020 08:48:36 #19 90.80 [warn] /src/app/api/Admin.scala:62: match may not be exhaustive.
27-May-2020 08:48:36 #19 90.80 [warn] It would fail on the following input: None
27-May-2020 08:48:36 #19 90.80 [warn]     (request.body \ "sensor").asOpt[String] match {
27-May-2020 08:48:36 #19 90.80 [warn]                                    ^
27-May-2020 08:48:36 #19 90.81 [warn] /src/app/api/Admin.scala:65: match may not be exhaustive.
27-May-2020 08:48:36 #19 90.81 [warn] It would fail on the following input: None
27-May-2020 08:48:36 #19 90.81 [warn]     (request.body \ "parameters").asOpt[String] match {
27-May-2020 08:48:36 #19 90.81 [warn]                                        ^
27-May-2020 08:48:36 #19 90.81 [warn] /src/app/api/Admin.scala:68: match may not be exhaustive.
27-May-2020 08:48:36 #19 90.81 [warn] It would fail on the following input: None
27-May-2020 08:48:36 #19 90.81 [warn]     (request.body \ "parameter").asOpt[String] match {
27-May-2020 08:48:36 #19 90.81 [warn]                                       ^
27-May-2020 08:48:36 #19 90.93 [warn] /src/app/api/Collections.scala:153: match may not be exhaustive.
27-May-2020 08:48:36 #19 90.93 [warn] It would fail on the following input: None
27-May-2020 08:48:36 #19 90.93 [warn]     collections.get(collectionId) match {
27-May-2020 08:48:36 #19 90.93 [warn]                    ^
27-May-2020 08:48:36 #19 91.00 [warn] /src/app/api/Collections.scala:580: match may not be exhaustive.
27-May-2020 08:48:36 #19 91.00 [warn] It would fail on the following input: Failure(_)
27-May-2020 08:48:36 #19 91.00 [warn]                       collections.addSubCollection(UUID(parentId), UUID(id), user) match {
27-May-2020 08:48:36 #19 91.00 [warn]                                                   ^
27-May-2020 08:48:36 #19 91.02 [warn] /src/app/api/Collections.scala:613: match may not be exhaustive.
27-May-2020 08:48:36 #19 91.02 [warn] It would fail on the following input: None
27-May-2020 08:48:36 #19 91.02 [warn]             collections.get(subCollectionId) match {
27-May-2020 08:48:36 #19 91.02 [warn]                            ^
27-May-2020 08:48:36 #19 91.03 [warn] /src/app/api/Collections.scala:611: match may not be exhaustive.
27-May-2020 08:48:36 #19 91.03 [warn] It would fail on the following input: None
27-May-2020 08:48:36 #19 91.03 [warn]         collections.get(collectionId) match {
27-May-2020 08:48:36 #19 91.03 [warn]                        ^
27-May-2020 08:48:36 #19 91.12 [warn] /src/app/api/Datasets.scala:86: match may not be exhaustive.
27-May-2020 08:48:36 #19 91.12 [warn] It would fail on the following input: Nil
27-May-2020 08:48:36 #19 91.12 [warn]         folderList match {
27-May-2020 08:48:36 #19 91.12 [warn]         ^
27-May-2020 08:48:36 #19 91.20 [warn] /src/app/api/Datasets.scala:756: match may not be exhaustive.
27-May-2020 08:48:36 #19 91.20 [warn] It would fail on the following input: None
27-May-2020 08:48:36 #19 91.20 [warn]     datasets.get(id) match {
27-May-2020 08:48:36 #19 91.20 [warn]                 ^
27-May-2020 08:48:36 #19 91.22 [warn] /src/app/api/Datasets.scala:973: match may not be exhaustive.
27-May-2020 08:48:36 #19 91.22 [warn] It would fail on the following input: None
27-May-2020 08:48:36 #19 91.22 [warn]       datasets.get(id) match {
27-May-2020 08:48:36 #19 91.22 [warn]                   ^
27-May-2020 08:48:36 #19 91.23 [warn] /src/app/api/Datasets.scala:1009: match may not be exhaustive.
27-May-2020 08:48:36 #19 91.23 [warn] It would fail on the following input: None
27-May-2020 08:48:36 #19 91.23 [warn]       datasets.get(id) match {
27-May-2020 08:48:36 #19 91.23 [warn]                   ^
27-May-2020 08:48:36 #19 91.23 [warn] /src/app/api/Datasets.scala:1048: match may not be exhaustive.
27-May-2020 08:48:36 #19 91.23 [warn] It would fail on the following input: None
27-May-2020 08:48:36 #19 91.23 [warn]       datasets.get(id) match {
27-May-2020 08:48:36 #19 91.23 [warn]                   ^
27-May-2020 08:48:36 #19 91.24 [warn] /src/app/api/Datasets.scala:1085: match may not be exhaustive.
27-May-2020 08:48:36 #19 91.24 [warn] It would fail on the following input: None
27-May-2020 08:48:36 #19 91.24 [warn]       datasets.get(id) match {
27-May-2020 08:48:36 #19 91.24 [warn]                   ^
27-May-2020 08:48:36 #19 91.24 [warn] /src/app/api/Datasets.scala:1107: match may not be exhaustive.
27-May-2020 08:48:36 #19 91.24 [warn] It would fail on the following input: None
27-May-2020 08:48:36 #19 91.24 [warn]       datasets.get(id) match {
27-May-2020 08:48:36 #19 91.24 [warn]                   ^
27-May-2020 08:48:36 #19 91.25 [warn] /src/app/api/Datasets.scala:1128: match may not be exhaustive.
27-May-2020 08:48:36 #19 91.25 [warn] It would fail on the following input: None
27-May-2020 08:48:36 #19 91.25 [warn]       datasets.get(id) match {
27-May-2020 08:48:36 #19 91.25 [warn]                   ^
27-May-2020 08:48:36 #19 91.26 [warn] /src/app/api/Datasets.scala:1367: match may not be exhaustive.
27-May-2020 08:48:36 #19 91.26 [warn] It would fail on the following input: None
27-May-2020 08:48:36 #19 91.26 [warn]           datasets.get(id) match {
27-May-2020 08:48:36 #19 91.26 [warn]                       ^
27-May-2020 08:48:36 #19 91.26 [warn] /src/app/api/Datasets.scala:1404: match may not be exhaustive.
27-May-2020 08:48:36 #19 91.26 [warn] It would fail on the following input: None
27-May-2020 08:48:36 #19 91.26 [warn]           datasets.get(id) match {
27-May-2020 08:48:36 #19 91.26 [warn]                       ^
27-May-2020 08:48:36 #19 91.27 [warn] /src/app/api/Datasets.scala:1545: match may not be exhaustive.
27-May-2020 08:48:36 #19 91.27 [warn] It would fail on the following input: None
27-May-2020 08:48:36 #19 91.27 [warn]             datasets.get(id) match {
27-May-2020 08:48:36 #19 91.27 [warn]                         ^
27-May-2020 08:48:36 #19 91.36 [warn] /src/app/api/Datasets.scala:2550: match may not be exhaustive.
27-May-2020 08:48:36 #19 91.36 [warn] It would fail on the following input: None
27-May-2020 08:48:36 #19 91.36 [warn]     folders.get(id) match {
27-May-2020 08:48:36 #19 91.36 [warn]                ^
27-May-2020 08:48:36 #19 91.53 [warn] /src/app/api/Files.scala:707: match may not be exhaustive.
27-May-2020 08:48:36 #19 91.53 [warn] It would fail on the following input: None
27-May-2020 08:48:36 #19 91.53 [warn]     files.get(id) match {
27-May-2020 08:48:36 #19 91.53 [warn]              ^
27-May-2020 08:48:37 #19 91.58 [warn] /src/app/api/Files.scala:1051: match may not be exhaustive.
27-May-2020 08:48:37 #19 91.58 [warn] It would fail on the following input: None
27-May-2020 08:48:37 #19 91.58 [warn]         files.get(id) match {
27-May-2020 08:48:37 #19 91.58 [warn]                  ^
27-May-2020 08:48:37 #19 91.59 [warn] /src/app/api/Files.scala:1250: match may not be exhaustive.
27-May-2020 08:48:37 #19 91.59 [warn] It would fail on the following input: None
27-May-2020 08:48:37 #19 91.59 [warn]     files.get(id) match {
27-May-2020 08:48:37 #19 91.59 [warn]              ^
27-May-2020 08:48:37 #19 91.59 [warn] /src/app/api/Files.scala:1271: match may not be exhaustive.
27-May-2020 08:48:37 #19 91.59 [warn] It would fail on the following input: None
27-May-2020 08:48:37 #19 91.60 [warn]     files.get(id) match {
27-May-2020 08:48:37 #19 91.60 [warn]              ^
27-May-2020 08:48:37 #19 91.61 [warn] /src/app/api/Files.scala:1440: match may not be exhaustive.
27-May-2020 08:48:37 #19 91.61 [warn] It would fail on the following input: None
27-May-2020 08:48:37 #19 91.61 [warn]             files.get(id) match {
27-May-2020 08:48:37 #19 91.61 [warn]                      ^
27-May-2020 08:48:37 #19 92.10 [warn] /src/app/api/Metadata.scala:497: match may not be exhaustive.
27-May-2020 08:48:37 #19 92.10 [warn] It would fail on the following input: None
27-May-2020 08:48:37 #19 92.10 [warn]                     datasets.get(resource.id) match {
27-May-2020 08:48:37 #19 92.10 [warn]                                 ^
27-May-2020 08:48:37 #19 92.10 [warn] /src/app/api/Metadata.scala:509: match may not be exhaustive.
27-May-2020 08:48:37 #19 92.10 [warn] It would fail on the following input: None
27-May-2020 08:48:37 #19 92.10 [warn]                     files.get(resource.id) match {
27-May-2020 08:48:37 #19 92.10 [warn]                              ^
27-May-2020 08:48:37 #19 92.24 [warn] /src/app/api/Permissions.scala:786: match may not be exhaustive.
27-May-2020 08:48:37 #19 92.24 [warn] It would fail on the following input: None
27-May-2020 08:48:37 #19 92.24 [warn]       ident match {
27-May-2020 08:48:37 #19 92.24 [warn]       ^
27-May-2020 08:48:37 #19 92.36 [warn] /src/app/api/Previews.scala:135: match may not be exhaustive.
27-May-2020 08:48:37 #19 92.36 [warn] It would fail on the following input: Some((x: Seq[?] forSome x not in List[?]))
27-May-2020 08:48:37 #19 92.36 [warn]             request.body.dataParts.get("title") match {
27-May-2020 08:48:37 #19 92.36 [warn]                                       ^
27-May-2020 08:48:37 #19 92.38 [warn] /src/app/api/Previews.scala:323: match may not be exhaustive.
27-May-2020 08:48:37 #19 92.38 [warn] It would fail on the following input: None
27-May-2020 08:48:37 #19 92.38 [warn]         previews.get(preview_id) match {
27-May-2020 08:48:37 #19 92.38 [warn]                     ^
27-May-2020 08:48:37 #19 92.51 [warn] /src/app/api/Selected.scala:85: match may not be exhaustive.
27-May-2020 08:48:37 #19 92.51 [warn] It would fail on the following input: None
27-May-2020 08:48:37 #19 92.51 [warn]     request.user match {
27-May-2020 08:48:37 #19 92.51 [warn]             ^
27-May-2020 08:48:37 #19 92.51 [warn] /src/app/api/Selected.scala:97: match may not be exhaustive.
27-May-2020 08:48:37 #19 92.51 [warn] It would fail on the following input: None
27-May-2020 08:48:37 #19 92.51 [warn]     request.user match {
27-May-2020 08:48:37 #19 92.51 [warn]             ^
27-May-2020 08:48:37 #19 92.52 [warn] /src/app/api/Selected.scala:185: match may not be exhaustive.
27-May-2020 08:48:37 #19 92.52 [warn] It would fail on the following input: None
27-May-2020 08:48:37 #19 92.52 [warn]     request.user match {
27-May-2020 08:48:37 #19 92.52 [warn]             ^
27-May-2020 08:48:37 #19 92.55 [warn] /src/app/api/Spaces.scala:65: match may not be exhaustive.
27-May-2020 08:48:37 #19 92.55 [warn] It would fail on the following input: None
27-May-2020 08:48:37 #19 92.55 [warn]     spaces.get(spaceId) match {
27-May-2020 08:48:37 #19 92.55 [warn]               ^
27-May-2020 08:48:37 #19 92.64 [warn] /src/app/api/Vocabularies.scala:40: match may not be exhaustive.
27-May-2020 08:48:38 #19 92.64 [warn] It would fail on the following input: None
27-May-2020 08:48:38 #19 92.64 [warn]         val current_term = vocabularyTermService.get(term) match {
27-May-2020 08:48:38 #19 92.64 [warn]                                                     ^
27-May-2020 08:48:38 #19 92.68 [warn] /src/app/api/VocabularyTerms.scala:44: match may not be exhaustive.
27-May-2020 08:48:38 #19 92.68 [warn] It would fail on the following input: None
27-May-2020 08:48:38 #19 92.68 [warn]     vocabularyTermService.get(id) match {
27-May-2020 08:48:38 #19 92.68 [warn]                              ^
27-May-2020 08:48:38 #19 92.69 [warn] /src/app/controllers/Admin.scala:311: match may not be exhaustive.
27-May-2020 08:48:38 #19 92.69 [warn] It would fail on the following input: None
27-May-2020 08:48:38 #19 92.69 [warn]     user match {
27-May-2020 08:48:38 #19 92.69 [warn]     ^
27-May-2020 08:48:38 #19 92.69 [warn] /src/app/controllers/Admin.scala:335: match may not be exhaustive.
27-May-2020 08:48:38 #19 92.69 [warn] It would fail on the following input: None
27-May-2020 08:48:38 #19 92.69 [warn]     user match {
27-May-2020 08:48:38 #19 92.69 [warn]     ^
27-May-2020 08:48:38 #19 92.69 [warn] /src/app/controllers/Admin.scala:349: match may not be exhaustive.
27-May-2020 08:48:38 #19 92.70 [warn] It would fail on the following input: None
27-May-2020 08:48:38 #19 92.70 [warn]     user match {
27-May-2020 08:48:38 #19 92.70 [warn]     ^
27-May-2020 08:48:38 #19 92.83 [warn] /src/app/controllers/CurationObjects.scala:658: match may not be exhaustive.
27-May-2020 08:48:38 #19 92.83 [warn] It would fail on the following input: None
27-May-2020 08:48:38 #19 92.83 [warn]       curations.get(curationId) match {
27-May-2020 08:48:38 #19 92.83 [warn]                    ^
27-May-2020 08:48:38 #19 92.84 [warn] /src/app/controllers/CurationObjects.scala:858: match may not be exhaustive.
27-May-2020 08:48:38 #19 92.84 [warn] It would fail on the following inputs: JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
27-May-2020 08:48:38 #19 92.84 [warn]     content match {
27-May-2020 08:48:38 #19 92.84 [warn]     ^
27-May-2020 08:48:38 #19 92.88 [warn] /src/app/controllers/Datasets.scala:374: match may not be exhaustive.
27-May-2020 08:48:38 #19 92.88 [warn] It would fail on the following input: None
27-May-2020 08:48:38 #19 92.88 [warn]         email match {
27-May-2020 08:48:38 #19 92.88 [warn]         ^
27-May-2020 08:48:38 #19 92.88 [warn] /src/app/controllers/Datasets.scala:371: match may not be exhaustive.
27-May-2020 08:48:38 #19 92.88 [warn] It would fail on the following input: None
27-May-2020 08:48:38 #19 92.88 [warn]     user match {
27-May-2020 08:48:38 #19 92.88 [warn]     ^
27-May-2020 08:48:38 #19 92.93 [warn] /src/app/controllers/FileLinks.scala:67: match may not be exhaustive.
27-May-2020 08:48:38 #19 92.93 [warn] It would fail on the following input: None
27-May-2020 08:48:38 #19 92.93 [warn]         files.get(fileid) match {
27-May-2020 08:48:38 #19 92.93 [warn]                  ^
27-May-2020 08:48:38 #19 93.08 [warn] /src/app/controllers/Spaces.scala:356: match may not be exhaustive.
27-May-2020 08:48:38 #19 93.08 [warn] It would fail on the following input: None
27-May-2020 08:48:38 #19 93.08 [warn]                 spaces.getRoleForUserInSpace(s.id, requestReceiver.id) match {
27-May-2020 08:48:38 #19 93.08 [warn]                                             ^
27-May-2020 08:48:38 #19 93.42 [warn] /src/app/services/ToolManagerPlugin.scala:122: match may not be exhaustive.
27-May-2020 08:48:38 #19 93.42 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_)
27-May-2020 08:48:38 #19 93.42 [warn]       jsonObj match {
27-May-2020 08:48:38 #19 93.42 [warn]       ^
27-May-2020 08:48:38 #19 93.42 [warn] /src/app/services/ToolManagerPlugin.scala:141: match may not be exhaustive.
27-May-2020 08:48:38 #19 93.42 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_)
27-May-2020 08:48:38 #19 93.42 [warn]       jsonObj match {
27-May-2020 08:48:38 #19 93.42 [warn]       ^
27-May-2020 08:48:38 #19 93.43 [warn] /src/app/services/ToolManagerPlugin.scala:200: match may not be exhaustive.
27-May-2020 08:48:38 #19 93.43 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsObject(_)
27-May-2020 08:48:38 #19 93.43 [warn]     val toolName = (toolList \ toolPath \ "name") match {
27-May-2020 08:48:38 #19 93.43 [warn]                                         ^
27-May-2020 08:48:38 #19 93.45 [warn] /src/app/services/TreeService.scala:316: match may not be exhaustive.
27-May-2020 08:48:38 #19 93.45 [warn] It would fail on the following input: None
27-May-2020 08:48:38 #19 93.45 [warn]       collections.get(col_id) match {
27-May-2020 08:48:38 #19 93.45 [warn]                      ^
27-May-2020 08:48:38 #19 93.47 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:176: match may not be exhaustive.
27-May-2020 08:48:38 #19 93.47 [warn] It would fail on the following input: None
27-May-2020 08:48:38 #19 93.47 [warn]     datasets.get(datasetId) match {
27-May-2020 08:48:38 #19 93.47 [warn]                 ^
27-May-2020 08:48:38 #19 93.54 [warn] /src/app/services/mongodb/MongoDBCollectionService.scala:669: match may not be exhaustive.
27-May-2020 08:48:38 #19 93.54 [warn] It would fail on the following input: None
27-May-2020 08:48:39 #19 93.54 [warn]     Collection.findOneById(new ObjectId(collectionId.stringify)) match {
27-May-2020 08:48:39 #19 93.54 [warn]                           ^
27-May-2020 08:48:39 #19 93.60 [warn] /src/app/services/mongodb/MongoDBDatasetService.scala:437: match may not be exhaustive.
27-May-2020 08:48:39 #19 93.60 [warn] It would fail on the following input: Some((x: String forSome x not in ("default", "private", "public", "publicAll", "trial")))
27-May-2020 08:48:39 #19 93.60 [warn]     val filterStatus = status match {
27-May-2020 08:48:39 #19 93.60 [warn]                        ^
27-May-2020 08:48:39 #19 93.70 [warn] /src/app/services/mongodb/MongoDBFileService.scala:788: match may not be exhaustive.
27-May-2020 08:48:39 #19 93.70 [warn] It would fail on the following input: None
27-May-2020 08:48:39 #19 93.70 [warn]         get(id) match{
27-May-2020 08:48:39 #19 93.70 [warn]            ^
27-May-2020 08:48:39 #19 93.80 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:494: match may not be exhaustive.
27-May-2020 08:48:39 #19 93.80 [warn] It would fail on the following input: Some(false)
27-May-2020 08:48:39 #19 93.80 [warn]                 datasetOnlyInSpace match {
27-May-2020 08:48:39 #19 93.80 [warn]                 ^
27-May-2020 08:48:39 #19 93.86 [warn] /src/app/services/mongodb/MongoDBTileService.scala:29: match may not be exhaustive.
27-May-2020 08:48:39 #19 93.86 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
27-May-2020 08:48:39 #19 93.86 [warn]     json match {
27-May-2020 08:48:39 #19 93.86 [warn]     ^
27-May-2020 08:48:39 #19 93.97 [warn] /src/app/services/mongodb/MongoSalatPlugin.scala:1606: match may not be exhaustive.
27-May-2020 08:48:39 #19 93.97 [warn] It would fail on the following input: None
27-May-2020 08:48:39 #19 93.97 [warn]         md.getAs[DBObject]("content") match {
27-May-2020 08:48:39 #19 93.97 [warn]                           ^
27-May-2020 08:48:39 #19 94.01 [warn] /src/app/util/FileUtils.scala:146: match may not be exhaustive.
27-May-2020 08:48:39 #19 94.01 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_)
27-May-2020 08:48:39 #19 94.01 [warn]                 Json.parse(fobj) \ "@context" match {
27-May-2020 08:48:39 #19 94.01 [warn]                                  ^
27-May-2020 08:48:39 #19 94.16 [warn] /src/conf/routes:47: unreachable code
27-May-2020 08:48:39 #19 94.16 [warn] GET            /profile/:uuid                                                           @controllers.Profile.viewProfileUUID(uuid: UUID)
27-May-2020 08:48:39 #19 94.19 [warn] /src/conf/routes:298: unreachable code
27-May-2020 08:48:39 #19 94.20 [warn] POST           /api/sensors/config                                                      @api.Admin.sensorsConfig
27-May-2020 08:48:39 #19 94.22 [warn] /src/conf/routes:639: unreachable code
27-May-2020 08:48:39 #19 94.22 [warn] DELETE         /api/sections/:id/tags                                                   @api.Sections.removeTags(id: UUID)
27-May-2020 08:48:39 #19 94.24 [warn] /src/conf/routes:368: unreachable code
27-May-2020 08:48:39 #19 94.24 [warn] POST           /api/uploadToDataset/:id                                                 @api.Files.uploadToDataset(id: UUID, showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String ?= "", extract: Boolean ?= true)
27-May-2020 08:48:39 #19 94.27 [warn] /src/conf/routes:391: unreachable code
27-May-2020 08:48:39 #19 94.27 [warn] DELETE         /api/files/:id                                                           @api.Files.removeFile(id: UUID)
27-May-2020 08:48:39 #19 94.29 [warn] /src/conf/routes:397: unreachable code
27-May-2020 08:48:39 #19 94.29 [warn] DELETE         /api/files/:id/tags                                                      @api.Files.removeTags(id: UUID)
27-May-2020 08:48:39 #19 94.31 [warn] /src/conf/routes:463: unreachable code
27-May-2020 08:48:39 #19 94.31 [warn] GET            /api/files/:three_d_file_id/:filename                                    @api.Files.getTexture(three_d_file_id: UUID, filename)
27-May-2020 08:48:39 #19 94.34 [warn] /src/conf/routes:450: unreachable code
27-May-2020 08:48:39 #19 94.34 [warn] GET            /api/files/:id                                                           @api.Files.download(id: UUID, tracking: Boolean ?= true)
27-May-2020 08:48:39 #19 94.36 [warn] /src/conf/routes:364: unreachable code
27-May-2020 08:48:39 #19 94.36 [warn] POST           /api/files/withFlags/:flags                                              @api.Files.upload(showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String)
27-May-2020 08:48:39 #19 94.38 [warn] /src/conf/routes:507: unreachable code
27-May-2020 08:48:39 #19 94.38 [warn] GET            /api/collections/list                                                    @api.Collections.list(title: Option[String] ?= None, date: Option[String] ?= None, limit: Int ?= 12, exact: Boolean ?= false)
27-May-2020 08:48:39 #19 94.41 [warn] /src/conf/routes:514: unreachable code
27-May-2020 08:48:39 #19 94.41 [warn] DELETE         /api/collections/:coll_id/datasets/:ds_id                                @api.Collections.removeDataset(coll_id: UUID, ds_id: UUID, ignoreNotFound ?= "True")
27-May-2020 08:48:39 #19 94.43 [warn] /src/conf/routes:520: unreachable code
27-May-2020 08:48:39 #19 94.43 [warn] DELETE         /api/collections/:coll_id                                                @api.Collections.removeCollection(coll_id: UUID)
27-May-2020 08:48:39 #19 94.44 model contains 963 documentable templates
27-May-2020 08:48:39 #19 94.45 [warn] /src/conf/routes:561: unreachable code
27-May-2020 08:48:39 #19 94.46 [warn] DELETE         /api/datasets/:ds_id/:file_id                                            @api.Datasets.detachFile(ds_id: UUID,file_id: UUID, ignoreNotFound ?= "True")
27-May-2020 08:48:39 #19 94.48 [warn] /src/conf/routes:573: unreachable code
27-May-2020 08:48:39 #19 94.48 [warn] GET            /api/datasets/:id/files                                                  @api.Datasets.datasetAllFilesList(id: UUID, max: Int ?= -1)
27-May-2020 08:48:39 #19 94.50 [warn] /src/conf/routes:519: unreachable code
27-May-2020 08:48:39 #19 94.50 [warn] GET            /api/collections/:coll_id/getDatasets                                    @api.Datasets.listInCollection(coll_id: UUID)
27-May-2020 08:48:39 #19 94.53 [warn] /src/conf/routes:587: unreachable code
27-May-2020 08:48:40 #19 94.53 [warn] DELETE         /api/datasets/:id/tags                                                   @api.Datasets.removeTags(id: UUID)
27-May-2020 08:48:40 #19 94.55 [warn] /src/conf/routes:674: unreachable code
27-May-2020 08:48:40 #19 94.55 [warn] GET            /api/geostreams/streams/update                                           api.Geostreams.updateStatisticsStreamSensor()
27-May-2020 08:48:40 #19 94.89 [warn] /src/app/views/collections/tile.scala.html:55: match may not be exhaustive.
27-May-2020 08:48:40 #19 94.89 [warn] It would fail on the following input: None
27-May-2020 08:48:40 #19 94.90 [warn]                 case Some(viewer) => {
27-May-2020 08:48:40 #19 94.90 [warn] ^
27-May-2020 08:48:40 #19 94.92 [warn] /src/app/views/curations/publishedGrid.scala.html:12: match may not be exhaustive.
27-May-2020 08:48:40 #19 94.92 [warn] It would fail on the following inputs: JsBoolean(_), JsNull, JsNumber(_), JsObject(_), JsUndefined()
27-May-2020 08:48:40 #19 94.92 [warn]           case creators:JsArray => {@(((jo \ "CreatorName"))(0).as[String].trim)@for(i <- 1 to (creators.value.size-1)){, @(((jo \ "CreatorName"))(i).as[String].trim)}}}"
27-May-2020 08:48:40 #19 94.92 [warn] ^
27-May-2020 08:48:40 #19 94.93 [warn] /src/app/views/curations/publishedGrid.scala.html:31: match may not be exhaustive.
27-May-2020 08:48:40 #19 94.93 [warn] It would fail on the following inputs: JsBoolean(_), JsNull, JsNumber(_), JsObject(_), JsUndefined()
27-May-2020 08:48:40 #19 94.93 [warn]           case creator:JsString => {
27-May-2020 08:48:40 #19 94.93 [warn] ^
27-May-2020 08:48:40 #19 94.93 [warn] /src/app/views/curations/publishedGrid.scala.html:9: match may not be exhaustive.
27-May-2020 08:48:40 #19 94.93 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
27-May-2020 08:48:40 #19 94.93 [warn]                     case jo:JsObject => {
27-May-2020 08:48:40 #19 94.94 [warn] ^
27-May-2020 08:48:40 #19 94.97 [warn] /src/app/views/datasets/tile.scala.html:65: match may not be exhaustive.
27-May-2020 08:48:40 #19 94.97 [warn] It would fail on the following input: None
27-May-2020 08:48:40 #19 94.97 [warn]                 case Some(viewer) => {
27-May-2020 08:48:40 #19 94.97 [warn] ^
27-May-2020 08:48:40 #19 94.99 [warn] /src/app/views/files/tile.scala.html:45: match may not be exhaustive.
27-May-2020 08:48:40 #19 94.99 [warn] It would fail on the following input: None
27-May-2020 08:48:40 #19 94.99 [warn]                 case Some(viewer) => {
27-May-2020 08:48:40 #19 94.99 [warn] ^
27-May-2020 08:48:40 #19 95.02 [warn] /src/app/views/metadatald/newCard.scala.html:12: match may not be exhaustive.
27-May-2020 08:48:40 #19 95.02 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
27-May-2020 08:48:40 #19 95.02 [warn]                 case o: JsObject => {
27-May-2020 08:48:40 #19 95.02 [warn] ^
27-May-2020 08:48:40 #19 95.03 [warn] /src/app/views/metadatald/newTableRow.scala.html:12: match may not be exhaustive.
27-May-2020 08:48:40 #19 95.03 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
27-May-2020 08:48:40 #19 95.03 [warn]                 case o: JsObject => {
27-May-2020 08:48:40 #19 95.03 [warn] ^
27-May-2020 08:48:44 #19 98.69 [warn] /src/app/services/irods/IRODSPlugin.scala:9: Tag '@date' is not recognised
27-May-2020 08:48:44 #19 98.69 [warn] /**
27-May-2020 08:48:44 #19 98.69 [warn] ^
27-May-2020 08:48:47 #19 102.2 [warn] /src/app/api/CurationObjects.scala:288: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-May-2020 08:48:47 #19 102.2 [warn]           val client = new DefaultHttpClient
27-May-2020 08:48:47 #19 102.2 [warn]                            ^
27-May-2020 08:48:47 #19 102.2 [warn] /src/app/api/Datasets.scala:223: value xmlMetadata in class File is deprecated: use Metadata
27-May-2020 08:48:47 #19 102.2 [warn]                   if (!file.xmlMetadata.isEmpty) {
27-May-2020 08:48:47 #19 102.2 [warn]                             ^
27-May-2020 08:48:47 #19 102.2 [warn] /src/app/api/Datasets.scala:420: value xmlMetadata in class File is deprecated: use Metadata
27-May-2020 08:48:47 #19 102.2 [warn]       if (!file.xmlMetadata.isEmpty){
27-May-2020 08:48:47 #19 102.2 [warn]                 ^
27-May-2020 08:48:47 #19 102.2 [warn] /src/app/api/Datasets.scala:499: value xmlMetadata in class File is deprecated: use Metadata
27-May-2020 08:48:47 #19 102.2 [warn]           if (!file.xmlMetadata.isEmpty)
27-May-2020 08:48:47 #19 102.2 [warn]                     ^
27-May-2020 08:48:47 #19 102.5 [warn] /src/app/models/Collection.scala:26: value jsonldMetadata in class Collection is deprecated: use Metadata
27-May-2020 08:48:47 #19 102.5 [warn]   @deprecated("use Metadata","since the use of jsonld") jsonldMetadata : List[Metadata]= List.empty
27-May-2020 08:48:47 #19 102.5 [warn]                                                         ^
27-May-2020 08:48:47 #19 102.5 [warn] /src/app/models/Collection.scala:6: value jsonldMetadata in class Collection is deprecated: use Metadata
27-May-2020 08:48:47 #19 102.5 [warn] case class Collection(
27-May-2020 08:48:47 #19 102.5 [warn]            ^
27-May-2020 08:48:47 #19 102.6 [warn] /src/app/models/File.scala:31: value xmlMetadata in class File is deprecated: use Metadata
27-May-2020 08:48:48 #19 102.6 [warn]   @deprecated("use Metadata","since the use of jsonld") xmlMetadata: Map[String, Any] = Map.empty,
27-May-2020 08:48:48 #19 102.6 [warn]                                                         ^
27-May-2020 08:48:48 #19 102.6 [warn] /src/app/models/File.scala:13: value xmlMetadata in class File is deprecated: use Metadata
27-May-2020 08:48:48 #19 102.6 [warn] case class File(
27-May-2020 08:48:48 #19 102.6 [warn]            ^
27-May-2020 08:48:48 #19 102.6 [warn] /src/app/models/Preview.scala:29: value jsonldMetadata in class Preview is deprecated: use Metadata
27-May-2020 08:48:48 #19 102.6 [warn]   @deprecated("use Metadata","since the use of jsonld") jsonldMetadata : List[Metadata]= List.empty
27-May-2020 08:48:48 #19 102.6 [warn]                                                         ^
27-May-2020 08:48:48 #19 102.6 [warn] /src/app/models/Preview.scala:10: value jsonldMetadata in class Preview is deprecated: use Metadata
27-May-2020 08:48:48 #19 102.6 [warn] case class Preview(
27-May-2020 08:48:48 #19 102.6 [warn]            ^
27-May-2020 08:48:48 #19 102.6 [warn] /src/app/models/Section.scala:18: value jsonldMetadata in class Section is deprecated: use Metadata
27-May-2020 08:48:48 #19 102.6 [warn]   @deprecated("use Metadata","since the use of jsonld") jsonldMetadata : List[Metadata]= List.empty,
27-May-2020 08:48:48 #19 102.6 [warn]                                                         ^
27-May-2020 08:48:48 #19 102.6 [warn] /src/app/models/Section.scala:8: value jsonldMetadata in class Section is deprecated: use Metadata
27-May-2020 08:48:48 #19 102.6 [warn] case class Section(
27-May-2020 08:48:48 #19 102.6 [warn]            ^
27-May-2020 08:48:48 #19 102.8 [warn] /src/app/services/RabbitmqPlugin.scala:199: method encode in object URLEncoder is deprecated: see corresponding Javadoc for more information.
27-May-2020 08:48:48 #19 102.8 [warn]       vhost = URLEncoder.encode(factory.get.getVirtualHost)
27-May-2020 08:48:48 #19 102.8 [warn]                          ^
27-May-2020 08:48:48 #19 102.8 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:25: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-May-2020 08:48:48 #19 102.8 [warn]         val httpclient = new DefaultHttpClient()
27-May-2020 08:48:48 #19 102.8 [warn]             ^
27-May-2020 08:48:48 #19 102.8 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:25: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-May-2020 08:48:48 #19 102.8 [warn]         val httpclient = new DefaultHttpClient()
27-May-2020 08:48:48 #19 102.8 [warn]                              ^
27-May-2020 08:48:48 #19 102.8 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:53: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-May-2020 08:48:48 #19 102.8 [warn]         val httpclient = new DefaultHttpClient()
27-May-2020 08:48:48 #19 102.8 [warn]             ^
27-May-2020 08:48:48 #19 102.8 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:53: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-May-2020 08:48:48 #19 102.8 [warn]         val httpclient = new DefaultHttpClient()
27-May-2020 08:48:48 #19 102.8 [warn]                              ^
27-May-2020 08:48:48 #19 102.8 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:81: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-May-2020 08:48:48 #19 102.8 [warn]         val httpclient = new DefaultHttpClient()
27-May-2020 08:48:48 #19 102.8 [warn]             ^
27-May-2020 08:48:48 #19 102.8 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:81: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-May-2020 08:48:48 #19 102.8 [warn]         val httpclient = new DefaultHttpClient()
27-May-2020 08:48:48 #19 102.8 [warn]                              ^
27-May-2020 08:48:48 #19 102.8 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:110: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-May-2020 08:48:48 #19 102.8 [warn]         val httpclient = new DefaultHttpClient()
27-May-2020 08:48:48 #19 102.8 [warn]             ^
27-May-2020 08:48:48 #19 102.8 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:110: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-May-2020 08:48:48 #19 102.8 [warn]         val httpclient = new DefaultHttpClient()
27-May-2020 08:48:48 #19 102.8 [warn]                              ^
27-May-2020 08:48:48 #19 102.8 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:128: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-May-2020 08:48:48 #19 102.8 [warn]         val httpclient = new DefaultHttpClient()
27-May-2020 08:48:48 #19 102.8 [warn]             ^
27-May-2020 08:48:48 #19 102.8 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:128: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-May-2020 08:48:48 #19 102.8 [warn]         val httpclient = new DefaultHttpClient()
27-May-2020 08:48:48 #19 102.8 [warn]                              ^
27-May-2020 08:48:48 #19 102.8 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:146: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-May-2020 08:48:48 #19 102.8 [warn]         val httpclient = new DefaultHttpClient()
27-May-2020 08:48:48 #19 102.8 [warn]             ^
27-May-2020 08:48:48 #19 102.8 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:146: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-May-2020 08:48:48 #19 102.8 [warn]         val httpclient = new DefaultHttpClient()
27-May-2020 08:48:48 #19 102.8 [warn]                              ^
27-May-2020 08:48:48 #19 102.8 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:204: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-May-2020 08:48:48 #19 102.8 [warn]         val httpclient = new DefaultHttpClient()
27-May-2020 08:48:48 #19 102.8 [warn]             ^
27-May-2020 08:48:48 #19 102.8 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:204: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-May-2020 08:48:48 #19 102.8 [warn]         val httpclient = new DefaultHttpClient()
27-May-2020 08:48:48 #19 102.8 [warn]                              ^
27-May-2020 08:48:48 #19 102.8 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:225: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-May-2020 08:48:48 #19 102.8 [warn]         val httpclient = new DefaultHttpClient()
27-May-2020 08:48:48 #19 102.8 [warn]             ^
27-May-2020 08:48:48 #19 102.8 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:225: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-May-2020 08:48:48 #19 102.8 [warn]         val httpclient = new DefaultHttpClient()
27-May-2020 08:48:48 #19 102.8 [warn]                              ^
27-May-2020 08:48:48 #19 102.9 [warn] /src/app/services/mongodb/MongoDBFileService.scala:820: value xmlMetadata in class File is deprecated: use Metadata
27-May-2020 08:48:48 #19 102.9 [warn]             if(!file.xmlMetadata.isEmpty){
27-May-2020 08:48:48 #19 102.9 [warn]                      ^
27-May-2020 08:48:48 #19 103.0 [warn] /src/app/services/mongodb/MongoDBPreviewService.scala:171: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-May-2020 08:48:48 #19 103.0 [warn]       val httpclient = new DefaultHttpClient()
27-May-2020 08:48:48 #19 103.0 [warn]           ^
27-May-2020 08:48:48 #19 103.0 [warn] /src/app/services/mongodb/MongoDBPreviewService.scala:171: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
27-May-2020 08:48:48 #19 103.0 [warn]       val httpclient = new DefaultHttpClient()
27-May-2020 08:48:48 #19 103.0 [warn]                            ^
27-May-2020 08:48:48 #19 103.1 [warn] /src/app/util/FileUtils.scala:280: value jsonldMetadata in class Preview is deprecated: use Metadata
27-May-2020 08:48:48 #19 103.1 [warn]           val currentMetadata = currentPreview.jsonldMetadata
27-May-2020 08:48:48 #19 103.1 [warn]                                                ^
27-May-2020 08:48:48 #19 103.3 [warn] /src/conf/routes:363: method upload in class Files is deprecated
27-May-2020 08:48:48 #19 103.3 [warn] POST           /api/files                                                               @api.Files.upload(showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String ?= "")
27-May-2020 08:48:48 #19 103.5 [warn] /src/conf/routes:363: method upload in class Files is deprecated
27-May-2020 08:48:48 #19 103.5 [warn] POST           /api/files                                                               @api.Files.upload(showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String ?= "")
27-May-2020 08:48:48 #19 103.5 [warn] /src/conf/routes:364: method upload in class Files is deprecated
27-May-2020 08:48:48 #19 103.5 [warn] POST           /api/files/withFlags/:flags                                              @api.Files.upload(showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String)
27-May-2020 08:48:52 #19 106.9 [warn] 54 warnings found
27-May-2020 08:48:52 #19 106.9 [info] Main Scala API documentation successful.
27-May-2020 08:48:52 #19 107.0 [info] Packaging /src/target/scala-2.10/clowder_2.10-1.8.2-SNAPSHOT-javadoc.jar ...
27-May-2020 08:48:53 #19 107.7 [info] Done packaging.
27-May-2020 08:49:39 #19 153.6 [warn] 175 warnings found
27-May-2020 08:49:40 #19 155.1 [warn] warning: [options] bootstrap class path not set in conjunction with -source 1.7
27-May-2020 08:49:40 #19 155.1 [warn] 1 warning
27-May-2020 08:49:48 #19 163.4 [info] Packaging /src/target/scala-2.10/clowder_2.10-1.8.2-SNAPSHOT.jar ...
27-May-2020 08:49:51 #19 165.8 [info] Done packaging.
27-May-2020 08:49:57 #19 172.3 [info]
27-May-2020 08:49:57 #19 172.3 [info] Your package is ready in /src/target/universal/clowder-1.8.2-SNAPSHOT.zip
27-May-2020 08:49:57 #19 172.3 [info]
27-May-2020 08:49:57 #19 172.3 [success] Total time: 167 s, completed May 27, 2020 1:49:57 PM
27-May-2020 08:49:57 #19 172.4 total 95940
27-May-2020 08:49:57 #19 172.4 -rw-r--r--    1 root     root      98236793 May 27 13:49 clowder-1.8.2-SNAPSHOT.zip
27-May-2020 08:49:57 #19 172.4 drwxr-xr-x    3 root     root          4096 May 27 13:49 tmp
27-May-2020 08:49:59 #19 174.0 total 1228
27-May-2020 08:49:59 #19 174.0 drwxr-xr-x   13 root     root          4096 May 27 13:47 app
27-May-2020 08:49:59 #19 174.0 drwxr-xr-x    6 root     root          4096 May 27 13:49 clowder-1.8.2-SNAPSHOT
27-May-2020 08:49:59 #19 174.0 drwxr-xr-x    2 root     root          4096 May 27 13:47 conf
27-May-2020 08:49:59 #19 174.0 drwxr-xr-x    2 root     root          4096 May 27 13:47 lib
27-May-2020 08:49:59 #19 174.0 drwxr-xr-x    1 root     root          4096 May 27 13:38 project
27-May-2020 08:49:59 #19 174.0 drwxr-xr-x   12 root     root          4096 May 27 13:47 public
27-May-2020 08:49:59 #19 174.0 -rwxr-xr-x    1 root     root           164 May 27 13:33 sbt
27-May-2020 08:49:59 #19 174.0 -rw-r--r--    1 root     root          5821 May 27 13:33 sbt-launch-lib.bash
27-May-2020 08:49:59 #19 174.0 -rw-r--r--    1 root     root       1208385 May 27 13:33 sbt-launch.jar
27-May-2020 08:49:59 #19 174.0 -rw-r--r--    1 root     root           164 May 27 13:33 sbt.bat
27-May-2020 08:49:59 #19 174.0 drwxr-xr-x    9 root     root          4096 May 27 13:49 target
27-May-2020 08:49:59 #19    completed: 2020-05-27 13:49:59.613731449 +0000 UTC
27-May-2020 08:49:59 #19     duration: 2m54.281955615s
27-May-2020 08:49:59
27-May-2020 08:50:00
27-May-2020 08:50:00 #20 [stage-1 3/6] COPY --from=clowder-build /src/clowder /home/clowder/
27-May-2020 08:50:00 #20       digest: sha256:ec91164e8b42ca6b9c66d113ac13de5b5a69d1861477294482f907a2926d9ea8
27-May-2020 08:50:00 #20         name: "[stage-1 3/6] COPY --from=clowder-build /src/clowder /home/clowder/"
27-May-2020 08:50:00 #20      started: 2020-05-27 13:50:00.851355538 +0000 UTC
27-May-2020 08:50:02 #20    completed: 2020-05-27 13:50:01.918635798 +0000 UTC
27-May-2020 08:50:02 #20     duration: 1.06728026s
27-May-2020 08:50:02
27-May-2020 08:50:02
27-May-2020 08:50:02 #21 [stage-1 4/6] COPY docker/clowder.sh docker/healthcheck.sh /home/clowder...
27-May-2020 08:50:02 #21       digest: sha256:acaa4d6b25f178830a3dd278708a168e99f972fed0a36c8eca7885285297c6de
27-May-2020 08:50:02 #21         name: "[stage-1 4/6] COPY docker/clowder.sh docker/healthcheck.sh /home/clowder/"
27-May-2020 08:50:02 #21      started: 2020-05-27 13:50:01.940120107 +0000 UTC
27-May-2020 08:50:02 #21    completed: 2020-05-27 13:50:02.688948345 +0000 UTC
27-May-2020 08:50:02 #21     duration: 748.828238ms
27-May-2020 08:50:02
27-May-2020 08:50:02
27-May-2020 08:50:02 #22 [stage-1 5/6] COPY docker/custom.conf docker/play.plugins /home/clowder/...
27-May-2020 08:50:02 #22       digest: sha256:911ee729ee4fe35da5f5e1658bb69ff6ad129f6be7bdeec44fe50608a262878a
27-May-2020 08:50:02 #22         name: "[stage-1 5/6] COPY docker/custom.conf docker/play.plugins /home/clowder/custom/"
27-May-2020 08:50:02 #22      started: 2020-05-27 13:50:02.715066179 +0000 UTC
27-May-2020 08:50:03 #22    completed: 2020-05-27 13:50:03.532607579 +0000 UTC
27-May-2020 08:50:03 #22     duration: 817.5414ms
27-May-2020 08:50:03
27-May-2020 08:50:03
27-May-2020 08:50:03 #23 [stage-1 6/6] RUN mkdir /home/clowder/data &&     chgrp -R 0 /home/clowd...
27-May-2020 08:50:03 #23       digest: sha256:415f6698513329a74d39ab1dc15d5837252f1da06f4c6b997cbcd55d2c636728
27-May-2020 08:50:03 #23         name: "[stage-1 6/6] RUN mkdir /home/clowder/data &&     chgrp -R 0 /home/clowder/ &&     chmod g+w /home/clowder/logs /home/clowder/data /home/clowder/custom"
27-May-2020 08:50:03 #23      started: 2020-05-27 13:50:03.566838242 +0000 UTC
27-May-2020 08:50:56 #23    completed: 2020-05-27 13:50:55.953634829 +0000 UTC
27-May-2020 08:50:56 #23     duration: 52.386796587s
27-May-2020 08:50:56
27-May-2020 08:50:56
27-May-2020 08:50:56 #24 exporting to image
27-May-2020 08:50:56 #24       digest: sha256:9888a6c4cf372beab3af79d28f25796ba44d8918fb8d2b6f98abe8513d74409c
27-May-2020 08:50:56 #24         name: "exporting to image"
27-May-2020 08:50:56 #24      started: 2020-05-27 13:50:56.140884729 +0000 UTC
27-May-2020 08:50:56 #24 exporting layers
27-May-2020 08:50:58 #24 exporting layers 2.0s done
27-May-2020 08:50:58 #24 writing image sha256:56c9c16e04835e0a962a98353bdc5e468574349b8629ad7eb0167e7a258f6ab2
27-May-2020 08:50:58 #24    completed: 2020-05-27 13:50:58.256613804 +0000 UTC
27-May-2020 08:50:58 #24     duration: 2.115729075s
27-May-2020 08:50:58 #24 writing image sha256:56c9c16e04835e0a962a98353bdc5e468574349b8629ad7eb0167e7a258f6ab2 0.1s done
27-May-2020 08:50:58 #24 naming to docker.io/clowder/clowder:latest 0.0s done
27-May-2020 08:50:58
27-May-2020 08:50:58
27-May-2020 08:50:58 #2 [internal] load build definition from Dockerfile
27-May-2020 08:50:58 #2       digest: sha256:dbff1f4cb6cd0427eb973a3c6668366b5e59bf9a2334ecc724e3edc404545fd0
27-May-2020 08:50:58 #2         name: "[internal] load build definition from Dockerfile"
27-May-2020 08:50:58 #2      started: 2020-05-27 13:50:58.300300017 +0000 UTC
27-May-2020 08:50:59 #2 transferring dockerfile: 605B done
27-May-2020 08:50:59 #2    completed: 2020-05-27 13:50:59.794051908 +0000 UTC
27-May-2020 08:50:59 #2     duration: 1.493751891s
27-May-2020 08:50:59
27-May-2020 08:50:59
27-May-2020 08:50:59 #1 [internal] load .dockerignore
27-May-2020 08:50:59 #1       digest: sha256:149489c833eec43abb432cdd01cf917a23c8748d8b3a00619f87230bb2208e8b
27-May-2020 08:50:59 #1         name: "[internal] load .dockerignore"
27-May-2020 08:50:59 #1      started: 2020-05-27 13:50:58.300919551 +0000 UTC
27-May-2020 08:50:59 #1    completed: 2020-05-27 13:50:59.702019805 +0000 UTC
27-May-2020 08:50:59 #1     duration: 1.401100254s
27-May-2020 08:50:59 #1 transferring context: 2B done
27-May-2020 08:50:59
27-May-2020 08:50:59
27-May-2020 08:50:59 #3 [internal] load metadata for docker.io/library/ubuntu:latest
27-May-2020 08:50:59 #3       digest: sha256:8c6bdfb121a69744f11ffa1fedfc68ec20085c2dcce567aac97a3ff72e53502d
27-May-2020 08:50:59 #3         name: "[internal] load metadata for docker.io/library/ubuntu:latest"
27-May-2020 08:50:59 #3      started: 2020-05-27 13:50:59.864996757 +0000 UTC
27-May-2020 08:51:00 #3    completed: 2020-05-27 13:51:00.236926561 +0000 UTC
27-May-2020 08:51:00 #3     duration: 371.929804ms
27-May-2020 08:51:00
27-May-2020 08:51:00
27-May-2020 08:51:00 #4 [internal] helper image for file operations
27-May-2020 08:51:00 #4       digest: sha256:e4c43493b1bb2320466c52248e886014710025b273f224bb96a23b8fb7a1d193
27-May-2020 08:51:00 #4         name: "[internal] helper image for file operations"
27-May-2020 08:51:00 #4      started: 2020-05-27 13:51:00.238390713 +0000 UTC
27-May-2020 08:51:00 #4    completed: 2020-05-27 13:51:00.238428817 +0000 UTC
27-May-2020 08:51:00 #4     duration: 38.104µs
27-May-2020 08:51:00 #4       cached: true
27-May-2020 08:51:00
27-May-2020 08:51:00
27-May-2020 08:51:00 #5 [1/3] FROM docker.io/library/ubuntu@sha256:747d2dbbaaee995098c9792d99bd3...
27-May-2020 08:51:00 #5       digest: sha256:a8e2620730dfe25984268c67fcbe396b1ed0900aec3672b163c8c7da1349dfb3
27-May-2020 08:51:00 #5         name: "[1/3] FROM docker.io/library/ubuntu@sha256:747d2dbbaaee995098c9792d99bd333c6783ce56150d1b11e333bbceed5c54d7"
27-May-2020 08:51:00 #5      started: 2020-05-27 13:51:00.237909051 +0000 UTC
27-May-2020 08:51:00 #5    completed: 2020-05-27 13:51:00.238038806 +0000 UTC
27-May-2020 08:51:00 #5     duration: 129.755µs
27-May-2020 08:51:00 #5      started: 2020-05-27 13:51:00.24005859 +0000 UTC
27-May-2020 08:51:00 #5    completed: 2020-05-27 13:51:00.240825195 +0000 UTC
27-May-2020 08:51:00 #5     duration: 766.605µs
27-May-2020 08:51:00 #5      started: 2020-05-27 13:51:00.241035707 +0000 UTC
27-May-2020 08:51:00 #5 resolve docker.io/library/ubuntu@sha256:747d2dbbaaee995098c9792d99bd333c6783ce56150d1b11e333bbceed5c54d7 done
27-May-2020 08:51:00 #5 sha256:6154df8ff9882934dc5bf265b8b85a3aeadba06387447ffa440f7af7f32b0e1d 0B / 847B 0.1s
27-May-2020 08:51:00 #5 sha256:747d2dbbaaee995098c9792d99bd333c6783ce56150d1b11e333bbceed5c54d7 1.21kB / 1.21kB done
27-May-2020 08:51:00 #5 sha256:5747316366b8cc9e3021cd7286f42b2d6d81e3d743e2ab571f55bcd5df788cc8 1.15kB / 1.15kB done
27-May-2020 08:51:00 #5 sha256:1d622ef86b138c7e96d4f797bf5e4baca3249f030c575b9337638594f2b63f01 3.41kB / 3.41kB done
27-May-2020 08:51:00 #5 sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 0B / 28.56MB 0.1s
27-May-2020 08:51:00 #5 sha256:fc878cd0a91c7bece56f668b2c79a19d94dd5471dae41fe5a7e14b4ae65251f6 0B / 32.30kB 0.1s
27-May-2020 08:51:00 #7 ...
27-May-2020 08:51:00
27-May-2020 08:51:00 #7 [internal] load build context
27-May-2020 08:51:00 #7       digest: sha256:39d888a1af31e20cfd6b81957bf77e1fc9607c510832374399f82bb38070c1d8
27-May-2020 08:51:00 #7         name: "[internal] load build context"
27-May-2020 08:51:00 #7      started: 2020-05-27 13:51:00.238634878 +0000 UTC
27-May-2020 08:51:00 #7    completed: 2020-05-27 13:51:00.447800376 +0000 UTC
27-May-2020 08:51:00 #7     duration: 209.165498ms
27-May-2020 08:51:00 #7 transferring context: 12.56kB done
27-May-2020 08:51:00
27-May-2020 08:51:00
27-May-2020 08:51:00 #5 [1/3] FROM docker.io/library/ubuntu@sha256:747d2dbbaaee995098c9792d99bd3...
27-May-2020 08:51:00 #5 sha256:fc878cd0a91c7bece56f668b2c79a19d94dd5471dae41fe5a7e14b4ae65251f6 32.30kB / 32.30kB 0.3s
27-May-2020 08:51:00 #5 sha256:6154df8ff9882934dc5bf265b8b85a3aeadba06387447ffa440f7af7f32b0e1d 847B / 847B 0.4s
27-May-2020 08:51:00 #5 sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 8.85MB / 28.56MB 0.4s
27-May-2020 08:51:00 #5 sha256:fc878cd0a91c7bece56f668b2c79a19d94dd5471dae41fe5a7e14b4ae65251f6 32.30kB / 32.30kB 0.3s done
27-May-2020 08:51:00 #5 sha256:fee5db0ff82f7aa5ace63497df4802bbadf8f2779ed3e1858605b791dc449425 0B / 163B 0.4s
27-May-2020 08:51:00 #5 sha256:6154df8ff9882934dc5bf265b8b85a3aeadba06387447ffa440f7af7f32b0e1d 847B / 847B 0.4s done
27-May-2020 08:51:00 #5 sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 21.90MB / 28.56MB 0.5s
27-May-2020 08:51:00 #5 sha256:fee5db0ff82f7aa5ace63497df4802bbadf8f2779ed3e1858605b791dc449425 163B / 163B 0.5s done
27-May-2020 08:51:00 #5 sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 28.56MB / 28.56MB 0.6s
27-May-2020 08:51:01 #5 sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 28.56MB / 28.56MB 0.8s done
27-May-2020 08:51:01 #5 extracting sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e
27-May-2020 08:51:02 #5 extracting sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 1.0s done
27-May-2020 08:51:02 #5 extracting sha256:fc878cd0a91c7bece56f668b2c79a19d94dd5471dae41fe5a7e14b4ae65251f6 done
27-May-2020 08:51:02 #5 extracting sha256:6154df8ff9882934dc5bf265b8b85a3aeadba06387447ffa440f7af7f32b0e1d
27-May-2020 08:51:03 #5 extracting sha256:6154df8ff9882934dc5bf265b8b85a3aeadba06387447ffa440f7af7f32b0e1d done
27-May-2020 08:51:03 #5 extracting sha256:fee5db0ff82f7aa5ace63497df4802bbadf8f2779ed3e1858605b791dc449425
27-May-2020 08:51:03 #5 extracting sha256:fee5db0ff82f7aa5ace63497df4802bbadf8f2779ed3e1858605b791dc449425 done
27-May-2020 08:51:03 #5    completed: 2020-05-27 13:51:03.617884565 +0000 UTC
27-May-2020 08:51:03 #5     duration: 3.376848858s
27-May-2020 08:51:03
27-May-2020 08:51:03
27-May-2020 08:51:03 #6 [2/3] RUN apt-get -y update     && apt-get -y install curl unzip docker....
27-May-2020 08:51:03 #6       digest: sha256:b2f6ddf020d7fbf2e04d26cae78f7903fd86d39125bea3de7ace7e755f7d91ea
27-May-2020 08:51:03 #6         name: "[2/3] RUN apt-get -y update     && apt-get -y install curl unzip docker.io python python-dev python-pip     && pip install flask-restful     && pip install arrow     && apt-get clean all     && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*     ;"
27-May-2020 08:51:03 #6      started: 2020-05-27 13:51:03.682641358 +0000 UTC
27-May-2020 08:51:04 #6 0.927 Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [107 kB]
27-May-2020 08:51:04 #6 1.062 Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
27-May-2020 08:51:04 #6 1.124 Get:3 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [1079 B]
27-May-2020 08:51:04 #6 1.155 Get:4 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [9726 B]
27-May-2020 08:51:04 #6 1.156 Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [108 kB]
27-May-2020 08:51:04 #6 1.173 Get:6 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [36.5 kB]
27-May-2020 08:51:05 #6 1.554 Get:7 http://archive.ubuntu.com/ubuntu focal-updates InRelease [107 kB]
27-May-2020 08:51:05 #6 1.672 Get:8 http://archive.ubuntu.com/ubuntu focal-backports InRelease [98.3 kB]
27-May-2020 08:51:05 #6 1.790 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
27-May-2020 08:51:05 #6 2.027 Get:10 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
27-May-2020 08:51:05 #6 2.045 Get:11 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
27-May-2020 08:51:05 #6 2.049 Get:12 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
27-May-2020 08:51:06 #6 2.440 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [180 kB]
27-May-2020 08:51:06 #6 2.447 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [89.8 kB]
27-May-2020 08:51:06 #6 2.449 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [9726 B]
27-May-2020 08:51:06 #6 2.449 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [1079 B]
27-May-2020 08:51:06 #6 2.450 Get:17 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [2903 B]
27-May-2020 08:51:07 #6 3.332 Fetched 13.8 MB in 3s (5442 kB/s)
27-May-2020 08:51:07 #6 3.332 Reading package lists...
27-May-2020 08:51:08 #6 4.187 Reading package lists...
27-May-2020 08:51:08 #6 4.910 Building dependency tree...
27-May-2020 08:51:08 #6 5.031 Reading state information...
27-May-2020 08:51:08 #6    completed: 2020-05-27 13:51:08.871915175 +0000 UTC
27-May-2020 08:51:08 #6     duration: 5.189273817s
27-May-2020 08:51:08 #6        error: "executor failed running [/bin/sh -c apt-get -y update     && apt-get -y install curl unzip docker.io python python-dev python-pip     && pip install flask-restful     && pip install arrow     && apt-get clean all     && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*     ;]: exit code: 100"
27-May-2020 08:51:08 #6 5.129 E: Unable to locate package python-pip
27-May-2020 08:51:08
27-May-2020 08:51:08 executor failed running [/bin/sh -c apt-get -y update     && apt-get -y install curl unzip docker.io python python-dev python-pip     && pip install flask-restful     && pip install arrow     && apt-get clean all     && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*     ;]: exit code: 100
27-May-2020 08:51:08 Failing task since return code of [/bin/sh docker.sh] was 1 while expected 0
27-May-2020 08:51:08 Finished task 'docker build' with result: Failed
27-May-2020 08:51:08 Running post build plugin 'Docker Container Cleanup'
27-May-2020 08:51:08 Running post build plugin 'NCover Results Collector'
27-May-2020 08:51:08 Running post build plugin 'Clover Results Collector'
27-May-2020 08:51:08 Running post build plugin 'npm Cache Cleanup'
27-May-2020 08:51:08 Running post build plugin 'Artifact Copier'
27-May-2020 08:51:08 Publishing an artifact: dist
27-May-2020 08:51:17 Finished publishing of artifact Non required shared artifact: [dist], pattern: [clowder-*.zip] anchored at: [target/universal] in 8.824 s
27-May-2020 08:51:17 Publishing an artifact: scaladoc
27-May-2020 08:51:20 Finished publishing of artifact Non required shared artifact: [scaladoc], pattern: [**/*] anchored at: [target/scala-2.10/api] in 2.489 s
27-May-2020 08:51:20 Publishing an artifact: manual
27-May-2020 08:51:20 Unable to publish artifact [manual]: the source directory /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-CORE1099-JOB1/doc/src/sphinx/_build/html does not exist.
27-May-2020 08:51:20 The artifact hasn't been successfully published after 1.682 ms
27-May-2020 08:51:20 Finalising the build...
27-May-2020 08:51:20 Stopping timer.
27-May-2020 08:51:20 Build CATS-CORE1099-JOB1-4 completed.
27-May-2020 08:51:20 Running on server: post build plugin 'NCover Results Collector'
27-May-2020 08:51:20 Running on server: post build plugin 'Build Hanging Detection Configuration'
27-May-2020 08:51:20 Running on server: post build plugin 'Clover Delta Calculator'
27-May-2020 08:51:20 Running on server: post build plugin 'Maven Dependencies Postprocessor'
27-May-2020 08:51:20 All post build plugins have finished
27-May-2020 08:51:20 Generating build results summary...
27-May-2020 08:51:20 Saving build results to disk...
27-May-2020 08:51:20 Store variable context...
27-May-2020 08:51:20 Indexing build results...
27-May-2020 08:51:20 Finished building CATS-CORE1099-JOB1-4.