Build: #1 was successful

Job: default was successful

Stages & jobs

  1. Default Stage

Build log

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

13-Feb-2019 16:11:39 [warn] /src/app/Global.scala:60: postfix operator minutes should be enabled
13-Feb-2019 16:11:39 [warn] by making the implicit value scala.language.postfixOps visible.
13-Feb-2019 16:11:39 [warn]       extractorTimer = Akka.system().scheduler.schedule(0 minutes, 5 minutes) {
13-Feb-2019 16:11:39 [warn]                                                                      ^
13-Feb-2019 16:11:39 [warn] /src/app/Global.scala:66: postfix operator minutes should be enabled
13-Feb-2019 16:11:39 [warn] by making the implicit value scala.language.postfixOps visible.
13-Feb-2019 16:11:39 [warn]       jobTimer = Akka.system().scheduler.schedule(0 minutes, 1 minutes) {
13-Feb-2019 16:11:39 [warn]                                                     ^
13-Feb-2019 16:11:39 [warn] /src/app/Global.scala:66: postfix operator minutes should be enabled
13-Feb-2019 16:11:39 [warn] by making the implicit value scala.language.postfixOps visible.
13-Feb-2019 16:11:39 [warn]       jobTimer = Akka.system().scheduler.schedule(0 minutes, 1 minutes) {
13-Feb-2019 16:11:39 [warn]                                                                ^
13-Feb-2019 16:11:39 [warn] /src/app/Global.scala:79: postfix operator seconds should be enabled
13-Feb-2019 16:11:39 [warn] by making the implicit value scala.language.postfixOps visible.
13-Feb-2019 16:11:39 [warn]         Akka.system().scheduler.scheduleOnce(10 seconds) {
13-Feb-2019 16:11:39 [warn]                                                 ^
13-Feb-2019 16:11:39 [warn] /src/app/api/Admin.scala:168: postfix operator seconds should be enabled
13-Feb-2019 16:11:39 [warn] by making the implicit value scala.language.postfixOps visible.
13-Feb-2019 16:11:39 [warn]     Akka.system.scheduler.scheduleOnce(1 seconds) {
13-Feb-2019 16:11:39 [warn]                                          ^
13-Feb-2019 16:11:40 [warn] /src/app/api/Admin.scala:168: postfix operator seconds should be enabled
13-Feb-2019 16:11:40 [warn] by making the implicit value scala.language.postfixOps visible.
13-Feb-2019 16:11:40 [warn]     Akka.system.scheduler.scheduleOnce(1 seconds) {
13-Feb-2019 16:11:40 [warn]                                          ^
13-Feb-2019 16:11:40 [warn] /src/app/api/Collections.scala:651: a pure expression does nothing in statement position; you may be omitting necessary parentheses
13-Feb-2019 16:11:40 [warn]           return true
13-Feb-2019 16:11:40 [warn]                  ^
13-Feb-2019 16:11:40 [warn] /src/app/api/Collections.scala:651: enclosing method isCollectionRootOrHasNoParent has result type Unit: return value discarded
13-Feb-2019 16:11:40 [warn]           return true
13-Feb-2019 16:11:40 [warn]           ^
13-Feb-2019 16:11:40 [warn] /src/app/api/Collections.scala:653: a pure expression does nothing in statement position; you may be omitting necessary parentheses
13-Feb-2019 16:11:40 [warn]           return false
13-Feb-2019 16:11:40 [warn]                  ^
13-Feb-2019 16:11:40 [warn] /src/app/api/Collections.scala:653: enclosing method isCollectionRootOrHasNoParent has result type Unit: return value discarded
13-Feb-2019 16:11:40 [warn]           return false
13-Feb-2019 16:11:40 [warn]           ^
13-Feb-2019 16:11:40 [warn] /src/app/api/Collections.scala:651: a pure expression does nothing in statement position; you may be omitting necessary parentheses
13-Feb-2019 16:11:40 [warn]           return true
13-Feb-2019 16:11:40 [warn]                  ^
13-Feb-2019 16:11:40 [warn] /src/app/api/Collections.scala:651: enclosing method isCollectionRootOrHasNoParent has result type Unit: return value discarded
13-Feb-2019 16:11:40 [warn]           return true
13-Feb-2019 16:11:40 [warn]           ^
13-Feb-2019 16:11:40 [warn] /src/app/api/Collections.scala:653: a pure expression does nothing in statement position; you may be omitting necessary parentheses
13-Feb-2019 16:11:40 [warn]           return false
13-Feb-2019 16:11:40 [warn]                  ^
13-Feb-2019 16:11:40 [warn] /src/app/api/Collections.scala:653: enclosing method isCollectionRootOrHasNoParent has result type Unit: return value discarded
13-Feb-2019 16:11:40 [warn]           return false
13-Feb-2019 16:11:40 [warn]           ^
13-Feb-2019 16:11:41 [warn] /src/app/api/CurationObjects.scala:124: postfix operator toList should be enabled
13-Feb-2019 16:11:41 [warn] by making the implicit value scala.language.postfixOps visible.
13-Feb-2019 16:11:41 [warn]             metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map{item => item.content}toList))
13-Feb-2019 16:11:41 [warn]                                                                                                                                ^
13-Feb-2019 16:11:41 [warn] /src/app/api/CurationObjects.scala:124: postfix operator toList should be enabled
13-Feb-2019 16:11:41 [warn] by making the implicit value scala.language.postfixOps visible.
13-Feb-2019 16:11:41 [warn]             metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map{item => item.content}toList))
13-Feb-2019 16:11:41 [warn]                                                                                                                                ^
13-Feb-2019 16:11:42 [warn] /src/app/api/Extractions.scala:14: imported `Files' is permanently hidden by definition of class Files in package api
13-Feb-2019 16:11:42 [warn] import play.api.libs.{Files, MimeTypes}
13-Feb-2019 16:11:42 [warn]                       ^
13-Feb-2019 16:11:42 [warn] /src/app/api/Extractions.scala:14: imported `Files' is permanently hidden by definition of class Files in package api
13-Feb-2019 16:11:42 [warn] import play.api.libs.{Files, MimeTypes}
13-Feb-2019 16:11:42 [warn]                       ^
13-Feb-2019 16:11:43 [warn] /src/app/api/Files.scala:558: @deprecated now takes two arguments; see the scaladoc.
13-Feb-2019 16:11:43 [warn]   @deprecated
13-Feb-2019 16:11:43 [warn]    ^
13-Feb-2019 16:11:43 [warn] /src/app/api/Files.scala:558: @deprecated now takes two arguments; see the scaladoc.
13-Feb-2019 16:11:43 [warn]   @deprecated
13-Feb-2019 16:11:43 [warn]    ^
13-Feb-2019 16:11:45 [warn] /src/app/api/Geostreams.scala:46: postfix operator tupled should be enabled
13-Feb-2019 16:11:45 [warn] by making the implicit value scala.language.postfixOps visible.
13-Feb-2019 16:11:45 [warn]   ) tupled
13-Feb-2019 16:11:45 [warn]     ^
13-Feb-2019 16:11:45 [warn] /src/app/api/Geostreams.scala:54: postfix operator tupled should be enabled
13-Feb-2019 16:11:45 [warn] by making the implicit value scala.language.postfixOps visible.
13-Feb-2019 16:11:45 [warn]   ) tupled
13-Feb-2019 16:11:45 [warn]     ^
13-Feb-2019 16:11:45 [warn] /src/app/api/Geostreams.scala:63: postfix operator tupled should be enabled
13-Feb-2019 16:11:45 [warn] by making the implicit value scala.language.postfixOps visible.
13-Feb-2019 16:11:45 [warn]   ) tupled
13-Feb-2019 16:11:45 [warn]     ^
13-Feb-2019 16:11:45 [warn] /src/app/api/Geostreams.scala:70: postfix operator tupled should be enabled
13-Feb-2019 16:11:45 [warn] by making the implicit value scala.language.postfixOps visible.
13-Feb-2019 16:11:45 [warn]     ) tupled
13-Feb-2019 16:11:45 [warn]       ^
13-Feb-2019 16:11:45 [warn] /src/app/api/Geostreams.scala:78: postfix operator tupled should be enabled
13-Feb-2019 16:11:45 [warn] by making the implicit value scala.language.postfixOps visible.
13-Feb-2019 16:11:45 [warn]     ) tupled
13-Feb-2019 16:11:45 [warn]       ^
13-Feb-2019 16:11:45 [warn] /src/app/api/Geostreams.scala:87: postfix operator tupled should be enabled
13-Feb-2019 16:11:45 [warn] by making the implicit value scala.language.postfixOps visible.
13-Feb-2019 16:11:45 [warn]     ) tupled
13-Feb-2019 16:11:45 [warn]       ^
13-Feb-2019 16:11:45 [warn] /src/app/api/Geostreams.scala:95: postfix operator tupled should be enabled
13-Feb-2019 16:11:45 [warn] by making the implicit value scala.language.postfixOps visible.
13-Feb-2019 16:11:45 [warn]     ) tupled
13-Feb-2019 16:11:45 [warn]       ^
13-Feb-2019 16:11:45 [warn] /src/app/services/mongodb/MongoDBInstitutionService.scala:3: imported `Institution' is permanently hidden by definition of object Institution in package mongodb
13-Feb-2019 16:11:45 [warn] import models.Institution
13-Feb-2019 16:11:45 [warn]               ^
13-Feb-2019 16:11:45 [warn] /src/app/api/Geostreams.scala:46: postfix operator tupled should be enabled
13-Feb-2019 16:11:45 [warn] by making the implicit value scala.language.postfixOps visible.
13-Feb-2019 16:11:45 [warn]   ) tupled
13-Feb-2019 16:11:45 [warn]     ^
13-Feb-2019 16:11:45 [warn] /src/app/api/Geostreams.scala:54: postfix operator tupled should be enabled
13-Feb-2019 16:11:45 [warn] by making the implicit value scala.language.postfixOps visible.
13-Feb-2019 16:11:45 [warn]   ) tupled
13-Feb-2019 16:11:45 [warn]     ^
13-Feb-2019 16:11:45 [warn] /src/app/api/Geostreams.scala:63: postfix operator tupled should be enabled
13-Feb-2019 16:11:45 [warn] by making the implicit value scala.language.postfixOps visible.
13-Feb-2019 16:11:45 [warn]   ) tupled
13-Feb-2019 16:11:45 [warn]     ^
13-Feb-2019 16:11:45 [warn] /src/app/api/Geostreams.scala:70: postfix operator tupled should be enabled
13-Feb-2019 16:11:45 [warn] by making the implicit value scala.language.postfixOps visible.
13-Feb-2019 16:11:45 [warn]     ) tupled
13-Feb-2019 16:11:45 [warn]       ^
13-Feb-2019 16:11:45 [warn] /src/app/api/Geostreams.scala:78: postfix operator tupled should be enabled
13-Feb-2019 16:11:45 [warn] by making the implicit value scala.language.postfixOps visible.
13-Feb-2019 16:11:45 [warn]     ) tupled
13-Feb-2019 16:11:45 [warn]       ^
13-Feb-2019 16:11:45 [warn] /src/app/api/Geostreams.scala:87: postfix operator tupled should be enabled
13-Feb-2019 16:11:45 [warn] by making the implicit value scala.language.postfixOps visible.
13-Feb-2019 16:11:45 [warn]     ) tupled
13-Feb-2019 16:11:45 [warn]       ^
13-Feb-2019 16:11:45 [warn] /src/app/api/Geostreams.scala:95: postfix operator tupled should be enabled
13-Feb-2019 16:11:45 [warn] by making the implicit value scala.language.postfixOps visible.
13-Feb-2019 16:11:45 [warn]     ) tupled
13-Feb-2019 16:11:45 [warn]       ^
13-Feb-2019 16:11:45 [warn] /src/app/services/mongodb/MongoDBInstitutionService.scala:3: imported `Institution' is permanently hidden by definition of object Institution in package mongodb
13-Feb-2019 16:11:45 [warn] import models.Institution
13-Feb-2019 16:11:45 [warn]               ^
13-Feb-2019 16:11:45 [warn] /src/app/services/mongodb/MongoDBProjectService.scala:3: imported `Project' is permanently hidden by definition of object Project in package mongodb
13-Feb-2019 16:11:45 [warn] import models.Project
13-Feb-2019 16:11:45 [warn]               ^
13-Feb-2019 16:11:46 [warn] /src/app/api/Reporting.scala:71: a pure expression does nothing in statement position; you may be omitting necessary parentheses
13-Feb-2019 16:11:46 [warn]   """Includes file, dataset, collection reports"""
13-Feb-2019 16:11:46 [warn]   ^
13-Feb-2019 16:11:46 [warn] /src/app/api/Reporting.scala:233: a pure expression does nothing in statement position; you may be omitting necessary parentheses
13-Feb-2019 16:11:46 [warn]     """returnAllColumns will include empty columns to align with file rows on report"""
13-Feb-2019 16:11:46 [warn]     ^
13-Feb-2019 16:11:46 [warn] /src/app/api/Reporting.scala:287: a pure expression does nothing in statement position; you may be omitting necessary parentheses
13-Feb-2019 16:11:46 [warn]     """returnAllColumns will include empty columns to align with file rows on report"""
13-Feb-2019 16:11:46 [warn]     ^
13-Feb-2019 16:11:46 [warn] /src/app/services/mongodb/MongoDBProjectService.scala:3: imported `Project' is permanently hidden by definition of object Project in package mongodb
13-Feb-2019 16:11:46 [warn] import models.Project
13-Feb-2019 16:11:46 [warn]               ^
13-Feb-2019 16:11:46 [warn] /src/app/api/Reporting.scala:71: a pure expression does nothing in statement position; you may be omitting necessary parentheses
13-Feb-2019 16:11:46 [warn]   """Includes file, dataset, collection reports"""
13-Feb-2019 16:11:46 [warn]   ^
13-Feb-2019 16:11:46 [warn] /src/app/api/Reporting.scala:233: a pure expression does nothing in statement position; you may be omitting necessary parentheses
13-Feb-2019 16:11:46 [warn]     """returnAllColumns will include empty columns to align with file rows on report"""
13-Feb-2019 16:11:46 [warn]     ^
13-Feb-2019 16:11:46 [warn] /src/app/api/Reporting.scala:287: a pure expression does nothing in statement position; you may be omitting necessary parentheses
13-Feb-2019 16:11:46 [warn]     """returnAllColumns will include empty columns to align with file rows on report"""
13-Feb-2019 16:11:46 [warn]     ^
13-Feb-2019 16:11:48 [warn] /src/app/controllers/CurationObjects.scala:486: postfix operator toList should be enabled
13-Feb-2019 16:11:48 [warn] by making the implicit value scala.language.postfixOps visible.
13-Feb-2019 16:11:48 [warn]       metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map { item => item.content }toList))
13-Feb-2019 16:11:48 [warn]                                                                                                                             ^
13-Feb-2019 16:11:48 [warn] /src/app/controllers/CurationObjects.scala:707: postfix operator toList should be enabled
13-Feb-2019 16:11:48 [warn] by making the implicit value scala.language.postfixOps visible.
13-Feb-2019 16:11:48 [warn]             metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map { item => item.content }toList))
13-Feb-2019 16:11:48 [warn]                                                                                                                                   ^
13-Feb-2019 16:11:49 [warn] /src/app/controllers/CurationObjects.scala:486: postfix operator toList should be enabled
13-Feb-2019 16:11:49 [warn] by making the implicit value scala.language.postfixOps visible.
13-Feb-2019 16:11:49 [warn]       metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map { item => item.content }toList))
13-Feb-2019 16:11:49 [warn]                                                                                                                             ^
13-Feb-2019 16:11:49 [warn] /src/app/controllers/CurationObjects.scala:707: postfix operator toList should be enabled
13-Feb-2019 16:11:49 [warn] by making the implicit value scala.language.postfixOps visible.
13-Feb-2019 16:11:49 [warn]             metadataJson = metadataJson ++ Map(key -> Json.toJson(metadataList.filter(_.label == key).map { item => item.content }toList))
13-Feb-2019 16:11:49 [warn]                                                                                                                                   ^
13-Feb-2019 16:11:49 [warn] /src/app/controllers/Registration.scala:13: imported `Registration' is permanently hidden by definition of class Registration in package controllers
13-Feb-2019 16:11:49 [warn] import securesocial.controllers.{ProviderController, Registration, TemplatesPlugin}
13-Feb-2019 16:11:49 [warn]                                                      ^
13-Feb-2019 16:11:49 [warn] /src/app/controllers/Registration.scala:59: reflective access of structural type member value currentHasher should be enabled
13-Feb-2019 16:11:49 [warn] by making the implicit value scala.language.reflectiveCalls visible.
13-Feb-2019 16:11:49 [warn] This can be achieved by adding the import clause 'import scala.language.reflectiveCalls'
13-Feb-2019 16:11:49 [warn] or by setting the compiler option -language:reflectiveCalls.
13-Feb-2019 16:11:49 [warn] See the Scala docs for value scala.language.reflectiveCalls for a discussion
13-Feb-2019 16:11:49 [warn] why the feature should be explicitly enabled.
13-Feb-2019 16:11:49 [warn]                 passwordInfo = Some(Registry.hashers.currentHasher.hash(info.password))
13-Feb-2019 16:11:49 [warn]                                                      ^
13-Feb-2019 16:11:49 [warn] /src/app/controllers/Spaces.scala:278: postfix operator toMap should be enabled
13-Feb-2019 16:11:49 [warn] by making the implicit value scala.language.postfixOps visible.
13-Feb-2019 16:11:49 [warn]         val roleDescription = users.listRoles() map (t => t.name -> t.description) toMap
13-Feb-2019 16:11:49 [warn]                                                                                    ^
13-Feb-2019 16:11:50 [warn] /src/app/models/Comment.scala:25: implicit conversion method toElasticsearchComment should be enabled
13-Feb-2019 16:11:50 [warn] by making the implicit value scala.language.implicitConversions visible.
13-Feb-2019 16:11:50 [warn] This can be achieved by adding the import clause 'import scala.language.implicitConversions'
13-Feb-2019 16:11:50 [warn] or by setting the compiler option -language:implicitConversions.
13-Feb-2019 16:11:50 [warn] See the Scala docs for value scala.language.implicitConversions for a discussion
13-Feb-2019 16:11:50 [warn] why the feature should be explicitly enabled.
13-Feb-2019 16:11:50 [warn]   implicit def toElasticsearchComment(c: Comment): ElasticsearchComment = {
13-Feb-2019 16:11:50 [warn]                ^
13-Feb-2019 16:11:50 [warn] /src/app/controllers/Registration.scala:13: imported `Registration' is permanently hidden by definition of class Registration in package controllers
13-Feb-2019 16:11:50 [warn] import securesocial.controllers.{ProviderController, Registration, TemplatesPlugin}
13-Feb-2019 16:11:50 [warn]                                                      ^
13-Feb-2019 16:11:50 [warn] /src/app/controllers/Registration.scala:59: reflective access of structural type member value currentHasher should be enabled
13-Feb-2019 16:11:50 [warn] by making the implicit value scala.language.reflectiveCalls visible.
13-Feb-2019 16:11:50 [warn] This can be achieved by adding the import clause 'import scala.language.reflectiveCalls'
13-Feb-2019 16:11:50 [warn] or by setting the compiler option -language:reflectiveCalls.
13-Feb-2019 16:11:50 [warn] See the Scala docs for value scala.language.reflectiveCalls for a discussion
13-Feb-2019 16:11:50 [warn] why the feature should be explicitly enabled.
13-Feb-2019 16:11:50 [warn]                 passwordInfo = Some(Registry.hashers.currentHasher.hash(info.password))
13-Feb-2019 16:11:50 [warn]                                                      ^
13-Feb-2019 16:11:50 [warn] /src/app/controllers/Spaces.scala:278: postfix operator toMap should be enabled
13-Feb-2019 16:11:50 [warn] by making the implicit value scala.language.postfixOps visible.
13-Feb-2019 16:11:50 [warn]         val roleDescription = users.listRoles() map (t => t.name -> t.description) toMap
13-Feb-2019 16:11:50 [warn]                                                                                    ^
13-Feb-2019 16:11:51 [warn] /src/app/models/Comment.scala:25: implicit conversion method toElasticsearchComment should be enabled
13-Feb-2019 16:11:51 [warn] by making the implicit value scala.language.implicitConversions visible.
13-Feb-2019 16:11:51 [warn] This can be achieved by adding the import clause 'import scala.language.implicitConversions'
13-Feb-2019 16:11:51 [warn] or by setting the compiler option -language:implicitConversions.
13-Feb-2019 16:11:51 [warn] See the Scala docs for value scala.language.implicitConversions for a discussion
13-Feb-2019 16:11:51 [warn] why the feature should be explicitly enabled.
13-Feb-2019 16:11:51 [warn]   implicit def toElasticsearchComment(c: Comment): ElasticsearchComment = {
13-Feb-2019 16:11:51 [warn]                ^
13-Feb-2019 16:11:51 [warn] /src/app/models/Tag.scala:17: implicit conversion method toElasticsearchTag should be enabled
13-Feb-2019 16:11:51 [warn] by making the implicit value scala.language.implicitConversions visible.
13-Feb-2019 16:11:51 [warn]   implicit def toElasticsearchTag(t: Tag): ElasticsearchTag = {
13-Feb-2019 16:11:51 [warn]                ^
13-Feb-2019 16:11:51 [warn] /src/app/models/UUID.scala:36: implicit conversion method stringToUUID should be enabled
13-Feb-2019 16:11:51 [warn] by making the implicit value scala.language.implicitConversions visible.
13-Feb-2019 16:11:51 [warn]   implicit def stringToUUID(s: String) = UUID(s)
13-Feb-2019 16:11:51 [warn]                ^
13-Feb-2019 16:11:51 [warn] /src/app/models/UUID.scala:37: implicit conversion method uuidToObjectId should be enabled
13-Feb-2019 16:11:51 [warn] by making the implicit value scala.language.implicitConversions visible.
13-Feb-2019 16:11:51 [warn]   implicit def uuidToObjectId(uuid: UUID) = new ObjectId(uuid.stringify)
13-Feb-2019 16:11:51 [warn]                ^
13-Feb-2019 16:11:51 [warn] /src/app/models/UUID.scala:38: implicit conversion method objectIdToUUID should be enabled
13-Feb-2019 16:11:51 [warn] by making the implicit value scala.language.implicitConversions visible.
13-Feb-2019 16:11:51 [warn]   implicit def objectIdToUUID(objectId: ObjectId) = UUID(objectId.toString)
13-Feb-2019 16:11:51 [warn]                ^
13-Feb-2019 16:11:51 [warn] /src/app/models/User.scala:104: implicit conversion method userToMiniUser should be enabled
13-Feb-2019 16:11:51 [warn] by making the implicit value scala.language.implicitConversions visible.
13-Feb-2019 16:11:51 [warn]   implicit def userToMiniUser(x: User): MiniUser = x.getMiniUser
13-Feb-2019 16:11:51 [warn]                ^
13-Feb-2019 16:11:51 [warn] /src/app/services/ElasticsearchPlugin.scala:605: a pure expression does nothing in statement position; you may be omitting necessary parentheses
13-Feb-2019 16:11:51 [warn]     """dynamic_templates": [{
13-Feb-2019 16:11:51 [warn]     ^
13-Feb-2019 16:11:52 [warn] /src/app/services/PolyglotPlugin.scala:83: postfix operator seconds should be enabled
13-Feb-2019 16:11:52 [warn] by making the implicit value scala.language.postfixOps visible.
13-Feb-2019 16:11:52 [warn]           akka.pattern.after(3 seconds, using = Akka.system.scheduler)(checkForFileAndDownload((triesLeft - 1), url, outputStream))
13-Feb-2019 16:11:52 [warn]                                ^
13-Feb-2019 16:11:52 [warn] /src/app/models/Tag.scala:17: implicit conversion method toElasticsearchTag should be enabled
13-Feb-2019 16:11:52 [warn] by making the implicit value scala.language.implicitConversions visible.
13-Feb-2019 16:11:52 [warn]   implicit def toElasticsearchTag(t: Tag): ElasticsearchTag = {
13-Feb-2019 16:11:52 [warn]                ^
13-Feb-2019 16:11:52 [warn] /src/app/models/UUID.scala:36: implicit conversion method stringToUUID should be enabled
13-Feb-2019 16:11:52 [warn] by making the implicit value scala.language.implicitConversions visible.
13-Feb-2019 16:11:52 [warn]   implicit def stringToUUID(s: String) = UUID(s)
13-Feb-2019 16:11:52 [warn]                ^
13-Feb-2019 16:11:52 [warn] /src/app/models/UUID.scala:37: implicit conversion method uuidToObjectId should be enabled
13-Feb-2019 16:11:52 [warn] by making the implicit value scala.language.implicitConversions visible.
13-Feb-2019 16:11:52 [warn]   implicit def uuidToObjectId(uuid: UUID) = new ObjectId(uuid.stringify)
13-Feb-2019 16:11:52 [warn]                ^
13-Feb-2019 16:11:52 [warn] /src/app/models/UUID.scala:38: implicit conversion method objectIdToUUID should be enabled
13-Feb-2019 16:11:52 [warn] by making the implicit value scala.language.implicitConversions visible.
13-Feb-2019 16:11:52 [warn]   implicit def objectIdToUUID(objectId: ObjectId) = UUID(objectId.toString)
13-Feb-2019 16:11:52 [warn]                ^
13-Feb-2019 16:11:52 [warn] /src/app/models/User.scala:104: implicit conversion method userToMiniUser should be enabled
13-Feb-2019 16:11:52 [warn] by making the implicit value scala.language.implicitConversions visible.
13-Feb-2019 16:11:52 [warn]   implicit def userToMiniUser(x: User): MiniUser = x.getMiniUser
13-Feb-2019 16:11:52 [warn]                ^
13-Feb-2019 16:11:52 [warn] /src/app/services/mongodb/MongoContext.scala:253: implicit conversion method dbObjectToString should be enabled
13-Feb-2019 16:11:52 [warn] by making the implicit value scala.language.implicitConversions visible.
13-Feb-2019 16:11:52 [warn]   implicit def dbObjectToString(dbObject: DBObject): String = {
13-Feb-2019 16:11:52 [warn]                ^
13-Feb-2019 16:11:52 [warn] /src/app/services/ElasticsearchPlugin.scala:605: a pure expression does nothing in statement position; you may be omitting necessary parentheses
13-Feb-2019 16:11:52 [warn]     """dynamic_templates": [{
13-Feb-2019 16:11:52 [warn]     ^
13-Feb-2019 16:11:53 [warn] /src/app/services/PolyglotPlugin.scala:83: postfix operator seconds should be enabled
13-Feb-2019 16:11:53 [warn] by making the implicit value scala.language.postfixOps visible.
13-Feb-2019 16:11:53 [warn]           akka.pattern.after(3 seconds, using = Akka.system.scheduler)(checkForFileAndDownload((triesLeft - 1), url, outputStream))
13-Feb-2019 16:11:53 [warn]                                ^
13-Feb-2019 16:11:53 [warn] /src/app/services/mongodb/MongoDBCommentService.scala:3: imported `Comment' is permanently hidden by definition of object Comment in package mongodb
13-Feb-2019 16:11:53 [warn] import models.{UUID, Comment}
13-Feb-2019 16:11:53 [warn]                      ^
13-Feb-2019 16:11:54 [warn] /src/app/services/mongodb/MongoDBTagService.scala:7: imported `Tag' is permanently hidden by definition of object Tag in package mongodb
13-Feb-2019 16:11:54 [warn] import models.{Tag, UUID}
13-Feb-2019 16:11:54 [warn]                ^
13-Feb-2019 16:11:54 [warn] /src/app/services/mongodb/MongoContext.scala:253: implicit conversion method dbObjectToString should be enabled
13-Feb-2019 16:11:54 [warn] by making the implicit value scala.language.implicitConversions visible.
13-Feb-2019 16:11:54 [warn]   implicit def dbObjectToString(dbObject: DBObject): String = {
13-Feb-2019 16:11:54 [warn]                ^
13-Feb-2019 16:11:54 [warn] /src/app/services/mongodb/MongoDBExtractionRequestsService.scala:20: imported `MongoSalatPlugin' is permanently hidden by definition of class MongoSalatPlugin in package mongodb
13-Feb-2019 16:11:54 [warn] import services.mongodb.MongoSalatPlugin
13-Feb-2019 16:11:54 [warn]                         ^
13-Feb-2019 16:11:54 [warn] /src/app/services/mongodb/MongoDBExtractionService.scala:4: imported `Extraction' is permanently hidden by definition of object Extraction in package mongodb
13-Feb-2019 16:11:54 [warn] import models.{UUID, Extraction, ExtractionGroup, ResourceRef}
13-Feb-2019 16:11:54 [warn]                      ^
13-Feb-2019 16:11:54 [warn] /src/app/services/mongodb/MongoDBExtractionService.scala:13: imported `WebPageResource' is permanently hidden by definition of object WebPageResource in package mongodb
13-Feb-2019 16:11:54 [warn] import models.WebPageResource
13-Feb-2019 16:11:54 [warn]               ^
13-Feb-2019 16:11:54 [warn] /src/app/services/mongodb/MongoDBCommentService.scala:3: imported `Comment' is permanently hidden by definition of object Comment in package mongodb
13-Feb-2019 16:11:54 [warn] import models.{UUID, Comment}
13-Feb-2019 16:11:54 [warn]                      ^
13-Feb-2019 16:11:55 [warn] /src/app/services/mongodb/MongoDBTagService.scala:7: imported `Tag' is permanently hidden by definition of object Tag in package mongodb
13-Feb-2019 16:11:55 [warn] import models.{Tag, UUID}
13-Feb-2019 16:11:55 [warn]                ^
13-Feb-2019 16:11:55 [warn] /src/app/services/mongodb/MongoDBSectionService.scala:5: imported `Tag' is permanently hidden by definition of object Tag in package mongodb
13-Feb-2019 16:11:55 [warn] import models.{UUID, Tag, Comment, Section, User}
13-Feb-2019 16:11:55 [warn]                      ^
13-Feb-2019 16:11:55 [warn] /src/app/services/mongodb/MongoDBSectionService.scala:5: imported `Comment' is permanently hidden by definition of object Comment in package mongodb
13-Feb-2019 16:11:55 [warn] import models.{UUID, Tag, Comment, Section, User}
13-Feb-2019 16:11:55 [warn]                           ^
13-Feb-2019 16:11:55 [warn] /src/app/services/mongodb/MongoDBSelectionService.scala:11: imported `Dataset' is permanently hidden by definition of object Dataset in package mongodb
13-Feb-2019 16:11:55 [warn] import models.{UUID, Dataset, Selected}
13-Feb-2019 16:11:55 [warn]                      ^
13-Feb-2019 16:11:55 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:19: imported `Collection' is permanently hidden by definition of object Collection in package mongodb
13-Feb-2019 16:11:55 [warn] import models.Collection
13-Feb-2019 16:11:55 [warn]               ^
13-Feb-2019 16:11:55 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:20: imported `Dataset' is permanently hidden by definition of object Dataset in package mongodb
13-Feb-2019 16:11:55 [warn] import models.Dataset
13-Feb-2019 16:11:55 [warn]               ^
13-Feb-2019 16:11:56 [warn] /src/app/services/mongodb/MongoDBExtractionRequestsService.scala:20: imported `MongoSalatPlugin' is permanently hidden by definition of class MongoSalatPlugin in package mongodb
13-Feb-2019 16:11:56 [warn] import services.mongodb.MongoSalatPlugin
13-Feb-2019 16:11:56 [warn]                         ^
13-Feb-2019 16:11:56 [warn] /src/app/services/mongodb/MongoDBExtractionService.scala:4: imported `Extraction' is permanently hidden by definition of object Extraction in package mongodb
13-Feb-2019 16:11:56 [warn] import models.{UUID, Extraction, ExtractionGroup, ResourceRef}
13-Feb-2019 16:11:56 [warn]                      ^
13-Feb-2019 16:11:56 [warn] /src/app/services/mongodb/MongoDBExtractionService.scala:13: imported `WebPageResource' is permanently hidden by definition of object WebPageResource in package mongodb
13-Feb-2019 16:11:56 [warn] import models.WebPageResource
13-Feb-2019 16:11:56 [warn]               ^
13-Feb-2019 16:11:57 [warn] /src/app/util/SearchUtils.scala:116: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
13-Feb-2019 16:11:57 [warn]             case _ => {
13-Feb-2019 16:11:57 [warn]                  ^
13-Feb-2019 16:11:58 [warn] /src/app/services/mongodb/MongoDBSectionService.scala:5: imported `Tag' is permanently hidden by definition of object Tag in package mongodb
13-Feb-2019 16:11:58 [warn] import models.{UUID, Tag, Comment, Section, User}
13-Feb-2019 16:11:58 [warn]                      ^
13-Feb-2019 16:11:58 [warn] /src/app/services/mongodb/MongoDBSectionService.scala:5: imported `Comment' is permanently hidden by definition of object Comment in package mongodb
13-Feb-2019 16:11:58 [warn] import models.{UUID, Tag, Comment, Section, User}
13-Feb-2019 16:11:58 [warn]                           ^
13-Feb-2019 16:11:58 [warn] /src/app/services/mongodb/MongoDBSelectionService.scala:11: imported `Dataset' is permanently hidden by definition of object Dataset in package mongodb
13-Feb-2019 16:11:58 [warn] import models.{UUID, Dataset, Selected}
13-Feb-2019 16:11:58 [warn]                      ^
13-Feb-2019 16:11:58 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:19: imported `Collection' is permanently hidden by definition of object Collection in package mongodb
13-Feb-2019 16:11:58 [warn] import models.Collection
13-Feb-2019 16:11:58 [warn]               ^
13-Feb-2019 16:11:58 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:20: imported `Dataset' is permanently hidden by definition of object Dataset in package mongodb
13-Feb-2019 16:11:58 [warn] import models.Dataset
13-Feb-2019 16:11:58 [warn]               ^
13-Feb-2019 16:12:00 [warn] /src/app/util/SearchUtils.scala:116: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
13-Feb-2019 16:12:00 [warn]             case _ => {
13-Feb-2019 16:12:00 [warn]                  ^
13-Feb-2019 16:12:07 [warn] /src/app/api/Admin.scala:42: match may not be exhaustive.
13-Feb-2019 16:12:07 [warn] It would fail on the following input: None
13-Feb-2019 16:12:07 [warn]     (request.body \ "theme").asOpt[String] match {
13-Feb-2019 16:12:07 [warn]                                   ^
13-Feb-2019 16:12:07 [warn] /src/app/api/Admin.scala:45: match may not be exhaustive.
13-Feb-2019 16:12:07 [warn] It would fail on the following input: None
13-Feb-2019 16:12:07 [warn]     (request.body \ "displayName").asOpt[String] match {
13-Feb-2019 16:12:07 [warn]                                         ^
13-Feb-2019 16:12:07 [warn] /src/app/api/Admin.scala:48: match may not be exhaustive.
13-Feb-2019 16:12:07 [warn] It would fail on the following input: None
13-Feb-2019 16:12:07 [warn]     (request.body \ "welcomeMessage").asOpt[String] match {
13-Feb-2019 16:12:07 [warn]                                            ^
13-Feb-2019 16:12:07 [warn] /src/app/api/Admin.scala:51: match may not be exhaustive.
13-Feb-2019 16:12:07 [warn] It would fail on the following input: None
13-Feb-2019 16:12:07 [warn]     (request.body \ "googleAnalytics").asOpt[String] match {
13-Feb-2019 16:12:07 [warn]                                             ^
13-Feb-2019 16:12:07 [warn] /src/app/api/Admin.scala:58: match may not be exhaustive.
13-Feb-2019 16:12:07 [warn] It would fail on the following input: None
13-Feb-2019 16:12:07 [warn]     (request.body \ "sensors").asOpt[String] match {
13-Feb-2019 16:12:07 [warn]                                     ^
13-Feb-2019 16:12:07 [warn] /src/app/api/Admin.scala:61: match may not be exhaustive.
13-Feb-2019 16:12:07 [warn] It would fail on the following input: None
13-Feb-2019 16:12:07 [warn]     (request.body \ "sensor").asOpt[String] match {
13-Feb-2019 16:12:07 [warn]                                    ^
13-Feb-2019 16:12:07 [warn] /src/app/api/Admin.scala:64: match may not be exhaustive.
13-Feb-2019 16:12:07 [warn] It would fail on the following input: None
13-Feb-2019 16:12:07 [warn]     (request.body \ "parameters").asOpt[String] match {
13-Feb-2019 16:12:07 [warn]                                        ^
13-Feb-2019 16:12:07 [warn] /src/app/api/Admin.scala:67: match may not be exhaustive.
13-Feb-2019 16:12:07 [warn] It would fail on the following input: None
13-Feb-2019 16:12:07 [warn]     (request.body \ "parameter").asOpt[String] match {
13-Feb-2019 16:12:07 [warn]                                       ^
13-Feb-2019 16:12:07 [warn] /src/app/api/Collections.scala:156: match may not be exhaustive.
13-Feb-2019 16:12:07 [warn] It would fail on the following input: None
13-Feb-2019 16:12:07 [warn]     collections.get(collectionId) match {
13-Feb-2019 16:12:07 [warn]                    ^
13-Feb-2019 16:12:07 [warn] /src/app/api/Collections.scala:392: match may not be exhaustive.
13-Feb-2019 16:12:07 [warn] It would fail on the following input: None
13-Feb-2019 16:12:07 [warn]         collections.get(id) match {
13-Feb-2019 16:12:07 [warn]                        ^
13-Feb-2019 16:12:07 [warn] /src/app/api/Collections.scala:424: match may not be exhaustive.
13-Feb-2019 16:12:07 [warn] It would fail on the following input: None
13-Feb-2019 16:12:07 [warn]         collections.get(id) match {
13-Feb-2019 16:12:07 [warn]                        ^
13-Feb-2019 16:12:07 [warn] /src/app/api/Collections.scala:553: match may not be exhaustive.
13-Feb-2019 16:12:07 [warn] It would fail on the following input: None
13-Feb-2019 16:12:07 [warn]             collections.get(subCollectionId) match {
13-Feb-2019 16:12:07 [warn]                            ^
13-Feb-2019 16:12:07 [warn] /src/app/api/Collections.scala:551: match may not be exhaustive.
13-Feb-2019 16:12:07 [warn] It would fail on the following input: None
13-Feb-2019 16:12:07 [warn]         collections.get(collectionId) match {
13-Feb-2019 16:12:07 [warn]                        ^
13-Feb-2019 16:12:07 [warn] /src/app/api/Collections.scala:600: match may not be exhaustive.
13-Feb-2019 16:12:07 [warn] It would fail on the following input: Failure(_)
13-Feb-2019 16:12:07 [warn]                       collections.addSubCollection(UUID(parentId), UUID(id), user) match {
13-Feb-2019 16:12:07 [warn]                                                   ^
13-Feb-2019 16:12:07 [warn] /src/app/api/Collections.scala:634: match may not be exhaustive.
13-Feb-2019 16:12:07 [warn] It would fail on the following input: None
13-Feb-2019 16:12:07 [warn]             collections.get(subCollectionId) match {
13-Feb-2019 16:12:07 [warn]                            ^
13-Feb-2019 16:12:07 [warn] /src/app/api/Collections.scala:632: match may not be exhaustive.
13-Feb-2019 16:12:07 [warn] It would fail on the following input: None
13-Feb-2019 16:12:07 [warn]         collections.get(collectionId) match {
13-Feb-2019 16:12:07 [warn]                        ^
13-Feb-2019 16:12:08 [warn] /src/app/api/Datasets.scala:85: match may not be exhaustive.
13-Feb-2019 16:12:08 [warn] It would fail on the following input: Nil
13-Feb-2019 16:12:08 [warn]         folderList match {
13-Feb-2019 16:12:08 [warn]         ^
13-Feb-2019 16:12:08 [warn] /src/app/api/Datasets.scala:777: match may not be exhaustive.
13-Feb-2019 16:12:08 [warn] It would fail on the following input: None
13-Feb-2019 16:12:08 [warn]     datasets.get(id) match {
13-Feb-2019 16:12:08 [warn]                 ^
13-Feb-2019 16:12:08 [warn] /src/app/api/Datasets.scala:1001: match may not be exhaustive.
13-Feb-2019 16:12:08 [warn] It would fail on the following input: None
13-Feb-2019 16:12:08 [warn]       datasets.get(id) match {
13-Feb-2019 16:12:08 [warn]                   ^
13-Feb-2019 16:12:08 [warn] /src/app/api/Datasets.scala:1037: match may not be exhaustive.
13-Feb-2019 16:12:08 [warn] It would fail on the following input: None
13-Feb-2019 16:12:08 [warn]       datasets.get(id) match {
13-Feb-2019 16:12:08 [warn]                   ^
13-Feb-2019 16:12:08 [warn] /src/app/api/Datasets.scala:1076: match may not be exhaustive.
13-Feb-2019 16:12:08 [warn] It would fail on the following input: None
13-Feb-2019 16:12:08 [warn]       datasets.get(id) match {
13-Feb-2019 16:12:08 [warn]                   ^
13-Feb-2019 16:12:08 [warn] /src/app/api/Datasets.scala:1113: match may not be exhaustive.
13-Feb-2019 16:12:08 [warn] It would fail on the following input: None
13-Feb-2019 16:12:08 [warn]       datasets.get(id) match {
13-Feb-2019 16:12:08 [warn]                   ^
13-Feb-2019 16:12:08 [warn] /src/app/api/Datasets.scala:1135: match may not be exhaustive.
13-Feb-2019 16:12:08 [warn] It would fail on the following input: None
13-Feb-2019 16:12:08 [warn]       datasets.get(id) match {
13-Feb-2019 16:12:08 [warn]                   ^
13-Feb-2019 16:12:08 [warn] /src/app/api/Datasets.scala:1156: match may not be exhaustive.
13-Feb-2019 16:12:08 [warn] It would fail on the following input: None
13-Feb-2019 16:12:08 [warn]       datasets.get(id) match {
13-Feb-2019 16:12:08 [warn]                   ^
13-Feb-2019 16:12:08 [warn] /src/app/api/Datasets.scala:1395: match may not be exhaustive.
13-Feb-2019 16:12:08 [warn] It would fail on the following input: None
13-Feb-2019 16:12:08 [warn]           datasets.get(id) match {
13-Feb-2019 16:12:08 [warn]                       ^
13-Feb-2019 16:12:08 [warn] /src/app/api/Datasets.scala:1432: match may not be exhaustive.
13-Feb-2019 16:12:08 [warn] It would fail on the following input: None
13-Feb-2019 16:12:08 [warn]           datasets.get(id) match {
13-Feb-2019 16:12:08 [warn]                       ^
13-Feb-2019 16:12:08 [warn] /src/app/api/Datasets.scala:1573: match may not be exhaustive.
13-Feb-2019 16:12:08 [warn] It would fail on the following input: None
13-Feb-2019 16:12:08 [warn]             datasets.get(id) match {
13-Feb-2019 16:12:08 [warn]                         ^
13-Feb-2019 16:12:08 [warn] /src/app/api/Datasets.scala:2595: match may not be exhaustive.
13-Feb-2019 16:12:08 [warn] It would fail on the following input: None
13-Feb-2019 16:12:08 [warn]     folders.get(id) match {
13-Feb-2019 16:12:08 [warn]                ^
13-Feb-2019 16:12:08 [warn] /src/app/api/Files.scala:742: match may not be exhaustive.
13-Feb-2019 16:12:08 [warn] It would fail on the following input: None
13-Feb-2019 16:12:08 [warn]         files.get(id) match {
13-Feb-2019 16:12:08 [warn]                  ^
13-Feb-2019 16:12:08 [warn] /src/app/api/Files.scala:1072: match may not be exhaustive.
13-Feb-2019 16:12:08 [warn] It would fail on the following input: None
13-Feb-2019 16:12:08 [warn]         files.get(id) match {
13-Feb-2019 16:12:08 [warn]                  ^
13-Feb-2019 16:12:08 [warn] /src/app/api/Files.scala:1272: match may not be exhaustive.
13-Feb-2019 16:12:08 [warn] It would fail on the following input: None
13-Feb-2019 16:12:08 [warn]     files.get(id) match {
13-Feb-2019 16:12:08 [warn]              ^
13-Feb-2019 16:12:08 [warn] /src/app/api/Files.scala:1293: match may not be exhaustive.
13-Feb-2019 16:12:08 [warn] It would fail on the following input: None
13-Feb-2019 16:12:08 [warn]     files.get(id) match {
13-Feb-2019 16:12:08 [warn]              ^
13-Feb-2019 16:12:08 [warn] /src/app/api/Files.scala:1460: match may not be exhaustive.
13-Feb-2019 16:12:08 [warn] It would fail on the following input: None
13-Feb-2019 16:12:08 [warn]               files.get(id) match {
13-Feb-2019 16:12:08 [warn]                        ^
13-Feb-2019 16:12:08 [warn] /src/app/api/Previews.scala:135: match may not be exhaustive.
13-Feb-2019 16:12:08 [warn] It would fail on the following input: Some((x: Seq[?] forSome x not in List[?]))
13-Feb-2019 16:12:08 [warn]             request.body.dataParts.get("title") match {
13-Feb-2019 16:12:08 [warn]                                       ^
13-Feb-2019 16:12:08 [warn] /src/app/api/Previews.scala:323: match may not be exhaustive.
13-Feb-2019 16:12:08 [warn] It would fail on the following input: None
13-Feb-2019 16:12:08 [warn]         previews.get(preview_id) match {
13-Feb-2019 16:12:08 [warn]                     ^
13-Feb-2019 16:12:08 [warn] /src/app/api/Selected.scala:85: match may not be exhaustive.
13-Feb-2019 16:12:08 [warn] It would fail on the following input: None
13-Feb-2019 16:12:08 [warn]     request.user match {
13-Feb-2019 16:12:08 [warn]             ^
13-Feb-2019 16:12:08 [warn] /src/app/api/Selected.scala:97: match may not be exhaustive.
13-Feb-2019 16:12:08 [warn] It would fail on the following input: None
13-Feb-2019 16:12:08 [warn]     request.user match {
13-Feb-2019 16:12:08 [warn]             ^
13-Feb-2019 16:12:08 [warn] /src/app/api/Selected.scala:185: match may not be exhaustive.
13-Feb-2019 16:12:08 [warn] It would fail on the following input: None
13-Feb-2019 16:12:08 [warn]     request.user match {
13-Feb-2019 16:12:08 [warn]             ^
13-Feb-2019 16:12:08 [warn] /src/app/api/Spaces.scala:65: match may not be exhaustive.
13-Feb-2019 16:12:08 [warn] It would fail on the following input: None
13-Feb-2019 16:12:08 [warn]     spaces.get(spaceId) match {
13-Feb-2019 16:12:08 [warn]               ^
13-Feb-2019 16:12:09 [warn] /src/app/api/Vocabularies.scala:40: match may not be exhaustive.
13-Feb-2019 16:12:09 [warn] It would fail on the following input: None
13-Feb-2019 16:12:09 [warn]         val current_term = vocabularyTermService.get(term) match {
13-Feb-2019 16:12:09 [warn]                                                     ^
13-Feb-2019 16:12:09 [warn] /src/app/api/VocabularyTerms.scala:44: match may not be exhaustive.
13-Feb-2019 16:12:09 [warn] It would fail on the following input: None
13-Feb-2019 16:12:09 [warn]     vocabularyTermService.get(id) match {
13-Feb-2019 16:12:09 [warn]                              ^
13-Feb-2019 16:12:09 [warn] /src/app/controllers/Admin.scala:311: match may not be exhaustive.
13-Feb-2019 16:12:09 [warn] It would fail on the following input: None
13-Feb-2019 16:12:09 [warn]     user match {
13-Feb-2019 16:12:09 [warn]     ^
13-Feb-2019 16:12:09 [warn] /src/app/controllers/Admin.scala:335: match may not be exhaustive.
13-Feb-2019 16:12:09 [warn] It would fail on the following input: None
13-Feb-2019 16:12:09 [warn]     user match {
13-Feb-2019 16:12:09 [warn]     ^
13-Feb-2019 16:12:09 [warn] /src/app/controllers/Admin.scala:349: match may not be exhaustive.
13-Feb-2019 16:12:09 [warn] It would fail on the following input: None
13-Feb-2019 16:12:09 [warn]     user match {
13-Feb-2019 16:12:09 [warn]     ^
13-Feb-2019 16:12:09 [warn] /src/app/controllers/CurationObjects.scala:153: match may not be exhaustive.
13-Feb-2019 16:12:09 [warn] It would fail on the following input: None
13-Feb-2019 16:12:09 [warn]                 files.get(fileId) match {
13-Feb-2019 16:12:09 [warn]                          ^
13-Feb-2019 16:12:09 [warn] /src/app/controllers/CurationObjects.scala:231: match may not be exhaustive.
13-Feb-2019 16:12:09 [warn] It would fail on the following input: None
13-Feb-2019 16:12:09 [warn]           files.get(fileId) match {
13-Feb-2019 16:12:09 [warn]                    ^
13-Feb-2019 16:12:09 [warn] /src/app/controllers/CurationObjects.scala:667: match may not be exhaustive.
13-Feb-2019 16:12:09 [warn] It would fail on the following input: None
13-Feb-2019 16:12:09 [warn]       curations.get(curationId) match {
13-Feb-2019 16:12:09 [warn]                    ^
13-Feb-2019 16:12:09 [warn] /src/app/controllers/CurationObjects.scala:867: match may not be exhaustive.
13-Feb-2019 16:12:09 [warn] It would fail on the following inputs: JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
13-Feb-2019 16:12:09 [warn]     content match {
13-Feb-2019 16:12:09 [warn]     ^
13-Feb-2019 16:12:09 [warn] /src/app/controllers/Datasets.scala:408: match may not be exhaustive.
13-Feb-2019 16:12:09 [warn] It would fail on the following input: None
13-Feb-2019 16:12:09 [warn]         email match {
13-Feb-2019 16:12:09 [warn]         ^
13-Feb-2019 16:12:09 [warn] /src/app/controllers/Datasets.scala:405: match may not be exhaustive.
13-Feb-2019 16:12:09 [warn] It would fail on the following input: None
13-Feb-2019 16:12:09 [warn]     user match {
13-Feb-2019 16:12:09 [warn]     ^
13-Feb-2019 16:12:09 [warn] /src/app/controllers/Spaces.scala:356: match may not be exhaustive.
13-Feb-2019 16:12:09 [warn] It would fail on the following input: None
13-Feb-2019 16:12:09 [warn]                 spaces.getRoleForUserInSpace(s.id, requestReceiver.id) match {
13-Feb-2019 16:12:09 [warn]                                             ^
13-Feb-2019 16:12:09 [warn] /src/app/controllers/Tags.scala:57: match may not be exhaustive.
13-Feb-2019 16:12:09 [warn] It would fail on the following input: None
13-Feb-2019 16:12:09 [warn]     val sectionFiles = sections.findByTag(tagCleaned, user).map{ s => files.get(s.file_id) match {
13-Feb-2019 16:12:09 [warn]                                                                                ^
13-Feb-2019 16:12:09 [warn] /src/app/services/ToolManagerPlugin.scala:122: match may not be exhaustive.
13-Feb-2019 16:12:09 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_)
13-Feb-2019 16:12:09 [warn]       jsonObj match {
13-Feb-2019 16:12:09 [warn]       ^
13-Feb-2019 16:12:09 [warn] /src/app/services/ToolManagerPlugin.scala:141: match may not be exhaustive.
13-Feb-2019 16:12:09 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_)
13-Feb-2019 16:12:09 [warn]       jsonObj match {
13-Feb-2019 16:12:09 [warn]       ^
13-Feb-2019 16:12:09 [warn] /src/app/services/ToolManagerPlugin.scala:200: match may not be exhaustive.
13-Feb-2019 16:12:09 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsObject(_)
13-Feb-2019 16:12:09 [warn]     val toolName = (toolList \ toolPath \ "name") match {
13-Feb-2019 16:12:09 [warn]                                         ^
13-Feb-2019 16:12:09 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:177: match may not be exhaustive.
13-Feb-2019 16:12:09 [warn] It would fail on the following input: None
13-Feb-2019 16:12:09 [warn]          datasets.get(datasetId) match{
13-Feb-2019 16:12:09 [warn]                      ^
13-Feb-2019 16:12:09 [warn] /src/app/services/mongodb/MongoDBCollectionService.scala:682: match may not be exhaustive.
13-Feb-2019 16:12:09 [warn] It would fail on the following input: None
13-Feb-2019 16:12:09 [warn]     Collection.findOneById(new ObjectId(collectionId.stringify)) match {
13-Feb-2019 16:12:09 [warn]                           ^
13-Feb-2019 16:12:09 [warn] /src/app/services/mongodb/MongoDBDatasetService.scala:430: match may not be exhaustive.
13-Feb-2019 16:12:09 [warn] It would fail on the following input: Some((x: String forSome x not in ("default", "private", "public", "publicAll", "trial")))
13-Feb-2019 16:12:09 [warn]     val filterStatus = status match {
13-Feb-2019 16:12:09 [warn]                        ^
13-Feb-2019 16:12:09 [warn] /src/app/services/mongodb/MongoDBEventService.scala:38: match may not be exhaustive.
13-Feb-2019 16:12:09 [warn] It would fail on the following input: None
13-Feb-2019 16:12:09 [warn]     user match {
13-Feb-2019 16:12:09 [warn]     ^
13-Feb-2019 16:12:09 [warn] /src/app/services/mongodb/MongoDBEventService.scala:47: match may not be exhaustive.
13-Feb-2019 16:12:09 [warn] It would fail on the following input: None
13-Feb-2019 16:12:09 [warn]       user match {
13-Feb-2019 16:12:09 [warn]       ^
13-Feb-2019 16:12:09 [warn] /src/app/services/mongodb/MongoDBEventService.scala:56: match may not be exhaustive.
13-Feb-2019 16:12:09 [warn] It would fail on the following input: None
13-Feb-2019 16:12:09 [warn]     user match {
13-Feb-2019 16:12:09 [warn]     ^
13-Feb-2019 16:12:09 [warn] /src/app/services/mongodb/MongoDBEventService.scala:64: match may not be exhaustive.
13-Feb-2019 16:12:09 [warn] It would fail on the following input: None
13-Feb-2019 16:12:09 [warn]     user match {
13-Feb-2019 16:12:09 [warn]     ^
13-Feb-2019 16:12:09 [warn] /src/app/services/mongodb/MongoDBFileService.scala:663: match may not be exhaustive.
13-Feb-2019 16:12:09 [warn] It would fail on the following input: None
13-Feb-2019 16:12:09 [warn]         get(id) match{
13-Feb-2019 16:12:09 [warn]            ^
13-Feb-2019 16:12:10 [warn] /src/app/services/mongodb/MongoDBSpaceService.scala:486: match may not be exhaustive.
13-Feb-2019 16:12:10 [warn] It would fail on the following input: Some(false)
13-Feb-2019 16:12:10 [warn]                 datasetOnlyInSpace match {
13-Feb-2019 16:12:10 [warn]                 ^
13-Feb-2019 16:12:10 [warn] /src/app/services/mongodb/MongoDBTileService.scala:29: match may not be exhaustive.
13-Feb-2019 16:12:10 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
13-Feb-2019 16:12:10 [warn]     json match {
13-Feb-2019 16:12:10 [warn]     ^
13-Feb-2019 16:12:10 [warn] /src/app/services/mongodb/MongoSalatPlugin.scala:1593: match may not be exhaustive.
13-Feb-2019 16:12:10 [warn] It would fail on the following input: None
13-Feb-2019 16:12:10 [warn]         md.getAs[DBObject]("content") match {
13-Feb-2019 16:12:10 [warn]                           ^
13-Feb-2019 16:12:10 [warn] /src/app/util/FileUtils.scala:146: match may not be exhaustive.
13-Feb-2019 16:12:10 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_)
13-Feb-2019 16:12:10 [warn]                 Json.parse(fobj) \ "@context" match {
13-Feb-2019 16:12:10 [warn]                                  ^
13-Feb-2019 16:12:10 [warn] /src/conf/routes:47: unreachable code
13-Feb-2019 16:12:10 [warn] GET            /profile/:uuid                                                           @controllers.Profile.viewProfileUUID(uuid: UUID)
13-Feb-2019 16:12:10 [warn] /src/conf/routes:290: unreachable code
13-Feb-2019 16:12:10 [warn] POST           /api/sensors/config                                                      @api.Admin.sensorsConfig
13-Feb-2019 16:12:10 [warn] /src/conf/routes:614: unreachable code
13-Feb-2019 16:12:10 [warn] DELETE         /api/sections/:id/tags                                                   @api.Sections.removeTags(id: UUID)
13-Feb-2019 16:12:10 [warn] /src/conf/routes:359: unreachable code
13-Feb-2019 16:12:10 [warn] POST           /api/uploadToDataset/:id                                                 @api.Files.uploadToDataset(id: UUID, showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String ?= "", extract: Boolean ?= true)
13-Feb-2019 16:12:10 [warn] /src/conf/routes:380: unreachable code
13-Feb-2019 16:12:10 [warn] DELETE         /api/files/:id                                                           @api.Files.removeFile(id: UUID)
13-Feb-2019 16:12:10 [warn] /src/conf/routes:385: unreachable code
13-Feb-2019 16:12:10 [warn] DELETE         /api/files/:id/tags                                                      @api.Files.removeTags(id: UUID)
13-Feb-2019 16:12:10 [warn] /src/conf/routes:441: unreachable code
13-Feb-2019 16:12:10 [warn] GET            /api/files/:three_d_file_id/:filename                                    @api.Files.getTexture(three_d_file_id: UUID, filename)
13-Feb-2019 16:12:10 [warn] /src/conf/routes:428: unreachable code
13-Feb-2019 16:12:10 [warn] GET            /api/files/:id                                                           @api.Files.download(id: UUID, tracking: Boolean ?= true)
13-Feb-2019 16:12:10 [warn] /src/conf/routes:355: unreachable code
13-Feb-2019 16:12:10 [warn] POST           /api/files/withFlags/:flags                                              @api.Files.upload(showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String)
13-Feb-2019 16:12:10 model contains 933 documentable templates
13-Feb-2019 16:12:10 [warn] /src/conf/routes:485: unreachable code
13-Feb-2019 16:12:10 [warn] GET            /api/collections/list                                                    @api.Collections.list(title: Option[String] ?= None, date: Option[String] ?= None, limit: Int ?= 12, exact: Boolean ?= false)
13-Feb-2019 16:12:10 [warn] /src/conf/routes:492: unreachable code
13-Feb-2019 16:12:10 [warn] DELETE         /api/collections/:coll_id/datasets/:ds_id                                @api.Collections.removeDataset(coll_id: UUID, ds_id: UUID, ignoreNotFound ?= "True")
13-Feb-2019 16:12:10 [warn] /src/conf/routes:498: unreachable code
13-Feb-2019 16:12:10 [warn] DELETE         /api/collections/:coll_id                                                @api.Collections.removeCollection(coll_id: UUID)
13-Feb-2019 16:12:10 [warn] /src/conf/routes:550: unreachable code
13-Feb-2019 16:12:10 [warn] GET            /api/datasets/:id/files                                                  @api.Datasets.datasetAllFilesList(id: UUID, max: Option[Int] ?= None)
13-Feb-2019 16:12:10 [warn] /src/conf/routes:539: unreachable code
13-Feb-2019 16:12:10 [warn] DELETE         /api/datasets/:ds_id/:file_id                                            @api.Datasets.detachFile(ds_id: UUID,file_id: UUID, ignoreNotFound ?= "True")
13-Feb-2019 16:12:10 [warn] /src/conf/routes:497: unreachable code
13-Feb-2019 16:12:10 [warn] GET            /api/collections/:coll_id/getDatasets                                    @api.Datasets.listInCollection(coll_id: UUID)
13-Feb-2019 16:12:10 [warn] /src/conf/routes:563: unreachable code
13-Feb-2019 16:12:10 [warn] DELETE         /api/datasets/:id/tags                                                   @api.Datasets.removeTags(id: UUID)
13-Feb-2019 16:12:10 [warn] /src/conf/routes:649: unreachable code
13-Feb-2019 16:12:10 [warn] GET            /api/geostreams/streams/update                                           api.Geostreams.updateStatisticsStreamSensor()
13-Feb-2019 16:12:10 [warn] /src/app/views/collections/tile.scala.html:58: match may not be exhaustive.
13-Feb-2019 16:12:10 [warn] It would fail on the following input: None
13-Feb-2019 16:12:10 [warn]                 case Some(viewer) => {
13-Feb-2019 16:12:10 [warn] ^
13-Feb-2019 16:12:10 [warn] /src/app/views/curations/publishedGrid.scala.html:12: match may not be exhaustive.
13-Feb-2019 16:12:10 [warn] It would fail on the following inputs: JsBoolean(_), JsNull, JsNumber(_), JsObject(_), JsUndefined()
13-Feb-2019 16:12:10 [warn]           case creators:JsArray => {@(((jo \ "CreatorName"))(0).as[String].trim)@for(i <- 1 to (creators.value.size-1)){, @(((jo \ "CreatorName"))(i).as[String].trim)}}}"
13-Feb-2019 16:12:10 [warn] ^
13-Feb-2019 16:12:10 [warn] /src/app/views/curations/publishedGrid.scala.html:31: match may not be exhaustive.
13-Feb-2019 16:12:10 [warn] It would fail on the following inputs: JsBoolean(_), JsNull, JsNumber(_), JsObject(_), JsUndefined()
13-Feb-2019 16:12:10 [warn]           case creator:JsString => {
13-Feb-2019 16:12:10 [warn] ^
13-Feb-2019 16:12:10 [warn] /src/app/views/curations/publishedGrid.scala.html:9: match may not be exhaustive.
13-Feb-2019 16:12:10 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
13-Feb-2019 16:12:10 [warn]                     case jo:JsObject => {
13-Feb-2019 16:12:10 [warn] ^
13-Feb-2019 16:12:11 [warn] /src/app/views/datasets/tile.scala.html:65: match may not be exhaustive.
13-Feb-2019 16:12:11 [warn] It would fail on the following input: None
13-Feb-2019 16:12:11 [warn]                 case Some(viewer) => {
13-Feb-2019 16:12:11 [warn] ^
13-Feb-2019 16:12:11 [warn] /src/app/views/files/tile.scala.html:45: match may not be exhaustive.
13-Feb-2019 16:12:11 [warn] It would fail on the following input: None
13-Feb-2019 16:12:11 [warn]                 case Some(viewer) => {
13-Feb-2019 16:12:11 [warn] ^
13-Feb-2019 16:12:11 [warn] /src/app/views/metadatald/newCard.scala.html:12: match may not be exhaustive.
13-Feb-2019 16:12:11 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
13-Feb-2019 16:12:11 [warn]                 case o: JsObject => {
13-Feb-2019 16:12:11 [warn] ^
13-Feb-2019 16:12:11 [warn] /src/app/views/metadatald/newTableRow.scala.html:12: match may not be exhaustive.
13-Feb-2019 16:12:11 [warn] It would fail on the following inputs: JsArray(_), JsBoolean(_), JsNull, JsNumber(_), JsString(_), JsUndefined()
13-Feb-2019 16:12:11 [warn]                 case o: JsObject => {
13-Feb-2019 16:12:11 [warn] ^
13-Feb-2019 16:12:14 [warn] /src/app/services/irods/IRODSPlugin.scala:9: Tag '@date' is not recognised
13-Feb-2019 16:12:14 [warn] /**
13-Feb-2019 16:12:14 [warn] ^
13-Feb-2019 16:12:15 [warn] /src/app/api/CurationObjects.scala:288: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
13-Feb-2019 16:12:15 [warn]           val client = new DefaultHttpClient
13-Feb-2019 16:12:15 [warn]                            ^
13-Feb-2019 16:12:15 [warn] /src/app/api/Datasets.scala:222: value xmlMetadata in class File is deprecated: use Metadata
13-Feb-2019 16:12:15 [warn]                   if (!file.xmlMetadata.isEmpty) {
13-Feb-2019 16:12:15 [warn]                             ^
13-Feb-2019 16:12:15 [warn] /src/app/api/Datasets.scala:421: value xmlMetadata in class File is deprecated: use Metadata
13-Feb-2019 16:12:15 [warn]       if (!file.xmlMetadata.isEmpty){
13-Feb-2019 16:12:15 [warn]                 ^
13-Feb-2019 16:12:15 [warn] /src/app/api/Datasets.scala:504: value xmlMetadata in class File is deprecated: use Metadata
13-Feb-2019 16:12:15 [warn]           if (!file.xmlMetadata.isEmpty)
13-Feb-2019 16:12:15 [warn]                     ^
13-Feb-2019 16:12:15 [warn] /src/app/models/Collection.scala:26: value jsonldMetadata in class Collection is deprecated: use Metadata
13-Feb-2019 16:12:15 [warn]   @deprecated("use Metadata","since the use of jsonld") jsonldMetadata : List[Metadata]= List.empty
13-Feb-2019 16:12:15 [warn]                                                         ^
13-Feb-2019 16:12:15 [warn] /src/app/models/Collection.scala:6: value jsonldMetadata in class Collection is deprecated: use Metadata
13-Feb-2019 16:12:15 [warn] case class Collection(
13-Feb-2019 16:12:15 [warn]            ^
13-Feb-2019 16:12:15 [warn] /src/app/models/File.scala:31: value xmlMetadata in class File is deprecated: use Metadata
13-Feb-2019 16:12:15 [warn]   @deprecated("use Metadata","since the use of jsonld") xmlMetadata: Map[String, Any] = Map.empty,
13-Feb-2019 16:12:15 [warn]                                                         ^
13-Feb-2019 16:12:15 [warn] /src/app/models/File.scala:13: value xmlMetadata in class File is deprecated: use Metadata
13-Feb-2019 16:12:15 [warn] case class File(
13-Feb-2019 16:12:15 [warn]            ^
13-Feb-2019 16:12:15 [warn] /src/app/models/Preview.scala:29: value jsonldMetadata in class Preview is deprecated: use Metadata
13-Feb-2019 16:12:15 [warn]   @deprecated("use Metadata","since the use of jsonld") jsonldMetadata : List[Metadata]= List.empty
13-Feb-2019 16:12:15 [warn]                                                         ^
13-Feb-2019 16:12:15 [warn] /src/app/models/Preview.scala:10: value jsonldMetadata in class Preview is deprecated: use Metadata
13-Feb-2019 16:12:15 [warn] case class Preview(
13-Feb-2019 16:12:15 [warn]            ^
13-Feb-2019 16:12:15 [warn] /src/app/models/Section.scala:18: value jsonldMetadata in class Section is deprecated: use Metadata
13-Feb-2019 16:12:15 [warn]   @deprecated("use Metadata","since the use of jsonld") jsonldMetadata : List[Metadata]= List.empty,
13-Feb-2019 16:12:15 [warn]                                                         ^
13-Feb-2019 16:12:15 [warn] /src/app/models/Section.scala:8: value jsonldMetadata in class Section is deprecated: use Metadata
13-Feb-2019 16:12:15 [warn] case class Section(
13-Feb-2019 16:12:15 [warn]            ^
13-Feb-2019 16:12:15 [warn] /src/app/services/RabbitmqPlugin.scala:175: method encode in object URLEncoder is deprecated: see corresponding Javadoc for more information.
13-Feb-2019 16:12:15 [warn]       vhost = URLEncoder.encode(factory.get.getVirtualHost)
13-Feb-2019 16:12:15 [warn]                          ^
13-Feb-2019 16:12:16 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:25: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
13-Feb-2019 16:12:16 [warn]         val httpclient = new DefaultHttpClient()
13-Feb-2019 16:12:16 [warn]             ^
13-Feb-2019 16:12:16 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:25: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
13-Feb-2019 16:12:16 [warn]         val httpclient = new DefaultHttpClient()
13-Feb-2019 16:12:16 [warn]                              ^
13-Feb-2019 16:12:16 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:53: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
13-Feb-2019 16:12:16 [warn]         val httpclient = new DefaultHttpClient()
13-Feb-2019 16:12:16 [warn]             ^
13-Feb-2019 16:12:16 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:53: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
13-Feb-2019 16:12:16 [warn]         val httpclient = new DefaultHttpClient()
13-Feb-2019 16:12:16 [warn]                              ^
13-Feb-2019 16:12:16 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:81: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
13-Feb-2019 16:12:16 [warn]         val httpclient = new DefaultHttpClient()
13-Feb-2019 16:12:16 [warn]             ^
13-Feb-2019 16:12:16 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:81: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
13-Feb-2019 16:12:16 [warn]         val httpclient = new DefaultHttpClient()
13-Feb-2019 16:12:16 [warn]                              ^
13-Feb-2019 16:12:16 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:110: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
13-Feb-2019 16:12:16 [warn]         val httpclient = new DefaultHttpClient()
13-Feb-2019 16:12:16 [warn]             ^
13-Feb-2019 16:12:16 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:110: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
13-Feb-2019 16:12:16 [warn]         val httpclient = new DefaultHttpClient()
13-Feb-2019 16:12:16 [warn]                              ^
13-Feb-2019 16:12:16 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:128: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
13-Feb-2019 16:12:16 [warn]         val httpclient = new DefaultHttpClient()
13-Feb-2019 16:12:16 [warn]             ^
13-Feb-2019 16:12:16 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:128: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
13-Feb-2019 16:12:16 [warn]         val httpclient = new DefaultHttpClient()
13-Feb-2019 16:12:16 [warn]                              ^
13-Feb-2019 16:12:16 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:146: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
13-Feb-2019 16:12:16 [warn]         val httpclient = new DefaultHttpClient()
13-Feb-2019 16:12:16 [warn]             ^
13-Feb-2019 16:12:16 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:146: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
13-Feb-2019 16:12:16 [warn]         val httpclient = new DefaultHttpClient()
13-Feb-2019 16:12:16 [warn]                              ^
13-Feb-2019 16:12:16 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:217: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
13-Feb-2019 16:12:16 [warn]         val httpclient = new DefaultHttpClient()
13-Feb-2019 16:12:16 [warn]             ^
13-Feb-2019 16:12:16 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:217: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
13-Feb-2019 16:12:16 [warn]         val httpclient = new DefaultHttpClient()
13-Feb-2019 16:12:16 [warn]                              ^
13-Feb-2019 16:12:16 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:238: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
13-Feb-2019 16:12:16 [warn]         val httpclient = new DefaultHttpClient()
13-Feb-2019 16:12:16 [warn]             ^
13-Feb-2019 16:12:16 [warn] /src/app/services/fourstore/FourStoreRdfSPARQLService.scala:238: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
13-Feb-2019 16:12:16 [warn]         val httpclient = new DefaultHttpClient()
13-Feb-2019 16:12:16 [warn]                              ^
13-Feb-2019 16:12:16 [warn] /src/app/services/mongodb/MongoDBFileService.scala:695: value xmlMetadata in class File is deprecated: use Metadata
13-Feb-2019 16:12:16 [warn]             if(!file.xmlMetadata.isEmpty){
13-Feb-2019 16:12:16 [warn]                      ^
13-Feb-2019 16:12:16 [warn] /src/app/services/mongodb/MongoDBPreviewService.scala:157: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
13-Feb-2019 16:12:16 [warn]       val httpclient = new DefaultHttpClient()
13-Feb-2019 16:12:16 [warn]           ^
13-Feb-2019 16:12:16 [warn] /src/app/services/mongodb/MongoDBPreviewService.scala:157: class DefaultHttpClient in package client is deprecated: see corresponding Javadoc for more information.
13-Feb-2019 16:12:16 [warn]       val httpclient = new DefaultHttpClient()
13-Feb-2019 16:12:16 [warn]                            ^
13-Feb-2019 16:12:16 [warn] /src/app/util/FileUtils.scala:278: value jsonldMetadata in class Preview is deprecated: use Metadata
13-Feb-2019 16:12:16 [warn]           val currentMetadata = currentPreview.jsonldMetadata
13-Feb-2019 16:12:16 [warn]                                                ^
13-Feb-2019 16:12:16 [warn] /src/conf/routes:354: method upload in class Files is deprecated
13-Feb-2019 16:12:16 [warn] POST           /api/files                                                               @api.Files.upload(showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String ?= "")
13-Feb-2019 16:12:16 [warn] /src/conf/routes:354: method upload in class Files is deprecated
13-Feb-2019 16:12:16 [warn] POST           /api/files                                                               @api.Files.upload(showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String ?= "")
13-Feb-2019 16:12:16 [warn] /src/conf/routes:355: method upload in class Files is deprecated
13-Feb-2019 16:12:16 [warn] POST           /api/files/withFlags/:flags                                              @api.Files.upload(showPreviews: String ?= "DatasetLevel", originalZipFile: String ?= "", flags: String)
13-Feb-2019 16:12:22 [warn] 51 warnings found
13-Feb-2019 16:12:22 [info] Main Scala API documentation successful.
13-Feb-2019 16:12:22 [info] Packaging /src/target/scala-2.10/clowder_2.10-1.x-SNAPSHOT-javadoc.jar ...
13-Feb-2019 16:12:23 [info] Done packaging.
13-Feb-2019 16:13:01 [warn] 178 warnings found
13-Feb-2019 16:13:02 [warn] warning: [options] bootstrap class path not set in conjunction with -source 1.7
13-Feb-2019 16:13:02 [warn] 1 warning
13-Feb-2019 16:13:11 [info] Packaging /src/target/scala-2.10/clowder_2.10-1.x-SNAPSHOT.jar ...
13-Feb-2019 16:13:14 [info] Done packaging.
13-Feb-2019 16:13:21 [info]
13-Feb-2019 16:13:21 [info] Your package is ready in /src/target/universal/clowder-1.x-SNAPSHOT.zip
13-Feb-2019 16:13:21 [info]
13-Feb-2019 16:13:21 [success] Total time: 155 s, completed Feb 13, 2019 10:13:21 PM
13-Feb-2019 16:13:32 Removing intermediate container f95c13dd2d93
13-Feb-2019 16:13:32 ---> 0d8a4fd94d28
13-Feb-2019 16:13:32 Step 11/20 : FROM java:jre-alpine
13-Feb-2019 16:13:32 ---> fdc893b19a14
13-Feb-2019 16:13:32 Step 12/20 : RUN apk add --no-cache bash curl
13-Feb-2019 16:13:32 ---> Using cache
13-Feb-2019 16:13:32 ---> f5b6c4a120ce
13-Feb-2019 16:13:32 Step 13/20 : EXPOSE 9000
13-Feb-2019 16:13:32 ---> Using cache
13-Feb-2019 16:13:32 ---> 9c1a391c6946
13-Feb-2019 16:13:32 Step 14/20 : WORKDIR /home/clowder
13-Feb-2019 16:13:32 ---> Using cache
13-Feb-2019 16:13:32 ---> 26372794a1d0
13-Feb-2019 16:13:32 Step 15/20 : VOLUME /home/clowder/custom /home/clowder/data
13-Feb-2019 16:13:32 ---> Using cache
13-Feb-2019 16:13:32 ---> 803094b213cd
13-Feb-2019 16:13:32 Step 16/20 : COPY --from=clowder-build /src/clowder /home/clowder/
13-Feb-2019 16:13:40 ---> c8f28e4ca3c5
13-Feb-2019 16:13:40 Step 17/20 : COPY docker/clowder.sh docker/healthcheck.sh /home/clowder/
13-Feb-2019 16:13:40 ---> b925d8ce7ff8
13-Feb-2019 16:13:40 Step 18/20 : COPY docker/custom.conf docker/play.plugins /home/clowder/custom/
13-Feb-2019 16:13:41 ---> c039b74a590d
13-Feb-2019 16:13:41 Step 19/20 : CMD /home/clowder/clowder.sh
13-Feb-2019 16:13:41 ---> Running in 435b9924c426
13-Feb-2019 16:13:41 Removing intermediate container 435b9924c426
13-Feb-2019 16:13:41 ---> f2e6b92705e4
13-Feb-2019 16:13:41 Step 20/20 : HEALTHCHECK CMD /home/clowder/healthcheck.sh
13-Feb-2019 16:13:42 ---> Running in c32a60627b80
13-Feb-2019 16:13:42 Removing intermediate container c32a60627b80
13-Feb-2019 16:13:42 ---> 537dbb60d5d4
13-Feb-2019 16:13:42 Successfully built 537dbb60d5d4
13-Feb-2019 16:13:42 Successfully tagged clowder/clowder:latest
13-Feb-2019 16:13:42 Sending build context to Docker daemon  22.02kB
13-Feb-2019 16:13:42
13-Feb-2019 16:13:42 Step 1/5 : FROM ubuntu
13-Feb-2019 16:13:42 ---> 47b19964fb50
13-Feb-2019 16:13:42 Step 2/5 : 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/*     ;
13-Feb-2019 16:13:42 ---> Using cache
13-Feb-2019 16:13:42 ---> 6d315cdc8f4e
13-Feb-2019 16:13:42 Step 3/5 : COPY FILES.toolserver /
13-Feb-2019 16:13:42 ---> Using cache
13-Feb-2019 16:13:42 ---> 68c66d785237
13-Feb-2019 16:13:42 Step 4/5 : ENV TOOLSERVER_PORT 8082
13-Feb-2019 16:13:42 ---> Using cache
13-Feb-2019 16:13:42 ---> 7506e356b7bc
13-Feb-2019 16:13:42 Step 5/5 : CMD /usr/local/bin/usage
13-Feb-2019 16:13:42 ---> Using cache
13-Feb-2019 16:13:42 ---> f7e7d356a5ff
13-Feb-2019 16:13:42 Successfully built f7e7d356a5ff
13-Feb-2019 16:13:42 Successfully tagged clowder/toolserver:latest
13-Feb-2019 16:13:42 Sending build context to Docker daemon  11.26kB
13-Feb-2019 16:13:42
13-Feb-2019 16:13:42 Step 1/6 : FROM ubuntu:16.04
13-Feb-2019 16:13:42 ---> 7e87e2b3bf7a
13-Feb-2019 16:13:42 Step 2/6 : MAINTAINER Bing Zhang <bing@illinois.edu>
13-Feb-2019 16:13:42 ---> Using cache
13-Feb-2019 16:13:42 ---> d4cdedc6c2d2
13-Feb-2019 16:13:42 Step 3/6 : ENV EMAIL_ADDRESS=""    FIRST_NAME=""    LAST_NAME=""     PASSWORD=""    MONGO_URI=""    CLOWDER_PORT_9000_TCP_ADDR=""    CLOWDER_PORT_9000_TCP_PORT=""    RABBITMQ_PORT_15672_TCP_ADDR=""    RABBITMQ_PORT_15672_PORT=""    MONGO_PORT_27017_TCP_ADDR=""    MONGO_PORT_27017_TCP_PORT=""
13-Feb-2019 16:13:42 ---> Using cache
13-Feb-2019 16:13:42 ---> 2562b63008d3
13-Feb-2019 16:13:42 Step 4/6 : RUN mkdir -p /data/db &&     apt-get update &&     apt-get install -y netcat curl lsb-release &&     apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927 &&     echo "deb http://repo.mongodb.org/apt/ubuntu "$(lsb_release -sc)"/mongodb-org/3.2 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-3.2.list &&     apt-get update && apt-get install -y     mongodb-org     net-tools iproute     python3 python3-pip &&     pip3 install passlib bcrypt
13-Feb-2019 16:13:42 ---> Using cache
13-Feb-2019 16:13:42 ---> ca9fbbf84eb5
13-Feb-2019 16:13:42 Step 5/6 : COPY FILES.mongo-init /
13-Feb-2019 16:13:42 ---> Using cache
13-Feb-2019 16:13:42 ---> 09910ad396a1
13-Feb-2019 16:13:42 Step 6/6 : ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
13-Feb-2019 16:13:42 ---> Using cache
13-Feb-2019 16:13:42 ---> c2a8d4d00bf8
13-Feb-2019 16:13:42 Successfully built c2a8d4d00bf8
13-Feb-2019 16:13:43 Successfully tagged clowder/mongo-init:latest
13-Feb-2019 16:13:43 Finished task 'docker build' with result: Success
13-Feb-2019 16:13:43 Starting task 'docker push' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
13-Feb-2019 16:13:43
Beginning to execute external process for build 'Clowder - CORE - CATSPYC-20-add-real-email-address-in-the-email-message-to-field - default #1 (CATS-CORE972-JOB1-1)'
... running command line:
/bin/sh release.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-CORE972-JOB1
... using extra environment variables:
bamboo_planRepository_1_branch=CATSPYC-20-add-real-email-address-in-the-email-message-to-field
bamboo_capability_system_builder_command_npm_6=/home/bamboo/node-v6.9.1/bin/npm
bamboo_capability_system_builder_command_buckminster_4_3=/home/bamboo/buckminster-4.3/buckminster
bamboo_capability_system_builder_node_Node_js_v6_9_1=/home/bamboo/node-v6.9.1/bin/node
bamboo_capability_system_builder_command_buckminster_4_4=/home/bamboo/buckminster-4.4/buckminster
bamboo_capability_system_builder_command_buckminster_4_2=/home/bamboo/buckminster-4.2/buckminster
bamboo_planRepository_1_branchDisplayName=CATSPYC-20-add-real-email-address-in-the-email-message-to-field
bamboo_repository_revision_number=ec446b03e76fda8e462d4b3747ecad89c90d657e
bamboo_resultsUrl=https://opensource.ncsa.illinois.edu/bamboo/browse/CATS-CORE972-JOB1-1
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_15=/bin/sh /home/bamboo/bamboo-agent-home/temp/CATS-CORE972-JOB1-1-ScriptBuildTask-6604143774867554493.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_16=/bin/sh docker.sh
bamboo_repository_168427524_git_repositoryUrl=ssh://git@opensource.ncsa.illinois.edu:7999/cats/clowder.git
bamboo_capability_system_builder_command_sphinx=/usr/bin/sphinx-build
bamboo_build_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-CORE972-JOB1
bamboo_planRepository_1_name=clowder
bamboo_buildKey=CATS-CORE972-JOB1
bamboo_capability_system_os=linux
bamboo_shortPlanName=CATSPYC-20-add-real-email-address-in-the-email-message-to-field
bamboo_planRepository_name=clowder
bamboo_buildNumber=1
bamboo_capability_system_builder_node_grunt_6=/home/bamboo/node-v6.9.1/bin/grunt
bamboo_shortJobName=default
bamboo_buildResultsUrl=https://opensource.ncsa.illinois.edu/bamboo/browse/CATS-CORE972-JOB1-1
bamboo_planRepository_repositoryUrl=ssh://git@opensource.ncsa.illinois.edu:7999/cats/clowder.git
bamboo_build_commandline_com_atlassian_bamboo_plugins_sbt_sbt_18=/home/bamboo/sbt-0.13.13/bin/sbt compile
bamboo_build_commandline_com_atlassian_bamboo_plugins_sbt_sbt_19=/home/bamboo/sbt-0.13.13/bin/sbt test-only integration.APITestSuite
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_22=/home/bamboo/bamboo-agent-home/temp/CATS-CORE972-JOB1-1-ScriptBuildTask-455112144854412492.sh
bamboo_agentId=140673027
bamboo_build_commandline_com_atlassian_bamboo_plugins_sbt_sbt_17=/home/bamboo/sbt-0.13.13/bin/sbt clean update
bamboo_planName=Clowder - CORE - CATSPYC-20-add-real-email-address-in-the-email-message-to-field
bamboo_shortPlanKey=CORE972
bamboo_capability_system_builder_command_sbt_0_13=/home/bamboo/sbt-0.13.2/bin/sbt
bamboo_capability_system_builder_node_Node_js_v0_10_28=/home/bamboo/node-v0.10.28/bin/node
bamboo_shortJobKey=JOB1
bamboo_planRepository_revision=ec446b03e76fda8e462d4b3747ecad89c90d657e
bamboo_buildTimeStamp=2019-02-13T16:00:44.336-06:00
bamboo_capability_system_builder_command_npm=/home/bamboo/node-v0.10.28/bin/npm
bamboo_capability_system_builder_mvn2_Maven_2=/home/bamboo/apache-maven-2.2.1
bamboo_repository_168427524_git_username=
bamboo_repository_168427524_git_branch=CATSPYC-20-add-real-email-address-in-the-email-message-to-field
bamboo_repository_git_branch=CATSPYC-20-add-real-email-address-in-the-email-message-to-field
bamboo_buildResultKey=CATS-CORE972-JOB1-1
bamboo_repository_branch_name=CATSPYC-20-add-real-email-address-in-the-email-message-to-field
bamboo_buildPlanName=Clowder - CORE - CATSPYC-20-add-real-email-address-in-the-email-message-to-field - default
bamboo_planRepository_1_revision=ec446b03e76fda8e462d4b3747ecad89c90d657e
bamboo_capability_system_builder_command_python3=/usr/bin/python3
bamboo_repository_168427524_name=clowder
bamboo_repository_name=clowder
bamboo_build_commandline_com_atlassian_bamboo_plugins_sbt_sbt_21=/home/bamboo/sbt-0.13.13/bin/sbt dist
bamboo_buildFailed=false
bamboo_build_commandline_com_atlassian_bamboo_plugins_sbt_sbt_20=/home/bamboo/sbt-0.13.13/bin/sbt doc
bamboo_capability_system_docker_executable=/usr/bin/docker
bamboo_capability_system_builder_command_grunt=/home/bamboo/node-v0.10.28/bin/grunt
bamboo_planRepository_branch=CATSPYC-20-add-real-email-address-in-the-email-message-to-field
bamboo_agentWorkingDirectory=/home/bamboo/bamboo-agent-home/xml-data/build-dir
bamboo_capability_system_git_executable=/usr/bin/git
bamboo_repository_git_username=
bamboo_capability_system_builder_sbt_SBT_0_13_13=/home/bamboo/sbt-0.13.13
bamboo_repository_168427524_revision_number=ec446b03e76fda8e462d4b3747ecad89c90d657e
bamboo_planRepository_branchDisplayName=CATSPYC-20-add-real-email-address-in-the-email-message-to-field
bamboo_capability_system_builder_command_phantomjs=/home/bamboo/phantomjs-1.9.8/bin/phantomjs
bamboo_planRepository_1_type=bbserver
bamboo_planRepository_branchName=CATSPYC-20-add-real-email-address-in-the-email-message-to-field
bamboo_capability_system_builder_command_python2_7=/usr/bin/python2.7
bamboo_capability_system_hostname=buildserver-1
bamboo_capability_system_jdk_JDK=/home/bamboo/jdk1.8.0_66
bamboo_capability_system_software_mongo=/usr/bin/mongo
bamboo_repository_168427524_branch_name=CATSPYC-20-add-real-email-address-in-the-email-message-to-field
bamboo_plan_storageTag=plan-168230919
bamboo_hg_cache_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/_hg-repositories-cache
bamboo_capability_system_builder_command_casperjs=/home/bamboo/node-v0.10.28/bin/casperjs
bamboo_capability_system_software_rabbitmq=/usr/sbin/rabbitmqctl
bamboo_capability_system_jdk_JDK_1_8_0_66=/home/bamboo/jdk1.8.0_66
bamboo_planRepository_1_username=
bamboo_planRepository_type=bbserver
bamboo_git_cache_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/_git-repositories-cache
bamboo_repository_git_repositoryUrl=ssh://git@opensource.ncsa.illinois.edu:7999/cats/clowder.git
bamboo_capability_system_builder_node_Node_js=/home/bamboo/node-v0.10.28/bin/node
bamboo_capability_system_builder_ant_Ant=/home/bamboo/apache-ant-1.9.4
bamboo_capability_system_builder_mvn3_Maven_3=/home/bamboo/apache-maven-3.3.9
bamboo_tmp_directory=/home/bamboo/bamboo-agent-home/temp
bamboo_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-CORE972-JOB1
bamboo_planKey=CATS-CORE972
bamboo_planRepository_1_repositoryUrl=ssh://git@opensource.ncsa.illinois.edu:7999/cats/clowder.git
bamboo_planRepository_username=
bamboo_capability_system_jdk_JDK_1_8=/home/bamboo/jdk1.8.0_66
bamboo_capability_system_jdk_JDK_1_6=/home/bamboo/jdk1.6.0_41
bamboo_capability_system_builder_command_mkcrx=/home/bamboo/mkcrx/mkcrx.sh
bamboo_capability_system_jdk_JDK_1_7=/home/bamboo/jdk1.7.0_60
bamboo_planRepository_1_branchName=CATSPYC-20-add-real-email-address-in-the-email-message-to-field
13-Feb-2019 16:13:43 Sending build context to Docker daemon  75.51MB
13-Feb-2019 16:13:43
13-Feb-2019 16:13:43 Step 1/20 : FROM java:jdk-alpine as clowder-build
13-Feb-2019 16:13:43 ---> 3fd9dd82815c
13-Feb-2019 16:13:43 Step 2/20 : WORKDIR /src
13-Feb-2019 16:13:43 ---> Using cache
13-Feb-2019 16:13:43 ---> 98521c15b5b3
13-Feb-2019 16:13:43 Step 3/20 : COPY sbt* /src/
13-Feb-2019 16:13:43 ---> Using cache
13-Feb-2019 16:13:43 ---> f2586ccd0767
13-Feb-2019 16:13:43 Step 4/20 : COPY project /src/project
13-Feb-2019 16:13:43 ---> Using cache
13-Feb-2019 16:13:43 ---> 74c3daaeef7d
13-Feb-2019 16:13:43 Step 5/20 : RUN ./sbt update
13-Feb-2019 16:13:43 ---> Using cache
13-Feb-2019 16:13:43 ---> 36a5c46f4392
13-Feb-2019 16:13:43 Step 6/20 : COPY lib /src/lib/
13-Feb-2019 16:13:43 ---> Using cache
13-Feb-2019 16:13:43 ---> 9e18e0e0e47e
13-Feb-2019 16:13:43 Step 7/20 : COPY conf /src/conf/
13-Feb-2019 16:13:43 ---> Using cache
13-Feb-2019 16:13:43 ---> 1fc1168feda5
13-Feb-2019 16:13:43 Step 8/20 : COPY public /src/public/
13-Feb-2019 16:13:43 ---> Using cache
13-Feb-2019 16:13:43 ---> 2496aa6c2e78
13-Feb-2019 16:13:43 Step 9/20 : COPY app /src/app/
13-Feb-2019 16:13:43 ---> Using cache
13-Feb-2019 16:13:43 ---> e0840269cce3
13-Feb-2019 16:13:43 Step 10/20 : RUN ./sbt dist     && unzip -q target/universal/clowder-*.zip     && mv clowder-* clowder     && mkdir -p clowder/custom clowder/logs
13-Feb-2019 16:13:43 ---> Using cache
13-Feb-2019 16:13:43 ---> 0d8a4fd94d28
13-Feb-2019 16:13:43 Step 11/20 : FROM java:jre-alpine
13-Feb-2019 16:13:43 ---> fdc893b19a14
13-Feb-2019 16:13:43 Step 12/20 : RUN apk add --no-cache bash curl
13-Feb-2019 16:13:43 ---> Using cache
13-Feb-2019 16:13:43 ---> f5b6c4a120ce
13-Feb-2019 16:13:43 Step 13/20 : EXPOSE 9000
13-Feb-2019 16:13:43 ---> Using cache
13-Feb-2019 16:13:43 ---> 9c1a391c6946
13-Feb-2019 16:13:43 Step 14/20 : WORKDIR /home/clowder
13-Feb-2019 16:13:43 ---> Using cache
13-Feb-2019 16:13:43 ---> 26372794a1d0
13-Feb-2019 16:13:43 Step 15/20 : VOLUME /home/clowder/custom /home/clowder/data
13-Feb-2019 16:13:43 ---> Using cache
13-Feb-2019 16:13:43 ---> 803094b213cd
13-Feb-2019 16:13:43 Step 16/20 : COPY --from=clowder-build /src/clowder /home/clowder/
13-Feb-2019 16:13:43 ---> Using cache
13-Feb-2019 16:13:43 ---> c8f28e4ca3c5
13-Feb-2019 16:13:43 Step 17/20 : COPY docker/clowder.sh docker/healthcheck.sh /home/clowder/
13-Feb-2019 16:13:43 ---> Using cache
13-Feb-2019 16:13:43 ---> b925d8ce7ff8
13-Feb-2019 16:13:43 Step 18/20 : COPY docker/custom.conf docker/play.plugins /home/clowder/custom/
13-Feb-2019 16:13:43 ---> Using cache
13-Feb-2019 16:13:43 ---> c039b74a590d
13-Feb-2019 16:13:43 Step 19/20 : CMD /home/clowder/clowder.sh
13-Feb-2019 16:13:43 ---> Using cache
13-Feb-2019 16:13:43 ---> f2e6b92705e4
13-Feb-2019 16:13:43 Step 20/20 : HEALTHCHECK CMD /home/clowder/healthcheck.sh
13-Feb-2019 16:13:43 ---> Using cache
13-Feb-2019 16:13:43 ---> 537dbb60d5d4
13-Feb-2019 16:13:44 Successfully built 537dbb60d5d4
13-Feb-2019 16:13:44 Successfully tagged clowder/clowder:latest
13-Feb-2019 16:13:44 Sending build context to Docker daemon  22.02kB
13-Feb-2019 16:13:44
13-Feb-2019 16:13:44 Step 1/5 : FROM ubuntu
13-Feb-2019 16:13:44 ---> 47b19964fb50
13-Feb-2019 16:13:44 Step 2/5 : 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/*     ;
13-Feb-2019 16:13:44 ---> Using cache
13-Feb-2019 16:13:44 ---> 6d315cdc8f4e
13-Feb-2019 16:13:44 Step 3/5 : COPY FILES.toolserver /
13-Feb-2019 16:13:44 ---> Using cache
13-Feb-2019 16:13:44 ---> 68c66d785237
13-Feb-2019 16:13:44 Step 4/5 : ENV TOOLSERVER_PORT 8082
13-Feb-2019 16:13:44 ---> Using cache
13-Feb-2019 16:13:44 ---> 7506e356b7bc
13-Feb-2019 16:13:44 Step 5/5 : CMD /usr/local/bin/usage
13-Feb-2019 16:13:44 ---> Using cache
13-Feb-2019 16:13:44 ---> f7e7d356a5ff
13-Feb-2019 16:13:44 Successfully built f7e7d356a5ff
13-Feb-2019 16:13:44 Successfully tagged clowder/toolserver:latest
13-Feb-2019 16:13:44 Sending build context to Docker daemon  11.26kB
13-Feb-2019 16:13:44
13-Feb-2019 16:13:44 Step 1/6 : FROM ubuntu:16.04
13-Feb-2019 16:13:44 ---> 7e87e2b3bf7a
13-Feb-2019 16:13:44 Step 2/6 : MAINTAINER Bing Zhang <bing@illinois.edu>
13-Feb-2019 16:13:44 ---> Using cache
13-Feb-2019 16:13:44 ---> d4cdedc6c2d2
13-Feb-2019 16:13:44 Step 3/6 : ENV EMAIL_ADDRESS=""    FIRST_NAME=""    LAST_NAME=""     PASSWORD=""    MONGO_URI=""    CLOWDER_PORT_9000_TCP_ADDR=""    CLOWDER_PORT_9000_TCP_PORT=""    RABBITMQ_PORT_15672_TCP_ADDR=""    RABBITMQ_PORT_15672_PORT=""    MONGO_PORT_27017_TCP_ADDR=""    MONGO_PORT_27017_TCP_PORT=""
13-Feb-2019 16:13:44 ---> Using cache
13-Feb-2019 16:13:44 ---> 2562b63008d3
13-Feb-2019 16:13:44 Step 4/6 : RUN mkdir -p /data/db &&     apt-get update &&     apt-get install -y netcat curl lsb-release &&     apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927 &&     echo "deb http://repo.mongodb.org/apt/ubuntu "$(lsb_release -sc)"/mongodb-org/3.2 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-3.2.list &&     apt-get update && apt-get install -y     mongodb-org     net-tools iproute     python3 python3-pip &&     pip3 install passlib bcrypt
13-Feb-2019 16:13:44 ---> Using cache
13-Feb-2019 16:13:44 ---> ca9fbbf84eb5
13-Feb-2019 16:13:44 Step 5/6 : COPY FILES.mongo-init /
13-Feb-2019 16:13:44 ---> Using cache
13-Feb-2019 16:13:44 ---> 09910ad396a1
13-Feb-2019 16:13:44 Step 6/6 : ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
13-Feb-2019 16:13:44 ---> Using cache
13-Feb-2019 16:13:44 ---> c2a8d4d00bf8
13-Feb-2019 16:13:44 Successfully built c2a8d4d00bf8
13-Feb-2019 16:13:44 Successfully tagged clowder/mongo-init:latest
13-Feb-2019 16:13:44 Finished task 'docker push' with result: Success
13-Feb-2019 16:13:44 Running post build plugin 'Docker Container Cleanup'
13-Feb-2019 16:13:44 Running post build plugin 'NCover Results Collector'
13-Feb-2019 16:13:44 Running post build plugin 'Clover Results Collector'
13-Feb-2019 16:13:44 Running post build plugin 'npm Cache Cleanup'
13-Feb-2019 16:13:44 Running post build plugin 'Artifact Copier'
13-Feb-2019 16:13:44 Publishing an artifact: dist
13-Feb-2019 16:13:53 Finished publishing of artifact Non required shared artifact: [dist], pattern: [clowder-*.zip] anchored at: [target/universal] in 8.884 s
13-Feb-2019 16:13:53 Publishing an artifact: scaladoc
13-Feb-2019 16:13:55 Finished publishing of artifact Non required shared artifact: [scaladoc], pattern: [**/*] anchored at: [target/scala-2.10/api] in 2.231 s
13-Feb-2019 16:13:55 Publishing an artifact: manual
13-Feb-2019 16:13:57 Finished publishing of artifact Non required shared artifact: [manual], pattern: [**/*] anchored at: [doc/src/sphinx/_build/html] in 1.921 s
13-Feb-2019 16:13:57 Finalising the build...
13-Feb-2019 16:13:57 Stopping timer.
13-Feb-2019 16:13:57 Build CATS-CORE972-JOB1-1 completed.
13-Feb-2019 16:13:58 Running on server: post build plugin 'NCover Results Collector'
13-Feb-2019 16:13:58 Running on server: post build plugin 'Build Hanging Detection Configuration'
13-Feb-2019 16:13:58 Running on server: post build plugin 'Clover Delta Calculator'
13-Feb-2019 16:13:58 Running on server: post build plugin 'Maven Dependencies Postprocessor'
13-Feb-2019 16:13:58 All post build plugins have finished
13-Feb-2019 16:13:58 Generating build results summary...
13-Feb-2019 16:13:58 Saving build results to disk...
13-Feb-2019 16:13:58 Logging substituted variables...
13-Feb-2019 16:13:58 Indexing build results...
13-Feb-2019 16:13:58 Finished building CATS-CORE972-JOB1-1.