Last active
March 2, 2018 14:54
-
-
Save joaquim-oliveira-neto/1e76a21f6041b39a21d4c73fc7af4d2d to your computer and use it in GitHub Desktop.
Copy of the terminal after git push heroku master
This file contains 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
➜ lead_advalori git:(master) git push heroku master [2.3.5] | |
Counting objects: 3, done. | |
Delta compression using up to 4 threads. | |
Compressing objects: 100% (3/3), done. | |
Writing objects: 100% (3/3), 380 bytes | 0 bytes/s, done. | |
Total 3 (delta 2), reused 0 (delta 0) | |
remote: Compressing source files... done. | |
remote: Building source: | |
remote: | |
remote: -----> Deleting 0 files matching .slugignore patterns. | |
remote: -----> Node.js app detected | |
remote: | |
remote: -----> Creating runtime environment | |
remote: | |
remote: NPM_CONFIG_LOGLEVEL=error | |
remote: NODE_VERBOSE=false | |
remote: NODE_ENV=production | |
remote: NODE_MODULES_CACHE=true | |
remote: | |
remote: -----> Installing binaries | |
remote: engines.node (package.json): unspecified | |
remote: engines.npm (package.json): unspecified (use default) | |
remote: engines.yarn (package.json): unspecified (use default) | |
remote: | |
remote: Resolving node version 8.x... | |
remote: Downloading and installing node 8.9.4... | |
remote: Using default npm version: 5.6.0 | |
remote: Resolving yarn version 1.x... | |
remote: Downloading and installing yarn (1.5.1)... | |
remote: Installed yarn 1.5.1 | |
remote: | |
remote: -----> Restoring cache | |
remote: ! node_modules checked into source control | |
remote: https://blog.heroku.com/node-habits-2016#9-only-git-the-important-bits | |
remote: | |
remote: Loading 2 from cacheDirectories (default): | |
remote: - node_modules | |
remote: - bower_components (not cached - skipping) | |
remote: | |
remote: -----> Building dependencies | |
remote: Installing node modules (yarn.lock) | |
remote: yarn install v1.5.1 | |
remote: [1/4] Resolving packages... | |
remote: success Already up-to-date. | |
remote: Done in 1.25s. | |
remote: | |
remote: -----> Caching build | |
remote: Clearing previous node cache | |
remote: Saving 2 cacheDirectories (default): | |
remote: - node_modules | |
remote: - bower_components (nothing to cache) | |
remote: | |
remote: -----> Pruning devDependencies | |
remote: yarn install v1.5.1 | |
remote: [1/4] Resolving packages... | |
remote: [2/4] Fetching packages... | |
remote: info [email protected]: The platform "linux" is incompatible with this module. | |
remote: info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation. | |
remote: [3/4] Linking dependencies... | |
remote: warning "@rails/webpacker > [email protected]" has unmet peer dependency "caniuse-lite@^1.0.30000697". | |
remote: warning " > [email protected]" has unmet peer dependency "webpack@^2.2.0 || ^3.0.0". | |
remote: warning "webpack-dev-server > [email protected]" has unmet peer dependency "webpack@^1.0.0 || ^2.0.0 || ^3.0.0". | |
remote: [4/4] Building fresh packages... | |
remote: warning Ignored scripts due to flag. | |
remote: Done in 19.63s. | |
remote: | |
remote: -----> Build succeeded! | |
remote: ! Unmet dependencies don't fail yarn install but may cause runtime issues | |
remote: https://github.com/npm/npm/issues/7494 | |
remote: | |
remote: -----> Ruby app detected | |
remote: -----> Compiling Ruby/Rails | |
remote: -----> Using Ruby version: ruby-2.3.5 | |
remote: -----> Installing dependencies using bundler 1.15.2 | |
remote: Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment | |
remote: The git source `git://github.com/activeadmin/activeadmin.git` uses the `git` protocol, which transmits data without encryption. Disable this warning with `bundle config git.allow_insecure true`, or switch to the `https` protocol to keep your data secure. | |
remote: The git source `git://github.com/activeadmin/inherited_resources.git` uses the `git` protocol, which transmits data without encryption. Disable this warning with `bundle config git.allow_insecure true`, or switch to the `https` protocol to keep your data secure. | |
remote: Warning: the running version of Bundler (1.15.2) is older than the version that created the lockfile (1.16.1). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`. | |
remote: Fetching gem metadata from https://rubygems.org/......... | |
remote: Fetching version metadata from https://rubygems.org/.. | |
remote: Fetching dependency metadata from https://rubygems.org/. | |
remote: Using rake 12.3.0 | |
remote: Using concurrent-ruby 1.0.5 | |
remote: Using minitest 5.11.1 | |
remote: Using thread_safe 0.3.6 | |
remote: Using builder 3.2.3 | |
remote: Using erubi 1.7.0 | |
remote: Using mini_portile2 2.3.0 | |
remote: Using crass 1.0.3 | |
remote: Using rack 2.0.3 | |
remote: Using nio4r 2.2.0 | |
remote: Using websocket-extensions 0.1.3 | |
remote: Using mini_mime 1.0.0 | |
remote: Using formtastic_i18n 0.6.0 | |
remote: Using method_source 0.9.0 | |
remote: Using thor 0.20.0 | |
remote: Using kaminari-core 1.1.1 | |
remote: Using arel 8.0.0 | |
remote: Using rb-fsevent 0.10.2 | |
remote: Using ffi 1.9.18 | |
remote: Using babel-source 5.8.35 | |
remote: Using execjs 2.7.0 | |
remote: Using bcrypt 3.1.11 | |
remote: Using bundler 1.15.2 | |
remote: Using climate_control 0.2.0 | |
remote: Using cocoon 1.2.11 | |
remote: Using multi_xml 0.6.0 | |
remote: Using rubyzip 1.2.1 | |
remote: Using orm_adapter 0.5.0 | |
remote: Using multi_json 1.13.1 | |
remote: Using mime-types-data 3.2016.0521 | |
remote: Using mimemagic 0.3.2 | |
remote: Using pg 0.21.0 | |
remote: Using puma 3.11.2 | |
remote: Using redis 4.0.1 | |
remote: Using tilt 2.0.8 | |
remote: Using i18n 0.9.3 | |
remote: Using tzinfo 1.2.4 | |
remote: Using nokogiri 1.8.1 | |
remote: Using websocket-driver 0.6.5 | |
remote: Using mail 2.7.0 | |
remote: Using rack-test 0.8.2 | |
remote: Using sprockets 3.7.1 | |
remote: Using warden 1.2.7 | |
remote: Using rack-proxy 0.6.3 | |
remote: Using figaro 1.1.1 | |
remote: Using rb-inotify 0.9.10 | |
remote: Using babel-transpiler 0.7.0 | |
remote: Using autoprefixer-rails 7.2.5 | |
remote: Using uglifier 4.1.4 | |
remote: Using cocaine 0.5.8 | |
remote: Using httparty 0.15.6 | |
remote: Using mime-types 3.1 | |
remote: Using money 6.10.1 | |
remote: Using activesupport 5.1.4 | |
remote: Using loofah 2.1.1 | |
remote: Using sprockets-es6 0.9.2 | |
remote: Using sass-listen 4.0.0 | |
remote: Using monetize 1.7.0 | |
remote: Using creek 2.1 | |
remote: Using sass 3.5.5 | |
remote: Using rails-dom-testing 2.0.3 | |
remote: Using globalid 0.4.1 | |
remote: Using arbre 1.1.1 | |
remote: Using activemodel 5.1.4 | |
remote: Using enum_help 0.0.17 | |
remote: Using groupdate 2.5.3 | |
remote: Using jbuilder 2.7.0 | |
remote: Using time_difference 0.7.0 | |
remote: Using rails-html-sanitizer 1.0.3 | |
remote: Using activejob 5.1.4 | |
remote: Using activerecord 5.1.4 | |
remote: Using paperclip 5.0.0 | |
remote: Using actionview 5.1.4 | |
remote: Using bootstrap-sass 3.3.7 | |
remote: Using font-awesome-sass 4.7.0 | |
remote: Using kaminari-activerecord 1.1.1 | |
remote: Using polyamorous 1.3.3 | |
remote: Using actionpack 5.1.4 | |
remote: Using kaminari-actionview 1.1.1 | |
remote: Using kaminari 1.1.1 | |
remote: Using actioncable 5.1.4 | |
remote: Using actionmailer 5.1.4 | |
remote: Using formtastic 3.1.5 | |
remote: Using has_scope 0.7.1 | |
remote: Using railties 5.1.4 | |
remote: Using ransack 1.8.7 | |
remote: Using sprockets-rails 3.2.1 | |
remote: Using simple_form 3.5.0 | |
remote: Using responders 2.4.0 | |
remote: Using jquery-rails 4.3.1 | |
remote: Using money-rails 1.10.0 | |
remote: Using rails 5.1.4 | |
remote: Using sass-rails 5.0.7 | |
remote: Using webpacker 3.2.1 | |
remote: Using inherited_resources 1.8.0 from git://github.com/activeadmin/inherited_resources.git (at master@6526861) | |
remote: Using devise 4.4.0 | |
remote: Using activeadmin 2.0.0.alpha from git://github.com/activeadmin/activeadmin.git (at master@ee49d3d) | |
remote: Bundle complete! 36 Gemfile dependencies, 97 gems now installed. | |
remote: Gems in the groups development and test were not installed. | |
remote: Bundled gems are installed into ./vendor/bundle. | |
remote: Bundle completed (4.43s) | |
remote: Cleaning up the bundler cache. | |
remote: The git source `git://github.com/activeadmin/activeadmin.git` uses the `git` protocol, which transmits data without encryption. Disable this warning with `bundle config git.allow_insecure true`, or switch to the `https` protocol to keep your data secure. | |
remote: The git source `git://github.com/activeadmin/inherited_resources.git` uses the `git` protocol, which transmits data without encryption. Disable this warning with `bundle config git.allow_insecure true`, or switch to the `https` protocol to keep your data secure. | |
remote: Warning: the running version of Bundler (1.15.2) is older than the version that created the lockfile (1.16.1). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`. | |
remote: The latest bundler is 1.16.1, but you are currently running 1.15.2. | |
remote: To update, run `gem install bundler` | |
remote: -----> Detecting rake tasks | |
remote: -----> Preparing app for Rails asset pipeline | |
remote: Running: rake assets:precompile | |
remote: yarn install v1.5.1 | |
remote: [1/4] Resolving packages... | |
remote: [2/4] Fetching packages... | |
remote: info [email protected]: The platform "linux" is incompatible with this module. | |
remote: info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation. | |
remote: [3/4] Linking dependencies... | |
remote: warning "@rails/webpacker > [email protected]" has unmet peer dependency "caniuse-lite@^1.0.30000697". | |
remote: warning " > [email protected]" has unmet peer dependency "webpack@^2.2.0 || ^3.0.0". | |
remote: warning "webpack-dev-server > [email protected]" has unmet peer dependency "webpack@^1.0.0 || ^2.0.0 || ^3.0.0". | |
remote: [4/4] Building fresh packages... | |
remote: Done in 21.05s. | |
^[[1;2Dremote: Webpacker is installed 🎉 🍰 | |
remote: Using /tmp/build_e24193bd752a2e87ef898603597a10bb/config/webpacker.yml file for setting up webpack paths | |
remote: Compiling… | |
remote: Compiled all packs in /tmp/build_e24193bd752a2e87ef898603597a10bb/public/packs | |
remote: Asset precompilation completed (32.98s) | |
remote: Cleaning assets | |
remote: Running: rake assets:clean | |
remote: | |
remote: -----> Ruby app detected | |
remote: -----> Compiling Ruby/Rails | |
remote: -----> Using Ruby version: ruby-2.3.5 | |
remote: ###### WARNING: | |
remote: You have the `.bundle/config` file checked into your repository | |
remote: It contains local state like the location of the installed bundle | |
remote: as well as configured git local gems, and other settings that should | |
remote: not be shared between multiple checkouts of a single repo. Please | |
remote: remove the `.bundle/` folder from your repo and add it to your `.gitignore` file. | |
remote: https://devcenter.heroku.com/articles/bundler-configuration | |
remote: | |
remote: -----> Installing dependencies using bundler 1.15.2 | |
remote: Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment | |
remote: The git source `git://github.com/activeadmin/activeadmin.git` uses the `git` protocol, which transmits data without encryption. Disable this warning with `bundle config git.allow_insecure true`, or switch to the `https` protocol to keep your data secure. | |
remote: The git source `git://github.com/activeadmin/inherited_resources.git` uses the `git` protocol, which transmits data without encryption. Disable this warning with `bundle config git.allow_insecure true`, or switch to the `https` protocol to keep your data secure. | |
remote: Warning: the running version of Bundler (1.15.2) is older than the version that created the lockfile (1.16.1). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`. | |
remote: Fetching gem metadata from https://rubygems.org/......... | |
remote: Fetching version metadata from https://rubygems.org/.. | |
remote: Fetching dependency metadata from https://rubygems.org/. | |
remote: Using rake 12.3.0 | |
remote: Using concurrent-ruby 1.0.5 | |
remote: Using minitest 5.11.1 | |
remote: Using thread_safe 0.3.6 | |
remote: Using builder 3.2.3 | |
remote: Using erubi 1.7.0 | |
remote: Using mini_portile2 2.3.0 | |
remote: Using crass 1.0.3 | |
remote: Using rack 2.0.3 | |
remote: Using nio4r 2.2.0 | |
remote: Using websocket-extensions 0.1.3 | |
remote: Using mini_mime 1.0.0 | |
remote: Using formtastic_i18n 0.6.0 | |
remote: Using method_source 0.9.0 | |
remote: Using thor 0.20.0 | |
remote: Using kaminari-core 1.1.1 | |
remote: Using arel 8.0.0 | |
remote: Using rb-fsevent 0.10.2 | |
remote: Using ffi 1.9.18 | |
remote: Using babel-source 5.8.35 | |
remote: Using execjs 2.7.0 | |
remote: Using bcrypt 3.1.11 | |
remote: Using bundler 1.15.2 | |
remote: Using climate_control 0.2.0 | |
remote: Using cocoon 1.2.11 | |
remote: Using multi_xml 0.6.0 | |
remote: Using rubyzip 1.2.1 | |
remote: Using orm_adapter 0.5.0 | |
remote: Using multi_json 1.13.1 | |
remote: Using mime-types-data 3.2016.0521 | |
remote: Using mimemagic 0.3.2 | |
remote: Using pg 0.21.0 | |
remote: Using puma 3.11.2 | |
remote: Using redis 4.0.1 | |
remote: Using tilt 2.0.8 | |
remote: Using i18n 0.9.3 | |
remote: Using tzinfo 1.2.4 | |
remote: Using nokogiri 1.8.1 | |
remote: Using mail 2.7.0 | |
remote: Using figaro 1.1.1 | |
remote: Using websocket-driver 0.6.5 | |
remote: Using rb-inotify 0.9.10 | |
remote: Using cocaine 0.5.8 | |
remote: Using httparty 0.15.6 | |
remote: Using mime-types 3.1 | |
remote: Using rack-test 0.8.2 | |
remote: Using sprockets 3.7.1 | |
remote: Using warden 1.2.7 | |
remote: Using rack-proxy 0.6.3 | |
remote: Using babel-transpiler 0.7.0 | |
remote: Using autoprefixer-rails 7.2.5 | |
remote: Using uglifier 4.1.4 | |
remote: Using activesupport 5.1.4 | |
remote: Using money 6.10.1 | |
remote: Using loofah 2.1.1 | |
remote: Using sass-listen 4.0.0 | |
remote: Using creek 2.1 | |
remote: Using sprockets-es6 0.9.2 | |
remote: Using rails-dom-testing 2.0.3 | |
remote: Using globalid 0.4.1 | |
remote: Using arbre 1.1.1 | |
remote: Using activemodel 5.1.4 | |
remote: Using enum_help 0.0.17 | |
remote: Using groupdate 2.5.3 | |
remote: Using jbuilder 2.7.0 | |
remote: Using time_difference 0.7.0 | |
remote: Using monetize 1.7.0 | |
remote: Using rails-html-sanitizer 1.0.3 | |
remote: Using sass 3.5.5 | |
remote: Using activejob 5.1.4 | |
remote: Using activerecord 5.1.4 | |
remote: Using paperclip 5.0.0 | |
remote: Using kaminari-activerecord 1.1.1 | |
remote: Using polyamorous 1.3.3 | |
remote: Using actionview 5.1.4 | |
remote: Using actionpack 5.1.4 | |
remote: Using kaminari-actionview 1.1.1 | |
remote: Using bootstrap-sass 3.3.7 | |
remote: Using font-awesome-sass 4.7.0 | |
remote: Using kaminari 1.1.1 | |
remote: Using actioncable 5.1.4 | |
remote: Using actionmailer 5.1.4 | |
remote: Using formtastic 3.1.5 | |
remote: Using has_scope 0.7.1 | |
remote: Using railties 5.1.4 | |
remote: Using ransack 1.8.7 | |
remote: Using sprockets-rails 3.2.1 | |
remote: Using simple_form 3.5.0 | |
remote: Using responders 2.4.0 | |
remote: Using jquery-rails 4.3.1 | |
remote: Using money-rails 1.10.0 | |
remote: Using webpacker 3.2.1 | |
remote: Using rails 5.1.4 | |
remote: Using sass-rails 5.0.7 | |
remote: Using inherited_resources 1.8.0 from git://github.com/activeadmin/inherited_resources.git (at master@6526861) | |
remote: Using devise 4.4.0 | |
remote: Using activeadmin 2.0.0.alpha from git://github.com/activeadmin/activeadmin.git (at master@ee49d3d) | |
remote: Bundle complete! 36 Gemfile dependencies, 97 gems now installed. | |
remote: Gems in the groups development and test were not installed. | |
remote: Bundled gems are installed into ./vendor/bundle. | |
remote: Bundle completed (3.61s) | |
remote: Cleaning up the bundler cache. | |
remote: The git source `git://github.com/activeadmin/activeadmin.git` uses the `git` protocol, which transmits data without encryption. Disable this warning with `bundle config git.allow_insecure true`, or switch to the `https` protocol to keep your data secure. | |
remote: The git source `git://github.com/activeadmin/inherited_resources.git` uses the `git` protocol, which transmits data without encryption. Disable this warning with `bundle config git.allow_insecure true`, or switch to the `https` protocol to keep your data secure. | |
remote: Warning: the running version of Bundler (1.15.2) is older than the version that created the lockfile (1.16.1). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`. | |
remote: The latest bundler is 1.16.1, but you are currently running 1.15.2. | |
remote: To update, run `gem install bundler` | |
remote: Detected manifest file, assuming assets were compiled locally | |
remote: | |
remote: ###### WARNING: | |
remote: Removing `vendor/bundle`. | |
remote: Checking in `vendor/bundle` is not supported. Please remove this directory | |
remote: and add it to your .gitignore. To vendor your gems with Bundler, use | |
remote: `bundle pack` instead. | |
remote: | |
remote: ###### WARNING: | |
remote: You have the `.bundle/config` file checked into your repository | |
remote: It contains local state like the location of the installed bundle | |
remote: as well as configured git local gems, and other settings that should | |
remote: not be shared between multiple checkouts of a single repo. Please | |
remote: remove the `.bundle/` folder from your repo and add it to your `.gitignore` file. | |
remote: https://devcenter.heroku.com/articles/bundler-configuration | |
remote: | |
remote: -----> Discovering process types | |
remote: Procfile declares types -> web | |
remote: Default types for buildpack -> console, rake, worker | |
remote: | |
remote: -----> Compressing... | |
remote: Done: 109.6M | |
remote: -----> Launching... | |
remote: Released v12 | |
remote: https://advalori-lead.herokuapp.com/ deployed to Heroku | |
remote: | |
remote: Verifying deploy... done. | |
To https://git.heroku.com/advalori-lead.git | |
d9dea77c..19511182 master -> master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment