Core application including web front end

Build: #1 failed

Job: default failed

Stages & jobs

  1. Default Stage

Build log

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

24-Apr-2020 12:49:52 #19 63.55 [warn] why the feature should be explicitly enabled.
24-Apr-2020 12:49:52 #19 63.55 [warn]       val interval = if (archiveDebug) { 5 minutes } else { 1 day }
24-Apr-2020 12:49:52 #19 63.55 [warn]                                            ^
24-Apr-2020 12:49:52 #19 63.55 [warn] /src/app/Global.scala:68: postfix operator day should be enabled
24-Apr-2020 12:49:52 #19 63.55 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:49:52 #19 63.55 [warn]       val interval = if (archiveDebug) { 5 minutes } else { 1 day }
24-Apr-2020 12:49:52 #19 63.55 [warn]                                                               ^
24-Apr-2020 12:49:52 #19 63.56 [warn] /src/app/Global.scala:74: postfix operator seconds should be enabled
24-Apr-2020 12:49:52 #19 63.56 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:49:52 #19 63.56 [warn]       val delay = if (archiveDebug) { 10 seconds } else {
24-Apr-2020 12:49:52 #19 63.56 [warn]                                          ^
24-Apr-2020 12:49:52 #19 63.56 [warn] /src/app/Global.scala:75: postfix operator seconds should be enabled
24-Apr-2020 12:49:52 #19 63.56 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:49:52 #19 63.56 [warn]         (Duration.ofDays(1).getSeconds - sinceLastMidnight) seconds
24-Apr-2020 12:49:52 #19 63.56 [warn]                                                             ^
24-Apr-2020 12:49:52 #19 63.56 [warn] /src/app/Global.scala:86: postfix operator minutes should be enabled
24-Apr-2020 12:49:52 #19 63.56 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:49:52 #19 63.56 [warn]       extractorTimer = Akka.system().scheduler.schedule(0 minutes, 5 minutes) {
24-Apr-2020 12:49:52 #19 63.56 [warn]                                                           ^
24-Apr-2020 12:49:52 #19 63.56 [warn] /src/app/Global.scala:86: postfix operator minutes should be enabled
24-Apr-2020 12:49:52 #19 63.56 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:49:52 #19 63.56 [warn]       extractorTimer = Akka.system().scheduler.schedule(0 minutes, 5 minutes) {
24-Apr-2020 12:49:52 #19 63.56 [warn]                                                                      ^
24-Apr-2020 12:49:52 #19 63.56 [warn] /src/app/Global.scala:92: postfix operator minutes should be enabled
24-Apr-2020 12:49:52 #19 63.56 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:49:52 #19 63.56 [warn]       jobTimer = Akka.system().scheduler.schedule(0 minutes, 1 minutes) {
24-Apr-2020 12:49:52 #19 63.56 [warn]                                                     ^
24-Apr-2020 12:49:52 #19 63.56 [warn] /src/app/Global.scala:92: postfix operator minutes should be enabled
24-Apr-2020 12:49:52 #19 63.56 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:49:52 #19 63.56 [warn]       jobTimer = Akka.system().scheduler.schedule(0 minutes, 1 minutes) {
24-Apr-2020 12:49:52 #19 63.56 [warn]                                                                ^
24-Apr-2020 12:49:52 #19 63.56 [warn] /src/app/Global.scala:106: postfix operator seconds should be enabled
24-Apr-2020 12:49:52 #19 63.56 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:49:52 #19 63.57 [warn]         Akka.system().scheduler.scheduleOnce(10 seconds) {
24-Apr-2020 12:49:52 #19 63.57 [warn]                                                 ^
24-Apr-2020 12:49:54 #19 65.30 [warn] /src/app/api/CurationObjects.scala:124: postfix operator toList should be enabled
24-Apr-2020 12:49:54 #19 65.30 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:49:54 #19 65.30 [warn]             metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map{item => item.content}toList))
24-Apr-2020 12:49:54 #19 65.30 [warn]                                                                                                                                ^
24-Apr-2020 12:49:54 #19 65.46 [warn] /src/app/api/CurationObjects.scala:124: postfix operator toList should be enabled
24-Apr-2020 12:49:54 #19 65.46 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:49:54 #19 65.46 [warn]             metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map{item => item.content}toList))
24-Apr-2020 12:49:54 #19 65.46 [warn]                                                                                                                                ^
24-Apr-2020 12:49:55 #19 66.56 [warn] /src/app/api/Extractions.scala:14: imported `Files' is permanently hidden by definition of class Files in package api
24-Apr-2020 12:49:55 #19 66.56 [warn] import play.api.libs.{Files, MimeTypes}
24-Apr-2020 12:49:55 #19 66.56 [warn]                       ^
24-Apr-2020 12:49:55 #19 66.67 [warn] /src/app/api/Extractions.scala:14: imported `Files' is permanently hidden by definition of class Files in package api
24-Apr-2020 12:49:55 #19 66.67 [warn] import play.api.libs.{Files, MimeTypes}
24-Apr-2020 12:49:55 #19 66.67 [warn]                       ^
24-Apr-2020 12:49:56 #19 67.17 [warn] /src/app/api/Files.scala:520: @deprecated now takes two arguments; see the scaladoc.
24-Apr-2020 12:49:56 #19 67.17 [warn]   @deprecated
24-Apr-2020 12:49:56 #19 67.17 [warn]    ^
24-Apr-2020 12:49:56 #19 67.41 [warn] /src/app/api/Files.scala:520: @deprecated now takes two arguments; see the scaladoc.
24-Apr-2020 12:49:56 #19 67.41 [warn]   @deprecated
24-Apr-2020 12:49:56 #19 67.41 [warn]    ^
24-Apr-2020 12:49:57 #19 68.99 [warn] /src/app/api/Geostreams.scala:46: postfix operator tupled should be enabled
24-Apr-2020 12:49:57 #19 68.99 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:49:57 #19 68.99 [warn]   ) tupled
24-Apr-2020 12:49:57 #19 68.99 [warn]     ^
24-Apr-2020 12:49:57 #19 68.99 [warn] /src/app/api/Geostreams.scala:54: postfix operator tupled should be enabled
24-Apr-2020 12:49:57 #19 68.99 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:49:57 #19 68.99 [warn]   ) tupled
24-Apr-2020 12:49:57 #19 68.99 [warn]     ^
24-Apr-2020 12:49:57 #19 69.00 [warn] /src/app/api/Geostreams.scala:63: postfix operator tupled should be enabled
24-Apr-2020 12:49:57 #19 69.00 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:49:57 #19 69.00 [warn]   ) tupled
24-Apr-2020 12:49:57 #19 69.00 [warn]     ^
24-Apr-2020 12:49:57 #19 69.00 [warn] /src/app/api/Geostreams.scala:70: postfix operator tupled should be enabled
24-Apr-2020 12:49:57 #19 69.00 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:49:57 #19 69.00 [warn]     ) tupled
24-Apr-2020 12:49:57 #19 69.00 [warn]       ^
24-Apr-2020 12:49:57 #19 69.00 [warn] /src/app/api/Geostreams.scala:78: postfix operator tupled should be enabled
24-Apr-2020 12:49:57 #19 69.00 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:49:57 #19 69.00 [warn]     ) tupled
24-Apr-2020 12:49:57 #19 69.00 [warn]       ^
24-Apr-2020 12:49:57 #19 69.01 [warn] /src/app/api/Geostreams.scala:87: postfix operator tupled should be enabled
24-Apr-2020 12:49:57 #19 69.01 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:49:57 #19 69.01 [warn]     ) tupled
24-Apr-2020 12:49:57 #19 69.01 [warn]       ^
24-Apr-2020 12:49:57 #19 69.01 [warn] /src/app/api/Geostreams.scala:95: postfix operator tupled should be enabled
24-Apr-2020 12:49:57 #19 69.01 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:49:57 #19 69.01 [warn]     ) tupled
24-Apr-2020 12:49:57 #19 69.01 [warn]       ^
24-Apr-2020 12:49:58 #19 69.05 [warn] /src/app/services/mongodb/MongoDBInstitutionService.scala:3: imported `Institution' is permanently hidden by definition of object Institution in package mongodb
24-Apr-2020 12:49:58 #19 69.05 [warn] import models.Institution
24-Apr-2020 12:49:58 #19 69.05 [warn]               ^
24-Apr-2020 12:49:58 #19 69.35 [warn] /src/app/api/Geostreams.scala:46: postfix operator tupled should be enabled
24-Apr-2020 12:49:58 #19 69.35 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:49:58 #19 69.35 [warn]   ) tupled
24-Apr-2020 12:49:58 #19 69.35 [warn]     ^
24-Apr-2020 12:49:58 #19 69.35 [warn] /src/app/api/Geostreams.scala:54: postfix operator tupled should be enabled
24-Apr-2020 12:49:58 #19 69.35 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:49:58 #19 69.35 [warn]   ) tupled
24-Apr-2020 12:49:58 #19 69.35 [warn]     ^
24-Apr-2020 12:49:58 #19 69.35 [warn] /src/app/api/Geostreams.scala:63: postfix operator tupled should be enabled
24-Apr-2020 12:49:58 #19 69.35 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:49:58 #19 69.35 [warn]   ) tupled
24-Apr-2020 12:49:58 #19 69.35 [warn]     ^
24-Apr-2020 12:49:58 #19 69.35 [warn] /src/app/api/Geostreams.scala:70: postfix operator tupled should be enabled
24-Apr-2020 12:49:58 #19 69.35 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:49:58 #19 69.35 [warn]     ) tupled
24-Apr-2020 12:49:58 #19 69.35 [warn]       ^
24-Apr-2020 12:49:58 #19 69.35 [warn] /src/app/api/Geostreams.scala:78: postfix operator tupled should be enabled
24-Apr-2020 12:49:58 #19 69.35 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:49:58 #19 69.35 [warn]     ) tupled
24-Apr-2020 12:49:58 #19 69.35 [warn]       ^
24-Apr-2020 12:49:58 #19 69.36 [warn] /src/app/api/Geostreams.scala:87: postfix operator tupled should be enabled
24-Apr-2020 12:49:58 #19 69.36 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:49:58 #19 69.36 [warn]     ) tupled
24-Apr-2020 12:49:58 #19 69.36 [warn]       ^
24-Apr-2020 12:49:58 #19 69.36 [warn] /src/app/api/Geostreams.scala:95: postfix operator tupled should be enabled
24-Apr-2020 12:49:58 #19 69.36 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:49:58 #19 69.36 [warn]     ) tupled
24-Apr-2020 12:49:58 #19 69.36 [warn]       ^
24-Apr-2020 12:49:58 #19 69.40 [warn] /src/app/services/mongodb/MongoDBInstitutionService.scala:3: imported `Institution' is permanently hidden by definition of object Institution in package mongodb
24-Apr-2020 12:49:58 #19 69.40 [warn] import models.Institution
24-Apr-2020 12:49:58 #19 69.40 [warn]               ^
24-Apr-2020 12:49:58 #19 69.75 [warn] /src/app/services/mongodb/MongoDBProjectService.scala:3: imported `Project' is permanently hidden by definition of object Project in package mongodb
24-Apr-2020 12:49:58 #19 69.75 [warn] import models.Project
24-Apr-2020 12:49:58 #19 69.75 [warn]               ^
24-Apr-2020 12:49:58 #19 69.84 [warn] /src/app/api/Reporting.scala:45: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
24-Apr-2020 12:49:58 #19 69.84 [warn]               case _ => Some("".getBytes("UTF-8"))
24-Apr-2020 12:49:58 #19 69.84 [warn]                    ^
24-Apr-2020 12:49:58 #19 69.84 [warn] /src/app/api/Reporting.scala:78: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
24-Apr-2020 12:49:58 #19 69.84 [warn]               case _ => Some("".getBytes("UTF-8"))
24-Apr-2020 12:49:58 #19 69.84 [warn]                    ^
24-Apr-2020 12:49:58 #19 69.85 [warn] /src/app/api/Reporting.scala:111: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
24-Apr-2020 12:49:58 #19 69.85 [warn]               case _ => Some("".getBytes("UTF-8"))
24-Apr-2020 12:49:58 #19 69.85 [warn]                    ^
24-Apr-2020 12:49:58 #19 69.85 [warn] /src/app/api/Reporting.scala:127: a pure expression does nothing in statement position; you may be omitting necessary parentheses
24-Apr-2020 12:49:58 #19 69.85 [warn]   """Includes file, dataset, collection reports"""
24-Apr-2020 12:49:58 #19 69.85 [warn]   ^
24-Apr-2020 12:49:58 #19 69.90 [warn] /src/app/api/Reporting.scala:291: a pure expression does nothing in statement position; you may be omitting necessary parentheses
24-Apr-2020 12:49:58 #19 69.90 [warn]     """returnAllColumns will include empty columns to align with file rows on report"""
24-Apr-2020 12:49:58 #19 69.90 [warn]     ^
24-Apr-2020 12:49:58 #19 69.91 [warn] /src/app/api/Reporting.scala:345: a pure expression does nothing in statement position; you may be omitting necessary parentheses
24-Apr-2020 12:49:58 #19 69.91 [warn]     """returnAllColumns will include empty columns to align with file rows on report"""
24-Apr-2020 12:49:58 #19 69.91 [warn]     ^
24-Apr-2020 12:49:59 #19 70.25 [warn] /src/app/services/mongodb/MongoDBProjectService.scala:3: imported `Project' is permanently hidden by definition of object Project in package mongodb
24-Apr-2020 12:49:59 #19 70.25 [warn] import models.Project
24-Apr-2020 12:49:59 #19 70.25 [warn]               ^
24-Apr-2020 12:49:59 #19 70.34 [warn] /src/app/api/Reporting.scala:45: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
24-Apr-2020 12:49:59 #19 70.34 [warn]               case _ => Some("".getBytes("UTF-8"))
24-Apr-2020 12:49:59 #19 70.34 [warn]                    ^
24-Apr-2020 12:49:59 #19 70.35 [warn] /src/app/api/Reporting.scala:78: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
24-Apr-2020 12:49:59 #19 70.35 [warn]               case _ => Some("".getBytes("UTF-8"))
24-Apr-2020 12:49:59 #19 70.35 [warn]                    ^
24-Apr-2020 12:49:59 #19 70.35 [warn] /src/app/api/Reporting.scala:111: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
24-Apr-2020 12:49:59 #19 70.35 [warn]               case _ => Some("".getBytes("UTF-8"))
24-Apr-2020 12:49:59 #19 70.35 [warn]                    ^
24-Apr-2020 12:49:59 #19 70.35 [warn] /src/app/api/Reporting.scala:127: a pure expression does nothing in statement position; you may be omitting necessary parentheses
24-Apr-2020 12:49:59 #19 70.35 [warn]   """Includes file, dataset, collection reports"""
24-Apr-2020 12:49:59 #19 70.35 [warn]   ^
24-Apr-2020 12:49:59 #19 70.40 [warn] /src/app/api/Reporting.scala:291: a pure expression does nothing in statement position; you may be omitting necessary parentheses
24-Apr-2020 12:49:59 #19 70.40 [warn]     """returnAllColumns will include empty columns to align with file rows on report"""
24-Apr-2020 12:49:59 #19 70.40 [warn]     ^
24-Apr-2020 12:49:59 #19 70.41 [warn] /src/app/api/Reporting.scala:345: a pure expression does nothing in statement position; you may be omitting necessary parentheses
24-Apr-2020 12:49:59 #19 70.41 [warn]     """returnAllColumns will include empty columns to align with file rows on report"""
24-Apr-2020 12:49:59 #19 70.41 [warn]     ^
24-Apr-2020 12:50:01 #19 72.09 [warn] /src/app/controllers/CurationObjects.scala:477: postfix operator toList should be enabled
24-Apr-2020 12:50:01 #19 72.09 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:50:01 #19 72.10 [warn]       metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map { item => item.content }toList))
24-Apr-2020 12:50:01 #19 72.10 [warn]                                                                                                                             ^
24-Apr-2020 12:50:01 #19 72.10 [warn] /src/app/controllers/CurationObjects.scala:698: postfix operator toList should be enabled
24-Apr-2020 12:50:01 #19 72.10 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:50:01 #19 72.10 [warn]             metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map { item => item.content }toList))
24-Apr-2020 12:50:01 #19 72.10 [warn]                                                                                                                                   ^
24-Apr-2020 12:50:01 #19 72.93 [warn] /src/app/controllers/CurationObjects.scala:477: postfix operator toList should be enabled
24-Apr-2020 12:50:01 #19 72.93 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:50:01 #19 72.93 [warn]       metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map { item => item.content }toList))
24-Apr-2020 12:50:01 #19 72.93 [warn]                                                                                                                             ^
24-Apr-2020 12:50:01 #19 72.93 [warn] /src/app/controllers/CurationObjects.scala:698: postfix operator toList should be enabled
24-Apr-2020 12:50:01 #19 72.93 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:50:01 #19 72.93 [warn]             metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map { item => item.content }toList))
24-Apr-2020 12:50:01 #19 72.93 [warn]                                                                                                                                   ^
24-Apr-2020 12:50:02 #19 73.14 [warn] /src/app/controllers/Registration.scala:13: imported `Registration' is permanently hidden by definition of class Registration in package controllers
24-Apr-2020 12:50:02 #19 73.14 [warn] import securesocial.controllers.{ProviderController, Registration, TemplatesPlugin}
24-Apr-2020 12:50:02 #19 73.14 [warn]                                                      ^
24-Apr-2020 12:50:02 #19 73.16 [warn] /src/app/controllers/Registration.scala:67: reflective access of structural type member value currentHasher should be enabled
24-Apr-2020 12:50:02 #19 73.16 [warn] by making the implicit value scala.language.reflectiveCalls visible.
24-Apr-2020 12:50:02 #19 73.16 [warn] This can be achieved by adding the import clause 'import scala.language.reflectiveCalls'
24-Apr-2020 12:50:02 #19 73.16 [warn] or by setting the compiler option -language:reflectiveCalls.
24-Apr-2020 12:50:02 #19 73.16 [warn] See the Scala docs for value scala.language.reflectiveCalls for a discussion
24-Apr-2020 12:50:02 #19 73.16 [warn] why the feature should be explicitly enabled.
24-Apr-2020 12:50:02 #19 73.16 [warn]               passwordInfo = Some(Registry.hashers.currentHasher.hash(info.password))
24-Apr-2020 12:50:02 #19 73.16 [warn]                                                    ^
24-Apr-2020 12:50:02 #19 73.50 [warn] /src/app/controllers/Spaces.scala:278: postfix operator toMap should be enabled
24-Apr-2020 12:50:02 #19 73.50 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:50:02 #19 73.50 [warn]         val roleDescription = users.listRoles() map (t => t.name -> t.description) toMap
24-Apr-2020 12:50:02 #19 73.50 [warn]                                                                                    ^
24-Apr-2020 12:50:03 #19 74.10 [warn] /src/app/controllers/Registration.scala:13: imported `Registration' is permanently hidden by definition of class Registration in package controllers
24-Apr-2020 12:50:03 #19 74.10 [warn] import securesocial.controllers.{ProviderController, Registration, TemplatesPlugin}
24-Apr-2020 12:50:03 #19 74.10 [warn]                                                      ^
24-Apr-2020 12:50:03 #19 74.13 [warn] /src/app/controllers/Registration.scala:67: reflective access of structural type member value currentHasher should be enabled
24-Apr-2020 12:50:03 #19 74.14 [warn] by making the implicit value scala.language.reflectiveCalls visible.
24-Apr-2020 12:50:03 #19 74.14 [warn] This can be achieved by adding the import clause 'import scala.language.reflectiveCalls'
24-Apr-2020 12:50:03 #19 74.14 [warn] or by setting the compiler option -language:reflectiveCalls.
24-Apr-2020 12:50:03 #19 74.14 [warn] See the Scala docs for value scala.language.reflectiveCalls for a discussion
24-Apr-2020 12:50:03 #19 74.14 [warn] why the feature should be explicitly enabled.
24-Apr-2020 12:50:03 #19 74.14 [warn]               passwordInfo = Some(Registry.hashers.currentHasher.hash(info.password))
24-Apr-2020 12:50:03 #19 74.15 [warn]                                                    ^
24-Apr-2020 12:50:03 #19 74.49 [warn] /src/app/controllers/Spaces.scala:278: postfix operator toMap should be enabled
24-Apr-2020 12:50:03 #19 74.49 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:50:03 #19 74.49 [warn]         val roleDescription = users.listRoles() map (t => t.name -> t.description) toMap
24-Apr-2020 12:50:03 #19 74.49 [warn]                                                                                    ^
24-Apr-2020 12:50:04 #19 75.05 [warn] /src/app/models/UUID.scala:36: implicit conversion method stringToUUID should be enabled
24-Apr-2020 12:50:04 #19 75.05 [warn] by making the implicit value scala.language.implicitConversions visible.
24-Apr-2020 12:50:04 #19 75.05 [warn] This can be achieved by adding the import clause 'import scala.language.implicitConversions'
24-Apr-2020 12:50:04 #19 75.05 [warn] or by setting the compiler option -language:implicitConversions.
24-Apr-2020 12:50:04 #19 75.05 [warn] See the Scala docs for value scala.language.implicitConversions for a discussion
24-Apr-2020 12:50:04 #19 75.05 [warn] why the feature should be explicitly enabled.
24-Apr-2020 12:50:04 #19 75.05 [warn]   implicit def stringToUUID(s: String) = UUID(s)
24-Apr-2020 12:50:04 #19 75.05 [warn]                ^
24-Apr-2020 12:50:04 #19 75.05 [warn] /src/app/models/UUID.scala:37: implicit conversion method uuidToObjectId should be enabled
24-Apr-2020 12:50:04 #19 75.06 [warn] by making the implicit value scala.language.implicitConversions visible.
24-Apr-2020 12:50:04 #19 75.06 [warn]   implicit def uuidToObjectId(uuid: UUID) = new ObjectId(uuid.stringify)
24-Apr-2020 12:50:04 #19 75.06 [warn]                ^
24-Apr-2020 12:50:04 #19 75.06 [warn] /src/app/models/UUID.scala:38: implicit conversion method objectIdToUUID should be enabled
24-Apr-2020 12:50:04 #19 75.06 [warn] by making the implicit value scala.language.implicitConversions visible.
24-Apr-2020 12:50:04 #19 75.06 [warn]   implicit def objectIdToUUID(objectId: ObjectId) = UUID(objectId.toString)
24-Apr-2020 12:50:04 #19 75.06 [warn]                ^
24-Apr-2020 12:50:04 #19 75.15 [warn] /src/app/models/User.scala:104: implicit conversion method userToMiniUser should be enabled
24-Apr-2020 12:50:04 #19 75.15 [warn] by making the implicit value scala.language.implicitConversions visible.
24-Apr-2020 12:50:04 #19 75.15 [warn]   implicit def userToMiniUser(x: User): MiniUser = x.getMiniUser
24-Apr-2020 12:50:04 #19 75.15 [warn]                ^
24-Apr-2020 12:50:04 #19 75.59 [warn] /src/app/services/ElasticsearchPlugin.scala:690: a pure expression does nothing in statement position; you may be omitting necessary parentheses
24-Apr-2020 12:50:04 #19 75.59 [warn]     """dynamic_templates": [{
24-Apr-2020 12:50:04 #19 75.59 [warn]     ^
24-Apr-2020 12:50:04 #19 75.73 [warn] /src/app/services/PolyglotPlugin.scala:83: postfix operator seconds should be enabled
24-Apr-2020 12:50:04 #19 75.73 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:50:04 #19 75.73 [warn]           akka.pattern.after(3 seconds, using = Akka.system.scheduler)(checkForFileAndDownload((triesLeft - 1), url, outputStream))
24-Apr-2020 12:50:04 #19 75.73 [warn]                                ^
24-Apr-2020 12:50:05 #19 76.11 [warn] /src/app/models/UUID.scala:36: implicit conversion method stringToUUID should be enabled
24-Apr-2020 12:50:05 #19 76.11 [warn] by making the implicit value scala.language.implicitConversions visible.
24-Apr-2020 12:50:05 #19 76.11 [warn] This can be achieved by adding the import clause 'import scala.language.implicitConversions'
24-Apr-2020 12:50:05 #19 76.11 [warn] or by setting the compiler option -language:implicitConversions.
24-Apr-2020 12:50:05 #19 76.11 [warn] See the Scala docs for value scala.language.implicitConversions for a discussion
24-Apr-2020 12:50:05 #19 76.11 [warn] why the feature should be explicitly enabled.
24-Apr-2020 12:50:05 #19 76.11 [warn]   implicit def stringToUUID(s: String) = UUID(s)
24-Apr-2020 12:50:05 #19 76.11 [warn]                ^
24-Apr-2020 12:50:05 #19 76.11 [warn] /src/app/models/UUID.scala:37: implicit conversion method uuidToObjectId should be enabled
24-Apr-2020 12:50:05 #19 76.11 [warn] by making the implicit value scala.language.implicitConversions visible.
24-Apr-2020 12:50:05 #19 76.11 [warn]   implicit def uuidToObjectId(uuid: UUID) = new ObjectId(uuid.stringify)
24-Apr-2020 12:50:05 #19 76.11 [warn]                ^
24-Apr-2020 12:50:05 #19 76.11 [warn] /src/app/models/UUID.scala:38: implicit conversion method objectIdToUUID should be enabled
24-Apr-2020 12:50:05 #19 76.11 [warn] by making the implicit value scala.language.implicitConversions visible.
24-Apr-2020 12:50:05 #19 76.11 [warn]   implicit def objectIdToUUID(objectId: ObjectId) = UUID(objectId.toString)
24-Apr-2020 12:50:05 #19 76.11 [warn]                ^
24-Apr-2020 12:50:05 #19 76.19 [warn] /src/app/models/User.scala:104: implicit conversion method userToMiniUser should be enabled
24-Apr-2020 12:50:05 #19 76.19 [warn] by making the implicit value scala.language.implicitConversions visible.
24-Apr-2020 12:50:05 #19 76.19 [warn]   implicit def userToMiniUser(x: User): MiniUser = x.getMiniUser
24-Apr-2020 12:50:05 #19 76.19 [warn]                ^
24-Apr-2020 12:50:05 #19 76.84 [warn] /src/app/services/mongodb/MongoContext.scala:253: implicit conversion method dbObjectToString should be enabled
24-Apr-2020 12:50:05 #19 76.85 [warn] by making the implicit value scala.language.implicitConversions visible.
24-Apr-2020 12:50:05 #19 76.85 [warn]   implicit def dbObjectToString(dbObject: DBObject): String = {
24-Apr-2020 12:50:05 #19 76.85 [warn]                ^
24-Apr-2020 12:50:05 #19 76.89 [warn] /src/app/services/ElasticsearchPlugin.scala:690: a pure expression does nothing in statement position; you may be omitting necessary parentheses
24-Apr-2020 12:50:05 #19 76.90 [warn]     """dynamic_templates": [{
24-Apr-2020 12:50:05 #19 76.90 [warn]     ^
24-Apr-2020 12:50:06 #19 77.08 [warn] /src/app/services/PolyglotPlugin.scala:83: postfix operator seconds should be enabled
24-Apr-2020 12:50:06 #19 77.08 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:50:06 #19 77.08 [warn]           akka.pattern.after(3 seconds, using = Akka.system.scheduler)(checkForFileAndDownload((triesLeft - 1), url, outputStream))
24-Apr-2020 12:50:06 #19 77.08 [warn]                                ^
24-Apr-2020 12:50:06 #19 77.31 [warn] /src/app/services/mongodb/MongoDBCollectionService.scala:907: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
24-Apr-2020 12:50:06 #19 77.31 [warn]       case _ => Logger.error(s"Error queuing collection ${id.stringify}")
24-Apr-2020 12:50:06 #19 77.31 [warn]            ^
24-Apr-2020 12:50:06 #19 77.38 [warn] /src/app/services/mongodb/MongoDBCommentService.scala:3: imported `Comment' is permanently hidden by definition of object Comment in package mongodb
24-Apr-2020 12:50:06 #19 77.38 [warn] import models.{DBResult, UUID, Comment}
24-Apr-2020 12:50:06 #19 77.38 [warn]                                ^
24-Apr-2020 12:50:06 #19 78.02 [warn] /src/app/services/mongodb/MongoDBTagService.scala:7: imported `Tag' is permanently hidden by definition of object Tag in package mongodb
24-Apr-2020 12:50:07 #19 78.02 [warn] import models.{Tag, UUID}
24-Apr-2020 12:50:07 #19 78.02 [warn]                ^
24-Apr-2020 12:50:07 #19 78.09 [warn] /src/app/services/mongodb/MongoContext.scala:253: implicit conversion method dbObjectToString should be enabled
24-Apr-2020 12:50:07 #19 78.09 [warn] by making the implicit value scala.language.implicitConversions visible.
24-Apr-2020 12:50:07 #19 78.09 [warn]   implicit def dbObjectToString(dbObject: DBObject): String = {
24-Apr-2020 12:50:07 #19 78.09 [warn]                ^
24-Apr-2020 12:50:07 #19 78.34 [warn] /src/app/services/mongodb/MongoDBDatasetService.scala:1422: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
24-Apr-2020 12:50:07 #19 78.34 [warn]       case _ => Logger.error(s"Error queuing dataset ${id.stringify}")
24-Apr-2020 12:50:07 #19 78.34 [warn]            ^
24-Apr-2020 12:50:07 #19 78.52 [warn] /src/app/services/mongodb/MongoDBExtractionRequestsService.scala:20: imported `MongoSalatPlugin' is permanently hidden by definition of class MongoSalatPlugin in package mongodb
24-Apr-2020 12:50:07 #19 78.52 [warn] import services.mongodb.MongoSalatPlugin
24-Apr-2020 12:50:07 #19 78.52 [warn]                         ^
24-Apr-2020 12:50:07 #19 78.54 [warn] /src/app/services/mongodb/MongoDBExtractionService.scala:4: imported `Extraction' is permanently hidden by definition of object Extraction in package mongodb
24-Apr-2020 12:50:07 #19 78.54 [warn] import models.{UUID, Extraction, ExtractionGroup, ResourceRef}
24-Apr-2020 12:50:07 #19 78.54 [warn]                      ^
24-Apr-2020 12:50:07 #19 78.54 [warn] /src/app/services/mongodb/MongoDBExtractionService.scala:13: imported `WebPageResource' is permanently hidden by definition of object WebPageResource in package mongodb
24-Apr-2020 12:50:07 #19 78.54 [warn] import models.WebPageResource
24-Apr-2020 12:50:07 #19 78.54 [warn]               ^
24-Apr-2020 12:50:07 #19 78.82 [warn] /src/app/services/mongodb/MongoDBFileService.scala:338: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
24-Apr-2020 12:50:07 #19 78.82 [warn]       case _ => Logger.error(s"Error queuing file ${id.stringify}")
24-Apr-2020 12:50:07 #19 78.82 [warn]            ^
24-Apr-2020 12:50:08 #19 79.06 [warn] /src/app/services/mongodb/MongoDBCollectionService.scala:907: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
24-Apr-2020 12:50:08 #19 79.06 [warn]       case _ => Logger.error(s"Error queuing collection ${id.stringify}")
24-Apr-2020 12:50:08 #19 79.06 [warn]            ^
24-Apr-2020 12:50:08 #19 79.15 [warn] /src/app/services/mongodb/MongoDBCommentService.scala:3: imported `Comment' is permanently hidden by definition of object Comment in package mongodb
24-Apr-2020 12:50:08 #19 79.15 [warn] import models.{DBResult, UUID, Comment}
24-Apr-2020 12:50:08 #19 79.15 [warn]                                ^
24-Apr-2020 12:50:08 #19 79.67 [warn] /src/app/services/mongodb/MongoDBQueueService.scala:78: postfix operator seconds should be enabled
24-Apr-2020 12:50:08 #19 79.67 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:50:08 #19 79.67 [warn]       queueTimer = Akka.system().scheduler.schedule(0 seconds, 5 millis) {
24-Apr-2020 12:50:08 #19 79.67 [warn]                                                       ^
24-Apr-2020 12:50:08 #19 79.67 [warn] /src/app/services/mongodb/MongoDBQueueService.scala:78: postfix operator millis should be enabled
24-Apr-2020 12:50:08 #19 79.67 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:50:08 #19 79.67 [warn]       queueTimer = Akka.system().scheduler.schedule(0 seconds, 5 millis) {
24-Apr-2020 12:50:08 #19 79.67 [warn]                                                                  ^
24-Apr-2020 12:50:08 #19 79.81 [warn] /src/app/services/mongodb/MongoDBSelectionService.scala:11: imported `Dataset' is permanently hidden by definition of object Dataset in package mongodb
24-Apr-2020 12:50:08 #19 79.81 [warn] import models.{UUID, Dataset, Selected}
24-Apr-2020 12:50:08 #19 79.81 [warn]                      ^
24-Apr-2020 12:50:08 #19 79.83 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:23: imported `Collection' is permanently hidden by definition of object Collection in package mongodb
24-Apr-2020 12:50:08 #19 79.83 [warn] import models.Collection
24-Apr-2020 12:50:08 #19 79.83 [warn]               ^
24-Apr-2020 12:50:08 #19 79.83 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:24: imported `Dataset' is permanently hidden by definition of object Dataset in package mongodb
24-Apr-2020 12:50:08 #19 79.83 [warn] import models.Dataset
24-Apr-2020 12:50:08 #19 79.83 [warn]               ^
24-Apr-2020 12:50:08 #19 80.04 [warn] /src/app/services/mongodb/MongoDBTagService.scala:7: imported `Tag' is permanently hidden by definition of object Tag in package mongodb
24-Apr-2020 12:50:09 #19 80.04 [warn] import models.{Tag, UUID}
24-Apr-2020 12:50:09 #19 80.04 [warn]                ^
24-Apr-2020 12:50:09 #19 80.16 [warn] /src/app/services/mongodb/MongoDBDatasetService.scala:1422: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
24-Apr-2020 12:50:09 #19 80.16 [warn]       case _ => Logger.error(s"Error queuing dataset ${id.stringify}")
24-Apr-2020 12:50:09 #19 80.16 [warn]            ^
24-Apr-2020 12:50:09 #19 80.39 [warn] /src/app/services/mongodb/MongoDBExtractionRequestsService.scala:20: imported `MongoSalatPlugin' is permanently hidden by definition of class MongoSalatPlugin in package mongodb
24-Apr-2020 12:50:09 #19 80.39 [warn] import services.mongodb.MongoSalatPlugin
24-Apr-2020 12:50:09 #19 80.39 [warn]                         ^
24-Apr-2020 12:50:09 #19 80.43 [warn] /src/app/services/mongodb/MongoDBExtractionService.scala:4: imported `Extraction' is permanently hidden by definition of object Extraction in package mongodb
24-Apr-2020 12:50:09 #19 80.43 [warn] import models.{UUID, Extraction, ExtractionGroup, ResourceRef}
24-Apr-2020 12:50:09 #19 80.43 [warn]                      ^
24-Apr-2020 12:50:09 #19 80.43 [warn] /src/app/services/mongodb/MongoDBExtractionService.scala:13: imported `WebPageResource' is permanently hidden by definition of object WebPageResource in package mongodb
24-Apr-2020 12:50:09 #19 80.43 [warn] import models.WebPageResource
24-Apr-2020 12:50:09 #19 80.43 [warn]               ^
24-Apr-2020 12:50:09 #19 81.01 [warn] /src/app/services/mongodb/MongoDBFileService.scala:338: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
24-Apr-2020 12:50:09 #19 81.01 [warn]       case _ => Logger.error(s"Error queuing file ${id.stringify}")
24-Apr-2020 12:50:09 #19 81.01 [warn]            ^
24-Apr-2020 12:50:10 #19 81.56 [warn] /src/app/util/SearchUtils.scala:157: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
24-Apr-2020 12:50:10 #19 81.56 [warn]             case _ => {
24-Apr-2020 12:50:10 #19 81.56 [warn]                  ^
24-Apr-2020 12:50:11 #19 82.12 [warn] /src/app/services/mongodb/MongoDBQueueService.scala:78: postfix operator seconds should be enabled
24-Apr-2020 12:50:11 #19 82.12 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:50:11 #19 82.12 [warn]       queueTimer = Akka.system().scheduler.schedule(0 seconds, 5 millis) {
24-Apr-2020 12:50:11 #19 82.12 [warn]                                                       ^
24-Apr-2020 12:50:11 #19 82.12 [warn] /src/app/services/mongodb/MongoDBQueueService.scala:78: postfix operator millis should be enabled
24-Apr-2020 12:50:11 #19 82.12 [warn] by making the implicit value scala.language.postfixOps visible.
24-Apr-2020 12:50:11 #19 82.12 [warn]       queueTimer = Akka.system().scheduler.schedule(0 seconds, 5 millis) {
24-Apr-2020 12:50:11 #19 82.12 [warn]                                                                  ^
24-Apr-2020 12:50:11 #19 82.33 [warn] /src/app/services/mongodb/MongoDBSelectionService.scala:11: imported `Dataset' is permanently hidden by definition of object Dataset in package mongodb
24-Apr-2020 12:50:11 #19 82.33 [warn] import models.{UUID, Dataset, Selected}
24-Apr-2020 12:50:11 #19 82.33 [warn]                      ^
24-Apr-2020 12:50:11 #19 82.38 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:23: imported `Collection' is permanently hidden by definition of object Collection in package mongodb
24-Apr-2020 12:50:11 #19 82.38 [warn] import models.Collection
24-Apr-2020 12:50:11 #19 82.38 [warn]               ^
24-Apr-2020 12:50:11 #19 82.38 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:24: imported `Dataset' is permanently hidden by definition of object Dataset in package mongodb
24-Apr-2020 12:50:11 #19 82.38 [warn] import models.Dataset
24-Apr-2020 12:50:11 #19 82.38 [warn]               ^
24-Apr-2020 12:50:13 #19 84.33 [warn] /src/app/util/SearchUtils.scala:157: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
24-Apr-2020 12:50:13 #19 84.33 [warn]             case _ => {
24-Apr-2020 12:50:13 #19 84.33 [warn]                  ^
24-Apr-2020 12:50:20 #19 91.22 [warn] /src/app/api/Admin.scala:43: match may not be exhaustive.
24-Apr-2020 12:50:20 #19 91.22 [warn] It would fail on the following input: None
24-Apr-2020 12:50:20 #19 91.22 [warn]     (request.body \ "theme").asOpt[String] match {
24-Apr-2020 12:50:20 #19 91.22 [warn]                                   ^
24-Apr-2020 12:50:20 #19 91.23 [warn] /src/app/api/Admin.scala:46: match may not be exhaustive.
24-Apr-2020 12:50:20 #19 91.24 [warn] It would fail on the following input: None
24-Apr-2020 12:50:20 #19 91.24 [warn]     (request.body \ "displayName").asOpt[String] match {
24-Apr-2020 12:50:20 #19 91.24 [warn]                                         ^
24-Apr-2020 12:50:20 #19 91.24 [warn] /src/app/api/Admin.scala:49: match may not be exhaustive.
24-Apr-2020 12:50:20 #19 91.24 [warn] It would fail on the following input: None
24-Apr-2020 12:50:20 #19 91.24 [warn]     (request.body \ "welcomeMessage").asOpt[String] match {
24-Apr-2020 12:50:20 #19 91.24 [warn]                                            ^
24-Apr-2020 12:50:20 #19 91.24 [warn] /src/app/api/Admin.scala:52: match may not be exhaustive.
24-Apr-2020 12:50:20 #19 91.24 [warn] It would fail on the following input: None
24-Apr-2020 12:50:20 #19 91.24 [warn]     (request.body \ "googleAnalytics").asOpt[String] match {
24-Apr-2020 12:50:20 #19 91.24 [warn]                                             ^
24-Apr-2020 12:50:20 #19 91.25 [warn] /src/app/api/Admin.scala:59: match may not be exhaustive.
24-Apr-2020 12:50:20 #19 91.25 [warn] It would fail on the following input: None
24-Apr-2020 12:50:20 #19 91.25 [warn]     (request.body \ "sensors").asOpt[String] match {
24-Apr-2020 12:50:20 #19 91.25 [warn]                                     ^
24-Apr-2020 12:50:20 #19 91.25 [warn] /src/app/api/Admin.scala:62: match may not be exhaustive.
24-Apr-2020 12:50:20 #19 91.25 [warn] It would fail on the following input: None
24-Apr-2020 12:50:20 #19 91.25 [warn]     (request.body \ "sensor").asOpt[String] match {
24-Apr-2020 12:50:20 #19 91.26 [warn]                                    ^
24-Apr-2020 12:50:20 #19 91.26 [warn] /src/app/api/Admin.scala:65: match may not be exhaustive.
24-Apr-2020 12:50:20 #19 91.26 [warn] It would fail on the following input: None
24-Apr-2020 12:50:20 #19 91.26 [warn]     (request.body \ "parameters").asOpt[String] match {
24-Apr-2020 12:50:20 #19 91.26 [warn]                                        ^
24-Apr-2020 12:50:20 #19 91.27 [warn] /src/app/api/Admin.scala:68: match may not be exhaustive.
24-Apr-2020 12:50:20 #19 91.27 [warn] It would fail on the following input: None
24-Apr-2020 12:50:20 #19 91.27 [warn]     (request.body \ "parameter").asOpt[String] match {
24-Apr-2020 12:50:20 #19 91.27 [warn]                                       ^
24-Apr-2020 12:50:20 #19 91.49 [warn] /src/app/api/Collections.scala:153: match may not be exhaustive.
24-Apr-2020 12:50:20 #19 91.49 [warn] It would fail on the following input: None
24-Apr-2020 12:50:20 #19 91.49 [warn]     collections.get(collectionId) match {
24-Apr-2020 12:50:20 #19 91.49 [warn]                    ^
24-Apr-2020 12:50:20 #19 91.56 [warn] /src/app/api/Collections.scala:580: match may not be exhaustive.
24-Apr-2020 12:50:20 #19 91.56 [warn] It would fail on the following input: Failure(_)
24-Apr-2020 12:50:20 #19 91.56 [warn]                       collections.addSubCollection(UUID(parentId), UUID(id), user) match {
24-Apr-2020 12:50:20 #19 91.56 [warn]                                                   ^
24-Apr-2020 12:50:20 #19 91.58 [warn] /src/app/api/Collections.scala:613: match may not be exhaustive.
24-Apr-2020 12:50:20 #19 91.58 [warn] It would fail on the following input: None
24-Apr-2020 12:50:20 #19 91.58 [warn]             collections.get(subCollectionId) match {
24-Apr-2020 12:50:20 #19 91.58 [warn]                            ^
24-Apr-2020 12:50:20 #19 91.58 [warn] /src/app/api/Collections.scala:611: match may not be exhaustive.
24-Apr-2020 12:50:20 #19 91.58 [warn] It would fail on the following input: None
24-Apr-2020 12:50:20 #19 91.58 [warn]         collections.get(collectionId) match {
24-Apr-2020 12:50:20 #19 91.58 [warn]                        ^
24-Apr-2020 12:50:20 #19 91.70 [warn] /src/app/api/Datasets.scala:86: match may not be exhaustive.
24-Apr-2020 12:50:20 #19 91.70 [warn] It would fail on the following input: Nil
24-Apr-2020 12:50:20 #19 91.70 [warn]         folderList match {
24-Apr-2020 12:50:20 #19 91.70 [warn]         ^
24-Apr-2020 12:50:20 #19 91.78 [warn] /src/app/api/Datasets.scala:756: match may not be exhaustive.
24-Apr-2020 12:50:20 #19 91.78 [warn] It would fail on the following input: None
24-Apr-2020 12:50:20 #19 91.78 [warn]     datasets.get(id) match {
24-Apr-2020 12:50:20 #19 91.78 [warn]                 ^
24-Apr-2020 12:50:20 #19 91.80 [warn] /src/app/api/Datasets.scala:973: match may not be exhaustive.
24-Apr-2020 12:50:20 #19 91.80 [warn] It would fail on the following input: None
24-Apr-2020 12:50:20 #19 91.80 [warn]       datasets.get(id) match {
24-Apr-2020 12:50:20 #19 91.80 [warn]                   ^
24-Apr-2020 12:50:20 #19 91.81 [warn] /src/app/api/Datasets.scala:1009: match may not be exhaustive.
24-Apr-2020 12:50:20 #19 91.81 [warn] It would fail on the following input: None
24-Apr-2020 12:50:20 #19 91.81 [warn]       datasets.get(id) match {
24-Apr-2020 12:50:20 #19 91.81 [warn]                   ^
24-Apr-2020 12:50:20 #19 91.81 [warn] /src/app/api/Datasets.scala:1048: match may not be exhaustive.
24-Apr-2020 12:50:20 #19 91.81 [warn] It would fail on the following input: None
24-Apr-2020 12:50:20 #19 91.81 [warn]       datasets.get(id) match {
24-Apr-2020 12:50:20 #19 91.81 [warn]                   ^
24-Apr-2020 12:50:20 #19 91.82 [warn] /src/app/api/Datasets.scala:1085: match may not be exhaustive.
24-Apr-2020 12:50:20 #19 91.82 [warn] It would fail on the following input: None
24-Apr-2020 12:50:20 #19 91.82 [warn]       datasets.get(id) match {
24-Apr-2020 12:50:20 #19 91.82 [warn]                   ^
24-Apr-2020 12:50:20 #19 91.83 [warn] /src/app/api/Datasets.scala:1107: match may not be exhaustive.
24-Apr-2020 12:50:20 #19 91.83 [warn] It would fail on the following input: None
24-Apr-2020 12:50:20 #19 91.83 [warn]       datasets.get(id) match {
24-Apr-2020 12:50:20 #19 91.83 [warn]                   ^
24-Apr-2020 12:50:20 #19 91.84 [warn] /src/app/api/Datasets.scala:1128: match may not be exhaustive.
24-Apr-2020 12:50:20 #19 91.84 [warn] It would fail on the following input: None
24-Apr-2020 12:50:20 #19 91.84 [warn]       datasets.get(id) match {
24-Apr-2020 12:50:20 #19 91.84 [warn]                   ^
24-Apr-2020 12:50:20 #19 91.85 [warn] /src/app/api/Datasets.scala:1367: match may not be exhaustive.
24-Apr-2020 12:50:20 #19 91.85 [warn] It would fail on the following input: None
24-Apr-2020 12:50:20 #19 91.86 [warn]           datasets.get(id) match {
24-Apr-2020 12:50:20 #19 91.86 [warn]                       ^
24-Apr-2020 12:50:20 #19 91.86 [warn] /src/app/api/Datasets.scala:1404: match may not be exhaustive.
24-Apr-2020 12:50:20 #19 91.86 [warn] It would fail on the following input: None
24-Apr-2020 12:50:20 #19 91.86 [warn]           datasets.get(id) match {
24-Apr-2020 12:50:20 #19 91.86 [warn]                       ^
24-Apr-2020 12:50:20 #19 91.87 [warn] /src/app/api/Datasets.scala:1545: match may not be exhaustive.
24-Apr-2020 12:50:20 #19 91.87 [warn] It would fail on the following input: None
24-Apr-2020 12:50:20 #19 91.87 [warn]             datasets.get(id) match {
24-Apr-2020 12:50:20 #19 91.87 [warn]                         ^
24-Apr-2020 12:50:21 #19 92.02 [warn] /src/app/api/Datasets.scala:2550: match may not be exhaustive.
24-Apr-2020 12:50:21 #19 92.02 [warn] It would fail on the following input: None
24-Apr-2020 12:50:21 #19 92.02 [warn]     folders.get(id) match {
24-Apr-2020 12:50:21 #19 92.02 [warn]                ^
24-Apr-2020 12:50:21 #19 92.15 [warn] /src/app/api/Files.scala:707: match may not be exhaustive.
24-Apr-2020 12:50:21 #19 92.15 [warn] It would fail on the following input: None
24-Apr-2020 12:50:21 #19 92.15 [warn]     files.get(id) match {
24-Apr-2020 12:50:21 #19 92.15 [warn]              ^
24-Apr-2020 12:50:21 #19 92.19 [warn] /src/app/api/Files.scala:1051: match may not be exhaustive.
24-Apr-2020 12:50:21 #19 92.19 [warn] It would fail on the following input: None
24-Apr-2020 12:50:21 #19 92.19 [warn]         files.get(id) match {
24-Apr-2020 12:50:21 #19 92.19 [warn]                  ^
24-Apr-2020 12:50:21 #19 92.20 [warn] /src/app/api/Files.scala:1250: match may not be exhaustive.
24-Apr-2020 12:50:21 #19 92.20 [warn] It would fail on the following input: None
24-Apr-2020 12:50:21 #19 92.20 [warn]     files.get(id) match {
24-Apr-2020 12:50:21 #19 92.20 [warn]              ^
24-Apr-2020 12:50:21 #19 92.20 [warn] /src/app/api/Files.scala:1271: match may not be exhaustive.
24-Apr-2020 12:50:21 #19 92.20 [warn] It would fail on the following input: None
24-Apr-2020 12:50:21 #19 92.20 [warn]     files.get(id) match {
24-Apr-2020 12:50:21 #19 92.20 [warn]              ^
24-Apr-2020 12:50:21 #19 92.21 [warn] /src/app/api/Files.scala:1440: match may not be exhaustive.
24-Apr-2020 12:50:21 #19 92.21 [warn] It would fail on the following input: None
24-Apr-2020 12:50:21 #19 92.21 [warn]             files.get(id) match {
24-Apr-2020 12:50:21 #19 92.21 [warn]                      ^
24-Apr-2020 12:50:21 #19 92.59 [warn] /src/app/api/Metadata.scala:497: match may not be exhaustive.
24-Apr-2020 12:50:21 #19 92.59 [warn] It would fail on the following input: None
24-Apr-2020 12:50:21 #19 92.59 [warn]                     datasets.get(resource.id) match {
24-Apr-2020 12:50:21 #19 92.59 [warn]                                 ^
24-Apr-2020 12:50:21 #19 92.60 [warn] /src/app/api/Metadata.scala:509: match may not be exhaustive.
24-Apr-2020 12:50:21 #19 92.60 [warn] It would fail on the following input: None
24-Apr-2020 12:50:21 #19 92.60 [warn]                     files.get(resource.id) match {
24-Apr-2020 12:50:21 #19 92.60 [warn]                              ^
24-Apr-2020 12:50:21 #19 92.69 [warn] /src/app/api/Permissions.scala:786: match may not be exhaustive.
24-Apr-2020 12:50:21 #19 92.69 [warn] It would fail on the following input: None
24-Apr-2020 12:50:21 #19 92.69 [warn]       ident match {
24-Apr-2020 12:50:21 #19 92.69 [warn]       ^
24-Apr-2020 12:50:21 #19 92.78 [warn] /src/app/api/Previews.scala:135: match may not be exhaustive.
24-Apr-2020 12:50:21 #19 92.78 [warn] It would fail on the following input: Some((x: Seq[?] forSome x not in List[?]))
24-Apr-2020 12:50:21 #19 92.78 [warn]             request.body.dataParts.get("title") match {
24-Apr-2020 12:50:21 #19 92.78 [warn]                                       ^
24-Apr-2020 12:50:21 #19 92.80 [warn] /src/app/api/Previews.scala:323: match may not be exhaustive.
24-Apr-2020 12:50:21 #19 92.80 [warn] It would fail on the following input: None
24-Apr-2020 12:50:21 #19 92.80 [warn]         previews.get(preview_id) match {
24-Apr-2020 12:50:21 #19 92.80 [warn]                     ^
24-Apr-2020 12:50:21 #19 92.85 [warn] /src/app/api/Selected.scala:85: match may not be exhaustive.
24-Apr-2020 12:50:21 #19 92.85 [warn] It would fail on the following input: None
24-Apr-2020 12:50:21 #19 92.85 [warn]     request.user match {
24-Apr-2020 12:50:21 #19 92.85 [warn]             ^
24-Apr-2020 12:50:21 #19 92.85 [warn] /src/app/api/Selected.scala:97: match may not be exhaustive.
24-Apr-2020 12:50:21 #19 92.85 [warn] It would fail on the following input: None
24-Apr-2020 12:50:21 #19 92.85 [warn]     request.user match {
24-Apr-2020 12:50:21 #19 92.85 [warn]             ^
24-Apr-2020 12:50:21 #19 92.85 [warn] /src/app/api/Selected.scala:185: match may not be exhaustive.
24-Apr-2020 12:50:21 #19 92.85 [warn] It would fail on the following input: None
24-Apr-2020 12:50:21 #19 92.85 [warn]     request.user match {
24-Apr-2020 12:50:21 #19 92.85 [warn]             ^
24-Apr-2020 12:50:21 #19 92.86 [warn] /src/app/api/Spaces.scala:65: match may not be exhaustive.
24-Apr-2020 12:50:21 #19 92.86 [warn] It would fail on the following input: None
24-Apr-2020 12:50:21 #19 92.86 [warn]     spaces.get(spaceId) match {
24-Apr-2020 12:50:21 #19 92.86 [warn]               ^
24-Apr-2020 12:50:21 #19 92.93 [warn] /src/app/api/Vocabularies.scala:40: match may not be exhaustive.
24-Apr-2020 12:50:21 #19 92.93 [warn] It would fail on the following input: None
24-Apr-2020 12:50:21 #19 92.93 [warn]         val current_term = vocabularyTermService.get(term) match {
24-Apr-2020 12:50:21 #19 92.93 [warn]                                                     ^
24-Apr-2020 12:50:21 #19 92.96 [warn] /src/app/api/VocabularyTerms.scala:44: match may not be exhaustive.
24-Apr-2020 12:50:21 #19 92.96 [warn] It would fail on the following input: None
24-Apr-2020 12:50:21 #19 92.96 [warn]     vocabularyTermService.get(id) match {
24-Apr-2020 12:50:21 #19 92.96 [warn]                              ^
24-Apr-2020 12:50:21 #19 92.97 [warn] /src/app/controllers/Admin.scala:311: match may not be exhaustive.
24-Apr-2020 12:50:21 #19 92.97 [warn] It would fail on the following input: None
24-Apr-2020 12:50:21 #19 92.97 [warn]     user match {
24-Apr-2020 12:50:21 #19 92.97 [warn]     ^
24-Apr-2020 12:50:21 #19 92.97 [warn] /src/app/controllers/Admin.scala:335: match may not be exhaustive.
24-Apr-2020 12:50:21 #19 92.97 [warn] It would fail on the following input: None
24-Apr-2020 12:50:21 #19 92.97 [warn]     user match {
24-Apr-2020 12:50:21 #19 92.97 [warn]     ^
24-Apr-2020 12:50:21 #19 92.98 [warn] /src/app/controllers/Admin.scala:349: match may not be exhaustive.
24-Apr-2020 12:50:21 #19 92.98 [warn] It would fail on the following input: None
24-Apr-2020 12:50:21 #19 92.98 [warn]     user match {
24-Apr-2020 12:50:21 #19 92.98 [warn]     ^
24-Apr-2020 12:50:22 #19 93.08 [warn] /src/app/controllers/CurationObjects.scala:658: match may not be exhaustive.
24-Apr-2020 12:50:22 #19 93.08 [warn] It would fail on the following input: None
24-Apr-2020 12:50:22 #19 93.08 [warn]       curations.get(curationId) match {
24-Apr-2020 12:50:22 #19 93.08 [warn]                    ^
24-Apr-2020 12:50:22 #19 93.10 [warn] /src/app/controllers/CurationObjects.scala:858: match may not be exhaustive.
24-Apr-2020 12:50:22 #19 93.10 [warn] It would fail on the following inputs: JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
24-Apr-2020 12:50:22 #19 93.10 [warn]     content match {
24-Apr-2020 12:50:22 #19 93.10 [warn]     ^
24-Apr-2020 12:50:22 #19 93.13 [warn] /src/app/controllers/Datasets.scala:374: match may not be exhaustive.
24-Apr-2020 12:50:22 #19 93.13 [warn] It would fail on the following input: None
24-Apr-2020 12:50:22 #19 93.13 [warn]         email match {
24-Apr-2020 12:50:22 #19 93.13 [warn]         ^
24-Apr-2020 12:50:22 #19 93.13 [warn] /src/app/controllers/Datasets.scala:371: match may not be exhaustive.
24-Apr-2020 12:50:22 #19 93.13 [warn] It would fail on the following input: None
24-Apr-2020 12:50:22 #19 93.13 [warn]     user match {
24-Apr-2020 12:50:22 #19 93.13 [warn]     ^
24-Apr-2020 12:50:22 #19 93.25 [warn] /src/app/controllers/FileLinks.scala:67: match may not be exhaustive.
24-Apr-2020 12:50:22 #19 93.25 [warn] It would fail on the following input: None
24-Apr-2020 12:50:22 #19 93.25 [warn]         files.get(fileid) match {
24-Apr-2020 12:50:22 #19 93.25 [warn]                  ^
24-Apr-2020 12:50:22 #19 93.37 [warn] /src/app/controllers/Spaces.scala:356: match may not be exhaustive.
24-Apr-2020 12:50:22 #19 93.37 [warn] It would fail on the following input: None
24-Apr-2020 12:50:22 #19 93.37 [warn]                 spaces.getRoleForUserInSpace(s.id, requestReceiver.id) match {
24-Apr-2020 12:50:22 #19 93.37 [warn]                                             ^
24-Apr-2020 12:50:22 #19 93.65 [warn] /src/app/services/ToolManagerPlugin.scala:122: match may not be exhaustive.
24-Apr-2020 12:50:22 #19 93.65 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_)
24-Apr-2020 12:50:22 #19 93.65 [warn]       jsonObj match {
24-Apr-2020 12:50:22 #19 93.65 [warn]       ^
24-Apr-2020 12:50:22 #19 93.65 [warn] /src/app/services/ToolManagerPlugin.scala:141: match may not be exhaustive.
24-Apr-2020 12:50:22 #19 93.65 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_)
24-Apr-2020 12:50:22 #19 93.65 [warn]       jsonObj match {
24-Apr-2020 12:50:22 #19 93.65 [warn]       ^
24-Apr-2020 12:50:22 #19 93.66 [warn] /src/app/services/ToolManagerPlugin.scala:200: match may not be exhaustive.
24-Apr-2020 12:50:22 #19 93.66 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsObject(_)
24-Apr-2020 12:50:22 #19 93.66 [warn]     val toolName = (toolList \ toolPath \ "name") match {
24-Apr-2020 12:50:22 #19 93.66 [warn]                                         ^
24-Apr-2020 12:50:22 #19 93.68 [warn] /src/app/services/TreeService.scala:316: match may not be exhaustive.
24-Apr-2020 12:50:22 #19 93.68 [warn] It would fail on the following input: None
24-Apr-2020 12:50:22 #19 93.68 [warn]       collections.get(col_id) match {
24-Apr-2020 12:50:22 #19 93.68 [warn]                      ^
24-Apr-2020 12:50:22 #19 93.69 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:176: match may not be exhaustive.
24-Apr-2020 12:50:22 #19 93.69 [warn] It would fail on the following input: None
24-Apr-2020 12:50:22 #19 93.69 [warn]     datasets.get(datasetId) match {
24-Apr-2020 12:50:22 #19 93.69 [warn]                 ^
24-Apr-2020 12:50:22 #19 93.74 [warn] /src/app/services/mongodb/MongoDBCollectionService.scala:669: match may not be exhaustive.
24-Apr-2020 12:50:22 #19 93.74 [warn] It would fail on the following input: None
24-Apr-2020 12:50:22 #19 93.74 [warn]     Collection.findOneById(new ObjectId(collectionId.stringify)) match {
24-Apr-2020 12:50:22 #19 93.74 [warn]                           ^
24-Apr-2020 12:50:22 #19 93.81 [warn] /src/app/services/mongodb/MongoDBDatasetService.scala:437: match may not be exhaustive.
24-Apr-2020 12:50:22 #19 93.81 [warn] It would fail on the following input: Some((x: String forSome x not in ("default", "private", "public", "publicAll", "trial")))
24-Apr-2020 12:50:22 #19 93.81 [warn]     val filterStatus = status match {
24-Apr-2020 12:50:22 #19 93.81 [warn]                        ^
24-Apr-2020 12:50:22 #19 93.89 [warn] /src/app/services/mongodb/MongoDBFileService.scala:784: match may not be exhaustive.
24-Apr-2020 12:50:22 #19 93.89 [warn] It would fail on the following input: None
24-Apr-2020 12:50:22 #19 93.89 [warn]         get(id) match{
24-Apr-2020 12:50:22 #19 93.89 [warn]            ^
24-Apr-2020 12:50:22 #19 93.99 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:494: match may not be exhaustive.
24-Apr-2020 12:50:22 #19 93.99 [warn] It would fail on the following input: Some(false)
24-Apr-2020 12:50:22 #19 93.99 [warn]                 datasetOnlyInSpace match {
24-Apr-2020 12:50:22 #19 93.99 [warn]                 ^
24-Apr-2020 12:50:22 #19 94.02 [warn] /src/app/services/mongodb/MongoDBTileService.scala:29: match may not be exhaustive.
24-Apr-2020 12:50:22 #19 94.02 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
24-Apr-2020 12:50:23 #19 94.02 [warn]     json match {
24-Apr-2020 12:50:23 #19 94.02 [warn]     ^
24-Apr-2020 12:50:23 #19 94.10 [warn] /src/app/services/mongodb/MongoSalatPlugin.scala:1606: match may not be exhaustive.
24-Apr-2020 12:50:23 #19 94.10 [warn] It would fail on the following input: None
24-Apr-2020 12:50:23 #19 94.10 [warn]         md.getAs[DBObject]("content") match {
24-Apr-2020 12:50:23 #19 94.10 [warn]                           ^
24-Apr-2020 12:50:23 #19 94.12 [warn] /src/app/util/FileUtils.scala:146: match may not be exhaustive.
24-Apr-2020 12:50:23 #19 94.12 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_)
24-Apr-2020 12:50:23 #19 94.12 [warn]                 Json.parse(fobj) \ "@context" match {
24-Apr-2020 12:50:23 #19 94.12 [warn]                                  ^
24-Apr-2020 12:50:23 #19 94.21 [warn] /src/conf/routes:47: unreachable code
24-Apr-2020 12:50:23 #19 94.21 [warn] GET            /profile/:uuid                                                           @controllers.Profile.viewProfileUUID(uuid: UUID)
24-Apr-2020 12:50:23 #19 94.26 [warn] /src/conf/routes:298: unreachable code
24-Apr-2020 12:50:23 #19 94.26 [warn] POST           /api/sensors/config                                                      @api.Admin.sensorsConfig
24-Apr-2020 12:50:23 #19 94.28 [warn] /src/conf/routes:637: unreachable code
24-Apr-2020 12:50:23 #19 94.28 [warn] DELETE         /api/sections/:id/tags                                                   @api.Sections.removeTags(id: UUID)
24-Apr-2020 12:50:23 #19 94.31 [warn] /src/conf/routes:368: unreachable code
24-Apr-2020 12:50:23 #19 94.31 [warn] POST           /api/uploadToDataset/:id                                                 @api.Files.uploadToDataset(id: UUID, showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String ?= "", extract: Boolean ?= true)
24-Apr-2020 12:50:23 #19 94.33 [warn] /src/conf/routes:391: unreachable code
24-Apr-2020 12:50:23 #19 94.33 [warn] DELETE         /api/files/:id                                                           @api.Files.removeFile(id: UUID)
24-Apr-2020 12:50:23 #19 94.36 [warn] /src/conf/routes:397: unreachable code
24-Apr-2020 12:50:23 #19 94.36 [warn] DELETE         /api/files/:id/tags                                                      @api.Files.removeTags(id: UUID)
24-Apr-2020 12:50:23 #19 94.38 [warn] /src/conf/routes:461: unreachable code
24-Apr-2020 12:50:23 #19 94.38 [warn] GET            /api/files/:three_d_file_id/:filename                                    @api.Files.getTexture(three_d_file_id: UUID, filename)
24-Apr-2020 12:50:23 #19 94.47 [warn] /src/conf/routes:448: unreachable code
24-Apr-2020 12:50:23 #19 94.47 [warn] GET            /api/files/:id                                                           @api.Files.download(id: UUID, tracking: Boolean ?= true)
24-Apr-2020 12:50:23 #19 94.49 [warn] /src/conf/routes:364: unreachable code
24-Apr-2020 12:50:23 #19 94.49 [warn] POST           /api/files/withFlags/:flags                                              @api.Files.upload(showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String)
24-Apr-2020 12:50:23 #19 94.52 [warn] /src/conf/routes:505: unreachable code
24-Apr-2020 12:50:23 #19 94.52 [warn] GET            /api/collections/list                                                    @api.Collections.list(title: Option[String] ?= None, date: Option[String] ?= None, limit: Int ?= 12, exact: Boolean ?= false)
24-Apr-2020 12:50:23 #19 94.54 [warn] /src/conf/routes:512: unreachable code
24-Apr-2020 12:50:23 #19 94.54 [warn] DELETE         /api/collections/:coll_id/datasets/:ds_id                                @api.Collections.removeDataset(coll_id: UUID, ds_id: UUID, ignoreNotFound ?= "True")
24-Apr-2020 12:50:23 #19 94.56 [warn] /src/conf/routes:518: unreachable code
24-Apr-2020 12:50:23 #19 94.57 [warn] DELETE         /api/collections/:coll_id                                                @api.Collections.removeCollection(coll_id: UUID)
24-Apr-2020 12:50:23 #19 94.59 [warn] /src/conf/routes:559: unreachable code
24-Apr-2020 12:50:23 #19 94.59 [warn] DELETE         /api/datasets/:ds_id/:file_id                                            @api.Datasets.detachFile(ds_id: UUID,file_id: UUID, ignoreNotFound ?= "True")
24-Apr-2020 12:50:23 #19 94.61 [warn] /src/conf/routes:571: unreachable code
24-Apr-2020 12:50:23 #19 94.61 [warn] GET            /api/datasets/:id/files                                                  @api.Datasets.datasetAllFilesList(id: UUID, max: Int ?= -1)
24-Apr-2020 12:50:23 #19 94.64 [warn] /src/conf/routes:517: unreachable code
24-Apr-2020 12:50:23 #19 94.64 [warn] GET            /api/collections/:coll_id/getDatasets                                    @api.Datasets.listInCollection(coll_id: UUID)
24-Apr-2020 12:50:23 #19 94.66 [warn] /src/conf/routes:585: unreachable code
24-Apr-2020 12:50:23 #19 94.66 [warn] DELETE         /api/datasets/:id/tags                                                   @api.Datasets.removeTags(id: UUID)
24-Apr-2020 12:50:23 #19 94.69 [warn] /src/conf/routes:672: unreachable code
24-Apr-2020 12:50:23 #19 94.69 [warn] GET            /api/geostreams/streams/update                                           api.Geostreams.updateStatisticsStreamSensor()
24-Apr-2020 12:50:24 #19 95.09 [warn] /src/app/views/collections/tile.scala.html:55: match may not be exhaustive.
24-Apr-2020 12:50:24 #19 95.09 [warn] It would fail on the following input: None
24-Apr-2020 12:50:24 #19 95.09 [warn]                 case Some(viewer) => {
24-Apr-2020 12:50:24 #19 95.10 [warn] ^
24-Apr-2020 12:50:24 #19 95.11 [warn] /src/app/views/curations/publishedGrid.scala.html:12: match may not be exhaustive.
24-Apr-2020 12:50:24 #19 95.11 [warn] It would fail on the following inputs: JsBoolean(_), JsNull, JsNumber(_), JsObject(_), JsUndefined()
24-Apr-2020 12:50:24 #19 95.11 [warn]           case creators:JsArray => {@(((jo \ "CreatorName"))(0).as[String].trim)@for(i <- 1 to (creators.value.size-1)){, @(((jo \ "CreatorName"))(i).as[String].trim)}}}"
24-Apr-2020 12:50:24 #19 95.11 [warn] ^
24-Apr-2020 12:50:24 #19 95.12 [warn] /src/app/views/curations/publishedGrid.scala.html:31: match may not be exhaustive.
24-Apr-2020 12:50:24 #19 95.12 [warn] It would fail on the following inputs: JsBoolean(_), JsNull, JsNumber(_), JsObject(_), JsUndefined()
24-Apr-2020 12:50:24 #19 95.12 [warn]           case creator:JsString => {
24-Apr-2020 12:50:24 #19 95.12 [warn] ^
24-Apr-2020 12:50:24 #19 95.13 [warn] /src/app/views/curations/publishedGrid.scala.html:9: match may not be exhaustive.
24-Apr-2020 12:50:24 #19 95.13 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
24-Apr-2020 12:50:24 #19 95.13 [warn]                     case jo:JsObject => {
24-Apr-2020 12:50:24 #19 95.13 [warn] ^
24-Apr-2020 12:50:24 #19 95.17 [warn] /src/app/views/datasets/tile.scala.html:65: match may not be exhaustive.
24-Apr-2020 12:50:24 #19 95.17 [warn] It would fail on the following input: None
24-Apr-2020 12:50:24 #19 95.17 [warn]                 case Some(viewer) => {
24-Apr-2020 12:50:24 #19 95.18 [warn] ^
24-Apr-2020 12:50:24 #19 95.20 [warn] /src/app/views/files/tile.scala.html:45: match may not be exhaustive.
24-Apr-2020 12:50:24 #19 95.20 [warn] It would fail on the following input: None
24-Apr-2020 12:50:24 #19 95.20 [warn]                 case Some(viewer) => {
24-Apr-2020 12:50:24 #19 95.20 [warn] ^
24-Apr-2020 12:50:24 #19 95.25 [warn] /src/app/views/metadatald/newCard.scala.html:12: match may not be exhaustive.
24-Apr-2020 12:50:24 #19 95.26 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
24-Apr-2020 12:50:24 #19 95.26 [warn]                 case o: JsObject => {
24-Apr-2020 12:50:24 #19 95.26 [warn] ^
24-Apr-2020 12:50:24 #19 95.27 [warn] /src/app/views/metadatald/newTableRow.scala.html:12: match may not be exhaustive.
24-Apr-2020 12:50:24 #19 95.28 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
24-Apr-2020 12:50:24 #19 95.28 [warn]                 case o: JsObject => {
24-Apr-2020 12:50:24 #19 95.28 [warn] ^
24-Apr-2020 12:50:24 #19 95.50 model contains 966 documentable templates
24-Apr-2020 12:50:28 #19 99.61 [warn] /src/app/services/irods/IRODSPlugin.scala:9: Tag '@date' is not recognised
24-Apr-2020 12:50:28 #19 99.61 [warn] /**
24-Apr-2020 12:50:28 #19 99.61 [warn] ^
24-Apr-2020 12:50:31 #19 103.0 [warn] /src/app/api/CurationObjects.scala:288: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 12:50:31 #19 103.0 [warn]           val client = new DefaultHttpClient
24-Apr-2020 12:50:31 #19 103.0 [warn]                            ^
24-Apr-2020 12:50:31 #19 103.0 [warn] /src/app/api/Datasets.scala:223: value xmlMetadata in class File is deprecated: use Metadata
24-Apr-2020 12:50:31 #19 103.0 [warn]                   if (!file.xmlMetadata.isEmpty) {
24-Apr-2020 12:50:31 #19 103.0 [warn]                             ^
24-Apr-2020 12:50:31 #19 103.0 [warn] /src/app/api/Datasets.scala:420: value xmlMetadata in class File is deprecated: use Metadata
24-Apr-2020 12:50:31 #19 103.0 [warn]       if (!file.xmlMetadata.isEmpty){
24-Apr-2020 12:50:31 #19 103.0 [warn]                 ^
24-Apr-2020 12:50:31 #19 103.0 [warn] /src/app/api/Datasets.scala:499: value xmlMetadata in class File is deprecated: use Metadata
24-Apr-2020 12:50:31 #19 103.0 [warn]           if (!file.xmlMetadata.isEmpty)
24-Apr-2020 12:50:31 #19 103.0 [warn]                     ^
24-Apr-2020 12:50:32 #19 103.3 [warn] /src/app/models/Collection.scala:26: value jsonldMetadata in class Collection is deprecated: use Metadata
24-Apr-2020 12:50:32 #19 103.3 [warn]   @deprecated("use Metadata","since the use of jsonld") jsonldMetadata : List[Metadata]= List.empty
24-Apr-2020 12:50:32 #19 103.3 [warn]                                                         ^
24-Apr-2020 12:50:32 #19 103.3 [warn] /src/app/models/Collection.scala:6: value jsonldMetadata in class Collection is deprecated: use Metadata
24-Apr-2020 12:50:32 #19 103.3 [warn] case class Collection(
24-Apr-2020 12:50:32 #19 103.3 [warn]            ^
24-Apr-2020 12:50:32 #19 103.4 [warn] /src/app/models/File.scala:31: value xmlMetadata in class File is deprecated: use Metadata
24-Apr-2020 12:50:32 #19 103.4 [warn]   @deprecated("use Metadata","since the use of jsonld") xmlMetadata: Map[String, Any] = Map.empty,
24-Apr-2020 12:50:32 #19 103.4 [warn]                                                         ^
24-Apr-2020 12:50:32 #19 103.4 [warn] /src/app/models/File.scala:13: value xmlMetadata in class File is deprecated: use Metadata
24-Apr-2020 12:50:32 #19 103.4 [warn] case class File(
24-Apr-2020 12:50:32 #19 103.4 [warn]            ^
24-Apr-2020 12:50:32 #19 103.4 [warn] /src/app/models/Preview.scala:29: value jsonldMetadata in class Preview is deprecated: use Metadata
24-Apr-2020 12:50:32 #19 103.4 [warn]   @deprecated("use Metadata","since the use of jsonld") jsonldMetadata : List[Metadata]= List.empty
24-Apr-2020 12:50:32 #19 103.4 [warn]                                                         ^
24-Apr-2020 12:50:32 #19 103.5 [warn] /src/app/models/Preview.scala:10: value jsonldMetadata in class Preview is deprecated: use Metadata
24-Apr-2020 12:50:32 #19 103.5 [warn] case class Preview(
24-Apr-2020 12:50:32 #19 103.5 [warn]            ^
24-Apr-2020 12:50:32 #19 103.5 [warn] /src/app/models/Section.scala:18: value jsonldMetadata in class Section is deprecated: use Metadata
24-Apr-2020 12:50:32 #19 103.5 [warn]   @deprecated("use Metadata","since the use of jsonld") jsonldMetadata : List[Metadata]= List.empty,
24-Apr-2020 12:50:32 #19 103.5 [warn]                                                         ^
24-Apr-2020 12:50:32 #19 103.5 [warn] /src/app/models/Section.scala:8: value jsonldMetadata in class Section is deprecated: use Metadata
24-Apr-2020 12:50:32 #19 103.5 [warn] case class Section(
24-Apr-2020 12:50:32 #19 103.5 [warn]            ^
24-Apr-2020 12:50:32 #19 103.6 [warn] /src/app/services/RabbitmqPlugin.scala:199: method encode in object URLEncoder is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 12:50:32 #19 103.6 [warn]       vhost = URLEncoder.encode(factory.get.getVirtualHost)
24-Apr-2020 12:50:32 #19 103.6 [warn]                          ^
24-Apr-2020 12:50:32 #19 103.6 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:25: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 12:50:32 #19 103.6 [warn]         val httpclient = new DefaultHttpClient()
24-Apr-2020 12:50:32 #19 103.6 [warn]             ^
24-Apr-2020 12:50:32 #19 103.6 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:25: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 12:50:32 #19 103.6 [warn]         val httpclient = new DefaultHttpClient()
24-Apr-2020 12:50:32 #19 103.6 [warn]                              ^
24-Apr-2020 12:50:32 #19 103.6 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:53: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 12:50:32 #19 103.6 [warn]         val httpclient = new DefaultHttpClient()
24-Apr-2020 12:50:32 #19 103.6 [warn]             ^
24-Apr-2020 12:50:32 #19 103.6 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:53: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 12:50:32 #19 103.6 [warn]         val httpclient = new DefaultHttpClient()
24-Apr-2020 12:50:32 #19 103.6 [warn]                              ^
24-Apr-2020 12:50:32 #19 103.6 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:81: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 12:50:32 #19 103.6 [warn]         val httpclient = new DefaultHttpClient()
24-Apr-2020 12:50:32 #19 103.6 [warn]             ^
24-Apr-2020 12:50:32 #19 103.6 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:81: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 12:50:32 #19 103.6 [warn]         val httpclient = new DefaultHttpClient()
24-Apr-2020 12:50:32 #19 103.6 [warn]                              ^
24-Apr-2020 12:50:32 #19 103.7 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:110: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 12:50:32 #19 103.7 [warn]         val httpclient = new DefaultHttpClient()
24-Apr-2020 12:50:32 #19 103.7 [warn]             ^
24-Apr-2020 12:50:32 #19 103.7 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:110: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 12:50:32 #19 103.7 [warn]         val httpclient = new DefaultHttpClient()
24-Apr-2020 12:50:32 #19 103.7 [warn]                              ^
24-Apr-2020 12:50:32 #19 103.7 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:128: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 12:50:32 #19 103.7 [warn]         val httpclient = new DefaultHttpClient()
24-Apr-2020 12:50:32 #19 103.7 [warn]             ^
24-Apr-2020 12:50:32 #19 103.7 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:128: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 12:50:32 #19 103.7 [warn]         val httpclient = new DefaultHttpClient()
24-Apr-2020 12:50:32 #19 103.7 [warn]                              ^
24-Apr-2020 12:50:32 #19 103.7 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:146: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 12:50:32 #19 103.7 [warn]         val httpclient = new DefaultHttpClient()
24-Apr-2020 12:50:32 #19 103.7 [warn]             ^
24-Apr-2020 12:50:32 #19 103.7 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:146: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 12:50:32 #19 103.7 [warn]         val httpclient = new DefaultHttpClient()
24-Apr-2020 12:50:32 #19 103.7 [warn]                              ^
24-Apr-2020 12:50:32 #19 103.7 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:204: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 12:50:32 #19 103.7 [warn]         val httpclient = new DefaultHttpClient()
24-Apr-2020 12:50:32 #19 103.7 [warn]             ^
24-Apr-2020 12:50:32 #19 103.7 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:204: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 12:50:32 #19 103.7 [warn]         val httpclient = new DefaultHttpClient()
24-Apr-2020 12:50:32 #19 103.7 [warn]                              ^
24-Apr-2020 12:50:32 #19 103.7 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:225: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 12:50:32 #19 103.7 [warn]         val httpclient = new DefaultHttpClient()
24-Apr-2020 12:50:32 #19 103.7 [warn]             ^
24-Apr-2020 12:50:32 #19 103.7 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:225: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 12:50:32 #19 103.7 [warn]         val httpclient = new DefaultHttpClient()
24-Apr-2020 12:50:32 #19 103.7 [warn]                              ^
24-Apr-2020 12:50:32 #19 103.8 [warn] /src/app/services/mongodb/MongoDBFileService.scala:816: value xmlMetadata in class File is deprecated: use Metadata
24-Apr-2020 12:50:32 #19 103.8 [warn]             if(!file.xmlMetadata.isEmpty){
24-Apr-2020 12:50:32 #19 103.8 [warn]                      ^
24-Apr-2020 12:50:32 #19 103.8 [warn] /src/app/services/mongodb/MongoDBPreviewService.scala:171: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 12:50:32 #19 103.8 [warn]       val httpclient = new DefaultHttpClient()
24-Apr-2020 12:50:32 #19 103.8 [warn]           ^
24-Apr-2020 12:50:32 #19 103.8 [warn] /src/app/services/mongodb/MongoDBPreviewService.scala:171: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
24-Apr-2020 12:50:32 #19 103.8 [warn]       val httpclient = new DefaultHttpClient()
24-Apr-2020 12:50:32 #19 103.8 [warn]                            ^
24-Apr-2020 12:50:32 #19 104.0 [warn] /src/app/util/FileUtils.scala:280: value jsonldMetadata in class Preview is deprecated: use Metadata
24-Apr-2020 12:50:32 #19 104.0 [warn]           val currentMetadata = currentPreview.jsonldMetadata
24-Apr-2020 12:50:32 #19 104.0 [warn]                                                ^
24-Apr-2020 12:50:33 #19 104.1 [warn] /src/conf/routes:363: method upload in class Files is deprecated
24-Apr-2020 12:50:33 #19 104.1 [warn] POST           /api/files                                                               @api.Files.upload(showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String ?= "")
24-Apr-2020 12:50:33 #19 104.3 [warn] /src/conf/routes:363: method upload in class Files is deprecated
24-Apr-2020 12:50:33 #19 104.3 [warn] POST           /api/files                                                               @api.Files.upload(showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String ?= "")
24-Apr-2020 12:50:33 #19 104.3 [warn] /src/conf/routes:364: method upload in class Files is deprecated
24-Apr-2020 12:50:33 #19 104.3 [warn] POST           /api/files/withFlags/:flags                                              @api.Files.upload(showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String)
24-Apr-2020 12:50:36 #19 107.7 [warn] 54 warnings found
24-Apr-2020 12:50:36 #19 107.7 [info] Main Scala API documentation successful.
24-Apr-2020 12:50:36 #19 107.7 [info] Packaging /src/target/scala-2.10/clowder_2.10-1.8.2-SNAPSHOT-javadoc.jar ...
24-Apr-2020 12:50:37 #19 108.5 [info] Done packaging.
24-Apr-2020 12:51:21 #19 152.4 [warn] 175 warnings found
24-Apr-2020 12:51:22 #19 153.8 [warn] warning: [options] bootstrap class path not set in conjunction with -source 1.7
24-Apr-2020 12:51:22 #19 153.8 [warn] 1 warning
24-Apr-2020 12:51:30 #19 161.9 [info] Packaging /src/target/scala-2.10/clowder_2.10-1.8.2-SNAPSHOT.jar ...
24-Apr-2020 12:51:33 #19 164.5 [info] Done packaging.
24-Apr-2020 12:51:39 #19 171.0 [info]
24-Apr-2020 12:51:39 #19 171.0 [info] Your package is ready in /src/target/universal/clowder-1.8.2-SNAPSHOT.zip
24-Apr-2020 12:51:39 #19 171.0 [info]
24-Apr-2020 12:51:39 #19 171.0 [success] Total time: 166 s, completed Apr 24, 2020 5:51:39 PM
24-Apr-2020 12:51:40 #19 171.1 total 95960
24-Apr-2020 12:51:40 #19 171.1 -rw-r--r--    1 root     root      98255733 Apr 24 17:51 clowder-1.8.2-SNAPSHOT.zip
24-Apr-2020 12:51:40 #19 171.1 drwxr-xr-x    3 root     root          4096 Apr 24 17:51 tmp
24-Apr-2020 12:51:41 #19 172.8 total 1228
24-Apr-2020 12:51:41 #19 172.8 drwxr-xr-x   13 root     root          4096 Apr 24 17:48 app
24-Apr-2020 12:51:41 #19 172.8 drwxr-xr-x    6 root     root          4096 Apr 24 17:51 clowder-1.8.2-SNAPSHOT
24-Apr-2020 12:51:41 #19 172.8 drwxr-xr-x    2 root     root          4096 Apr 24 17:48 conf
24-Apr-2020 12:51:41 #19 172.8 drwxr-xr-x    2 root     root          4096 Apr 24 17:48 lib
24-Apr-2020 12:51:41 #19 172.8 drwxr-xr-x    1 root     root          4096 Apr 24 17:44 project
24-Apr-2020 12:51:41 #19 172.8 drwxr-xr-x   12 root     root          4096 Apr 24 17:48 public
24-Apr-2020 12:51:41 #19 172.8 -rwxr-xr-x    1 root     root           164 Apr 24 17:39 sbt
24-Apr-2020 12:51:41 #19 172.8 -rw-r--r--    1 root     root          5821 Apr 24 17:39 sbt-launch-lib.bash
24-Apr-2020 12:51:41 #19 172.8 -rw-r--r--    1 root     root       1208385 Apr 24 17:39 sbt-launch.jar
24-Apr-2020 12:51:41 #19 172.8 -rw-r--r--    1 root     root           164 Apr 24 17:39 sbt.bat
24-Apr-2020 12:51:41 #19 172.8 drwxr-xr-x    9 root     root          4096 Apr 24 17:51 target
24-Apr-2020 12:51:41 #19    completed: 2020-04-24 17:51:41.940786527 +0000 UTC
24-Apr-2020 12:51:41 #19     duration: 2m53.020570528s
24-Apr-2020 12:51:41
24-Apr-2020 12:51:43
24-Apr-2020 12:51:43 #20 [stage-1 3/6] COPY --from=clowder-build /src/clowder /home/clowder/
24-Apr-2020 12:51:43 #20       digest: sha256:51df7bf0ef67825c839158fe01311fac2e2b4f2e5f7c5b554a47d80c40b755e1
24-Apr-2020 12:51:43 #20         name: "[stage-1 3/6] COPY --from=clowder-build /src/clowder /home/clowder/"
24-Apr-2020 12:51:43 #20      started: 2020-04-24 17:51:43.241415552 +0000 UTC
24-Apr-2020 12:51:44 #20    completed: 2020-04-24 17:51:44.493875568 +0000 UTC
24-Apr-2020 12:51:44 #20     duration: 1.252460016s
24-Apr-2020 12:51:44
24-Apr-2020 12:51:44
24-Apr-2020 12:51:44 #21 [stage-1 4/6] COPY docker/clowder.sh docker/healthcheck.sh /home/clowder...
24-Apr-2020 12:51:44 #21       digest: sha256:7ae763c95748d51301fcbfb9dc6d2255c4acd492f4435b9215e47cf1f9ffe6e2
24-Apr-2020 12:51:44 #21         name: "[stage-1 4/6] COPY docker/clowder.sh docker/healthcheck.sh /home/clowder/"
24-Apr-2020 12:51:44 #21      started: 2020-04-24 17:51:44.529259638 +0000 UTC
24-Apr-2020 12:51:45 #21    completed: 2020-04-24 17:51:45.27211974 +0000 UTC
24-Apr-2020 12:51:45 #21     duration: 742.860102ms
24-Apr-2020 12:51:45
24-Apr-2020 12:51:45
24-Apr-2020 12:51:45 #22 [stage-1 5/6] COPY docker/custom.conf docker/play.plugins /home/clowder/...
24-Apr-2020 12:51:45 #22       digest: sha256:981d05dcf2af9f5e52a5d39a34b76e4fb363627add6925fe3d4f38ef47e78dd7
24-Apr-2020 12:51:45 #22         name: "[stage-1 5/6] COPY docker/custom.conf docker/play.plugins /home/clowder/custom/"
24-Apr-2020 12:51:45 #22      started: 2020-04-24 17:51:45.294532236 +0000 UTC
24-Apr-2020 12:51:46 #22    completed: 2020-04-24 17:51:46.084479469 +0000 UTC
24-Apr-2020 12:51:46 #22     duration: 789.947233ms
24-Apr-2020 12:51:46
24-Apr-2020 12:51:46
24-Apr-2020 12:51:46 #23 [stage-1 6/6] RUN mkdir /home/clowder/data &&     chgrp -R 0 /home/clowd...
24-Apr-2020 12:51:46 #23       digest: sha256:d7a1e4d9409e7fdf7cad01432dfb5c5f34c017cff72c024cf325a9c75082b81f
24-Apr-2020 12:51:46 #23         name: "[stage-1 6/6] RUN mkdir /home/clowder/data &&     chgrp -R 0 /home/clowder/ &&     chmod g+w /home/clowder/logs /home/clowder/data /home/clowder/custom"
24-Apr-2020 12:51:46 #23      started: 2020-04-24 17:51:46.110491881 +0000 UTC
24-Apr-2020 12:52:40 #23    completed: 2020-04-24 17:52:40.46369914 +0000 UTC
24-Apr-2020 12:52:40 #23     duration: 54.353207259s
24-Apr-2020 12:52:40
24-Apr-2020 12:52:40
24-Apr-2020 12:52:40 #24 exporting to image
24-Apr-2020 12:52:40 #24       digest: sha256:da76dcdb2f73f6615c1a184c599bd9fe675f1b6f87e6986a43a0eb872e2c2cc9
24-Apr-2020 12:52:40 #24         name: "exporting to image"
24-Apr-2020 12:52:40 #24      started: 2020-04-24 17:52:40.704886522 +0000 UTC
24-Apr-2020 12:52:40 #24 exporting layers
24-Apr-2020 12:52:43 #24 exporting layers 2.8s done
24-Apr-2020 12:52:43 #24 writing image sha256:547d9fed2601140bb3761aa0816f4e976075fa27b88b5b490320b3a6dfacbc3b 0.0s done
24-Apr-2020 12:52:43 #24 naming to docker.io/clowder/clowder:latest
24-Apr-2020 12:52:43 #24    completed: 2020-04-24 17:52:43.573296895 +0000 UTC
24-Apr-2020 12:52:43 #24     duration: 2.868410373s
24-Apr-2020 12:52:43 #24 naming to docker.io/clowder/clowder:latest 0.0s done
24-Apr-2020 12:52:43
24-Apr-2020 12:52:43
24-Apr-2020 12:52:43 #1 [internal] load build definition from Dockerfile
24-Apr-2020 12:52:43 #1       digest: sha256:29da6cb221c926b71af47ce6ae6e5dcee7ccd5f8c008ad3263a4e6881e4c22f3
24-Apr-2020 12:52:43 #1         name: "[internal] load build definition from Dockerfile"
24-Apr-2020 12:52:43 #1      started: 2020-04-24 17:52:43.615204967 +0000 UTC
24-Apr-2020 12:52:43 #1    completed: 2020-04-24 17:52:43.615262943 +0000 UTC
24-Apr-2020 12:52:43 #1     duration: 57.976µs
24-Apr-2020 12:52:43 #1      started: 2020-04-24 17:52:43.615375036 +0000 UTC
24-Apr-2020 12:52:44 #1 transferring dockerfile: 605B done
24-Apr-2020 12:52:44 #2 ...
24-Apr-2020 12:52:44
24-Apr-2020 12:52:44 #2 [internal] load .dockerignore
24-Apr-2020 12:52:44 #2       digest: sha256:5527c4e7854a5587f8352a4ab048b0e2b9bc7a7d4ad9b92ee5c01441de43ddd7
24-Apr-2020 12:52:44 #2         name: "[internal] load .dockerignore"
24-Apr-2020 12:52:44 #2      started: 2020-04-24 17:52:43.615183592 +0000 UTC
24-Apr-2020 12:52:44 #2    completed: 2020-04-24 17:52:43.615230303 +0000 UTC
24-Apr-2020 12:52:44 #2     duration: 46.711µs
24-Apr-2020 12:52:44 #2      started: 2020-04-24 17:52:43.615414847 +0000 UTC
24-Apr-2020 12:52:44 #2    completed: 2020-04-24 17:52:44.403031721 +0000 UTC
24-Apr-2020 12:52:44 #2     duration: 787.616874ms
24-Apr-2020 12:52:44 #2 transferring context: 2B done
24-Apr-2020 12:52:44
24-Apr-2020 12:52:44
24-Apr-2020 12:52:44 #1 [internal] load build definition from Dockerfile
24-Apr-2020 12:52:44 #1    completed: 2020-04-24 17:52:44.518159167 +0000 UTC
24-Apr-2020 12:52:44 #1     duration: 902.784131ms
24-Apr-2020 12:52:44
24-Apr-2020 12:52:44
24-Apr-2020 12:52:44 #3 [internal] load metadata for docker.io/library/ubuntu:latest
24-Apr-2020 12:52:44 #3       digest: sha256:8c6bdfb121a69744f11ffa1fedfc68ec20085c2dcce567aac97a3ff72e53502d
24-Apr-2020 12:52:44 #3         name: "[internal] load metadata for docker.io/library/ubuntu:latest"
24-Apr-2020 12:52:44 #3      started: 2020-04-24 17:52:44.59061736 +0000 UTC
24-Apr-2020 12:52:45 #3    completed: 2020-04-24 17:52:45.28671801 +0000 UTC
24-Apr-2020 12:52:45 #3     duration: 696.10065ms
24-Apr-2020 12:52:45
24-Apr-2020 12:52:45
24-Apr-2020 12:52:45 #4 [internal] helper image for file operations
24-Apr-2020 12:52:45 #4       digest: sha256:e4c43493b1bb2320466c52248e886014710025b273f224bb96a23b8fb7a1d193
24-Apr-2020 12:52:45 #4         name: "[internal] helper image for file operations"
24-Apr-2020 12:52:45 #4      started: 2020-04-24 17:52:45.28785019 +0000 UTC
24-Apr-2020 12:52:45 #4    completed: 2020-04-24 17:52:45.288019451 +0000 UTC
24-Apr-2020 12:52:45 #4     duration: 169.261µs
24-Apr-2020 12:52:45 #4      started: 2020-04-24 17:52:45.28828969 +0000 UTC
24-Apr-2020 12:52:45 #4    completed: 2020-04-24 17:52:45.288326125 +0000 UTC
24-Apr-2020 12:52:45 #4     duration: 36.435µs
24-Apr-2020 12:52:45 #4       cached: true
24-Apr-2020 12:52:45
24-Apr-2020 12:52:45
24-Apr-2020 12:52:45 #5 [1/3] FROM docker.io/library/ubuntu@sha256:747d2dbbaaee995098c9792d99bd3...
24-Apr-2020 12:52:45 #5       digest: sha256:a8e2620730dfe25984268c67fcbe396b1ed0900aec3672b163c8c7da1349dfb3
24-Apr-2020 12:52:45 #5         name: "[1/3] FROM docker.io/library/ubuntu@sha256:747d2dbbaaee995098c9792d99bd333c6783ce56150d1b11e333bbceed5c54d7"
24-Apr-2020 12:52:45 #5      started: 2020-04-24 17:52:45.287799597 +0000 UTC
24-Apr-2020 12:52:45 #5    completed: 2020-04-24 17:52:45.287938895 +0000 UTC
24-Apr-2020 12:52:45 #5     duration: 139.298µs
24-Apr-2020 12:52:45 #5      started: 2020-04-24 17:52:45.288115199 +0000 UTC
24-Apr-2020 12:52:45 #5    completed: 2020-04-24 17:52:45.28877415 +0000 UTC
24-Apr-2020 12:52:45 #5     duration: 658.951µs
24-Apr-2020 12:52:45 #5      started: 2020-04-24 17:52:45.288868361 +0000 UTC
24-Apr-2020 12:52:45 #5 resolve docker.io/library/ubuntu@sha256:747d2dbbaaee995098c9792d99bd333c6783ce56150d1b11e333bbceed5c54d7 done
24-Apr-2020 12:52:45 #5 sha256:6154df8ff9882934dc5bf265b8b85a3aeadba06387447ffa440f7af7f32b0e1d 0B / 847B 0.2s
24-Apr-2020 12:52:45 #5 sha256:747d2dbbaaee995098c9792d99bd333c6783ce56150d1b11e333bbceed5c54d7 1.21kB / 1.21kB done
24-Apr-2020 12:52:45 #5 sha256:5747316366b8cc9e3021cd7286f42b2d6d81e3d743e2ab571f55bcd5df788cc8 1.15kB / 1.15kB done
24-Apr-2020 12:52:45 #5 sha256:1d622ef86b138c7e96d4f797bf5e4baca3249f030c575b9337638594f2b63f01 3.41kB / 3.41kB done
24-Apr-2020 12:52:45 #5 sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 0B / 28.56MB 0.2s
24-Apr-2020 12:52:45 #5 sha256:fc878cd0a91c7bece56f668b2c79a19d94dd5471dae41fe5a7e14b4ae65251f6 0B / 32.30kB 0.2s
24-Apr-2020 12:52:45 #5 sha256:6154df8ff9882934dc5bf265b8b85a3aeadba06387447ffa440f7af7f32b0e1d 847B / 847B 0.3s
24-Apr-2020 12:52:45 #7 ...
24-Apr-2020 12:52:45
24-Apr-2020 12:52:45 #7 [internal] load build context
24-Apr-2020 12:52:45 #7       digest: sha256:41236309ce9f2f728a33db9ee6a6ce04c53653a410011b7b31e03a2d37ded8a7
24-Apr-2020 12:52:45 #7         name: "[internal] load build context"
24-Apr-2020 12:52:45 #7      started: 2020-04-24 17:52:45.287896263 +0000 UTC
24-Apr-2020 12:52:45 #7    completed: 2020-04-24 17:52:45.2879377 +0000 UTC
24-Apr-2020 12:52:45 #7     duration: 41.437µs
24-Apr-2020 12:52:45 #7      started: 2020-04-24 17:52:45.288327053 +0000 UTC
24-Apr-2020 12:52:45 #7    completed: 2020-04-24 17:52:45.656744744 +0000 UTC
24-Apr-2020 12:52:45 #7     duration: 368.417691ms
24-Apr-2020 12:52:45 #7 transferring context: 12.56kB done
24-Apr-2020 12:52:45
24-Apr-2020 12:52:45
24-Apr-2020 12:52:45 #5 [1/3] FROM docker.io/library/ubuntu@sha256:747d2dbbaaee995098c9792d99bd3...
24-Apr-2020 12:52:45 #5 sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 4.21MB / 28.56MB 0.4s
24-Apr-2020 12:52:45 #5 sha256:fc878cd0a91c7bece56f668b2c79a19d94dd5471dae41fe5a7e14b4ae65251f6 32.30kB / 32.30kB 0.4s
24-Apr-2020 12:52:45 #5 sha256:6154df8ff9882934dc5bf265b8b85a3aeadba06387447ffa440f7af7f32b0e1d 847B / 847B 0.4s done
24-Apr-2020 12:52:45 #5 sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 28.56MB / 28.56MB 0.7s
24-Apr-2020 12:52:45 #5 sha256:fc878cd0a91c7bece56f668b2c79a19d94dd5471dae41fe5a7e14b4ae65251f6 32.30kB / 32.30kB 0.5s done
24-Apr-2020 12:52:45 #5 sha256:fee5db0ff82f7aa5ace63497df4802bbadf8f2779ed3e1858605b791dc449425 0B / 163B 0.7s
24-Apr-2020 12:52:46 #5 sha256:fee5db0ff82f7aa5ace63497df4802bbadf8f2779ed3e1858605b791dc449425 163B / 163B 0.8s
24-Apr-2020 12:52:46 #5 sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 28.56MB / 28.56MB 1.1s done
24-Apr-2020 12:52:46 #5 sha256:fee5db0ff82f7aa5ace63497df4802bbadf8f2779ed3e1858605b791dc449425 163B / 163B 1.1s done
24-Apr-2020 12:52:46 #5 extracting sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e
24-Apr-2020 12:52:47 #5 extracting sha256:d51af753c3d3a984351448ec0f85ddafc580680fd6dfce9f4b09fdb367ee1e3e 1.0s done
24-Apr-2020 12:52:47 #5 extracting sha256:fc878cd0a91c7bece56f668b2c79a19d94dd5471dae41fe5a7e14b4ae65251f6 done
24-Apr-2020 12:52:48 #5 extracting sha256:6154df8ff9882934dc5bf265b8b85a3aeadba06387447ffa440f7af7f32b0e1d done
24-Apr-2020 12:52:48 #5 extracting sha256:fee5db0ff82f7aa5ace63497df4802bbadf8f2779ed3e1858605b791dc449425 done
24-Apr-2020 12:52:48 #5    completed: 2020-04-24 17:52:48.699941897 +0000 UTC
24-Apr-2020 12:52:48 #5     duration: 3.411073536s
24-Apr-2020 12:52:48
24-Apr-2020 12:52:48
24-Apr-2020 12:52:48 #6 [2/3] RUN apt-get -y update     && apt-get -y install curl unzip docker....
24-Apr-2020 12:52:48 #6       digest: sha256:c2c5c6105b11128dabdaac22a9adfe780a8e311c005d3f098a77f682067a65d8
24-Apr-2020 12:52:48 #6         name: "[2/3] RUN apt-get -y update     && apt-get -y install curl unzip docker.io python python-dev python-pip     && pip install flask-restful     && pip install arrow     && apt-get clean all     && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*     ;"
24-Apr-2020 12:52:48 #6      started: 2020-04-24 17:52:48.727330932 +0000 UTC
24-Apr-2020 12:52:49 #6 0.830 Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [97.9 kB]
24-Apr-2020 12:52:49 #6 0.961 Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
24-Apr-2020 12:52:50 #6 1.451 Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [89.1 kB]
24-Apr-2020 12:52:50 #6 1.562 Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [89.2 kB]
24-Apr-2020 12:52:50 #6 1.674 Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
24-Apr-2020 12:52:50 #6 1.898 Get:6 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
24-Apr-2020 12:52:50 #6 1.911 Get:7 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
24-Apr-2020 12:52:51 #6 2.311 Get:8 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
24-Apr-2020 12:52:51 #6 2.311 Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1723 B]
24-Apr-2020 12:52:52 #6 3.230 Fetched 13.4 MB in 2s (5397 kB/s)
24-Apr-2020 12:52:52 #6 3.230 Reading package lists...
24-Apr-2020 12:52:53 #6 4.042 Reading package lists...
24-Apr-2020 12:52:53 #6 4.792 Building dependency tree...
24-Apr-2020 12:52:53 #6 4.909 Reading state information...
24-Apr-2020 12:52:53 #6    completed: 2020-04-24 17:52:53.774806971 +0000 UTC
24-Apr-2020 12:52:53 #6     duration: 5.047476039s
24-Apr-2020 12:52:53 #6        error: "executor failed running [/bin/sh -c apt-get -y update     && apt-get -y install curl unzip docker.io python python-dev python-pip     && pip install flask-restful     && pip install arrow     && apt-get clean all     && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*     ;]: exit code: 100"
24-Apr-2020 12:52:53 #6 4.998 E: Unable to locate package python-pip
24-Apr-2020 12:52:53
24-Apr-2020 12:52:53 executor failed running [/bin/sh -c apt-get -y update     && apt-get -y install curl unzip docker.io python python-dev python-pip     && pip install flask-restful     && pip install arrow     && apt-get clean all     && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*     ;]: exit code: 100
24-Apr-2020 12:52:53 Failing task since return code of [/bin/sh docker.sh] was 1 while expected 0
24-Apr-2020 12:52:53 Finished task 'docker build' with result: Failed
24-Apr-2020 12:52:53 Running post build plugin 'Docker Container Cleanup'
24-Apr-2020 12:52:53 Running post build plugin 'NCover Results Collector'
24-Apr-2020 12:52:53 Running post build plugin 'Clover Results Collector'
24-Apr-2020 12:52:53 Running post build plugin 'npm Cache Cleanup'
24-Apr-2020 12:52:53 Running post build plugin 'Artifact Copier'
24-Apr-2020 12:52:53 Publishing an artifact: dist
24-Apr-2020 12:53:02 Finished publishing of artifact Non required shared artifact: [dist], pattern: [clowder-*.zip] anchored at: [target/universal] in 8.731 s
24-Apr-2020 12:53:02 Publishing an artifact: scaladoc
24-Apr-2020 12:53:06 Finished publishing of artifact Non required shared artifact: [scaladoc], pattern: [**/*] anchored at: [target/scala-2.10/api] in 3.685 s
24-Apr-2020 12:53:06 Publishing an artifact: manual
24-Apr-2020 12:53:06 Unable to publish artifact [manual]: the source directory /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-CORE1104-JOB1/doc/src/sphinx/_build/html does not exist.
24-Apr-2020 12:53:06 The artifact hasn't been successfully published after 2.074 ms
24-Apr-2020 12:53:06 Finalising the build...
24-Apr-2020 12:53:06 Stopping timer.
24-Apr-2020 12:53:06 Build CATS-CORE1104-JOB1-1 completed.
24-Apr-2020 12:53:06 Running on server: post build plugin 'NCover Results Collector'
24-Apr-2020 12:53:06 Running on server: post build plugin 'Build Hanging Detection Configuration'
24-Apr-2020 12:53:06 Running on server: post build plugin 'Clover Delta Calculator'
24-Apr-2020 12:53:06 Running on server: post build plugin 'Maven Dependencies Postprocessor'
24-Apr-2020 12:53:06 All post build plugins have finished
24-Apr-2020 12:53:06 Generating build results summary...
24-Apr-2020 12:53:06 Saving build results to disk...
24-Apr-2020 12:53:06 Store variable context...
24-Apr-2020 12:53:06 Indexing build results...
24-Apr-2020 12:53:06 Finished building CATS-CORE1104-JOB1-1.