Skip to content

Instantly share code, notes, and snippets.

@pCosta99
Last active December 19, 2021 02:34
Show Gist options
  • Save pCosta99/595f3549947bcadaa2d86b5740579816 to your computer and use it in GitHub Desktop.
Save pCosta99/595f3549947bcadaa2d86b5740579816 to your computer and use it in GitHub Desktop.
[+] Running 4/4
⠿ web Skipped 0.0s
⠿ worker Skipped 0.0s
⠿ redis Pulled 2.2s
⠿ postgres Pulled 2.2s
Sending build context to Docker daemon 106.6kB
Step 1/14 : FROM ruby:3.0.2
---> 43a012460a2c
Step 2/14 : RUN apt-get update -yq && apt-get upgrade -yq && apt-get install -y -qq --no-install-recommends build-essential curl git-core vim passwd unzip cron gcc wget netcat && apt-get update && apt-get install -y --no-install-recommends imagemagick postgresql-client && curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y --no-install-recommends nodejs && npm install -g yarn
---> Using cache
---> 92b93e9f6a7a
Step 3/14 : RUN apt-get clean -qy && rm -rf /var/lib/apt/lists/*
---> Using cache
---> 010f199fc299
Step 4/14 : RUN mkdir /app
---> Using cache
---> db9d23d3726e
Step 5/14 : WORKDIR /app
---> Using cache
---> dc0e54709896
Step 6/14 : COPY package.json yarn.lock
---> Using cache
---> f3d91a8d312c
Step 7/14 : RUN yarn install
---> Using cache
---> 2dfbffbbcbe2
Step 8/14 : RUN gem install bundler -v 2.2.15
---> Using cache
---> 6024e00c2184
Step 9/14 : ENV BUNDLE_GEMFILE=/app/Gemfile BUNDLE_JOBS=20 BUNDLE_PATH=/bundle BUNDLE_BIN=/bundle/bin GEM_HOME=/bundle
---> Using cache
---> 982589c088f6
Step 10/14 : ENV PATH="${BUNDLE_BIN}:${PATH}"
---> Using cache
---> 218c1c84b1c6
Step 11/14 : COPY Gemfile Gemfile.lock ./
---> 08c2414e1e85
Step 12/14 : RUN bundle install
---> Running in 1b47e8c579a7
Warning: the running version of Bundler (2.2.22) is older than the version that created the lockfile (2.2.33). We suggest you to upgrade to the version that created the lockfile by running `gem install bundler:2.2.33`.
Fetching gem metadata from https://rubygems.org/
Fetching gem metadata from https://rubygems.org/.........
Fetching https://github.com/sass/sassc-ruby.git
Submodule 'ext/libsass' (https://github.com/sass/libsass.git) registered for path 'ext/libsass'
Cloning into '/bundle/ruby/3.0.0/bundler/gems/sassc-ruby-4fce2b635ca5/ext/libsass'...
Submodule path 'ext/libsass': checked out '8d312a1c91bb7dd22883ebdfc829003f75a82396'
Fetching rake 13.0.6
Installing rake 13.0.6
Fetching zeitwerk 2.5.1
Fetching builder 3.2.4
Fetching erubi 1.10.0
Fetching racc 1.6.0
Fetching crass 1.0.6
Fetching nio4r 2.5.8
Fetching websocket-extensions 0.1.5
Fetching mini_mime 1.1.2
Using bundler 2.2.22
Fetching thor 1.1.0
Fetching concurrent-ruby 1.1.9
Fetching minitest 5.14.4
Fetching rack 2.2.3
Fetching marcel 1.0.2
Fetching method_source 1.0.0
Fetching timers 4.3.3
Fetching mini_portile2 2.6.1
Fetching public_suffix 4.0.6
Fetching fiber-local 1.0.0
Fetching ast 2.4.2
Fetching protocol-http 0.22.5
Installing erubi 1.10.0
Installing builder 3.2.4
Installing method_source 1.0.0
Installing websocket-extensions 0.1.5
Installing zeitwerk 2.5.1
Installing mini_mime 1.1.2
Installing ast 2.4.2
Installing timers 4.3.3
Installing racc 1.6.0 with native extensions
Installing crass 1.0.6
Installing fiber-local 1.0.0
Installing mini_portile2 2.6.1
Installing protocol-http 0.22.5
Installing marcel 1.0.2
Installing thor 1.1.0
Installing nio4r 2.5.8 with native extensions
Installing minitest 5.14.4
Installing public_suffix 4.0.6
Installing rack 2.2.3
Installing concurrent-ruby 1.1.9
Fetching protocol-hpack 1.4.2
Fetching faraday-em_http 1.0.0
Fetching faraday-em_synchrony 1.0.0
Fetching faraday-excon 1.1.0
Fetching faraday-httpclient 1.0.1
Fetching faraday-net_http 1.0.1
Fetching faraday-net_http_persistent 1.2.0
Fetching faraday-patron 1.0.0
Fetching faraday-rack 1.0.0
Fetching multipart-post 2.1.1
Fetching awesome_print 1.9.2
Fetching ruby2_keywords 0.0.5
Fetching execjs 2.8.1
Installing protocol-hpack 1.4.2
Fetching aws-eventstream 1.2.0
Installing faraday-em_synchrony 1.0.0
Installing faraday-em_http 1.0.0
Installing faraday-rack 1.0.0
Installing faraday-net_http 1.0.1
Installing faraday-net_http_persistent 1.2.0
Installing faraday-httpclient 1.0.1
Installing faraday-excon 1.1.0
Installing ruby2_keywords 0.0.5
Installing aws-eventstream 1.2.0
Installing multipart-post 2.1.1
Installing execjs 2.8.1
Installing awesome_print 1.9.2
Fetching aws-partitions 1.539.0
Installing aws-partitions 1.539.0
Fetching jmespath 1.4.0
Installing jmespath 1.4.0
Fetching bindex 0.8.1
Fetching babel-source 5.8.35
Fetching bcrypt 3.1.16
Fetching ffi 1.15.4
Fetching tilt 2.0.10
Fetching msgpack 1.4.2
Fetching popper_js 1.16.0
Fetching matrix 0.4.2
Fetching uniform_notifier 1.14.2
Fetching regexp_parser 2.2.0
Fetching cancancan 3.3.0
Fetching capybara-select-2 0.5.1
Fetching connection_pool 2.2.5
Fetching coderay 1.1.3
Fetching childprocess 4.1.0
Fetching rexml 3.2.5
Fetching dalli 3.1.0
Installing bcrypt 3.1.16 with native extensions
Installing tilt 2.0.10
Installing bindex 0.8.1 with native extensions
Installing popper_js 1.16.0
Installing matrix 0.4.2
Installing connection_pool 2.2.5
Installing capybara-select-2 0.5.1
Installing uniform_notifier 1.14.2
Installing cancancan 3.3.0
Installing dalli 3.1.0
Installing childprocess 4.1.0
Installing msgpack 1.4.2 with native extensions
Installing coderay 1.1.3
Installing regexp_parser 2.2.0
Installing rexml 3.2.5
Fetching database_cleaner-core 2.0.1
Fetching orm_adapter 0.5.0
Fetching diff-lcs 1.4.4
Fetching docile 1.4.0
Installing database_cleaner-core 2.0.1
Installing diff-lcs 1.4.4
Fetching dotenv 2.7.6
Installing docile 1.4.0
Installing orm_adapter 0.5.0
Installing dotenv 2.7.6
Fetching ffaker 2.20.0
Fetching flamegraph 0.9.5
Fetching flatpickr 4.6.6.0
Fetching gem-release 2.2.2
Installing gem-release 2.2.2
Installing flatpickr 4.6.6.0
Fetching multi_json 1.15.0
Installing ffi 1.15.4 with native extensions
Installing babel-source 5.8.35
Fetching rainbow 3.0.0
Fetching glyphicons 1.0.2
Fetching hashdiff 1.0.1
Installing multi_json 1.15.0
Installing rainbow 3.0.0
Installing flamegraph 0.9.5
Installing hashdiff 1.0.1
Installing ffaker 2.20.0
Fetching highline 2.0.3
Installing glyphicons 1.0.2
Fetching i18n_data 0.13.1
Fetching mini_magick 4.11.0
Installing highline 2.0.3
Fetching rspec-support 3.10.3
Installing i18n_data 0.13.1
Installing mini_magick 4.11.0
Installing rspec-support 3.10.3
Fetching memory_profiler 1.0.0
Fetching rb-fsevent 0.11.0
Fetching kaminari-core 1.2.1
Fetching mysql2 0.5.3
Installing memory_profiler 1.0.0
Installing kaminari-core 1.2.1
Installing rb-fsevent 0.11.0
Fetching oj 3.13.9
Fetching parallel 1.21.0
Installing mysql2 0.5.3 with native extensions
Fetching pg 1.2.3
Fetching rack-timeout 0.6.0
Installing parallel 1.21.0
Fetching redis 4.5.1
Installing rack-timeout 0.6.0
Fetching syslog_protocol 0.9.2
Installing oj 3.13.9 with native extensions
Fetching ruby-progressbar 1.11.0
Installing redis 4.5.1
Installing pg 1.2.3 with native extensions
Fetching unicode-display_width 2.1.0
Installing ruby-progressbar 1.11.0
Fetching rubyzip 2.3.2
Fetching ruby_http_client 3.5.2
Fetching select2-rails 4.0.13
Installing syslog_protocol 0.9.2
Fetching simplecov-html 0.12.3
Installing unicode-display_width 2.1.0
Installing rubyzip 2.3.2
Installing ruby_http_client 3.5.2
Installing select2-rails 4.0.13
Fetching simplecov_json_formatter 0.1.3
Installing simplecov_json_formatter 0.1.3
Fetching state_machines 0.5.0
Fetching stringex 2.8.5
Fetching sqlite3 1.4.2
Installing simplecov-html 0.12.3
Fetching timecop 0.9.4
Installing sqlite3 1.4.2 with native extensions
Installing state_machines 0.5.0
Installing stringex 2.8.5
Installing timecop 0.9.4
Fetching turbolinks-source 5.2.0
Fetching spring 3.1.1
Fetching stackprof 0.2.17
Installing turbolinks-source 5.2.0
Installing spring 3.1.1
Installing stackprof 0.2.17 with native extensions
Fetching vcr 6.0.0
Fetching websocket-driver 0.7.5
Fetching console 1.14.0
Fetching parser 3.0.3.1
Fetching mail 2.7.1
Installing console 1.14.0
Installing websocket-driver 0.7.5 with native extensions
Installing vcr 6.0.0
Installing faraday-patron 1.0.0
Installing mail 2.7.1
Installing parser 3.0.3.1
Fetching protocol-http1 0.14.2
Fetching appraisal 2.4.1
Installing protocol-http1 0.14.2
Installing appraisal 2.4.1
Fetching spree_cli 4.4.0.rc1
Fetching aws-sigv4 1.4.0
Installing spree_cli 4.4.0.rc1
Installing aws-sigv4 1.4.0
Fetching protocol-http2 0.14.2
Fetching addressable 2.8.0
Installing protocol-http2 0.14.2
Fetching autoprefixer-rails 10.3.3.0
Installing addressable 2.8.0
Fetching terser 1.1.8
Fetching i18n 1.8.11
Fetching rack-test 1.1.0
Fetching tzinfo 2.0.4
Installing terser 1.1.8
Fetching sprockets 4.0.2
Installing autoprefixer-rails 10.3.3.0
Fetching font_assets 0.1.14
Fetching rack-cache 1.13.0
Fetching rack-cors 1.1.1
Fetching warden 1.2.9
Installing tzinfo 2.0.4
Installing rack-test 1.1.0
Fetching rack-mini-profiler 2.3.3
Installing i18n 1.8.11
Installing sprockets 4.0.2
Installing rack-cors 1.1.1
Installing warden 1.2.9
Installing font_assets 0.1.14
Fetching crack 0.4.5
Installing rack-cache 1.13.0
Installing rack-mini-profiler 2.3.3
Installing crack 0.4.5
Fetching pry 0.14.1
Fetching babel-transpiler 0.7.0
Fetching rspec-core 3.10.1
Fetching rspec-expectations 3.10.1
Fetching rspec-mocks 3.10.2
Fetching remote_syslog_logger 1.0.4
Fetching sidekiq 6.3.1
Fetching selenium-webdriver 4.1.0
Fetching sendgrid-ruby 6.6.0
Fetching turbolinks 5.2.1
Installing babel-transpiler 0.7.0
Installing pry 0.14.1
Installing rspec-core 3.10.1
Installing rspec-expectations 3.10.1
Installing remote_syslog_logger 1.0.4
Installing rspec-mocks 3.10.2
Installing sidekiq 6.3.1
Installing selenium-webdriver 4.1.0
Fetching simplecov 0.21.2
Fetching faraday 1.8.0
Installing turbolinks 5.2.1
Installing sendgrid-ruby 6.6.0
Fetching aws-sdk-core 3.124.0
Fetching rubocop-ast 1.14.0
Fetching scout_apm 5.1.0
Installing faraday 1.8.0
Installing simplecov 0.21.2
Fetching launchy 2.5.0
Installing rubocop-ast 1.14.0
Fetching activesupport 6.1.4.1
Installing aws-sdk-core 3.124.0
Fetching money 6.16.0
Installing launchy 2.5.0
Fetching webmock 3.14.0
Installing scout_apm 5.1.0 with native extensions
Installing money 6.16.0
Installing webmock 3.14.0
Installing activesupport 6.1.4.1
Fetching jsonapi-rspec 0.0.11
Fetching rspec-retry 0.6.2
Fetching nokogiri 1.12.5 (x86_64-linux)
Fetching rspec_junit_formatter 0.4.1
Fetching letter_opener 1.7.0
Fetching faraday-http-cache 2.2.0
Installing rspec_junit_formatter 0.4.1
Installing rspec-retry 0.6.2
Installing letter_opener 1.7.0
Fetching sawyer 0.8.2
Installing jsonapi-rspec 0.0.11
Fetching sentry-raven 3.1.2
Fetching monetize 1.11.0
Installing faraday-http-cache 2.2.0
Fetching sendgrid-actionmailer 3.2.0
Installing sentry-raven 3.1.2
Installing sawyer 0.8.2
Fetching rubocop 1.23.0
Installing monetize 1.11.0
Installing sendgrid-actionmailer 3.2.0
Fetching octokit 4.21.0
Fetching aws-sdk-kms 1.52.0
Installing rubocop 1.23.0
Installing octokit 4.21.0
Installing aws-sdk-kms 1.52.0
Fetching aws-sdk-s3 1.109.0
Installing nokogiri 1.12.5 (x86_64-linux)
Installing aws-sdk-s3 1.109.0
Fetching globalid 1.0.0
Fetching activemodel 6.1.4.1
Fetching bullet 6.1.5
Fetching carmen 1.1.3
Fetching factory_bot 4.11.1
Fetching jsonapi-serializer 2.2.0
Fetching rabl 0.14.5
Installing globalid 1.0.0
Installing jsonapi-serializer 2.2.0
Installing activemodel 6.1.4.1
Installing rabl 0.14.5
Installing bullet 6.1.5
Installing factory_bot 4.11.1
Fetching activejob 6.1.4.1
Installing carmen 1.1.3
Fetching async 1.30.1
Fetching puma 5.5.2
Installing activejob 6.1.4.1
Installing async 1.30.1
Installing puma 5.5.2 with native extensions
Fetching async-io 1.32.2
Fetching async-pool 0.3.9
Fetching activerecord 6.1.4.1
Fetching state_machines-activemodel 0.8.0
Fetching validates_zipcode 0.5.0
Fetching rspec-activemodel-mocks 1.1.0
Installing async-pool 0.3.9
Installing async-io 1.32.2
Fetching async-http 0.56.5
Installing state_machines-activemodel 0.8.0
Installing validates_zipcode 0.5.0
Installing rspec-activemodel-mocks 1.1.0
Installing async-http 0.56.5
Installing activerecord 6.1.4.1
Fetching async-http-faraday 0.11.0
Installing async-http-faraday 0.11.0
Fetching github_changelog_generator 1.16.4
Installing github_changelog_generator 1.16.4
Fetching rubocop-rails 2.12.4
Fetching activerecord-nulldb-adapter 0.8.0
Fetching activerecord-typedstore 1.4.0
Fetching database_cleaner-active_record 2.0.1
Fetching acts_as_list 1.0.4
Fetching awesome_nested_set 3.4.0
Fetching auto_strip_attributes 2.6.0
Fetching friendly_id 5.4.2
Fetching kaminari-activerecord 1.2.1
Fetching paranoia 2.4.3
Fetching ransack 2.4.2
Installing rubocop-rails 2.12.4
Fetching state_machines-activerecord 0.8.0
Fetching bootsnap 1.9.3
Fetching rails-dom-testing 2.0.3
Fetching loofah 2.12.0
Installing kaminari-activerecord 1.2.1
Installing rails-dom-testing 2.0.3
Installing activerecord-typedstore 1.4.0
Installing auto_strip_attributes 2.6.0
Installing awesome_nested_set 3.4.0
Installing state_machines-activerecord 0.8.0
Installing loofah 2.12.0
Installing database_cleaner-active_record 2.0.1
Installing paranoia 2.4.3
Installing activerecord-nulldb-adapter 0.8.0
Installing acts_as_list 1.0.4
Installing bootsnap 1.9.3 with native extensions
Installing friendly_id 5.4.2
Fetching activemerchant 1.124.0
Fetching xpath 3.2.0
Installing ransack 2.4.2
Fetching inline_svg 1.7.2
Fetching webdrivers 4.7.0
Installing xpath 3.2.0
Fetching database_cleaner 2.0.1
Fetching rails-html-sanitizer 1.4.2
Fetching capybara 3.36.0
Installing inline_svg 1.7.2
Installing webdrivers 4.7.0
Installing database_cleaner 2.0.1
Installing activemerchant 1.124.0
Installing rails-html-sanitizer 1.4.2
Fetching actionview 6.1.4.1
Installing capybara 3.36.0
Installing actionview 6.1.4.1
Fetching actionpack 6.1.4.1
Fetching kaminari-actionview 1.2.1
Installing kaminari-actionview 1.2.1
Installing actionpack 6.1.4.1
Fetching kaminari 1.2.1
Installing kaminari 1.2.1
Fetching capybara-screenshot 1.0.25
Installing capybara-screenshot 1.0.25
Fetching activestorage 6.1.4.1
Fetching railties 6.1.4.1
Fetching actioncable 6.1.4.1
Fetching actionmailer 6.1.4.1
Fetching sprockets-rails 3.4.1
Fetching rails-controller-testing 1.0.5
Installing actioncable 6.1.4.1
Installing actionmailer 6.1.4.1
Installing sprockets-rails 3.4.1
Installing activestorage 6.1.4.1
Installing rails-controller-testing 1.0.5
Installing railties 6.1.4.1
Fetching actiontext 6.1.4.1
Fetching actionmailbox 6.1.4.1
Fetching doorkeeper 5.5.4
Fetching jsbundling-rails 0.2.2
Fetching web-console 4.2.0
Fetching dotenv-rails 2.7.6
Fetching rails-i18n 6.0.0
Fetching rspec-rails 4.1.2
Fetching jquery-rails 4.4.0
Fetching jquery-ui-rails 6.0.1
Fetching responders 3.0.1
Fetching tinymce-rails 5.10.2
Installing dotenv-rails 2.7.6
Installing jsbundling-rails 0.2.2
Installing responders 3.0.1
Installing actiontext 6.1.4.1
Installing actionmailbox 6.1.4.1
Installing web-console 4.2.0
Installing rails-i18n 6.0.0
Installing rspec-rails 4.1.2
Installing doorkeeper 5.5.4
Installing jquery-ui-rails 6.0.1
Fetching devise 4.8.0
Installing jquery-rails 4.4.0
Installing devise 4.8.0
Installing tinymce-rails 5.10.2
Fetching rails 6.1.4.1
Installing rails 6.1.4.1
Fetching active_storage_validations 0.9.5
Fetching kaminari-i18n 0.5.0
Fetching canonical-rails 0.2.13
Fetching stimulus-rails 0.7.3
Fetching turbo-rails 0.9.0
Installing kaminari-i18n 0.5.0
Installing canonical-rails 0.2.13
Installing active_storage_validations 0.9.5
Installing stimulus-rails 0.7.3
Installing turbo-rails 0.9.0
Fetching rb-inotify 0.10.1
Fetching ruby-vips 2.1.4
Using sassc 2.4.0 from https://github.com/sass/sassc-ruby.git (at master@4fce2b6)
Installing rb-inotify 0.10.1
Installing ruby-vips 2.1.4
Fetching devise-encryptable 0.2.0
Fetching hotwire-rails 0.1.3
Installing hotwire-rails 0.1.3
Fetching listen 3.7.0
Installing listen 3.7.0
Installing devise-encryptable 0.2.0
Fetching image_processing 1.12.1
Installing image_processing 1.12.1
Fetching spree_core 4.4.0.rc1
Installing spree_core 4.4.0.rc1
Fetching spree_api 4.4.0.rc1
Fetching spree_sample 4.4.0.rc1
Fetching spree_emails 4.4.0.rc1
Fetching spree_extension 0.0.9
Installing spree_extension 0.0.9
Installing spree_emails 4.4.0.rc1
Installing spree_api 4.4.0.rc1
Installing spree_sample 4.4.0.rc1
Fetching spree_auth_devise 4.4.2
Fetching spree_i18n 5.0.1
Fetching spree_gateway 3.9.4
Installing spree_gateway 3.9.4
Installing spree_auth_devise 4.4.2
Installing spree_i18n 5.0.1
Fetching spree 4.4.0.rc1
Installing spree 4.4.0.rc1
Fetching sassc-rails 2.1.2
Installing sassc-rails 2.1.2
Fetching bootstrap 4.6.1
Fetching sass-rails 6.0.0
Installing sass-rails 6.0.0
Installing bootstrap 4.6.1
Fetching spree_dev_tools 0.1.11
Installing spree_dev_tools 0.1.11
Fetching spree_backend 4.4.0.rc1
Fetching spree_frontend 4.3.0
Installing spree_backend 4.4.0.rc1
Installing spree_frontend 4.3.0
Bundle complete! 43 Gemfile dependencies, 245 gems now installed.
Bundled gems are installed into `/bundle`
Post-install message from doorkeeper:
Starting from 5.5.0 RC1 Doorkeeper requires client authentication for Resource Owner Password Grant
as stated in the OAuth RFC. You have to create a new OAuth client (Doorkeeper::Application) if you didn't
have it before and use client credentials in HTTP Basic auth if you previously used this grant flow without
client authentication.
To opt out of this you could set the "skip_client_authentication_for_password_grant" configuration option
to "true", but note that this is in violation of the OAuth spec and represents a security risk.
Read https://github.com/doorkeeper-gem/doorkeeper/issues/561#issuecomment-612857163 for more details.
Post-install message from rubyzip:
RubyZip 3.0 is coming!
**********************
The public API of some Rubyzip classes has been modernized to use named
parameters for optional arguments. Please check your usage of the
following classes:
* `Zip::File`
* `Zip::Entry`
* `Zip::InputStream`
* `Zip::OutputStream`
Please ensure that your Gemfiles and .gemspecs are suitably restrictive
to avoid an unexpected breakage when 3.0 is released (e.g. ~> 2.3.0).
See https://github.com/rubyzip/rubyzip for details. The Changelog also
lists other enhancements and bugfixes that have been implemented since
version 2.3.0.
Post-install message from sentry-raven:
`sentry-raven` is deprecated! Please migrate to `sentry-ruby`
See https://docs.sentry.io/platforms/ruby/migration for the migration guide.
---> 88a9bf2e8d56
Step 13/14 : EXPOSE 4000
---> Running in 65b65cacf144
---> 4fb0a0801135
Step 14/14 : CMD ["bash"]
---> Running in 7381c213f88f
---> 5052bf9553e5
Successfully built 5052bf9553e5
Successfully tagged spree_starter-main_web:latest
[+] Running 2/0
⠿ Container spree_starter-main-postgres-1 Created 0.0s
⠿ Container spree_starter-main-redis-1 Created 0.0s
[+] Running 2/2
⠿ Container spree_starter-main-postgres-1 Started 1.4s
⠿ Container spree_starter-main-redis-1 Started 1.2s
Connection to postgres (172.19.0.3) 5432 port [tcp/postgresql] succeeded!
PostgreSQL is up and running!
Warning: the running version of Bundler (2.2.22) is older than the version that created the lockfile (2.2.33). We suggest you to upgrade to the version that created the lockfile by running `gem install bundler:2.2.33`.
The Gemfile's dependencies are satisfied
[Scout] [12/19/21 02:18:49 +0000 b2e2e47cc4d8 (11)] INFO : Couldn't find configuration in /app/config/scout_apm.yml for environment: development. Configuration in ENV will still be applied.
Dropped database 'spree_starter_development'
Dropped database 'spree_starter_test'
[Scout] [12/19/21 02:19:00 +0000 b2e2e47cc4d8 (18)] INFO : Couldn't find configuration in /app/config/scout_apm.yml for environment: development. Configuration in ENV will still be applied.
Created database 'spree_starter_development'
Created database 'spree_starter_test'
[Scout] [12/19/21 02:19:10 +0000 b2e2e47cc4d8 (25)] INFO : Couldn't find configuration in /app/config/scout_apm.yml for environment: development. Configuration in ENV will still be applied.
== 20211203185331 CreateActiveStorageTables: migrating ========================
-- create_table(:active_storage_blobs)
-> 0.1138s
-- create_table(:active_storage_attachments)
-> 0.1513s
-- create_table(:active_storage_variant_records)
-> 0.1185s
== 20211203185331 CreateActiveStorageTables: migrated (0.3840s) ===============
== 20211203185340 CreateActionMailboxTables: migrating ========================
-- create_table(:action_mailbox_inbound_emails)
-> 0.1130s
== 20211203185340 CreateActionMailboxTables: migrated (0.1132s) ===============
== 20211203185341 CreateActionTextTables: migrating ===========================
-- create_table(:action_text_rich_texts)
-> 0.1071s
== 20211203185341 CreateActionTextTables: migrated (0.1073s) ==================
== 20211203185342 SpreeFourThree: migrating ===================================
-- data_source_exists?(:spree_addresses)
-> 0.0037s
-- create_table("friendly_id_slugs", {:force=>:cascade})
-> 0.2487s
-- create_table("spree_addresses", {:force=>:cascade})
-> 0.2952s
-- create_table("spree_adjustments", {:force=>:cascade})
-> 0.2273s
-- create_table("spree_assets", {:force=>:cascade})
-> 0.1849s
-- create_table("spree_calculators", {:force=>:cascade})
-> 0.1853s
-- create_table("spree_cms_pages", {:force=>:cascade})
-> 0.3717s
-- create_table("spree_cms_sections", {:force=>:cascade})
-> 0.2179s
-- create_table("spree_countries", {:force=>:cascade})
-> 0.2166s
-- create_table("spree_credit_cards", {:force=>:cascade})
-> 0.2770s
-- create_table("spree_customer_returns", {:force=>:cascade})
-> 0.8755s
-- create_table("spree_gateways", {:force=>:cascade})
-> 0.3254s
-- create_table("spree_inventory_units", {:force=>:cascade})
-> 0.3110s
-- create_table("spree_line_items", {:force=>:cascade})
-> 0.1875s
-- create_table("spree_log_entries", {:force=>:cascade})
-> 0.1309s
-- create_table("spree_menu_items", {:force=>:cascade})
-> 0.3838s
-- create_table("spree_menus", {:force=>:cascade})
-> 0.2015s
-- create_table("spree_option_type_prototypes", {:force=>:cascade})
-> 0.1849s
-- create_table("spree_option_types", {:force=>:cascade})
-> 0.2187s
-- create_table("spree_option_value_variants", {:force=>:cascade})
-> 0.1596s
-- create_table("spree_option_values", {:force=>:cascade})
-> 0.2105s
-- create_table("spree_order_promotions", {:force=>:cascade})
-> 0.1268s
-- create_table("spree_orders", {:force=>:cascade})
-> 0.6581s
-- create_table("spree_payment_capture_events", {:force=>:cascade})
-> 0.0768s
-- create_table("spree_payment_methods", {:force=>:cascade})
-> 0.1273s
-- create_table("spree_payment_methods_stores", {:id=>false, :force=>:cascade})
-> 0.1429s
-- create_table("spree_payments", {:force=>:cascade})
-> 0.2447s
-- create_table("spree_preferences", {:force=>:cascade})
-> 0.1091s
-- create_table("spree_prices", {:force=>:cascade})
-> 0.1855s
-- create_table("spree_product_option_types", {:force=>:cascade})
-> 0.1575s
-- create_table("spree_product_promotion_rules", {:force=>:cascade})
-> 0.1112s
-- create_table("spree_product_properties", {:force=>:cascade})
-> 0.2868s
-- create_table("spree_products", {:force=>:cascade})
-> 0.3282s
-- create_table("spree_products_stores", {:force=>:cascade})
-> 0.2119s
-- create_table("spree_products_taxons", {:force=>:cascade})
-> 0.4615s
-- create_table("spree_promotion_action_line_items", {:force=>:cascade})
-> 0.2517s
-- create_table("spree_promotion_actions", {:force=>:cascade})
-> 0.2375s
-- create_table("spree_promotion_categories", {:force=>:cascade})
-> 0.0758s
-- create_table("spree_promotion_rule_taxons", {:force=>:cascade})
-> 0.1270s
-- create_table("spree_promotion_rule_users", {:force=>:cascade})
-> 0.1170s
-- create_table("spree_promotion_rules", {:force=>:cascade})
-> 0.1774s
-- create_table("spree_promotions", {:force=>:cascade})
-> 0.3692s
-- create_table("spree_promotions_stores", {:force=>:cascade})
-> 0.2534s
-- create_table("spree_properties", {:force=>:cascade})
-> 0.3078s
-- create_table("spree_property_prototypes", {:force=>:cascade})
-> 0.2702s
-- create_table("spree_prototype_taxons", {:force=>:cascade})
-> 0.1578s
-- create_table("spree_prototypes", {:force=>:cascade})
-> 0.0863s
-- create_table("spree_refund_reasons", {:force=>:cascade})
-> 0.1262s
-- create_table("spree_refunds", {:force=>:cascade})
-> 0.2015s
-- create_table("spree_reimbursement_credits", {:force=>:cascade})
-> 0.1674s
-- create_table("spree_reimbursement_types", {:force=>:cascade})
-> 0.1546s
-- create_table("spree_reimbursements", {:force=>:cascade})
-> 0.2520s
-- create_table("spree_return_authorization_reasons", {:force=>:cascade})
-> 0.1246s
-- create_table("spree_return_authorizations", {:force=>:cascade})
-> 0.2390s
-- create_table("spree_return_items", {:force=>:cascade})
-> 0.3428s
-- create_table("spree_role_users", {:force=>:cascade})
-> 0.1309s
-- create_table("spree_roles", {:force=>:cascade})
-> 0.1149s
-- create_table("spree_shipments", {:force=>:cascade})
-> 0.2618s
-- create_table("spree_shipping_categories", {:force=>:cascade})
-> 0.1676s
-- create_table("spree_shipping_method_categories", {:force=>:cascade})
-> 0.3679s
-- create_table("spree_shipping_method_zones", {:force=>:cascade})
-> 0.1107s
-- create_table("spree_shipping_methods", {:force=>:cascade})
-> 0.1776s
-- create_table("spree_shipping_rates", {:force=>:cascade})
-> 0.2428s
-- create_table("spree_state_changes", {:force=>:cascade})
-> 0.1246s
-- create_table("spree_states", {:force=>:cascade})
-> 0.1274s
-- create_table("spree_stock_items", {:force=>:cascade})
-> 0.2678s
-- create_table("spree_stock_locations", {:force=>:cascade})
-> 0.2689s
-- create_table("spree_stock_movements", {:force=>:cascade})
-> 0.1422s
-- create_table("spree_stock_transfers", {:force=>:cascade})
-> 0.3958s
-- create_table("spree_store_credit_categories", {:force=>:cascade})
-> 0.2548s
-- create_table("spree_store_credit_events", {:force=>:cascade})
-> 0.1781s
-- create_table("spree_store_credit_types", {:force=>:cascade})
-> 0.1344s
-- create_table("spree_store_credits", {:force=>:cascade})
-> 0.2940s
-- create_table("spree_stores", {:force=>:cascade})
-> 0.2184s
-- create_table("spree_tax_categories", {:force=>:cascade})
-> 0.1597s
-- create_table("spree_tax_rates", {:force=>:cascade})
-> 0.2707s
-- create_table("spree_taxonomies", {:force=>:cascade})
-> 0.1998s
-- create_table("spree_taxons", {:force=>:cascade})
-> 0.4071s
-- create_table("spree_trackers", {:force=>:cascade})
-> 0.1178s
-- create_table("spree_users", {:force=>:cascade})
-> 0.0849s
-- create_table("spree_variants", {:force=>:cascade})
-> 0.3862s
-- create_table("spree_zone_members", {:force=>:cascade})
-> 0.1432s
-- create_table("spree_zones", {:force=>:cascade})
-> 0.1692s
== 20211203185342 SpreeFourThree: migrated (18.6173s) =========================
== 20211203185343 AddMetadataToSpreeOrders: migrating =========================
-- change_table(:spree_orders)
-- add_column(:spree_orders, :public_metadata, :jsonb)
-> 0.0111s
-- add_column(:spree_orders, :private_metadata, :jsonb)
-> 0.0043s
-> 0.0158s
== 20211203185343 AddMetadataToSpreeOrders: migrated (0.0160s) ================
== 20211203185344 AddMetadataToSpreeProducts: migrating =======================
-- change_table(:spree_products)
-- add_column(:spree_products, :public_metadata, :jsonb)
-> 0.0043s
-- add_column(:spree_products, :private_metadata, :jsonb)
-> 0.0021s
-> 0.0066s
== 20211203185344 AddMetadataToSpreeProducts: migrated (0.0067s) ==============
== 20211203185345 AddMetadataToSpreeVariants: migrating =======================
-- change_table(:spree_variants)
-- add_column(:spree_variants, :public_metadata, :jsonb)
-> 0.0043s
-- add_column(:spree_variants, :private_metadata, :jsonb)
-> 0.0022s
-> 0.0068s
== 20211203185345 AddMetadataToSpreeVariants: migrated (0.0068s) ==============
== 20211203185346 AddMetadataToSpreeLineItems: migrating ======================
-- change_table(:spree_line_items)
-- add_column(:spree_line_items, :public_metadata, :jsonb)
-> 0.0039s
-- add_column(:spree_line_items, :private_metadata, :jsonb)
-> 0.0026s
-> 0.0067s
== 20211203185346 AddMetadataToSpreeLineItems: migrated (0.0068s) =============
== 20211203185347 AddMetadataToSpreeShipments: migrating ======================
-- change_table(:spree_shipments)
-- add_column(:spree_shipments, :public_metadata, :jsonb)
-> 0.0040s
-- add_column(:spree_shipments, :private_metadata, :jsonb)
-> 0.0023s
-> 0.0068s
== 20211203185347 AddMetadataToSpreeShipments: migrated (0.0069s) =============
== 20211203185348 AddMetadataToSpreePayments: migrating =======================
-- change_table(:spree_payments)
-- add_column(:spree_payments, :public_metadata, :jsonb)
-> 0.0034s
-- add_column(:spree_payments, :private_metadata, :jsonb)
-> 0.0014s
-> 0.0050s
== 20211203185348 AddMetadataToSpreePayments: migrated (0.0050s) ==============
== 20211203185349 AddMetadataToSpreeTaxonsAndTaxonomies: migrating ============
-- change_table(:spree_taxons)
-- add_column(:spree_taxons, :public_metadata, :jsonb)
-> 0.0076s
-- add_column(:spree_taxons, :private_metadata, :jsonb)
-> 0.0028s
-> 0.0107s
-- change_table(:spree_taxonomies)
-- add_column(:spree_taxonomies, :public_metadata, :jsonb)
-> 0.0021s
-- add_column(:spree_taxonomies, :private_metadata, :jsonb)
-> 0.0020s
-> 0.0044s
== 20211203185349 AddMetadataToSpreeTaxonsAndTaxonomies: migrated (0.0152s) ===
== 20211203185350 AddMetadataToSpreeStockTransfers: migrating =================
-- change_table(:spree_stock_transfers)
-- add_column(:spree_stock_transfers, :public_metadata, :jsonb)
-> 0.0031s
-- add_column(:spree_stock_transfers, :private_metadata, :jsonb)
-> 0.0013s
-> 0.0046s
== 20211203185350 AddMetadataToSpreeStockTransfers: migrated (0.0047s) ========
== 20211203185351 AddMetadataToSpreeMultipleTables: migrating =================
-- change_table(:spree_assets)
-- add_column(:spree_assets, :public_metadata, :jsonb)
-> 0.0061s
-- add_column(:spree_assets, :private_metadata, :jsonb)
-> 0.0025s
-> 0.0089s
-- change_table(:spree_option_types)
-- add_column(:spree_option_types, :public_metadata, :jsonb)
-> 0.0409s
-- add_column(:spree_option_types, :private_metadata, :jsonb)
-> 0.0039s
-> 0.0451s
-- change_table(:spree_option_values)
-- add_column(:spree_option_values, :public_metadata, :jsonb)
-> 0.0039s
-- add_column(:spree_option_values, :private_metadata, :jsonb)
-> 0.0046s
-> 0.0089s
-- change_table(:spree_properties)
-- add_column(:spree_properties, :public_metadata, :jsonb)
-> 0.0045s
-- add_column(:spree_properties, :private_metadata, :jsonb)
-> 0.0026s
-> 0.0075s
-- change_table(:spree_promotions)
-- add_column(:spree_promotions, :public_metadata, :jsonb)
-> 0.0028s
-- add_column(:spree_promotions, :private_metadata, :jsonb)
-> 0.0019s
-> 0.0049s
-- change_table(:spree_payment_methods)
-- add_column(:spree_payment_methods, :public_metadata, :jsonb)
-> 0.0020s
-- add_column(:spree_payment_methods, :private_metadata, :jsonb)
-> 0.0019s
-> 0.0041s
-- change_table(:spree_shipping_methods)
-- add_column(:spree_shipping_methods, :public_metadata, :jsonb)
-> 0.0020s
-- add_column(:spree_shipping_methods, :private_metadata, :jsonb)
-> 0.0015s
-> 0.0038s
-- change_table(:spree_prototypes)
-- add_column(:spree_prototypes, :public_metadata, :jsonb)
-> 0.0016s
-- add_column(:spree_prototypes, :private_metadata, :jsonb)
-> 0.0013s
-> 0.0030s
-- change_table(:spree_refunds)
-- add_column(:spree_refunds, :public_metadata, :jsonb)
-> 0.0013s
-- add_column(:spree_refunds, :private_metadata, :jsonb)
-> 0.0013s
-> 0.0027s
-- change_table(:spree_customer_returns)
-- add_column(:spree_customer_returns, :public_metadata, :jsonb)
-> 0.0013s
-- add_column(:spree_customer_returns, :private_metadata, :jsonb)
-> 0.0011s
-> 0.0025s
-- change_table(:spree_users)
-- add_column(:spree_users, :public_metadata, :jsonb)
-> 0.0014s
-- add_column(:spree_users, :private_metadata, :jsonb)
-> 0.0012s
-> 0.0027s
-- change_table(:spree_addresses)
-- add_column(:spree_addresses, :public_metadata, :jsonb)
-> 0.0024s
-- add_column(:spree_addresses, :private_metadata, :jsonb)
-> 0.0021s
-> 0.0047s
-- change_table(:spree_credit_cards)
-- add_column(:spree_credit_cards, :public_metadata, :jsonb)
-> 0.0015s
-- add_column(:spree_credit_cards, :private_metadata, :jsonb)
-> 0.0014s
-> 0.0031s
-- change_table(:spree_store_credits)
-- add_column(:spree_store_credits, :public_metadata, :jsonb)
-> 0.0013s
-- add_column(:spree_store_credits, :private_metadata, :jsonb)
-> 0.0014s
-> 0.0029s
== 20211203185351 AddMetadataToSpreeMultipleTables: migrated (0.1055s) ========
== 20211203185352 AddDeletedAtToSpreeStores: migrating ========================
-- column_exists?(:spree_stores, :deleted_at)
-> 0.0103s
-- add_column(:spree_stores, :deleted_at, :datetime)
-> 0.0015s
-- add_index(:spree_stores, :deleted_at)
-> 0.0303s
== 20211203185352 AddDeletedAtToSpreeStores: migrated (0.0423s) ===============
== 20211203185353 RenameColumnAccessHashToToken: migrating ====================
-- table_exists?(:spree_wishlists)
-> 0.0046s
== 20211203185353 RenameColumnAccessHashToToken: migrated (0.0047s) ===========
== 20211203185354 CreateSpreeWishlists: migrating =============================
-- create_table(:spree_wishlists, {:if_not_exists=>true})
-> 0.1593s
-- add_index(:spree_wishlists, :token, {:unique=>true})
-> 0.0815s
-- index_exists?(:spree_wishlists, [:user_id, :is_default])
-> 0.0159s
-- add_index(:spree_wishlists, [:user_id, :is_default])
-> 0.0382s
== 20211203185354 CreateSpreeWishlists: migrated (0.2955s) ====================
== 20211203185355 CreateSpreeWishedProducts: migrating ========================
-- create_table(:spree_wished_products, {:if_not_exists=>true})
-> 0.1373s
-- index_exists?(:spree_wished_products, [:variant_id, :wishlist_id])
-> 0.0091s
-- add_index(:spree_wished_products, [:variant_id, :wishlist_id], {:unique=>true})
-> 0.0384s
-- index_exists?(:spree_wished_products, :variant_id)
-> 0.0057s
-- index_exists?(:spree_wished_products, :wishlist_id)
-> 0.0058s
== 20211203185355 CreateSpreeWishedProducts: migrated (0.1971s) ===============
== 20211203185356 RenameSpreeWishedProductsToSpreeWishedItems: migrating ======
-- rename_table(:spree_wished_products, :spree_wished_items)
-> 0.0206s
== 20211203185356 RenameSpreeWishedProductsToSpreeWishedItems: migrated (0.0207s)
== 20211203185357 AddUniqueStockItemStockLocationVariantDeletedAtIndex: migrating
-- add_index(:spree_stock_items, [:stock_location_id, :variant_id, :deleted_at], {:name=>"stock_item_by_loc_var_id_deleted_at", :unique=>true})
-> 0.0312s
== 20211203185357 AddUniqueStockItemStockLocationVariantDeletedAtIndex: migrated (0.0314s)
== 20211203185358 CreateStockItemStockLocationIdVariantIdCoalesceDeletedAtUniqueIndex: migrating
-- remove_index(:spree_stock_items, {:name=>:stock_item_by_loc_var_id_deleted_at})
-> 0.0060s
-- execute(" CREATE UNIQUE INDEX stock_item_by_loc_var_id_deleted_at\n ON spree_stock_items(\n stock_location_id,\n variant_id,\n (COALESCE(deleted_at, CAST('1970-01-01' AS TIMESTAMP)))\n );\n")
-> 0.0343s
== 20211203185358 CreateStockItemStockLocationIdVariantIdCoalesceDeletedAtUniqueIndex: migrated (0.0407s)
== 20211203185359 CreateSpreeDigitalLinks: migrating ==========================
-- create_table(:spree_digital_links, {:if_not_exists=>true})
-> 0.1569s
-- index_exists?(:spree_digital_links, :secret)
-> 0.0083s
-- add_index(:spree_digital_links, :secret, {:unique=>true})
-> 0.0339s
== 20211203185359 CreateSpreeDigitalLinks: migrated (0.1997s) =================
== 20211203185360 CreateSpreeDigitals: migrating ==============================
-- create_table(:spree_digitals, {:if_not_exists=>true})
-> 0.0927s
== 20211203185360 CreateSpreeDigitals: migrated (0.0929s) =====================
== 20211203185361 RenameSecretToTokenOnSpreeDigitalLinks: migrating ===========
-- rename_column(:spree_digital_links, :secret, :token)
-> 0.0211s
== 20211203185361 RenameSecretToTokenOnSpreeDigitalLinks: migrated (0.0213s) ==
== 20211203185362 AddSettingsToSpreeStores: migrating =========================
-- change_table(:spree_stores)
-- add_column(:spree_stores, :settings, :jsonb)
-> 0.0078s
-> 0.0081s
== 20211203185362 AddSettingsToSpreeStores: migrated (0.0082s) ================
== 20211203185363 AddApiKeyToSpreeUsers: migrating ============================
-- add_column(:spree_users, :api_key, :string, {:limit=>40})
-> 0.0051s
== 20211203185363 AddApiKeyToSpreeUsers: migrated (0.0053s) ===================
== 20211203185364 ResizeApiKeyField: migrating ================================
-- change_column(:spree_users, :api_key, :string, {:limit=>48})
-> 0.0056s
== 20211203185364 ResizeApiKeyField: migrated (0.0058s) =======================
== 20211203185365 RenameApiKeyToSpreeApiKey: migrating ========================
-- rename_column(:spree_users, :api_key, :spree_api_key)
-> 0.0091s
== 20211203185365 RenameApiKeyToSpreeApiKey: migrated (0.0093s) ===============
== 20211203185366 AddIndexToUserSpreeApiKey: migrating ========================
-- add_index(:spree_users, :spree_api_key)
-> 0.0444s
== 20211203185366 AddIndexToUserSpreeApiKey: migrated (0.0446s) ===============
== 20211203185367 CreateDoorkeeperTables: migrating ===========================
-- create_table(:spree_oauth_applications)
-> 0.0949s
-- add_index(:spree_oauth_applications, :uid, {:unique=>true})
-> 0.0407s
-- create_table(:spree_oauth_access_grants)
-> 0.1263s
-- add_index(:spree_oauth_access_grants, :token, {:unique=>true})
-> 0.0509s
-- add_foreign_key(:spree_oauth_access_grants, :spree_oauth_applications, {:column=>:application_id})
-> 0.0087s
-- create_table(:spree_oauth_access_tokens)
-> 0.1183s
-- add_index(:spree_oauth_access_tokens, :token, {:unique=>true})
-> 0.0328s
-- add_index(:spree_oauth_access_tokens, :resource_owner_id)
-> 0.0546s
-- add_index(:spree_oauth_access_tokens, :refresh_token, {:unique=>true})
-> 0.0558s
-- add_foreign_key(:spree_oauth_access_tokens, :spree_oauth_applications, {:column=>:application_id})
-> 0.0075s
== 20211203185367 CreateDoorkeeperTables: migrated (0.5923s) ==================
== 20211203185368 ChangeIntegerIdColumnsType: migrating =======================
-- change_column(:spree_oauth_access_grants, :resource_owner_id, :bigint)
-> 0.4512s
-- change_column(:spree_oauth_access_grants, :application_id, :bigint)
-> 0.0101s
-- change_column(:spree_oauth_access_tokens, :resource_owner_id, :bigint)
-> 0.2086s
-- change_column(:spree_oauth_access_tokens, :application_id, :bigint)
-> 0.0121s
== 20211203185368 ChangeIntegerIdColumnsType: migrated (0.6825s) ==============
== 20211203185369 CreateSpreeWebhooksTables: migrating ========================
-- create_table(:spree_webhooks_subscribers)
-> 0.1144s
== 20211203185369 CreateSpreeWebhooksTables: migrated (0.1145s) ===============
== 20211203185370 EnablePolymorphicResourceOwner: migrating ===================
-- add_column(:spree_oauth_access_tokens, :resource_owner_type, :string)
-> 0.0076s
-- add_column(:spree_oauth_access_grants, :resource_owner_type, :string)
-> 0.0041s
-- change_column_null(:spree_oauth_access_grants, :resource_owner_type, false)
-> 0.0032s
-- add_index(:spree_oauth_access_tokens, [:resource_owner_id, :resource_owner_type], {:name=>"polymorphic_owner_oauth_access_tokens"})
-> 0.0357s
-- add_index(:spree_oauth_access_grants, [:resource_owner_id, :resource_owner_type], {:name=>"polymorphic_owner_oauth_access_grants"})
-> 0.0414s
== 20211203185370 EnablePolymorphicResourceOwner: migrated (0.1642s) ==========
== 20211203185371 CreateSpreeWebhooksEvents: migrating ========================
-- create_table(:spree_webhooks_events)
-> 0.2121s
== 20211203185371 CreateSpreeWebhooksEvents: migrated (0.2123s) ===============
== 20211203185372 UpdateBraintreePaymentMethodType: migrating =================
== 20211203185372 UpdateBraintreePaymentMethodType: migrated (0.0498s) ========
== 20211203185373 UpdateStripePaymentMethodType: migrating ====================
== 20211203185373 UpdateStripePaymentMethodType: migrated (0.0029s) ===========
== 20211203185374 UpdateBalancedPaymentMethodType: migrating ==================
== 20211203185374 UpdateBalancedPaymentMethodType: migrated (0.0029s) =========
== 20211203185375 UpdatePaypalPaymentMethodType: migrating ====================
== 20211203185375 UpdatePaypalPaymentMethodType: migrated (0.0037s) ===========
== 20211203185376 MigrateStripePreferences: migrating =========================
== 20211203185376 MigrateStripePreferences: migrated (0.0062s) ================
== 20211203185377 AddSpreeCheckPaymentSource: migrating =======================
-- create_table(:spree_checks)
-> 0.1678s
-- add_index(:spree_payment_methods, :id)
-> 0.0400s
== 20211203185377 AddSpreeCheckPaymentSource: migrated (0.2080s) ==============
== 20211203185378 AddIntentKeyToPayment: migrating ============================
-- add_column(:spree_payments, :intent_client_key, :string)
-> 0.0027s
== 20211203185378 AddIntentKeyToPayment: migrated (0.0027s) ===================
== 20211203185379 CreateUsers: migrating ======================================
-- data_source_exists?("spree_users")
-> 0.0017s
== 20211203185379 CreateUsers: migrated (0.0018s) =============================
== 20211203185380 RenameColumnsForDevise: migrating ===========================
-- column_exists?(:spree_users, :password_salt)
-> 0.0142s
== 20211203185380 RenameColumnsForDevise: migrated (0.0144s) ==================
== 20211203185381 ConvertUserRememberField: migrating =========================
-- remove_column(:spree_users, :remember_created_at)
-> 0.0034s
-- add_column(:spree_users, :remember_created_at, :datetime)
-> 0.0015s
== 20211203185381 ConvertUserRememberField: migrated (0.0051s) ================
== 20211203185382 AddResetPasswordSentAtToSpreeUsers: migrating ===============
== 20211203185382 AddResetPasswordSentAtToSpreeUsers: migrated (0.0056s) ======
== 20211203185383 MakeUsersEmailIndexUnique: migrating ========================
-- add_index("spree_users", ["email"], {:name=>"email_idx_unique", :unique=>true})
-> 0.0434s
== 20211203185383 MakeUsersEmailIndexUnique: migrated (0.0436s) ===============
== 20211203185384 AddDeletedAtToUsers: migrating ==============================
-- add_column(:spree_users, :deleted_at, :datetime)
-> 0.0077s
-- add_index(:spree_users, :deleted_at)
-> 0.0423s
== 20211203185384 AddDeletedAtToUsers: migrated (0.0503s) =====================
== 20211203185385 AddConfirmableToUsers: migrating ============================
-- add_column(:spree_users, :confirmation_token, :string)
-> 0.0072s
-- add_column(:spree_users, :confirmed_at, :datetime)
-> 0.0039s
-- add_column(:spree_users, :confirmation_sent_at, :datetime)
-> 0.0040s
== 20211203185385 AddConfirmableToUsers: migrated (0.0156s) ===================
== 20211203185386 AddMissingIndicesOnUser: migrating ==========================
-- index_exists?(:spree_users, :bill_address_id, {:name=>"index_spree_users_on_bill_address_id"})
-> 0.0130s
-- add_index(:spree_users, :bill_address_id)
-> 0.0355s
-- index_exists?(:spree_users, :ship_address_id, {:name=>"index_spree_users_on_ship_address_id"})
-> 0.0102s
-- add_index(:spree_users, :ship_address_id)
-> 0.0404s
== 20211203185386 AddMissingIndicesOnUser: migrated (0.1005s) =================
== 20211203185387 ChangeTypeOfShipAddressIdAndBillAddressIdForSpreeUsers: migrating
-- change_table(:spree_users)
-> 0.0179s
== 20211203185387 ChangeTypeOfShipAddressIdAndBillAddressIdForSpreeUsers: migrated (0.0181s)
[Scout] [12/19/21 02:19:43 +0000 b2e2e47cc4d8 (32)] INFO : Couldn't find configuration in /app/config/scout_apm.yml for environment: development. Configuration in ENV will still be applied.
Seeds /app/db/seeds/001_spree.rb ...
loading ruby /bundle/ruby/3.0.0/gems/spree_auth_devise-4.4.2/db/default/users.rb
Create the admin user (press enter for defaults).
Email [spree@example.com]:
Password [spree123]:
Done!
[+] Running 4/4
⠿ Container spree_starter-main-redis-1 Running 0.0s
⠿ Container spree_starter-main-postgres-1 Running 0.0s
⠿ Container spree_starter-main-worker-1 Created 0.0s
⠿ Container spree_starter-main-web-1 Recreated 2.1s
Attaching to spree_starter-main-postgres-1, spree_starter-main-redis-1, spree_starter-main-web-1, spree_starter-main-worker-1
spree_starter-main-web-1 | yarn install v1.22.17
spree_starter-main-web-1 | [1/4] Resolving packages...
spree_starter-main-web-1 | [2/4] Fetching packages...
spree_starter-main-web-1 | [3/4] Linking dependencies...
spree_starter-main-worker-1 | [Scout] [12/19/21 02:20:11 +0000 cc3df3752184 (1)] INFO : Couldn't find configuration in /app/config/scout_apm.yml for environment: development. Configuration in ENV will still be applied.
spree_starter-main-worker-1 | 2021-12-19T02:20:11.898Z pid=1 tid=58x WARN: Creating scope :for_store. Overwriting existing method Spree::PaymentMethod.for_store.
spree_starter-main-worker-1 | 2021-12-19T02:20:11.917Z pid=1 tid=58x WARN: Creating scope :for_store. Overwriting existing method Spree::Promotion.for_store.
spree_starter-main-worker-1 | 2021-12-19T02:20:11.986Z pid=1 tid=58x WARN: Creating scope :admin. Overwriting existing method Spree::User.admin.
spree_starter-main-web-1 | [4/4] Building fresh packages...
spree_starter-main-web-1 | Done in 4.19s.
spree_starter-main-web-1 | yarn run v1.22.17
spree_starter-main-worker-1 | 2021-12-19T02:20:13.426Z pid=1 tid=58x WARN: DEPRECATION WARNING: Initialization autoloaded the constants Spree::Preferences, Spree::Preferences::Preferable, Spree::Preferences::PreferableClassMethods, Spree::Preferences::Configuration, Spree::AppConfiguration, ApplicationRecord, Spree::RansackableAttributes, Spree::Base, Spree::Calculator, Spree::Calculator::Shipping, Spree::ShippingCalculator, Spree::Calculator::Shipping::FlatPercentItemTotal, Spree::Calculator::Shipping::FlatRate, Spree::Calculator::Shipping::FlexiRate, Spree::Calculator::Shipping::PerItem, Spree::Calculator::Shipping::PriceSack, Spree::Calculator::Shipping::DigitalDelivery, Spree::VatPriceCalculation, Spree::Calculator::DefaultTax, Spree::Stock, Spree::Stock::Splitter, Spree::Stock::Splitter::Base, Spree::Stock::Splitter::ShippingCategory, Spree::Stock::Splitter::Backordered, Spree::Stock::Splitter::Digital, Spree::ApiConfiguration, Spree::BackendConfiguration, Spree::FrontendConfiguration, Spree::AuthConfiguration, Spree::Preferences::ScopedStore, Spree::Preferences::Store, Spree::Preferences::StoreInstance, Spree::Preference, Spree::MultiStoreResource, Spree::Metadata, Spree::PaymentMethod, Spree::Gateway, Spree::Gateway::Bogus, Spree::Gateway::BogusSimple, Spree::PaymentMethod::Check, Spree::PaymentMethod::StoreCredit, Spree::Adjustable, Spree::Adjustable::Adjuster, Spree::Adjustable::Adjuster::Base, Spree::Adjustable::Adjuster::Promotion, Spree::Adjustable::Adjuster::Tax, Spree::Calculator::FlatPercentItemTotal, Spree::Calculator::FlatRate, Spree::Calculator::FlexiRate, Spree::Calculator::TieredPercent, Spree::Calculator::TieredFlatRate, Spree::Calculator::PercentOnLineItem, Spree::Promotion, Spree::Promotion::Actions, Spree::PromotionAction, Spree::CalculatedAdjustments, Spree::AdjustmentSource, Spree::Promotion::Actions::CreateAdjustment, Spree::Promotion::Actions::CreateItemAdjustments, Spree::Promotion::Actions::CreateLineItems, Spree::Promotion::Actions::FreeShipping, Spree::Gateway::AuthorizeNet, Spree::Gateway::AuthorizeNetCim, Spree::Gateway::BalancedGateway, Spree::Gateway::Banwire, Spree::Gateway::Beanstream, Spree::Gateway::BraintreeGateway, Spree::Gateway::CardSave, Spree::Gateway::CyberSource, Spree::Gateway::DataCash, Spree::Gateway::Epay, Spree::Gateway::Eway, Spree::Gateway::EwayRapid, Spree::Gateway::Maxipago, Spree::Gateway::Migs, Spree::Gateway::Moneris, Spree::Gateway::PayJunction, Spree::Gateway::PayPalGateway, Spree::Gateway::PayflowPro, Spree::Gateway::Paymill, Spree::Gateway::PinGateway, Spree::Gateway::Quickpay, Spree::Gateway::SagePay, Spree::Gateway::SecurePayAU, Spree::Gateway::SpreedlyCoreGateway, Spree::Gateway::StripeGateway, Spree::Gateway::StripeElementsGateway, Spree::Gateway::StripeApplePayGateway, Spree::Gateway::StripeAchGateway, Spree::Gateway::UsaEpayTransaction, Spree::Gateway::Worldpay, Spree::UserAddress, Spree::UserPaymentSource, Spree::DisplayMoney, Spree::UserReporting, Spree::UserRoles, Spree::UserMethods, Spree::UniqueName, Spree::Role, and Spree::User.
spree_starter-main-worker-1 |
spree_starter-main-worker-1 | Being able to do this is deprecated. Autoloading during initialization is going
spree_starter-main-worker-1 | to be an error condition in future versions of Rails.
spree_starter-main-worker-1 |
spree_starter-main-worker-1 | Reloading does not reboot the application, and therefore code executed during
spree_starter-main-worker-1 | initialization does not run again. So, if you reload Spree::Preferences, for example,
spree_starter-main-worker-1 | the expected changes won't be reflected in that stale Module object.
spree_starter-main-worker-1 |
spree_starter-main-worker-1 | These autoloaded constants have been unloaded.
spree_starter-main-worker-1 |
spree_starter-main-worker-1 | In order to autoload safely at boot time, please wrap your code in a reloader
spree_starter-main-worker-1 | callback this way:
spree_starter-main-worker-1 |
spree_starter-main-worker-1 | Rails.application.reloader.to_prepare do
spree_starter-main-worker-1 | # Autoload classes and modules needed at boot time here.
spree_starter-main-worker-1 | end
spree_starter-main-worker-1 |
spree_starter-main-worker-1 | That block runs when the application boots, and every time there is a reload.
spree_starter-main-worker-1 | For historical reasons, it may run twice, so it has to be idempotent.
spree_starter-main-worker-1 |
spree_starter-main-worker-1 | Check the "Autoloading and Reloading Constants" guide to learn more about how
spree_starter-main-worker-1 | Rails autoloads and reloads.
spree_starter-main-worker-1 | (called from <top (required)> at /app/config/environment.rb:5)
spree_starter-main-web-1 | $ esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds
spree_starter-main-worker-1 | 2021-12-19T02:20:13.523Z pid=1 tid=58x WARN: Creating scope :admin. Overwriting existing method Spree::User.admin.
spree_starter-main-worker-1 | 2021-12-19T02:20:13.529Z pid=1 tid=58x WARN: Creating scope :for_store. Overwriting existing method Spree::CmsPage.for_store.
spree_starter-main-worker-1 | 2021-12-19T02:20:13.569Z pid=1 tid=58x WARN: Creating scope :for_store. Overwriting existing method Spree::Menu.for_store.
spree_starter-main-web-1 |
spree_starter-main-web-1 | app/assets/builds/spree-dashboard.js 871.4kb
spree_starter-main-web-1 | app/assets/builds/application.js 55b
spree_starter-main-web-1 | app/assets/builds/spree-dashboard.js.map 1.2mb
spree_starter-main-web-1 | app/assets/builds/application.js.map 93b
spree_starter-main-web-1 |
spree_starter-main-web-1 | Done in 0.20s.
spree_starter-main-worker-1 | 2021-12-19T02:20:13.602Z pid=1 tid=58x WARN: Creating scope :for_store. Overwriting existing method Spree::Order.for_store.
spree_starter-main-worker-1 | 2021-12-19T02:20:13.649Z pid=1 tid=58x WARN: Creating scope :for_store. Overwriting existing method Spree::Product.for_store.
spree_starter-main-worker-1 | 2021-12-19T02:20:13.670Z pid=1 tid=58x WARN: Creating scope :for_store. Overwriting existing method Spree::Product.for_store.
spree_starter-main-worker-1 | 2021-12-19T02:20:13.673Z pid=1 tid=58x WARN: Creating scope :for_store. Overwriting existing method Spree::Promotion.for_store.
spree_starter-main-worker-1 | 2021-12-19T02:20:13.779Z pid=1 tid=58x WARN: Creating scope :for_store. Overwriting existing method Spree::StoreCredit.for_store.
spree_starter-main-worker-1 | 2021-12-19T02:20:13.832Z pid=1 tid=58x WARN: Creating scope :for_store. Overwriting existing method Spree::Taxon.for_store.
spree_starter-main-worker-1 | 2021-12-19T02:20:13.850Z pid=1 tid=58x WARN: Creating scope :for_store. Overwriting existing method Spree::Wishlist.for_store.
spree_starter-main-web-1 | => Booting Puma
spree_starter-main-web-1 | => Rails 6.1.4.1 application starting in development
spree_starter-main-web-1 | => Run `bin/rails server --help` for more startup options
spree_starter-main-worker-1 | 2021-12-19T02:20:17.601Z pid=1 tid=58x INFO: Booted Rails 6.1.4.1 application in development environment
spree_starter-main-worker-1 | 2021-12-19T02:20:17.601Z pid=1 tid=58x INFO: Running in ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [x86_64-linux]
spree_starter-main-worker-1 | 2021-12-19T02:20:17.601Z pid=1 tid=58x INFO: See LICENSE and the LGPL-3.0 for licensing details.
spree_starter-main-worker-1 | 2021-12-19T02:20:17.601Z pid=1 tid=58x INFO: Upgrade to Sidekiq Pro for more features and support: https://sidekiq.org
spree_starter-main-worker-1 | 2021-12-19T02:20:17.602Z pid=1 tid=58x INFO: Booting Sidekiq 6.3.1 with redis options {:url=>"redis://redis:6379/0"}
spree_starter-main-web-1 | [Scout] [12/19/21 02:20:15 +0000 3a0410738bb9 (1)] INFO : Couldn't find configuration in /app/config/scout_apm.yml for environment: development. Configuration in ENV will still be applied.
spree_starter-main-web-1 | [1] Puma starting in cluster mode...
spree_starter-main-web-1 | [1] * Puma version: 5.5.2 (ruby 3.0.2-p107) ("Zawgyi")
spree_starter-main-web-1 | [1] * Min threads: 5
spree_starter-main-web-1 | [1] * Max threads: 5
spree_starter-main-web-1 | [1] * Environment: development
spree_starter-main-web-1 | [1] * Master PID: 1
spree_starter-main-web-1 | [1] * Workers: 2
spree_starter-main-web-1 | [1] * Restarts: (✔) hot (✖) phased
spree_starter-main-web-1 | [1] * Preloading application
spree_starter-main-web-1 | [1] * Listening on http://0.0.0.0:4000
spree_starter-main-web-1 | [1] Use Ctrl-C to stop
spree_starter-main-web-1 | [1] - Worker 0 (PID: 73) booted in 0.01s, phase: 0
spree_starter-main-web-1 | [1] - Worker 1 (PID: 76) booted in 0.01s, phase: 0
spree_starter-main-web-1 | Started GET "/" for 172.19.0.1 at 2021-12-19 02:20:27 +0000
spree_starter-main-web-1 | Cannot render console from 172.19.0.1! Allowed networks: 127.0.0.0/127.255.255.255, ::1
spree_starter-main-web-1 | (1.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
spree_starter-main-web-1 | Processing by Spree::HomeController#index as HTML
spree_starter-main-web-1 | Parameters: {"locale"=>nil}
spree_starter-main-web-1 | Spree::Preference Load (0.9ms) SELECT "spree_preferences".* FROM "spree_preferences" WHERE "spree_preferences"."key" = $1 LIMIT $2 [["key", "spree/frontend_configuration/locale"], ["LIMIT", 1]]
spree_starter-main-web-1 | Spree::Store Load (2.5ms) SELECT "spree_stores".* FROM "spree_stores" WHERE "spree_stores"."deleted_at" IS NULL AND (url like '%localhost%') ORDER BY "spree_stores"."created_at" ASC LIMIT $1 [["LIMIT", 1]]
spree_starter-main-web-1 | Spree::Store Load (1.7ms) SELECT "spree_stores".* FROM "spree_stores" WHERE "spree_stores"."deleted_at" IS NULL AND "spree_stores"."default" = $1 ORDER BY "spree_stores"."created_at" ASC LIMIT $2 [["default", true], ["LIMIT", 1]]
spree_starter-main-web-1 | Spree::CmsPage Load (1.6ms) SELECT "spree_cms_pages".* FROM "spree_cms_pages" WHERE "spree_cms_pages"."deleted_at" IS NULL AND "spree_cms_pages"."store_id" = $1 AND "spree_cms_pages"."locale" = $2 AND "spree_cms_pages"."type" = $3 LIMIT $4 [["store_id", 1], ["locale", "en"], ["type", "Spree::Cms::Pages::Homepage"], ["LIMIT", 1]]
spree_starter-main-web-1 | Spree::CmsPage Load (1.0ms) SELECT "spree_cms_pages".* FROM "spree_cms_pages" WHERE "spree_cms_pages"."deleted_at" IS NULL AND "spree_cms_pages"."store_id" = $1 AND "spree_cms_pages"."locale" = $2 AND "spree_cms_pages"."type" = $3 LIMIT $4 [["store_id", 1], ["locale", "en"], ["type", "Spree::Cms::Pages::Homepage"], ["LIMIT", 1]]
spree_starter-main-web-1 | Spree::CmsPage Load (1.2ms) SELECT "spree_cms_pages".* FROM "spree_cms_pages" WHERE "spree_cms_pages"."deleted_at" IS NULL AND "spree_cms_pages"."store_id" = $1 AND "spree_cms_pages"."type" = $2 LIMIT $3 [["store_id", 1], ["type", "Spree::Cms::Pages::Homepage"], ["LIMIT", 1]]
spree_starter-main-web-1 | Spree::User Load (1.8ms) SELECT "spree_users".* FROM "spree_users" WHERE "spree_users"."deleted_at" IS NULL AND "spree_users"."id" = $1 ORDER BY "spree_users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]
spree_starter-main-web-1 | Spree::Preference Load (0.9ms) SELECT "spree_preferences".* FROM "spree_preferences" WHERE "spree_preferences"."key" = $1 LIMIT $2 [["key", "spree/frontend_configuration/http_cache_enabled"], ["LIMIT", 1]]
spree_starter-main-web-1 | DEPRECATION WARNING: ControllerHelpers::Common is deprecated and will be removed in Spree 5.0.
spree_starter-main-web-1 | (called from tap at <internal:kernel>:90)
spree_starter-main-web-1 | Completed 500 Internal Server Error in 157ms (ActiveRecord: 31.4ms | Allocations: 55486)
spree_starter-main-web-1 |
spree_starter-main-web-1 |
spree_starter-main-web-1 | Could not render layout: layout preference not defined excluded from capture: DSN not set
spree_starter-main-web-1 |
spree_starter-main-web-1 | NoMethodError (Could not render layout: layout preference not defined):
spree_starter-main-web-1 |
spree_starter-main-web-1 | spree_core (4.4.0.rc1) app/models/spree/preferences/preferable.rb:67:in `has_preference!'
spree_starter-main-web-1 | spree_core (4.4.0.rc1) app/models/spree/preferences/preferable.rb:42:in `get_preference'
spree_starter-main-web-1 | spree_core (4.4.0.rc1) lib/spree/core/controller_helpers/common.rb:73:in `get_layout'
spree_starter-main-web-1 | actionview (6.1.4.1) lib/action_view/layouts.rb:327:in `_layout'
spree_starter-main-web-1 | actionview (6.1.4.1) lib/action_view/layouts.rb:414:in `_default_layout'
spree_starter-main-web-1 | actionview (6.1.4.1) lib/action_view/layouts.rb:390:in `block in _layout_for_option'
spree_starter-main-web-1 | actionview (6.1.4.1) lib/action_view/renderer/template_renderer.rb:104:in `resolve_layout'
spree_starter-main-web-1 | actionview (6.1.4.1) lib/action_view/renderer/template_renderer.rb:84:in `find_layout'
spree_starter-main-web-1 | actionview (6.1.4.1) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout'
spree_starter-main-web-1 | actionview (6.1.4.1) lib/action_view/renderer/template_renderer.rb:55:in `render_template'
spree_starter-main-web-1 | actionview (6.1.4.1) lib/action_view/renderer/template_renderer.rb:11:in `render'
spree_starter-main-web-1 | actionview (6.1.4.1) lib/action_view/renderer/renderer.rb:61:in `render_template_to_object'
spree_starter-main-web-1 | actionview (6.1.4.1) lib/action_view/renderer/renderer.rb:29:in `render_to_object'
spree_starter-main-web-1 | actionview (6.1.4.1) lib/action_view/rendering.rb:117:in `block in _render_template'
spree_starter-main-web-1 | actionview (6.1.4.1) lib/action_view/base.rb:273:in `in_rendering_context'
spree_starter-main-web-1 | actionview (6.1.4.1) lib/action_view/rendering.rb:116:in `_render_template'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_controller/metal/streaming.rb:218:in `_render_template'
spree_starter-main-web-1 | actionview (6.1.4.1) lib/action_view/rendering.rb:103:in `render_to_body'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_controller/metal/rendering.rb:52:in `render_to_body'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_controller/metal/renderers.rb:142:in `render_to_body'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/abstract_controller/rendering.rb:25:in `render'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_controller/metal/rendering.rb:36:in `render'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render'
spree_starter-main-web-1 | /usr/local/lib/ruby/3.0.0/benchmark.rb:308:in `realtime'
spree_starter-main-web-1 | activesupport (6.1.4.1) lib/active_support/core_ext/benchmark.rb:14:in `ms'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_controller/metal/instrumentation.rb:46:in `block in render'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_controller/metal/instrumentation.rb:86:in `cleanup_view_runtime'
spree_starter-main-web-1 | activerecord (6.1.4.1) lib/active_record/railties/controller_runtime.rb:34:in `cleanup_view_runtime'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_controller/metal/instrumentation.rb:45:in `render'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_controller/metal/implicit_render.rb:35:in `default_render'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action'
spree_starter-main-web-1 | <internal:kernel>:90:in `tap'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/abstract_controller/base.rb:228:in `process_action'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_controller/metal/rendering.rb:30:in `process_action'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/abstract_controller/callbacks.rb:42:in `block in process_action'
spree_starter-main-web-1 | activesupport (6.1.4.1) lib/active_support/callbacks.rb:117:in `block in run_callbacks'
spree_starter-main-web-1 | actiontext (6.1.4.1) lib/action_text/rendering.rb:20:in `with_renderer'
spree_starter-main-web-1 | actiontext (6.1.4.1) lib/action_text/engine.rb:59:in `block (4 levels) in <class:Engine>'
spree_starter-main-web-1 | activesupport (6.1.4.1) lib/active_support/callbacks.rb:126:in `instance_exec'
spree_starter-main-web-1 | activesupport (6.1.4.1) lib/active_support/callbacks.rb:126:in `block in run_callbacks'
spree_starter-main-web-1 | sentry-raven (3.1.2) lib/raven/integrations/rails/controller_transaction.rb:7:in `block in included'
spree_starter-main-web-1 | activesupport (6.1.4.1) lib/active_support/callbacks.rb:126:in `instance_exec'
spree_starter-main-web-1 | activesupport (6.1.4.1) lib/active_support/callbacks.rb:126:in `block in run_callbacks'
spree_starter-main-web-1 | activesupport (6.1.4.1) lib/active_support/callbacks.rb:137:in `run_callbacks'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/abstract_controller/callbacks.rb:41:in `process_action'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_controller/metal/rescue.rb:22:in `process_action'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
spree_starter-main-web-1 | activesupport (6.1.4.1) lib/active_support/notifications.rb:203:in `block in instrument'
spree_starter-main-web-1 | activesupport (6.1.4.1) lib/active_support/notifications/instrumenter.rb:24:in `instrument'
spree_starter-main-web-1 | activesupport (6.1.4.1) lib/active_support/notifications.rb:203:in `instrument'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_controller/metal/instrumentation.rb:33:in `process_action'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_controller/metal/params_wrapper.rb:249:in `process_action'
spree_starter-main-web-1 | activerecord (6.1.4.1) lib/active_record/railties/controller_runtime.rb:27:in `process_action'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/abstract_controller/base.rb:165:in `process'
spree_starter-main-web-1 | actionview (6.1.4.1) lib/action_view/rendering.rb:39:in `process'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_controller/metal.rb:190:in `dispatch'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_controller/metal.rb:254:in `dispatch'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_dispatch/routing/route_set.rb:50:in `dispatch'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_dispatch/routing/route_set.rb:33:in `serve'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_dispatch/journey/router.rb:50:in `block in serve'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_dispatch/journey/router.rb:32:in `each'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_dispatch/journey/router.rb:32:in `serve'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_dispatch/routing/route_set.rb:842:in `call'
spree_starter-main-web-1 | railties (6.1.4.1) lib/rails/engine.rb:539:in `call'
spree_starter-main-web-1 | railties (6.1.4.1) lib/rails/railtie.rb:207:in `public_send'
spree_starter-main-web-1 | railties (6.1.4.1) lib/rails/railtie.rb:207:in `method_missing'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_dispatch/routing/mapper.rb:20:in `block in <class:Constraints>'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_dispatch/routing/mapper.rb:49:in `serve'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_dispatch/journey/router.rb:50:in `block in serve'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_dispatch/journey/router.rb:32:in `each'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_dispatch/journey/router.rb:32:in `serve'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_dispatch/routing/route_set.rb:842:in `call'
spree_starter-main-web-1 | scout_apm (5.1.0) lib/scout_apm/instant/middleware.rb:55:in `call'
spree_starter-main-web-1 | scout_apm (5.1.0) lib/scout_apm/middleware.rb:20:in `call'
spree_starter-main-web-1 | bullet (6.1.5) lib/bullet/rack.rb:15:in `call'
spree_starter-main-web-1 | warden (1.2.9) lib/warden/manager.rb:36:in `block in call'
spree_starter-main-web-1 | warden (1.2.9) lib/warden/manager.rb:34:in `catch'
spree_starter-main-web-1 | warden (1.2.9) lib/warden/manager.rb:34:in `call'
spree_starter-main-web-1 | rack (2.2.3) lib/rack/tempfile_reaper.rb:15:in `call'
spree_starter-main-web-1 | rack (2.2.3) lib/rack/etag.rb:27:in `call'
spree_starter-main-web-1 | rack (2.2.3) lib/rack/conditional_get.rb:27:in `call'
spree_starter-main-web-1 | rack (2.2.3) lib/rack/head.rb:12:in `call'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_dispatch/http/permissions_policy.rb:22:in `call'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
spree_starter-main-web-1 | rack (2.2.3) lib/rack/session/abstract/id.rb:266:in `context'
spree_starter-main-web-1 | rack (2.2.3) lib/rack/session/abstract/id.rb:260:in `call'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_dispatch/middleware/cookies.rb:689:in `call'
spree_starter-main-web-1 | activerecord (6.1.4.1) lib/active_record/migration.rb:601:in `call'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'
spree_starter-main-web-1 | activesupport (6.1.4.1) lib/active_support/callbacks.rb:98:in `run_callbacks'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call'
spree_starter-main-web-1 | web-console (4.2.0) lib/web_console/middleware.rb:132:in `call_app'
spree_starter-main-web-1 | web-console (4.2.0) lib/web_console/middleware.rb:19:in `block in call'
spree_starter-main-web-1 | web-console (4.2.0) lib/web_console/middleware.rb:17:in `catch'
spree_starter-main-web-1 | web-console (4.2.0) lib/web_console/middleware.rb:17:in `call'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
spree_starter-main-web-1 | railties (6.1.4.1) lib/rails/rack/logger.rb:37:in `call_app'
spree_starter-main-web-1 | railties (6.1.4.1) lib/rails/rack/logger.rb:26:in `block in call'
spree_starter-main-web-1 | activesupport (6.1.4.1) lib/active_support/tagged_logging.rb:99:in `block in tagged'
spree_starter-main-web-1 | activesupport (6.1.4.1) lib/active_support/tagged_logging.rb:37:in `tagged'
spree_starter-main-web-1 | activesupport (6.1.4.1) lib/active_support/tagged_logging.rb:99:in `tagged'
spree_starter-main-web-1 | railties (6.1.4.1) lib/rails/rack/logger.rb:26:in `call'
spree_starter-main-web-1 | sprockets-rails (3.4.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_dispatch/middleware/request_id.rb:26:in `call'
spree_starter-main-web-1 | rack (2.2.3) lib/rack/method_override.rb:24:in `call'
spree_starter-main-web-1 | rack (2.2.3) lib/rack/runtime.rb:22:in `call'
spree_starter-main-web-1 | activesupport (6.1.4.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_dispatch/middleware/static.rb:24:in `call'
spree_starter-main-web-1 | rack (2.2.3) lib/rack/sendfile.rb:110:in `call'
spree_starter-main-web-1 | actionpack (6.1.4.1) lib/action_dispatch/middleware/host_authorization.rb:92:in `call'
spree_starter-main-web-1 | sentry-raven (3.1.2) lib/raven/integrations/rack.rb:51:in `call'
spree_starter-main-web-1 | rack-cors (1.1.1) lib/rack/cors.rb:100:in `call'
spree_starter-main-web-1 | rack-mini-profiler (2.3.3) lib/mini_profiler/profiler.rb:393:in `call'
spree_starter-main-web-1 | railties (6.1.4.1) lib/rails/engine.rb:539:in `call'
spree_starter-main-web-1 | puma (5.5.2) lib/puma/configuration.rb:249:in `call'
spree_starter-main-web-1 | puma (5.5.2) lib/puma/request.rb:77:in `block in handle_request'
spree_starter-main-web-1 | puma (5.5.2) lib/puma/thread_pool.rb:340:in `with_force_shutdown'
spree_starter-main-web-1 | puma (5.5.2) lib/puma/request.rb:76:in `handle_request'
spree_starter-main-web-1 | puma (5.5.2) lib/puma/server.rb:447:in `process_client'
spree_starter-main-web-1 | puma (5.5.2) lib/puma/thread_pool.rb:147:in `block in spawn_thread'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment