Last active
August 29, 2015 14:17
-
-
Save phrb/76e4353bc891b6fa1e64 to your computer and use it in GitHub Desktop.
./build.sh output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% ./build.sh | |
Creating build_db_1... | |
Pulling image postgres:latest... | |
511136ea3c5a: Pull complete | |
e977d53b9210: Pull complete | |
c9fa20ecce88: Pull complete | |
63fe2f740ffc: Pull complete | |
664651e5af0d: Pull complete | |
1c73f15d734a: Pull complete | |
f12e2cbcb6fa: Pull complete | |
bd213416059a: Pull complete | |
a467e91fbcf1: Pull complete | |
919e7db46ec7: Pull complete | |
bf7318643cea: Pull complete | |
e376bc5209be: Pull complete | |
24036848786c: Pull complete | |
7a7839b83b81: Pull complete | |
d58441857101: Pull complete | |
587e81ac04d9: Pull complete | |
781f1042e3bc: Pull complete | |
6b6c26db4911: Pull complete | |
dbed42683659: Pull complete | |
ee3fc5e734ba: Pull complete | |
debbb7fd40fa: Pull complete | |
2b141c932837: Pull complete | |
postgres:latest: The image you are pulling has been verified. Important: image verification is a tech preview feature and should not be relied on to provide security. | |
Status: Downloaded newer image for postgres:latest | |
Building web... | |
Step 0 : FROM ruby:2.2.0 | |
8771fbfe935c: Pull complete | |
0e30e84e9513: Pull complete | |
c90a56bfe7dd: Pull complete | |
6b030fdd4748: Pull complete | |
787349ce806c: Pull complete | |
9a1b111b9a31: Pull complete | |
c4324c76a65d: Pull complete | |
0159db5a516e: Pull complete | |
ee340c5ac539: Pull complete | |
b33716f9c0ee: Pull complete | |
6af4b8ec77c0: Pull complete | |
c5d66d7f0f7e: Pull complete | |
73b8b09f0244: Pull complete | |
51473a2975de: Pull complete | |
511136ea3c5a: Already exists | |
ruby:2.2.0: The image you are pulling has been verified. Important: image verification is a tech preview feature and should not be relied on to provide security. | |
Status: Downloaded newer image for ruby:2.2.0 | |
---> 51473a2975de | |
Step 1 : RUN apt-get update -qq && apt-get install -y build-essential libpq-dev | |
---> Running in 3d2208c3d46c | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
build-essential is already the newest version. | |
The following package was automatically installed and is no longer required: | |
libbison-dev | |
Use 'apt-get autoremove' to remove it. | |
Suggested packages: | |
postgresql-doc-9.4 | |
The following packages will be upgraded: | |
libpq-dev libpq5 | |
2 upgraded, 0 newly installed, 0 to remove and 131 not upgraded. | |
Need to get 281 kB of archives. | |
After this operation, 7168 B of additional disk space will be used. | |
Get:1 http://http.debian.net/debian/ jessie/main libpq-dev amd64 9.4.1-1 [161 kB] | |
Get:2 http://http.debian.net/debian/ jessie/main libpq5 amd64 9.4.1-1 [121 kB] | |
debconf: delaying package configuration, since apt-utils is not installed | |
Fetched 281 kB in 1s (154 kB/s) | |
(Reading database ... 27879 files and directories currently installed.) | |
Preparing to unpack .../libpq-dev_9.4.1-1_amd64.deb ... | |
Unpacking libpq-dev (9.4.1-1) over (9.4.0-1) ... | |
Preparing to unpack .../libpq5_9.4.1-1_amd64.deb ... | |
Unpacking libpq5:amd64 (9.4.1-1) over (9.4.0-1) ... | |
Setting up libpq5:amd64 (9.4.1-1) ... | |
Setting up libpq-dev (9.4.1-1) ... | |
Processing triggers for libc-bin (2.19-13) ... | |
---> a385c31c9451 | |
Removing intermediate container 3d2208c3d46c | |
Step 2 : RUN mkdir /acessoajustica | |
---> Running in 72a99b959ff6 | |
---> a5038621f062 | |
Removing intermediate container 72a99b959ff6 | |
Step 3 : WORKDIR /acessoajustica | |
---> Running in 647327a991e9 | |
---> abd1ca73b573 | |
Removing intermediate container 647327a991e9 | |
Step 4 : ADD Gemfile /acessoajustica/Gemfile | |
---> 4887368560c9 | |
Removing intermediate container 792dd894944f | |
Step 5 : RUN bundle install --jobs 8 | |
---> Running in dfa76ebde7ff | |
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and | |
installing your bundle as root will break this application for all non-root | |
users on this machine. | |
Fetching gem metadata from https://rubygems.org/........... | |
Resolving dependencies... | |
Using rake 10.4.2 | |
Installing builder 3.2.2 | |
Installing mini_portile 0.6.2 | |
Installing i18n 0.7.0 | |
Installing minitest 5.5.1 | |
Using bundler 1.7.12 | |
Installing thread_safe 0.3.5 | |
Installing erubis 2.7.0 | |
Installing hike 1.2.3 | |
Installing arel 6.0.0 | |
Installing mime-types 2.4.3 | |
Installing json 1.8.2 | |
Installing multi_json 1.11.0 | |
Installing thor 0.19.1 | |
Installing rack 1.6.0 | |
Installing tilt 1.4.1 | |
Installing rack-test 0.6.3 | |
Installing mail 2.6.3 | |
Installing tzinfo 1.2.2 | |
Installing sprockets 2.12.3 | |
Installing activesupport 4.2.0 | |
Installing globalid 0.3.3 | |
Installing rails-deprecated_sanitizer 1.0.3 | |
Installing activemodel 4.2.0 | |
Installing activejob 4.2.0 | |
Installing activerecord 4.2.0 | |
Installing nokogiri 1.6.6.2 | |
Installing rails-dom-testing 1.0.6 | |
Installing loofah 2.0.1 | |
Installing rails-html-sanitizer 1.0.2 | |
Installing actionview 4.2.0 | |
Installing actionpack 4.2.0 | |
Installing sprockets-rails 2.2.4 | |
Installing actionmailer 4.2.0 | |
Installing railties 4.2.0 | |
Installing rails 4.2.0 | |
Your bundle is complete! | |
It was installed into /usr/local/bundle | |
---> 8c3cad10ad40 | |
Removing intermediate container dfa76ebde7ff | |
Step 6 : ADD . /acessoajustica | |
---> 9b1d511c4272 | |
Removing intermediate container bcc44e45ee9d | |
Successfully built 9b1d511c4272 | |
exist | |
create README.rdoc | |
create Rakefile | |
create config.ru | |
create .gitignore | |
force Gemfile | |
create app | |
create app/assets/javascripts/application.js | |
create app/assets/stylesheets/application.css | |
create app/controllers/application_controller.rb | |
create app/helpers/application_helper.rb | |
create app/views/layouts/application.html.erb | |
create app/assets/images/.keep | |
create app/mailers/.keep | |
create app/models/.keep | |
create app/controllers/concerns/.keep | |
create app/models/concerns/.keep | |
create bin | |
create bin/bundle | |
create bin/rails | |
create bin/rake | |
create bin/setup | |
create config | |
create config/routes.rb | |
create config/application.rb | |
create config/environment.rb | |
create config/secrets.yml | |
create config/environments | |
create config/environments/development.rb | |
create config/environments/production.rb | |
create config/environments/test.rb | |
create config/initializers | |
create config/initializers/assets.rb | |
create config/initializers/backtrace_silencers.rb | |
create config/initializers/cookies_serializer.rb | |
create config/initializers/filter_parameter_logging.rb | |
create config/initializers/inflections.rb | |
create config/initializers/mime_types.rb | |
create config/initializers/session_store.rb | |
create config/initializers/wrap_parameters.rb | |
create config/locales | |
create config/locales/en.yml | |
create config/boot.rb | |
create config/database.yml | |
create db | |
create db/seeds.rb | |
create lib | |
create lib/tasks | |
create lib/tasks/.keep | |
create lib/assets | |
create lib/assets/.keep | |
create log | |
create log/.keep | |
create public | |
create public/404.html | |
create public/422.html | |
create public/500.html | |
create public/favicon.ico | |
create public/robots.txt | |
create test/fixtures | |
create test/fixtures/.keep | |
create test/controllers | |
create test/controllers/.keep | |
create test/mailers | |
create test/mailers/.keep | |
create test/models | |
create test/models/.keep | |
create test/helpers | |
create test/helpers/.keep | |
create test/integration | |
create test/integration/.keep | |
create test/test_helper.rb | |
create tmp/cache | |
create tmp/cache/assets | |
create vendor/assets/javascripts | |
create vendor/assets/javascripts/.keep | |
create vendor/assets/stylesheets | |
create vendor/assets/stylesheets/.keep | |
db uses an image, skipping | |
Building web... | |
Step 0 : FROM ruby:2.2.0 | |
---> 51473a2975de | |
Step 1 : RUN apt-get update -qq && apt-get install -y build-essential libpq-dev | |
---> Using cache | |
---> a385c31c9451 | |
Step 2 : RUN mkdir /acessoajustica | |
---> Using cache | |
---> a5038621f062 | |
Step 3 : WORKDIR /acessoajustica | |
---> Using cache | |
---> abd1ca73b573 | |
Step 4 : ADD Gemfile /acessoajustica/Gemfile | |
---> c4353cc7b588 | |
Removing intermediate container 76453858f1ea | |
Step 5 : RUN bundle install --jobs 8 | |
---> Running in daba5ab4607f | |
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and | |
installing your bundle as root will break this application for all non-root | |
users on this machine. | |
Fetching gem metadata from https://rubygems.org/............ | |
Resolving dependencies... | |
Using rake 10.4.2 | |
Installing mini_portile 0.6.2 | |
Installing builder 3.2.2 | |
Installing i18n 0.7.0 | |
Installing minitest 5.5.1 | |
Installing thread_safe 0.3.5 | |
Using bundler 1.7.12 | |
Installing erubis 2.7.0 | |
Installing arel 6.0.0 | |
Installing columnize 0.9.0 | |
Installing debug_inspector 0.0.2 | |
Installing json 1.8.2 | |
Installing mime-types 2.4.3 | |
Installing rack 1.6.0 | |
Installing coffee-script-source 1.9.1 | |
Installing hike 1.2.3 | |
Using rdoc 4.2.0 | |
Installing execjs 2.4.0 | |
Installing multi_json 1.11.0 | |
Installing thor 0.19.1 | |
Installing tilt 1.4.1 | |
Installing ref 1.0.5 | |
Installing spring 1.3.3 | |
Installing sass 3.4.13 | |
Installing tzinfo 1.2.2 | |
Installing libv8 3.16.14.7 | |
Installing byebug 4.0.4 | |
Installing rack-test 0.6.3 | |
Installing mail 2.6.3 | |
Installing binding_of_caller 0.7.2 | |
Installing coffee-script 2.3.0 | |
Installing sprockets 2.12.3 | |
Installing uglifier 2.7.1 | |
Installing sdoc 0.4.1 | |
Installing activesupport 4.2.0 | |
Installing globalid 0.3.3 | |
Installing rails-deprecated_sanitizer 1.0.3 | |
Installing jbuilder 2.2.12 | |
Installing activemodel 4.2.0 | |
Installing activejob 4.2.0 | |
Installing activerecord 4.2.0 | |
Installing pg 0.18.1 | |
Installing therubyracer 0.12.1 | |
Installing nokogiri 1.6.6.2 | |
Installing rails-dom-testing 1.0.6 | |
Installing loofah 2.0.1 | |
Installing rails-html-sanitizer 1.0.2 | |
Installing actionview 4.2.0 | |
Installing actionpack 4.2.0 | |
Installing sprockets-rails 2.2.4 | |
Installing actionmailer 4.2.0 | |
Installing railties 4.2.0 | |
Installing coffee-rails 4.1.0 | |
Installing sass-rails 5.0.1 | |
Installing jquery-rails 4.0.3 | |
Installing turbolinks 2.5.3 | |
Installing rails 4.2.0 | |
Installing web-console 2.1.2 | |
Your bundle is complete! | |
It was installed into /usr/local/bundle | |
---> 6628173e6145 | |
Removing intermediate container daba5ab4607f | |
Step 6 : ADD . /acessoajustica | |
---> d37abac9b38f | |
Removing intermediate container 280886f247fa | |
Successfully built d37abac9b38f | |
db uses an image, skipping | |
Building web... | |
Step 0 : FROM ruby:2.2.0 | |
---> 51473a2975de | |
Step 1 : RUN apt-get update -qq && apt-get install -y build-essential libpq-dev | |
---> Using cache | |
---> a385c31c9451 | |
Step 2 : RUN mkdir /acessoajustica | |
---> Using cache | |
---> a5038621f062 | |
Step 3 : WORKDIR /acessoajustica | |
---> Using cache | |
---> abd1ca73b573 | |
Step 4 : ADD Gemfile /acessoajustica/Gemfile | |
---> 803c68e373c5 | |
Removing intermediate container 3ea58133285c | |
Step 5 : RUN bundle install --jobs 8 | |
---> Running in b58ddbe85aaf | |
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and | |
installing your bundle as root will break this application for all non-root | |
users on this machine. | |
Fetching gem metadata from https://rubygems.org/......... | |
Resolving dependencies... | |
Using rake 10.4.2 | |
Installing mini_portile 0.6.2 | |
Installing builder 3.2.2 | |
Installing i18n 0.7.0 | |
Installing minitest 5.5.1 | |
Installing thread_safe 0.3.5 | |
Using bundler 1.7.12 | |
Installing erubis 2.7.0 | |
Installing arel 6.0.0 | |
Installing mime-types 2.4.3 | |
Installing debug_inspector 0.0.2 | |
Installing columnize 0.9.0 | |
Installing rack 1.6.0 | |
Installing json 1.8.2 | |
Installing coffee-script-source 1.9.1 | |
Installing execjs 2.4.0 | |
Installing multi_test 0.1.2 | |
Installing multi_json 1.11.0 | |
Using rdoc 4.2.0 | |
Installing hike 1.2.3 | |
Installing diff-lcs 1.2.5 | |
Installing thor 0.19.1 | |
Installing ref 1.0.5 | |
Installing tilt 1.4.1 | |
Installing rspec-support 3.2.2 | |
Installing spring 1.3.3 | |
Installing sass 3.4.13 | |
Installing tzinfo 1.2.2 | |
Installing binding_of_caller 0.7.2 | |
Installing mail 2.6.3 | |
Installing libv8 3.16.14.7 | |
Installing coffee-script 2.3.0 | |
Installing rack-test 0.6.3 | |
Installing byebug 4.0.4 | |
Installing uglifier 2.7.1 | |
Installing sprockets 2.12.3 | |
Installing sdoc 0.4.1 | |
Installing rspec-core 3.2.2 | |
Installing rspec-expectations 3.2.0 | |
Installing rspec-mocks 3.2.1 | |
Installing rspec 3.2.0 | |
Installing activesupport 4.2.0 | |
Installing globalid 0.3.3 | |
Installing rails-deprecated_sanitizer 1.0.3 | |
Installing activemodel 4.2.0 | |
Installing activejob 4.2.0 | |
Installing jbuilder 2.2.12 | |
Installing activerecord 4.2.0 | |
Installing pg 0.18.1 | |
Installing therubyracer 0.12.1 | |
Installing gherkin 2.12.2 | |
Installing cucumber-core 1.1.3 | |
Installing cucumber 2.0.0 | |
Installing nokogiri 1.6.6.2 | |
Installing rails-dom-testing 1.0.6 | |
Installing loofah 2.0.1 | |
Installing rails-html-sanitizer 1.0.2 | |
Installing actionview 4.2.0 | |
Installing actionpack 4.2.0 | |
Installing sprockets-rails 2.2.4 | |
Installing actionmailer 4.2.0 | |
Installing railties 4.2.0 | |
Installing sass-rails 5.0.1 | |
Installing coffee-rails 4.1.0 | |
Installing jquery-rails 4.0.3 | |
Installing turbolinks 2.5.3 | |
Installing rails 4.2.0 | |
Installing web-console 2.1.2 | |
Your bundle is complete! | |
It was installed into /usr/local/bundle | |
---> b14c0e45bcd7 | |
Removing intermediate container b58ddbe85aaf | |
Step 6 : ADD . /acessoajustica | |
---> 99a12c7537c0 | |
Removing intermediate container 302b81d22f31 | |
Successfully built 99a12c7537c0 | |
/home/phrb/code/justiceleague/build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment