Skip to content

Instantly share code, notes, and snippets.

@volkanunsal
Created December 18, 2018 14:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save volkanunsal/5634ef3182dfe5d5a1fd4ee4ccd422dd to your computer and use it in GitHub Desktop.
Save volkanunsal/5634ef3182dfe5d5a1fd4ee4ccd422dd to your computer and use it in GitHub Desktop.
Warning: Permanently added 'github.com,192.30.253.113' (RSA) to the list of known hosts.
remote: Enumerating objects: 124317, done.
remote: Counting objects: 100% (122849/122849), done.
remote: Compressing objects: 100% (24435/24435), done.
remote: Total 120781 (delta 96165), reused 118908 (delta 94550), pack-reused 0
Receiving objects: 100% (120781/120781), 52.97 MiB | 18.03 MiB/s, done.
Resolving deltas: 100% (96165/96165), completed with 1182 local objects.
Warning: Permanently added 'heroku.com,50.19.85.132' (RSA) to the list of known hosts.
Enumerating objects: 54, done.
Counting objects: 100% (54/54), done.
Delta compression using up to 64 threads
Compressing objects: 100% (7/7), done.
Writing objects: 100% (36/36), 3.28 KiB | 3.28 MiB/s, done.
Total 36 (delta 29), reused 35 (delta 28)
remote: Compressing source files... done.
remote: Building source:
remote: === Fetching app code
remote:
remote: === Building release (./Dockerfile.web)
remote: 2018/12/17 13:53:19 need environment variables HEROKU_REGISTRY_HOST and HEROKU_API_TOKEN
remote:
remote: Step 1/10 : FROM volkanunsal/ruby:2.3.7-node-geos
remote: 2.3.7-node-geos: Pulling from volkanunsal/ruby
remote: 8e3ba11ec2a2: Pulling fs layer
remote: 413f4514c3d8: Pulling fs layer
remote: 39632efe1442: Pulling fs layer
remote: 745a9df8881d: Pulling fs layer
remote: 2c759a95ac69: Pulling fs layer
remote: 6cae551a47f2: Pulling fs layer
remote: b544182e12aa: Pulling fs layer
remote: 0438d01f17fb: Pulling fs layer
remote: 080733087a79: Pulling fs layer
remote: b6705ae9ed31: Pulling fs layer
remote: 29ffc1b71398: Pulling fs layer
remote: b544182e12aa: Waiting
remote: 0438d01f17fb: Waiting
remote: 080733087a79: Waiting
remote: b6705ae9ed31: Waiting
remote: 29ffc1b71398: Waiting
remote: 2c759a95ac69: Waiting
remote: 6cae551a47f2: Waiting
remote: 745a9df8881d: Waiting
remote: 8e3ba11ec2a2: Verifying Checksum
remote: 8e3ba11ec2a2: Download complete
remote: 413f4514c3d8: Verifying Checksum
remote: 413f4514c3d8: Download complete
remote: 8e3ba11ec2a2: Pull complete
remote: 2c759a95ac69: Verifying Checksum
remote: 2c759a95ac69: Download complete
remote: 39632efe1442: Verifying Checksum
remote: 39632efe1442: Download complete
remote: 413f4514c3d8: Pull complete
remote: 6cae551a47f2: Verifying Checksum
remote: 6cae551a47f2: Download complete
remote: b544182e12aa: Verifying Checksum
remote: b544182e12aa: Download complete
remote: 745a9df8881d: Verifying Checksum
remote: 745a9df8881d: Download complete
remote: 39632efe1442: Pull complete
remote: b6705ae9ed31: Verifying Checksum
remote: b6705ae9ed31: Download complete
remote: 0438d01f17fb: Verifying Checksum
remote: 0438d01f17fb: Download complete
remote: 080733087a79: Verifying Checksum
remote: 080733087a79: Download complete
remote: 29ffc1b71398: Verifying Checksum
remote: 29ffc1b71398: Download complete
remote: 745a9df8881d: Pull complete
remote: 2c759a95ac69: Pull complete
remote: 6cae551a47f2: Pull complete
remote: b544182e12aa: Pull complete
remote: 0438d01f17fb: Pull complete
remote: 080733087a79: Pull complete
remote: b6705ae9ed31: Pull complete
remote: 29ffc1b71398: Pull complete
remote: Digest: sha256:e3f904f3b541c99487500cffa1fcdef468b46d504d464b1ee8a3332960bcbf63
remote: Status: Downloaded newer image for volkanunsal/ruby:2.3.7-node-geos
remote: ---> 2d6cd3b8c3ea
remote: Step 2/10 : WORKDIR /app
remote: ---> Running in e8d877b34c24
remote: Removing intermediate container e8d877b34c24
remote: ---> 8e49e3683b5b
remote: Step 3/10 : COPY ./ /app
remote: ---> 114af86ba94a
remote: Step 4/10 : ENV NODE_ENV 'production'
remote: ---> Running in 594c83868c37
remote: Removing intermediate container 594c83868c37
remote: ---> 22ee8325f7c8
remote: Step 5/10 : RUN echo '>> Installing Node packages...' && yarn --ignore-optional
remote: ---> Running in a5c0f3d82dfc
remote: >> Installing Node packages...
remote: yarn install v1.9.4
remote: [1/6] Validating package.json...
remote: [2/6] Resolving packages...
remote: [3/6] Fetching packages...
remote: info fsevents@1.2.4: The platform "linux" is incompatible with this module.
remote: info "fsevents@1.2.4" is an optional dependency and failed compatibility check. Excluding it from installation.
remote: info fsevents@1.1.3: The platform "linux" is incompatible with this module.
remote: info "fsevents@1.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
remote: info fsevents@1.1.2: The platform "linux" is incompatible with this module.
remote: info "fsevents@1.1.2" is an optional dependency and failed compatibility check. Excluding it from installation.
remote: [4/6] Linking dependencies...
remote: warning " > @mapbox/mapbox-gl-draw@1.0.9" has incorrect peer dependency "mapbox-gl@>=0.27.0 <=0.45.0".
remote: warning " > react-on-rails@8.0.5" has unmet peer dependency "babel-runtime@>= 6".
remote: [5/6] Building fresh packages...
remote: [6/6] Cleaning modules...
remote: $ ./script/postinstall
remote: Done in 52.76s.
remote: Removing intermediate container a5c0f3d82dfc
remote: ---> e5382264e7b7
remote: Step 6/10 : RUN echo ">> Bundling Ruby gems to ${BUNDLE_PATH}..." && script/ci install_gems_production && apk del .ruby-builddeps
remote: ---> Running in ab34a46eda65
remote: >> Bundling Ruby gems to /usr/local/bundle...
remote: Warning: the running version of Bundler (1.16.3) is older than the version that created the lockfile (1.16.4). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
remote: Fetching gem metadata from http://rubygems.org/.........
remote: Fetching https://github.com/volkanunsal/unirest-ruby.git
remote: Fetching https://github.com/volkanunsal/polo.git
remote: Fetching https://github.com/volkanunsal/ruby-handlebars.git
remote: Fetching https://github.com/volkanunsal/schmooze.git
remote: Fetching rake 12.3.1
remote: Fetching concurrent-ruby 1.0.5
remote: Fetching minitest 5.11.3
remote: Fetching thread_safe 0.3.6
remote: Fetching builder 3.2.3
remote: Fetching erubi 1.7.1
remote: Fetching mini_portile2 2.3.0
remote: Fetching crass 1.0.4
remote: Fetching rack 2.0.5
remote: Fetching nio4r 2.3.1
remote: Fetching websocket-extensions 0.1.3
remote: Fetching mini_mime 1.0.0
remote: Fetching arel 9.0.0
remote: Fetching rgeo 1.1.1
remote: Fetching mimemagic 0.3.2
remote: Fetching public_suffix 3.0.2
remote: Fetching execjs 2.7.0
remote: Fetching method_source 0.9.0
remote: Fetching thor 0.19.1
remote: Installing method_source 0.9.0
remote: Installing websocket-extensions 0.1.3
remote: Installing execjs 2.7.0
remote: Installing erubi 1.7.1
remote: Installing mini_mime 1.0.0
remote: Installing builder 3.2.3
remote: Installing mini_portile2 2.3.0
remote: Installing arel 9.0.0
remote: Installing thread_safe 0.3.6
remote: Installing public_suffix 3.0.2
remote: Installing minitest 5.11.3
remote: Fetching kaminari-core 1.1.1
remote: Fetching rb-fsevent 0.10.3
remote: Installing crass 1.0.4
remote: Installing concurrent-ruby 1.0.5
remote: Fetching ffi 1.9.25
remote: Installing rgeo 1.1.1 with native extensions
remote: Installing nio4r 2.3.1 with native extensions
remote: Installing rake 12.3.1
remote: Installing thor 0.19.1
remote: Installing kaminari-core 1.1.1
remote: Installing rb-fsevent 0.10.3
remote: Fetching tilt 2.0.8
remote: Fetching selectize-rails 0.12.4.1
remote: Installing rack 2.0.5
remote: Fetching aws-eventstream 1.0.1
remote: Fetching aws-partitions 1.94.0
remote: Installing aws-eventstream 1.0.1
remote: Installing selectize-rails 0.12.4.1
remote: Installing mimemagic 0.3.2
remote: Fetching aws-sigv4 1.0.3
remote: Installing aws-partitions 1.94.0
remote: Installing tilt 2.0.8
remote: Fetching jmespath 1.4.0
remote: Fetching bcrypt 3.1.12
remote: Fetching msgpack 1.2.4
remote: Installing aws-sigv4 1.0.3
remote: Fetching bootstrap_form 2.7.0
remote: Installing jmespath 1.4.0
remote: Installing bcrypt 3.1.12 with native extensions
remote: Fetching uniform_notifier 1.11.0
remote: Using bundler 1.16.3
remote: Fetching numerizer 0.1.1
remote: Fetching chunky_png 1.3.11
remote: Fetching colorize 0.8.1
remote: Fetching connection_pool 2.2.2
remote: Installing msgpack 1.2.4 with native extensions
remote: Fetching orm_adapter 0.5.0
remote: Fetching unf_ext 0.0.7.5
remote: Installing numerizer 0.1.1
remote: Installing uniform_notifier 1.11.0
remote: Installing connection_pool 2.2.2
remote: Installing colorize 0.8.1
remote: Installing orm_adapter 0.5.0
remote: Fetching dry-equalizer 0.2.1
remote: Fetching dry-inflector 0.1.2
remote: Fetching ice_nine 0.11.2
remote: Installing bootstrap_form 2.7.0
remote: Fetching erubis 2.7.0
remote: Installing dry-inflector 0.1.2
remote: Installing dry-equalizer 0.2.1
remote: Fetching multipart-post 2.0.0
remote: Installing ffi 1.9.25 with native extensions
remote: Installing multipart-post 2.0.0
remote: Installing ice_nine 0.11.2
remote: Installing chunky_png 1.3.11
remote: Fetching fast_blank 1.0.0
remote: Fetching parallel 1.11.2
remote: Installing erubis 2.7.0
remote: Fetching highline 1.7.10
remote: Fetching options 2.3.2
remote: Installing fast_blank 1.0.0 with native extensions
remote: Installing parallel 1.11.2
remote: Fetching json 2.1.0
remote: Fetching mime-types-data 3.2016.0521
remote: Fetching netrc 0.11.0
remote: Installing unf_ext 0.0.7.5 with native extensions
remote: Installing options 2.3.2
remote: Installing highline 1.7.10
remote: Fetching raabro 1.1.6
remote: Installing netrc 0.11.0
remote: Fetching funkify 0.0.4
remote: Installing raabro 1.1.6
remote: Fetching geocoder 1.4.9
remote: Installing json 2.1.0 with native extensions
remote: Installing funkify 0.0.4
remote: Installing mime-types-data 3.2016.0521
remote: Fetching get_process_mem 0.2.2
remote: Fetching graphql 1.8.6
remote: Fetching promise.rb 0.7.4
remote: Installing geocoder 1.4.9
remote: Fetching temple 0.8.0
remote: Installing get_process_mem 0.2.2
remote: Installing promise.rb 0.7.4
remote: Fetching sexp_processor 4.11.0
remote: Installing temple 0.8.0
remote: Fetching hashids 1.0.4
remote: Fetching hashie 3.5.7
remote: Installing graphql 1.8.6
remote: Installing hashids 1.0.4
remote: Installing sexp_processor 4.11.0
remote: Installing hashie 3.5.7
remote: Fetching hirefire-resource 0.5.0
remote: Fetching htmlcompressor 0.4.0
remote: Installing hirefire-resource 0.5.0
remote: Fetching htmlentities 4.3.4
remote: Installing htmlcompressor 0.4.0
remote: Fetching pg 1.0.0
remote: Fetching jwt 1.5.6
remote: Fetching kiba 2.0.0
remote: Installing htmlentities 4.3.4
remote: Installing jwt 1.5.6
remote: Using kleisli 0.2.7 from source at `vendor/kleisli`
remote: Installing kiba 2.0.0
remote: Installing pg 1.0.0 with native extensions
remote: Fetching multi_json 1.13.1
remote: Fetching multi_xml 0.6.0
remote: Installing multi_json 1.13.1
remote: Fetching mustermann 1.0.2
remote: Installing multi_xml 0.6.0
remote: Fetching normalizr 0.3.1
remote: Fetching oj 3.6.3
remote: Installing mustermann 1.0.2
remote: Fetching paper_trail-association_tracking 1.0.0
remote: Installing normalizr 0.3.1
remote: Fetching parslet 1.8.2
remote: Installing oj 3.6.3 with native extensions
remote: Installing paper_trail-association_tracking 1.0.0
remote: Fetching puma 3.11.4
remote: Installing parslet 1.8.2
remote: Fetching rack-cors 1.0.1
remote: Fetching rack-timeout 0.2.4
remote: Installing puma 3.11.4 with native extensions
remote: Installing rack-timeout 0.2.4
remote: Fetching rails_serve_static_assets 0.0.5
remote: Fetching rails_stdout_logging 0.0.5
remote: Installing rack-cors 1.0.1
remote: Fetching ramda-ruby 0.16.0
remote: Installing rails_stdout_logging 0.0.5
remote: Fetching redis 4.0.1
remote: Installing ramda-ruby 0.16.0
remote: Using require_all 2.0.0 from source at `vendor/require_all`
remote: Installing redis 4.0.1
remote: Fetching ruby-progressbar 1.9.0
remote: Using schmooze 0.2.0 from https://github.com/volkanunsal/schmooze.git (at master@805247e)
remote: Installing rails_serve_static_assets 0.0.5
remote: Fetching scout_apm 2.4.13
remote: Installing ruby-progressbar 1.9.0
remote: Fetching subprocess 1.3.2
remote: Installing scout_apm 2.4.13 with native extensions
remote: Fetching table_print 1.5.6
remote: Installing subprocess 1.3.2
remote: Installing table_print 1.5.6
remote: Using takes 1.0.0 from source at `vendor/takes`
remote: Fetching turbolinks-source 5.1.0
remote: Installing turbolinks-source 5.1.0
remote: Fetching zip_tricks 4.6.0
remote: Fetching websocket-driver 0.7.0
remote: Installing websocket-driver 0.7.0 with native extensions
remote: Fetching mail 2.7.0
remote: Installing zip_tricks 4.6.0
remote: Fetching autoprefixer-rails 8.6.4
remote: Fetching nokogiri 1.8.3
remote: Installing mail 2.7.0
remote: Installing autoprefixer-rails 8.6.4
remote: Fetching addressable 2.5.2
remote: Installing addressable 2.5.2
remote: Fetching tzinfo 1.2.5
remote: Fetching rainbow 2.2.2
remote: Installing tzinfo 1.2.5
remote: Installing rainbow 2.2.2 with native extensions
remote: Fetching chronic_duration 0.10.6
remote: Installing chronic_duration 0.10.6
remote: Fetching aws-sdk-core 3.22.1
remote: Installing nokogiri 1.8.3 with native extensions
remote: Installing aws-sdk-core 3.22.1
remote: Fetching figaro 1.1.1
remote: Installing figaro 1.1.1
remote: Fetching marcel 0.3.2
remote: Fetching faraday 0.12.2
remote: Installing faraday 0.12.2
remote: Fetching aasm 4.12.3
remote: Installing aasm 4.12.3
remote: Fetching i18n 1.0.1
remote: Installing i18n 1.0.1
remote: Fetching dry-configurable 0.7.0
remote: Installing dry-configurable 0.7.0
remote: Installing marcel 0.3.2
remote: Fetching dry-core 0.4.7
remote: Installing dry-core 0.4.7
remote: Fetching mime-types 3.1
remote: Installing mime-types 3.1
remote: Fetching progress_bar 1.2.0
remote: Installing progress_bar 1.2.0
remote: Fetching rack-test 1.0.0
remote: Installing rack-test 1.0.0
remote: Fetching sprockets 3.7.2
remote: Installing sprockets 3.7.2
remote: Fetching warden 1.2.7
remote: Installing warden 1.2.7
remote: Fetching heroku-deflater 0.6.3
remote: Installing heroku-deflater 0.6.3
remote: Fetching request_store 1.4.1
remote: Fetching rack-protection 2.0.3
remote: Installing request_store 1.4.1
remote: Fetching rack-utf8_sanitizer 1.6.0
remote: Installing rack-protection 2.0.3
remote: Fetching ruby_parser 3.11.0
remote: Installing rack-utf8_sanitizer 1.6.0
remote: Fetching haml 5.0.4
remote: Installing haml 5.0.4
remote: Installing ruby_parser 3.11.0
remote: Fetching omniauth 1.8.1
remote: Installing omniauth 1.8.1
remote: Fetching rollbar 2.18.0
remote: Fetching rqrcode 0.10.1
remote: Installing rollbar 2.18.0
remote: Installing rqrcode 0.10.1
remote: Using ruby-handlebars 0.0.6 from https://github.com/volkanunsal/ruby-handlebars.git (at master@f32cbfd)
remote: Fetching redis-store 1.5.0
remote: Installing redis-store 1.5.0
remote: Fetching turbolinks 5.0.1
remote: Installing turbolinks 5.0.1
remote: Fetching rails_12factor 0.0.3
remote: Installing rails_12factor 0.0.3
remote: Fetching graphql-batch 0.3.9
remote: Installing graphql-batch 0.3.9
remote: Fetching graphql-cache 0.2.5
remote: Installing graphql-cache 0.2.5
remote: Fetching graphql-errors 0.2.0
remote: Installing graphql-errors 0.2.0
remote: Fetching css_parser 1.6.0
remote: Installing css_parser 1.6.0
remote: Fetching et-orbi 1.1.2
remote: Installing et-orbi 1.1.2
remote: Fetching aws-sdk-kms 1.6.0
remote: Installing aws-sdk-kms 1.6.0
remote: Fetching oauth2 1.4.0
remote: Installing oauth2 1.4.0
remote: Fetching stripe 3.17.0
remote: Installing stripe 3.17.0
remote: Fetching activesupport 5.2.0
remote: Installing activesupport 5.2.0
remote: Fetching money 6.11.3
remote: Installing money 6.11.3
remote: Fetching dry-container 0.6.0
remote: Installing dry-container 0.6.0
remote: Fetching sidekiq 5.1.3
remote: Installing sidekiq 5.1.3
remote: Fetching sinatra 2.0.3
remote: Installing sinatra 2.0.3
remote: Fetching redis-rack 2.0.4
remote: Fetching premailer 1.11.1
remote: Installing premailer 1.11.1
remote: Installing redis-rack 2.0.4
remote: Fetching fugit 1.1.3
remote: Installing fugit 1.1.3
remote: Fetching aws-sdk-s3 1.16.0
remote: Fetching omniauth-oauth2 1.5.0
remote: Installing omniauth-oauth2 1.5.0
remote: Installing aws-sdk-s3 1.16.0
remote: Fetching globalid 0.4.1
remote: Installing globalid 0.4.1
remote: Fetching activemodel 5.2.0
remote: Installing activemodel 5.2.0
remote: Fetching bullet 5.7.5
remote: Installing bullet 5.7.5
remote: Fetching enumerize 2.2.2
remote: Fetching pundit 1.0.1
remote: Installing enumerize 2.2.2
remote: Installing pundit 1.0.1
remote: Fetching redis-activesupport 5.0.5
remote: Installing redis-activesupport 5.0.5
remote: Fetching monetize 1.7.0
remote: Installing monetize 1.7.0
remote: Fetching dry-logic 0.4.2
remote: Fetching sidekiq-batch 0.1.4
remote: Fetching sidekiq-status 1.0.2
remote: Installing dry-logic 0.4.2
remote: Installing sidekiq-batch 0.1.4
remote: Fetching rgeo-geojson 2.0.0
remote: Installing sidekiq-status 1.0.2
remote: Installing rgeo-geojson 2.0.0
remote: Fetching rufus-scheduler 3.5.0
remote: Installing rufus-scheduler 3.5.0
remote: Fetching omniauth-google-oauth2 0.5.3
remote: Fetching activejob 5.2.0
remote: Installing omniauth-google-oauth2 0.5.3
remote: Installing activejob 5.2.0
remote: Fetching active_model_serializers 0.8.4
remote: Fetching activerecord 5.2.0
remote: Fetching dry-types 0.13.2
remote: Installing active_model_serializers 0.8.4
remote: Installing dry-types 0.13.2
remote: Fetching sidekiq-scheduler 3.0.0
remote: Installing activerecord 5.2.0
remote: Installing sidekiq-scheduler 3.0.0
remote: Fetching activejob-perform_later 1.0.2
remote: Installing activejob-perform_later 1.0.2
remote: Fetching dry-struct 0.5.0
remote: Installing dry-struct 0.5.0
remote: Fetching dry-validation 0.12.1
remote: Installing dry-validation 0.12.1
remote: Fetching active_record_union 1.3.0
remote: Fetching activerecord-import 0.24.0
remote: Fetching rgeo-activerecord 6.0.0
remote: Installing active_record_union 1.3.0
remote: Installing activerecord-import 0.24.0
remote: Installing rgeo-activerecord 6.0.0
remote: Fetching kaminari-activerecord 1.1.1
remote: Using default_attribute 0.1.0 from source at `vendor/default_attribute`
remote: Installing kaminari-activerecord 1.1.1
remote: Fetching friendly_id 5.2.4
remote: Installing friendly_id 5.2.4
remote: Fetching hashid-rails 1.2.2
remote: Installing hashid-rails 1.2.2
remote: Fetching paper_trail 9.2.0
remote: Fetching pg_search 2.1.2
remote: Installing paper_trail 9.2.0
remote: Installing pg_search 2.1.2
remote: Using polo 0.5.1 from https://github.com/volkanunsal/polo.git (at master@c69ee7d)
remote: Fetching rein 3.5.0
remote: Installing rein 3.5.0
remote: Fetching strong_migrations 0.3.1
remote: Installing strong_migrations 0.3.1
remote: Fetching activerecord-postgis-adapter 5.2.1
remote: Installing activerecord-postgis-adapter 5.2.1
remote: Fetching bootsnap 1.3.0
remote: Installing bootsnap 1.3.0 with native extensions
remote: Fetching unf 0.1.4
remote: Installing unf 0.1.4
remote: Fetching domain_name 0.5.20180417
remote: Installing domain_name 0.5.20180417
remote: Fetching http-cookie 1.0.3
remote: Installing http-cookie 1.0.3
remote: Fetching rest-client 2.0.2
remote: Installing rest-client 2.0.2
remote: Fetching jsonb_accessor 1.0.0
remote: Installing jsonb_accessor 1.0.0
remote: Fetching puma_worker_killer 0.1.0
remote: Installing puma_worker_killer 0.1.0
remote: Fetching rb-inotify 0.9.10
remote: Fetching ethon 0.11.0
remote: Installing ethon 0.11.0
remote: Installing rb-inotify 0.9.10
remote: Fetching sass-listen 4.0.0
remote: Installing sass-listen 4.0.0
remote: Fetching sass 3.5.6
remote: Fetching typhoeus 1.3.0
remote: Installing sass 3.5.6
remote: Installing typhoeus 1.3.0
remote: Fetching rails-dom-testing 2.0.3
remote: Fetching loofah 2.2.2
remote: Fetching html2haml 2.2.0
remote: Installing loofah 2.2.2
remote: Installing html2haml 2.2.0
remote: Installing rails-dom-testing 2.0.3
remote: Fetching rails-html-sanitizer 1.0.4
remote: Installing rails-html-sanitizer 1.0.4
remote: Fetching actionview 5.2.0
remote: Installing actionview 5.2.0
remote: Fetching actionpack 5.2.0
remote: Fetching kaminari-actionview 1.1.1
remote: Installing kaminari-actionview 1.1.1
remote: Fetching kaminari 1.1.1
remote: Installing kaminari 1.1.1
remote: Installing actionpack 5.2.0
remote: Fetching actioncable 5.2.0
remote: Fetching actionmailer 5.2.0
remote: Fetching activestorage 5.2.0
remote: Fetching railties 5.2.0
remote: Fetching sprockets-rails 3.2.1
remote: Fetching redis-actionpack 5.0.2
remote: Installing activestorage 5.2.0
remote: Installing actionmailer 5.2.0
remote: Installing redis-actionpack 5.0.2
remote: Installing actioncable 5.2.0
remote: Installing sprockets-rails 3.2.1
remote: Installing railties 5.2.0
remote: Fetching redis-rails 5.0.2
remote: Installing redis-rails 5.0.2
remote: Fetching premailer-rails 1.10.2
remote: Installing premailer-rails 1.10.2
remote: Fetching momentjs-rails 2.20.1
remote: Fetching jquery-rails 4.3.3
remote: Fetching sass-rails 5.0.7
remote: Fetching responders 2.4.0
remote: Fetching rails 5.2.0
remote: Fetching graphiql-rails 1.4.10
remote: Fetching haml-rails 1.0.0
remote: Fetching money-rails 1.11.0
remote: Fetching scenic 1.4.1
remote: Fetching webpacker_lite 2.1.0
remote: Installing sass-rails 5.0.7
remote: Installing haml-rails 1.0.0
remote: Installing money-rails 1.11.0
remote: Installing responders 2.4.0
remote: Installing webpacker_lite 2.1.0
remote: Installing rails 5.2.0
remote: Installing scenic 1.4.1
remote: Installing momentjs-rails 2.20.1
remote: Fetching filestack-rails 2.2.0
remote: Fetching react_on_rails 8.0.6
remote: Installing filestack-rails 2.2.0
remote: Fetching devise 4.4.3
remote: Installing react_on_rails 8.0.6
remote: Installing jquery-rails 4.3.3
remote: Installing devise 4.4.3
remote: Installing graphiql-rails 1.4.10
remote: Fetching datetime_picker_rails 0.0.7
remote: Installing datetime_picker_rails 0.0.7
remote: Fetching administrate 0.10.0
remote: Installing administrate 0.10.0
remote: Fetching devise_invitable 1.7.4
remote: Installing devise_invitable 1.7.4
remote: Using unirest 1.1.2 from https://github.com/volkanunsal/unirest-ruby.git (at master@57cd3d8)
remote: Fetching filestack 2.2.1
remote: Installing filestack 2.2.1
remote: Bundle complete! 155 Gemfile dependencies, 223 gems now installed.
remote: Gems in the groups test and development were not installed.
remote: Bundled gems are installed into `./vendor/bundle`
remote: Post-install message from geocoder:
remote:
remote:
remote: NOTE: Geocoder's default IP address lookup has changed from FreeGeoIP.net to IPInfo.io. If you explicitly specify :freegeoip in your configuration you must choose a different IP lookup before FreeGeoIP is discontinued on July 1, 2018. If you do not explicitly specify :freegeoip you do not need to change anything.
remote:
remote: fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
remote: fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
remote: fetch http://dl-3.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
remote: (1/27) Purging .ruby-builddeps (0)
remote: (2/27) Purging build-base (0.5-r1)
remote: (3/27) Purging file (5.32-r0)
remote: (4/27) Purging g++ (6.4.0-r8)
remote: (5/27) Purging gcc (6.4.0-r8)
remote: (6/27) Purging binutils (2.30-r5)
remote: (7/27) Purging libatomic (6.4.0-r8)
remote: (8/27) Purging libgomp (6.4.0-r8)
remote: (9/27) Purging make (4.2.1-r2)
remote: (10/27) Purging libc-dev (0.7.1-r0)
remote: (11/27) Purging musl-dev (1.1.19-r10)
remote: (12/27) Purging fortify-headers (0.9-r0)
remote: (13/27) Purging cmake-bash-completion (3.11.1-r2)
remote: (14/27) Purging cmake (3.11.1-r2)
remote: (15/27) Purging libmagic (5.32-r0)
remote: (16/27) Purging mpc1 (1.0.3-r1)
remote: (17/27) Purging mpfr3 (3.1.5-r1)
remote: (18/27) Purging isl (0.18-r0)
remote: (19/27) Purging gmp (6.1.2-r1)
remote: (20/27) Purging libarchive (3.3.2-r3)
remote: (21/27) Purging libacl (2.2.52-r5)
remote: (22/27) Purging libattr (2.4.47-r7)
remote: (23/27) Purging libbz2 (1.0.6-r6)
remote: (24/27) Purging lz4-libs (1.8.2-r0)
remote: (25/27) Purging xz-libs (5.2.4-r0)
remote: (26/27) Purging rhash-libs (1.3.6-r1)
remote: (27/27) Purging libuv (1.20.2-r0)
remote: Executing busybox-1.28.4-r0.trigger
remote: OK: 160 MiB in 69 packages
remote: Removing intermediate container ab34a46eda65
remote: ---> 96ec0e1fbbb1
remote: Step 7/10 : ENV RAILS_ENV="production"
remote: ---> Running in 6e16d5aa7f41
remote: Removing intermediate container 6e16d5aa7f41
remote: ---> 63ee2abcf989
remote: Step 8/10 : RUN DATABASE_URL=postgis://postgres@db/citiesense_test script/ci precompile
remote: ---> Running in d61c03469219
remote: --------------
remote: yarn install v1.9.4
remote: [1/6] Validating package.json...
remote: [2/6] Resolving packages...
remote: success Already up-to-date.
remote: $ ./script/postinstall
remote: Done in 0.97s.
remote: --------------
remote: Yarn executable was not detected in the system.
remote: Download Yarn at https://yarnpkg.com/en/docs/install
remote: I, [2018-12-17T13:56:29.420375 #7] INFO -- : Writing /app/public/assets/icon-citiesense-b4920be694f64f88bb8122934d9dc5fa6bd40f0aa12b48ff8019b99a5e542205.png
remote: I, [2018-12-17T13:56:29.423191 #7] INFO -- : Writing /app/public/assets/logo_icon-2b6f6e56ba89d51399d4b8d3a38321f533baecdf329d115de6ff8dbf7a3b9833.png
remote: I, [2018-12-17T13:56:29.425476 #7] INFO -- : Writing /app/public/assets/logo_textonly-c6bece6c87ce1330f3f066f92f397ac69c829493fb4f3edc4b8f1e401409145d.png
remote: I, [2018-12-17T13:56:29.443754 #7] INFO -- : Writing /app/public/assets/product_shot_1-847d6546dda96469a824ef178d609b635b520d4d4dc5fabbc4b577021197ac6d.png
remote: I, [2018-12-17T13:56:29.447985 #7] INFO -- : Writing /app/public/assets/icon-available-a7aaf7d43feaf549575f04780ecb876b4097d7bca15e9b34e60873b1d7c9648f.svg
remote: I, [2018-12-17T13:56:29.448171 #7] INFO -- : Writing /app/public/assets/icon-available-a7aaf7d43feaf549575f04780ecb876b4097d7bca15e9b34e60873b1d7c9648f.svg.gz
remote: I, [2018-12-17T13:56:29.451357 #7] INFO -- : Writing /app/public/assets/icon-progress-210872f3d1c653ad709f7da32d248309961496384f1256fb5bb84e25c706618d.svg
remote: I, [2018-12-17T13:56:29.451713 #7] INFO -- : Writing /app/public/assets/icon-progress-210872f3d1c653ad709f7da32d248309961496384f1256fb5bb84e25c706618d.svg.gz
remote: I, [2018-12-17T13:56:29.454733 #7] INFO -- : Writing /app/public/assets/icon-completed-f3ca7d33c4e7f3c3fd491aa742586658e81a3f3e473435958111dfa52ade0c58.svg
remote: I, [2018-12-17T13:56:29.454895 #7] INFO -- : Writing /app/public/assets/icon-completed-f3ca7d33c4e7f3c3fd491aa742586658e81a3f3e473435958111dfa52ade0c58.svg.gz
remote: I, [2018-12-17T13:56:29.620542 #7] INFO -- : Writing /app/public/assets/administrate/application-37fb9d2bb9ef646607c188e3ddf98b5c40ff6756b51c5784f09b0e4b3c295410.js
remote: I, [2018-12-17T13:56:29.620686 #7] INFO -- : Writing /app/public/assets/administrate/application-37fb9d2bb9ef646607c188e3ddf98b5c40ff6756b51c5784f09b0e4b3c295410.js.gz
remote: I, [2018-12-17T13:56:30.760538 #7] INFO -- : Writing /app/public/assets/administrate/application-c860702be135261e62ce07ff5a22357268e2788a58060e4a15e4e3b274ced380.css
remote: I, [2018-12-17T13:56:30.760699 #7] INFO -- : Writing /app/public/assets/administrate/application-c860702be135261e62ce07ff5a22357268e2788a58060e4a15e4e3b274ced380.css.gz
remote: I, [2018-12-17T13:56:30.761108 #7] INFO -- : Writing /app/public/assets/bootstrap/glyphicons-halflings-regular-f495f34e4f177cf0115af995bbbfeb3fcabc88502876e76fc51a4ab439bc8431.eot
remote: I, [2018-12-17T13:56:30.761273 #7] INFO -- : Writing /app/public/assets/bootstrap/glyphicons-halflings-regular-f495f34e4f177cf0115af995bbbfeb3fcabc88502876e76fc51a4ab439bc8431.eot.gz
remote: I, [2018-12-17T13:56:30.761974 #7] INFO -- : Writing /app/public/assets/bootstrap/glyphicons-halflings-regular-fc969dc1c6ff531abcf368089dcbaf5775133b0626ff56b52301a059fc0f9e1e.woff
remote: I, [2018-12-17T13:56:30.762729 #7] INFO -- : Writing /app/public/assets/bootstrap/glyphicons-halflings-regular-bd18efd3efd70fec8ad09611a20cdbf99440b2c1d40085c29be036f891d65358.ttf
remote: I, [2018-12-17T13:56:30.763818 #7] INFO -- : Writing /app/public/assets/bootstrap/glyphicons-halflings-regular-bd18efd3efd70fec8ad09611a20cdbf99440b2c1d40085c29be036f891d65358.ttf.gz
remote: I, [2018-12-17T13:56:30.765274 #7] INFO -- : Writing /app/public/assets/bootstrap/glyphicons-halflings-regular-d168d50a88c730b4e6830dc0da2a2b51dae4658a77d9619943c27b8ecfc19d1a.svg
remote: I, [2018-12-17T13:56:30.765665 #7] INFO -- : Writing /app/public/assets/bootstrap/glyphicons-halflings-regular-d168d50a88c730b4e6830dc0da2a2b51dae4658a77d9619943c27b8ecfc19d1a.svg.gz
remote: I, [2018-12-17T13:56:31.270426 #7] INFO -- : Writing /app/public/assets/graphiql/rails/application-09ecfeeb9885e7c9d9529f06c4360e92312b9c15f455df0e6d29ed6098ae85ee.js
remote: I, [2018-12-17T13:56:31.270610 #7] INFO -- : Writing /app/public/assets/graphiql/rails/application-09ecfeeb9885e7c9d9529f06c4360e92312b9c15f455df0e6d29ed6098ae85ee.js.gz
remote: I, [2018-12-17T13:56:31.637429 #7] INFO -- : Writing /app/public/assets/graphiql/rails/application-ce34ddff0b3787f5d223c153dc771174d56bf7cf59260c824ae5bda0e7254dc3.css
remote: I, [2018-12-17T13:56:31.637587 #7] INFO -- : Writing /app/public/assets/graphiql/rails/application-ce34ddff0b3787f5d223c153dc771174d56bf7cf59260c824ae5bda0e7254dc3.css.gz
remote: Removing intermediate container d61c03469219
remote: ---> f0b5e697a683
remote: Step 9/10 : RUN rm -rf node_modules
remote: ---> Running in 58c701182a74
remote: Removing intermediate container 58c701182a74
remote: ---> 5c7b1afa176d
remote: Step 10/10 : CMD /app/script/start-puma
remote: ---> Running in cc3af217f218
remote: Removing intermediate container cc3af217f218
remote: ---> 6c54a5b24f30
remote: Successfully built 6c54a5b24f30
remote: Successfully tagged 56584c34c7e5750194290954f80cc73e9d8ef463:latest
remote:
remote: === Pushing release (./Dockerfile.web)
remote: Tagged image "56584c34c7e5750194290954f80cc73e9d8ef463" as "registry.heroku.com/citiesense/release"
remote: The push refers to repository [registry.heroku.com/citiesense/release]
remote: d6ef3f2dea0e: Preparing
remote: e34e94473189: Preparing
remote: 7301378e589f: Preparing
remote: 8241f59ac7c8: Preparing
remote: 3ee8b1045a9e: Preparing
remote: efd73ecd1f97: Preparing
remote: 2c746df8f9ef: Preparing
remote: 7c68f2736c7b: Preparing
remote: ef9b260d91c8: Preparing
remote: 841909ece5e6: Preparing
remote: 948a5d933f39: Preparing
remote: 70c3e65176aa: Preparing
remote: 7e47c978fbf1: Preparing
remote: 6b695d183be6: Preparing
remote: fcc6eb7bdaf1: Preparing
remote: 73046094a9b8: Preparing
remote: 7c68f2736c7b: Waiting
remote: ef9b260d91c8: Waiting
remote: 841909ece5e6: Waiting
remote: 948a5d933f39: Waiting
remote: 70c3e65176aa: Waiting
remote: 7e47c978fbf1: Waiting
remote: 6b695d183be6: Waiting
remote: fcc6eb7bdaf1: Waiting
remote: 73046094a9b8: Waiting
remote: efd73ecd1f97: Waiting
remote: 2c746df8f9ef: Waiting
remote: d6ef3f2dea0e: Pushed
remote: efd73ecd1f97: Layer already exists
remote: 2c746df8f9ef: Layer already exists
remote: 7c68f2736c7b: Layer already exists
remote: ef9b260d91c8: Layer already exists
remote: 841909ece5e6: Layer already exists
remote: 948a5d933f39: Layer already exists
remote: 70c3e65176aa: Layer already exists
remote: e34e94473189: Pushed
remote: 6b695d183be6: Layer already exists
remote: 7e47c978fbf1: Layer already exists
remote: 73046094a9b8: Layer already exists
remote: fcc6eb7bdaf1: Layer already exists
remote: 3ee8b1045a9e: Pushed
remote: 7301378e589f: Pushed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment