Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heroku One Click Failure #2213

Closed
patricklindsay opened this issue Sep 9, 2017 · 7 comments
Closed

Heroku One Click Failure #2213

patricklindsay opened this issue Sep 9, 2017 · 7 comments

Comments

@patricklindsay
Copy link

patricklindsay commented Sep 9, 2017

Steps to reproduce

Click deploy with Heroku button and follow instructions

Expected behavior

Succesful build

Actual behavior

Failed build

System configuration

Default Heroku deploy config.


Looks like there were two issues;

  1. Cleaning up the bundler cache
  2. Running the Spree install generator
logger: unrecognized option '--auto-accept'
Usage:
 logger [options] [<message>]
Enter messages into the system log.
Options:
 -i                       log the logger command's PID
     --id[=<id>]          log the given <id>, or otherwise the PID
 -f, --file <file>        log the contents of this file
 -e, --skip-empty         do not log empty lines when processing files
     --no-act             do everything except the write the log
 -p, --priority <prio>    mark given message with this priority
     --octet-count        use rfc6587 octet counting
     --prio-prefix        look for a prefix on every line read from stdin
 -s, --stderr             output message to standard error as well
 -S, --size <size>        maximum size for a single message
 -t, --tag <tag>          mark every line with this tag
 -n, --server <name>      write to this remote syslog server
 -P, --port <number>      use this UDP port
 -T, --tcp                use TCP only
 -d, --udp                use UDP only
     --rfc3164            use the obsolete BSD syslog protocol
     --rfc5424[=<snip>]   use the syslog protocol (the default for remote);
                            <snip> can be notime, or notq, and/or nohost
     --msgid <msgid>      set rfc5424 message id field
 -u, --socket <socket>    write to this Unix socket
     --socket-errors[=<on|off|auto>]
                          print connection errors when using Unix sockets
     --journald[=<file>]  write journald entry
 -h, --help     display this help and exit
 -V, --version  output version information and exit
For more details see logger(1).
 !
 !     "bundle exec rails g spree:install --auto-accept --user_class=Spree::User --enforce_available_locales=true --migrate=false --seed=false --sample=false" failed
 !
/app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/solidus.rb:86:in `sh': "bundle exec rails g spree:install --auto-accept --user_class=Spree::User --enforce_available_locales=true --migrate=false --seed=false --sample=false" failed (RuntimeError)
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/solidus.rb:69:in `run_assets_precompile_rake_task'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/ruby.rb:104:in `block (2 levels) in compile'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/ruby.rb:757:in `allow_git'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/ruby.rb:98:in `block in compile'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/instrument.rb:18:in `block (2 levels) in instrument'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/instrument.rb:40:in `yield_with_block_depth'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/instrument.rb:17:in `block in instrument'
	from /usr/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/instrument.rb:16:in `instrument'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/base.rb:48:in `instrument'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/base.rb:44:in `instrument'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/ruby.rb:88:in `compile'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/rails2.rb:49:in `block in compile'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/instrument.rb:18:in `block (2 levels) in instrument'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/instrument.rb:40:in `yield_with_block_depth'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/instrument.rb:17:in `block in instrument'

Here is the full failed build log

@cbrunsdon
Copy link
Contributor

@swcraig can you take a look at this please? I Imagine it might be from me stripping highline from core.

@swcraig
Copy link
Contributor

swcraig commented Sep 12, 2017

I believe this PR in solidus_auth_devise will fix the issue. Once a new version of solidus_auth_devise is released with this fix we should be able to close this.

@cbrunsdon
Copy link
Contributor

PR is merged, can you try this again @swcraig ?

@travis-r6s
Copy link

this still doesn't work for me..?

log below...

-----> Ruby app detected
-----> Compiling Ruby/Rails
       Compiling solidus
WARNING:  You don't have /app/.gem/ruby/2.3.0/bin in your PATH,
	  gem executables will not run.
Successfully installed i18n-0.8.6
Successfully installed thread_safe-0.3.6
Successfully installed tzinfo-1.2.3
Successfully installed concurrent-ruby-1.0.5
Successfully installed activesupport-5.1.4
Successfully installed rack-2.0.3
Successfully installed rack-test-0.7.0
Successfully installed mini_portile2-2.3.0
Building native extensions.  This could take a while...
Successfully installed nokogiri-1.8.1
Successfully installed loofah-2.0.3
Successfully installed rails-html-sanitizer-1.0.3
Successfully installed rails-dom-testing-2.0.3
Successfully installed builder-3.2.3
Successfully installed erubi-1.6.1
Successfully installed actionview-5.1.4
Successfully installed actionpack-5.1.4
Successfully installed thor-0.20.0
Successfully installed method_source-0.8.2
Successfully installed railties-5.1.4
19 gems installed
      create  
      create  README.md
      create  Rakefile
      create  config.ru
      create  .gitignore
      create  Gemfile
         run  git init from "."
Initialized empty Git repository in /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/sandbox/.git/
      create  app
      create  app/assets/config/manifest.js
      create  app/assets/javascripts/application.js
      create  app/assets/javascripts/cable.js
      create  app/assets/stylesheets/application.css
      create  app/channels/application_cable/channel.rb
      create  app/channels/application_cable/connection.rb
      create  app/controllers/application_controller.rb
      create  app/helpers/application_helper.rb
      create  app/jobs/application_job.rb
      create  app/mailers/application_mailer.rb
      create  app/models/application_record.rb
      create  app/views/layouts/application.html.erb
      create  app/views/layouts/mailer.html.erb
      create  app/views/layouts/mailer.text.erb
      create  app/assets/images/.keep
      create  app/assets/javascripts/channels
      create  app/assets/javascripts/channels/.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  bin/update
      create  bin/yarn
      create  config
      create  config/routes.rb
      create  config/application.rb
      create  config/environment.rb
      create  config/secrets.yml
      create  config/cable.yml
      create  config/puma.rb
      create  config/spring.rb
      create  config/environments
      create  config/environments/development.rb
      create  config/environments/production.rb
      create  config/environments/test.rb
      create  config/initializers
      create  config/initializers/application_controller_renderer.rb
      create  config/initializers/assets.rb
      create  config/initializers/backtrace_silencers.rb
      create  config/initializers/cookies_serializer.rb
      create  config/initializers/cors.rb
      create  config/initializers/filter_parameter_logging.rb
      create  config/initializers/inflections.rb
      create  config/initializers/mime_types.rb
      create  config/initializers/new_framework_defaults_5_1.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/apple-touch-icon-precomposed.png
      create  public/apple-touch-icon.png
      create  public/favicon.ico
      create  public/robots.txt
      create  test/fixtures
      create  test/fixtures/.keep
      create  test/fixtures/files
      create  test/fixtures/files/.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  test/system
      create  test/system/.keep
      create  test/application_system_test_case.rb
      create  tmp
      create  tmp/.keep
      create  tmp/cache
      create  tmp/cache/assets
      create  vendor
      create  vendor/.keep
      create  package.json
      remove  config/initializers/cors.rb
      remove  config/initializers/new_framework_defaults_5_1.rb
["/tmp/d20170920-100-1favjrm/bundler-1.13.1/gems/bundler-1.13.1/lib", "/app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib", "/app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/vendor", "/app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib", "/usr/local/lib/site_ruby/2.3.0", "/usr/local/lib/x86_64-linux-gnu/site_ruby", "/usr/local/lib/site_ruby", "/usr/lib/ruby/vendor_ruby/2.3.0", "/usr/lib/x86_64-linux-gnu/ruby/vendor_ruby/2.3.0", "/usr/lib/ruby/vendor_ruby", "/usr/lib/ruby/2.3.0", "/usr/lib/x86_64-linux-gnu/ruby/2.3.0"]
-----> Using Ruby version: ruby-2.2.4
-----> Installing dependencies using bundler 1.13.1
       Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4
       Fetching gem metadata from https://rubygems.org/.........
       Fetching version metadata from https://rubygems.org/..
       Fetching dependency metadata from https://rubygems.org/.
       Resolving dependencies....
       Installing rake 12.1.0
       Installing concurrent-ruby 1.0.5
       Installing i18n 0.8.6
       Installing minitest 5.10.3
       Installing thread_safe 0.3.6
       Installing builder 3.2.3
       Installing erubi 1.6.1
       Installing mini_portile2 2.3.0
       Installing rack 2.0.3
       Installing websocket-extensions 0.1.2
       Installing nio4r 2.1.0 with native extensions
       Installing mime-types-data 3.2016.0521
       Installing arel 8.0.0
       Installing execjs 2.7.0
       Installing bcrypt 3.1.11 with native extensions
       Installing rb-fsevent 0.10.2
       Installing ffi 1.9.18 with native extensions
       Installing thor 0.20.0
       Using bundler 1.13.1
       Installing camertron-eprun 1.1.1
       Installing cancancan 1.17.0
       Installing method_source 0.8.2
       Installing cldr-plurals-runtime-rb 1.0.1
       Installing climate_control 0.2.0
       Installing coffee-script-source 1.12.2
       Installing polyglot 0.3.5
       Installing orm_adapter 0.5.0
       Installing tilt 2.0.8
       Installing multi_json 1.12.2
       Installing kaminari-core 1.0.1
       Installing mimemagic 0.3.2
       Installing pg 0.21.0 with native extensions
       Installing puma 3.10.0 with native extensions
       Installing rails_serve_static_assets 0.0.5
       Installing rails_stdout_logging 0.0.5
       Installing state_machines 0.5.0
       Installing stringex 1.5.1
       Installing truncate_html 0.9.3
       Installing solidus_support 0.1.5
       Installing turbolinks-source 5.0.3
       Installing rainbow 2.2.2 with native extensions
       Installing money 6.9.0
       Installing nokogiri 1.8.1 with native extensions
       Installing tzinfo 1.2.3
       Installing websocket-driver 0.6.5 with native extensions
       Installing mime-types 3.1
       Installing rack-test 0.7.0
       Installing sprockets 3.7.1
       Installing warden 1.2.7
       Installing autoprefixer-rails 7.1.4
       Installing uglifier 3.2.0
       Installing cocaine 0.5.8
       Installing coffee-script 2.4.1
       Installing rb-inotify 0.9.10
       Installing rails_12factor 0.0.3
       Installing turbolinks 5.0.1
       Installing monetize 1.7.0
       Installing activesupport 5.1.4
       Installing twitter_cldr 4.4.2
       Installing mail 2.6.6
       Installing handlebars_assets 0.23.2
       Installing sass-listen 4.0.0
       Installing globalid 0.4.0
       Installing activemodel 5.1.4
       Installing carmen 1.0.2
       Installing jbuilder 2.7.0
       Installing sass 3.5.1
       Installing activejob 5.1.4
       Installing activerecord 5.1.4
       Installing paperclip 5.1.0
       Installing state_machines-activemodel 0.5.0
       Installing bourbon 4.3.4
       Installing acts_as_list 0.9.7
       Installing awesome_nested_set 3.1.3
       Installing friendly_id 5.2.2
       Installing kaminari-activerecord 1.0.1
       Installing paranoia 2.3.1
       Installing polyamorous 1.3.1
       Installing state_machines-activerecord 0.5.0
       Installing rails-dom-testing 2.0.3
       Installing loofah 2.0.3
       Installing rails-html-sanitizer 1.0.3
       Installing activemerchant 1.71.0
       Installing actionview 5.1.4
       Installing kaminari-actionview 1.0.1
       Installing kaminari 1.0.1
       Installing actionpack 5.1.4
       Installing actioncable 5.1.4
       Installing actionmailer 5.1.4
       Installing railties 5.1.4
       Installing sprockets-rails 3.2.1
       Installing ransack 1.8.3
       Installing rails 5.1.4
       Installing responders 2.4.0
       Installing coffee-rails 4.2.2
       Installing jquery-ui-rails 5.0.5
       Installing jquery-rails 4.3.1
       Installing font-awesome-rails 4.7.0.2
       Installing sass-rails 5.0.6
       Installing versioncake 3.3.0
       Installing canonical-rails 0.2.1
       Installing deface 1.2.0
       Using solidus_core 2.4.0.alpha from source at `.`
       Installing devise 4.3.0
       Using solidus_sample 2.4.0.alpha from source at `.`
       Using solidus_api 2.4.0.alpha from source at `.`
       Using solidus_backend 2.4.0.alpha from source at `.`
       Using solidus_frontend 2.4.0.alpha from source at `.`
       Using solidus 2.4.0.alpha from source at `.`
       Installing devise-encryptable 0.2.0
       Installing solidus_auth_devise 1.6.4
       Bundle complete! 19 Gemfile dependencies, 111 gems now installed.
       Gems in the groups development and test were not installed.
       Bundled gems are installed into ./vendor/bundle.
       Post-install message from handlebars_assets:
       Remember to rake assets:clean or rake assets:purge on update! this is required because of handlebars updates
       Post-install message from paperclip:
       ##################################################
       #  NOTE FOR UPGRADING FROM 4.3.0 OR EARLIER       #
       ##################################################
       Paperclip is now compatible with aws-sdk >= 2.0.0.
       If you are using S3 storage, aws-sdk >= 2.0.0 requires you to make a few small
       changes:
       * You must set the `s3_region`
       * If you are explicitly setting permissions anywhere, such as in an initializer,
       note that the format of the permissions changed from using an underscore to
       using a hyphen. For example, `:public_read` needs to be changed to
       `public-read`.
       For a walkthrough of upgrading from 4 to 5 and aws-sdk >= 2.0 you can watch
       http://rubythursday.com/episodes/ruby-snack-27-upgrade-paperclip-and-aws-sdk-in-prep-for-rails-5
       Bundle completed (34.04s)
       Cleaning up the bundler cache.
["/tmp/d20170920-100-1favjrm/bundler-1.13.1/gems/bundler-1.13.1/lib", "/tmp/d20170920-100-1favjrm/bundler-1.13.1/gems/bundler-1.13.1/lib", "/app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib", "/app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/vendor", "/app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib", "/usr/local/lib/site_ruby/2.3.0", "/usr/local/lib/x86_64-linux-gnu/site_ruby", "/usr/local/lib/site_ruby", "/usr/lib/ruby/vendor_ruby/2.3.0", "/usr/lib/x86_64-linux-gnu/ruby/vendor_ruby/2.3.0", "/usr/lib/ruby/vendor_ruby", "/usr/lib/ruby/2.3.0", "/usr/lib/x86_64-linux-gnu/ruby/2.3.0"]
/tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/activesupport-5.1.4/lib/active_support/callbacks.rb:712:in `block (2 levels) in skip_callback': Before process_action callback :set_current_order has not been defined (ArgumentError)
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/activesupport-5.1.4/lib/active_support/callbacks.rb:708:in `each'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/activesupport-5.1.4/lib/active_support/callbacks.rb:708:in `block in skip_callback'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/activesupport-5.1.4/lib/active_support/callbacks.rb:622:in `block in __update_callbacks'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/activesupport-5.1.4/lib/active_support/callbacks.rb:620:in `reverse_each'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/activesupport-5.1.4/lib/active_support/callbacks.rb:620:in `__update_callbacks'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/activesupport-5.1.4/lib/active_support/callbacks.rb:707:in `skip_callback'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/actionpack-5.1.4/lib/abstract_controller/callbacks.rb:181:in `block (3 levels) in <module:ClassMethods>'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/actionpack-5.1.4/lib/abstract_controller/callbacks.rb:74:in `block in _insert_callbacks'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/actionpack-5.1.4/lib/abstract_controller/callbacks.rb:73:in `each'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/actionpack-5.1.4/lib/abstract_controller/callbacks.rb:73:in `_insert_callbacks'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/actionpack-5.1.4/lib/abstract_controller/callbacks.rb:180:in `block (2 levels) in <module:ClassMethods>'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/solidus_auth_devise-1.6.4/lib/controllers/frontend/spree/users_controller.rb:2:in `<class:UsersController>'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/solidus_auth_devise-1.6.4/lib/controllers/frontend/spree/users_controller.rb:1:in `<top (required)>'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/polyglot-0.3.5/lib/polyglot.rb:65:in `require'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/polyglot-0.3.5/lib/polyglot.rb:65:in `require'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/activesupport-5.1.4/lib/active_support/dependencies.rb:292:in `block in require'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/activesupport-5.1.4/lib/active_support/dependencies.rb:258:in `load_dependency'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/activesupport-5.1.4/lib/active_support/dependencies.rb:292:in `require'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/activesupport-5.1.4/lib/active_support/dependencies.rb:379:in `block in require_or_load'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/activesupport-5.1.4/lib/active_support/dependencies.rb:36:in `block in load_interlock'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/activesupport-5.1.4/lib/active_support/dependencies/interlock.rb:12:in `block in loading'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/activesupport-5.1.4/lib/active_support/concurrency/share_lock.rb:149:in `exclusive'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/activesupport-5.1.4/lib/active_support/dependencies/interlock.rb:11:in `loading'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/activesupport-5.1.4/lib/active_support/dependencies.rb:36:in `load_interlock'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/activesupport-5.1.4/lib/active_support/dependencies.rb:357:in `require_or_load'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/activesupport-5.1.4/lib/active_support/dependencies.rb:335:in `depend_on'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/activesupport-5.1.4/lib/active_support/dependencies.rb:251:in `require_dependency'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/railties-5.1.4/lib/rails/engine.rb:476:in `block (2 levels) in eager_load!'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/railties-5.1.4/lib/rails/engine.rb:475:in `each'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/railties-5.1.4/lib/rails/engine.rb:475:in `block in eager_load!'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/railties-5.1.4/lib/rails/engine.rb:473:in `each'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/railties-5.1.4/lib/rails/engine.rb:473:in `eager_load!'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/railties-5.1.4/lib/rails/engine.rb:354:in `eager_load!'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/railties-5.1.4/lib/rails/application/finisher.rb:67:in `each'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/railties-5.1.4/lib/rails/application/finisher.rb:67:in `block in <module:Finisher>'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/railties-5.1.4/lib/rails/initializable.rb:30:in `instance_exec'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/railties-5.1.4/lib/rails/initializable.rb:30:in `run'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/railties-5.1.4/lib/rails/initializable.rb:59:in `block in run_initializers'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/ruby-2.2.4/lib/ruby/2.2.0/tsort.rb:226:in `block in tsort_each'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/ruby-2.2.4/lib/ruby/2.2.0/tsort.rb:348:in `block (2 levels) in each_strongly_connected_component'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/ruby-2.2.4/lib/ruby/2.2.0/tsort.rb:429:in `each_strongly_connected_component_from'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/ruby-2.2.4/lib/ruby/2.2.0/tsort.rb:347:in `block in each_strongly_connected_component'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/ruby-2.2.4/lib/ruby/2.2.0/tsort.rb:345:in `each'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/ruby-2.2.4/lib/ruby/2.2.0/tsort.rb:345:in `call'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/ruby-2.2.4/lib/ruby/2.2.0/tsort.rb:345:in `each_strongly_connected_component'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/ruby-2.2.4/lib/ruby/2.2.0/tsort.rb:224:in `tsort_each'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/ruby-2.2.4/lib/ruby/2.2.0/tsort.rb:203:in `tsort_each'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/railties-5.1.4/lib/rails/initializable.rb:58:in `run_initializers'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/railties-5.1.4/lib/rails/application.rb:353:in `initialize!'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/config/environment.rb:5:in `<top (required)>'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/polyglot-0.3.5/lib/polyglot.rb:65:in `require'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/polyglot-0.3.5/lib/polyglot.rb:65:in `require'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/activesupport-5.1.4/lib/active_support/dependencies.rb:292:in `block in require'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/activesupport-5.1.4/lib/active_support/dependencies.rb:258:in `load_dependency'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/activesupport-5.1.4/lib/active_support/dependencies.rb:292:in `require'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/railties-5.1.4/lib/rails/application.rb:329:in `require_environment!'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/railties-5.1.4/lib/rails/command/actions.rb:16:in `require_application_and_environment!'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/railties-5.1.4/lib/rails/commands/generate/generate_command.rb:19:in `perform'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/thor-0.20.0/lib/thor/command.rb:27:in `run'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/thor-0.20.0/lib/thor/invocation.rb:126:in `invoke_command'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/thor-0.20.0/lib/thor.rb:387:in `dispatch'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/railties-5.1.4/lib/rails/command/base.rb:63:in `perform'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/railties-5.1.4/lib/rails/command.rb:44:in `invoke'
	from /tmp/build_4165844f0c42dd5feaf646541f9c8b7e/solidusio-solidus-1c0d0bb/vendor/bundle/ruby/2.2.0/gems/railties-5.1.4/lib/rails/commands.rb:16:in `<top (required)>'
	from bin/rails:4:in `require'
	from bin/rails:4:in `<main>'
logger: unrecognized option '--auto-accept'
Usage:
 logger [options] [<message>]
Enter messages into the system log.
Options:
 -i                       log the logger command's PID
     --id[=<id>]          log the given <id>, or otherwise the PID
 -f, --file <file>        log the contents of this file
 -e, --skip-empty         do not log empty lines when processing files
     --no-act             do everything except the write the log
 -p, --priority <prio>    mark given message with this priority
     --octet-count        use rfc6587 octet counting
     --prio-prefix        look for a prefix on every line read from stdin
 -s, --stderr             output message to standard error as well
 -S, --size <size>        maximum size for a single message
 -t, --tag <tag>          mark every line with this tag
 -n, --server <name>      write to this remote syslog server
 -P, --port <number>      use this UDP port
 -T, --tcp                use TCP only
 -d, --udp                use UDP only
     --rfc3164            use the obsolete BSD syslog protocol
     --rfc5424[=<snip>]   use the syslog protocol (the default for remote);
                            <snip> can be notime, or notq, and/or nohost
     --msgid <msgid>      set rfc5424 message id field
 -u, --socket <socket>    write to this Unix socket
     --socket-errors[=<on|off|auto>]
                          print connection errors when using Unix sockets
     --journald[=<file>]  write journald entry
 -h, --help     display this help and exit
 -V, --version  output version information and exit
For more details see logger(1).
 !
 !     "bundle exec rails g spree:install --auto-accept --user_class=Spree::User --enforce_available_locales=true --migrate=false --seed=false --sample=false" failed
 !
/app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/solidus.rb:86:in `sh': "bundle exec rails g spree:install --auto-accept --user_class=Spree::User --enforce_available_locales=true --migrate=false --seed=false --sample=false" failed (RuntimeError)
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/solidus.rb:69:in `run_assets_precompile_rake_task'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/ruby.rb:104:in `block (2 levels) in compile'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/ruby.rb:757:in `allow_git'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/ruby.rb:98:in `block in compile'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/instrument.rb:18:in `block (2 levels) in instrument'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/instrument.rb:40:in `yield_with_block_depth'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/instrument.rb:17:in `block in instrument'
	from /usr/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/instrument.rb:16:in `instrument'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/base.rb:48:in `instrument'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/base.rb:44:in `instrument'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/ruby.rb:88:in `compile'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/rails2.rb:49:in `block in compile'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/instrument.rb:18:in `block (2 levels) in instrument'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/instrument.rb:40:in `yield_with_block_depth'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/instrument.rb:17:in `block in instrument'
	from /usr/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/instrument.rb:16:in `instrument'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/base.rb:48:in `instrument'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/base.rb:44:in `instrument'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/rails2.rb:47:in `compile'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/rails3.rb:38:in `block in compile'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/instrument.rb:18:in `block (2 levels) in instrument'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/instrument.rb:40:in `yield_with_block_depth'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/instrument.rb:17:in `block in instrument'
	from /usr/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/instrument.rb:16:in `instrument'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/base.rb:48:in `instrument'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/base.rb:44:in `instrument'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/rails3.rb:37:in `compile'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/rails4.rb:41:in `block in compile'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/instrument.rb:18:in `block (2 levels) in instrument'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/instrument.rb:40:in `yield_with_block_depth'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/instrument.rb:17:in `block in instrument'
	from /usr/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/instrument.rb:16:in `instrument'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/base.rb:48:in `instrument'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/base.rb:44:in `instrument'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/rails4.rb:40:in `compile'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/solidus.rb:62:in `compile'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/bin/compile:16:in `block (2 levels) in <main>'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/base.rb:131:in `log'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/bin/compile:15:in `block in <main>'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/instrument.rb:35:in `block in trace'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/instrument.rb:18:in `block (2 levels) in instrument'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/instrument.rb:40:in `yield_with_block_depth'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/instrument.rb:17:in `block in instrument'
	from /usr/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/instrument.rb:16:in `instrument'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/lib/language_pack/instrument.rb:35:in `trace'
	from /app/tmp/buildpacks/4503e3a76977915f47253edc22ff766cf41874cec155814eeb2bed137037cc920729733d948ffeb2124e6612e9bfcc160ea3849de67fe7190e0f7d126454c288/bin/compile:11:in `<main>'
 !     Push rejected, failed to compile Ruby app.
 !     Push failed

@swcraig
Copy link
Contributor

swcraig commented Sep 20, 2017

The new version of solidus_auth_devise will fix this. Hoping to get that out the door today.

@swcraig
Copy link
Contributor

swcraig commented Sep 20, 2017

All good to go now. I can successfully deploy via the button.

@travis-r6s
Copy link

I also managed to successfully deploy. thanks @swcraig !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants