diff --git a/test/spec/cache_spec.rb b/test/spec/cache_spec.rb index 33b0aeb..ea51209 100644 --- a/test/spec/cache_spec.rb +++ b/test/spec/cache_spec.rb @@ -3,7 +3,7 @@ require_relative 'spec_helper' describe 'Scala buildpack' do - it 'caches compiled artifacts between builds' do + it 'caches compiled artifacts between builds with sbt 1.x' do new_default_hatchet_runner('sbt-0.11.7-play-3.x-scala-2.13.x').tap do |app| app.deploy do # First build should compile everything from scratch @@ -102,4 +102,1656 @@ end end end + + it 'caches compiled artifacts between builds with sbt 0.13.x' do + new_default_hatchet_runner('play-2.4.x-scala').tap do |app| + app.deploy do + # First build should compile everything from scratch + expect(clean_output(app.output)).to match(Regexp.new(<<~REGEX, Regexp::MULTILINE)) + remote: -----> Scala app detected + remote: -----> Installing Azul Zulu OpenJDK 1.8.0_[0-9]+ + remote: + remote: ! Warning: Unsupported sbt version detected. + remote: ! + remote: ! This buildpack does not officially support sbt 0.13.9. You are using + remote: ! an end-of-life version that no longer receives security updates or bug fixes. + remote: ! Support for sbt 0.x was ended by the upstream sbt project on November 30, 2018. + remote: ! + remote: ! Please upgrade to sbt 1.x for active support. + remote: ! + remote: ! The buildpack will attempt to build your application, but compatibility + remote: ! is not guaranteed and may break at any time. + remote: ! + remote: ! For more information: + remote: ! - https://web.archive.org/web/20210918065807/https://www.lightbend.com/blog/scala-sbt-127-patchnotes + remote: ! + remote: ! Upgrade guide: + remote: ! - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html + remote: + remote: -----> Running: sbt compile stage + remote: Downloading sbt launcher for 0.13.9: + remote: From https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.9/sbt-launch.jar + remote: To /tmp/scala_buildpack_build_dir/.sbt_home/launchers/0.13.9/sbt-launch.jar + remote: + remote: Getting org.scala-sbt sbt 0.13.9 ... + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt/0.13.9/jars/sbt.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#sbt;0.13.9!sbt.jar \\([0-9]+ms\\) + remote: downloading https://jcenter.bintray.com/org/scala-lang/scala-library/2.10.5/scala-library-2.10.5.jar ... + remote: \\[SUCCESSFUL \\] org.scala-lang#scala-library;2.10.5!scala-library.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/main/0.13.9/jars/main.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#main;0.13.9!main.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/compiler-interface/0.13.9/jars/compiler-interface-src.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#compiler-interface;0.13.9!compiler-interface-src.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/compiler-interface/0.13.9/jars/compiler-interface-bin.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#compiler-interface;0.13.9!compiler-interface-bin.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/precompiled-2_8_2/0.13.9/jars/compiler-interface-bin.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#precompiled-2_8_2;0.13.9!compiler-interface-bin.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/precompiled-2_9_2/0.13.9/jars/compiler-interface-bin.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#precompiled-2_9_2;0.13.9!compiler-interface-bin.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/precompiled-2_9_3/0.13.9/jars/compiler-interface-bin.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#precompiled-2_9_3;0.13.9!compiler-interface-bin.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/actions/0.13.9/jars/actions.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#actions;0.13.9!actions.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/main-settings/0.13.9/jars/main-settings.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#main-settings;0.13.9!main-settings.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/interface/0.13.9/jars/interface.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#interface;0.13.9!interface.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/io/0.13.9/jars/io.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#io;0.13.9!io.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/ivy/0.13.9/jars/ivy.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#ivy;0.13.9!ivy.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/logging/0.13.9/jars/logging.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#logging;0.13.9!logging.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/logic/0.13.9/jars/logic.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#logic;0.13.9!logic.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/process/0.13.9/jars/process.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#process;0.13.9!process.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/run/0.13.9/jars/run.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#run;0.13.9!run.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/command/0.13.9/jars/command.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#command;0.13.9!command.jar \\([0-9]+ms\\) + remote: downloading https://jcenter.bintray.com/org/scala-sbt/launcher-interface/1.0.0-M1/launcher-interface-1.0.0-M1.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#launcher-interface;1.0.0-M1!launcher-interface.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/classpath/0.13.9/jars/classpath.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#classpath;0.13.9!classpath.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/completion/0.13.9/jars/completion.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#completion;0.13.9!completion.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/api/0.13.9/jars/api.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#api;0.13.9!api.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/compiler-integration/0.13.9/jars/compiler-integration.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#compiler-integration;0.13.9!compiler-integration.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/compiler-ivy-integration/0.13.9/jars/compiler-ivy-integration.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#compiler-ivy-integration;0.13.9!compiler-ivy-integration.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/relation/0.13.9/jars/relation.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#relation;0.13.9!relation.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/task-system/0.13.9/jars/task-system.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#task-system;0.13.9!task-system.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/tasks/0.13.9/jars/tasks.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#tasks;0.13.9!tasks.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/tracking/0.13.9/jars/tracking.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#tracking;0.13.9!tracking.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/testing/0.13.9/jars/testing.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#testing;0.13.9!testing.jar \\([0-9]+ms\\) + remote: downloading https://jcenter.bintray.com/org/scala-lang/scala-compiler/2.10.5/scala-compiler-2.10.5.jar ... + remote: \\[SUCCESSFUL \\] org.scala-lang#scala-compiler;2.10.5!scala-compiler.jar \\([0-9]+ms\\) + remote: downloading https://jcenter.bintray.com/org/scala-lang/scala-reflect/2.10.5/scala-reflect-2.10.5.jar ... + remote: \\[SUCCESSFUL \\] org.scala-lang#scala-reflect;2.10.5!scala-reflect.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/control/0.13.9/jars/control.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#control;0.13.9!control.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/collections/0.13.9/jars/collections.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#collections;0.13.9!collections.jar \\([0-9]+ms\\) + remote: downloading https://jcenter.bintray.com/jline/jline/2.11/jline-2.11.jar ... + remote: \\[SUCCESSFUL \\] jline#jline;2.11!jline.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/incremental-compiler/0.13.9/jars/incremental-compiler.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#incremental-compiler;0.13.9!incremental-compiler.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/compile/0.13.9/jars/compile.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#compile;0.13.9!compile.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/persist/0.13.9/jars/persist.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#persist;0.13.9!persist.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/classfile/0.13.9/jars/classfile.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#classfile;0.13.9!classfile.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-tools.sbinary/sbinary_2.10/0.4.2/jars/sbinary_2.10.jar ... + remote: \\[SUCCESSFUL \\] org.scala-tools.sbinary#sbinary_2.10;0.4.2!sbinary_2.10.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/cross/0.13.9/jars/cross.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#cross;0.13.9!cross.jar \\([0-9]+ms\\) + remote: downloading https://jcenter.bintray.com/org/scala-sbt/ivy/ivy/2.3.0-sbt-c5d1b95fdcc1e1007740ffbecf4eb07abc51ec93/ivy-2.3.0-sbt-c5d1b95fdcc1e1007740ffbecf4eb07abc51ec93.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt.ivy#ivy;2.3.0-sbt-c5d1b95fdcc1e1007740ffbecf4eb07abc51ec93!ivy.jar \\([0-9]+ms\\) + remote: downloading https://jcenter.bintray.com/com/jcraft/jsch/0.1.46/jsch-0.1.46.jar ... + remote: \\[SUCCESSFUL \\] com.jcraft#jsch;0.1.46!jsch.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/serialization_2.10/0.1.1/jars/serialization_2.10.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#serialization_2.10;0.1.1!serialization_2.10.jar \\([0-9]+ms\\) + remote: downloading https://jcenter.bintray.com/org/scala-lang/modules/scala-pickling_2.10/0.10.0/scala-pickling_2.10-0.10.0.jar ... + remote: \\[SUCCESSFUL \\] org.scala-lang.modules#scala-pickling_2.10;0.10.0!scala-pickling_2.10.jar \\([0-9]+ms\\) + remote: downloading https://jcenter.bintray.com/org/json4s/json4s-core_2.10/3.2.10/json4s-core_2.10-3.2.10.jar ... + remote: \\[SUCCESSFUL \\] org.json4s#json4s-core_2.10;3.2.10!json4s-core_2.10.jar \\([0-9]+ms\\) + remote: downloading https://jcenter.bintray.com/org/spire-math/jawn-parser_2.10/0.6.0/jawn-parser_2.10-0.6.0.jar ... + remote: \\[SUCCESSFUL \\] org.spire-math#jawn-parser_2.10;0.6.0!jawn-parser_2.10.jar \\([0-9]+ms\\) + remote: downloading https://jcenter.bintray.com/org/spire-math/json4s-support_2.10/0.6.0/json4s-support_2.10-0.6.0.jar ... + remote: \\[SUCCESSFUL \\] org.spire-math#json4s-support_2.10;0.6.0!json4s-support_2.10.jar \\([0-9]+ms\\) + remote: downloading https://jcenter.bintray.com/org/scalamacros/quasiquotes_2.10/2.0.1/quasiquotes_2.10-2.0.1.jar ... + remote: \\[SUCCESSFUL \\] org.scalamacros#quasiquotes_2.10;2.0.1!quasiquotes_2.10.jar \\([0-9]+ms\\) + remote: downloading https://jcenter.bintray.com/org/json4s/json4s-ast_2.10/3.2.10/json4s-ast_2.10-3.2.10.jar ... + remote: \\[SUCCESSFUL \\] org.json4s#json4s-ast_2.10;3.2.10!json4s-ast_2.10.jar \\([0-9]+ms\\) + remote: downloading https://jcenter.bintray.com/com/thoughtworks/paranamer/paranamer/2.6/paranamer-2.6.jar ... + remote: \\[SUCCESSFUL \\] com.thoughtworks.paranamer#paranamer;2.6!paranamer.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/cache/0.13.9/jars/cache.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#cache;0.13.9!cache.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/test-agent/0.13.9/jars/test-agent.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#test-agent;0.13.9!test-agent.jar \\([0-9]+ms\\) + remote: downloading https://jcenter.bintray.com/org/scala-sbt/test-interface/1.0/test-interface-1.0.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#test-interface;1.0!test-interface.jar \\([0-9]+ms\\) + remote: downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/apply-macro/0.13.9/jars/apply-macro.jar ... + remote: \\[SUCCESSFUL \\] org.scala-sbt#apply-macro;0.13.9!apply-macro.jar \\([0-9]+ms\\) + remote: :: retrieving :: org.scala-sbt#boot-app + remote: confs: \\[default\\] + remote: 52 artifacts copied, 0 already retrieved \\(17785kB/[0-9]+ms\\) + remote: Getting Scala 2.10.5 \\(for sbt\\)... + remote: downloading https://jcenter.bintray.com/org/scala-lang/jline/2.10.5/jline-2.10.5.jar ... + remote: \\[SUCCESSFUL \\] org.scala-lang#jline;2.10.5!jline.jar \\([0-9]+ms\\) + remote: downloading https://jcenter.bintray.com/org/fusesource/jansi/jansi/1.4/jansi-1.4.jar ... + remote: \\[SUCCESSFUL \\] org.fusesource.jansi#jansi;1.4!jansi.jar \\([0-9]+ms\\) + remote: :: retrieving :: org.scala-sbt#boot-scala + remote: confs: \\[default\\] + remote: 5 artifacts copied, 0 already retrieved \\(24493kB/[0-9]+ms\\) + remote: \\[info\\] Loading global plugins from /tmp/scala_buildpack_build_dir/.sbt_home/plugins + remote: \\[info\\] Updating \\{file:/tmp/scala_buildpack_build_dir/.sbt_home/plugins/\\}global-plugins... + remote: \\[info\\] Resolving org.scala-lang#scala-library;2.10.5 ... + remote: \\[info\\] Resolving org.scala-sbt#sbt;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#main;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#actions;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#classpath;0.13.9 ... + remote: \\[info\\] Resolving org.scala-lang#scala-compiler;2.10.5 ... + remote: \\[info\\] Resolving org.scala-lang#scala-reflect;2.10.5 ... + remote: \\[info\\] Resolving org.scala-sbt#interface;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#io;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#control;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#launcher-interface;1.0.0-M1 ... + remote: \\[info\\] Resolving org.scala-sbt#completion;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#collections;0.13.9 ... + remote: \\[info\\] Resolving jline#jline;2.11 ... + remote: \\[info\\] Resolving org.scala-sbt#api;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#compiler-integration;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#incremental-compiler;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#logging;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#process;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#relation;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#compile;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#classfile;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#persist;0.13.9 ... + remote: \\[info\\] Resolving org.scala-tools.sbinary#sbinary_2.10;0.4.2 ... + remote: \\[info\\] Resolving org.scala-sbt#compiler-ivy-integration;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#ivy;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#cross;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt.ivy#ivy;2.3.0-sbt-c5d1b95fdcc1e1007740ffbecf4eb07abc51ec93 ... + remote: \\[info\\] Resolving com.jcraft#jsch;0.1.46 ... + remote: \\[info\\] Resolving org.scala-sbt#serialization_2.10;0.1.1 ... + remote: \\[info\\] Resolving org.scala-lang.modules#scala-pickling_2.10;0.10.0 ... + remote: \\[info\\] Resolving org.scalamacros#quasiquotes_2.10;2.0.1 ... + remote: \\[info\\] Resolving org.json4s#json4s-core_2.10;3.2.10 ... + remote: \\[info\\] Resolving org.json4s#json4s-ast_2.10;3.2.10 ... + remote: \\[info\\] Resolving com.thoughtworks.paranamer#paranamer;2.6 ... + remote: \\[info\\] Resolving org.spire-math#jawn-parser_2.10;0.6.0 ... + remote: \\[info\\] Resolving org.spire-math#json4s-support_2.10;0.6.0 ... + remote: \\[info\\] Resolving org.scala-sbt#run;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#task-system;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#tasks;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#tracking;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#cache;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#testing;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#test-agent;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#test-interface;1.0 ... + remote: \\[info\\] Resolving org.scala-sbt#main-settings;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#apply-macro;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#command;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#logic;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#compiler-interface;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#precompiled-2_8_2;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#precompiled-2_9_2;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#precompiled-2_9_3;0.13.9 ... + remote: \\[info\\] Resolving org.scala-lang#jline;2.10.5 ... + remote: \\[info\\] Resolving org.fusesource.jansi#jansi;1.4 ... + remote: \\[info\\] Done updating. + remote: \\[info\\] Compiling 1 Scala source to /tmp/scala_buildpack_build_dir/.sbt_home/plugins/target/scala-2.10/sbt-0.13/classes... + remote: \\[info\\] Loading project definition from /tmp/scala_buildpack_build_dir/project + remote: \\[info\\] Updating \\{file:/tmp/scala_buildpack_build_dir/project/\\}scala_buildpack_build_dir-build... + remote: \\[info\\] Resolving org.scala-sbt#global-plugins;0.0 ... + remote: \\[info\\] Resolving com.typesafe.play#sbt-plugin;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#sbt-plugin;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#routes-compiler_2.10;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#routes-compiler_2.10;2.4.2 ... + remote: \\[info\\] Resolving org.scala-lang#scala-library;2.10.5 ... + remote: \\[info\\] Resolving com.typesafe.play#twirl-api_2.10;1.1.1 ... + remote: \\[info\\] Resolving com.typesafe.play#twirl-api_2.10;1.1.1 ... + remote: \\[info\\] Resolving org.apache.commons#commons-lang3;3.4 ... + remote: \\[info\\] Resolving org.apache.commons#commons-lang3;3.4 ... + remote: \\[info\\] Resolving org.apache.commons#commons-parent;37 ... + remote: \\[info\\] Resolving org.apache.commons#commons-parent;37 ... + remote: \\[info\\] Resolving org.apache#apache;16 ... + remote: \\[info\\] Resolving org.apache#apache;16 ... + remote: \\[info\\] Resolving commons-io#commons-io;2.4 ... + remote: \\[info\\] Resolving commons-io#commons-io;2.4 ... + remote: \\[info\\] Resolving org.apache.commons#commons-parent;25 ... + remote: \\[info\\] Resolving org.apache.commons#commons-parent;25 ... + remote: \\[info\\] Resolving org.apache#apache;9 ... + remote: \\[info\\] Resolving org.apache#apache;9 ... + remote: \\[info\\] Resolving com.typesafe.play#sbt-run-support_2.10;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#sbt-run-support_2.10;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#build-link;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#build-link;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#play-exceptions;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#play-exceptions;2.4.2 ... + remote: \\[info\\] Resolving org.javassist#javassist;3.19.0-GA ... + remote: \\[info\\] Resolving org.javassist#javassist;3.19.0-GA ... + remote: \\[info\\] Resolving com.typesafe#config;1.3.0 ... + remote: \\[info\\] Resolving com.typesafe#config;1.3.0 ... + remote: \\[info\\] Resolving com.google.guava#guava;18.0 ... + remote: \\[info\\] Resolving com.google.guava#guava;18.0 ... + remote: \\[info\\] Resolving com.google.guava#guava-parent;18.0 ... + remote: \\[info\\] Resolving com.google.guava#guava-parent;18.0 ... + remote: \\[info\\] Resolving org.sonatype.oss#oss-parent;7 ... + remote: \\[info\\] Resolving com.h2database#h2;1.4.187 ... + remote: \\[info\\] Resolving com.h2database#h2;1.4.187 ... + remote: \\[info\\] Resolving net.contentobjects.jnotify#jnotify;0.94-play-1 ... + remote: \\[info\\] Resolving net.contentobjects.jnotify#jnotify;0.94-play-1 ... + remote: \\[info\\] Resolving com.typesafe.sbt#sbt-twirl;1.1.1 ... + remote: \\[info\\] Resolving com.typesafe.sbt#sbt-twirl;1.1.1 ... + remote: \\[info\\] Resolving com.typesafe.play#twirl-compiler_2.10;1.1.1 ... + remote: \\[info\\] Resolving com.typesafe.play#twirl-compiler_2.10;1.1.1 ... + remote: \\[info\\] Resolving org.scala-lang#scala-compiler;2.10.5 ... + remote: \\[info\\] Resolving org.scala-lang#scala-reflect;2.10.5 ... + remote: \\[info\\] Resolving com.typesafe.play#twirl-parser_2.10;1.1.1 ... + remote: \\[info\\] Resolving com.typesafe.play#twirl-parser_2.10;1.1.1 ... + remote: \\[info\\] Resolving com.typesafe.sbt#sbt-native-packager;1.0.1 ... + remote: \\[info\\] Resolving com.typesafe.sbt#sbt-native-packager;1.0.1 ... + remote: \\[info\\] Resolving org.apache.commons#commons-compress;1.4.1 ... + remote: \\[info\\] Resolving org.apache.commons#commons-compress;1.4.1 ... + remote: \\[info\\] Resolving org.apache.commons#commons-parent;24 ... + remote: \\[info\\] Resolving org.apache.commons#commons-parent;24 ... + remote: \\[info\\] Resolving org.apache#apache;9 ... + remote: \\[info\\] Resolving org.tukaani#xz;1.0 ... + remote: \\[info\\] Resolving org.tukaani#xz;1.0 ... + remote: \\[info\\] Resolving org.vafer#jdeb;1.3 ... + remote: \\[info\\] Resolving org.vafer#jdeb;1.3 ... + remote: \\[info\\] Resolving org.apache.commons#commons-compress;1.7 ... + remote: \\[info\\] Resolving org.apache.commons#commons-compress;1.7 ... + remote: \\[info\\] Resolving org.apache.commons#commons-parent;32 ... + remote: \\[info\\] Resolving org.apache.commons#commons-parent;32 ... + remote: \\[info\\] Resolving org.apache#apache;13 ... + remote: \\[info\\] Resolving org.apache#apache;13 ... + remote: \\[info\\] Resolving org.tukaani#xz;1.4 ... + remote: \\[info\\] Resolving org.tukaani#xz;1.4 ... + remote: \\[info\\] Resolving org.apache.maven#maven-core;3.2.2 ... + remote: \\[info\\] Resolving org.apache.maven#maven-core;3.2.2 ... + remote: \\[info\\] Resolving org.apache.maven#maven;3.2.2 ... + remote: \\[info\\] Resolving org.apache.maven#maven;3.2.2 ... + remote: \\[info\\] Resolving org.apache.maven#maven-parent;24 ... + remote: \\[info\\] Resolving org.apache.maven#maven-parent;24 ... + remote: \\[info\\] Resolving org.apache#apache;14 ... + remote: \\[info\\] Resolving org.apache#apache;14 ... + remote: \\[info\\] Resolving org.apache.maven#maven-model;3.2.2 ... + remote: \\[info\\] Resolving org.apache.maven#maven-model;3.2.2 ... + remote: \\[info\\] Resolving org.apache.maven#maven;3.2.2 ... + remote: \\[info\\] Resolving org.codehaus.plexus#plexus-utils;3.0.17 ... + remote: \\[info\\] Resolving org.codehaus.plexus#plexus-utils;3.0.17 ... + remote: \\[info\\] Resolving org.codehaus.plexus#plexus;3.3.1 ... + remote: \\[info\\] Resolving org.codehaus.plexus#plexus;3.3.1 ... + remote: \\[info\\] Resolving org.sonatype.spice#spice-parent;17 ... + remote: \\[info\\] Resolving org.sonatype.spice#spice-parent;17 ... + remote: \\[info\\] Resolving org.sonatype.forge#forge-parent;10 ... + remote: \\[info\\] Resolving org.sonatype.forge#forge-parent;10 ... + remote: \\[info\\] Resolving org.apache.maven#maven-settings;3.2.2 ... + remote: \\[info\\] Resolving org.apache.maven#maven-settings;3.2.2 ... + remote: \\[info\\] Resolving org.apache.maven#maven;3.2.2 ... + remote: \\[info\\] Resolving org.apache.maven#maven-settings-builder;3.2.2 ... + remote: \\[info\\] Resolving org.apache.maven#maven-settings-builder;3.2.2 ... + remote: \\[info\\] Resolving org.apache.maven#maven;3.2.2 ... + remote: \\[info\\] Resolving org.codehaus.plexus#plexus-interpolation;1.19 ... + remote: \\[info\\] Resolving org.codehaus.plexus#plexus-interpolation;1.19 ... + remote: \\[info\\] Resolving org.codehaus.plexus#plexus-components;1.3.1 ... + remote: \\[info\\] Resolving org.codehaus.plexus#plexus-components;1.3.1 ... + remote: \\[info\\] Resolving org.codehaus.plexus#plexus;3.3.1 ... + remote: \\[info\\] Resolving org.codehaus.plexus#plexus-component-annotations;1.5.5 ... + remote: \\[info\\] Resolving org.codehaus.plexus#plexus-component-annotations;1.5.5 ... + remote: \\[info\\] Resolving org.codehaus.plexus#plexus-containers;1.5.5 ... + remote: \\[info\\] Resolving org.codehaus.plexus#plexus-containers;1.5.5 ... + remote: \\[info\\] Resolving org.codehaus.plexus#plexus;2.0.7 ... + remote: \\[info\\] Resolving org.codehaus.plexus#plexus;2.0.7 ... + remote: \\[info\\] Resolving org.sonatype.plexus#plexus-sec-dispatcher;1.3 ... + remote: \\[info\\] Resolving org.sonatype.plexus#plexus-sec-dispatcher;1.3 ... + remote: \\[info\\] Resolving org.sonatype.spice#spice-parent;12 ... + remote: \\[info\\] Resolving org.sonatype.spice#spice-parent;12 ... + remote: \\[info\\] Resolving org.sonatype.forge#forge-parent;4 ... + remote: \\[info\\] Resolving org.sonatype.forge#forge-parent;4 ... + remote: \\[info\\] Resolving org.sonatype.plexus#plexus-cipher;1.4 ... + remote: \\[info\\] Resolving org.sonatype.plexus#plexus-cipher;1.4 ... + remote: \\[info\\] Resolving org.sonatype.spice#spice-parent;12 ... + remote: \\[info\\] Resolving org.apache.maven#maven-repository-metadata;3.2.2 ... + remote: \\[info\\] Resolving org.apache.maven#maven-repository-metadata;3.2.2 ... + remote: \\[info\\] Resolving org.apache.maven#maven;3.2.2 ... + remote: \\[info\\] Resolving org.apache.maven#maven-artifact;3.2.2 ... + remote: \\[info\\] Resolving org.apache.maven#maven-artifact;3.2.2 ... + remote: \\[info\\] Resolving org.apache.maven#maven;3.2.2 ... + remote: \\[info\\] Resolving org.apache.maven#maven-plugin-api;3.2.2 ... + remote: \\[info\\] Resolving org.apache.maven#maven-plugin-api;3.2.2 ... + remote: \\[info\\] Resolving org.apache.maven#maven;3.2.2 ... + remote: \\[info\\] Resolving org.eclipse.sisu#org.eclipse.sisu.plexus;0.0.0.M5 ... + remote: \\[info\\] Resolving org.eclipse.sisu#org.eclipse.sisu.plexus;0.0.0.M5 ... + remote: \\[info\\] Resolving org.eclipse.sisu#sisu-plexus;0.0.0.M5 ... + remote: \\[info\\] Resolving org.eclipse.sisu#sisu-plexus;0.0.0.M5 ... + remote: \\[info\\] Resolving org.sonatype.oss#oss-parent;7 ... + remote: \\[info\\] Resolving javax.enterprise#cdi-api;1.0 ... + remote: \\[info\\] Resolving javax.enterprise#cdi-api;1.0 ... + remote: \\[info\\] Resolving org.jboss.weld#weld-api-parent;1.0 ... + remote: \\[info\\] Resolving org.jboss.weld#weld-api-parent;1.0 ... + remote: \\[info\\] Resolving org.jboss.weld#weld-api-bom;1.0 ... + remote: \\[info\\] Resolving org.jboss.weld#weld-api-bom;1.0 ... + remote: \\[info\\] Resolving org.jboss.weld#weld-parent;6 ... + remote: \\[info\\] Resolving org.jboss.weld#weld-parent;6 ... + remote: \\[info\\] Resolving javax.annotation#jsr250-api;1.0 ... + remote: \\[info\\] Resolving javax.annotation#jsr250-api;1.0 ... + remote: \\[info\\] Resolving javax.inject#javax.inject;1 ... + remote: \\[info\\] Resolving javax.inject#javax.inject;1 ... + remote: \\[info\\] Resolving org.sonatype.sisu#sisu-guice;3.1.0 ... + remote: \\[info\\] Resolving org.sonatype.sisu#sisu-guice;3.1.0 ... + remote: \\[info\\] Resolving org.sonatype.sisu.inject#guice-parent;3.1.0 ... + remote: \\[info\\] Resolving org.sonatype.sisu.inject#guice-parent;3.1.0 ... + remote: \\[info\\] Resolving org.sonatype.forge#forge-parent;10 ... + remote: \\[info\\] Resolving aopalliance#aopalliance;1.0 ... + remote: \\[info\\] Resolving aopalliance#aopalliance;1.0 ... + remote: \\[info\\] Resolving org.eclipse.sisu#org.eclipse.sisu.inject;0.0.0.M5 ... + remote: \\[info\\] Resolving org.eclipse.sisu#org.eclipse.sisu.inject;0.0.0.M5 ... + remote: \\[info\\] Resolving org.eclipse.sisu#sisu-inject;0.0.0.M5 ... + remote: \\[info\\] Resolving org.eclipse.sisu#sisu-inject;0.0.0.M5 ... + remote: \\[info\\] Resolving org.sonatype.oss#oss-parent;7 ... + remote: \\[info\\] Resolving org.apache.maven#maven-model-builder;3.2.2 ... + remote: \\[info\\] Resolving org.apache.maven#maven-model-builder;3.2.2 ... + remote: \\[info\\] Resolving org.apache.maven#maven;3.2.2 ... + remote: \\[info\\] Resolving org.apache.maven#maven-aether-provider;3.2.2 ... + remote: \\[info\\] Resolving org.apache.maven#maven-aether-provider;3.2.2 ... + remote: \\[info\\] Resolving org.apache.maven#maven;3.2.2 ... + remote: \\[info\\] Resolving org.eclipse.aether#aether-api;0.9.0.M2 ... + remote: \\[info\\] Resolving org.eclipse.aether#aether-api;0.9.0.M2 ... + remote: \\[info\\] Resolving org.eclipse.aether#aether;0.9.0.M2 ... + remote: \\[info\\] Resolving org.eclipse.aether#aether;0.9.0.M2 ... + remote: \\[info\\] Resolving org.eclipse.aether#aether-spi;0.9.0.M2 ... + remote: \\[info\\] Resolving org.eclipse.aether#aether-spi;0.9.0.M2 ... + remote: \\[info\\] Resolving org.eclipse.aether#aether;0.9.0.M2 ... + remote: \\[info\\] Resolving org.eclipse.aether#aether-util;0.9.0.M2 ... + remote: \\[info\\] Resolving org.eclipse.aether#aether-util;0.9.0.M2 ... + remote: \\[info\\] Resolving org.eclipse.aether#aether;0.9.0.M2 ... + remote: \\[info\\] Resolving org.eclipse.aether#aether-impl;0.9.0.M2 ... + remote: \\[info\\] Resolving org.eclipse.aether#aether-impl;0.9.0.M2 ... + remote: \\[info\\] Resolving org.eclipse.aether#aether;0.9.0.M2 ... + remote: \\[info\\] Resolving org.codehaus.plexus#plexus-classworlds;2.5.1 ... + remote: \\[info\\] Resolving org.codehaus.plexus#plexus-classworlds;2.5.1 ... + remote: \\[info\\] Resolving org.codehaus.plexus#plexus;3.3.1 ... + remote: \\[info\\] Resolving org.apache.ant#ant;1.9.3 ... + remote: \\[info\\] Resolving org.apache.ant#ant;1.9.3 ... + remote: \\[info\\] Resolving org.apache.ant#ant-parent;1.9.3 ... + remote: \\[info\\] Resolving org.apache.ant#ant-parent;1.9.3 ... + remote: \\[info\\] Resolving org.apache.ant#ant-launcher;1.9.3 ... + remote: \\[info\\] Resolving org.apache.ant#ant-launcher;1.9.3 ... + remote: \\[info\\] Resolving org.apache.ant#ant-parent;1.9.3 ... + remote: \\[info\\] Resolving org.bouncycastle#bcpg-jdk15on;1.51 ... + remote: \\[info\\] Resolving org.bouncycastle#bcpg-jdk15on;1.51 ... + remote: \\[info\\] Resolving org.bouncycastle#bcprov-jdk15on;1.51 ... + remote: \\[info\\] Resolving org.bouncycastle#bcprov-jdk15on;1.51 ... + remote: \\[info\\] Resolving com.typesafe.sbt#sbt-web;1.2.2 ... + remote: \\[info\\] Resolving com.typesafe.sbt#sbt-web;1.2.2 ... + remote: \\[info\\] Resolving com.typesafe.akka#akka-actor_2.10;2.3.9 ... + remote: \\[info\\] Resolving com.typesafe.akka#akka-actor_2.10;2.3.9 ... + remote: \\[info\\] Resolving org.webjars#webjars-locator;0.26 ... + remote: \\[info\\] Resolving org.webjars#webjars-locator;0.26 ... + remote: \\[info\\] Resolving org.sonatype.oss#oss-parent;7 ... + remote: \\[info\\] Resolving org.webjars#webjars-locator-core;0.26 ... + remote: \\[info\\] Resolving org.webjars#webjars-locator-core;0.26 ... + remote: \\[info\\] Resolving org.sonatype.oss#oss-parent;7 ... + remote: \\[info\\] Resolving org.slf4j#slf4j-api;1.7.7 ... + remote: \\[info\\] Resolving org.slf4j#slf4j-api;1.7.7 ... + remote: \\[info\\] Resolving org.slf4j#slf4j-parent;1.7.7 ... + remote: \\[info\\] Resolving org.slf4j#slf4j-parent;1.7.7 ... + remote: \\[info\\] Resolving org.apache.commons#commons-compress;1.9 ... + remote: \\[info\\] Resolving org.apache.commons#commons-compress;1.9 ... + remote: \\[info\\] Resolving org.apache.commons#commons-parent;34 ... + remote: \\[info\\] Resolving org.apache.commons#commons-parent;34 ... + remote: \\[info\\] Resolving org.apache#apache;13 ... + remote: \\[info\\] Resolving com.fasterxml.jackson.core#jackson-databind;2.3.3 ... + remote: \\[info\\] Resolving com.fasterxml.jackson.core#jackson-databind;2.3.3 ... + remote: \\[info\\] Resolving com.fasterxml#oss-parent;12 ... + remote: \\[info\\] Resolving com.fasterxml#oss-parent;12 ... + remote: \\[info\\] Resolving com.fasterxml.jackson.core#jackson-annotations;2.3.0 ... + remote: \\[info\\] Resolving com.fasterxml.jackson.core#jackson-annotations;2.3.0 ... + remote: \\[info\\] Resolving com.fasterxml#oss-parent;11 ... + remote: \\[info\\] Resolving com.fasterxml#oss-parent;11 ... + remote: \\[info\\] Resolving com.fasterxml.jackson.core#jackson-core;2.3.3 ... + remote: \\[info\\] Resolving com.fasterxml.jackson.core#jackson-core;2.3.3 ... + remote: \\[info\\] Resolving com.fasterxml#oss-parent;12 ... + remote: \\[info\\] Resolving com.typesafe.sbt#sbt-js-engine;1.1.3 ... + remote: \\[info\\] Resolving com.typesafe.sbt#sbt-js-engine;1.1.3 ... + remote: \\[info\\] Resolving com.typesafe#jse_2.10;1.1.2 ... + remote: \\[info\\] Resolving com.typesafe#jse_2.10;1.1.2 ... + remote: \\[info\\] Resolving com.typesafe.akka#akka-actor_2.10;2.3.11 ... + remote: \\[info\\] Resolving com.typesafe.akka#akka-actor_2.10;2.3.11 ... + remote: \\[info\\] Resolving com.typesafe.akka#akka-contrib_2.10;2.3.11 ... + remote: \\[info\\] Resolving com.typesafe.akka#akka-contrib_2.10;2.3.11 ... + remote: \\[info\\] Resolving com.typesafe.akka#akka-remote_2.10;2.3.11 ... + remote: \\[info\\] Resolving com.typesafe.akka#akka-remote_2.10;2.3.11 ... + remote: \\[info\\] Resolving io.netty#netty;3.8.0.Final ... + remote: \\[info\\] Resolving io.netty#netty;3.8.0.Final ... + remote: \\[info\\] Resolving org.sonatype.oss#oss-parent;7 ... + remote: \\[info\\] Resolving com.google.protobuf#protobuf-java;2.5.0 ... + remote: \\[info\\] Resolving com.google.protobuf#protobuf-java;2.5.0 ... + remote: \\[info\\] Resolving com.google#google;1 ... + remote: \\[info\\] Resolving com.google#google;1 ... + remote: \\[info\\] Resolving org.uncommons.maths#uncommons-maths;1.2.2a ... + remote: \\[info\\] Resolving org.uncommons.maths#uncommons-maths;1.2.2a ... + remote: \\[info\\] Resolving com.typesafe.akka#akka-cluster_2.10;2.3.11 ... + remote: \\[info\\] Resolving com.typesafe.akka#akka-cluster_2.10;2.3.11 ... + remote: \\[info\\] Resolving com.typesafe.akka#akka-persistence-experimental_2.10;2.3.11 ... + remote: \\[info\\] Resolving com.typesafe.akka#akka-persistence-experimental_2.10;2.3.11 ... + remote: \\[info\\] Resolving org.iq80.leveldb#leveldb;0.5 ... + remote: \\[info\\] Resolving org.iq80.leveldb#leveldb;0.5 ... + remote: \\[info\\] Resolving org.iq80.leveldb#leveldb-project;0.5 ... + remote: \\[info\\] Resolving org.iq80.leveldb#leveldb-project;0.5 ... + remote: \\[info\\] Resolving org.iq80.leveldb#leveldb-api;0.5 ... + remote: \\[info\\] Resolving org.iq80.leveldb#leveldb-api;0.5 ... + remote: \\[info\\] Resolving org.iq80.leveldb#leveldb-project;0.5 ... + remote: \\[info\\] Resolving org.fusesource.leveldbjni#leveldbjni-all;1.7 ... + remote: \\[info\\] Resolving org.fusesource.leveldbjni#leveldbjni-all;1.7 ... + remote: \\[info\\] Resolving org.fusesource.leveldbjni#leveldbjni-project;1.7 ... + remote: \\[info\\] Resolving org.fusesource.leveldbjni#leveldbjni-project;1.7 ... + remote: \\[info\\] Resolving org.fusesource#fusesource-pom;1.9 ... + remote: \\[info\\] Resolving org.fusesource#fusesource-pom;1.9 ... + remote: \\[info\\] Resolving org.fusesource.leveldbjni#leveldbjni;1.7 ... + remote: \\[info\\] Resolving org.fusesource.leveldbjni#leveldbjni;1.7 ... + remote: \\[info\\] Resolving org.fusesource.leveldbjni#leveldbjni-project;1.7 ... + remote: \\[info\\] Resolving org.fusesource.hawtjni#hawtjni-runtime;1.8 ... + remote: \\[info\\] Resolving org.fusesource.hawtjni#hawtjni-runtime;1.8 ... + remote: \\[info\\] Resolving org.fusesource.hawtjni#hawtjni-project;1.8 ... + remote: \\[info\\] Resolving org.fusesource.hawtjni#hawtjni-project;1.8 ... + remote: \\[info\\] Resolving org.fusesource#fusesource-pom;1.9 ... + remote: \\[info\\] Resolving org.fusesource.leveldbjni#leveldbjni-osx;1.5 ... + remote: \\[info\\] Resolving org.fusesource.leveldbjni#leveldbjni-osx;1.5 ... + remote: \\[info\\] Resolving org.fusesource.leveldbjni#leveldbjni-project;1.5 ... + remote: \\[info\\] Resolving org.fusesource.leveldbjni#leveldbjni-project;1.5 ... + remote: \\[info\\] Resolving org.fusesource#fusesource-pom;1.9 ... + remote: \\[info\\] Resolving org.fusesource.leveldbjni#leveldbjni-linux32;1.5 ... + remote: \\[info\\] Resolving org.fusesource.leveldbjni#leveldbjni-linux32;1.5 ... + remote: \\[info\\] Resolving org.fusesource.leveldbjni#leveldbjni-project;1.5 ... + remote: \\[info\\] Resolving org.fusesource.leveldbjni#leveldbjni-linux64;1.5 ... + remote: \\[info\\] Resolving org.fusesource.leveldbjni#leveldbjni-linux64;1.5 ... + remote: \\[info\\] Resolving org.fusesource.leveldbjni#leveldbjni-project;1.5 ... + remote: \\[info\\] Resolving org.fusesource.leveldbjni#leveldbjni-win32;1.5 ... + remote: \\[info\\] Resolving org.fusesource.leveldbjni#leveldbjni-win32;1.5 ... + remote: \\[info\\] Resolving org.fusesource.leveldbjni#leveldbjni-project;1.5 ... + remote: \\[info\\] Resolving org.fusesource.leveldbjni#leveldbjni-win64;1.5 ... + remote: \\[info\\] Resolving org.fusesource.leveldbjni#leveldbjni-win64;1.5 ... + remote: \\[info\\] Resolving org.fusesource.leveldbjni#leveldbjni-project;1.5 ... + remote: \\[info\\] Resolving io.apigee.trireme#trireme-core;0.8.5 ... + remote: \\[info\\] Resolving io.apigee.trireme#trireme-core;0.8.5 ... + remote: \\[info\\] Resolving io.apigee.trireme#trireme;0.8.5 ... + remote: \\[info\\] Resolving io.apigee.trireme#trireme;0.8.5 ... + remote: \\[info\\] Resolving org.sonatype.oss#oss-parent;7 ... + remote: \\[info\\] Resolving io.apigee#rhino;1.7R5pre4 ... + remote: \\[info\\] Resolving io.apigee#rhino;1.7R5pre4 ... + remote: \\[info\\] Resolving org.sonatype.oss#oss-parent;7 ... + remote: \\[info\\] Resolving io.apigee.trireme#trireme-node10src;0.8.5 ... + remote: \\[info\\] Resolving io.apigee.trireme#trireme-node10src;0.8.5 ... + remote: \\[info\\] Resolving io.apigee.trireme#trireme-node10;0.8.5 ... + remote: \\[info\\] Resolving io.apigee.trireme#trireme-node10;0.8.5 ... + remote: \\[info\\] Resolving io.apigee.trireme#trireme;0.8.5 ... + remote: \\[info\\] Resolving io.spray#spray-json_2.10;1.3.2 ... + remote: \\[info\\] Resolving io.spray#spray-json_2.10;1.3.2 ... + remote: \\[info\\] Resolving org.slf4j#slf4j-simple;1.7.12 ... + remote: \\[info\\] Resolving org.slf4j#slf4j-simple;1.7.12 ... + remote: \\[info\\] Resolving org.slf4j#slf4j-parent;1.7.12 ... + remote: \\[info\\] Resolving org.slf4j#slf4j-parent;1.7.12 ... + remote: \\[info\\] Resolving org.slf4j#slf4j-api;1.7.12 ... + remote: \\[info\\] Resolving org.slf4j#slf4j-api;1.7.12 ... + remote: \\[info\\] Resolving org.slf4j#slf4j-parent;1.7.12 ... + remote: \\[info\\] Resolving com.typesafe#npm_2.10;1.1.1 ... + remote: \\[info\\] Resolving com.typesafe#npm_2.10;1.1.1 ... + remote: \\[info\\] Resolving org.webjars#npm;2.11.2 ... + remote: \\[info\\] Resolving org.webjars#npm;2.11.2 ... + remote: \\[info\\] Resolving org.sonatype.oss#oss-parent;7 ... + remote: \\[info\\] Resolving org.scala-sbt#sbt;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#main;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#actions;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#classpath;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#interface;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#io;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#control;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#launcher-interface;1.0.0-M1 ... + remote: \\[info\\] Resolving org.scala-sbt#completion;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#collections;0.13.9 ... + remote: \\[info\\] Resolving jline#jline;2.11 ... + remote: \\[info\\] Resolving org.scala-sbt#api;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#compiler-integration;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#incremental-compiler;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#logging;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#process;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#relation;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#compile;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#classfile;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#persist;0.13.9 ... + remote: \\[info\\] Resolving org.scala-tools.sbinary#sbinary_2.10;0.4.2 ... + remote: \\[info\\] Resolving org.scala-sbt#compiler-ivy-integration;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#ivy;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#cross;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt.ivy#ivy;2.3.0-sbt-c5d1b95fdcc1e1007740ffbecf4eb07abc51ec93 ... + remote: \\[info\\] Resolving com.jcraft#jsch;0.1.46 ... + remote: \\[info\\] Resolving org.scala-sbt#serialization_2.10;0.1.1 ... + remote: \\[info\\] Resolving org.scala-lang.modules#scala-pickling_2.10;0.10.0 ... + remote: \\[info\\] Resolving org.scalamacros#quasiquotes_2.10;2.0.1 ... + remote: \\[info\\] Resolving org.json4s#json4s-core_2.10;3.2.10 ... + remote: \\[info\\] Resolving org.json4s#json4s-ast_2.10;3.2.10 ... + remote: \\[info\\] Resolving com.thoughtworks.paranamer#paranamer;2.6 ... + remote: \\[info\\] Resolving org.spire-math#jawn-parser_2.10;0.6.0 ... + remote: \\[info\\] Resolving org.spire-math#json4s-support_2.10;0.6.0 ... + remote: \\[info\\] Resolving org.scala-sbt#run;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#task-system;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#tasks;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#tracking;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#cache;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#testing;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#test-agent;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#test-interface;1.0 ... + remote: \\[info\\] Resolving org.scala-sbt#main-settings;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#apply-macro;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#command;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#logic;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#compiler-interface;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#precompiled-2_8_2;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#precompiled-2_9_2;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#precompiled-2_9_3;0.13.9 ... + remote: \\[info\\] Resolving org.scala-lang#jline;2.10.5 ... + remote: \\[info\\] Resolving org.fusesource.jansi#jansi;1.4 ... + remote: \\[info\\] downloading https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.typesafe.play/sbt-plugin/scala_2.10/sbt_0.13/2.4.2/jars/sbt-plugin.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.play#sbt-plugin;2.4.2!sbt-plugin.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/play/routes-compiler_2.10/2.4.2/routes-compiler_2.10-2.4.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.play#routes-compiler_2.10;2.4.2!routes-compiler_2.10.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/play/sbt-run-support_2.10/2.4.2/sbt-run-support_2.10-2.4.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.play#sbt-run-support_2.10;2.4.2!sbt-run-support_2.10.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/config/1.3.0/config-1.3.0.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe#config;1.3.0!config.jar\\(bundle\\) \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/google/guava/guava/18.0/guava-18.0.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.google.guava#guava;18.0!guava.jar\\(bundle\\) \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/h2database/h2/1.4.187/h2-1.4.187.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.h2database#h2;1.4.187!h2.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/net.contentobjects.jnotify/jnotify/0.94-play-1/jars/jnotify.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] net.contentobjects.jnotify#jnotify;0.94-play-1!jnotify.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.typesafe.sbt/sbt-twirl/scala_2.10/sbt_0.13/1.1.1/jars/sbt-twirl.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.sbt#sbt-twirl;1.1.1!sbt-twirl.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.typesafe.sbt/sbt-native-packager/scala_2.10/sbt_0.13/1.0.1/jars/sbt-native-packager.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.sbt#sbt-native-packager;1.0.1!sbt-native-packager.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.typesafe.sbt/sbt-web/scala_2.10/sbt_0.13/1.2.2/jars/sbt-web.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.sbt#sbt-web;1.2.2!sbt-web.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.typesafe.sbt/sbt-js-engine/scala_2.10/sbt_0.13/1.1.3/jars/sbt-js-engine.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.sbt#sbt-js-engine;1.1.3!sbt-js-engine.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.javassist#javassist;3.19.0-GA!javassist.jar\\(bundle\\) \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/play/twirl-api_2.10/1.1.1/twirl-api_2.10-1.1.1.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.play#twirl-api_2.10;1.1.1!twirl-api_2.10.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/commons-io/commons-io/2.4/commons-io-2.4.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] commons-io#commons-io;2.4!commons-io.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.apache.commons#commons-lang3;3.4!commons-lang3.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/play/build-link/2.4.2/build-link-2.4.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.play#build-link;2.4.2!build-link.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/play/play-exceptions/2.4.2/play-exceptions-2.4.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.play#play-exceptions;2.4.2!play-exceptions.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/play/twirl-compiler_2.10/1.1.1/twirl-compiler_2.10-1.1.1.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.play#twirl-compiler_2.10;1.1.1!twirl-compiler_2.10.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/play/twirl-parser_2.10/1.1.1/twirl-parser_2.10-1.1.1.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.play#twirl-parser_2.10;1.1.1!twirl-parser_2.10.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/vafer/jdeb/1.3/jdeb-1.3.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.vafer#jdeb;1.3!jdeb.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/apache/maven/maven-core/3.2.2/maven-core-3.2.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.apache.maven#maven-core;3.2.2!maven-core.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/apache/maven/maven-plugin-api/3.2.2/maven-plugin-api-3.2.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.apache.maven#maven-plugin-api;3.2.2!maven-plugin-api.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/apache/ant/ant/1.9.3/ant-1.9.3.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.apache.ant#ant;1.9.3!ant.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/bouncycastle/bcpg-jdk15on/1.51/bcpg-jdk15on-1.51.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.bouncycastle#bcpg-jdk15on;1.51!bcpg-jdk15on.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/apache/maven/maven-model/3.2.2/maven-model-3.2.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.apache.maven#maven-model;3.2.2!maven-model.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/apache/maven/maven-settings/3.2.2/maven-settings-3.2.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.apache.maven#maven-settings;3.2.2!maven-settings.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/apache/maven/maven-settings-builder/3.2.2/maven-settings-builder-3.2.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.apache.maven#maven-settings-builder;3.2.2!maven-settings-builder.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/apache/maven/maven-repository-metadata/3.2.2/maven-repository-metadata-3.2.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.apache.maven#maven-repository-metadata;3.2.2!maven-repository-metadata.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/apache/maven/maven-artifact/3.2.2/maven-artifact-3.2.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.apache.maven#maven-artifact;3.2.2!maven-artifact.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/apache/maven/maven-model-builder/3.2.2/maven-model-builder-3.2.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.apache.maven#maven-model-builder;3.2.2!maven-model-builder.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/apache/maven/maven-aether-provider/3.2.2/maven-aether-provider-3.2.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.apache.maven#maven-aether-provider;3.2.2!maven-aether-provider.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.eclipse.aether#aether-impl;0.9.0.M2!aether-impl.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.eclipse.aether#aether-api;0.9.0.M2!aether-api.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.eclipse.aether#aether-util;0.9.0.M2!aether-util.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.eclipse.sisu#org.eclipse.sisu.plexus;0.0.0.M5!org.eclipse.sisu.plexus.jar\\(eclipse-plugin\\) \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.codehaus.plexus#plexus-interpolation;1.19!plexus-interpolation.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.codehaus.plexus#plexus-utils;3.0.17!plexus-utils.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.codehaus.plexus#plexus-classworlds;2.5.1!plexus-classworlds.jar\\(bundle\\) \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.codehaus.plexus#plexus-component-annotations;1.5.5!plexus-component-annotations.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.sonatype.plexus#plexus-sec-dispatcher;1.3!plexus-sec-dispatcher.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.sonatype.plexus#plexus-cipher;1.4!plexus-cipher.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] javax.enterprise#cdi-api;1.0!cdi-api.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.sonatype.sisu#sisu-guice;3.1.0!sisu-guice.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.eclipse.sisu#org.eclipse.sisu.inject;0.0.0.M5!org.eclipse.sisu.inject.jar\\(eclipse-plugin\\) \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] javax.annotation#jsr250-api;1.0!jsr250-api.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/javax/inject/javax.inject/1/javax.inject-1.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] javax.inject#javax.inject;1!javax.inject.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/aopalliance/aopalliance/1.0/aopalliance-1.0.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] aopalliance#aopalliance;1.0!aopalliance.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.eclipse.aether#aether-spi;0.9.0.M2!aether-spi.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/apache/ant/ant-launcher/1.9.3/ant-launcher-1.9.3.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.apache.ant#ant-launcher;1.9.3!ant-launcher.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/bouncycastle/bcprov-jdk15on/1.51/bcprov-jdk15on-1.51.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.bouncycastle#bcprov-jdk15on;1.51!bcprov-jdk15on.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/webjars/webjars-locator/0.26/webjars-locator-0.26.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.webjars#webjars-locator;0.26!webjars-locator.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/webjars/webjars-locator-core/0.26/webjars-locator-core-0.26.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.webjars#webjars-locator-core;0.26!webjars-locator-core.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/fasterxml/jackson/core/jackson-databind/2.3.3/jackson-databind-2.3.3.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.fasterxml.jackson.core#jackson-databind;2.3.3!jackson-databind.jar\\(bundle\\) \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.apache.commons#commons-compress;1.9!commons-compress.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.fasterxml.jackson.core#jackson-annotations;2.3.0!jackson-annotations.jar\\(bundle\\) \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/fasterxml/jackson/core/jackson-core/2.3.3/jackson-core-2.3.3.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.fasterxml.jackson.core#jackson-core;2.3.3!jackson-core.jar\\(bundle\\) \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/jse_2.10/1.1.2/jse_2.10-1.1.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe#jse_2.10;1.1.2!jse_2.10.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/npm_2.10/1.1.1/npm_2.10-1.1.1.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe#npm_2.10;1.1.1!npm_2.10.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/akka/akka-actor_2.10/2.3.11/akka-actor_2.10-2.3.11.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.akka#akka-actor_2.10;2.3.11!akka-actor_2.10.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/akka/akka-contrib_2.10/2.3.11/akka-contrib_2.10-2.3.11.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.akka#akka-contrib_2.10;2.3.11!akka-contrib_2.10.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/io/apigee/trireme/trireme-core/0.8.5/trireme-core-0.8.5.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] io.apigee.trireme#trireme-core;0.8.5!trireme-core.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/io/apigee/trireme/trireme-node10src/0.8.5/trireme-node10src-0.8.5.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] io.apigee.trireme#trireme-node10src;0.8.5!trireme-node10src.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/io/spray/spray-json_2.10/1.3.2/spray-json_2.10-1.3.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] io.spray#spray-json_2.10;1.3.2!spray-json_2.10.jar\\(bundle\\) \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/slf4j/slf4j-simple/1.7.12/slf4j-simple-1.7.12.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.slf4j#slf4j-simple;1.7.12!slf4j-simple.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/akka/akka-remote_2.10/2.3.11/akka-remote_2.10-2.3.11.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.akka#akka-remote_2.10;2.3.11!akka-remote_2.10.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/akka/akka-cluster_2.10/2.3.11/akka-cluster_2.10-2.3.11.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.akka#akka-cluster_2.10;2.3.11!akka-cluster_2.10.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/akka/akka-persistence-experimental_2.10/2.3.11/akka-persistence-experimental_2.10-2.3.11.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.akka#akka-persistence-experimental_2.10;2.3.11!akka-persistence-experimental_2.10.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/io/netty/netty/3.8.0.Final/netty-3.8.0.Final.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] io.netty#netty;3.8.0.Final!netty.jar\\(bundle\\) \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.google.protobuf#protobuf-java;2.5.0!protobuf-java.jar\\(bundle\\) \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/uncommons/maths/uncommons-maths/1.2.2a/uncommons-maths-1.2.2a.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.uncommons.maths#uncommons-maths;1.2.2a!uncommons-maths.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/iq80/leveldb/leveldb/0.5/leveldb-0.5.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.iq80.leveldb#leveldb;0.5!leveldb.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/fusesource/leveldbjni/leveldbjni-all/1.7/leveldbjni-all-1.7.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.fusesource.leveldbjni#leveldbjni-all;1.7!leveldbjni-all.jar\\(bundle\\) \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/iq80/leveldb/leveldb-api/0.5/leveldb-api-0.5.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.iq80.leveldb#leveldb-api;0.5!leveldb-api.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/fusesource/leveldbjni/leveldbjni/1.7/leveldbjni-1.7.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.fusesource.leveldbjni#leveldbjni;1.7!leveldbjni.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/fusesource/leveldbjni/leveldbjni-osx/1.5/leveldbjni-osx-1.5.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.fusesource.leveldbjni#leveldbjni-osx;1.5!leveldbjni-osx.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/fusesource/leveldbjni/leveldbjni-linux32/1.5/leveldbjni-linux32-1.5.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.fusesource.leveldbjni#leveldbjni-linux32;1.5!leveldbjni-linux32.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/fusesource/leveldbjni/leveldbjni-linux64/1.5/leveldbjni-linux64-1.5.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.fusesource.leveldbjni#leveldbjni-linux64;1.5!leveldbjni-linux64.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/fusesource/leveldbjni/leveldbjni-win32/1.5/leveldbjni-win32-1.5.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.fusesource.leveldbjni#leveldbjni-win32;1.5!leveldbjni-win32.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/fusesource/leveldbjni/leveldbjni-win64/1.5/leveldbjni-win64-1.5.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.fusesource.leveldbjni#leveldbjni-win64;1.5!leveldbjni-win64.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/fusesource/hawtjni/hawtjni-runtime/1.8/hawtjni-runtime-1.8.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.fusesource.hawtjni#hawtjni-runtime;1.8!hawtjni-runtime.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/io/apigee/rhino/1.7R5pre4/rhino-1.7R5pre4.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] io.apigee#rhino;1.7R5pre4!rhino.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.slf4j#slf4j-api;1.7.12!slf4j-api.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/webjars/npm/2.11.2/npm-2.11.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.webjars#npm;2.11.2!npm.jar \\([0-9]+ms\\) + remote: \\[info\\] Done updating. + remote: \\[info\\] Set current project to play-2.4.x-scala \\(in build file:/tmp/scala_buildpack_build_dir/\\) + remote: \\[info\\] Updating \\{file:/tmp/scala_buildpack_build_dir/\\}root... + remote: \\[info\\] Resolving org.scala-lang#scala-compiler;2.11.6 ... + remote: \\[info\\] Resolving org.scala-lang#scala-compiler;2.11.6 ... + remote: \\[info\\] Resolving org.scala-lang#scala-library;2.11.6 ... + remote: \\[info\\] Resolving org.scala-lang#scala-library;2.11.6 ... + remote: \\[info\\] Resolving org.scala-lang#scala-reflect;2.11.6 ... + remote: \\[info\\] Resolving org.scala-lang#scala-reflect;2.11.6 ... + remote: \\[info\\] Resolving org.scala-lang.modules#scala-xml_2.11;1.0.3 ... + remote: \\[info\\] Resolving org.scala-lang.modules#scala-xml_2.11;1.0.3 ... + remote: \\[info\\] Resolving org.scala-lang.modules#scala-parser-combinators_2.11;1.0.3 ... + remote: \\[info\\] Resolving org.scala-lang.modules#scala-parser-combinators_2.11;1.0.3 ... + remote: \\[info\\] Resolving com.typesafe.play#twirl-api_2.11;1.1.1 ... + remote: \\[info\\] Resolving com.typesafe.play#twirl-api_2.11;1.1.1 ... + remote: \\[info\\] Resolving org.apache.commons#commons-lang3;3.4 ... + remote: \\[info\\] Resolving com.typesafe.play#play-server_2.11;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#play-server_2.11;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#play_2.11;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#play_2.11;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#build-link;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#play-exceptions;2.4.2 ... + remote: \\[info\\] Resolving org.javassist#javassist;3.19.0-GA ... + remote: \\[info\\] Resolving com.typesafe.play#play-iteratees_2.11;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#play-iteratees_2.11;2.4.2 ... + remote: \\[info\\] Resolving org.scala-stm#scala-stm_2.11;0.7 ... + remote: \\[info\\] Resolving org.scala-stm#scala-stm_2.11;0.7 ... + remote: \\[info\\] Resolving com.typesafe#config;1.3.0 ... + remote: \\[info\\] Resolving com.typesafe.play#play-json_2.11;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#play-json_2.11;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#play-functional_2.11;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#play-functional_2.11;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#play-datacommons_2.11;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#play-datacommons_2.11;2.4.2 ... + remote: \\[info\\] Resolving joda-time#joda-time;2.8.1 ... + remote: \\[info\\] Resolving joda-time#joda-time;2.8.1 ... + remote: \\[info\\] Resolving org.joda#joda-convert;1.7 ... + remote: \\[info\\] Resolving org.joda#joda-convert;1.7 ... + remote: \\[info\\] Resolving com.fasterxml.jackson.core#jackson-core;2.5.4 ... + remote: \\[info\\] Resolving com.fasterxml.jackson.core#jackson-core;2.5.4 ... + remote: \\[info\\] Resolving com.fasterxml.jackson#jackson-parent;2.5.1 ... + remote: \\[info\\] Resolving com.fasterxml.jackson#jackson-parent;2.5.1 ... + remote: \\[info\\] Resolving com.fasterxml#oss-parent;19 ... + remote: \\[info\\] Resolving com.fasterxml#oss-parent;19 ... + remote: \\[info\\] Resolving com.fasterxml.jackson.core#jackson-annotations;2.5.4 ... + remote: \\[info\\] Resolving com.fasterxml.jackson.core#jackson-annotations;2.5.4 ... + remote: \\[info\\] Resolving com.fasterxml.jackson#jackson-parent;2.5.1 ... + remote: \\[info\\] Resolving com.fasterxml.jackson.core#jackson-databind;2.5.4 ... + remote: \\[info\\] Resolving com.fasterxml.jackson.core#jackson-databind;2.5.4 ... + remote: \\[info\\] Resolving com.fasterxml.jackson#jackson-parent;2.5.1 ... + remote: \\[info\\] Resolving com.fasterxml.jackson.datatype#jackson-datatype-jdk8;2.5.4 ... + remote: \\[info\\] Resolving com.fasterxml.jackson.datatype#jackson-datatype-jdk8;2.5.4 ... + remote: \\[info\\] Resolving com.fasterxml.jackson#jackson-parent;2.5.1 ... + remote: \\[info\\] Resolving com.fasterxml.jackson.datatype#jackson-datatype-jsr310;2.5.4 ... + remote: \\[info\\] Resolving com.fasterxml.jackson.datatype#jackson-datatype-jsr310;2.5.4 ... + remote: \\[info\\] Resolving com.fasterxml.jackson#jackson-parent;2.5.1 ... + remote: \\[info\\] Resolving com.typesafe.play#play-netty-utils;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#play-netty-utils;2.4.2 ... + remote: \\[info\\] Resolving org.slf4j#slf4j-api;1.7.12 ... + remote: \\[info\\] Resolving org.slf4j#jul-to-slf4j;1.7.12 ... + remote: \\[info\\] Resolving org.slf4j#jul-to-slf4j;1.7.12 ... + remote: \\[info\\] Resolving org.slf4j#slf4j-parent;1.7.12 ... + remote: \\[info\\] Resolving org.slf4j#jcl-over-slf4j;1.7.12 ... + remote: \\[info\\] Resolving org.slf4j#jcl-over-slf4j;1.7.12 ... + remote: \\[info\\] Resolving org.slf4j#slf4j-parent;1.7.12 ... + remote: \\[info\\] Resolving ch.qos.logback#logback-core;1.1.3 ... + remote: \\[info\\] Resolving ch.qos.logback#logback-core;1.1.3 ... + remote: \\[info\\] Resolving ch.qos.logback#logback-parent;1.1.3 ... + remote: \\[info\\] Resolving ch.qos.logback#logback-parent;1.1.3 ... + remote: \\[info\\] Resolving ch.qos.logback#logback-classic;1.1.3 ... + remote: \\[info\\] Resolving ch.qos.logback#logback-classic;1.1.3 ... + remote: \\[info\\] Resolving ch.qos.logback#logback-parent;1.1.3 ... + remote: \\[info\\] Resolving com.typesafe.akka#akka-actor_2.11;2.3.11 ... + remote: \\[info\\] Resolving com.typesafe.akka#akka-actor_2.11;2.3.11 ... + remote: \\[info\\] Resolving com.typesafe.akka#akka-slf4j_2.11;2.3.11 ... + remote: \\[info\\] Resolving com.typesafe.akka#akka-slf4j_2.11;2.3.11 ... + remote: \\[info\\] Resolving commons-codec#commons-codec;1.10 ... + remote: \\[info\\] Resolving commons-codec#commons-codec;1.10 ... + remote: \\[info\\] Resolving org.apache.commons#commons-parent;35 ... + remote: \\[info\\] Resolving org.apache.commons#commons-parent;35 ... + remote: \\[info\\] Resolving org.apache#apache;15 ... + remote: \\[info\\] Resolving org.apache#apache;15 ... + remote: \\[info\\] Resolving xerces#xercesImpl;2.11.0 ... + remote: \\[info\\] Resolving xerces#xercesImpl;2.11.0 ... + remote: \\[info\\] Resolving xml-apis#xml-apis;1.4.01 ... + remote: \\[info\\] Resolving xml-apis#xml-apis;1.4.01 ... + remote: \\[info\\] Resolving javax.transaction#jta;1.1 ... + remote: \\[info\\] Resolving javax.transaction#jta;1.1 ... + remote: \\[info\\] Resolving com.google.inject#guice;4.0 ... + remote: \\[info\\] Resolving com.google.inject#guice;4.0 ... + remote: \\[info\\] Resolving com.google.inject#guice-parent;4.0 ... + remote: \\[info\\] Resolving com.google.inject#guice-parent;4.0 ... + remote: \\[info\\] Resolving com.google#google;5 ... + remote: \\[info\\] Resolving com.google#google;5 ... + remote: \\[info\\] Resolving javax.inject#javax.inject;1 ... + remote: \\[info\\] Resolving aopalliance#aopalliance;1.0 ... + remote: \\[info\\] Resolving com.google.guava#guava;16.0.1 ... + remote: \\[info\\] Resolving com.google.guava#guava;16.0.1 ... + remote: \\[info\\] Resolving com.google.guava#guava-parent;16.0.1 ... + remote: \\[info\\] Resolving com.google.guava#guava-parent;16.0.1 ... + remote: \\[info\\] Resolving org.sonatype.oss#oss-parent;7 ... + remote: \\[info\\] Resolving com.google.inject.extensions#guice-assistedinject;4.0 ... + remote: \\[info\\] Resolving com.google.inject.extensions#guice-assistedinject;4.0 ... + remote: \\[info\\] Resolving com.google.inject.extensions#extensions-parent;4.0 ... + remote: \\[info\\] Resolving com.google.inject.extensions#extensions-parent;4.0 ... + remote: \\[info\\] Resolving com.google.inject#guice-parent;4.0 ... + remote: \\[info\\] Resolving com.typesafe.play#play-netty-server_2.11;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#play-netty-server_2.11;2.4.2 ... + remote: \\[info\\] Resolving io.netty#netty;3.10.3.Final ... + remote: \\[info\\] Resolving io.netty#netty;3.10.3.Final ... + remote: \\[info\\] Resolving org.sonatype.oss#oss-parent;9 ... + remote: \\[info\\] Resolving org.sonatype.oss#oss-parent;9 ... + remote: \\[info\\] Resolving com.typesafe.netty#netty-http-pipelining;1.1.4 ... + remote: \\[info\\] Resolving com.typesafe.netty#netty-http-pipelining;1.1.4 ... + remote: \\[info\\] Resolving com.typesafe.play#play-jdbc_2.11;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#play-jdbc_2.11;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#play-jdbc-api_2.11;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#play-jdbc-api_2.11;2.4.2 ... + remote: \\[info\\] Resolving com.jolbox#bonecp;0.8.0.RELEASE ... + remote: \\[info\\] Resolving com.jolbox#bonecp;0.8.0.RELEASE ... + remote: \\[info\\] Resolving com.jolbox#bonecp-parent;0.8.0.RELEASE ... + remote: \\[info\\] Resolving com.jolbox#bonecp-parent;0.8.0.RELEASE ... + remote: \\[info\\] Resolving com.zaxxer#HikariCP;2.3.7 ... + remote: \\[info\\] Resolving com.zaxxer#HikariCP;2.3.7 ... + remote: \\[info\\] Resolving com.zaxxer#HikariCP-parent;2.3.7 ... + remote: \\[info\\] Resolving com.zaxxer#HikariCP-parent;2.3.7 ... + remote: \\[info\\] Resolving org.sonatype.oss#oss-parent;7 ... + remote: \\[info\\] Resolving com.h2database#h2;1.4.187 ... + remote: \\[info\\] Resolving tyrex#tyrex;1.0.1 ... + remote: \\[info\\] Resolving tyrex#tyrex;1.0.1 ... + remote: \\[info\\] Resolving com.typesafe.play#play-cache_2.11;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#play-cache_2.11;2.4.2 ... + remote: \\[info\\] Resolving net.sf.ehcache#ehcache-core;2.6.11 ... + remote: \\[info\\] Resolving net.sf.ehcache#ehcache-core;2.6.11 ... + remote: \\[info\\] Resolving net.sf.ehcache#ehcache-parent;2.5 ... + remote: \\[info\\] Resolving net.sf.ehcache#ehcache-parent;2.5 ... + remote: \\[info\\] Resolving com.typesafe.play#play-ws_2.11;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#play-ws_2.11;2.4.2 ... + remote: \\[info\\] Resolving com.google.guava#guava;18.0 ... + remote: \\[info\\] Resolving com.ning#async-http-client;1.9.21 ... + remote: \\[info\\] Resolving com.ning#async-http-client;1.9.21 ... + remote: \\[info\\] Resolving org.sonatype.oss#oss-parent;9 ... + remote: \\[info\\] Resolving oauth.signpost#signpost-core;1.2.1.2 ... + remote: \\[info\\] Resolving oauth.signpost#signpost-core;1.2.1.2 ... + remote: \\[info\\] Resolving oauth.signpost#oauth-signpost;1.2.1.2 ... + remote: \\[info\\] Resolving oauth.signpost#oauth-signpost;1.2.1.2 ... + remote: \\[info\\] Resolving oauth.signpost#signpost-commonshttp4;1.2.1.2 ... + remote: \\[info\\] Resolving oauth.signpost#signpost-commonshttp4;1.2.1.2 ... + remote: \\[info\\] Resolving oauth.signpost#oauth-signpost;1.2.1.2 ... + remote: \\[info\\] Resolving org.apache.httpcomponents#httpcore;4.0.1 ... + remote: \\[info\\] Resolving org.apache.httpcomponents#httpcore;4.0.1 ... + remote: \\[info\\] Resolving org.apache.httpcomponents#httpcomponents-core;4.0.1 ... + remote: \\[info\\] Resolving org.apache.httpcomponents#httpcomponents-core;4.0.1 ... + remote: \\[info\\] Resolving org.apache.httpcomponents#project;4.0 ... + remote: \\[info\\] Resolving org.apache.httpcomponents#project;4.0 ... + remote: \\[info\\] Resolving org.apache.httpcomponents#httpclient;4.0.1 ... + remote: \\[info\\] Resolving org.apache.httpcomponents#httpclient;4.0.1 ... + remote: \\[info\\] Resolving org.apache.httpcomponents#httpcomponents-client;4.0.1 ... + remote: \\[info\\] Resolving org.apache.httpcomponents#httpcomponents-client;4.0.1 ... + remote: \\[info\\] Resolving org.apache.httpcomponents#project;4.0 ... + remote: \\[info\\] Resolving commons-logging#commons-logging;1.1.1 ... + remote: \\[info\\] Resolving commons-logging#commons-logging;1.1.1 ... + remote: \\[info\\] Resolving org.apache.commons#commons-parent;5 ... + remote: \\[info\\] Resolving org.apache.commons#commons-parent;5 ... + remote: \\[info\\] Resolving org.apache#apache;4 ... + remote: \\[info\\] Resolving org.apache#apache;4 ... + remote: \\[info\\] Resolving com.typesafe.play#play-test_2.11;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#play-test_2.11;2.4.2 ... + remote: \\[info\\] Resolving junit#junit;4.12 ... + remote: \\[info\\] Resolving junit#junit;4.12 ... + remote: \\[info\\] Resolving org.hamcrest#hamcrest-core;1.3 ... + remote: \\[info\\] Resolving org.hamcrest#hamcrest-core;1.3 ... + remote: \\[info\\] Resolving org.hamcrest#hamcrest-parent;1.3 ... + remote: \\[info\\] Resolving org.hamcrest#hamcrest-parent;1.3 ... + remote: \\[info\\] Resolving com.novocode#junit-interface;0.11 ... + remote: \\[info\\] Resolving com.novocode#junit-interface;0.11 ... + remote: \\[info\\] Resolving org.scala-sbt#test-interface;1.0 ... + remote: \\[info\\] Resolving com.google.code.findbugs#jsr305;2.0.3 ... + remote: \\[info\\] Resolving com.google.code.findbugs#jsr305;2.0.3 ... + remote: \\[info\\] Resolving org.fluentlenium#fluentlenium-core;0.10.3 ... + remote: \\[info\\] Resolving org.fluentlenium#fluentlenium-core;0.10.3 ... + remote: \\[info\\] Resolving org.fluentlenium#fluentlenium-parent;0.10.3 ... + remote: \\[info\\] Resolving org.fluentlenium#fluentlenium-parent;0.10.3 ... + remote: \\[info\\] Resolving org.sonatype.oss#oss-parent;7 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-java;2.44.0 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-java;2.44.0 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-parent;2.44.0 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-parent;2.44.0 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-chrome-driver;2.44.0 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-chrome-driver;2.44.0 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-parent;2.44.0 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-remote-driver;2.44.0 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-remote-driver;2.44.0 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-parent;2.44.0 ... + remote: \\[info\\] Resolving cglib#cglib-nodep;2.1_3 ... + remote: \\[info\\] Resolving cglib#cglib-nodep;2.1_3 ... + remote: \\[info\\] Resolving com.google.code.gson#gson;2.3 ... + remote: \\[info\\] Resolving com.google.code.gson#gson;2.3 ... + remote: \\[info\\] Resolving org.sonatype.oss#oss-parent;9 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-api;2.44.0 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-api;2.44.0 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-parent;2.44.0 ... + remote: \\[info\\] Resolving org.apache.httpcomponents#httpclient;4.3.4 ... + remote: \\[info\\] Resolving org.apache.httpcomponents#httpclient;4.3.4 ... + remote: \\[info\\] Resolving org.apache.httpcomponents#httpcomponents-client;4.3.4 ... + remote: \\[info\\] Resolving org.apache.httpcomponents#httpcomponents-client;4.3.4 ... + remote: \\[info\\] Resolving org.apache.httpcomponents#project;7 ... + remote: \\[info\\] Resolving org.apache.httpcomponents#project;7 ... + remote: \\[info\\] Resolving org.apache#apache;13 ... + remote: \\[info\\] Resolving org.apache.httpcomponents#httpcore;4.3.2 ... + remote: \\[info\\] Resolving org.apache.httpcomponents#httpcore;4.3.2 ... + remote: \\[info\\] Resolving org.apache.httpcomponents#httpcomponents-core;4.3.2 ... + remote: \\[info\\] Resolving org.apache.httpcomponents#httpcomponents-core;4.3.2 ... + remote: \\[info\\] Resolving org.apache.httpcomponents#project;7 ... + remote: \\[info\\] Resolving commons-logging#commons-logging;1.1.3 ... + remote: \\[info\\] Resolving commons-logging#commons-logging;1.1.3 ... + remote: \\[info\\] Resolving org.apache.commons#commons-parent;28 ... + remote: \\[info\\] Resolving org.apache.commons#commons-parent;28 ... + remote: \\[info\\] Resolving org.apache#apache;13 ... + remote: \\[info\\] Resolving org.apache.commons#commons-exec;1.1 ... + remote: \\[info\\] Resolving org.apache.commons#commons-exec;1.1 ... + remote: \\[info\\] Resolving org.apache.commons#commons-parent;17 ... + remote: \\[info\\] Resolving org.apache.commons#commons-parent;17 ... + remote: \\[info\\] Resolving org.apache#apache;7 ... + remote: \\[info\\] Resolving org.apache#apache;7 ... + remote: \\[info\\] Resolving net.java.dev.jna#jna;3.4.0 ... + remote: \\[info\\] Resolving net.java.dev.jna#jna;3.4.0 ... + remote: \\[info\\] Resolving net.java.dev.jna#platform;3.4.0 ... + remote: \\[info\\] Resolving net.java.dev.jna#platform;3.4.0 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-htmlunit-driver;2.44.0 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-htmlunit-driver;2.44.0 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-parent;2.44.0 ... + remote: \\[info\\] Resolving net.sourceforge.htmlunit#htmlunit;2.15 ... + remote: \\[info\\] Resolving net.sourceforge.htmlunit#htmlunit;2.15 ... + remote: \\[info\\] Resolving xalan#xalan;2.7.1 ... + remote: \\[info\\] Resolving xalan#xalan;2.7.1 ... + remote: \\[info\\] Resolving org.apache#apache;4 ... + remote: \\[info\\] Resolving xalan#serializer;2.7.1 ... + remote: \\[info\\] Resolving xalan#serializer;2.7.1 ... + remote: \\[info\\] Resolving org.apache#apache;4 ... + remote: \\[info\\] Resolving commons-collections#commons-collections;3.2.1 ... + remote: \\[info\\] Resolving commons-collections#commons-collections;3.2.1 ... + remote: \\[info\\] Resolving org.apache.commons#commons-parent;9 ... + remote: \\[info\\] Resolving org.apache.commons#commons-parent;9 ... + remote: \\[info\\] Resolving org.apache#apache;4 ... + remote: \\[info\\] Resolving org.apache.httpcomponents#httpmime;4.3.3 ... + remote: \\[info\\] Resolving org.apache.httpcomponents#httpmime;4.3.3 ... + remote: \\[info\\] Resolving org.apache.httpcomponents#httpcomponents-client;4.3.3 ... + remote: \\[info\\] Resolving org.apache.httpcomponents#httpcomponents-client;4.3.3 ... + remote: \\[info\\] Resolving org.apache.httpcomponents#project;7 ... + remote: \\[info\\] Resolving net.sourceforge.htmlunit#htmlunit-core-js;2.15 ... + remote: \\[info\\] Resolving net.sourceforge.htmlunit#htmlunit-core-js;2.15 ... + remote: \\[info\\] Resolving net.sourceforge.nekohtml#nekohtml;1.9.21 ... + remote: \\[info\\] Resolving net.sourceforge.nekohtml#nekohtml;1.9.21 ... + remote: \\[info\\] Resolving net.sourceforge.cssparser#cssparser;0.9.14 ... + remote: \\[info\\] Resolving net.sourceforge.cssparser#cssparser;0.9.14 ... + remote: \\[info\\] Resolving org.sonatype.oss#oss-parent;7 ... + remote: \\[info\\] Resolving org.w3c.css#sac;1.3 ... + remote: \\[info\\] Resolving org.w3c.css#sac;1.3 ... + remote: \\[info\\] Resolving commons-io#commons-io;2.4 ... + remote: \\[info\\] Resolving org.eclipse.jetty#jetty-websocket;8.1.15.v20140411 ... + remote: \\[info\\] Resolving org.eclipse.jetty#jetty-websocket;8.1.15.v20140411 ... + remote: \\[info\\] Resolving org.eclipse.jetty#jetty-project;8.1.15.v20140411 ... + remote: \\[info\\] Resolving org.eclipse.jetty#jetty-project;8.1.15.v20140411 ... + remote: \\[info\\] Resolving org.eclipse.jetty#jetty-parent;20 ... + remote: \\[info\\] Resolving org.eclipse.jetty#jetty-parent;20 ... + remote: \\[info\\] Resolving org.eclipse.jetty#jetty-util;8.1.15.v20140411 ... + remote: \\[info\\] Resolving org.eclipse.jetty#jetty-util;8.1.15.v20140411 ... + remote: \\[info\\] Resolving org.eclipse.jetty#jetty-project;8.1.15.v20140411 ... + remote: \\[info\\] Resolving org.eclipse.jetty#jetty-io;8.1.15.v20140411 ... + remote: \\[info\\] Resolving org.eclipse.jetty#jetty-io;8.1.15.v20140411 ... + remote: \\[info\\] Resolving org.eclipse.jetty#jetty-project;8.1.15.v20140411 ... + remote: \\[info\\] Resolving org.eclipse.jetty#jetty-http;8.1.15.v20140411 ... + remote: \\[info\\] Resolving org.eclipse.jetty#jetty-http;8.1.15.v20140411 ... + remote: \\[info\\] Resolving org.eclipse.jetty#jetty-project;8.1.15.v20140411 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-firefox-driver;2.44.0 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-firefox-driver;2.44.0 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-parent;2.44.0 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-ie-driver;2.44.0 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-ie-driver;2.44.0 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-parent;2.44.0 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-safari-driver;2.44.0 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-safari-driver;2.44.0 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-parent;2.44.0 ... + remote: \\[info\\] Resolving org.webbitserver#webbit;0.4.14 ... + remote: \\[info\\] Resolving org.webbitserver#webbit;0.4.14 ... + remote: \\[info\\] Resolving org.sonatype.oss#oss-parent;6 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-support;2.44.0 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-support;2.44.0 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-parent;2.44.0 ... + remote: \\[info\\] Resolving com.typesafe.play#play-omnidoc_2.11;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#play-omnidoc_2.11;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#play-docs_2.11;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#play-docs_2.11;2.4.2 ... + remote: \\[info\\] Resolving org.scala-lang.modules#scala-xml_2.11;1.0.1 ... + remote: \\[info\\] Resolving org.scala-lang.modules#scala-xml_2.11;1.0.1 ... + remote: \\[info\\] Resolving org.scala-lang.modules#scala-parser-combinators_2.11;1.0.1 ... + remote: \\[info\\] Resolving org.scala-lang.modules#scala-parser-combinators_2.11;1.0.1 ... + remote: \\[info\\] Resolving com.typesafe.play#play-doc_2.11;1.2.2 ... + remote: \\[info\\] Resolving com.typesafe.play#play-doc_2.11;1.2.2 ... + remote: \\[info\\] Resolving org.pegdown#pegdown;1.4.0 ... + remote: \\[info\\] Resolving org.pegdown#pegdown;1.4.0 ... + remote: \\[info\\] Resolving org.parboiled#parboiled-java;1.1.5 ... + remote: \\[info\\] Resolving org.parboiled#parboiled-java;1.1.5 ... + remote: \\[info\\] Resolving org.parboiled#parboiled-core;1.1.5 ... + remote: \\[info\\] Resolving org.parboiled#parboiled-core;1.1.5 ... + remote: \\[info\\] Resolving org.ow2.asm#asm;4.1 ... + remote: \\[info\\] Resolving org.ow2.asm#asm;4.1 ... + remote: \\[info\\] Resolving org.ow2.asm#asm-parent;4.1 ... + remote: \\[info\\] Resolving org.ow2.asm#asm-parent;4.1 ... + remote: \\[info\\] Resolving org.ow2#ow2;1.3 ... + remote: \\[info\\] Resolving org.ow2#ow2;1.3 ... + remote: \\[info\\] Resolving org.ow2.asm#asm-tree;4.1 ... + remote: \\[info\\] Resolving org.ow2.asm#asm-tree;4.1 ... + remote: \\[info\\] Resolving org.ow2.asm#asm-parent;4.1 ... + remote: \\[info\\] Resolving org.ow2.asm#asm-analysis;4.1 ... + remote: \\[info\\] Resolving org.ow2.asm#asm-analysis;4.1 ... + remote: \\[info\\] Resolving org.ow2.asm#asm-parent;4.1 ... + remote: \\[info\\] Resolving org.ow2.asm#asm-util;4.1 ... + remote: \\[info\\] Resolving org.ow2.asm#asm-util;4.1 ... + remote: \\[info\\] Resolving org.ow2.asm#asm-parent;4.1 ... + remote: \\[info\\] Resolving jline#jline;2.12.1 ... + remote: \\[info\\] Resolving jline#jline;2.12.1 ... + remote: \\[info\\] Resolving org.sonatype.oss#oss-parent;7 ... + remote: \\[info\\] downloading https://jcenter.bintray.com/org/scala-lang/scala-compiler/2.11.6/scala-compiler-2.11.6.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.scala-lang#scala-compiler;2.11.6!scala-compiler.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/scala-lang/scala-library/2.11.6/scala-library-2.11.6.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.scala-lang#scala-library;2.11.6!scala-library.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/play/twirl-api_2.11/1.1.1/twirl-api_2.11-1.1.1.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.play#twirl-api_2.11;1.1.1!twirl-api_2.11.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/play/play-server_2.11/2.4.2/play-server_2.11-2.4.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.play#play-server_2.11;2.4.2!play-server_2.11.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/play/play-netty-server_2.11/2.4.2/play-netty-server_2.11-2.4.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.play#play-netty-server_2.11;2.4.2!play-netty-server_2.11.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/play/play-jdbc_2.11/2.4.2/play-jdbc_2.11-2.4.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.play#play-jdbc_2.11;2.4.2!play-jdbc_2.11.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/play/play-cache_2.11/2.4.2/play-cache_2.11-2.4.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.play#play-cache_2.11;2.4.2!play-cache_2.11.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/play/play-ws_2.11/2.4.2/play-ws_2.11-2.4.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.play#play-ws_2.11;2.4.2!play-ws_2.11.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/scala-lang/scala-reflect/2.11.6/scala-reflect-2.11.6.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.scala-lang#scala-reflect;2.11.6!scala-reflect.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/scala-lang/modules/scala-xml_2.11/1.0.3/scala-xml_2.11-1.0.3.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.scala-lang.modules#scala-xml_2.11;1.0.3!scala-xml_2.11.jar\\(bundle\\) \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.3/scala-parser-combinators_2.11-1.0.3.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.scala-lang.modules#scala-parser-combinators_2.11;1.0.3!scala-parser-combinators_2.11.jar\\(bundle\\) \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/scala-lang/modules/scala-xml_2.11/1.0.1/scala-xml_2.11-1.0.1.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.scala-lang.modules#scala-xml_2.11;1.0.1!scala-xml_2.11.jar\\(bundle\\) \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/play/play_2.11/2.4.2/play_2.11-2.4.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.play#play_2.11;2.4.2!play_2.11.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/play/play-iteratees_2.11/2.4.2/play-iteratees_2.11-2.4.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.play#play-iteratees_2.11;2.4.2!play-iteratees_2.11.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/play/play-json_2.11/2.4.2/play-json_2.11-2.4.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.play#play-json_2.11;2.4.2!play-json_2.11.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/play/play-netty-utils/2.4.2/play-netty-utils-2.4.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.play#play-netty-utils;2.4.2!play-netty-utils.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.scala-lang.modules#scala-parser-combinators_2.11;1.0.1!scala-parser-combinators_2.11.jar\\(bundle\\) \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/slf4j/jul-to-slf4j/1.7.12/jul-to-slf4j-1.7.12.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.slf4j#jul-to-slf4j;1.7.12!jul-to-slf4j.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/slf4j/jcl-over-slf4j/1.7.12/jcl-over-slf4j-1.7.12.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.slf4j#jcl-over-slf4j;1.7.12!jcl-over-slf4j.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/ch/qos/logback/logback-core/1.1.3/logback-core-1.1.3.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] ch.qos.logback#logback-core;1.1.3!logback-core.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/ch/qos/logback/logback-classic/1.1.3/logback-classic-1.1.3.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] ch.qos.logback#logback-classic;1.1.3!logback-classic.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/akka/akka-actor_2.11/2.3.11/akka-actor_2.11-2.3.11.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.akka#akka-actor_2.11;2.3.11!akka-actor_2.11.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/akka/akka-slf4j_2.11/2.3.11/akka-slf4j_2.11-2.3.11.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.akka#akka-slf4j_2.11;2.3.11!akka-slf4j_2.11.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/fasterxml/jackson/core/jackson-core/2.5.4/jackson-core-2.5.4.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.fasterxml.jackson.core#jackson-core;2.5.4!jackson-core.jar\\(bundle\\) \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/fasterxml/jackson/core/jackson-annotations/2.5.4/jackson-annotations-2.5.4.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.fasterxml.jackson.core#jackson-annotations;2.5.4!jackson-annotations.jar\\(bundle\\) \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/fasterxml/jackson/core/jackson-databind/2.5.4/jackson-databind-2.5.4.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.fasterxml.jackson.core#jackson-databind;2.5.4!jackson-databind.jar\\(bundle\\) \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.5.4/jackson-datatype-jdk8-2.5.4.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.fasterxml.jackson.datatype#jackson-datatype-jdk8;2.5.4!jackson-datatype-jdk8.jar\\(bundle\\) \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.5.4/jackson-datatype-jsr310-2.5.4.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.fasterxml.jackson.datatype#jackson-datatype-jsr310;2.5.4!jackson-datatype-jsr310.jar\\(bundle\\) \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/scala-stm/scala-stm_2.11/0.7/scala-stm_2.11-0.7.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.scala-stm#scala-stm_2.11;0.7!scala-stm_2.11.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/commons-codec/commons-codec/1.10/commons-codec-1.10.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] commons-codec#commons-codec;1.10!commons-codec.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/joda-time/joda-time/2.8.1/joda-time-2.8.1.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] joda-time#joda-time;2.8.1!joda-time.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/joda/joda-convert/1.7/joda-convert-1.7.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.joda#joda-convert;1.7!joda-convert.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] xerces#xercesImpl;2.11.0!xercesImpl.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/javax/transaction/jta/1.1/jta-1.1.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] javax.transaction#jta;1.1!jta.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/google/inject/guice/4.0/guice-4.0.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.google.inject#guice;4.0!guice.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/google/inject/extensions/guice-assistedinject/4.0/guice-assistedinject-4.0.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.google.inject.extensions#guice-assistedinject;4.0!guice-assistedinject.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/play/play-functional_2.11/2.4.2/play-functional_2.11-2.4.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.play#play-functional_2.11;2.4.2!play-functional_2.11.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/play/play-datacommons_2.11/2.4.2/play-datacommons_2.11-2.4.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.play#play-datacommons_2.11;2.4.2!play-datacommons_2.11.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] xml-apis#xml-apis;1.4.01!xml-apis.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/google/guava/guava/16.0.1/guava-16.0.1.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.google.guava#guava;16.0.1!guava.jar\\(bundle\\) \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/io/netty/netty/3.10.3.Final/netty-3.10.3.Final.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] io.netty#netty;3.10.3.Final!netty.jar\\(bundle\\) \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/netty/netty-http-pipelining/1.1.4/netty-http-pipelining-1.1.4.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.netty#netty-http-pipelining;1.1.4!netty-http-pipelining.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/play/play-jdbc-api_2.11/2.4.2/play-jdbc-api_2.11-2.4.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.play#play-jdbc-api_2.11;2.4.2!play-jdbc-api_2.11.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/jolbox/bonecp/0.8.0.RELEASE/bonecp-0.8.0.RELEASE.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.jolbox#bonecp;0.8.0.RELEASE!bonecp.jar\\(bundle\\) \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/zaxxer/HikariCP/2.3.7/HikariCP-2.3.7.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.zaxxer#HikariCP;2.3.7!HikariCP.jar\\(bundle\\) \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/tyrex/tyrex/1.0.1/tyrex-1.0.1.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] tyrex#tyrex;1.0.1!tyrex.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/net/sf/ehcache/ehcache-core/2.6.11/ehcache-core-2.6.11.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] net.sf.ehcache#ehcache-core;2.6.11!ehcache-core.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/ning/async-http-client/1.9.21/async-http-client-1.9.21.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.ning#async-http-client;1.9.21!async-http-client.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/oauth/signpost/signpost-core/1.2.1.2/signpost-core-1.2.1.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] oauth.signpost#signpost-core;1.2.1.2!signpost-core.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/oauth/signpost/signpost-commonshttp4/1.2.1.2/signpost-commonshttp4-1.2.1.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] oauth.signpost#signpost-commonshttp4;1.2.1.2!signpost-commonshttp4.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.apache.httpcomponents#httpcore;4.0.1!httpcore.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.0.1/httpclient-4.0.1.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.apache.httpcomponents#httpclient;4.0.1!httpclient.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] commons-logging#commons-logging;1.1.1!commons-logging.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/play/play-test_2.11/2.4.2/play-test_2.11-2.4.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.play#play-test_2.11;2.4.2!play-test_2.11.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/junit/junit/4.12/junit-4.12.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] junit#junit;4.12!junit.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/novocode/junit-interface/0.11/junit-interface-0.11.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.novocode#junit-interface;0.11!junit-interface.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/google/code/findbugs/jsr305/2.0.3/jsr305-2.0.3.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.google.code.findbugs#jsr305;2.0.3!jsr305.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/fluentlenium/fluentlenium-core/0.10.3/fluentlenium-core-0.10.3.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.fluentlenium#fluentlenium-core;0.10.3!fluentlenium-core.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.hamcrest#hamcrest-core;1.3!hamcrest-core.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/seleniumhq/selenium/selenium-java/2.44.0/selenium-java-2.44.0.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.seleniumhq.selenium#selenium-java;2.44.0!selenium-java.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/seleniumhq/selenium/selenium-chrome-driver/2.44.0/selenium-chrome-driver-2.44.0.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.seleniumhq.selenium#selenium-chrome-driver;2.44.0!selenium-chrome-driver.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/seleniumhq/selenium/selenium-htmlunit-driver/2.44.0/selenium-htmlunit-driver-2.44.0.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.seleniumhq.selenium#selenium-htmlunit-driver;2.44.0!selenium-htmlunit-driver.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/seleniumhq/selenium/selenium-firefox-driver/2.44.0/selenium-firefox-driver-2.44.0.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.seleniumhq.selenium#selenium-firefox-driver;2.44.0!selenium-firefox-driver.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/seleniumhq/selenium/selenium-ie-driver/2.44.0/selenium-ie-driver-2.44.0.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.seleniumhq.selenium#selenium-ie-driver;2.44.0!selenium-ie-driver.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/seleniumhq/selenium/selenium-safari-driver/2.44.0/selenium-safari-driver-2.44.0.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.seleniumhq.selenium#selenium-safari-driver;2.44.0!selenium-safari-driver.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/seleniumhq/selenium/selenium-support/2.44.0/selenium-support-2.44.0.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.seleniumhq.selenium#selenium-support;2.44.0!selenium-support.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/webbitserver/webbit/0.4.14/webbit-0.4.14.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.webbitserver#webbit;0.4.14!webbit.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/seleniumhq/selenium/selenium-remote-driver/2.44.0/selenium-remote-driver-2.44.0.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.seleniumhq.selenium#selenium-remote-driver;2.44.0!selenium-remote-driver.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/cglib/cglib-nodep/2.1_3/cglib-nodep-2.1_3.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] cglib#cglib-nodep;2.1_3!cglib-nodep.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/google/code/gson/gson/2.3/gson-2.3.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.google.code.gson#gson;2.3!gson.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/seleniumhq/selenium/selenium-api/2.44.0/selenium-api-2.44.0.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.seleniumhq.selenium#selenium-api;2.44.0!selenium-api.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.3.4/httpclient-4.3.4.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.apache.httpcomponents#httpclient;4.3.4!httpclient.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/apache/commons/commons-exec/1.1/commons-exec-1.1.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.apache.commons#commons-exec;1.1!commons-exec.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/net/java/dev/jna/jna/3.4.0/jna-3.4.0.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] net.java.dev.jna#jna;3.4.0!jna.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] net.java.dev.jna#platform;3.4.0!platform.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.apache.httpcomponents#httpcore;4.3.2!httpcore.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] commons-logging#commons-logging;1.1.3!commons-logging.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/net/sourceforge/htmlunit/htmlunit/2.15/htmlunit-2.15.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] net.sourceforge.htmlunit#htmlunit;2.15!htmlunit.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/xalan/xalan/2.7.1/xalan-2.7.1.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] xalan#xalan;2.7.1!xalan.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] commons-collections#commons-collections;3.2.1!commons-collections.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/apache/httpcomponents/httpmime/4.3.3/httpmime-4.3.3.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.apache.httpcomponents#httpmime;4.3.3!httpmime.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/net/sourceforge/htmlunit/htmlunit-core-js/2.15/htmlunit-core-js-2.15.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] net.sourceforge.htmlunit#htmlunit-core-js;2.15!htmlunit-core-js.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/net/sourceforge/nekohtml/nekohtml/1.9.21/nekohtml-1.9.21.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] net.sourceforge.nekohtml#nekohtml;1.9.21!nekohtml.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/net/sourceforge/cssparser/cssparser/0.9.14/cssparser-0.9.14.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] net.sourceforge.cssparser#cssparser;0.9.14!cssparser.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/eclipse/jetty/jetty-websocket/8.1.15.v20140411/jetty-websocket-8.1.15.v20140411.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.eclipse.jetty#jetty-websocket;8.1.15.v20140411!jetty-websocket.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/xalan/serializer/2.7.1/serializer-2.7.1.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] xalan#serializer;2.7.1!serializer.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/w3c/css/sac/1.3/sac-1.3.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.w3c.css#sac;1.3!sac.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/eclipse/jetty/jetty-util/8.1.15.v20140411/jetty-util-8.1.15.v20140411.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.eclipse.jetty#jetty-util;8.1.15.v20140411!jetty-util.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/eclipse/jetty/jetty-io/8.1.15.v20140411/jetty-io-8.1.15.v20140411.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.eclipse.jetty#jetty-io;8.1.15.v20140411!jetty-io.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/eclipse/jetty/jetty-http/8.1.15.v20140411/jetty-http-8.1.15.v20140411.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.eclipse.jetty#jetty-http;8.1.15.v20140411!jetty-http.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/play/play-omnidoc_2.11/2.4.2/play-omnidoc_2.11-2.4.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.play#play-omnidoc_2.11;2.4.2!play-omnidoc_2.11.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/play/play-docs_2.11/2.4.2/play-docs_2.11-2.4.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.play#play-docs_2.11;2.4.2!play-docs_2.11.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/com/typesafe/play/play-doc_2.11/1.2.2/play-doc_2.11-1.2.2.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] com.typesafe.play#play-doc_2.11;1.2.2!play-doc_2.11.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/pegdown/pegdown/1.4.0/pegdown-1.4.0.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.pegdown#pegdown;1.4.0!pegdown.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/parboiled/parboiled-java/1.1.5/parboiled-java-1.1.5.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.parboiled#parboiled-java;1.1.5!parboiled-java.jar\\(bundle\\) \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/parboiled/parboiled-core/1.1.5/parboiled-core-1.1.5.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.parboiled#parboiled-core;1.1.5!parboiled-core.jar\\(bundle\\) \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/ow2/asm/asm/4.1/asm-4.1.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.ow2.asm#asm;4.1!asm.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/ow2/asm/asm-tree/4.1/asm-tree-4.1.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.ow2.asm#asm-tree;4.1!asm-tree.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/ow2/asm/asm-analysis/4.1/asm-analysis-4.1.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.ow2.asm#asm-analysis;4.1!asm-analysis.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/org/ow2/asm/asm-util/4.1/asm-util-4.1.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] org.ow2.asm#asm-util;4.1!asm-util.jar \\([0-9]+ms\\) + remote: \\[info\\] downloading https://jcenter.bintray.com/jline/jline/2.12.1/jline-2.12.1.jar ... + remote: \\[info\\] \\[SUCCESSFUL \\] jline#jline;2.12.1!jline.jar \\([0-9]+ms\\) + remote: \\[info\\] Done updating. + remote: \\[info\\] Compiling 7 Scala sources and 1 Java source to /tmp/scala_buildpack_build_dir/target/scala-2.11/classes... + remote: \\[info\\] 'compiler-interface' not yet compiled for Scala 2.11.6. Compiling... + remote: \\[info\\] Compilation completed in .* + remote: \\[success\\] Total time: .*, completed .* + remote: \\[info\\] Wrote /tmp/scala_buildpack_build_dir/target/scala-2.11/play-2-4-x-scala_2.11-1.0-SNAPSHOT.pom + remote: \\[info\\] Packaging /tmp/scala_buildpack_build_dir/target/scala-2.11/play-2-4-x-scala_2.11-1.0-SNAPSHOT-web-assets.jar ... + remote: \\[info\\] Packaging /tmp/scala_buildpack_build_dir/target/scala-2.11/play-2-4-x-scala_2.11-1.0-SNAPSHOT.jar ... + remote: \\[info\\] Done packaging. + remote: \\[info\\] Done packaging. + remote: \\[info\\] Packaging /tmp/scala_buildpack_build_dir/target/scala-2.11/play-2-4-x-scala_2.11-1.0-SNAPSHOT-sans-externalized.jar ... + remote: \\[info\\] Done packaging. + remote: \\[success\\] Total time: .*, completed .* + remote: -----> Collecting dependency information + remote: -----> Dropping ivy cache from the slug + remote: -----> Dropping sbt boot dir from the slug + remote: -----> Dropping compilation artifacts from the slug + remote: -----> Discovering process types + remote: Procfile declares types -> \\(none\\) + remote: Default types for buildpack -> web + remote: + remote: -----> Compressing... + REGEX + + app.commit! + app.push! + + # Second build should use cached artifacts and doesn't recompile previously compiled application files + expect(clean_output(app.output)).to match(Regexp.new(<<~REGEX, Regexp::MULTILINE)) + remote: -----> Scala app detected + remote: -----> Installing Azul Zulu OpenJDK 1.8.0_[0-9]+ + remote: + remote: ! Warning: Unsupported sbt version detected. + remote: ! + remote: ! This buildpack does not officially support sbt 0.13.9. You are using + remote: ! an end-of-life version that no longer receives security updates or bug fixes. + remote: ! Support for sbt 0.x was ended by the upstream sbt project on November 30, 2018. + remote: ! + remote: ! Please upgrade to sbt 1.x for active support. + remote: ! + remote: ! The buildpack will attempt to build your application, but compatibility + remote: ! is not guaranteed and may break at any time. + remote: ! + remote: ! For more information: + remote: ! - https://web.archive.org/web/20210918065807/https://www.lightbend.com/blog/scala-sbt-127-patchnotes + remote: ! + remote: ! Upgrade guide: + remote: ! - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html + remote: + remote: -----> Running: sbt compile stage + remote: \\[info\\] Loading global plugins from /tmp/scala_buildpack_build_dir/.sbt_home/plugins + remote: \\[info\\] Updating \\{file:/tmp/scala_buildpack_build_dir/.sbt_home/plugins/\\}global-plugins... + remote: \\[info\\] Resolving org.scala-lang#scala-library;2.10.5 ... + remote: \\[info\\] Resolving org.scala-sbt#sbt;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#main;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#actions;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#classpath;0.13.9 ... + remote: \\[info\\] Resolving org.scala-lang#scala-compiler;2.10.5 ... + remote: \\[info\\] Resolving org.scala-lang#scala-reflect;2.10.5 ... + remote: \\[info\\] Resolving org.scala-sbt#interface;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#io;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#control;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#launcher-interface;1.0.0-M1 ... + remote: \\[info\\] Resolving org.scala-sbt#completion;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#collections;0.13.9 ... + remote: \\[info\\] Resolving jline#jline;2.11 ... + remote: \\[info\\] Resolving org.scala-sbt#api;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#compiler-integration;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#incremental-compiler;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#logging;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#process;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#relation;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#compile;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#classfile;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#persist;0.13.9 ... + remote: \\[info\\] Resolving org.scala-tools.sbinary#sbinary_2.10;0.4.2 ... + remote: \\[info\\] Resolving org.scala-sbt#compiler-ivy-integration;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#ivy;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#cross;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt.ivy#ivy;2.3.0-sbt-c5d1b95fdcc1e1007740ffbecf4eb07abc51ec93 ... + remote: \\[info\\] Resolving com.jcraft#jsch;0.1.46 ... + remote: \\[info\\] Resolving org.scala-sbt#serialization_2.10;0.1.1 ... + remote: \\[info\\] Resolving org.scala-lang.modules#scala-pickling_2.10;0.10.0 ... + remote: \\[info\\] Resolving org.scalamacros#quasiquotes_2.10;2.0.1 ... + remote: \\[info\\] Resolving org.json4s#json4s-core_2.10;3.2.10 ... + remote: \\[info\\] Resolving org.json4s#json4s-ast_2.10;3.2.10 ... + remote: \\[info\\] Resolving com.thoughtworks.paranamer#paranamer;2.6 ... + remote: \\[info\\] Resolving org.spire-math#jawn-parser_2.10;0.6.0 ... + remote: \\[info\\] Resolving org.spire-math#json4s-support_2.10;0.6.0 ... + remote: \\[info\\] Resolving org.scala-sbt#run;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#task-system;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#tasks;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#tracking;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#cache;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#testing;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#test-agent;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#test-interface;1.0 ... + remote: \\[info\\] Resolving org.scala-sbt#main-settings;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#apply-macro;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#command;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#logic;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#compiler-interface;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#precompiled-2_8_2;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#precompiled-2_9_2;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#precompiled-2_9_3;0.13.9 ... + remote: \\[info\\] Resolving org.scala-lang#jline;2.10.5 ... + remote: \\[info\\] Resolving org.fusesource.jansi#jansi;1.4 ... + remote: \\[info\\] Done updating. + remote: \\[info\\] Compiling 1 Scala source to /tmp/scala_buildpack_build_dir/.sbt_home/plugins/target/scala-2.10/sbt-0.13/classes... + remote: \\[info\\] Loading project definition from /tmp/scala_buildpack_build_dir/project + remote: \\[info\\] Updating \\{file:/tmp/scala_buildpack_build_dir/project/\\}scala_buildpack_build_dir-build... + remote: \\[info\\] Resolving org.scala-sbt#global-plugins;0.0 ... + remote: \\[info\\] Resolving com.typesafe.play#sbt-plugin;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#routes-compiler_2.10;2.4.2 ... + remote: \\[info\\] Resolving org.scala-lang#scala-library;2.10.5 ... + remote: \\[info\\] Resolving com.typesafe.play#twirl-api_2.10;1.1.1 ... + remote: \\[info\\] Resolving org.apache.commons#commons-lang3;3.4 ... + remote: \\[info\\] Resolving commons-io#commons-io;2.4 ... + remote: \\[info\\] Resolving com.typesafe.play#sbt-run-support_2.10;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#build-link;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#play-exceptions;2.4.2 ... + remote: \\[info\\] Resolving org.javassist#javassist;3.19.0-GA ... + remote: \\[info\\] Resolving com.typesafe#config;1.3.0 ... + remote: \\[info\\] Resolving com.google.guava#guava;18.0 ... + remote: \\[info\\] Resolving com.h2database#h2;1.4.187 ... + remote: \\[info\\] Resolving net.contentobjects.jnotify#jnotify;0.94-play-1 ... + remote: \\[info\\] Resolving com.typesafe.sbt#sbt-twirl;1.1.1 ... + remote: \\[info\\] Resolving com.typesafe.play#twirl-compiler_2.10;1.1.1 ... + remote: \\[info\\] Resolving org.scala-lang#scala-compiler;2.10.5 ... + remote: \\[info\\] Resolving org.scala-lang#scala-reflect;2.10.5 ... + remote: \\[info\\] Resolving com.typesafe.play#twirl-parser_2.10;1.1.1 ... + remote: \\[info\\] Resolving com.typesafe.sbt#sbt-native-packager;1.0.1 ... + remote: \\[info\\] Resolving org.apache.commons#commons-compress;1.4.1 ... + remote: \\[info\\] Resolving org.tukaani#xz;1.0 ... + remote: \\[info\\] Resolving org.vafer#jdeb;1.3 ... + remote: \\[info\\] Resolving org.apache.commons#commons-compress;1.7 ... + remote: \\[info\\] Resolving org.tukaani#xz;1.4 ... + remote: \\[info\\] Resolving org.apache.maven#maven-core;3.2.2 ... + remote: \\[info\\] Resolving org.apache.maven#maven-model;3.2.2 ... + remote: \\[info\\] Resolving org.codehaus.plexus#plexus-utils;3.0.17 ... + remote: \\[info\\] Resolving org.apache.maven#maven-settings;3.2.2 ... + remote: \\[info\\] Resolving org.apache.maven#maven-settings-builder;3.2.2 ... + remote: \\[info\\] Resolving org.codehaus.plexus#plexus-interpolation;1.19 ... + remote: \\[info\\] Resolving org.codehaus.plexus#plexus-component-annotations;1.5.5 ... + remote: \\[info\\] Resolving org.sonatype.plexus#plexus-sec-dispatcher;1.3 ... + remote: \\[info\\] Resolving org.sonatype.plexus#plexus-cipher;1.4 ... + remote: \\[info\\] Resolving org.apache.maven#maven-repository-metadata;3.2.2 ... + remote: \\[info\\] Resolving org.apache.maven#maven-artifact;3.2.2 ... + remote: \\[info\\] Resolving org.apache.maven#maven-plugin-api;3.2.2 ... + remote: \\[info\\] Resolving org.eclipse.sisu#org.eclipse.sisu.plexus;0.0.0.M5 ... + remote: \\[info\\] Resolving javax.enterprise#cdi-api;1.0 ... + remote: \\[info\\] Resolving javax.annotation#jsr250-api;1.0 ... + remote: \\[info\\] Resolving javax.inject#javax.inject;1 ... + remote: \\[info\\] Resolving org.sonatype.sisu#sisu-guice;3.1.0 ... + remote: \\[info\\] Resolving aopalliance#aopalliance;1.0 ... + remote: \\[info\\] Resolving org.eclipse.sisu#org.eclipse.sisu.inject;0.0.0.M5 ... + remote: \\[info\\] Resolving org.apache.maven#maven-model-builder;3.2.2 ... + remote: \\[info\\] Resolving org.apache.maven#maven-aether-provider;3.2.2 ... + remote: \\[info\\] Resolving org.eclipse.aether#aether-api;0.9.0.M2 ... + remote: \\[info\\] Resolving org.eclipse.aether#aether-spi;0.9.0.M2 ... + remote: \\[info\\] Resolving org.eclipse.aether#aether-util;0.9.0.M2 ... + remote: \\[info\\] Resolving org.eclipse.aether#aether-impl;0.9.0.M2 ... + remote: \\[info\\] Resolving org.codehaus.plexus#plexus-classworlds;2.5.1 ... + remote: \\[info\\] Resolving org.apache.ant#ant;1.9.3 ... + remote: \\[info\\] Resolving org.apache.ant#ant-launcher;1.9.3 ... + remote: \\[info\\] Resolving org.bouncycastle#bcpg-jdk15on;1.51 ... + remote: \\[info\\] Resolving org.bouncycastle#bcprov-jdk15on;1.51 ... + remote: \\[info\\] Resolving com.typesafe.sbt#sbt-web;1.2.2 ... + remote: \\[info\\] Resolving com.typesafe.akka#akka-actor_2.10;2.3.9 ... + remote: \\[info\\] Resolving org.webjars#webjars-locator;0.26 ... + remote: \\[info\\] Resolving org.webjars#webjars-locator-core;0.26 ... + remote: \\[info\\] Resolving org.slf4j#slf4j-api;1.7.7 ... + remote: \\[info\\] Resolving org.apache.commons#commons-compress;1.9 ... + remote: \\[info\\] Resolving com.fasterxml.jackson.core#jackson-databind;2.3.3 ... + remote: \\[info\\] Resolving com.fasterxml.jackson.core#jackson-annotations;2.3.0 ... + remote: \\[info\\] Resolving com.fasterxml.jackson.core#jackson-core;2.3.3 ... + remote: \\[info\\] Resolving com.typesafe.sbt#sbt-js-engine;1.1.3 ... + remote: \\[info\\] Resolving com.typesafe#jse_2.10;1.1.2 ... + remote: \\[info\\] Resolving com.typesafe.akka#akka-actor_2.10;2.3.11 ... + remote: \\[info\\] Resolving com.typesafe.akka#akka-contrib_2.10;2.3.11 ... + remote: \\[info\\] Resolving com.typesafe.akka#akka-remote_2.10;2.3.11 ... + remote: \\[info\\] Resolving io.netty#netty;3.8.0.Final ... + remote: \\[info\\] Resolving com.google.protobuf#protobuf-java;2.5.0 ... + remote: \\[info\\] Resolving org.uncommons.maths#uncommons-maths;1.2.2a ... + remote: \\[info\\] Resolving com.typesafe.akka#akka-cluster_2.10;2.3.11 ... + remote: \\[info\\] Resolving com.typesafe.akka#akka-persistence-experimental_2.10;2.3.11 ... + remote: \\[info\\] Resolving org.iq80.leveldb#leveldb;0.5 ... + remote: \\[info\\] Resolving org.iq80.leveldb#leveldb-api;0.5 ... + remote: \\[info\\] Resolving org.fusesource.leveldbjni#leveldbjni-all;1.7 ... + remote: \\[info\\] Resolving org.fusesource.leveldbjni#leveldbjni;1.7 ... + remote: \\[info\\] Resolving org.fusesource.hawtjni#hawtjni-runtime;1.8 ... + remote: \\[info\\] Resolving org.fusesource.leveldbjni#leveldbjni-osx;1.5 ... + remote: \\[info\\] Resolving org.fusesource.leveldbjni#leveldbjni-linux32;1.5 ... + remote: \\[info\\] Resolving org.fusesource.leveldbjni#leveldbjni-linux64;1.5 ... + remote: \\[info\\] Resolving org.fusesource.leveldbjni#leveldbjni-win32;1.5 ... + remote: \\[info\\] Resolving org.fusesource.leveldbjni#leveldbjni-win64;1.5 ... + remote: \\[info\\] Resolving io.apigee.trireme#trireme-core;0.8.5 ... + remote: \\[info\\] Resolving io.apigee#rhino;1.7R5pre4 ... + remote: \\[info\\] Resolving io.apigee.trireme#trireme-node10src;0.8.5 ... + remote: \\[info\\] Resolving io.spray#spray-json_2.10;1.3.2 ... + remote: \\[info\\] Resolving org.slf4j#slf4j-simple;1.7.12 ... + remote: \\[info\\] Resolving org.slf4j#slf4j-api;1.7.12 ... + remote: \\[info\\] Resolving com.typesafe#npm_2.10;1.1.1 ... + remote: \\[info\\] Resolving org.webjars#npm;2.11.2 ... + remote: \\[info\\] Resolving org.scala-sbt#sbt;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#main;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#actions;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#classpath;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#interface;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#io;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#control;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#launcher-interface;1.0.0-M1 ... + remote: \\[info\\] Resolving org.scala-sbt#completion;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#collections;0.13.9 ... + remote: \\[info\\] Resolving jline#jline;2.11 ... + remote: \\[info\\] Resolving org.scala-sbt#api;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#compiler-integration;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#incremental-compiler;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#logging;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#process;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#relation;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#compile;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#classfile;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#persist;0.13.9 ... + remote: \\[info\\] Resolving org.scala-tools.sbinary#sbinary_2.10;0.4.2 ... + remote: \\[info\\] Resolving org.scala-sbt#compiler-ivy-integration;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#ivy;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#cross;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt.ivy#ivy;2.3.0-sbt-c5d1b95fdcc1e1007740ffbecf4eb07abc51ec93 ... + remote: \\[info\\] Resolving com.jcraft#jsch;0.1.46 ... + remote: \\[info\\] Resolving org.scala-sbt#serialization_2.10;0.1.1 ... + remote: \\[info\\] Resolving org.scala-lang.modules#scala-pickling_2.10;0.10.0 ... + remote: \\[info\\] Resolving org.scalamacros#quasiquotes_2.10;2.0.1 ... + remote: \\[info\\] Resolving org.json4s#json4s-core_2.10;3.2.10 ... + remote: \\[info\\] Resolving org.json4s#json4s-ast_2.10;3.2.10 ... + remote: \\[info\\] Resolving com.thoughtworks.paranamer#paranamer;2.6 ... + remote: \\[info\\] Resolving org.spire-math#jawn-parser_2.10;0.6.0 ... + remote: \\[info\\] Resolving org.spire-math#json4s-support_2.10;0.6.0 ... + remote: \\[info\\] Resolving org.scala-sbt#run;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#task-system;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#tasks;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#tracking;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#cache;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#testing;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#test-agent;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#test-interface;1.0 ... + remote: \\[info\\] Resolving org.scala-sbt#main-settings;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#apply-macro;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#command;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#logic;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#compiler-interface;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#precompiled-2_8_2;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#precompiled-2_9_2;0.13.9 ... + remote: \\[info\\] Resolving org.scala-sbt#precompiled-2_9_3;0.13.9 ... + remote: \\[info\\] Resolving org.scala-lang#jline;2.10.5 ... + remote: \\[info\\] Resolving org.fusesource.jansi#jansi;1.4 ... + remote: \\[info\\] Done updating. + remote: \\[info\\] Set current project to play-2.4.x-scala \\(in build file:/tmp/scala_buildpack_build_dir/\\) + remote: \\[info\\] Updating {file:/tmp/scala_buildpack_build_dir/}root... + remote: \\[info\\] Resolving org.scala-lang#scala-compiler;2.11.6 ... + remote: \\[info\\] Resolving org.scala-lang#scala-library;2.11.6 ... + remote: \\[info\\] Resolving org.scala-lang#scala-reflect;2.11.6 ... + remote: \\[info\\] Resolving org.scala-lang.modules#scala-xml_2.11;1.0.3 ... + remote: \\[info\\] Resolving org.scala-lang.modules#scala-parser-combinators_2.11;1.0.3 ... + remote: \\[info\\] Resolving com.typesafe.play#twirl-api_2.11;1.1.1 ... + remote: \\[info\\] Resolving org.apache.commons#commons-lang3;3.4 ... + remote: \\[info\\] Resolving com.typesafe.play#play-server_2.11;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#play_2.11;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#build-link;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#play-exceptions;2.4.2 ... + remote: \\[info\\] Resolving org.javassist#javassist;3.19.0-GA ... + remote: \\[info\\] Resolving com.typesafe.play#play-iteratees_2.11;2.4.2 ... + remote: \\[info\\] Resolving org.scala-stm#scala-stm_2.11;0.7 ... + remote: \\[info\\] Resolving com.typesafe#config;1.3.0 ... + remote: \\[info\\] Resolving com.typesafe.play#play-json_2.11;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#play-functional_2.11;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#play-datacommons_2.11;2.4.2 ... + remote: \\[info\\] Resolving joda-time#joda-time;2.8.1 ... + remote: \\[info\\] Resolving org.joda#joda-convert;1.7 ... + remote: \\[info\\] Resolving com.fasterxml.jackson.core#jackson-core;2.5.4 ... + remote: \\[info\\] Resolving com.fasterxml.jackson.core#jackson-annotations;2.5.4 ... + remote: \\[info\\] Resolving com.fasterxml.jackson.core#jackson-databind;2.5.4 ... + remote: \\[info\\] Resolving com.fasterxml.jackson.datatype#jackson-datatype-jdk8;2.5.4 ... + remote: \\[info\\] Resolving com.fasterxml.jackson.datatype#jackson-datatype-jsr310;2.5.4 ... + remote: \\[info\\] Resolving com.typesafe.play#play-netty-utils;2.4.2 ... + remote: \\[info\\] Resolving org.slf4j#slf4j-api;1.7.12 ... + remote: \\[info\\] Resolving org.slf4j#jul-to-slf4j;1.7.12 ... + remote: \\[info\\] Resolving org.slf4j#jcl-over-slf4j;1.7.12 ... + remote: \\[info\\] Resolving ch.qos.logback#logback-core;1.1.3 ... + remote: \\[info\\] Resolving ch.qos.logback#logback-classic;1.1.3 ... + remote: \\[info\\] Resolving com.typesafe.akka#akka-actor_2.11;2.3.11 ... + remote: \\[info\\] Resolving com.typesafe.akka#akka-slf4j_2.11;2.3.11 ... + remote: \\[info\\] Resolving commons-codec#commons-codec;1.10 ... + remote: \\[info\\] Resolving xerces#xercesImpl;2.11.0 ... + remote: \\[info\\] Resolving xml-apis#xml-apis;1.4.01 ... + remote: \\[info\\] Resolving javax.transaction#jta;1.1 ... + remote: \\[info\\] Resolving com.google.inject#guice;4.0 ... + remote: \\[info\\] Resolving javax.inject#javax.inject;1 ... + remote: \\[info\\] Resolving aopalliance#aopalliance;1.0 ... + remote: \\[info\\] Resolving com.google.guava#guava;16.0.1 ... + remote: \\[info\\] Resolving com.google.inject.extensions#guice-assistedinject;4.0 ... + remote: \\[info\\] Resolving com.typesafe.play#play-netty-server_2.11;2.4.2 ... + remote: \\[info\\] Resolving io.netty#netty;3.10.3.Final ... + remote: \\[info\\] Resolving com.typesafe.netty#netty-http-pipelining;1.1.4 ... + remote: \\[info\\] Resolving com.typesafe.play#play-jdbc_2.11;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#play-jdbc-api_2.11;2.4.2 ... + remote: \\[info\\] Resolving com.jolbox#bonecp;0.8.0.RELEASE ... + remote: \\[info\\] Resolving com.zaxxer#HikariCP;2.3.7 ... + remote: \\[info\\] Resolving com.h2database#h2;1.4.187 ... + remote: \\[info\\] Resolving tyrex#tyrex;1.0.1 ... + remote: \\[info\\] Resolving com.typesafe.play#play-cache_2.11;2.4.2 ... + remote: \\[info\\] Resolving net.sf.ehcache#ehcache-core;2.6.11 ... + remote: \\[info\\] Resolving com.typesafe.play#play-ws_2.11;2.4.2 ... + remote: \\[info\\] Resolving com.google.guava#guava;18.0 ... + remote: \\[info\\] Resolving com.ning#async-http-client;1.9.21 ... + remote: \\[info\\] Resolving oauth.signpost#signpost-core;1.2.1.2 ... + remote: \\[info\\] Resolving oauth.signpost#signpost-commonshttp4;1.2.1.2 ... + remote: \\[info\\] Resolving org.apache.httpcomponents#httpcore;4.0.1 ... + remote: \\[info\\] Resolving org.apache.httpcomponents#httpclient;4.0.1 ... + remote: \\[info\\] Resolving commons-logging#commons-logging;1.1.1 ... + remote: \\[info\\] Resolving com.typesafe.play#play-test_2.11;2.4.2 ... + remote: \\[info\\] Resolving junit#junit;4.12 ... + remote: \\[info\\] Resolving org.hamcrest#hamcrest-core;1.3 ... + remote: \\[info\\] Resolving com.novocode#junit-interface;0.11 ... + remote: \\[info\\] Resolving org.scala-sbt#test-interface;1.0 ... + remote: \\[info\\] Resolving com.google.code.findbugs#jsr305;2.0.3 ... + remote: \\[info\\] Resolving org.fluentlenium#fluentlenium-core;0.10.3 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-java;2.44.0 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-chrome-driver;2.44.0 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-remote-driver;2.44.0 ... + remote: \\[info\\] Resolving cglib#cglib-nodep;2.1_3 ... + remote: \\[info\\] Resolving com.google.code.gson#gson;2.3 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-api;2.44.0 ... + remote: \\[info\\] Resolving org.apache.httpcomponents#httpclient;4.3.4 ... + remote: \\[info\\] Resolving org.apache.httpcomponents#httpcore;4.3.2 ... + remote: \\[info\\] Resolving commons-logging#commons-logging;1.1.3 ... + remote: \\[info\\] Resolving org.apache.commons#commons-exec;1.1 ... + remote: \\[info\\] Resolving net.java.dev.jna#jna;3.4.0 ... + remote: \\[info\\] Resolving net.java.dev.jna#platform;3.4.0 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-htmlunit-driver;2.44.0 ... + remote: \\[info\\] Resolving net.sourceforge.htmlunit#htmlunit;2.15 ... + remote: \\[info\\] Resolving xalan#xalan;2.7.1 ... + remote: \\[info\\] Resolving xalan#serializer;2.7.1 ... + remote: \\[info\\] Resolving commons-collections#commons-collections;3.2.1 ... + remote: \\[info\\] Resolving org.apache.httpcomponents#httpmime;4.3.3 ... + remote: \\[info\\] Resolving net.sourceforge.htmlunit#htmlunit-core-js;2.15 ... + remote: \\[info\\] Resolving net.sourceforge.nekohtml#nekohtml;1.9.21 ... + remote: \\[info\\] Resolving net.sourceforge.cssparser#cssparser;0.9.14 ... + remote: \\[info\\] Resolving org.w3c.css#sac;1.3 ... + remote: \\[info\\] Resolving commons-io#commons-io;2.4 ... + remote: \\[info\\] Resolving org.eclipse.jetty#jetty-websocket;8.1.15.v20140411 ... + remote: \\[info\\] Resolving org.eclipse.jetty#jetty-util;8.1.15.v20140411 ... + remote: \\[info\\] Resolving org.eclipse.jetty#jetty-io;8.1.15.v20140411 ... + remote: \\[info\\] Resolving org.eclipse.jetty#jetty-http;8.1.15.v20140411 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-firefox-driver;2.44.0 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-ie-driver;2.44.0 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-safari-driver;2.44.0 ... + remote: \\[info\\] Resolving org.webbitserver#webbit;0.4.14 ... + remote: \\[info\\] Resolving org.seleniumhq.selenium#selenium-support;2.44.0 ... + remote: \\[info\\] Resolving com.typesafe.play#play-omnidoc_2.11;2.4.2 ... + remote: \\[info\\] Resolving com.typesafe.play#play-docs_2.11;2.4.2 ... + remote: \\[info\\] Resolving org.scala-lang.modules#scala-xml_2.11;1.0.1 ... + remote: \\[info\\] Resolving org.scala-lang.modules#scala-parser-combinators_2.11;1.0.1 ... + remote: \\[info\\] Resolving com.typesafe.play#play-doc_2.11;1.2.2 ... + remote: \\[info\\] Resolving org.pegdown#pegdown;1.4.0 ... + remote: \\[info\\] Resolving org.parboiled#parboiled-java;1.1.5 ... + remote: \\[info\\] Resolving org.parboiled#parboiled-core;1.1.5 ... + remote: \\[info\\] Resolving org.ow2.asm#asm;4.1 ... + remote: \\[info\\] Resolving org.ow2.asm#asm-tree;4.1 ... + remote: \\[info\\] Resolving org.ow2.asm#asm-analysis;4.1 ... + remote: \\[info\\] Resolving org.ow2.asm#asm-util;4.1 ... + remote: \\[info\\] Resolving jline#jline;2.12.1 ... + remote: \\[info\\] Done updating. + remote: \\[info\\] Compiling 7 Scala sources and 1 Java source to /tmp/scala_buildpack_build_dir/target/scala-2.11/classes... + remote: \\[success\\] Total time: .*, completed .* + remote: \\[info\\] Wrote /tmp/scala_buildpack_build_dir/target/scala-2.11/play-2-4-x-scala_2.11-1.0-SNAPSHOT.pom + remote: \\[info\\] Packaging /tmp/scala_buildpack_build_dir/target/scala-2.11/play-2-4-x-scala_2.11-1.0-SNAPSHOT-web-assets.jar ... + remote: \\[info\\] Packaging /tmp/scala_buildpack_build_dir/target/scala-2.11/play-2-4-x-scala_2.11-1.0-SNAPSHOT.jar ... + remote: \\[info\\] Done packaging. + remote: \\[info\\] Done packaging. + remote: \\[info\\] Packaging /tmp/scala_buildpack_build_dir/target/scala-2.11/play-2-4-x-scala_2.11-1.0-SNAPSHOT-sans-externalized.jar ... + remote: \\[info\\] Done packaging. + remote: \\[success\\] Total time: .*, completed .* + remote: -----> Collecting dependency information + remote: -----> Dropping ivy cache from the slug + remote: -----> Dropping sbt boot dir from the slug + remote: -----> Dropping compilation artifacts from the slug + remote: -----> Discovering process types + remote: Procfile declares types -> \\(none\\) + remote: Default types for buildpack -> web + remote: + remote: -----> Compressing... + REGEX + end + end + end end