Skip to content

Instantly share code, notes, and snippets.

@goutham27
Created January 10, 2017 20:35
Show Gist options
  • Save goutham27/7f575de654f0aed8a965aee5f89caa5b to your computer and use it in GitHub Desktop.
Save goutham27/7f575de654f0aed8a965aee5f89caa5b to your computer and use it in GitHub Desktop.
root@vagrant-ubuntu-trusty-64:/vagrant# docker build -f Dockerfile.test -t 10.100.198.200:5000/books-ms-tests .
Sending build context to Docker daemon 123.9 MB
Step 1 : FROM debian:jessie
---> 19134a8202e7
Step 2 : MAINTAINER Viktor Farcic "viktor@farcic.com"
---> Using cache
---> 127985d5d68a
Step 3 : ENV VERSION 1.0
---> Using cache
---> b7867473a69d
Step 4 : RUN apt-get update
---> Using cache
---> c900b2d3c289
Step 5 : RUN apt-get -y install curl
---> Using cache
---> 32848c8c802c
Step 6 : RUN curl -sL https://deb.nodesource.com/setup_0.12 | bash -
---> Using cache
---> 39cc4812c09a
Step 7 : RUN echo "deb http://dl.bintray.com/sbt/debian /" | tee -a /etc/apt/sources.list.d/sbt.list
---> Using cache
---> 7f545bd37af2
Step 8 : RUN curl -sL https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
---> Using cache
---> 9f1fd2c374fa
Step 9 : RUN echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list
---> Using cache
---> cd82acc54a47
Step 10 : RUN echo "deb http://packages.linuxmint.com debian import" >> /etc/apt/sources.list
---> Using cache
---> d32194b12901
Step 11 : RUN apt-get update && apt-get -y --fix-missing install wget bzip2 make g++ && apt-get -y --force-yes --fix-missing install --no-install-recommends mongodb nodejs git sbt xvfb firefox google-chrome-stable && apt-get clean && rm -rf /var/lib/apt/lists/*
---> Using cache
---> 3a0646bc0501
Step 12 : RUN curl -O -q http://downloads.typesafe.com/scala/2.11.5/scala-2.11.5.deb && dpkg -i scala-2.11.5.deb && rm scala-2.11.5.deb
---> Using cache
---> c5edd822d789
Step 13 : RUN npm install -g gulp bower
---> Using cache
---> 9e8e49783391
Step 14 : RUN mkdir /source
---> Using cache
---> bf25682eec3f
Step 15 : RUN mkdir -p /data/db
---> Using cache
---> 3aace00aa7e7
Step 16 : ADD project /source/project
---> Using cache
---> c56bdbba47a3
Step 17 : ADD build.sbt /source/build.sbt
---> Using cache
---> 6b9ed387edc5
Step 18 : ADD client/bower.json /source/client/bower.json
---> Using cache
---> 8701d65ee1bb
Step 19 : ADD client/gulpfile.js /source/client/gulpfile.js
---> Using cache
---> 64fb7c656ec2
Step 20 : ADD client/package.json /source/client/package.json
---> e0d2ef1eb8f7
Removing intermediate container 42e0778b9d6c
Step 21 : ADD client/wct.conf.js /source/client/wct.conf.js
---> ac7b7f4d8d46
Removing intermediate container 6a132e5103e7
Step 22 : ADD client/test.html /source/client/test.html
---> fc0a9693c3fd
Removing intermediate container 5378f8b69e30
Step 23 : ADD run_tests.sh /source/run_tests.sh
---> c9353def9b12
Removing intermediate container 4313072b328d
Step 24 : RUN cd /source && sbt update
---> Running in 8ab22fa6a457
Getting org.scala-sbt sbt 0.13.13 ...
downloading https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt/0.13.13/jars/sbt.jar ...
You probably access the destination server through a proxy server that is not well configured.
You probably access the destination server through a proxy server that is not well configured.
[SUCCESSFUL ] org.scala-sbt#sbt;0.13.13!sbt.jar (64368ms)
downloading https://repo1.maven.org/maven2/org/scala-lang/scala-library/2.10.6/scala-library-2.10.6.jar ...
You probably access the destination server through a proxy server that is not well configured.
You probably access the destination server through a proxy server that is not well configured.
You probably access the destination server through a proxy server that is not well configured.
You probably access the destination server through a proxy server that is not well configured.
You probably access the destination server through a proxy server that is not well configured.
You probably access the destination server through a proxy server that is not well configured.
You probably access the destination server through a proxy server that is not well configured.
You probably access the destination server through a proxy server that is not well configured.
You probably access the destination server through a proxy server that is not well configured.
You probably access the destination server through a proxy server that is not well configured.
You probably access the destination server through a proxy server that is not well configured.
You probably access the destination server through a proxy server that is not well configured.
downloading https://repo1.maven.org/maven2/org/scala-sbt/launcher-interface/1.0.0-M1/launcher-interface-1.0.0-M1.jar ...
You probably access the destination server through a proxy server that is not well configured.
You probably access the destination server through a proxy server that is not well configured.
You probably access the destination server through a proxy server that is not well configured.
You probably access the destination server through a proxy server that is not well configured.
You probably access the destination server through a proxy server that is not well configured.
You probably access the destination server through a proxy server that is not well configured.
You probably access the destination server through a proxy server that is not well configured.
You probably access the destination server through a proxy server that is not well configured.
You probably access the destination server through a proxy server that is not well configured.
You probably access the destination server through a proxy server that is not well configured.
downloading https://repo1.maven.org/maven2/org/scala-lang/scala-compiler/2.10.6/scala-compiler-2.10.6.jar ...
downloading https://repo1.maven.org/maven2/org/scala-lang/scala-reflect/2.10.6/scala-reflect-2.10.6.jar ...
You probably access the destination server through a proxy server that is not well configured.
You probably access the destination server through a proxy server that is not well configured.
downloading https://repo1.maven.org/maven2/jline/jline/2.13/jline-2.13.jar ...
downloading https://repo1.maven.org/maven2/org/fusesource/jansi/jansi/1.11/jansi-1.11.jar ...
You probably access the destination server through a proxy server that is not well configured.
You probably access the destination server through a proxy server that is not well configured.
You probably access the destination server through a proxy server that is not well configured.
You probably access the destination server through a proxy server that is not well configured.
You probably access the destination server through a proxy server that is not well configured.
You probably access the destination server through a proxy server that is not well configured.
downloading https://repo1.maven.org/maven2/org/scala-sbt/ivy/ivy/2.3.0-sbt-2cf13e211b2cb31f0d3b317289dca70eca3362f6/ivy-2.3.0-sbt-2cf13e211b2cb31f0d3b317289dca70eca3362f6.jar ...
downloading https://repo1.maven.org/maven2/com/jcraft/jsch/0.1.50/jsch-0.1.50.jar ...
downloading https://repo1.maven.org/maven2/org/scala-sbt/serialization_2.10/0.1.2/serialization_2.10-0.1.2.jar ...
downloading https://repo1.maven.org/maven2/org/scala-lang/modules/scala-pickling_2.10/0.10.1/scala-pickling_2.10-0.10.1.jar ...
downloading https://repo1.maven.org/maven2/org/json4s/json4s-core_2.10/3.2.10/json4s-core_2.10-3.2.10.jar ...
downloading https://repo1.maven.org/maven2/org/spire-math/jawn-parser_2.10/0.6.0/jawn-parser_2.10-0.6.0.jar ...
downloading https://repo1.maven.org/maven2/org/spire-math/json4s-support_2.10/0.6.0/json4s-support_2.10-0.6.0.jar ...
downloading https://repo1.maven.org/maven2/org/scalamacros/quasiquotes_2.10/2.0.1/quasiquotes_2.10-2.0.1.jar ...
downloading https://repo1.maven.org/maven2/org/json4s/json4s-ast_2.10/3.2.10/json4s-ast_2.10-3.2.10.jar ...
downloading https://repo1.maven.org/maven2/com/thoughtworks/paranamer/paranamer/2.6/paranamer-2.6.jar ...
You probably access the destination server through a proxy server that is not well configured.
You probably access the destination server through a proxy server that is not well configured.
downloading https://repo1.maven.org/maven2/org/scala-sbt/test-interface/1.0/test-interface-1.0.jar ...
You probably access the destination server through a proxy server that is not well configured.
downloading https://repo1.maven.org/maven2/org/scala-sbt/template-resolver/0.1/template-resolver-0.1.jar ...
:: problems summary ::
:::: WARNINGS
Host dl.bintray.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt/0.13.13/jars/sbt.jar.sha1
Host repo.typesafe.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt/0.13.13/jars/sbt.jar.md5
[FAILED ] org.scala-lang#scala-library;2.10.6!scala-library.jar: repo1.maven.org (20026ms)
[FAILED ] org.scala-lang#scala-library;2.10.6!scala-library.jar: repo1.maven.org (20026ms)
==== Maven Central: tried
https://repo1.maven.org/maven2/org/scala-lang/scala-library/2.10.6/scala-library-2.10.6.jar
Host repo.typesafe.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/main/0.13.13/jars/main.jar
[NOT FOUND ] org.scala-sbt#main;0.13.13!main.jar (20025ms)
==== typesafe-ivy-releases: tried
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/main/0.13.13/jars/main.jar
Host repo.typesafe.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/compiler-interface/0.13.13/jars/compiler-interface.jar
[NOT FOUND ] org.scala-sbt#compiler-interface;0.13.13!compiler-interface.jar (1ms)
==== typesafe-ivy-releases: tried
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/compiler-interface/0.13.13/jars/compiler-interface.jar
Host repo.typesafe.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/actions/0.13.13/jars/actions.jar
[NOT FOUND ] org.scala-sbt#actions;0.13.13!actions.jar (1ms)
==== typesafe-ivy-releases: tried
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/actions/0.13.13/jars/actions.jar
Host repo.typesafe.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/main-settings/0.13.13/jars/main-settings.jar
[NOT FOUND ] org.scala-sbt#main-settings;0.13.13!main-settings.jar (1ms)
==== typesafe-ivy-releases: tried
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/main-settings/0.13.13/jars/main-settings.jar
Host repo.typesafe.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/interface/0.13.13/jars/interface.jar
[NOT FOUND ] org.scala-sbt#interface;0.13.13!interface.jar (4ms)
==== typesafe-ivy-releases: tried
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/interface/0.13.13/jars/interface.jar
Host repo.typesafe.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/io/0.13.13/jars/io.jar
[NOT FOUND ] org.scala-sbt#io;0.13.13!io.jar (2ms)
==== typesafe-ivy-releases: tried
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/io/0.13.13/jars/io.jar
Host repo.typesafe.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/ivy/0.13.13/jars/ivy.jar
[NOT FOUND ] org.scala-sbt#ivy;0.13.13!ivy.jar (4ms)
==== typesafe-ivy-releases: tried
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/ivy/0.13.13/jars/ivy.jar
Host repo.typesafe.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/logging/0.13.13/jars/logging.jar
[NOT FOUND ] org.scala-sbt#logging;0.13.13!logging.jar (2ms)
==== typesafe-ivy-releases: tried
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/logging/0.13.13/jars/logging.jar
Host repo.typesafe.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/logic/0.13.13/jars/logic.jar
[NOT FOUND ] org.scala-sbt#logic;0.13.13!logic.jar (2ms)
==== typesafe-ivy-releases: tried
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/logic/0.13.13/jars/logic.jar
Host repo.typesafe.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/process/0.13.13/jars/process.jar
[NOT FOUND ] org.scala-sbt#process;0.13.13!process.jar (3ms)
==== typesafe-ivy-releases: tried
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/process/0.13.13/jars/process.jar
Host repo.typesafe.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/run/0.13.13/jars/run.jar
[NOT FOUND ] org.scala-sbt#run;0.13.13!run.jar (1ms)
==== typesafe-ivy-releases: tried
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/run/0.13.13/jars/run.jar
Host repo.typesafe.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/command/0.13.13/jars/command.jar
[NOT FOUND ] org.scala-sbt#command;0.13.13!command.jar (5ms)
==== typesafe-ivy-releases: tried
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/command/0.13.13/jars/command.jar
[FAILED ] org.scala-sbt#launcher-interface;1.0.0-M1!launcher-interface.jar: repo1.maven.org (20018ms)
[FAILED ] org.scala-sbt#launcher-interface;1.0.0-M1!launcher-interface.jar: repo1.maven.org (20018ms)
==== Maven Central: tried
https://repo1.maven.org/maven2/org/scala-sbt/launcher-interface/1.0.0-M1/launcher-interface-1.0.0-M1.jar
Host repo.typesafe.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/classpath/0.13.13/jars/classpath.jar
[NOT FOUND ] org.scala-sbt#classpath;0.13.13!classpath.jar (20022ms)
==== typesafe-ivy-releases: tried
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/classpath/0.13.13/jars/classpath.jar
Host repo.typesafe.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/completion/0.13.13/jars/completion.jar
[NOT FOUND ] org.scala-sbt#completion;0.13.13!completion.jar (2ms)
==== typesafe-ivy-releases: tried
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/completion/0.13.13/jars/completion.jar
Host repo.typesafe.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/api/0.13.13/jars/api.jar
[NOT FOUND ] org.scala-sbt#api;0.13.13!api.jar (3ms)
==== typesafe-ivy-releases: tried
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/api/0.13.13/jars/api.jar
Host repo.typesafe.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/compiler-integration/0.13.13/jars/compiler-integration.jar
[NOT FOUND ] org.scala-sbt#compiler-integration;0.13.13!compiler-integration.jar (2ms)
==== typesafe-ivy-releases: tried
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/compiler-integration/0.13.13/jars/compiler-integration.jar
Host repo.typesafe.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/compiler-ivy-integration/0.13.13/jars/compiler-ivy-integration.jar
[NOT FOUND ] org.scala-sbt#compiler-ivy-integration;0.13.13!compiler-ivy-integration.jar (3ms)
==== typesafe-ivy-releases: tried
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/compiler-ivy-integration/0.13.13/jars/compiler-ivy-integration.jar
Host repo.typesafe.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/relation/0.13.13/jars/relation.jar
[NOT FOUND ] org.scala-sbt#relation;0.13.13!relation.jar (5ms)
==== typesafe-ivy-releases: tried
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/relation/0.13.13/jars/relation.jar
Host repo.typesafe.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/task-system/0.13.13/jars/task-system.jar
[NOT FOUND ] org.scala-sbt#task-system;0.13.13!task-system.jar (4ms)
==== typesafe-ivy-releases: tried
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/task-system/0.13.13/jars/task-system.jar
Host repo.typesafe.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/tasks/0.13.13/jars/tasks.jar
[NOT FOUND ] org.scala-sbt#tasks;0.13.13!tasks.jar (3ms)
==== typesafe-ivy-releases: tried
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/tasks/0.13.13/jars/tasks.jar
Host repo.typesafe.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/tracking/0.13.13/jars/tracking.jar
[NOT FOUND ] org.scala-sbt#tracking;0.13.13!tracking.jar (5ms)
==== typesafe-ivy-releases: tried
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/tracking/0.13.13/jars/tracking.jar
Host repo.typesafe.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/testing/0.13.13/jars/testing.jar
[NOT FOUND ] org.scala-sbt#testing;0.13.13!testing.jar (2ms)
==== typesafe-ivy-releases: tried
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/testing/0.13.13/jars/testing.jar
[FAILED ] org.scala-lang#scala-compiler;2.10.6!scala-compiler.jar: repo1.maven.org (20031ms)
[FAILED ] org.scala-lang#scala-compiler;2.10.6!scala-compiler.jar: repo1.maven.org (20031ms)
==== Maven Central: tried
https://repo1.maven.org/maven2/org/scala-lang/scala-compiler/2.10.6/scala-compiler-2.10.6.jar
[FAILED ] org.scala-lang#scala-reflect;2.10.6!scala-reflect.jar: repo1.maven.org (4ms)
[FAILED ] org.scala-lang#scala-reflect;2.10.6!scala-reflect.jar: repo1.maven.org (4ms)
==== Maven Central: tried
https://repo1.maven.org/maven2/org/scala-lang/scala-reflect/2.10.6/scala-reflect-2.10.6.jar
Host repo.typesafe.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/control/0.13.13/jars/control.jar
[NOT FOUND ] org.scala-sbt#control;0.13.13!control.jar (20024ms)
==== typesafe-ivy-releases: tried
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/control/0.13.13/jars/control.jar
Host repo.typesafe.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/collections/0.13.13/jars/collections.jar
[NOT FOUND ] org.scala-sbt#collections;0.13.13!collections.jar (5ms)
==== typesafe-ivy-releases: tried
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/collections/0.13.13/jars/collections.jar
[FAILED ] jline#jline;2.13!jline.jar: repo1.maven.org (20030ms)
[FAILED ] jline#jline;2.13!jline.jar: repo1.maven.org (20030ms)
==== Maven Central: tried
https://repo1.maven.org/maven2/jline/jline/2.13/jline-2.13.jar
[FAILED ] org.fusesource.jansi#jansi;1.11!jansi.jar: repo1.maven.org (2ms)
[FAILED ] org.fusesource.jansi#jansi;1.11!jansi.jar: repo1.maven.org (2ms)
==== Maven Central: tried
https://repo1.maven.org/maven2/org/fusesource/jansi/jansi/1.11/jansi-1.11.jar
Host repo.typesafe.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/classfile/0.13.13/jars/classfile.jar
[NOT FOUND ] org.scala-sbt#classfile;0.13.13!classfile.jar (20022ms)
==== typesafe-ivy-releases: tried
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/classfile/0.13.13/jars/classfile.jar
Host repo.typesafe.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/incremental-compiler/0.13.13/jars/incremental-compiler.jar
[NOT FOUND ] org.scala-sbt#incremental-compiler;0.13.13!incremental-compiler.jar (2ms)
==== typesafe-ivy-releases: tried
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/incremental-compiler/0.13.13/jars/incremental-compiler.jar
Host repo.typesafe.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/compile/0.13.13/jars/compile.jar
[NOT FOUND ] org.scala-sbt#compile;0.13.13!compile.jar (2ms)
==== typesafe-ivy-releases: tried
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/compile/0.13.13/jars/compile.jar
Host repo.typesafe.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/persist/0.13.13/jars/persist.jar
[NOT FOUND ] org.scala-sbt#persist;0.13.13!persist.jar (3ms)
==== typesafe-ivy-releases: tried
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/persist/0.13.13/jars/persist.jar
Host repo.typesafe.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-tools.sbinary/sbinary_2.10/0.4.2/jars/sbinary_2.10.jar
[NOT FOUND ] org.scala-tools.sbinary#sbinary_2.10;0.4.2!sbinary_2.10.jar (3ms)
==== typesafe-ivy-releases: tried
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-tools.sbinary/sbinary_2.10/0.4.2/jars/sbinary_2.10.jar
Host repo.typesafe.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/cross/0.13.13/jars/cross.jar
[NOT FOUND ] org.scala-sbt#cross;0.13.13!cross.jar (3ms)
==== typesafe-ivy-releases: tried
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/cross/0.13.13/jars/cross.jar
[FAILED ] org.scala-sbt.ivy#ivy;2.3.0-sbt-2cf13e211b2cb31f0d3b317289dca70eca3362f6!ivy.jar: repo1.maven.org (20023ms)
[FAILED ] org.scala-sbt.ivy#ivy;2.3.0-sbt-2cf13e211b2cb31f0d3b317289dca70eca3362f6!ivy.jar: repo1.maven.org (20023ms)
==== Maven Central: tried
https://repo1.maven.org/maven2/org/scala-sbt/ivy/ivy/2.3.0-sbt-2cf13e211b2cb31f0d3b317289dca70eca3362f6/ivy-2.3.0-sbt-2cf13e211b2cb31f0d3b317289dca70eca3362f6.jar
[FAILED ] com.jcraft#jsch;0.1.50!jsch.jar: repo1.maven.org (3ms)
[FAILED ] com.jcraft#jsch;0.1.50!jsch.jar: repo1.maven.org (3ms)
==== Maven Central: tried
https://repo1.maven.org/maven2/com/jcraft/jsch/0.1.50/jsch-0.1.50.jar
[FAILED ] org.scala-sbt#serialization_2.10;0.1.2!serialization_2.10.jar: repo1.maven.org (3ms)
[FAILED ] org.scala-sbt#serialization_2.10;0.1.2!serialization_2.10.jar: repo1.maven.org (3ms)
==== Maven Central: tried
https://repo1.maven.org/maven2/org/scala-sbt/serialization_2.10/0.1.2/serialization_2.10-0.1.2.jar
[FAILED ] org.scala-lang.modules#scala-pickling_2.10;0.10.1!scala-pickling_2.10.jar: repo1.maven.org (3ms)
[FAILED ] org.scala-lang.modules#scala-pickling_2.10;0.10.1!scala-pickling_2.10.jar: repo1.maven.org (3ms)
==== Maven Central: tried
https://repo1.maven.org/maven2/org/scala-lang/modules/scala-pickling_2.10/0.10.1/scala-pickling_2.10-0.10.1.jar
[FAILED ] org.json4s#json4s-core_2.10;3.2.10!json4s-core_2.10.jar: repo1.maven.org (3ms)
[FAILED ] org.json4s#json4s-core_2.10;3.2.10!json4s-core_2.10.jar: repo1.maven.org (3ms)
==== Maven Central: tried
https://repo1.maven.org/maven2/org/json4s/json4s-core_2.10/3.2.10/json4s-core_2.10-3.2.10.jar
[FAILED ] org.spire-math#jawn-parser_2.10;0.6.0!jawn-parser_2.10.jar: repo1.maven.org (3ms)
[FAILED ] org.spire-math#jawn-parser_2.10;0.6.0!jawn-parser_2.10.jar: repo1.maven.org (3ms)
==== Maven Central: tried
https://repo1.maven.org/maven2/org/spire-math/jawn-parser_2.10/0.6.0/jawn-parser_2.10-0.6.0.jar
[FAILED ] org.spire-math#json4s-support_2.10;0.6.0!json4s-support_2.10.jar: repo1.maven.org (4ms)
[FAILED ] org.spire-math#json4s-support_2.10;0.6.0!json4s-support_2.10.jar: repo1.maven.org (4ms)
==== Maven Central: tried
https://repo1.maven.org/maven2/org/spire-math/json4s-support_2.10/0.6.0/json4s-support_2.10-0.6.0.jar
[FAILED ] org.scalamacros#quasiquotes_2.10;2.0.1!quasiquotes_2.10.jar: repo1.maven.org (4ms)
[FAILED ] org.scalamacros#quasiquotes_2.10;2.0.1!quasiquotes_2.10.jar: repo1.maven.org (4ms)
==== Maven Central: tried
https://repo1.maven.org/maven2/org/scalamacros/quasiquotes_2.10/2.0.1/quasiquotes_2.10-2.0.1.jar
[FAILED ] org.json4s#json4s-ast_2.10;3.2.10!json4s-ast_2.10.jar: repo1.maven.org (4ms)
[FAILED ] org.json4s#json4s-ast_2.10;3.2.10!json4s-ast_2.10.jar: repo1.maven.org (4ms)
==== Maven Central: tried
https://repo1.maven.org/maven2/org/json4s/json4s-ast_2.10/3.2.10/json4s-ast_2.10-3.2.10.jar
[FAILED ] com.thoughtworks.paranamer#paranamer;2.6!paranamer.jar: repo1.maven.org (3ms)
[FAILED ] com.thoughtworks.paranamer#paranamer;2.6!paranamer.jar: repo1.maven.org (3ms)
==== Maven Central: tried
https://repo1.maven.org/maven2/com/thoughtworks/paranamer/paranamer/2.6/paranamer-2.6.jar
Host repo.typesafe.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/cache/0.13.13/jars/cache.jar
[NOT FOUND ] org.scala-sbt#cache;0.13.13!cache.jar (20019ms)
==== typesafe-ivy-releases: tried
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/cache/0.13.13/jars/cache.jar
Host repo.typesafe.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/test-agent/0.13.13/jars/test-agent.jar
[NOT FOUND ] org.scala-sbt#test-agent;0.13.13!test-agent.jar (1ms)
==== typesafe-ivy-releases: tried
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/test-agent/0.13.13/jars/test-agent.jar
[FAILED ] org.scala-sbt#test-interface;1.0!test-interface.jar: repo1.maven.org (20028ms)
[FAILED ] org.scala-sbt#test-interface;1.0!test-interface.jar: repo1.maven.org (20028ms)
==== Maven Central: tried
https://repo1.maven.org/maven2/org/scala-sbt/test-interface/1.0/test-interface-1.0.jar
Host repo.typesafe.com not found. url=https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/apply-macro/0.13.13/jars/apply-macro.jar
[NOT FOUND ] org.scala-sbt#apply-macro;0.13.13!apply-macro.jar (20025ms)
==== typesafe-ivy-releases: tried
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/apply-macro/0.13.13/jars/apply-macro.jar
[FAILED ] org.scala-sbt#template-resolver;0.1!template-resolver.jar: repo1.maven.org (20025ms)
[FAILED ] org.scala-sbt#template-resolver;0.1!template-resolver.jar: repo1.maven.org (20025ms)
==== Maven Central: tried
https://repo1.maven.org/maven2/org/scala-sbt/template-resolver/0.1/template-resolver-0.1.jar
::::::::::::::::::::::::::::::::::::::::::::::
:: FAILED DOWNLOADS ::
:: ^ see resolution messages for details ^ ::
::::::::::::::::::::::::::::::::::::::::::::::
:: org.scala-lang#scala-library;2.10.6!scala-library.jar
:: org.scala-sbt#main;0.13.13!main.jar
:: org.scala-sbt#actions;0.13.13!actions.jar
:: org.scala-sbt#classpath;0.13.13!classpath.jar
:: org.scala-lang#scala-compiler;2.10.6!scala-compiler.jar
:: org.scala-lang#scala-reflect;2.10.6!scala-reflect.jar
:: org.scala-sbt#interface;0.13.13!interface.jar
:: org.scala-sbt#io;0.13.13!io.jar
:: org.scala-sbt#control;0.13.13!control.jar
:: org.scala-sbt#launcher-interface;1.0.0-M1!launcher-interface.jar
:: org.scala-sbt#completion;0.13.13!completion.jar
:: org.scala-sbt#collections;0.13.13!collections.jar
:: jline#jline;2.13!jline.jar
:: org.fusesource.jansi#jansi;1.11!jansi.jar
:: org.scala-sbt#api;0.13.13!api.jar
:: org.scala-sbt#classfile;0.13.13!classfile.jar
:: org.scala-sbt#logging;0.13.13!logging.jar
:: org.scala-sbt#process;0.13.13!process.jar
:: org.scala-sbt#compiler-integration;0.13.13!compiler-integration.jar
:: org.scala-sbt#incremental-compiler;0.13.13!incremental-compiler.jar
:: org.scala-sbt#relation;0.13.13!relation.jar
:: org.scala-sbt#compile;0.13.13!compile.jar
:: org.scala-sbt#persist;0.13.13!persist.jar
:: org.scala-tools.sbinary#sbinary_2.10;0.4.2!sbinary_2.10.jar
:: org.scala-sbt#compiler-ivy-integration;0.13.13!compiler-ivy-integration.jar
:: org.scala-sbt#ivy;0.13.13!ivy.jar
:: org.scala-sbt#cross;0.13.13!cross.jar
:: org.scala-sbt.ivy#ivy;2.3.0-sbt-2cf13e211b2cb31f0d3b317289dca70eca3362f6!ivy.jar
:: com.jcraft#jsch;0.1.50!jsch.jar
:: org.scala-sbt#serialization_2.10;0.1.2!serialization_2.10.jar
:: org.scala-lang.modules#scala-pickling_2.10;0.10.1!scala-pickling_2.10.jar
:: org.scalamacros#quasiquotes_2.10;2.0.1!quasiquotes_2.10.jar
:: org.json4s#json4s-core_2.10;3.2.10!json4s-core_2.10.jar
:: org.json4s#json4s-ast_2.10;3.2.10!json4s-ast_2.10.jar
:: com.thoughtworks.paranamer#paranamer;2.6!paranamer.jar
:: org.spire-math#jawn-parser_2.10;0.6.0!jawn-parser_2.10.jar
:: org.spire-math#json4s-support_2.10;0.6.0!json4s-support_2.10.jar
:: org.scala-sbt#run;0.13.13!run.jar
:: org.scala-sbt#task-system;0.13.13!task-system.jar
:: org.scala-sbt#tasks;0.13.13!tasks.jar
:: org.scala-sbt#tracking;0.13.13!tracking.jar
:: org.scala-sbt#cache;0.13.13!cache.jar
:: org.scala-sbt#testing;0.13.13!testing.jar
:: org.scala-sbt#test-agent;0.13.13!test-agent.jar
:: org.scala-sbt#test-interface;1.0!test-interface.jar
:: org.scala-sbt#main-settings;0.13.13!main-settings.jar
:: org.scala-sbt#apply-macro;0.13.13!apply-macro.jar
:: org.scala-sbt#command;0.13.13!command.jar
:: org.scala-sbt#template-resolver;0.1!template-resolver.jar
:: org.scala-sbt#logic;0.13.13!logic.jar
:: org.scala-sbt#compiler-interface;0.13.13!compiler-interface.jar
::::::::::::::::::::::::::::::::::::::::::::::
:: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
download failed: org.scala-lang#scala-library;2.10.6!scala-library.jar
download failed: org.scala-sbt#main;0.13.13!main.jar
download failed: org.scala-sbt#actions;0.13.13!actions.jar
download failed: org.scala-sbt#classpath;0.13.13!classpath.jar
download failed: org.scala-lang#scala-compiler;2.10.6!scala-compiler.jar
download failed: org.scala-lang#scala-reflect;2.10.6!scala-reflect.jar
download failed: org.scala-sbt#interface;0.13.13!interface.jar
download failed: org.scala-sbt#io;0.13.13!io.jar
download failed: org.scala-sbt#control;0.13.13!control.jar
download failed: org.scala-sbt#launcher-interface;1.0.0-M1!launcher-interface.jar
download failed: org.scala-sbt#completion;0.13.13!completion.jar
download failed: org.scala-sbt#collections;0.13.13!collections.jar
download failed: jline#jline;2.13!jline.jar
download failed: org.fusesource.jansi#jansi;1.11!jansi.jar
download failed: org.scala-sbt#api;0.13.13!api.jar
download failed: org.scala-sbt#classfile;0.13.13!classfile.jar
download failed: org.scala-sbt#logging;0.13.13!logging.jar
download failed: org.scala-sbt#process;0.13.13!process.jar
download failed: org.scala-sbt#compiler-integration;0.13.13!compiler-integration.jar
download failed: org.scala-sbt#incremental-compiler;0.13.13!incremental-compiler.jar
download failed: org.scala-sbt#relation;0.13.13!relation.jar
download failed: org.scala-sbt#compile;0.13.13!compile.jar
download failed: org.scala-sbt#persist;0.13.13!persist.jar
download failed: org.scala-tools.sbinary#sbinary_2.10;0.4.2!sbinary_2.10.jar
download failed: org.scala-sbt#compiler-ivy-integration;0.13.13!compiler-ivy-integration.jar
download failed: org.scala-sbt#ivy;0.13.13!ivy.jar
download failed: org.scala-sbt#cross;0.13.13!cross.jar
download failed: org.scala-sbt.ivy#ivy;2.3.0-sbt-2cf13e211b2cb31f0d3b317289dca70eca3362f6!ivy.jar
download failed: com.jcraft#jsch;0.1.50!jsch.jar
download failed: org.scala-sbt#serialization_2.10;0.1.2!serialization_2.10.jar
download failed: org.scala-lang.modules#scala-pickling_2.10;0.10.1!scala-pickling_2.10.jar
download failed: org.scalamacros#quasiquotes_2.10;2.0.1!quasiquotes_2.10.jar
download failed: org.json4s#json4s-core_2.10;3.2.10!json4s-core_2.10.jar
download failed: org.json4s#json4s-ast_2.10;3.2.10!json4s-ast_2.10.jar
download failed: com.thoughtworks.paranamer#paranamer;2.6!paranamer.jar
download failed: org.spire-math#jawn-parser_2.10;0.6.0!jawn-parser_2.10.jar
download failed: org.spire-math#json4s-support_2.10;0.6.0!json4s-support_2.10.jar
download failed: org.scala-sbt#run;0.13.13!run.jar
download failed: org.scala-sbt#task-system;0.13.13!task-system.jar
download failed: org.scala-sbt#tasks;0.13.13!tasks.jar
download failed: org.scala-sbt#tracking;0.13.13!tracking.jar
download failed: org.scala-sbt#cache;0.13.13!cache.jar
download failed: org.scala-sbt#testing;0.13.13!testing.jar
download failed: org.scala-sbt#test-agent;0.13.13!test-agent.jar
download failed: org.scala-sbt#test-interface;1.0!test-interface.jar
download failed: org.scala-sbt#main-settings;0.13.13!main-settings.jar
download failed: org.scala-sbt#apply-macro;0.13.13!apply-macro.jar
download failed: org.scala-sbt#command;0.13.13!command.jar
download failed: org.scala-sbt#template-resolver;0.1!template-resolver.jar
download failed: org.scala-sbt#logic;0.13.13!logic.jar
download failed: org.scala-sbt#compiler-interface;0.13.13!compiler-interface.jar
Error during sbt execution: Error retrieving required libraries
(see /root/.sbt/boot/update.log for complete log)
Error: Could not retrieve sbt 0.13.13
The command '/bin/sh -c cd /source && sbt update' returned a non-zero code: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment