Build: #1 was successful

Job: Default Job was successful

Stages & jobs

  1. Default Stage

Build log

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

19-Sep-2018 12:53:27 [info]   And the tool is missing a docker image
19-Sep-2018 12:53:27 [info]     When I click on the 'Next' button
19-Sep-2018 12:53:27 [info]       + Then I should see a form with the deployment parameters populated
19-Sep-2018 12:53:27 [info] Given I have selected a tool to deploy
19-Sep-2018 12:53:27 [info]   And the tool is missing a parameters
19-Sep-2018 12:53:27 [info]     When I click on the 'Next' button
19-Sep-2018 12:53:27 [info]       + Then I should see a form with the deployment parameters populated
19-Sep-2018 12:53:27 [info] Given I have selected a tool with an invalid description in tools catalog
19-Sep-2018 12:53:27 [info]   When I click on the 'Next' button
19-Sep-2018 12:53:27 [info]     + Then I should see an BadRequest result
19-Sep-2018 12:53:27 [info] Given I have entered correct deployment parameters
19-Sep-2018 12:53:27 [info]   When I click 'deploy' button
19-Sep-2018 12:53:27 [info]     + Then Clusterman should submit the request to clusterstats
19-Sep-2018 12:53:27 [info] Given I have incorrectly populated the deploy form
19-Sep-2018 12:53:27 [info]   And I have selected an unknown cluster
19-Sep-2018 12:53:27 [info]     When I click deploy
19-Sep-2018 12:53:27 [info]       + Then I should see the error of my ways
19-Sep-2018 12:53:27 [info] Given I have incorrectly populated the deploy form
19-Sep-2018 12:53:27 [info]   When I click deploy
19-Sep-2018 12:53:27 [info]     + Then I should see the error of my ways
19-Sep-2018 12:53:27 [info] Given I have entered correct deployment parameters
19-Sep-2018 12:53:27 [info]   And the parameters will cause an error in clusterstats
19-Sep-2018 12:53:27 [info]     When I click 'deploy' button
19-Sep-2018 12:53:27 [info]       + Then I should see an error
19-Sep-2018 12:53:27 [info]
19-Sep-2018 12:53:27 [info]
19-Sep-2018 12:53:27 [info] Total for specification ToolsControllerSpec
19-Sep-2018 12:53:27 [info] Finished in 6 seconds, 84 ms
19-Sep-2018 12:53:27 [info] 9 examples, 0 failure, 0 error
19-Sep-2018 12:53:27 [info]
19-Sep-2018 12:53:28 [info] RabbitAdminServiceSpec
19-Sep-2018 12:53:28 [info]
19-Sep-2018 12:53:28 [info] RabbitMQ Admin
19-Sep-2018 12:53:28 [info]   + Connect to service
19-Sep-2018 12:53:28 [info]   + cache Admin API Clients
19-Sep-2018 12:53:28 [info]   Update bindings
19-Sep-2018 12:53:28 [info]     Given a RabbitMQService
19-Sep-2018 12:53:28 [info]       When I rebind with type 'all messages'
19-Sep-2018 12:53:28 [info]         Then the old bindings should be removed
19-Sep-2018 12:53:28 [info]           And the new bindings created
19-Sep-2018 12:53:28 [info]             + And the tool binding created too
19-Sep-2018 12:53:28 [info]       When I rebind with type 'tool messages'
19-Sep-2018 12:53:28 [info]         Then the old bindings should be removed
19-Sep-2018 12:53:28 [info]           And the new bindings created
19-Sep-2018 12:53:28 [info]             + And the tool binding created too
19-Sep-2018 12:53:28 [info]       When I rebind with type 'None'
19-Sep-2018 12:53:28 [info]         Then the old bindings should be removed
19-Sep-2018 12:53:28 [info]           And no new bindings created
19-Sep-2018 12:53:28 [info]             + And the tool binding created too
19-Sep-2018 12:53:28 [info]       When the unbind operation throws an exception
19-Sep-2018 12:53:28 [info]         + Then the rebind operation should fail
19-Sep-2018 12:53:28 [info]       When bind operation throws exception
19-Sep-2018 12:53:28 [info]         + Then the rebind operation should fail
19-Sep-2018 12:53:28 [info]       When bind operation throws exception when binding tools
19-Sep-2018 12:53:28 [info]         + Then the rebind operation should fail
19-Sep-2018 12:53:28 [info]     When error unbinding existing queues
19-Sep-2018 12:53:28 [info]       + then the rebind operation should fail
19-Sep-2018 12:53:28 [info]     When there are no existing bindings for the queue
19-Sep-2018 12:53:28 [info]       + Then the rebind operations should skip the initial unbind
19-Sep-2018 12:53:28 [info]
19-Sep-2018 12:53:28 [info]
19-Sep-2018 12:53:28 [info] Total for specification RabbitAdminServiceSpec
19-Sep-2018 12:53:28 [info] Finished in 224 ms
19-Sep-2018 12:53:28 [info] 10 examples, 0 failure, 0 error
19-Sep-2018 12:53:28 [info]
19-Sep-2018 12:53:28 [info] ClusterConfigSpec
19-Sep-2018 12:53:28 [info]
19-Sep-2018 12:53:28 [info] Given a config object with a single cluster config
19-Sep-2018 12:53:28 [info]   when I parse the config
19-Sep-2018 12:53:28 [info]     + then there should be a valid cluster config object
19-Sep-2018 12:53:28 [info]     + and that config should be the default
19-Sep-2018 12:53:28 [info] Given a config with multiple clusters
19-Sep-2018 12:53:28 [info]   when I parse the config
19-Sep-2018 12:53:28 [info]     + then I should see all of the clusters in the resulting cluster object
19-Sep-2018 12:53:28 [info]     + and the first config should be the default
19-Sep-2018 12:53:28 [info] Given an empty config
19-Sep-2018 12:53:28 [info]   when I parse the config
19-Sep-2018 12:53:28 [info]     + then there should be an empty config object
19-Sep-2018 12:53:28 [info]     + and the default should be none
19-Sep-2018 12:53:28 [info] Given a Swarm Config
19-Sep-2018 12:53:28 [info]   when I parse a valid uri
19-Sep-2018 12:53:28 [info]     + then it should succeed
19-Sep-2018 12:53:28 [info]   when I parse an invalid URI
19-Sep-2018 12:53:28 [info]     + then it should throw an execption
19-Sep-2018 12:53:28 [info] Given a RabbitMQ Config
19-Sep-2018 12:53:28 [info]   when I parse uri
19-Sep-2018 12:53:28 [info]     + then extract vhost
19-Sep-2018 12:53:28 [info] + Exercise generated bean methods
19-Sep-2018 12:53:28 [info]
19-Sep-2018 12:53:28 [info]
19-Sep-2018 12:53:28 [info] Total for specification ClusterConfigSpec
19-Sep-2018 12:53:28 [info] Finished in 128 ms
19-Sep-2018 12:53:28 [info] 10 examples, 0 failure, 0 error
19-Sep-2018 12:53:28 [info]
19-Sep-2018 12:53:28 [info] ClusterStatsServiceSpec
19-Sep-2018 12:53:28 [info]
19-Sep-2018 12:53:28 [info] Given a cluster stats service
19-Sep-2018 12:53:28 [info]   When I request the list of services
19-Sep-2018 12:53:28 [info]     + Then I should get map of running services
19-Sep-2018 12:53:28 [info]   When the response is invalid
19-Sep-2018 12:53:28 [info]     + Then I should get an empty map back
19-Sep-2018 12:53:28 [info]   When the clusterscale service is down
19-Sep-2018 12:53:28 [info]     + Then I should get an empty map back
19-Sep-2018 12:53:28 [info]   and there are extractors
19-Sep-2018 12:53:28 [info]     when I request extractors
19-Sep-2018 12:53:28 [info]       + then I should get them back
19-Sep-2018 12:53:28 [info]   and there are extractors
19-Sep-2018 12:53:28 [info]     when I request extractors
19-Sep-2018 12:53:28 [info]       + then I should get them back
19-Sep-2018 12:53:28 [info]   and there are extractors with different vhosts
19-Sep-2018 12:53:28 [info]     when I request extractors by vhost
19-Sep-2018 12:53:28 [info]       + then I should get them back
19-Sep-2018 12:53:28 [info]   And I have a good request
19-Sep-2018 12:53:28 [info]     When I deploy a tool
19-Sep-2018 12:53:28 [info]       + Then it should report success
19-Sep-2018 12:53:28 [info]   And I have an invalid request
19-Sep-2018 12:53:28 [info]     When I deploy a tool
19-Sep-2018 12:53:28 [info]       + Then it should report failure
19-Sep-2018 12:53:28 [info]
19-Sep-2018 12:53:28 [info]
19-Sep-2018 12:53:28 [info] Total for specification ClusterStatsServiceSpec
19-Sep-2018 12:53:28 [info] Finished in 132 ms
19-Sep-2018 12:53:28 [info] 8 examples, 0 failure, 0 error
19-Sep-2018 12:53:28 [info]
19-Sep-2018 12:53:28 [info] UserServiceSpec
19-Sep-2018 12:53:28 [info]
19-Sep-2018 12:53:28 [info] UserService should
19-Sep-2018 12:53:29 [info]   + retrieve a user by id
19-Sep-2018 12:53:29 [info]   + retrieve a user by Login info
19-Sep-2018 12:53:29 [info]   + save a user
19-Sep-2018 12:53:29 [info]   save profile can
19-Sep-2018 12:53:29 [info]     + add new user
19-Sep-2018 12:53:29 [info]     + update existing user
19-Sep-2018 12:53:29 [info]
19-Sep-2018 12:53:29 [info]
19-Sep-2018 12:53:29 [info] Total for specification UserServiceSpec
19-Sep-2018 12:53:29 [info] Finished in 62 ms
19-Sep-2018 12:53:29 [info] 5 examples, 0 failure, 0 error
19-Sep-2018 12:53:29 [info]
19-Sep-2018 12:53:29 [info] AuthTokenServiceSpec
19-Sep-2018 12:53:29 [info]
19-Sep-2018 12:53:29 [info] authTokenService should
19-Sep-2018 12:53:29 [info]   + create new instance
19-Sep-2018 12:53:29 [info]   + validate an existing instance
19-Sep-2018 12:53:29 [info]   + remove token upon expiry
19-Sep-2018 12:53:29 [info]
19-Sep-2018 12:53:29 [info]
19-Sep-2018 12:53:29 [info] Total for specification AuthTokenServiceSpec
19-Sep-2018 12:53:29 [info] Finished in 35 ms
19-Sep-2018 12:53:29 [info] 3 examples, 0 failure, 0 error
19-Sep-2018 12:53:29 [info]
19-Sep-2018 12:53:29 [error] c.SocialAuthController - Unexpected provider error
19-Sep-2018 12:53:29 com.mohiva.play.silhouette.api.exceptions.ProviderException: Cannot authenticate with unexpected social provider mySpace
19-Sep-2018 12:53:29         at controllers.SocialAuthController.$anonfun$authenticate$1(SocialAuthController.scala:85)
19-Sep-2018 12:53:29         at play.api.mvc.ActionBuilderImpl.invokeBlock(Action.scala:482)
19-Sep-2018 12:53:29         at play.api.mvc.ActionBuilderImpl.invokeBlock(Action.scala:480)
19-Sep-2018 12:53:29         at play.api.mvc.ActionBuilder$$anon$2.apply(Action.scala:419)
19-Sep-2018 12:53:29         at play.api.mvc.Action.$anonfun$apply$2(Action.scala:96)
19-Sep-2018 12:53:29         at play.api.libs.streams.StrictAccumulator.$anonfun$mapFuture$4(Accumulator.scala:174)
19-Sep-2018 12:53:29         at scala.util.Try$.apply(Try.scala:209)
19-Sep-2018 12:53:29         at play.api.libs.streams.StrictAccumulator.$anonfun$mapFuture$3(Accumulator.scala:174)
19-Sep-2018 12:53:29         at akka.stream.impl.Transform.apply(TraversalBuilder.scala:155)
19-Sep-2018 12:53:29         at akka.stream.impl.PhasedFusingActorMaterializer.materialize(PhasedFusingActorMaterializer.scala:482)
19-Sep-2018 12:53:29 [info] SocialAuthControllerSpec
19-Sep-2018 12:53:29 [info]
19-Sep-2018 12:53:29 [info] social auth login should
19-Sep-2018 12:53:29 [info]   + if user choose LDAP, redirect to login page
19-Sep-2018 12:53:29 [info]   + POST to ldapauthenticate and redirect to home page
19-Sep-2018 12:53:29 [info]   + Ask user to try again if the provider is not in the registry
19-Sep-2018 12:53:29 [info]   + redirect user to social auth providers page if not logged in
19-Sep-2018 12:53:29 [info]
19-Sep-2018 12:53:29 [info]
19-Sep-2018 12:53:29 [info] Total for specification SocialAuthControllerSpec
19-Sep-2018 12:53:29 [info] Finished in 737 ms
19-Sep-2018 12:53:29 [info] 4 examples, 0 failure, 0 error
19-Sep-2018 12:53:29 [info]
19-Sep-2018 12:53:29 [info] UserSpec
19-Sep-2018 12:53:29 [info]
19-Sep-2018 12:53:29 [info] user model should
19-Sep-2018 12:53:29 [info]   construct full name can
19-Sep-2018 12:53:29 [info]     + when full name provided
19-Sep-2018 12:53:29 [info]     + when first and last provided
19-Sep-2018 12:53:29 [info]     + when just last provided
19-Sep-2018 12:53:29 [info]     + when just first provided
19-Sep-2018 12:53:29 [info]     + when no name provided
19-Sep-2018 12:53:29 [info]
19-Sep-2018 12:53:29 [info]
19-Sep-2018 12:53:29 [info] Total for specification UserSpec
19-Sep-2018 12:53:29 [info] Finished in 26 ms
19-Sep-2018 12:53:29 [info] 5 examples, 0 failure, 0 error
19-Sep-2018 12:53:29 [info]
19-Sep-2018 12:53:30 [info] BindingFormDataSpec
19-Sep-2018 12:53:30 [info]
19-Sep-2018 12:53:30 [info] Given a list of deployed tools
19-Sep-2018 12:53:30 [info]   and a list of project bindings
19-Sep-2018 12:53:30 [info]     when I display the bind tool form
19-Sep-2018 12:53:30 [info]       + then I should have the correct binding data
19-Sep-2018 12:53:30 [info]     when I submit the form with no changes
19-Sep-2018 12:53:30 [info]       + then the updatedBindings should be empty
19-Sep-2018 12:53:30 [info]     when I submit the form with changes to the bindings
19-Sep-2018 12:53:30 [info]       + then the updatedBindings should report that one change
19-Sep-2018 12:53:30 [info]     when I submit the form with no changes
19-Sep-2018 12:53:30 [info]       + then the updatedBindings should be empty
19-Sep-2018 12:53:30 [info]     when I submit the form with changes to the bindings
19-Sep-2018 12:53:30 [info]       + then the updatedBindings should report that one change
19-Sep-2018 12:53:30 [info] + Given a binding detail for All messages
19-Sep-2018 12:53:30 [info] + Given a binding detail for Tool messages
19-Sep-2018 12:53:30 [info] + Given a binding detail for No messages
19-Sep-2018 12:53:30 [info] + Given a bindingDetail object
19-Sep-2018 12:53:30 [info]
19-Sep-2018 12:53:30 [info]
19-Sep-2018 12:53:30 [info] Total for specification BindingFormDataSpec
19-Sep-2018 12:53:30 [info] Finished in 101 ms
19-Sep-2018 12:53:30 [info] 9 examples, 0 failure, 0 error
19-Sep-2018 12:53:30 [info]
19-Sep-2018 12:53:31 List(FormError(projectName,List(error.required),List()))
19-Sep-2018 12:53:31 [info] ProjectsControllerSpec
19-Sep-2018 12:53:31 [info]
19-Sep-2018 12:53:31 [info] Given there is a project on the projects tab
19-Sep-2018 12:53:31 [info]   When I click on the bind button
19-Sep-2018 12:53:31 [info]     + Then I should see the bind page for that project
19-Sep-2018 12:53:31 [info] Given an invalid cluster setting
19-Sep-2018 12:53:31 [info]   When I click on the bind button
19-Sep-2018 12:53:31 [info]     + Then I should receive an error page
19-Sep-2018 12:53:31 [info] Given I am on the edit bindings page
19-Sep-2018 12:53:31 [info]   When I click submit
19-Sep-2018 12:53:31 [info]     + Then I should accept my new settings
19-Sep-2018 12:53:31 [info] Given I create invalid bindings
19-Sep-2018 12:53:31 [info]   When I click submit
19-Sep-2018 12:53:31 [info]     + Then I receive an error
19-Sep-2018 12:53:31 [info] Given I provide an invalid clusterName
19-Sep-2018 12:53:31 [info]   When I click submit
19-Sep-2018 12:53:31 [info]     + Then I receive an error
19-Sep-2018 12:53:31 [info] Given I provide an invalid projectName
19-Sep-2018 12:53:31 [info]   When I click submit
19-Sep-2018 12:53:31 [info]     + Then I receive an error
19-Sep-2018 12:53:31 [info] Given I provide an a tool that doesn't exist
19-Sep-2018 12:53:31 [info]   When I click submit
19-Sep-2018 12:53:31 [info]     + Then I receive an error
19-Sep-2018 12:53:31 [info]
19-Sep-2018 12:53:31 [info]
19-Sep-2018 12:53:31 [info] Total for specification ProjectsControllerSpec
19-Sep-2018 12:53:31 [info] Finished in 1 second, 239 ms
19-Sep-2018 12:53:31 [info] 7 examples, 0 failure, 0 error
19-Sep-2018 12:53:31 [info]
19-Sep-2018 12:53:31 [info] ToolsCatalogRecordSpec
19-Sep-2018 12:53:31 [info]
19-Sep-2018 12:53:31 [info] Given a json document
19-Sep-2018 12:53:31 [info]   when I read it
19-Sep-2018 12:53:31 [info]     + then the object should be populated
19-Sep-2018 12:53:31 [info]
19-Sep-2018 12:53:31 [info]
19-Sep-2018 12:53:31 [info] Total for specification ToolsCatalogRecordSpec
19-Sep-2018 12:53:31 [info] Finished in 39 ms
19-Sep-2018 12:53:31 [info] 1 example, 0 failure, 0 error
19-Sep-2018 12:53:31 [info]
19-Sep-2018 12:53:31 play.api.libs.json.JsResultException: JsResultException(errors:List(((0),List(JsonValidationError(List('toolVersion' is undefined on object: {"toolId":"5a67730bcc0100cc01134d9d","reviews":null}),WrappedArray())))))
19-Sep-2018 12:53:31         at play.api.libs.json.JsReadable.$anonfun$as$2(JsReadable.scala:25)
19-Sep-2018 12:53:31         at play.api.libs.json.JsError.fold(JsResult.scala:56)
19-Sep-2018 12:53:31         at play.api.libs.json.JsReadable.as(JsReadable.scala:24)
19-Sep-2018 12:53:31         at play.api.libs.json.JsReadable.as$(JsReadable.scala:23)
19-Sep-2018 12:53:31         at play.api.libs.json.JsArray.as(JsValue.scala:91)
19-Sep-2018 12:53:31         at services.ToolsCatalogService.$anonfun$getRecords$1(ToolsCatalogService.scala:101)
19-Sep-2018 12:53:31         at scala.util.Success.$anonfun$map$1(Try.scala:251)
19-Sep-2018 12:53:31         at scala.util.Success.map(Try.scala:209)
19-Sep-2018 12:53:31         at scala.concurrent.Future.$anonfun$map$1(Future.scala:287)
19-Sep-2018 12:53:31         at scala.concurrent.impl.Promise.liftedTree1$1(Promise.scala:29)
19-Sep-2018 12:53:31         at scala.concurrent.impl.Promise.$anonfun$transform$1(Promise.scala:29)
19-Sep-2018 12:53:31         at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:60)
19-Sep-2018 12:53:31         at scala.concurrent.impl.ExecutionContextImpl$AdaptedForkJoinTask.exec(ExecutionContextImpl.scala:140)
19-Sep-2018 12:53:31         at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
19-Sep-2018 12:53:31         at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
19-Sep-2018 12:53:31         at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
19-Sep-2018 12:53:31         at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
19-Sep-2018 12:53:31 [error] application - Can't parse tools catalog record
19-Sep-2018 12:53:31 play.api.libs.json.JsResultException: JsResultException(errors:List(((0),List(JsonValidationError(List('toolVersion' is undefined on object: {"toolId":"5a67730bcc0100cc01134d9d","reviews":null}),WrappedArray())))))
19-Sep-2018 12:53:31         at play.api.libs.json.JsReadable.$anonfun$as$2(JsReadable.scala:25)
19-Sep-2018 12:53:31         at play.api.libs.json.JsError.fold(JsResult.scala:56)
19-Sep-2018 12:53:31         at play.api.libs.json.JsReadable.as(JsReadable.scala:24)
19-Sep-2018 12:53:31         at play.api.libs.json.JsReadable.as$(JsReadable.scala:23)
19-Sep-2018 12:53:31         at play.api.libs.json.JsArray.as(JsValue.scala:91)
19-Sep-2018 12:53:31         at services.ToolsCatalogService.$anonfun$getRecords$1(ToolsCatalogService.scala:101)
19-Sep-2018 12:53:31         at scala.util.Success.$anonfun$map$1(Try.scala:251)
19-Sep-2018 12:53:31         at scala.util.Success.map(Try.scala:209)
19-Sep-2018 12:53:31         at scala.concurrent.Future.$anonfun$map$1(Future.scala:287)
19-Sep-2018 12:53:31         at scala.concurrent.impl.Promise.liftedTree1$1(Promise.scala:29)
19-Sep-2018 12:53:31 [error] application - cannot get results from URL http://localhost:9001/api/v1/extractors: null
19-Sep-2018 12:53:31 [error] application - Can't parse Extractor_Info record
19-Sep-2018 12:53:31 play.api.libs.json.JsResultException: JsResultException(errors:List((/author,List(JsonValidationError(List(error.path.missing),WrappedArray()))), (/process,List(JsonValidationError(List(error.path.missing),WrappedArray()))), (/version,List(JsonValidationError(List(error.path.missing),WrappedArray()))), (/description,List(JsonValidationError(List(error.path.missing),WrappedArray()))), (/repository,List(JsonValidationError(List(error.path.missing),WrappedArray()))), (/contexts,List(JsonValidationError(List(error.path.missing),WrappedArray())))))
19-Sep-2018 12:53:31         at play.api.libs.json.JsReadable.$anonfun$as$2(JsReadable.scala:25)
19-Sep-2018 12:53:31         at play.api.libs.json.JsError.fold(JsResult.scala:56)
19-Sep-2018 12:53:31         at play.api.libs.json.JsReadable.as(JsReadable.scala:24)
19-Sep-2018 12:53:31         at play.api.libs.json.JsReadable.as$(JsReadable.scala:23)
19-Sep-2018 12:53:31         at play.api.libs.json.JsObject.as(JsValue.scala:124)
19-Sep-2018 12:53:31         at services.ToolsCatalogService.$anonfun$getExtractorInfo$1(ToolsCatalogService.scala:26)
19-Sep-2018 12:53:31         at scala.util.Success.$anonfun$map$1(Try.scala:251)
19-Sep-2018 12:53:31         at scala.util.Success.map(Try.scala:209)
19-Sep-2018 12:53:31         at scala.concurrent.Future.$anonfun$map$1(Future.scala:287)
19-Sep-2018 12:53:31         at scala.concurrent.impl.Promise.liftedTree1$1(Promise.scala:29)
19-Sep-2018 12:53:31 [error] application - cannot get results from URL http://localhost:9001/api/v1/toolVersion/123456/extractorConfig: null
19-Sep-2018 12:53:31 [error] application - Can't parse tools catalog record
19-Sep-2018 12:53:31 play.api.libs.json.JsResultException: JsResultException(errors:List((,List(JsonValidationError(List('toolVersion' is undefined on object: {"toolId":"5a67730bcc0100cc01134d9d"}),WrappedArray())))))
19-Sep-2018 12:53:31         at play.api.libs.json.JsReadable.$anonfun$as$2(JsReadable.scala:25)
19-Sep-2018 12:53:31         at play.api.libs.json.JsError.fold(JsResult.scala:56)
19-Sep-2018 12:53:31         at play.api.libs.json.JsReadable.as(JsReadable.scala:24)
19-Sep-2018 12:53:31         at play.api.libs.json.JsReadable.as$(JsReadable.scala:23)
19-Sep-2018 12:53:31         at play.api.libs.json.JsObject.as(JsValue.scala:124)
19-Sep-2018 12:53:31         at services.ToolsCatalogService.$anonfun$getTool$1(ToolsCatalogService.scala:58)
19-Sep-2018 12:53:31         at scala.util.Success.$anonfun$map$1(Try.scala:251)
19-Sep-2018 12:53:31         at scala.util.Success.map(Try.scala:209)
19-Sep-2018 12:53:31         at scala.concurrent.Future.$anonfun$map$1(Future.scala:287)
19-Sep-2018 12:53:31         at scala.concurrent.impl.Promise.liftedTree1$1(Promise.scala:29)
19-Sep-2018 12:53:31 [error] application - cannot get results from URL http://localhost:9001/api/v1/toolVersions/5a677326cc0100cc01134d9e: null
19-Sep-2018 12:53:31 [info] ToolsCatalogServiceSpec
19-Sep-2018 12:53:31 [info]
19-Sep-2018 12:53:31 [info] Given a ToolsCatalogservice
19-Sep-2018 12:53:31 [info]   When I request the list of extractors
19-Sep-2018 12:53:31 [info]     + Then I should get list of extractors
19-Sep-2018 12:53:31 [info]   When I request the list of converters
19-Sep-2018 12:53:31 [info]     + Then I should get list of converters
19-Sep-2018 12:53:31 [info]   When the response is invalid
19-Sep-2018 12:53:31 [info]     + Then I should get an empty list back
19-Sep-2018 12:53:31 [info] When the ToolsCatalog is down
19-Sep-2018 12:53:31 [info]   + Then I should get an empty map back
19-Sep-2018 12:53:31 [info] When I request the extractor def for an extractor
19-Sep-2018 12:53:31 [info]   + Then I should get the extractor info
19-Sep-2018 12:53:31 [info] When the response is invalid
19-Sep-2018 12:53:31 [info]   + Then I should None back
19-Sep-2018 12:53:31 [info] Given the ToolsCatalog is down
19-Sep-2018 12:53:31 [info]   When I request extractor info
19-Sep-2018 12:53:31 [info]     + Then I should get None back
19-Sep-2018 12:53:31 [info] Given there is a tool in the tools catalog
19-Sep-2018 12:53:31 [info]   When I request info on it
19-Sep-2018 12:53:31 [info]     + Then I get back the object
19-Sep-2018 12:53:31 [info] Given there is an invalid tool in the tools catalog
19-Sep-2018 12:53:31 [info]   When I request info on it
19-Sep-2018 12:53:31 [info]     + Then I get back None
19-Sep-2018 12:53:31 [info] Given the ToolsCatalog is down
19-Sep-2018 12:53:31 [info]   When I request extractor info
19-Sep-2018 12:53:31 [info]     + Then I should get None back
19-Sep-2018 12:53:31 [info]
19-Sep-2018 12:53:31 [info]
19-Sep-2018 12:53:31 [info] Total for specification ToolsCatalogServiceSpec
19-Sep-2018 12:53:31 [info] Finished in 134 ms
19-Sep-2018 12:53:31 [info] 10 examples, 0 failure, 0 error
19-Sep-2018 12:53:31 [info]
19-Sep-2018 12:53:31
19-Sep-2018 12:53:31
19-Sep-2018 12:53:31 prod extractor foo-bar
19-Sep-2018 12:53:31 [info] DeployedToolsSpec
19-Sep-2018 12:53:31 [info]
19-Sep-2018 12:53:31 [info] Given a json record
19-Sep-2018 12:53:31 [info]   when I read it
19-Sep-2018 12:53:31 [info]     + then I get a project object
19-Sep-2018 12:53:31 [info] Given a service
19-Sep-2018 12:53:31 [info]   When it is a production extractor
19-Sep-2018 12:53:31 [info]     + Then I should be able to see the name, type, and cluster
19-Sep-2018 12:53:31 [info]   When it is a production converter
19-Sep-2018 12:53:31 [info]     + Then I should be able to see the name, type, and cluster
19-Sep-2018 12:53:32 [info]   When it has an unparsable name
19-Sep-2018 12:53:32 [info]     + Then I should receive a None response
19-Sep-2018 12:53:32 [info] Given a deployed service with replicas
19-Sep-2018 12:53:32 [info]   + then it should return the correct display value of running replicas
19-Sep-2018 12:53:32 [info] Given a deployed service with no replica in
19-Sep-2018 12:53:32 [info]   + then it should return a blank display value of running replicas
19-Sep-2018 12:53:32 [info] Given a service with labels
19-Sep-2018 12:53:32 [info]   + When max relpicas set to 1
19-Sep-2018 12:53:32 [info]   + When min relpicas set to 1
19-Sep-2018 12:53:32 [info] Given a service with no labels
19-Sep-2018 12:53:32 [info]   + Then max and min replicas should be defaulted to zero
19-Sep-2018 12:53:32 [info]
19-Sep-2018 12:53:32 [info]
19-Sep-2018 12:53:32 [info] Total for specification DeployedToolsSpec
19-Sep-2018 12:53:32 [info] Finished in 91 ms
19-Sep-2018 12:53:32 [info] 9 examples, 0 failure, 0 error
19-Sep-2018 12:53:32 [info]
19-Sep-2018 12:53:32 [info] ProjectSpec
19-Sep-2018 12:53:32 [info]
19-Sep-2018 12:53:32 [info] Given a database record
19-Sep-2018 12:53:32 [info]   when I read it
19-Sep-2018 12:53:32 [info]     + then I get a project object
19-Sep-2018 12:53:32 [info] Given an invalid database record
19-Sep-2018 12:53:32 [info]   When I read it from the db
19-Sep-2018 12:53:32 [info]     + Then I should get an exception
19-Sep-2018 12:53:32 [info] Given a Project object
19-Sep-2018 12:53:32 [info]   When I write it to the Database
19-Sep-2018 12:53:32 [info]     + It should create a valid BSON document
19-Sep-2018 12:53:32 [info]
19-Sep-2018 12:53:32 [info]
19-Sep-2018 12:53:32 [info] Total for specification ProjectSpec
19-Sep-2018 12:53:32 [info] Finished in 40 ms
19-Sep-2018 12:53:32 [info] 3 examples, 0 failure, 0 error
19-Sep-2018 12:53:32 [info]
19-Sep-2018 12:53:32 [info] ApplicationControllerSpec
19-Sep-2018 12:53:32 [info]
19-Sep-2018 12:53:32 [info] The `index` action should
19-Sep-2018 12:53:32 [info]   + redirect to login page if user is unauthorized
19-Sep-2018 12:53:32 [info]   + return 200 if user is authorized
19-Sep-2018 12:53:32 [info]   + display the default cluster when no cluster provided
19-Sep-2018 12:53:33 [info]   + display the selected cluster when provided
19-Sep-2018 12:53:33 [info]   + display an error when an unknown cluster is selected
19-Sep-2018 12:53:33 [info] the 'signout' action should
19-Sep-2018 12:53:33 [info]   + redirect browser to home
19-Sep-2018 12:53:33 [info]
19-Sep-2018 12:53:33 [info]
19-Sep-2018 12:53:33 [info] Total for specification ApplicationControllerSpec
19-Sep-2018 12:53:33 [info] Finished in 828 ms
19-Sep-2018 12:53:33 [info] 6 examples, 0 failure, 0 error
19-Sep-2018 12:53:33 [info]
19-Sep-2018 12:53:33 [info] ExtractorInfoSpec
19-Sep-2018 12:53:33 [info]
19-Sep-2018 12:53:33 [info] Given a json document
19-Sep-2018 12:53:33 [info]   when I read it
19-Sep-2018 12:53:33 [info]     + then the object should be populated
19-Sep-2018 12:53:33 [info]
19-Sep-2018 12:53:33 [info]
19-Sep-2018 12:53:33 [info] Total for specification ExtractorInfoSpec
19-Sep-2018 12:53:33 [info] Finished in 21 ms
19-Sep-2018 12:53:33 [info] 1 example, 0 failure, 0 error
19-Sep-2018 12:53:33 [info]
19-Sep-2018 12:53:33 [info] Passed: Total 112, Failed 0, Errors 0, Passed 112
19-Sep-2018 12:53:33 [success] Total time: 34 s, completed Sep 19, 2018 12:53:33 PM
19-Sep-2018 12:53:33 [info] Waiting for measurement data to sync...
19-Sep-2018 12:53:34 [info] Reading scoverage instrumentation [/home/bamboo/bamboo-agent-home/xml-data/build-dir/BD-CLUSTER29-JOB1/target/scala-2.12/scoverage-data/scoverage.coverage.xml]
19-Sep-2018 12:53:34 [info] Reading scoverage measurements...
19-Sep-2018 12:53:34 [info] Generating scoverage reports...
19-Sep-2018 12:53:34 [info] Written Cobertura report [/home/bamboo/bamboo-agent-home/xml-data/build-dir/BD-CLUSTER29-JOB1/target/scala-2.12/coverage-report/cobertura.xml]
19-Sep-2018 12:53:35 [info] Written XML coverage report [/home/bamboo/bamboo-agent-home/xml-data/build-dir/BD-CLUSTER29-JOB1/target/scala-2.12/scoverage-report/scoverage.xml]
19-Sep-2018 12:53:35 [info] Written HTML coverage report [/home/bamboo/bamboo-agent-home/xml-data/build-dir/BD-CLUSTER29-JOB1/target/scala-2.12/scoverage-report/index.html]
19-Sep-2018 12:53:35 [info] Statement coverage.: 95.46%
19-Sep-2018 12:53:35 [info] Branch coverage....: 100.00%
19-Sep-2018 12:53:35 [info] Coverage reports completed
19-Sep-2018 12:53:35 [info] All done. Coverage was [95.46%]
19-Sep-2018 12:53:35 [success] Total time: 2 s, completed Sep 19, 2018 12:53:35 PM
19-Sep-2018 12:53:35 Finished task 'coverage test coverageReport' with result: Success
19-Sep-2018 12:53:35
Substituting variable: ${bamboo.buildNumber} with 1
19-Sep-2018 12:53:35 Starting task 'doc' of type 'com.atlassian.bamboo.plugins.sbt:sbt'
19-Sep-2018 12:53:35
Beginning to execute external process for build 'BrownDog - clusterman - feature-BD-2204-adjust-min-and-max-instance-values-for-deployed-tool - Default Job #1 (BD-CLUSTER29-JOB1-1)'
... running command line:
/home/bamboo/sbt-0.13.13/bin/sbt doc
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/BD-CLUSTER29-JOB1
... using extra environment variables:
bamboo_planRepository_1_branch=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
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=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
bamboo_repository_revision_number=da7557b58e1621aeba6b84f9905191fa10dff7e6
bamboo_resultsUrl=https://opensource.ncsa.illinois.edu/bamboo/browse/BD-CLUSTER29-JOB1-1
bamboo_build_commandline_com_atlassian_bamboo_plugins_sbt_sbt_2=/home/bamboo/sbt-0.13.13/bin/sbt clean update
JAVA_OPTS=-Dbamboo.buildNumber=1
bamboo_capability_system_builder_command_sphinx=/usr/bin/sphinx-build
bamboo_build_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/BD-CLUSTER29-JOB1
bamboo_planRepository_1_name=clusterman
bamboo_buildKey=BD-CLUSTER29-JOB1
bamboo_capability_system_os=linux
bamboo_shortPlanName=feature-BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
bamboo_repository_163708970_revision_number=da7557b58e1621aeba6b84f9905191fa10dff7e6
bamboo_planRepository_name=clusterman
bamboo_buildNumber=1
bamboo_shortJobName=Default Job
bamboo_buildResultsUrl=https://opensource.ncsa.illinois.edu/bamboo/browse/BD-CLUSTER29-JOB1-1
bamboo_planRepository_repositoryUrl=ssh://git@opensource.ncsa.illinois.edu:7999/bd/clusterman.git
bamboo_agentId=140673028
bamboo_planName=BrownDog - clusterman - feature-BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
bamboo_shortPlanKey=CLUSTER29
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_repository_163708970_name=clusterman
bamboo_repository_163708970_git_username=
bamboo_planRepository_revision=da7557b58e1621aeba6b84f9905191fa10dff7e6
bamboo_buildTimeStamp=2018-09-19T12:50:13.342-05: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_git_branch=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
bamboo_buildResultKey=BD-CLUSTER29-JOB1-1
bamboo_repository_branch_name=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
bamboo_buildPlanName=BrownDog - clusterman - feature-BD-2204-adjust-min-and-max-instance-values-for-deployed-tool - Default Job
bamboo_repository_163708970_git_branch=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
bamboo_planRepository_1_revision=da7557b58e1621aeba6b84f9905191fa10dff7e6
bamboo_capability_system_builder_command_python3=/usr/bin/python3
bamboo_repository_name=clusterman
JAVA_HOME=/home/bamboo/jdk1.8.0_66
bamboo_buildFailed=false
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=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
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_planRepository_branchDisplayName=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
bamboo_capability_system_builder_command_phantomjs=/home/bamboo/phantomjs-1.9.8/bin/phantomjs
bamboo_planRepository_1_type=bbserver
bamboo_planRepository_branchName=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
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_plan_storageTag=plan-163512403
SBT_HOME=/home/bamboo/sbt-0.13.13
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/bd/clusterman.git
bamboo_repository_163708970_branch_name=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
bamboo_capability_system_builder_node_Node_js=/home/bamboo/node-v0.10.28/bin/node
bamboo_build_commandline_com_atlassian_bamboo_plugins_sbt_sbt_7=/home/bamboo/sbt-0.13.13/bin/sbt coverage test coverageReport
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/BD-CLUSTER29-JOB1
bamboo_repository_163708970_git_repositoryUrl=ssh://git@opensource.ncsa.illinois.edu:7999/bd/clusterman.git
bamboo_planKey=BD-CLUSTER29
bamboo_planRepository_1_repositoryUrl=ssh://git@opensource.ncsa.illinois.edu:7999/bd/clusterman.git
bamboo_planRepository_username=
bamboo_build_commandline_com_atlassian_bamboo_plugins_sbt_sbt_3=/home/bamboo/sbt-0.13.13/bin/sbt compile
bamboo_build_commandline_com_atlassian_bamboo_plugins_sbt_sbt_4=/home/bamboo/sbt-0.13.13/bin/sbt test
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=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
PATH=/home/bamboo/jdk1.8.0_66/bin:/home/bamboo/jdk1.8.0_66/bin:/home/bamboo/node-v0.10.28/bin:/usr/bin:/bin
19-Sep-2018 12:53:38 [info] Loading project definition from /home/bamboo/bamboo-agent-home/xml-data/build-dir/BD-CLUSTER29-JOB1/project
19-Sep-2018 12:53:39 [info] Set current project to clusterman (in build file:/home/bamboo/bamboo-agent-home/xml-data/build-dir/BD-CLUSTER29-JOB1/)
19-Sep-2018 12:53:40 [info] Updating {file:/home/bamboo/bamboo-agent-home/xml-data/build-dir/BD-CLUSTER29-JOB1/}bd_clusterman...
19-Sep-2018 12:53:40 [info] Resolving org.scala-lang#scala-library;2.12.2 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving com.typesafe.play#twirl-api_2.12;1.3.12 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving org.scala-lang.modules#scala-xml_2.12;1.0.6 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving com.typesafe.play#play-server_2.12;2.6.7 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving com.typesafe.play#play_2.12;2.6.7 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving com.typesafe.play#build-link;2.6.7 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving com.typesafe.play#play-exceptions;2.6.7 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving com.typesafe.play#play-netty-utils;2.6.7 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving org.slf4j#slf4j-api;1.7.25 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving org.slf4j#jul-to-slf4j;1.7.25 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving org.slf4j#jcl-over-slf4j;1.7.25 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving com.typesafe.play#play-streams_2.12;2.6.7 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving org.reactivestreams#reactive-streams;1.0.1 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving com.typesafe.akka#akka-stream_2.12;2.5.6 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving com.typesafe.akka#akka-actor_2.12;2.5.6 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving com.typesafe#config;1.3.1 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving org.scala-lang.modules#scala-java8-compat_2.12;0.8.0 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving com.typesafe#ssl-config-core_2.12;0.2.2 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving com.typesafe.akka#akka-slf4j_2.12;2.5.6 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving com.fasterxml.jackson.core#jackson-core;2.8.10 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving com.fasterxml.jackson.core#jackson-annotations;2.8.10 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving com.fasterxml.jackson.core#jackson-databind;2.8.10 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving com.fasterxml.jackson.datatype#jackson-datatype-jdk8;2.8.10 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving com.fasterxml.jackson.datatype#jackson-datatype-jsr310;2.8.10 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving commons-codec#commons-codec;1.10 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving com.typesafe.play#play-json_2.12;2.6.7 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving com.typesafe.play#play-functional_2.12;2.6.7 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving org.scala-lang#scala-reflect;2.12.2 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving org.typelevel#macro-compat_2.12;1.1.1 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving joda-time#joda-time;2.9.9 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving com.google.guava#guava;22.0 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving com.google.code.findbugs#jsr305;1.3.9 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving com.google.errorprone#error_prone_annotations;2.0.18 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving com.google.j2objc#j2objc-annotations;1.1 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving org.codehaus.mojo#animal-sniffer-annotations;1.14 ...
19-Sep-2018 12:53:40
19-Sep-2018 12:53:40 [info] Resolving io.jsonwebtoken#jjwt;0.7.0 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving org.apache.commons#commons-lang3;3.6 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving javax.transaction#jta;1.1 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving javax.inject#javax.inject;1 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving org.scala-lang.modules#scala-parser-combinators_2.12;1.0.6 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.typesafe.play#filters-helpers_2.12;2.6.7 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.typesafe.play#play-logback_2.12;2.6.7 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving ch.qos.logback#logback-classic;1.2.3 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving ch.qos.logback#logback-core;1.2.3 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.typesafe.play#play-akka-http-server_2.12;2.6.7 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.typesafe.akka#akka-http-core_2.12;10.0.10 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.typesafe.akka#akka-parsing_2.12;10.0.10 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.mohiva#play-silhouette_2.12;5.0.0 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.typesafe.play#play-cache_2.12;2.6.3 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.typesafe.play#play-ws_2.12;2.6.3 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.typesafe.play#play-ws-standalone_2.12;1.0.4 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.typesafe.play#play-ws-standalone-xml_2.12;1.0.4 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.typesafe.play#play-ws-standalone-json_2.12;1.0.4 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.typesafe.play#play-openid_2.12;2.6.3 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.typesafe.play#play-ahc-ws_2.12;2.6.3 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.typesafe.play#play-ahc-ws-standalone_2.12;1.0.4 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.typesafe.play#cachecontrol_2.12;1.1.2 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving org.joda#joda-convert;1.7 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.typesafe.play#shaded-asynchttpclient;1.0.4 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.typesafe.play#shaded-oauth;1.0.4 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving javax.cache#cache-api;1.0.0 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.typesafe.play#play-json-joda_2.12;2.6.3 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.atlassian.jwt#jwt-core;1.6.1 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.nimbusds#nimbus-jose-jwt;3.6 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving net.jcip#jcip-annotations;1.0 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving net.minidev#json-smart;1.1.1 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving org.bouncycastle#bcprov-jdk15on;1.51 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving commons-io#commons-io;2.4 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving org.bouncycastle#bcpkix-jdk15on;1.51 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.atlassian.jwt#jwt-api;1.6.1 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.google.code.findbugs#jsr305;2.0.1 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.mohiva#play-silhouette-password-bcrypt_2.12;5.0.0 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving de.svenkubiak#jBCrypt;0.4.1 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.mohiva#play-silhouette-persistence_2.12;5.0.0 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.mohiva#play-silhouette-crypto-jca_2.12;5.0.0 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving org.webjars#webjars-play_2.12;2.6.1 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving org.webjars#requirejs;2.3.3 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving org.webjars#webjars-locator;0.32-1 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving org.webjars#webjars-locator-core;0.32 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving org.apache.commons#commons-compress;1.9 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving org.webjars#bootstrap;3.3.7-1 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving org.webjars#jquery;3.2.1 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving org.reactivemongo#reactivemongo_2.12;0.12.7 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving org.reactivemongo#reactivemongo-bson-macros_2.12;0.12.7 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving org.reactivemongo#reactivemongo-bson_2.12;0.12.7 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving org.reactivemongo#reactivemongo-shaded;0.12.7 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.typesafe.play#play-iteratees_2.12;2.6.1 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving org.scala-stm#scala-stm_2.12;0.8 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving org.apache.logging.log4j#log4j-api;2.5 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving net.codingwell#scala-guice_2.12;4.1.0 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.google.inject#guice;4.1.0 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving aopalliance#aopalliance;1.0 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.google.inject.extensions#guice-multibindings;4.1.0 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.google.code.findbugs#jsr305;3.0.1 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.iheart#ficus_2.12;1.4.1 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.typesafe.play#play-mailer_2.12;6.0.1 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving org.apache.commons#commons-email;1.5 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.sun.mail#javax.mail;1.5.6 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving javax.activation#activation;1.1 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.typesafe.play#play-mailer-guice_2.12;6.0.1 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.enragedginger#akka-quartz-scheduler_2.12;1.6.1-akka-2.5.x ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving org.quartz-scheduler#quartz;2.2.3 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving c3p0#c3p0;0.9.1.1 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.adrianhurt#play-bootstrap_2.12;1.2-P26-B3 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.adrianhurt#play-bootstrap-core_2.12;1.2-P26 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.rabbitmq#http-client;2.0.1.RELEASE ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving org.springframework#spring-web;5.0.1.RELEASE ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving org.springframework#spring-beans;5.0.1.RELEASE ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving org.springframework#spring-core;5.0.1.RELEASE ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving org.springframework#spring-jcl;5.0.1.RELEASE ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving org.springframework#spring-webflux;5.0.1.RELEASE ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving io.projectreactor#reactor-core;3.1.1.RELEASE ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving org.apache.httpcomponents#httpclient;4.5.3 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving org.apache.httpcomponents#httpcore;4.4.6 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving commons-logging#commons-logging;1.2 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.fasterxml.jackson.core#jackson-databind;2.9.2 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.fasterxml.jackson.core#jackson-annotations;2.9.0 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.fasterxml.jackson.core#jackson-core;2.9.2 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving io.projectreactor.ipc#reactor-netty;0.7.1.RELEASE ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving io.netty#netty-codec-http;4.1.16.Final ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving io.netty#netty-codec;4.1.16.Final ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving io.netty#netty-transport;4.1.16.Final ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving io.netty#netty-buffer;4.1.16.Final ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving io.netty#netty-common;4.1.16.Final ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving io.netty#netty-resolver;4.1.16.Final ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving io.netty#netty-handler;4.1.16.Final ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving io.netty#netty-handler-proxy;4.1.16.Final ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving io.netty#netty-codec-socks;4.1.16.Final ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving io.netty#netty-transport-native-epoll;4.1.16.Final ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving io.netty#netty-transport-native-unix-common;4.1.16.Final ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.unboundid#unboundid-ldapsdk;4.0.1 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.typesafe.play#play-ehcache_2.12;2.6.7 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.typesafe.play#play-cache_2.12;2.6.7 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving net.sf.ehcache#ehcache;2.10.4 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving org.ehcache#jcache;1.0.1 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.typesafe.play#play-guice_2.12;2.6.7 ...
19-Sep-2018 12:53:41
19-Sep-2018 12:53:41 [info] Resolving com.google.inject.extensions#guice-assistedinject;4.1.0 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving com.typesafe.play#play-test_2.12;2.6.7 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving junit#junit;4.12 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.hamcrest#hamcrest-core;1.3 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving com.novocode#junit-interface;0.11 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.scala-sbt#test-interface;1.0 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving com.google.code.findbugs#jsr305;3.0.2 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.fluentlenium#fluentlenium-core;3.3.0 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.seleniumhq.selenium#selenium-remote-driver;3.4.0 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving cglib#cglib-nodep;3.2.4 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.apache.commons#commons-exec;1.3 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving com.google.code.gson#gson;2.8.0 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving net.java.dev.jna#jna;4.1.0 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving net.java.dev.jna#jna-platform;4.1.0 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.atteo.classindex#classindex;3.4 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving commons-io#commons-io;2.5 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.seleniumhq.selenium#htmlunit-driver;2.27 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving net.sourceforge.htmlunit#htmlunit;2.27 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving xalan#xalan;2.7.2 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving xalan#serializer;2.7.2 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.apache.httpcomponents#httpmime;4.5.3 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving net.sourceforge.htmlunit#htmlunit-core-js;2.27 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving net.sourceforge.htmlunit#neko-htmlunit;2.27 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving xerces#xercesImpl;2.11.0 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving xml-apis#xml-apis;1.4.01 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving net.sourceforge.cssparser#cssparser;0.9.23 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.w3c.css#sac;1.3 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.eclipse.jetty.websocket#websocket-client;9.4.5.v20170502 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.eclipse.jetty#jetty-util;9.4.5.v20170502 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.eclipse.jetty#jetty-io;9.4.5.v20170502 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.eclipse.jetty#jetty-client;9.4.5.v20170502 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.eclipse.jetty#jetty-http;9.4.5.v20170502 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.eclipse.jetty.websocket#websocket-common;9.4.5.v20170502 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.eclipse.jetty.websocket#websocket-api;9.4.5.v20170502 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.seleniumhq.selenium#selenium-api;3.5.3 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.seleniumhq.selenium#selenium-support;3.5.3 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.seleniumhq.selenium#selenium-remote-driver;3.5.3 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.seleniumhq.selenium#selenium-firefox-driver;3.5.3 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving com.mohiva#play-silhouette-testkit_2.12;5.0.0 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving com.typesafe.play#play-specs2_2.12;2.6.7 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.specs2#specs2-core_2.12;3.8.9 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.specs2#specs2-matcher_2.12;3.8.9 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.specs2#specs2-common_2.12;3.8.9 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.scalaz#scalaz-core_2.12;7.2.7 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.scalaz#scalaz-effect_2.12;7.2.7 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.specs2#specs2-junit_2.12;3.8.9 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.specs2#specs2-mock_2.12;3.8.9 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.mockito#mockito-core;1.9.5 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.objenesis#objenesis;1.0 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.pegdown#pegdown;1.6.0 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.parboiled#parboiled-java;1.1.7 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.parboiled#parboiled-core;1.1.7 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.ow2.asm#asm;5.0.3 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.ow2.asm#asm-tree;5.0.3 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.ow2.asm#asm-analysis;5.0.3 ...
19-Sep-2018 12:53:42
19-Sep-2018 12:53:42 [info] Resolving org.ow2.asm#asm-util;5.0.3 ...
19-Sep-2018 12:53:43
19-Sep-2018 12:53:43 [info] Resolving com.typesafe.play#play-omnidoc_2.12;2.6.7 ...
19-Sep-2018 12:53:43
19-Sep-2018 12:53:43 [info] Resolving com.typesafe.play#play-docs_2.12;2.6.7 ...
19-Sep-2018 12:53:43
19-Sep-2018 12:53:43 [info] Resolving com.typesafe.play#play-doc_2.12;1.8.1 ...
19-Sep-2018 12:53:43
19-Sep-2018 12:53:43 [info] Resolving org.scala-lang#scala-compiler;2.12.2 ...
19-Sep-2018 12:53:43
19-Sep-2018 12:53:43 [info] Resolving jline#jline;2.14.3 ...
19-Sep-2018 12:53:44 [info] Done updating.
19-Sep-2018 12:53:44 [warn] Found version conflict(s) in library dependencies; some are suspected to be binary incompatible:
19-Sep-2018 12:53:44 [warn]
19-Sep-2018 12:53:44 [warn]         * com.google.code.findbugs:jsr305:3.0.1 is selected over {2.0.1, 1.3.9}
19-Sep-2018 12:53:44 [warn]             +- net.codingwell:scala-guice_2.12:4.1.0              (depends on 3.0.1)
19-Sep-2018 12:53:44 [warn]             +- com.atlassian.jwt:jwt-api:1.6.1                    (depends on 2.0.1)
19-Sep-2018 12:53:44 [warn]             +- com.google.guava:guava:22.0                        (depends on 2.0.1)
19-Sep-2018 12:53:44 [warn]
19-Sep-2018 12:53:44 [warn]         * com.google.guava:guava:22.0 is selected over 19.0
19-Sep-2018 12:53:44 [warn]             +- com.typesafe.play:play_2.12:2.6.7                  (depends on 22.0)
19-Sep-2018 12:53:44 [warn]             +- com.google.inject:guice:4.1.0                      (depends on 19.0)
19-Sep-2018 12:53:44 [warn]             +- net.codingwell:scala-guice_2.12:4.1.0              (depends on 19.0)
19-Sep-2018 12:53:44 [warn]
19-Sep-2018 12:53:44 [warn]         * com.typesafe.akka:akka-stream_2.12:2.5.6 is selected over {2.5.3, 2.4.19}
19-Sep-2018 12:53:44 [warn]             +- com.typesafe.play:play-streams_2.12:2.6.7          (depends on 2.5.6)
19-Sep-2018 12:53:44 [warn]             +- com.typesafe.akka:akka-http-core_2.12:10.0.10      (depends on 2.4.19)
19-Sep-2018 12:53:44 [warn]             +- com.typesafe.play:play-ws-standalone_2.12:1.0.4    (depends on 2.5.3)
19-Sep-2018 12:53:44 [warn]
19-Sep-2018 12:53:44 [warn]         * com.typesafe.akka:akka-actor_2.12:2.5.6 is selected over {2.4.14, 2.4.19}
19-Sep-2018 12:53:44 [warn]             +- com.typesafe.akka:akka-stream_2.12:2.5.6 ()        (depends on 2.5.6)
19-Sep-2018 12:53:44 [warn]             +- com.typesafe.play:play_2.12:2.6.7                  (depends on 2.5.6)
19-Sep-2018 12:53:44 [warn]             +- com.typesafe.akka:akka-slf4j_2.12:2.5.6 ()         (depends on 2.5.6)
19-Sep-2018 12:53:44 [warn]             +- com.typesafe.akka:akka-parsing_2.12:10.0.10        (depends on 2.4.19)
19-Sep-2018 12:53:44 [warn]             +- org.reactivemongo:reactivemongo_2.12:0.12.7 ()     (depends on 2.4.14)
19-Sep-2018 12:53:44 [warn]
19-Sep-2018 12:53:44 [warn] Run 'evicted' to see detailed eviction warnings
19-Sep-2018 12:53:44 [info] Main Scala API documentation to /home/bamboo/bamboo-agent-home/xml-data/build-dir/BD-CLUSTER29-JOB1/target/scala-2.12/api...
19-Sep-2018 12:53:51 [warn] there were two feature warnings; re-run with -feature for details
19-Sep-2018 12:53:51 model contains 126 documentable templates
19-Sep-2018 12:53:54 [warn] /home/bamboo/bamboo-agent-home/xml-data/build-dir/BD-CLUSTER29-JOB1/app/models/ClusterConfig.scala:55: Could not find any member to link for "java.lang.IllegalArgumentException".
19-Sep-2018 12:53:54 [warn]   /**
19-Sep-2018 12:53:54 [warn]   ^
19-Sep-2018 12:53:54 [warn] two warnings found
19-Sep-2018 12:53:54 [info] Main Scala API documentation successful.
19-Sep-2018 12:53:54 [success] Total time: 14 s, completed Sep 19, 2018 12:53:54 PM
19-Sep-2018 12:53:54 Finished task 'doc' with result: Success
19-Sep-2018 12:53:54
Substituting variable: ${bamboo.buildNumber} with 1
19-Sep-2018 12:53:54 Starting task 'dist' of type 'com.atlassian.bamboo.plugins.sbt:sbt'
19-Sep-2018 12:53:54
Beginning to execute external process for build 'BrownDog - clusterman - feature-BD-2204-adjust-min-and-max-instance-values-for-deployed-tool - Default Job #1 (BD-CLUSTER29-JOB1-1)'
... running command line:
/home/bamboo/sbt-0.13.13/bin/sbt dist
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/BD-CLUSTER29-JOB1
... using extra environment variables:
bamboo_planRepository_1_branch=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
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=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
bamboo_repository_revision_number=da7557b58e1621aeba6b84f9905191fa10dff7e6
bamboo_resultsUrl=https://opensource.ncsa.illinois.edu/bamboo/browse/BD-CLUSTER29-JOB1-1
bamboo_build_commandline_com_atlassian_bamboo_plugins_sbt_sbt_2=/home/bamboo/sbt-0.13.13/bin/sbt clean update
JAVA_OPTS=-Dbamboo.buildNumber=1
bamboo_capability_system_builder_command_sphinx=/usr/bin/sphinx-build
bamboo_build_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/BD-CLUSTER29-JOB1
bamboo_planRepository_1_name=clusterman
bamboo_buildKey=BD-CLUSTER29-JOB1
bamboo_capability_system_os=linux
bamboo_shortPlanName=feature-BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
bamboo_repository_163708970_revision_number=da7557b58e1621aeba6b84f9905191fa10dff7e6
bamboo_planRepository_name=clusterman
bamboo_buildNumber=1
bamboo_shortJobName=Default Job
bamboo_buildResultsUrl=https://opensource.ncsa.illinois.edu/bamboo/browse/BD-CLUSTER29-JOB1-1
bamboo_planRepository_repositoryUrl=ssh://git@opensource.ncsa.illinois.edu:7999/bd/clusterman.git
bamboo_agentId=140673028
bamboo_planName=BrownDog - clusterman - feature-BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
bamboo_shortPlanKey=CLUSTER29
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_repository_163708970_name=clusterman
bamboo_repository_163708970_git_username=
bamboo_planRepository_revision=da7557b58e1621aeba6b84f9905191fa10dff7e6
bamboo_buildTimeStamp=2018-09-19T12:50:13.342-05: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_git_branch=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
bamboo_buildResultKey=BD-CLUSTER29-JOB1-1
bamboo_repository_branch_name=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
bamboo_buildPlanName=BrownDog - clusterman - feature-BD-2204-adjust-min-and-max-instance-values-for-deployed-tool - Default Job
bamboo_repository_163708970_git_branch=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
bamboo_planRepository_1_revision=da7557b58e1621aeba6b84f9905191fa10dff7e6
bamboo_capability_system_builder_command_python3=/usr/bin/python3
bamboo_repository_name=clusterman
JAVA_HOME=/home/bamboo/jdk1.8.0_66
bamboo_buildFailed=false
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=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
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_planRepository_branchDisplayName=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
bamboo_capability_system_builder_command_phantomjs=/home/bamboo/phantomjs-1.9.8/bin/phantomjs
bamboo_planRepository_1_type=bbserver
bamboo_planRepository_branchName=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
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_plan_storageTag=plan-163512403
SBT_HOME=/home/bamboo/sbt-0.13.13
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/bd/clusterman.git
bamboo_repository_163708970_branch_name=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
bamboo_capability_system_builder_node_Node_js=/home/bamboo/node-v0.10.28/bin/node
bamboo_build_commandline_com_atlassian_bamboo_plugins_sbt_sbt_7=/home/bamboo/sbt-0.13.13/bin/sbt coverage test coverageReport
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/BD-CLUSTER29-JOB1
bamboo_repository_163708970_git_repositoryUrl=ssh://git@opensource.ncsa.illinois.edu:7999/bd/clusterman.git
bamboo_build_commandline_com_atlassian_bamboo_plugins_sbt_sbt_5=/home/bamboo/sbt-0.13.13/bin/sbt doc
bamboo_planKey=BD-CLUSTER29
bamboo_planRepository_1_repositoryUrl=ssh://git@opensource.ncsa.illinois.edu:7999/bd/clusterman.git
bamboo_planRepository_username=
bamboo_build_commandline_com_atlassian_bamboo_plugins_sbt_sbt_3=/home/bamboo/sbt-0.13.13/bin/sbt compile
bamboo_build_commandline_com_atlassian_bamboo_plugins_sbt_sbt_4=/home/bamboo/sbt-0.13.13/bin/sbt test
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=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
PATH=/home/bamboo/jdk1.8.0_66/bin:/home/bamboo/jdk1.8.0_66/bin:/home/bamboo/node-v0.10.28/bin:/usr/bin:/bin
19-Sep-2018 12:53:57 [info] Loading project definition from /home/bamboo/bamboo-agent-home/xml-data/build-dir/BD-CLUSTER29-JOB1/project
19-Sep-2018 12:53:58 [info] Set current project to clusterman (in build file:/home/bamboo/bamboo-agent-home/xml-data/build-dir/BD-CLUSTER29-JOB1/)
19-Sep-2018 12:53:59 [info] Packaging /home/bamboo/bamboo-agent-home/xml-data/build-dir/BD-CLUSTER29-JOB1/target/scala-2.12/clusterman_2.12-0.0-sources.jar ...
19-Sep-2018 12:53:59 [info] Done packaging.
19-Sep-2018 12:53:59 [info] Packaging /home/bamboo/bamboo-agent-home/xml-data/build-dir/BD-CLUSTER29-JOB1/target/scala-2.12/clusterman_2.12-0.0-javadoc.jar ...
19-Sep-2018 12:53:59 [info] Wrote /home/bamboo/bamboo-agent-home/xml-data/build-dir/BD-CLUSTER29-JOB1/target/scala-2.12/clusterman_2.12-0.0.pom
19-Sep-2018 12:53:59 [info] Packaging /home/bamboo/bamboo-agent-home/xml-data/build-dir/BD-CLUSTER29-JOB1/target/scala-2.12/clusterman_2.12-0.0-web-assets.jar ...
19-Sep-2018 12:53:59 [info] Compiling 54 Scala sources and 1 Java source to /home/bamboo/bamboo-agent-home/xml-data/build-dir/BD-CLUSTER29-JOB1/target/scala-2.12/classes...
19-Sep-2018 12:53:59 [info] Done packaging.
19-Sep-2018 12:53:59 [info] Done packaging.
19-Sep-2018 12:54:11 [warn] there were two feature warnings; re-run with -feature for details
19-Sep-2018 12:54:11 [warn] one warning found
19-Sep-2018 12:54:12 [info] Packaging /home/bamboo/bamboo-agent-home/xml-data/build-dir/BD-CLUSTER29-JOB1/target/scala-2.12/clusterman_2.12-0.0.jar ...
19-Sep-2018 12:54:12 [info] Done packaging.
19-Sep-2018 12:54:12 [info] Packaging /home/bamboo/bamboo-agent-home/xml-data/build-dir/BD-CLUSTER29-JOB1/target/scala-2.12/clusterman_2.12-0.0-sans-externalized.jar ...
19-Sep-2018 12:54:12 [info] Done packaging.
19-Sep-2018 12:54:16 [info]
19-Sep-2018 12:54:16 [info] Your package is ready in /home/bamboo/bamboo-agent-home/xml-data/build-dir/BD-CLUSTER29-JOB1/target/universal/clusterman-0.0.zip
19-Sep-2018 12:54:16 [info]
19-Sep-2018 12:54:16 [success] Total time: 17 s, completed Sep 19, 2018 12:54:16 PM
19-Sep-2018 12:54:16 Finished task 'dist' with result: Success
19-Sep-2018 12:54:16 Starting task 'docker:stage' of type 'com.atlassian.bamboo.plugins.sbt:sbt'
19-Sep-2018 12:54:16
Beginning to execute external process for build 'BrownDog - clusterman - feature-BD-2204-adjust-min-and-max-instance-values-for-deployed-tool - Default Job #1 (BD-CLUSTER29-JOB1-1)'
... running command line:
/home/bamboo/sbt-0.13.13/bin/sbt docker:stage
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/BD-CLUSTER29-JOB1
... using extra environment variables:
bamboo_planRepository_1_branch=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
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=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
bamboo_repository_revision_number=da7557b58e1621aeba6b84f9905191fa10dff7e6
bamboo_resultsUrl=https://opensource.ncsa.illinois.edu/bamboo/browse/BD-CLUSTER29-JOB1-1
bamboo_build_commandline_com_atlassian_bamboo_plugins_sbt_sbt_2=/home/bamboo/sbt-0.13.13/bin/sbt clean update
bamboo_capability_system_builder_command_sphinx=/usr/bin/sphinx-build
bamboo_build_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/BD-CLUSTER29-JOB1
bamboo_planRepository_1_name=clusterman
bamboo_buildKey=BD-CLUSTER29-JOB1
bamboo_capability_system_os=linux
bamboo_shortPlanName=feature-BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
bamboo_repository_163708970_revision_number=da7557b58e1621aeba6b84f9905191fa10dff7e6
bamboo_planRepository_name=clusterman
bamboo_buildNumber=1
bamboo_shortJobName=Default Job
bamboo_buildResultsUrl=https://opensource.ncsa.illinois.edu/bamboo/browse/BD-CLUSTER29-JOB1-1
bamboo_planRepository_repositoryUrl=ssh://git@opensource.ncsa.illinois.edu:7999/bd/clusterman.git
bamboo_agentId=140673028
bamboo_planName=BrownDog - clusterman - feature-BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
bamboo_shortPlanKey=CLUSTER29
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_repository_163708970_name=clusterman
bamboo_repository_163708970_git_username=
bamboo_planRepository_revision=da7557b58e1621aeba6b84f9905191fa10dff7e6
bamboo_buildTimeStamp=2018-09-19T12:50:13.342-05: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_git_branch=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
bamboo_buildResultKey=BD-CLUSTER29-JOB1-1
bamboo_repository_branch_name=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
bamboo_buildPlanName=BrownDog - clusterman - feature-BD-2204-adjust-min-and-max-instance-values-for-deployed-tool - Default Job
bamboo_repository_163708970_git_branch=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
bamboo_planRepository_1_revision=da7557b58e1621aeba6b84f9905191fa10dff7e6
bamboo_capability_system_builder_command_python3=/usr/bin/python3
bamboo_repository_name=clusterman
JAVA_HOME=/home/bamboo/jdk1.8.0_66
bamboo_buildFailed=false
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=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
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_planRepository_branchDisplayName=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
bamboo_capability_system_builder_command_phantomjs=/home/bamboo/phantomjs-1.9.8/bin/phantomjs
bamboo_planRepository_1_type=bbserver
bamboo_planRepository_branchName=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
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_plan_storageTag=plan-163512403
SBT_HOME=/home/bamboo/sbt-0.13.13
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/bd/clusterman.git
bamboo_repository_163708970_branch_name=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
bamboo_capability_system_builder_node_Node_js=/home/bamboo/node-v0.10.28/bin/node
bamboo_build_commandline_com_atlassian_bamboo_plugins_sbt_sbt_7=/home/bamboo/sbt-0.13.13/bin/sbt coverage test coverageReport
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/BD-CLUSTER29-JOB1
bamboo_repository_163708970_git_repositoryUrl=ssh://git@opensource.ncsa.illinois.edu:7999/bd/clusterman.git
bamboo_build_commandline_com_atlassian_bamboo_plugins_sbt_sbt_5=/home/bamboo/sbt-0.13.13/bin/sbt doc
bamboo_planKey=BD-CLUSTER29
bamboo_build_commandline_com_atlassian_bamboo_plugins_sbt_sbt_6=/home/bamboo/sbt-0.13.13/bin/sbt dist
bamboo_planRepository_1_repositoryUrl=ssh://git@opensource.ncsa.illinois.edu:7999/bd/clusterman.git
bamboo_planRepository_username=
bamboo_build_commandline_com_atlassian_bamboo_plugins_sbt_sbt_3=/home/bamboo/sbt-0.13.13/bin/sbt compile
bamboo_build_commandline_com_atlassian_bamboo_plugins_sbt_sbt_4=/home/bamboo/sbt-0.13.13/bin/sbt test
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=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
PATH=/home/bamboo/jdk1.8.0_66/bin:/home/bamboo/jdk1.8.0_66/bin:/home/bamboo/node-v0.10.28/bin:/usr/bin:/bin
19-Sep-2018 12:54:19 [info] Loading project definition from /home/bamboo/bamboo-agent-home/xml-data/build-dir/BD-CLUSTER29-JOB1/project
19-Sep-2018 12:54:20 [info] Set current project to clusterman (in build file:/home/bamboo/bamboo-agent-home/xml-data/build-dir/BD-CLUSTER29-JOB1/)
19-Sep-2018 12:54:21 [info] Wrote /home/bamboo/bamboo-agent-home/xml-data/build-dir/BD-CLUSTER29-JOB1/target/scala-2.12/clusterman_2.12-0.0.pom
19-Sep-2018 12:54:22 [success] Total time: 1 s, completed Sep 19, 2018 12:54:22 PM
19-Sep-2018 12:54:22 Finished task 'docker:stage' with result: Success
19-Sep-2018 12:54:22 Starting task 'docker build and push' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
19-Sep-2018 12:54:22
Beginning to execute external process for build 'BrownDog - clusterman - feature-BD-2204-adjust-min-and-max-instance-values-for-deployed-tool - Default Job #1 (BD-CLUSTER29-JOB1-1)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/BD-CLUSTER29-JOB1-1-ScriptBuildTask-9152183711439586051.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/BD-CLUSTER29-JOB1/target/docker/stage
... using extra environment variables:
bamboo_planRepository_1_branch=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
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=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
bamboo_repository_revision_number=da7557b58e1621aeba6b84f9905191fa10dff7e6
bamboo_resultsUrl=https://opensource.ncsa.illinois.edu/bamboo/browse/BD-CLUSTER29-JOB1-1
bamboo_build_commandline_com_atlassian_bamboo_plugins_sbt_sbt_2=/home/bamboo/sbt-0.13.13/bin/sbt clean update
bamboo_capability_system_builder_command_sphinx=/usr/bin/sphinx-build
bamboo_build_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/BD-CLUSTER29-JOB1
bamboo_planRepository_1_name=clusterman
bamboo_buildKey=BD-CLUSTER29-JOB1
bamboo_capability_system_os=linux
bamboo_shortPlanName=feature-BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
bamboo_repository_163708970_revision_number=da7557b58e1621aeba6b84f9905191fa10dff7e6
bamboo_planRepository_name=clusterman
bamboo_buildNumber=1
bamboo_shortJobName=Default Job
bamboo_buildResultsUrl=https://opensource.ncsa.illinois.edu/bamboo/browse/BD-CLUSTER29-JOB1-1
bamboo_planRepository_repositoryUrl=ssh://git@opensource.ncsa.illinois.edu:7999/bd/clusterman.git
bamboo_agentId=140673028
bamboo_planName=BrownDog - clusterman - feature-BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
bamboo_shortPlanKey=CLUSTER29
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_repository_163708970_name=clusterman
bamboo_repository_163708970_git_username=
bamboo_planRepository_revision=da7557b58e1621aeba6b84f9905191fa10dff7e6
bamboo_buildTimeStamp=2018-09-19T12:50:13.342-05: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_git_branch=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
bamboo_buildResultKey=BD-CLUSTER29-JOB1-1
bamboo_repository_branch_name=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
bamboo_buildPlanName=BrownDog - clusterman - feature-BD-2204-adjust-min-and-max-instance-values-for-deployed-tool - Default Job
bamboo_repository_163708970_git_branch=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
bamboo_planRepository_1_revision=da7557b58e1621aeba6b84f9905191fa10dff7e6
bamboo_capability_system_builder_command_python3=/usr/bin/python3
bamboo_repository_name=clusterman
bamboo_buildFailed=false
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=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
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_planRepository_branchDisplayName=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
bamboo_capability_system_builder_command_phantomjs=/home/bamboo/phantomjs-1.9.8/bin/phantomjs
bamboo_planRepository_1_type=bbserver
bamboo_planRepository_branchName=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
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_plan_storageTag=plan-163512403
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/bd/clusterman.git
bamboo_repository_163708970_branch_name=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
bamboo_capability_system_builder_node_Node_js=/home/bamboo/node-v0.10.28/bin/node
bamboo_build_commandline_com_atlassian_bamboo_plugins_sbt_sbt_9=/home/bamboo/sbt-0.13.13/bin/sbt docker:stage
bamboo_build_commandline_com_atlassian_bamboo_plugins_sbt_sbt_7=/home/bamboo/sbt-0.13.13/bin/sbt coverage test coverageReport
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/BD-CLUSTER29-JOB1
bamboo_repository_163708970_git_repositoryUrl=ssh://git@opensource.ncsa.illinois.edu:7999/bd/clusterman.git
bamboo_build_commandline_com_atlassian_bamboo_plugins_sbt_sbt_5=/home/bamboo/sbt-0.13.13/bin/sbt doc
bamboo_planKey=BD-CLUSTER29
bamboo_build_commandline_com_atlassian_bamboo_plugins_sbt_sbt_6=/home/bamboo/sbt-0.13.13/bin/sbt dist
bamboo_planRepository_1_repositoryUrl=ssh://git@opensource.ncsa.illinois.edu:7999/bd/clusterman.git
bamboo_planRepository_username=
bamboo_build_commandline_com_atlassian_bamboo_plugins_sbt_sbt_3=/home/bamboo/sbt-0.13.13/bin/sbt compile
bamboo_build_commandline_com_atlassian_bamboo_plugins_sbt_sbt_4=/home/bamboo/sbt-0.13.13/bin/sbt test
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=feature/BD-2204-adjust-min-and-max-instance-values-for-deployed-tool
19-Sep-2018 12:54:23 Sending build context to Docker daemon  85.85MB
19-Sep-2018 12:54:23
19-Sep-2018 12:54:23 Step 1/8 : FROM openjdk:8-jdk
19-Sep-2018 12:54:23 8-jdk: Pulling from library/openjdk
19-Sep-2018 12:54:23 05d1a5232b46: Pulling fs layer
19-Sep-2018 12:54:23 5cee356eda6b: Pulling fs layer
19-Sep-2018 12:54:23 89d3385f0fd3: Pulling fs layer
19-Sep-2018 12:54:23 80ae6b477848: Pulling fs layer
19-Sep-2018 12:54:23 40624ba8b77e: Pulling fs layer
19-Sep-2018 12:54:23 8081dc39373d: Pulling fs layer
19-Sep-2018 12:54:23 8a4b3841871b: Pulling fs layer
19-Sep-2018 12:54:23 b919b8fd1620: Pulling fs layer
19-Sep-2018 12:54:23 2760538fe600: Pulling fs layer
19-Sep-2018 12:54:23 40624ba8b77e: Waiting
19-Sep-2018 12:54:23 8081dc39373d: Waiting
19-Sep-2018 12:54:23 8a4b3841871b: Waiting
19-Sep-2018 12:54:23 b919b8fd1620: Waiting
19-Sep-2018 12:54:23 2760538fe600: Waiting
19-Sep-2018 12:54:23 80ae6b477848: Waiting
19-Sep-2018 12:54:24 89d3385f0fd3: Verifying Checksum
19-Sep-2018 12:54:24 89d3385f0fd3: Download complete
19-Sep-2018 12:54:24 5cee356eda6b: Verifying Checksum
19-Sep-2018 12:54:24 5cee356eda6b: Download complete
19-Sep-2018 12:54:24 40624ba8b77e: Verifying Checksum
19-Sep-2018 12:54:24 40624ba8b77e: Download complete
19-Sep-2018 12:54:25 8081dc39373d: Verifying Checksum
19-Sep-2018 12:54:25 8081dc39373d: Download complete
19-Sep-2018 12:54:25 05d1a5232b46: Verifying Checksum
19-Sep-2018 12:54:25 05d1a5232b46: Download complete
19-Sep-2018 12:54:25 8a4b3841871b: Verifying Checksum
19-Sep-2018 12:54:25 8a4b3841871b: Download complete
19-Sep-2018 12:54:25 2760538fe600: Verifying Checksum
19-Sep-2018 12:54:25 2760538fe600: Download complete
19-Sep-2018 12:54:25 80ae6b477848: Verifying Checksum
19-Sep-2018 12:54:25 80ae6b477848: Download complete
19-Sep-2018 12:54:28 05d1a5232b46: Pull complete
19-Sep-2018 12:54:28 b919b8fd1620: Verifying Checksum
19-Sep-2018 12:54:28 b919b8fd1620: Download complete
19-Sep-2018 12:54:29 5cee356eda6b: Pull complete
19-Sep-2018 12:54:29 89d3385f0fd3: Pull complete
19-Sep-2018 12:54:34 80ae6b477848: Pull complete
19-Sep-2018 12:54:35 40624ba8b77e: Pull complete
19-Sep-2018 12:54:35 8081dc39373d: Pull complete
19-Sep-2018 12:54:36 8a4b3841871b: Pull complete
19-Sep-2018 12:54:41 b919b8fd1620: Pull complete
19-Sep-2018 12:54:41 2760538fe600: Pull complete
19-Sep-2018 12:54:41 Digest: sha256:28c751d7461b624a0fedfaf5295fda83242c612c5e1ad2fe34c9c78cc5ee8755
19-Sep-2018 12:54:41 Status: Downloaded newer image for openjdk:8-jdk
19-Sep-2018 12:54:41 ---> 81f83aac57d6
19-Sep-2018 12:54:41 Step 2/8 : WORKDIR /opt/docker
19-Sep-2018 12:54:42 Removing intermediate container 160421f2df4e
19-Sep-2018 12:54:42 ---> 32df6151eeec
19-Sep-2018 12:54:42 Step 3/8 : ADD --chown=daemon:daemon opt /opt
19-Sep-2018 12:54:44 ---> 72e8bbf73a16
19-Sep-2018 12:54:44 Step 4/8 : USER daemon
19-Sep-2018 12:54:45 ---> Running in 290a15c9e15b
19-Sep-2018 12:54:45 Removing intermediate container 290a15c9e15b
19-Sep-2018 12:54:45 ---> 55d318e18e08
19-Sep-2018 12:54:45 Step 5/8 : ENTRYPOINT ["bin/clusterman"]
19-Sep-2018 12:54:46 ---> Running in 6915e97fc41a
19-Sep-2018 12:54:46 Removing intermediate container 6915e97fc41a
19-Sep-2018 12:54:46 ---> 995eb3fd1fed
19-Sep-2018 12:54:46 Step 6/8 : CMD []
19-Sep-2018 12:54:46 ---> Running in 04d4a016a6fb
19-Sep-2018 12:54:46 Removing intermediate container 04d4a016a6fb
19-Sep-2018 12:54:46 ---> 02ae8e625eeb
19-Sep-2018 12:54:46 Step 7/8 : ENV configFilePath /opt/clusterman/prod.conf
19-Sep-2018 12:54:46 ---> Running in 3c98bedfa5eb
19-Sep-2018 12:54:47 Removing intermediate container 3c98bedfa5eb
19-Sep-2018 12:54:47 ---> 3d93c6f300cb
19-Sep-2018 12:54:47 Step 8/8 : ENTRYPOINT ["sh", "-c", "bin/clusterman -Dconfig.file=$configFilePath"]
19-Sep-2018 12:54:47 ---> Running in d92ed6c5ccf4
19-Sep-2018 12:54:47 Removing intermediate container d92ed6c5ccf4
19-Sep-2018 12:54:47 ---> 03d3ab474be1
19-Sep-2018 12:54:47 Successfully built 03d3ab474be1
19-Sep-2018 12:54:47 Successfully tagged browndog/clusterman:nopush
19-Sep-2018 12:54:47 Finished task 'docker build and push' with result: Success
19-Sep-2018 12:54:47 Running post build plugin 'Docker Container Cleanup'
19-Sep-2018 12:54:47 Running post build plugin 'NCover Results Collector'
19-Sep-2018 12:54:47 Running post build plugin 'Clover Results Collector'
19-Sep-2018 12:54:47 Running post build plugin 'npm Cache Cleanup'
19-Sep-2018 12:54:47 Running post build plugin 'Artifact Copier'
19-Sep-2018 12:54:47 Publishing an artifact: coverage report
19-Sep-2018 12:54:48 Finished publishing of artifact Non required job artifact: [coverage report], pattern: [*] anchored at: [target/scala-2.12/scoverage-report] in 397.6 ms
19-Sep-2018 12:54:48 Finalising the build...
19-Sep-2018 12:54:48 Stopping timer.
19-Sep-2018 12:54:48 Build BD-CLUSTER29-JOB1-1 completed.
19-Sep-2018 12:54:48 Running on server: post build plugin 'NCover Results Collector'
19-Sep-2018 12:54:49 Running on server: post build plugin 'Build Hanging Detection Configuration'
19-Sep-2018 12:54:49 Running on server: post build plugin 'Clover Delta Calculator'
19-Sep-2018 12:54:49 Running on server: post build plugin 'Maven Dependencies Postprocessor'
19-Sep-2018 12:54:49 All post build plugins have finished
19-Sep-2018 12:54:49 Generating build results summary...
19-Sep-2018 12:54:49 Saving build results to disk...
19-Sep-2018 12:54:49 Logging substituted variables...
19-Sep-2018 12:54:49 Indexing build results...
19-Sep-2018 12:54:49 Finished building BD-CLUSTER29-JOB1-1.