Skip to content

Instantly share code, notes, and snippets.

@dorianmariecom
Created February 18, 2024 20:35
Show Gist options
  • Save dorianmariecom/e51aba0648efcfcef66b88cd01fda24b to your computer and use it in GitHub Desktop.
Save dorianmariecom/e51aba0648efcfcef66b88cd01fda24b to your computer and use it in GitHub Desktop.
~/s/code> kamal redeploy
INFO [263876dd] Running /usr/bin/env mkdir -p .kamal on 165.232.149.13
INFO [263876dd] Finished in 4.046 seconds with exit status 0 (successful).
Acquiring the deploy lock...
Build and push app image...
INFO [7837fd3c] Running docker --version && docker buildx version as dorianmariefr@localhost
INFO [7837fd3c] Finished in 0.190 seconds with exit status 0 (successful).
The following paths have uncommitted changes:
M app/views/layouts/application.html.slim
INFO [2b840731] Running docker buildx build --push --platform linux/amd64,linux/arm64 --builder kamal-code-multiarch -t dorianmariefr/code:d5b58d39902455baf00c2bb2f7d31059a2eca347_uncommitted_3bb13feaf360125e -t dorianmariefr/code:latest --label service="code" --file Dockerfile . as dorianmariefr@localhost
DEBUG [2b840731] Command: docker buildx build --push --platform linux/amd64,linux/arm64 --builder kamal-code-multiarch -t dorianmariefr/code:d5b58d39902455baf00c2bb2f7d31059a2eca347_uncommitted_3bb13feaf360125e -t dorianmariefr/code:latest --label service="code" --file Dockerfile .
DEBUG [2b840731] #0 building with "kamal-code-multiarch" instance using docker-container driver
DEBUG [2b840731]
DEBUG [2b840731] #1 [internal] load build definition from Dockerfile
DEBUG [2b840731] #1 transferring dockerfile: 2.21kB done
DEBUG [2b840731] #1 DONE 0.0s
DEBUG [2b840731]
DEBUG [2b840731] #2 [auth] library/debian:pull token for registry-1.docker.io
DEBUG [2b840731] #2 DONE 0.0s
DEBUG [2b840731]
DEBUG [2b840731] #3 [linux/amd64 internal] load metadata for docker.io/library/debian:bullseye-slim
DEBUG [2b840731] #3 DONE 2.2s
DEBUG [2b840731]
DEBUG [2b840731] #4 [linux/arm64 internal] load metadata for docker.io/library/debian:bullseye-slim
DEBUG [2b840731] #4 DONE 2.4s
DEBUG [2b840731]
DEBUG [2b840731] #5 [internal] load .dockerignore
DEBUG [2b840731] #5 transferring context: 328B done
DEBUG [2b840731] #5 DONE 0.0s
DEBUG [2b840731]
DEBUG [2b840731] #6 [linux/arm64 base 1/5] FROM docker.io/library/debian:bullseye-slim@sha256:c6d9e246479d56687c1a579a7a0336956a5ce6f2bc26bd7925b0c7405e81dbff
DEBUG [2b840731] #6 resolve docker.io/library/debian:bullseye-slim@sha256:c6d9e246479d56687c1a579a7a0336956a5ce6f2bc26bd7925b0c7405e81dbff done
DEBUG [2b840731] #6 DONE 0.0s
DEBUG [2b840731]
DEBUG [2b840731] #7 [linux/amd64 base 1/5] FROM docker.io/library/debian:bullseye-slim@sha256:c6d9e246479d56687c1a579a7a0336956a5ce6f2bc26bd7925b0c7405e81dbff
DEBUG [2b840731] #7 resolve docker.io/library/debian:bullseye-slim@sha256:c6d9e246479d56687c1a579a7a0336956a5ce6f2bc26bd7925b0c7405e81dbff done
DEBUG [2b840731] #7 DONE 0.0s
DEBUG [2b840731]
DEBUG [2b840731] #8 [internal] load build context
DEBUG [2b840731] #8 transferring context: 1.52MB 0.2s done
DEBUG [2b840731] #8 DONE 0.2s
DEBUG [2b840731]
DEBUG [2b840731] #9 [linux/amd64 base 4/5] RUN ruby-install -p https://github.com/ruby/ruby/pull/9371.diff ruby "3.3.0"
DEBUG [2b840731] #9 CACHED
DEBUG [2b840731]
DEBUG [2b840731] #10 [linux/amd64 base 2/5] RUN apt-get update && apt-get install -y autoconf build-essential curl fish git libpq-dev libvips pandoc pkg-config postgresql-client vim wget
DEBUG [2b840731] #10 CACHED
DEBUG [2b840731]
DEBUG [2b840731] #11 [linux/amd64 base 3/5] RUN wget "https://github.com/postmodern/ruby-install/releases/download/v0.9.3/ruby-install-0.9.3.tar.gz" && tar -xzvf "ruby-install-0.9.3.tar.gz" && cd "ruby-install-0.9.3" && make install
DEBUG [2b840731] #11 CACHED
DEBUG [2b840731]
DEBUG [2b840731] #12 [linux/amd64 base 5/5] WORKDIR /rails
DEBUG [2b840731] #12 CACHED
DEBUG [2b840731]
DEBUG [2b840731] #13 [linux/arm64 base 3/5] RUN wget "https://github.com/postmodern/ruby-install/releases/download/v0.9.3/ruby-install-0.9.3.tar.gz" && tar -xzvf "ruby-install-0.9.3.tar.gz" && cd "ruby-install-0.9.3" && make install
DEBUG [2b840731] #13 CACHED
DEBUG [2b840731]
DEBUG [2b840731] #14 [linux/arm64 base 4/5] RUN ruby-install -p https://github.com/ruby/ruby/pull/9371.diff ruby "3.3.0"
DEBUG [2b840731] #14 CACHED
DEBUG [2b840731]
DEBUG [2b840731] #15 [linux/arm64 base 5/5] WORKDIR /rails
DEBUG [2b840731] #15 CACHED
DEBUG [2b840731]
DEBUG [2b840731] #16 [linux/arm64 base 2/5] RUN apt-get update && apt-get install -y autoconf build-essential curl fish git libpq-dev libvips pandoc pkg-config postgresql-client vim wget
DEBUG [2b840731] #16 CACHED
DEBUG [2b840731]
DEBUG [2b840731] #17 [linux/arm64 build 1/9] RUN curl -sL https://github.com/nodenv/node-build/archive/master.tar.gz | tar xz -C /tmp/ && /tmp/node-build-master/bin/node-build "20.11.0" /usr/local/node && npm install -g "yarn@1.22.19" && rm -rf /tmp/node-build-master
DEBUG [2b840731] #17 CACHED
DEBUG [2b840731]
DEBUG [2b840731] #18 [linux/arm64 build 2/9] COPY Gemfile Gemfile.lock ./
DEBUG [2b840731] #18 CACHED
DEBUG [2b840731]
DEBUG [2b840731] #19 [linux/arm64 build 3/9] RUN gem install bundler -v "2.5.5"
DEBUG [2b840731] #19 CACHED
DEBUG [2b840731]
DEBUG [2b840731] #20 [linux/arm64 build 4/9] RUN bundle install && rm -rf ~/.bundle/ "/usr/local/bundle"/ruby/*/cache "/usr/local/bundle"/ruby/*/bundler/gems/*/.git && bundle exec bootsnap precompile --gemfile
DEBUG [2b840731] #20 0.152 Don't run Bundler as root. Installing your bundle as root will break this
DEBUG [2b840731] #20 0.152 application for all non-root users on this machine.
DEBUG [2b840731] #20 0.240 Fetching https://github.com/rails/rails
DEBUG [2b840731] #20 3.494 Fetching gem metadata from https://rubygems.org/....
DEBUG [2b840731] #20 ...
DEBUG [2b840731]
DEBUG [2b840731] #21 [linux/amd64 build 1/9] RUN curl -sL https://github.com/nodenv/node-build/archive/master.tar.gz | tar xz -C /tmp/ && /tmp/node-build-master/bin/node-build "20.11.0" /usr/local/node && npm install -g "yarn@1.22.19" && rm -rf /tmp/node-build-master
DEBUG [2b840731] #21 3.517 Downloading node-v20.11.0-linux-x64.tar.gz...
DEBUG [2b840731] #21 3.517 -> https://nodejs.org/dist/v20.11.0/node-v20.11.0-linux-x64.tar.gz
DEBUG [2b840731] #21 ...
DEBUG [2b840731]
DEBUG [2b840731] #20 [linux/arm64 build 4/9] RUN bundle install && rm -rf ~/.bundle/ "/usr/local/bundle"/ruby/*/cache "/usr/local/bundle"/ruby/*/bundler/gems/*/.git && bundle exec bootsnap precompile --gemfile
DEBUG [2b840731] #20 3.494 Fetching gem metadata from https://rubygems.org/..........
DEBUG [2b840731] #20 12.99 Fetching https://github.com/rails/rails
DEBUG [2b840731] #20 ...
DEBUG [2b840731]
DEBUG [2b840731] #21 [linux/amd64 build 1/9] RUN curl -sL https://github.com/nodenv/node-build/archive/master.tar.gz | tar xz -C /tmp/ && /tmp/node-build-master/bin/node-build "20.11.0" /usr/local/node && npm install -g "yarn@1.22.19" && rm -rf /tmp/node-build-master
DEBUG [2b840731] #21 13.63 Installing node-v20.11.0-linux-x64...
DEBUG [2b840731] #21 13.87 Installed node-v20.11.0-linux-x64 to /usr/local/node
DEBUG [2b840731] #21 13.87
DEBUG [2b840731] #21 16.20
DEBUG [2b840731] #21 16.20 added 1 package in 2s
DEBUG [2b840731] #21 16.20 npm notice
DEBUG [2b840731] #21 16.20 npm notice New minor version of npm available! 10.2.4 -> 10.4.0
DEBUG [2b840731] #21 16.20 npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.4.0>
DEBUG [2b840731] #21 16.20 npm notice Run `npm install -g npm@10.4.0` to update!
DEBUG [2b840731] #21 16.20 npm notice
DEBUG [2b840731] #21 DONE 16.4s
DEBUG [2b840731]
DEBUG [2b840731] #22 [linux/amd64 build 2/9] COPY Gemfile Gemfile.lock ./
DEBUG [2b840731] #22 DONE 0.0s
DEBUG [2b840731]
DEBUG [2b840731] #23 [linux/amd64 build 3/9] RUN gem install bundler -v "2.5.5"
DEBUG [2b840731] #23 1.573 Successfully installed bundler-2.5.5
DEBUG [2b840731] #23 1.573 Parsing documentation for bundler-2.5.5
DEBUG [2b840731] #23 1.573 Installing ri documentation for bundler-2.5.5
DEBUG [2b840731] #23 1.573 Done installing documentation for bundler after 0 seconds
DEBUG [2b840731] #23 1.573 1 gem installed
DEBUG [2b840731] #23 DONE 1.6s
DEBUG [2b840731]
DEBUG [2b840731] #24 [linux/amd64 build 4/9] RUN bundle install && rm -rf ~/.bundle/ "/usr/local/bundle"/ruby/*/cache "/usr/local/bundle"/ruby/*/bundler/gems/*/.git && bundle exec bootsnap precompile --gemfile
DEBUG [2b840731] #24 0.320 Don't run Bundler as root. Installing your bundle as root will break this
DEBUG [2b840731] #24 0.320 application for all non-root users on this machine.
DEBUG [2b840731] #24 0.448 Fetching https://github.com/rails/rails
DEBUG [2b840731] #24 3.268 Fetching gem metadata from https://rubygems.org/..........
DEBUG [2b840731] #24 11.46 Fetching https://github.com/rails/rails
DEBUG [2b840731] #24 ...
DEBUG [2b840731]
DEBUG [2b840731] #20 [linux/arm64 build 4/9] RUN bundle install && rm -rf ~/.bundle/ "/usr/local/bundle"/ruby/*/cache "/usr/local/bundle"/ruby/*/bundler/gems/*/.git && bundle exec bootsnap precompile --gemfile
DEBUG [2b840731] #20 78.01 Fetching rake 13.1.0
DEBUG [2b840731] #20 78.62 Installing rake 13.1.0
DEBUG [2b840731] #20 78.64 Fetching bigdecimal 3.1.6
DEBUG [2b840731] #20 78.64 Fetching concurrent-ruby 1.2.3
DEBUG [2b840731] #20 78.64 Fetching connection_pool 2.4.1
DEBUG [2b840731] #20 78.64 Fetching minitest 5.21.2
DEBUG [2b840731] #20 78.64 Fetching builder 3.2.4
DEBUG [2b840731] #20 78.64 Fetching erubi 1.12.0
DEBUG [2b840731] #20 78.64 Fetching racc 1.7.3
DEBUG [2b840731] #20 78.64 Fetching crass 1.0.6
DEBUG [2b840731] #20 78.92 Installing bigdecimal 3.1.6 with native extensions
DEBUG [2b840731] #20 79.62 Installing concurrent-ruby 1.2.3
DEBUG [2b840731] #20 79.64 Fetching rack 3.0.9
DEBUG [2b840731] #20 79.83 Installing connection_pool 2.4.1
DEBUG [2b840731] #20 79.83 Fetching useragent 0.16.10
DEBUG [2b840731] #20 80.14 Installing minitest 5.21.2
DEBUG [2b840731] #20 80.15 Fetching nio4r 2.7.0
DEBUG [2b840731] #20 80.35 Installing builder 3.2.4
DEBUG [2b840731] #20 80.36 Fetching websocket-extensions 0.1.5
DEBUG [2b840731] #20 80.43 Installing erubi 1.12.0
DEBUG [2b840731] #20 80.44 Fetching zeitwerk 2.6.13
DEBUG [2b840731] #20 80.61 Installing racc 1.7.3 with native extensions
DEBUG [2b840731] #20 80.78 Installing crass 1.0.6
DEBUG [2b840731] #20 80.78 Fetching marcel 1.0.2
DEBUG [2b840731] #20 80.98 Fetching mini_mime 1.1.5
DEBUG [2b840731] #20 81.08 Installing rack 3.0.9
DEBUG [2b840731] #20 81.09 Fetching public_suffix 5.0.4
DEBUG [2b840731] #20 81.24 Installing useragent 0.16.10
DEBUG [2b840731] #20 81.24 Fetching ast 2.4.2
DEBUG [2b840731] #20 81.57 Installing nio4r 2.7.0 with native extensions
DEBUG [2b840731] #20 81.79 Installing websocket-extensions 0.1.5
DEBUG [2b840731] #20 81.79 Fetching bcrypt 3.1.20
DEBUG [2b840731] #20 82.02 Installing zeitwerk 2.6.13
DEBUG [2b840731] #20 82.03 Fetching bcrypt_pbkdf 1.1.0
DEBUG [2b840731] #20 82.15 Installing marcel 1.0.2
DEBUG [2b840731] #20 82.16 Fetching msgpack 1.7.2
DEBUG [2b840731] #20 82.27 Installing mini_mime 1.1.5
DEBUG [2b840731] #20 82.27 Fetching matrix 0.4.2
DEBUG [2b840731] #20 82.50 Installing public_suffix 5.0.4
DEBUG [2b840731] #20 82.51 Fetching regexp_parser 2.9.0
DEBUG [2b840731] #20 82.63 Installing ast 2.4.2
DEBUG [2b840731] #20 82.63 Fetching rexml 3.2.6
DEBUG [2b840731] #20 82.76 Installing bcrypt 3.1.20 with native extensions
DEBUG [2b840731] #20 82.86 Installing bcrypt_pbkdf 1.1.0 with native extensions
DEBUG [2b840731] #20 83.19 Installing msgpack 1.7.2 with native extensions
DEBUG [2b840731] #20 83.29 Installing matrix 0.4.2
DEBUG [2b840731] #20 83.31 Fetching diff-lcs 1.5.1
DEBUG [2b840731] #20 83.37 Fetching dorian-all 0.5.3
DEBUG [2b840731] #20 83.41 Fetching dorian-dot 0.3.1
DEBUG [2b840731] #20 83.44 Installing regexp_parser 2.9.0
DEBUG [2b840731] #20 83.45 Fetching dorian-each 0.3.2
DEBUG [2b840731] #20 83.64 Installing rexml 3.2.6
DEBUG [2b840731] #20 83.71 Fetching rchardet 1.8.0
DEBUG [2b840731] #20 83.79 Installing diff-lcs 1.5.1
DEBUG [2b840731] #20 83.82 Fetching dorian-git-tree 0.3.1
DEBUG [2b840731] #20 83.88 Installing dorian-all 0.5.3
DEBUG [2b840731] #20 83.88 Fetching prettier_print 1.2.1
DEBUG [2b840731] #20 83.94 Installing dorian-dot 0.3.1
DEBUG [2b840731] #20 83.95 Fetching dorian-replace 0.3.1
DEBUG [2b840731] #20 84.03 Fetching dorian-shuffle 0.2.1
DEBUG [2b840731] #20 84.10 Installing dorian-each 0.3.2
DEBUG [2b840731] #20 84.10 Fetching dorian-sort-json 0.4.1
DEBUG [2b840731] #20 84.82 Installing rchardet 1.8.0
DEBUG [2b840731] #20 84.83 Fetching dorian-sort-yaml 0.2.2
DEBUG [2b840731] #20 85.03 Installing dorian-git-tree 0.3.1
DEBUG [2b840731] #20 85.04 Fetching dorian-times 0.3.1
DEBUG [2b840731] #20 85.33 Installing prettier_print 1.2.1
DEBUG [2b840731] #20 85.34 Fetching dorian-yaml-compare 0.3.1
DEBUG [2b840731] #20 85.52 Installing dorian-replace 0.3.1
DEBUG [2b840731] #20 85.52 Fetching dorian-yaml-read-write 0.2.1
DEBUG [2b840731] #20 85.66 Installing dorian-shuffle 0.2.1
DEBUG [2b840731] #20 85.66 Fetching dotenv 2.8.1
DEBUG [2b840731] #20 85.77 Installing dorian-sort-json 0.4.1
DEBUG [2b840731] #20 85.78 Fetching io-console 0.7.2
DEBUG [2b840731] #20 85.88 Installing dorian-sort-yaml 0.2.2
DEBUG [2b840731] #20 85.88 Fetching webrick 1.8.1
DEBUG [2b840731] #20 86.00 Installing dorian-times 0.3.1
DEBUG [2b840731] #20 86.00 Fetching thor 1.3.0
DEBUG [2b840731] #20 86.14 Installing dorian-yaml-compare 0.3.1
DEBUG [2b840731] #20 86.14 Fetching ed25519 1.3.0
DEBUG [2b840731] #20 86.25 Installing dorian-yaml-read-write 0.2.1
DEBUG [2b840731] #20 86.26 Fetching hashdiff 1.1.0
DEBUG [2b840731] #20 86.40 Installing dotenv 2.8.1
DEBUG [2b840731] #20 86.40 Fetching net-ssh 7.2.1
DEBUG [2b840731] #20 86.57 Installing io-console 0.7.2 with native extensions
DEBUG [2b840731] #20 86.58 Fetching language_server-protocol 3.17.0.3
DEBUG [2b840731] #20 86.77 Installing webrick 1.8.1
DEBUG [2b840731] #20 86.78 Fetching pandoc-ruby 2.1.10
DEBUG [2b840731] #20 86.93 Installing thor 1.3.0
DEBUG [2b840731] #20 86.94 Fetching parallel 1.24.0
DEBUG [2b840731] #20 87.33 Fetching pg 1.5.5
DEBUG [2b840731] #20 87.60 Installing ed25519 1.3.0 with native extensions
DEBUG [2b840731] #20 87.87 Installing hashdiff 1.1.0
DEBUG [2b840731] #20 87.87 Fetching phonelib 0.8.7
DEBUG [2b840731] #20 88.43 Installing net-ssh 7.2.1
DEBUG [2b840731] #20 88.44 Fetching rack-timeout 0.6.3
DEBUG [2b840731] #20 88.48 Fetching rainbow 3.1.1
DEBUG [2b840731] #20 89.00 Installing language_server-protocol 3.17.0.3
DEBUG [2b840731] #20 89.02 Fetching rspec-support 3.13.0
DEBUG [2b840731] #20 89.33 Installing pandoc-ruby 2.1.10
DEBUG [2b840731] #20 89.34 Fetching ruby-progressbar 1.13.0
DEBUG [2b840731] #20 89.50 Installing parallel 1.24.0
DEBUG [2b840731] #20 89.50 Fetching unicode-display_width 2.5.0
DEBUG [2b840731] #20 90.12 Fetching rubyzip 2.3.2
DEBUG [2b840731] #20 90.20 Installing pg 1.5.5 with native extensions
DEBUG [2b840731] #20 92.91 Installing phonelib 0.8.7
DEBUG [2b840731] #20 92.94 Fetching websocket 1.2.10
DEBUG [2b840731] #20 93.05 Installing rack-timeout 0.6.3
DEBUG [2b840731] #20 93.06 Fetching tilt 2.3.0
DEBUG [2b840731] #20 93.15 Installing rainbow 3.1.1
DEBUG [2b840731] #20 93.15 Fetching temple 0.10.3
DEBUG [2b840731] #20 93.31 Installing rspec-support 3.13.0
DEBUG [2b840731] #20 93.31 Fetching timecop 0.9.8
DEBUG [2b840731] #20 93.44 Installing ruby-progressbar 1.13.0
DEBUG [2b840731] #20 93.44 Fetching zxcvbn-ruby 1.2.0
DEBUG [2b840731] #20 93.54 Installing unicode-display_width 2.5.0
DEBUG [2b840731] #20 93.54 Fetching mustermann 3.0.0
DEBUG [2b840731] #20 93.71 Installing rubyzip 2.3.2
DEBUG [2b840731] #20 93.72 Fetching i18n 1.14.1
DEBUG [2b840731] #20 93.84 Installing websocket 1.2.10
DEBUG [2b840731] #20 93.85 Fetching tzinfo 2.0.6
DEBUG [2b840731] #20 93.96 Installing tilt 2.3.0
DEBUG [2b840731] #20 93.96 Fetching redis-client 0.20.0
DEBUG [2b840731] #20 94.08 Installing temple 0.10.3
DEBUG [2b840731] #20 94.08 Fetching nokogiri 1.16.2 (aarch64-linux)
DEBUG [2b840731] #20 94.20 Installing timecop 0.9.8
DEBUG [2b840731] #20 94.20 Fetching rack-session 2.0.0
DEBUG [2b840731] #20 95.93 Installing zxcvbn-ruby 1.2.0
DEBUG [2b840731] #20 95.95 Fetching rack-test 2.1.0
DEBUG [2b840731] #20 96.05 Installing mustermann 3.0.0
DEBUG [2b840731] #20 96.06 Fetching rack-protection 4.0.0
DEBUG [2b840731] #20 96.06 Fetching sprockets 4.2.1
DEBUG [2b840731] #20 96.16 Installing i18n 1.14.1
DEBUG [2b840731] #20 96.16 Fetching websocket-driver 0.7.6
DEBUG [2b840731] #20 96.31 Installing tzinfo 2.0.6
DEBUG [2b840731] #20 96.33 Fetching language-ruby 0.6.2
DEBUG [2b840731] #20 96.42 Installing redis-client 0.20.0
DEBUG [2b840731] #20 96.43 Fetching addressable 2.8.6
DEBUG [2b840731] #20 100.8 Installing nokogiri 1.16.2 (aarch64-linux)
DEBUG [2b840731] #20 100.8 Fetching parser 3.3.0.5
DEBUG [2b840731] #20 101.1 Installing rack-session 2.0.0
DEBUG [2b840731] #20 101.1 Fetching puma 6.4.2
DEBUG [2b840731] #20 101.9 Installing rack-test 2.1.0
DEBUG [2b840731] #20 101.9 Fetching syntax_tree 6.2.0
DEBUG [2b840731] #20 102.1 Installing rack-protection 4.0.0
DEBUG [2b840731] #20 102.1 Fetching crack 1.0.0
DEBUG [2b840731] #20 102.4 Installing sprockets 4.2.1
DEBUG [2b840731] #20 102.4 Fetching rackup 2.1.0
DEBUG [2b840731] #20 102.9 Installing websocket-driver 0.7.6 with native extensions
DEBUG [2b840731] #20 103.0 Fetching net-http 0.4.1
DEBUG [2b840731] #20 103.1 Installing language-ruby 0.6.2
DEBUG [2b840731] #20 103.1 Fetching bootsnap 1.18.3
DEBUG [2b840731] #20 103.4 Installing addressable 2.8.6
DEBUG [2b840731] #20 103.5 Fetching net-scp 4.0.0
DEBUG [2b840731] #20 104.4 Installing parser 3.3.0.5
DEBUG [2b840731] #20 104.5 Fetching net-sftp 4.0.0
DEBUG [2b840731] #20 104.7 Installing puma 6.4.2 with native extensions
DEBUG [2b840731] #20 104.9 Installing syntax_tree 6.2.0
DEBUG [2b840731] #20 105.0 Fetching reline 0.4.2
DEBUG [2b840731] #20 105.1 Installing crack 1.0.0
DEBUG [2b840731] #20 105.1 Fetching rspec-core 3.13.0
DEBUG [2b840731] #20 105.4 Installing rackup 2.1.0
DEBUG [2b840731] #20 105.4 Fetching rspec-expectations 3.13.0
DEBUG [2b840731] #20 105.5 Installing net-http 0.4.1
DEBUG [2b840731] #20 105.6 Fetching rspec-mocks 3.13.0
DEBUG [2b840731] #20 105.7 Installing bootsnap 1.18.3 with native extensions
DEBUG [2b840731] #20 105.9 Installing net-scp 4.0.0
DEBUG [2b840731] #20 105.9 Fetching selenium-webdriver 4.17.0
DEBUG [2b840731] #20 106.1 Installing net-sftp 4.0.0
DEBUG [2b840731] #20 106.1 Fetching net-imap 0.4.10
DEBUG [2b840731] #20 106.2 Installing reline 0.4.2
DEBUG [2b840731] #20 106.2 Fetching net-pop 0.1.2
DEBUG [2b840731] #20 106.5 Installing rspec-core 3.13.0
DEBUG [2b840731] #20 106.5 Fetching net-smtp 0.4.0.1
DEBUG [2b840731] #20 106.5 Fetching slim 5.2.1
DEBUG [2b840731] #20 106.7 Fetching faker 3.2.3
DEBUG [2b840731] #20 106.7 Installing rspec-expectations 3.13.0
DEBUG [2b840731] #20 106.7 Fetching redis 5.1.0
DEBUG [2b840731] #20 107.2 Installing rspec-mocks 3.13.0
DEBUG [2b840731] #20 107.2 Fetching loofah 2.22.0
DEBUG [2b840731] #20 119.5 Installing selenium-webdriver 4.17.0
DEBUG [2b840731] #20 119.5 Installing net-imap 0.4.10
DEBUG [2b840731] #20 119.5 Fetching xpath 3.2.0
DEBUG [2b840731] #20 119.6 Installing net-pop 0.1.2
DEBUG [2b840731] #20 119.6 Fetching sinatra 4.0.0
DEBUG [2b840731] #20 119.6 Fetching git 1.19.1
DEBUG [2b840731] #20 119.7 Installing net-smtp 0.4.0.1
DEBUG [2b840731] #20 119.7 Fetching rubocop-ast 1.30.0
DEBUG [2b840731] #20 119.9 Installing slim 5.2.1
DEBUG [2b840731] #20 119.9 Fetching webmock 3.20.0
DEBUG [2b840731] #20 121.3 Installing faker 3.2.3
DEBUG [2b840731] #20 121.3 Installing redis 5.1.0
DEBUG [2b840731] #20 121.4 Fetching sshkit 1.22.0
DEBUG [2b840731] #20 121.4 Fetching rails-dom-testing 2.2.0
DEBUG [2b840731] #20 121.5 Installing loofah 2.22.0
DEBUG [2b840731] #20 121.5 Fetching globalid 1.2.1
DEBUG [2b840731] #20 121.6 Installing xpath 3.2.0
DEBUG [2b840731] #20 121.6 Fetching code-ruby 0.8.1
DEBUG [2b840731] #20 121.7 Installing sinatra 4.0.0
DEBUG [2b840731] #20 121.7 Fetching factory_bot 6.4.6
DEBUG [2b840731] #20 121.8 Installing git 1.19.1
DEBUG [2b840731] #20 121.8 Fetching pundit 2.3.1
DEBUG [2b840731] #20 121.9 Installing rubocop-ast 1.30.0
DEBUG [2b840731] #20 121.9 Fetching irb 1.11.2
DEBUG [2b840731] #20 122.0 Installing webmock 3.20.0
DEBUG [2b840731] #20 122.0 Fetching mail 2.8.1
DEBUG [2b840731] #20 122.1 Installing sshkit 1.22.0
DEBUG [2b840731] #20 122.2 Fetching rails-html-sanitizer 1.6.0
DEBUG [2b840731] #20 122.2 Installing rails-dom-testing 2.2.0
DEBUG [2b840731] #20 122.2 Fetching capybara 3.40.0
DEBUG [2b840731] #20 122.3 Installing globalid 1.2.1
DEBUG [2b840731] #20 122.3 Fetching dorian-git-ls-ruby-files 0.1.1
DEBUG [2b840731] #20 122.4 Installing code-ruby 0.8.1
DEBUG [2b840731] #20 122.4 Fetching dorian-pretty 0.2.0
DEBUG [2b840731] #20 122.5 Installing factory_bot 6.4.6
DEBUG [2b840731] #20 122.5 Fetching rubocop 1.60.2
DEBUG [2b840731] #20 122.8 Installing pundit 2.3.1
DEBUG [2b840731] #20 122.8 Fetching kamal 1.3.1
DEBUG [2b840731] #20 123.0 Installing irb 1.11.2
DEBUG [2b840731] #20 123.6 Installing mail 2.8.1
DEBUG [2b840731] #20 123.7 Installing rails-html-sanitizer 1.6.0
DEBUG [2b840731] #20 123.7 Fetching jbuilder 2.11.5
DEBUG [2b840731] #20 123.7 Fetching sprockets-rails 3.4.2
DEBUG [2b840731] #20 123.7 Fetching dotenv-rails 2.8.1
DEBUG [2b840731] #20 124.2 Installing capybara 3.40.0
DEBUG [2b840731] #20 124.2 Fetching factory_bot_rails 6.4.3
DEBUG [2b840731] #20 124.3 Installing dorian-git-ls-ruby-files 0.1.1
DEBUG [2b840731] #20 124.3 Fetching importmap-rails 2.0.1
DEBUG [2b840731] #20 124.4 Installing dorian-pretty 0.2.0
DEBUG [2b840731] #20 124.4 Fetching rspec-rails 6.1.1
DEBUG [2b840731] #20 125.1 Installing rubocop 1.60.2
DEBUG [2b840731] #20 125.1 Installing kamal 1.3.1
DEBUG [2b840731] #20 125.2 Fetching slim-rails 3.6.3
DEBUG [2b840731] #20 125.2 Fetching stimulus-rails 1.3.3
DEBUG [2b840731] #20 125.2 Installing jbuilder 2.11.5
DEBUG [2b840731] #20 125.2 Fetching tailwindcss-rails 2.3.0 (aarch64-linux)
DEBUG [2b840731] #20 125.3 Installing sprockets-rails 3.4.2
DEBUG [2b840731] #20 125.3 Fetching turbo-rails 2.0.2
DEBUG [2b840731] #20 125.4 Installing dotenv-rails 2.8.1
DEBUG [2b840731] #20 125.4 Fetching dorian 0.5.2
DEBUG [2b840731] #20 125.6 Installing factory_bot_rails 6.4.3
DEBUG [2b840731] #20 125.6 Fetching heroicon 1.0.0
DEBUG [2b840731] #20 125.7 Installing importmap-rails 2.0.1
DEBUG [2b840731] #20 125.7 Fetching solid_errors 0.3.5
DEBUG [2b840731] #20 125.9 Installing rspec-rails 6.1.1
DEBUG [2b840731] #20 126.0 Installing slim-rails 3.6.3
DEBUG [2b840731] #20 126.2 Installing stimulus-rails 1.3.3
DEBUG [2b840731] #20 144.3 Installing turbo-rails 2.0.2
DEBUG [2b840731] #20 144.4 Installing dorian 0.5.2
DEBUG [2b840731] #20 144.5 Installing tailwindcss-rails 2.3.0 (aarch64-linux)
DEBUG [2b840731] #20 144.6 Installing heroicon 1.0.0
DEBUG [2b840731] #20 144.6 Installing solid_errors 0.3.5
DEBUG [2b840731] #20 145.0 Bundle complete! 34 Gemfile dependencies, 152 gems now installed.
DEBUG [2b840731] #20 145.0 Gems in the group 'development' were not installed.
DEBUG [2b840731] #20 145.0 Bundled gems are installed into `/usr/local/bundle`
DEBUG [2b840731] #20 145.0 Post-install message from rubyzip:
DEBUG [2b840731] #20 145.0 RubyZip 3.0 is coming!
DEBUG [2b840731] #20 145.0 **********************
DEBUG [2b840731] #20 145.0
DEBUG [2b840731] #20 145.0 The public API of some Rubyzip classes has been modernized to use named
DEBUG [2b840731] #20 145.0 parameters for optional arguments. Please check your usage of the
DEBUG [2b840731] #20 145.0 following classes:
DEBUG [2b840731] #20 145.0 * `Zip::File`
DEBUG [2b840731] #20 145.0 * `Zip::Entry`
DEBUG [2b840731] #20 145.0 * `Zip::InputStream`
DEBUG [2b840731] #20 145.0 * `Zip::OutputStream`
DEBUG [2b840731] #20 145.0
DEBUG [2b840731] #20 145.0 Please ensure that your Gemfiles and .gemspecs are suitably restrictive
DEBUG [2b840731] #20 145.0 to avoid an unexpected breakage when 3.0 is released (e.g. ~> 2.3.0).
DEBUG [2b840731] #20 145.0 See https://github.com/rubyzip/rubyzip for details. The Changelog also
DEBUG [2b840731] #20 145.0 lists other enhancements and bugfixes that have been implemented since
DEBUG [2b840731] #20 145.0 version 2.3.0.
DEBUG [2b840731] #20 DONE 147.8s
DEBUG [2b840731]
DEBUG [2b840731] #24 [linux/amd64 build 4/9] RUN bundle install && rm -rf ~/.bundle/ "/usr/local/bundle"/ruby/*/cache "/usr/local/bundle"/ruby/*/bundler/gems/*/.git && bundle exec bootsnap precompile --gemfile
DEBUG [2b840731] #24 ...
DEBUG [2b840731]
DEBUG [2b840731] #25 [linux/arm64 build 5/9] COPY package.json yarn.lock ./
DEBUG [2b840731] #25 DONE 0.2s
DEBUG [2b840731]
DEBUG [2b840731] #24 [linux/amd64 build 4/9] RUN bundle install && rm -rf ~/.bundle/ "/usr/local/bundle"/ruby/*/cache "/usr/local/bundle"/ruby/*/bundler/gems/*/.git && bundle exec bootsnap precompile --gemfile
DEBUG [2b840731] #24 ...
DEBUG [2b840731]
DEBUG [2b840731] #26 [linux/arm64 build 6/9] RUN yarn install --frozen-lockfile
DEBUG [2b840731] #26 0.238 yarn install v1.22.19
DEBUG [2b840731] #26 0.277 [1/5] Validating package.json...
DEBUG [2b840731] #26 0.285 [2/5] Resolving packages...
DEBUG [2b840731] #26 0.324 [3/5] Fetching packages...
DEBUG [2b840731] #26 0.328 warning Pattern ["strip-ansi@^6.0.1"] is trying to unpack in the same destination "/usr/local/share/.cache/yarn/v6/npm-strip-ansi-cjs-6.0.1-9e26c63d30f53443e9489495b2105d37b67a85d9-integrity/node_modules/strip-ansi-cjs" as pattern ["strip-ansi-cjs@npm:strip-ansi@^6.0.1"]. This could result in non-deterministic behavior, skipping.
DEBUG [2b840731] #26 0.328 warning Pattern ["string-width@^4.1.0"] is trying to unpack in the same destination "/usr/local/share/.cache/yarn/v6/npm-string-width-cjs-4.2.3-269c7117d27b05ad2e536830a8ec895ef9c6d010-integrity/node_modules/string-width-cjs" as pattern ["string-width-cjs@npm:string-width@^4.2.0"]. This could result in non-deterministic behavior, skipping.
DEBUG [2b840731] #26 0.328 warning Pattern ["strip-ansi@^6.0.0"] is trying to unpack in the same destination "/usr/local/share/.cache/yarn/v6/npm-strip-ansi-cjs-6.0.1-9e26c63d30f53443e9489495b2105d37b67a85d9-integrity/node_modules/strip-ansi-cjs" as pattern ["strip-ansi-cjs@npm:strip-ansi@^6.0.1"]. This could result in non-deterministic behavior, skipping.
DEBUG [2b840731] #26 ...
DEBUG [2b840731]
DEBUG [2b840731] #24 [linux/amd64 build 4/9] RUN bundle install && rm -rf ~/.bundle/ "/usr/local/bundle"/ruby/*/cache "/usr/local/bundle"/ruby/*/bundler/gems/*/.git && bundle exec bootsnap precompile --gemfile
DEBUG [2b840731] #24 135.4 Fetching rake 13.1.0
DEBUG [2b840731] #24 137.0 Installing rake 13.1.0
DEBUG [2b840731] #24 137.1 Fetching bigdecimal 3.1.6
DEBUG [2b840731] #24 137.1 Fetching concurrent-ruby 1.2.3
DEBUG [2b840731] #24 137.1 Fetching connection_pool 2.4.1
DEBUG [2b840731] #24 137.1 Fetching minitest 5.21.2
DEBUG [2b840731] #24 137.1 Fetching builder 3.2.4
DEBUG [2b840731] #24 137.1 Fetching erubi 1.12.0
DEBUG [2b840731] #24 137.1 Fetching racc 1.7.3
DEBUG [2b840731] #24 137.1 Fetching crass 1.0.6
DEBUG [2b840731] #24 137.2 Installing bigdecimal 3.1.6 with native extensions
DEBUG [2b840731] #24 137.3 Installing concurrent-ruby 1.2.3
DEBUG [2b840731] #24 137.3 Fetching rack 3.0.9
DEBUG [2b840731] #24 137.4 Installing connection_pool 2.4.1
DEBUG [2b840731] #24 137.4 Fetching useragent 0.16.10
DEBUG [2b840731] #24 137.5 Installing minitest 5.21.2
DEBUG [2b840731] #24 137.5 Fetching nio4r 2.7.0
DEBUG [2b840731] #24 137.6 Installing builder 3.2.4
DEBUG [2b840731] #24 137.6 Fetching websocket-extensions 0.1.5
DEBUG [2b840731] #24 137.7 Installing erubi 1.12.0
DEBUG [2b840731] #24 137.7 Fetching zeitwerk 2.6.13
DEBUG [2b840731] #24 137.8 Installing racc 1.7.3 with native extensions
DEBUG [2b840731] #24 137.8 Installing crass 1.0.6
DEBUG [2b840731] #24 137.8 Fetching marcel 1.0.2
DEBUG [2b840731] #24 137.9 Installing rack 3.0.9
DEBUG [2b840731] #24 137.9 Fetching mini_mime 1.1.5
DEBUG [2b840731] #24 138.0 Installing useragent 0.16.10
DEBUG [2b840731] #24 138.0 Fetching public_suffix 5.0.4
DEBUG [2b840731] #24 138.1 Installing nio4r 2.7.0 with native extensions
DEBUG [2b840731] #24 138.2 Installing websocket-extensions 0.1.5
DEBUG [2b840731] #24 138.2 Fetching ast 2.4.2
DEBUG [2b840731] #24 138.3 Installing zeitwerk 2.6.13
DEBUG [2b840731] #24 138.3 Fetching bcrypt 3.1.20
DEBUG [2b840731] #24 138.4 Installing marcel 1.0.2
DEBUG [2b840731] #24 138.4 Fetching bcrypt_pbkdf 1.1.0
DEBUG [2b840731] #24 138.5 Installing mini_mime 1.1.5
DEBUG [2b840731] #24 138.5 Fetching msgpack 1.7.2
DEBUG [2b840731] #24 138.6 Installing public_suffix 5.0.4
DEBUG [2b840731] #24 138.6 Fetching matrix 0.4.2
DEBUG [2b840731] #24 138.7 Installing ast 2.4.2
DEBUG [2b840731] #24 138.7 Fetching regexp_parser 2.9.0
DEBUG [2b840731] #24 138.9 Installing bcrypt 3.1.20 with native extensions
DEBUG [2b840731] #24 139.3 Installing bcrypt_pbkdf 1.1.0 with native extensions
DEBUG [2b840731] #24 139.5 Installing msgpack 1.7.2 with native extensions
DEBUG [2b840731] #24 139.5 Installing matrix 0.4.2
DEBUG [2b840731] #24 139.5 Fetching rexml 3.2.6
DEBUG [2b840731] #24 139.6 Fetching diff-lcs 1.5.1
DEBUG [2b840731] #24 139.6 Installing regexp_parser 2.9.0
DEBUG [2b840731] #24 139.7 Fetching dorian-all 0.5.3
DEBUG [2b840731] #24 139.8 Installing rexml 3.2.6
DEBUG [2b840731] #24 139.8 Fetching dorian-dot 0.3.1
DEBUG [2b840731] #24 139.9 Installing diff-lcs 1.5.1
DEBUG [2b840731] #24 139.9 Fetching dorian-each 0.3.2
DEBUG [2b840731] #24 139.9 Installing dorian-all 0.5.3
DEBUG [2b840731] #24 139.9 Fetching rchardet 1.8.0
DEBUG [2b840731] #24 140.0 Installing dorian-dot 0.3.1
DEBUG [2b840731] #24 140.0 Fetching dorian-git-tree 0.3.1
DEBUG [2b840731] #24 140.1 Installing dorian-each 0.3.2
DEBUG [2b840731] #24 140.1 Fetching prettier_print 1.2.1
DEBUG [2b840731] #24 140.2 Installing rchardet 1.8.0
DEBUG [2b840731] #24 140.2 Fetching dorian-replace 0.3.1
DEBUG [2b840731] #24 140.3 Installing dorian-git-tree 0.3.1
DEBUG [2b840731] #24 140.3 Fetching dorian-shuffle 0.2.1
DEBUG [2b840731] #24 140.4 Installing prettier_print 1.2.1
DEBUG [2b840731] #24 140.4 Fetching dorian-sort-json 0.4.1
DEBUG [2b840731] #24 140.4 Installing dorian-replace 0.3.1
DEBUG [2b840731] #24 140.4 Fetching dorian-sort-yaml 0.2.2
DEBUG [2b840731] #24 140.5 Installing dorian-shuffle 0.2.1
DEBUG [2b840731] #24 140.5 Fetching dorian-times 0.3.1
DEBUG [2b840731] #24 140.6 Installing dorian-sort-json 0.4.1
DEBUG [2b840731] #24 140.6 Fetching dorian-yaml-compare 0.3.1
DEBUG [2b840731] #24 140.6 Installing dorian-sort-yaml 0.2.2
DEBUG [2b840731] #24 140.6 Fetching dorian-yaml-read-write 0.2.1
DEBUG [2b840731] #24 140.7 Installing dorian-times 0.3.1
DEBUG [2b840731] #24 140.7 Fetching dotenv 2.8.1
DEBUG [2b840731] #24 140.8 Installing dorian-yaml-compare 0.3.1
DEBUG [2b840731] #24 140.8 Fetching io-console 0.7.2
DEBUG [2b840731] #24 140.8 Installing dorian-yaml-read-write 0.2.1
DEBUG [2b840731] #24 140.8 Fetching webrick 1.8.1
DEBUG [2b840731] #24 140.9 Installing dotenv 2.8.1
DEBUG [2b840731] #24 140.9 Fetching thor 1.3.0
DEBUG [2b840731] #24 141.0 Installing io-console 0.7.2 with native extensions
DEBUG [2b840731] #24 141.2 Installing webrick 1.8.1
DEBUG [2b840731] #24 141.2 Fetching ed25519 1.3.0
DEBUG [2b840731] #24 141.4 Installing thor 1.3.0
DEBUG [2b840731] #24 141.4 Fetching hashdiff 1.1.0
DEBUG [2b840731] #24 143.6 Installing ed25519 1.3.0 with native extensions
DEBUG [2b840731] #24 143.8 Installing hashdiff 1.1.0
DEBUG [2b840731] #24 143.9 Fetching net-ssh 7.2.1
DEBUG [2b840731] #24 144.3 Fetching language_server-protocol 3.17.0.3
DEBUG [2b840731] #24 144.6 Installing net-ssh 7.2.1
DEBUG [2b840731] #24 144.6 Fetching pandoc-ruby 2.1.10
DEBUG [2b840731] #24 145.1 Installing language_server-protocol 3.17.0.3
DEBUG [2b840731] #24 145.2 Fetching parallel 1.24.0
DEBUG [2b840731] #24 145.3 Installing pandoc-ruby 2.1.10
DEBUG [2b840731] #24 145.3 Fetching pg 1.5.5
DEBUG [2b840731] #24 145.5 Fetching phonelib 0.8.7
DEBUG [2b840731] #24 145.5 Installing parallel 1.24.0
DEBUG [2b840731] #24 145.5 Fetching rack-timeout 0.6.3
DEBUG [2b840731] #24 146.4 Installing pg 1.5.5 with native extensions
DEBUG [2b840731] #24 ...
DEBUG [2b840731]
DEBUG [2b840731] #26 [linux/arm64 build 6/9] RUN yarn install --frozen-lockfile
DEBUG [2b840731] #26 18.09 [4/5] Linking dependencies...
DEBUG [2b840731] #26 19.17 [5/5] Building fresh packages...
DEBUG [2b840731] #26 19.30 Done in 19.06s.
DEBUG [2b840731] #26 DONE 19.6s
DEBUG [2b840731]
DEBUG [2b840731] #24 [linux/amd64 build 4/9] RUN bundle install && rm -rf ~/.bundle/ "/usr/local/bundle"/ruby/*/cache "/usr/local/bundle"/ruby/*/bundler/gems/*/.git && bundle exec bootsnap precompile --gemfile
DEBUG [2b840731] #24 148.5 Installing phonelib 0.8.7
DEBUG [2b840731] #24 148.5 Installing rack-timeout 0.6.3
DEBUG [2b840731] #24 148.6 Fetching rainbow 3.1.1
DEBUG [2b840731] #24 148.6 Fetching rspec-support 3.13.0
DEBUG [2b840731] #24 148.7 Installing rainbow 3.1.1
DEBUG [2b840731] #24 148.7 Fetching ruby-progressbar 1.13.0
DEBUG [2b840731] #24 148.8 Installing rspec-support 3.13.0
DEBUG [2b840731] #24 148.8 Fetching unicode-display_width 2.5.0
DEBUG [2b840731] #24 148.8 Installing ruby-progressbar 1.13.0
DEBUG [2b840731] #24 148.9 Fetching rubyzip 2.3.2
DEBUG [2b840731] #24 148.9 Installing unicode-display_width 2.5.0
DEBUG [2b840731] #24 148.9 Fetching websocket 1.2.10
DEBUG [2b840731] #24 149.0 Installing rubyzip 2.3.2
DEBUG [2b840731] #24 149.0 Fetching tilt 2.3.0
DEBUG [2b840731] #24 149.1 Installing websocket 1.2.10
DEBUG [2b840731] #24 149.1 Fetching temple 0.10.3
DEBUG [2b840731] #24 149.2 Installing tilt 2.3.0
DEBUG [2b840731] #24 149.2 Fetching timecop 0.9.8
DEBUG [2b840731] #24 149.3 Installing temple 0.10.3
DEBUG [2b840731] #24 149.3 Fetching zxcvbn-ruby 1.2.0
DEBUG [2b840731] #24 149.4 Installing timecop 0.9.8
DEBUG [2b840731] #24 149.5 Fetching mustermann 3.0.0
DEBUG [2b840731] #24 ...
DEBUG [2b840731]
DEBUG [2b840731] #27 [linux/arm64 build 7/9] COPY . .
DEBUG [2b840731] #27 DONE 0.2s
DEBUG [2b840731]
DEBUG [2b840731] #28 [linux/arm64 build 8/9] RUN bundle exec bootsnap precompile app/ lib/
DEBUG [2b840731] #28 DONE 0.5s
DEBUG [2b840731]
DEBUG [2b840731] #24 [linux/amd64 build 4/9] RUN bundle install && rm -rf ~/.bundle/ "/usr/local/bundle"/ruby/*/cache "/usr/local/bundle"/ruby/*/bundler/gems/*/.git && bundle exec bootsnap precompile --gemfile
DEBUG [2b840731] #24 151.0 Installing zxcvbn-ruby 1.2.0
DEBUG [2b840731] #24 151.1 Fetching i18n 1.14.1
DEBUG [2b840731] #24 151.1 Installing mustermann 3.0.0
DEBUG [2b840731] #24 151.2 Fetching tzinfo 2.0.6
DEBUG [2b840731] #24 151.3 Installing i18n 1.14.1
DEBUG [2b840731] #24 151.3 Fetching redis-client 0.20.0
DEBUG [2b840731] #24 151.4 Installing tzinfo 2.0.6
DEBUG [2b840731] #24 151.4 Fetching rack-session 2.0.0
DEBUG [2b840731] #24 151.5 Installing redis-client 0.20.0
DEBUG [2b840731] #24 151.5 Fetching rack-test 2.1.0
DEBUG [2b840731] #24 151.6 Installing rack-session 2.0.0
DEBUG [2b840731] #24 151.6 Fetching rack-protection 4.0.0
DEBUG [2b840731] #24 151.7 Installing rack-test 2.1.0
DEBUG [2b840731] #24 151.7 Fetching sprockets 4.2.1
DEBUG [2b840731] #24 151.8 Installing rack-protection 4.0.0
DEBUG [2b840731] #24 151.8 Fetching websocket-driver 0.7.6
DEBUG [2b840731] #24 151.9 Installing sprockets 4.2.1
DEBUG [2b840731] #24 151.9 Fetching language-ruby 0.6.2
DEBUG [2b840731] #24 152.1 Installing websocket-driver 0.7.6 with native extensions
DEBUG [2b840731] #24 152.2 Installing language-ruby 0.6.2
DEBUG [2b840731] #24 152.2 Fetching addressable 2.8.6
DEBUG [2b840731] #24 152.4 Installing addressable 2.8.6
DEBUG [2b840731] #24 152.4 Fetching nokogiri 1.16.2 (x86_64-linux)
DEBUG [2b840731] #24 153.6 Fetching parser 3.3.0.5
DEBUG [2b840731] #24 154.3 Fetching syntax_tree 6.2.0
DEBUG [2b840731] #24 ...
DEBUG [2b840731]
DEBUG [2b840731] #29 [linux/arm64 build 9/9] RUN HOST=example.com BASE_URL=https://example.com RAILS_MASTER_KEY_DUMMY=1 SECRET_KEY_BASE_DUMMY=1 ./bin/rails assets:precompile
DEBUG [2b840731] #29 2.483
DEBUG [2b840731] #29 2.484 Rebuilding...
DEBUG [2b840731] #29 3.242
DEBUG [2b840731] #29 3.242 Done in 938ms.
DEBUG [2b840731] #29 3.927 I, [2024-02-18T20:12:36.373842 #6] INFO -- : Writing /rails/public/assets/manifest-7c370d9536d7d0d6a0f7cd7f9826692acd93e4fb05ba46f7b630b879740343d3.js
DEBUG [2b840731] #29 3.927 I, [2024-02-18T20:12:36.374251 #6] INFO -- : Writing /rails/public/assets/manifest-7c370d9536d7d0d6a0f7cd7f9826692acd93e4fb05ba46f7b630b879740343d3.js.gz
DEBUG [2b840731] #29 3.928 I, [2024-02-18T20:12:36.374653 #6] INFO -- : Writing /rails/public/assets/application.tailwind-75a1d53865acf7795698467d85cfaf06e566aba456ff4f35d80212cdb3a39e0e.css
DEBUG [2b840731] #29 3.929 I, [2024-02-18T20:12:36.375842 #6] INFO -- : Writing /rails/public/assets/application.tailwind-75a1d53865acf7795698467d85cfaf06e566aba456ff4f35d80212cdb3a39e0e.css.gz
DEBUG [2b840731] #29 3.929 I, [2024-02-18T20:12:36.376069 #6] INFO -- : Writing /rails/public/assets/espresso-c25ccbd23eb6fe6858a28f0bf815709c4d50f0aaa03e7c4e820867870a7441b4.css
DEBUG [2b840731] #29 3.929 I, [2024-02-18T20:12:36.376245 #6] INFO -- : Writing /rails/public/assets/espresso-c25ccbd23eb6fe6858a28f0bf815709c4d50f0aaa03e7c4e820867870a7441b4.css.gz
DEBUG [2b840731] #29 3.930 I, [2024-02-18T20:12:36.376710 #6] INFO -- : Writing /rails/public/assets/@googlemaps--js-api-loader-981848f2d08026e847df389dcfa0ce167f4f6490c8e82d3d09e52be3732b7cdc.js
DEBUG [2b840731] #29 3.930 I, [2024-02-18T20:12:36.376943 #6] INFO -- : Writing /rails/public/assets/@googlemaps--js-api-loader-981848f2d08026e847df389dcfa0ce167f4f6490c8e82d3d09e52be3732b7cdc.js.gz
DEBUG [2b840731] #29 3.930 I, [2024-02-18T20:12:36.377245 #6] INFO -- : Writing /rails/public/assets/@hotwired--stimulus-1bdae26281004856d7f494fc3571c2488032e1307a3409b77bdd4a7f962f9e6c.js
DEBUG [2b840731] #29 3.931 I, [2024-02-18T20:12:36.377671 #6] INFO -- : Writing /rails/public/assets/@hotwired--stimulus-1bdae26281004856d7f494fc3571c2488032e1307a3409b77bdd4a7f962f9e6c.js.gz
DEBUG [2b840731] #29 3.931 I, [2024-02-18T20:12:36.377994 #6] INFO -- : Writing /rails/public/assets/intl-tel-input--build--js--intlTelInput.js-ec3d7c01bf8cc0bddf0aab75f3d88a7aaa000b97366b66ab3df4bdd1303246db.js
DEBUG [2b840731] #29 3.932 I, [2024-02-18T20:12:36.378425 #6] INFO -- : Writing /rails/public/assets/intl-tel-input--build--js--intlTelInput.js-ec3d7c01bf8cc0bddf0aab75f3d88a7aaa000b97366b66ab3df4bdd1303246db.js.gz
DEBUG [2b840731] #29 3.932 I, [2024-02-18T20:12:36.378941 #6] INFO -- : Writing /rails/public/assets/intl-tel-input--build--js--utils-b83c5191e77b2b1544e14f2583b5db64d348ac316304f65440b8320e7942a086.js
DEBUG [2b840731] #29 3.933 I, [2024-02-18T20:12:36.379518 #6] INFO -- : Writing /rails/public/assets/intl-tel-input--build--js--utils-b83c5191e77b2b1544e14f2583b5db64d348ac316304f65440b8320e7942a086.js.gz
DEBUG [2b840731] #29 3.934 I, [2024-02-18T20:12:36.380788 #6] INFO -- : Writing /rails/public/assets/intl-tel-input-c2a23a067935e610fee144bb8c996e882a4687a182f424231473eabfe3ba4ac9.js
DEBUG [2b840731] #29 3.935 I, [2024-02-18T20:12:36.381480 #6] INFO -- : Writing /rails/public/assets/intl-tel-input-c2a23a067935e610fee144bb8c996e882a4687a182f424231473eabfe3ba4ac9.js.gz
DEBUG [2b840731] #29 3.935 I, [2024-02-18T20:12:36.381818 #6] INFO -- : Writing /rails/public/assets/stimulus-places-autocomplete-8c5958b46ca5571113589e6303eeff471e0821c1df48a672343bb27bfca9c747.js
DEBUG [2b840731] #29 3.950 I, [2024-02-18T20:12:36.391125 #6] INFO -- : Writing /rails/public/assets/stimulus-places-autocomplete-8c5958b46ca5571113589e6303eeff471e0821c1df48a672343bb27bfca9c747.js.gz
DEBUG [2b840731] #29 3.952 I, [2024-02-18T20:12:36.398683 #6] INFO -- : Writing /rails/public/assets/application-94478a3ee61b22a8d4cf0f93fe68e48a8c351b3a778f0087943a55a951b711c7.js
DEBUG [2b840731] #29 3.952 I, [2024-02-18T20:12:36.399038 #6] INFO -- : Writing /rails/public/assets/application-94478a3ee61b22a8d4cf0f93fe68e48a8c351b3a778f0087943a55a951b711c7.js.gz
DEBUG [2b840731] #29 3.953 I, [2024-02-18T20:12:36.399469 #6] INFO -- : Writing /rails/public/assets/constants-f14fbad12f205b5def0aa3c5b861b45fcecaaa9e1d0c6255a4a5f84339e06dd4.js
DEBUG [2b840731] #29 3.953 I, [2024-02-18T20:12:36.399803 #6] INFO -- : Writing /rails/public/assets/constants-f14fbad12f205b5def0aa3c5b861b45fcecaaa9e1d0c6255a4a5f84339e06dd4.js.gz
DEBUG [2b840731] #29 3.954 I, [2024-02-18T20:12:36.400651 #6] INFO -- : Writing /rails/public/assets/controllers/application-06af32b22232f71ffd5d881848a54c57eed131d391f24235b0e798ff547728c1.js
DEBUG [2b840731] #29 3.954 I, [2024-02-18T20:12:36.401151 #6] INFO -- : Writing /rails/public/assets/controllers/application-06af32b22232f71ffd5d881848a54c57eed131d391f24235b0e798ff547728c1.js.gz
DEBUG [2b840731] #29 3.955 I, [2024-02-18T20:12:36.401728 #6] INFO -- : Writing /rails/public/assets/controllers/domain_controller-558b1e919a3c56e2a2b35450d71c2e38f42cd3c020bebe4bfec136ddaf66753c.js
DEBUG [2b840731] #29 3.955 I, [2024-02-18T20:12:36.402126 #6] INFO -- : Writing /rails/public/assets/controllers/domain_controller-558b1e919a3c56e2a2b35450d71c2e38f42cd3c020bebe4bfec136ddaf66753c.js.gz
DEBUG [2b840731] #29 3.956 I, [2024-02-18T20:12:36.402664 #6] INFO -- : Writing /rails/public/assets/controllers/email_address_controller-76d2eeadfddaf3ca0057d19fce06355dcb26adfd8e198a447eab68d6f20cd51f.js
DEBUG [2b840731] #29 3.957 I, [2024-02-18T20:12:36.403541 #6] INFO -- : Writing /rails/public/assets/controllers/email_address_controller-76d2eeadfddaf3ca0057d19fce06355dcb26adfd8e198a447eab68d6f20cd51f.js.gz
DEBUG [2b840731] #29 3.957 I, [2024-02-18T20:12:36.404310 #6] INFO -- : Writing /rails/public/assets/controllers/email_addresses_controller-1c3d99d4d7e359f1f5b162a6d8d6c8b44fa9aa40b203389b517d641db2dcc53f.js
DEBUG [2b840731] #29 3.958 I, [2024-02-18T20:12:36.405415 #6] INFO -- : Writing /rails/public/assets/controllers/email_addresses_controller-1c3d99d4d7e359f1f5b162a6d8d6c8b44fa9aa40b203389b517d641db2dcc53f.js.gz
DEBUG [2b840731] #29 3.960 I, [2024-02-18T20:12:36.406577 #6] INFO -- : Writing /rails/public/assets/controllers/index-52c21e50c0095a86168fed037adabb5c58dd956d56c13b0c1b3ecdbe761f0400.js
DEBUG [2b840731] #29 3.961 I, [2024-02-18T20:12:36.407929 #6] INFO -- : Writing /rails/public/assets/controllers/index-52c21e50c0095a86168fed037adabb5c58dd956d56c13b0c1b3ecdbe761f0400.js.gz
DEBUG [2b840731] #29 3.962 I, [2024-02-18T20:12:36.409416 #6] INFO -- : Writing /rails/public/assets/controllers/location_controller-389fda8c94c93686adddb518c1833ec40022edb454ec76267a3b9d1887511c36.js
DEBUG [2b840731] #29 3.964 I, [2024-02-18T20:12:36.410808 #6] INFO -- : Writing /rails/public/assets/controllers/location_controller-389fda8c94c93686adddb518c1833ec40022edb454ec76267a3b9d1887511c36.js.gz
DEBUG [2b840731] #29 3.964 I, [2024-02-18T20:12:36.410983 #6] INFO -- : Writing /rails/public/assets/controllers/name_controller-caba1b020bf78b37e34c4da39a997384db08eb2c070288544e514fd4c7dbb055.js
DEBUG [2b840731] #29 3.964 I, [2024-02-18T20:12:36.411127 #6] INFO -- : Writing /rails/public/assets/controllers/name_controller-caba1b020bf78b37e34c4da39a997384db08eb2c070288544e514fd4c7dbb055.js.gz
DEBUG [2b840731] #29 3.965 I, [2024-02-18T20:12:36.411870 #6] INFO -- : Writing /rails/public/assets/controllers/nested_email_address_controller-2f809deddb733bbaee9431923655c87eb5876921a2a4148987afe965ac62e5b4.js
DEBUG [2b840731] #29 3.966 I, [2024-02-18T20:12:36.412839 #6] INFO -- : Writing /rails/public/assets/controllers/nested_email_address_controller-2f809deddb733bbaee9431923655c87eb5876921a2a4148987afe965ac62e5b4.js.gz
DEBUG [2b840731] #29 3.967 I, [2024-02-18T20:12:36.413818 #6] INFO -- : Writing /rails/public/assets/controllers/password_controller-ee89075bdd7e618ddd34187e1b3e46f0b8780d7176a33bdf9371c25dc4e3a704.js
DEBUG [2b840731] #29 3.970 I, [2024-02-18T20:12:36.416448 #6] INFO -- : Writing /rails/public/assets/controllers/password_controller-ee89075bdd7e618ddd34187e1b3e46f0b8780d7176a33bdf9371c25dc4e3a704.js.gz
DEBUG [2b840731] #29 3.971 I, [2024-02-18T20:12:36.418451 #6] INFO -- : Writing /rails/public/assets/controllers/passwords_controller-eeff87cb2052b40578d435b0740434ee7993e6fca56ddb7a86b357071aceece3.js
DEBUG [2b840731] #29 3.974 I, [2024-02-18T20:12:36.420710 #6] INFO -- : Writing /rails/public/assets/controllers/passwords_controller-eeff87cb2052b40578d435b0740434ee7993e6fca56ddb7a86b357071aceece3.js.gz
DEBUG [2b840731] #29 3.975 I, [2024-02-18T20:12:36.422175 #6] INFO -- : Writing /rails/public/assets/controllers/phone_number_controller-ea905843cf4e713331ddcfcde195c26d16c8a8416b6f92101cc019112e2da5de.js
DEBUG [2b840731] #29 3.976 I, [2024-02-18T20:12:36.423254 #6] INFO -- : Writing /rails/public/assets/controllers/phone_number_controller-ea905843cf4e713331ddcfcde195c26d16c8a8416b6f92101cc019112e2da5de.js.gz
DEBUG [2b840731] #29 3.977 I, [2024-02-18T20:12:36.424288 #6] INFO -- : Writing /rails/public/assets/controllers/phone_numbers_controller-0ef11d58f4ad7f44c32d7b74ed6771fbef06a1309e7f2e1eca7c86727d650ea3.js
DEBUG [2b840731] #29 3.978 I, [2024-02-18T20:12:36.425203 #6] INFO -- : Writing /rails/public/assets/controllers/phone_numbers_controller-0ef11d58f4ad7f44c32d7b74ed6771fbef06a1309e7f2e1eca7c86727d650ea3.js.gz
DEBUG [2b840731] #29 3.980 I, [2024-02-18T20:12:36.426715 #6] INFO -- : Writing /rails/public/assets/controllers/prompt_controller-bae858a6f70315c42a05acb5e0b63ce7913062988d4d9026d85cc497b37bcd0e.js
DEBUG [2b840731] #29 3.981 I, [2024-02-18T20:12:36.427710 #6] INFO -- : Writing /rails/public/assets/controllers/prompt_controller-bae858a6f70315c42a05acb5e0b63ce7913062988d4d9026d85cc497b37bcd0e.js.gz
DEBUG [2b840731] #29 3.982 I, [2024-02-18T20:12:36.428697 #6] INFO -- : Writing /rails/public/assets/controllers/time_zone_controller-22a111338096bd8b0a7312822c677308467e1a3975f30f7a585379f6b1299e21.js
DEBUG [2b840731] #29 3.984 I, [2024-02-18T20:12:36.429673 #6] INFO -- : Writing /rails/public/assets/controllers/time_zone_controller-22a111338096bd8b0a7312822c677308467e1a3975f30f7a585379f6b1299e21.js.gz
DEBUG [2b840731] #29 3.984 I, [2024-02-18T20:12:36.430168 #6] INFO -- : Writing /rails/public/assets/controllers/verification_code_controller-b486a98c6200bec9f1f9839c2a21ff79696e4a22cf3d42400799c50e49842137.js
DEBUG [2b840731] #29 3.984 I, [2024-02-18T20:12:36.430603 #6] INFO -- : Writing /rails/public/assets/controllers/verification_code_controller-b486a98c6200bec9f1f9839c2a21ff79696e4a22cf3d42400799c50e49842137.js.gz
DEBUG [2b840731] #29 3.984 I, [2024-02-18T20:12:36.430946 #6] INFO -- : Writing /rails/public/assets/debounce-17811262d143709ef5b4f4fa24fddc56e9b95afbbb7f1e08b9d3b4d084f27f53.js
DEBUG [2b840731] #29 3.985 I, [2024-02-18T20:12:36.431216 #6] INFO -- : Writing /rails/public/assets/debounce-17811262d143709ef5b4f4fa24fddc56e9b95afbbb7f1e08b9d3b4d084f27f53.js.gz
DEBUG [2b840731] #29 3.985 I, [2024-02-18T20:12:36.431616 #6] INFO -- : Writing /rails/public/assets/i18n-5b0800ebc0a40b042b0b19ed6beeeae80a39eb79ac42f39d1318b8fa9b5e5c06.js
DEBUG [2b840731] #29 3.985 I, [2024-02-18T20:12:36.431808 #6] INFO -- : Writing /rails/public/assets/i18n-5b0800ebc0a40b042b0b19ed6beeeae80a39eb79ac42f39d1318b8fa9b5e5c06.js.gz
DEBUG [2b840731] #29 3.985 I, [2024-02-18T20:12:36.431961 #6] INFO -- : Writing /rails/public/assets/tailwind-4b61e00be89d4026a9e696a81490d46859f938ca511c2be300c01cc6e6ace328.css
DEBUG [2b840731] #29 3.985 I, [2024-02-18T20:12:36.432059 #6] INFO -- : Writing /rails/public/assets/tailwind-4b61e00be89d4026a9e696a81490d46859f938ca511c2be300c01cc6e6ace328.css.gz
DEBUG [2b840731] #29 3.985 I, [2024-02-18T20:12:36.432172 #6] INFO -- : Writing /rails/public/assets/turbo-4f46ddb606dda9fe8893f692e2819e99649a2a4fc265509687f7c1fe42e85d06.js
DEBUG [2b840731] #29 3.985 I, [2024-02-18T20:12:36.432269 #6] INFO -- : Writing /rails/public/assets/turbo-4f46ddb606dda9fe8893f692e2819e99649a2a4fc265509687f7c1fe42e85d06.js.gz
DEBUG [2b840731] #29 3.986 I, [2024-02-18T20:12:36.432407 #6] INFO -- : Writing /rails/public/assets/turbo.min-e3026f1f5beb4b57864e21cc014adcacddc0adf7c7d0dc98f110857f119a546f.js
DEBUG [2b840731] #29 3.986 I, [2024-02-18T20:12:36.432590 #6] INFO -- : Writing /rails/public/assets/turbo.min-e3026f1f5beb4b57864e21cc014adcacddc0adf7c7d0dc98f110857f119a546f.js.gz
DEBUG [2b840731] #29 3.986 I, [2024-02-18T20:12:36.432754 #6] INFO -- : Writing /rails/public/assets/turbo.min.js-a4e8ce928459d88086530d697a2d976226299f1205b17d8ab1fb9d9391accbad.map
DEBUG [2b840731] #29 3.989 I, [2024-02-18T20:12:36.433613 #6] INFO -- : Writing /rails/public/assets/turbo.min.js-a4e8ce928459d88086530d697a2d976226299f1205b17d8ab1fb9d9391accbad.map.gz
DEBUG [2b840731] #29 3.991 I, [2024-02-18T20:12:36.437502 #6] INFO -- : Writing /rails/public/assets/actiontext-783b29acc3094173a9febe49f85da17cda5aff1b64848e1e6783506d936d369f.js
DEBUG [2b840731] #29 3.991 I, [2024-02-18T20:12:36.437737 #6] INFO -- : Writing /rails/public/assets/actiontext-783b29acc3094173a9febe49f85da17cda5aff1b64848e1e6783506d936d369f.js.gz
DEBUG [2b840731] #29 3.991 I, [2024-02-18T20:12:36.438229 #6] INFO -- : Writing /rails/public/assets/actiontext.esm-70ef52276a10da20095aafff6174da151e418f451c15b91bef296fe8c420eb33.js
DEBUG [2b840731] #29 3.992 I, [2024-02-18T20:12:36.438856 #6] INFO -- : Writing /rails/public/assets/actiontext.esm-70ef52276a10da20095aafff6174da151e418f451c15b91bef296fe8c420eb33.js.gz
DEBUG [2b840731] #29 3.992 I, [2024-02-18T20:12:36.439469 #6] INFO -- : Writing /rails/public/assets/trix-002e5eae721158e094d869af0498141a4b6f1357b44736502852bd2141e442d5.js
DEBUG [2b840731] #29 3.994 I, [2024-02-18T20:12:36.440521 #6] INFO -- : Writing /rails/public/assets/trix-002e5eae721158e094d869af0498141a4b6f1357b44736502852bd2141e442d5.js.gz
DEBUG [2b840731] #29 4.000 I, [2024-02-18T20:12:36.446815 #6] INFO -- : Writing /rails/public/assets/trix-ea59aa746f39eb84602702597b7ed384ddc21f763439d54f811b3845020b6482.css
DEBUG [2b840731] #29 4.008 I, [2024-02-18T20:12:36.454946 #6] INFO -- : Writing /rails/public/assets/trix-ea59aa746f39eb84602702597b7ed384ddc21f763439d54f811b3845020b6482.css.gz
DEBUG [2b840731] #29 4.011 I, [2024-02-18T20:12:36.457884 #6] INFO -- : Writing /rails/public/assets/stimulus-0e44df7d576be95af610c9b72f710a4c48bf94bbe3bff88a410e9a860dc28fb1.js
DEBUG [2b840731] #29 4.013 I, [2024-02-18T20:12:36.459527 #6] INFO -- : Writing /rails/public/assets/stimulus-0e44df7d576be95af610c9b72f710a4c48bf94bbe3bff88a410e9a860dc28fb1.js.gz
DEBUG [2b840731] #29 4.019 I, [2024-02-18T20:12:36.466122 #6] INFO -- : Writing /rails/public/assets/stimulus-autoloader-ee02d97de413bf7535c3790270aa94068c431ed34290f59ef31eaf9dda66b293.js
DEBUG [2b840731] #29 4.020 I, [2024-02-18T20:12:36.467237 #6] INFO -- : Writing /rails/public/assets/stimulus-autoloader-ee02d97de413bf7535c3790270aa94068c431ed34290f59ef31eaf9dda66b293.js.gz
DEBUG [2b840731] #29 4.022 I, [2024-02-18T20:12:36.468801 #6] INFO -- : Writing /rails/public/assets/stimulus-importmap-autoloader-758f8d5ba9130adaeca041adb97bc02c85cf54c92e77a731a56042ebfa02c064.js
DEBUG [2b840731] #29 4.022 I, [2024-02-18T20:12:36.469442 #6] INFO -- : Writing /rails/public/assets/stimulus-importmap-autoloader-758f8d5ba9130adaeca041adb97bc02c85cf54c92e77a731a56042ebfa02c064.js.gz
DEBUG [2b840731] #29 4.023 I, [2024-02-18T20:12:36.470172 #6] INFO -- : Writing /rails/public/assets/stimulus-loading-d80f0feea68692981b568bbfef0ed4370b56927ae5c663421e8461a466f0618f.js
DEBUG [2b840731] #29 4.024 I, [2024-02-18T20:12:36.471369 #6] INFO -- : Writing /rails/public/assets/stimulus-loading-d80f0feea68692981b568bbfef0ed4370b56927ae5c663421e8461a466f0618f.js.gz
DEBUG [2b840731] #29 4.025 I, [2024-02-18T20:12:36.471655 #6] INFO -- : Writing /rails/public/assets/stimulus.min-9ee583d7d64bfaf202b0cf48971a673d9ed18952ae7927c50015649aebe535b6.js
DEBUG [2b840731] #29 4.025 I, [2024-02-18T20:12:36.471999 #6] INFO -- : Writing /rails/public/assets/stimulus.min-9ee583d7d64bfaf202b0cf48971a673d9ed18952ae7927c50015649aebe535b6.js.gz
DEBUG [2b840731] #29 4.025 I, [2024-02-18T20:12:36.472315 #6] INFO -- : Writing /rails/public/assets/stimulus-loading-d80f0feea68692981b568bbfef0ed4370b56927ae5c663421e8461a466f0618f.js.gz
DEBUG [2b840731] #29 4.026 I, [2024-02-18T20:12:36.472859 #6] INFO -- : Writing /rails/public/assets/stimulus.min.js-3d0f7c81c69552e842a7a822e8ba2b65e9f9b1a72f2faf1e29a4a9e351a555c5.map
DEBUG [2b840731] #29 4.027 I, [2024-02-18T20:12:36.473260 #6] INFO -- : Writing /rails/public/assets/stimulus.min.js-3d0f7c81c69552e842a7a822e8ba2b65e9f9b1a72f2faf1e29a4a9e351a555c5.map.gz
DEBUG [2b840731] #29 4.027 I, [2024-02-18T20:12:36.474067 #6] INFO -- : Writing /rails/public/assets/inter-font-c2ddab218623d7492890cfad22b9b8365df63dc39799a4d72a04c1b6a9ba0f73.css
DEBUG [2b840731] #29 4.028 I, [2024-02-18T20:12:36.474356 #6] INFO -- : Writing /rails/public/assets/inter-font-c2ddab218623d7492890cfad22b9b8365df63dc39799a4d72a04c1b6a9ba0f73.css.gz
DEBUG [2b840731] #29 4.029 I, [2024-02-18T20:12:36.475892 #6] INFO -- : Writing /rails/public/assets/Inter-italic.extra.var-54a99c4a2dca69b4356bf0407224110492a0b4d0caea1c93658edef3a5a56e6d.woff2
DEBUG [2b840731] #29 4.030 I, [2024-02-18T20:12:36.476918 #6] INFO -- : Writing /rails/public/assets/Inter-italic.alternates.var-54a99c4a2dca69b4356bf0407224110492a0b4d0caea1c93658edef3a5a56e6d.woff2
DEBUG [2b840731] #29 4.031 I, [2024-02-18T20:12:36.477548 #6] INFO -- : Writing /rails/public/assets/Inter-italic.symbols.var-f20bf105e9edaf8c5948d264a18f5ad13c79085ecc5f04ea012a855806e1d5c6.woff2
DEBUG [2b840731] #29 4.032 I, [2024-02-18T20:12:36.478987 #6] INFO -- : Writing /rails/public/assets/Inter-italic.cyrillic.var-1deacbca55dc4559581f923a9b0bea1ffa487b116a6ebbf958c84fc5b0e514c2.woff2
DEBUG [2b840731] #29 4.033 I, [2024-02-18T20:12:36.480261 #6] INFO -- : Writing /rails/public/assets/Inter-italic.greek.var-04b97a1b1cb6e38d0ba8162a4b3b777e7463cc06b6de14073ed406ff8bd3b907.woff2
DEBUG [2b840731] #29 4.035 I, [2024-02-18T20:12:36.481366 #6] INFO -- : Writing /rails/public/assets/Inter-italic.vietnamese.var-bf499e59a3ff4514046894435941bcb5f962abcb8830b301f980de88eb244c28.woff2
DEBUG [2b840731] #29 4.035 I, [2024-02-18T20:12:36.481583 #6] INFO -- : Writing /rails/public/assets/Inter-italic.latin-ext.var-e5355b282593b8dc56703c15e77f04f9b21e46cf058967ea7a24ae729f8a906a.woff2
DEBUG [2b840731] #29 4.036 I, [2024-02-18T20:12:36.481822 #6] INFO -- : Writing /rails/public/assets/Inter-italic.latin.var-10436356e09a40415e6baa311d86c5cb40817661361cc32832aff5f543cb19d2.woff2
DEBUG [2b840731] #29 4.036 I, [2024-02-18T20:12:36.482087 #6] INFO -- : Writing /rails/public/assets/Inter-roman.extra.var-767156afdb2f017f6a991f134468fca6a7b5735b66c3b88a3d462dbf0ac422bb.woff2
DEBUG [2b840731] #29 4.036 I, [2024-02-18T20:12:36.482802 #6] INFO -- : Writing /rails/public/assets/Inter-roman.alternates.var-767156afdb2f017f6a991f134468fca6a7b5735b66c3b88a3d462dbf0ac422bb.woff2
DEBUG [2b840731] #29 4.036 I, [2024-02-18T20:12:36.483036 #6] INFO -- : Writing /rails/public/assets/Inter-roman.symbols.var-61d7aebe86f365a4a76ebee6881b551af70df604d4edd5d8730ea54cc6a6286a.woff2
DEBUG [2b840731] #29 4.036 I, [2024-02-18T20:12:36.483244 #6] INFO -- : Writing /rails/public/assets/Inter-roman.cyrillic.var-1b95e5893a8f19de4da502401f544ecffe7ee4e0499400433936f45efb174500.woff2
DEBUG [2b840731] #29 4.037 I, [2024-02-18T20:12:36.483676 #6] INFO -- : Writing /rails/public/assets/Inter-roman.greek.var-6d79d5913cf83e9a0634e1e0d77cd4d7f54a2201738d021de39d468698626cf4.woff2
DEBUG [2b840731] #29 4.038 I, [2024-02-18T20:12:36.484941 #6] INFO -- : Writing /rails/public/assets/Inter-roman.vietnamese.var-042a637f47e2d7211b43737f7f7db3543ef1e8cee09afb2c435084c131b6c970.woff2
DEBUG [2b840731] #29 4.038 I, [2024-02-18T20:12:36.485236 #6] INFO -- : Writing /rails/public/assets/Inter-roman.latin-ext.var-41f9c069fbca1d0b2c056c145b1b7cd3e3d72c2eb8c96ae60416e85c62c01b0d.woff2
DEBUG [2b840731] #29 4.038 I, [2024-02-18T20:12:36.485389 #6] INFO -- : Writing /rails/public/assets/Inter-roman.latin.var-5156501c82759bb0891d4a37c4eb6bce023623d762572a946c56a17d8ae37bd8.woff2
DEBUG [2b840731] #29 4.039 I, [2024-02-18T20:12:36.485579 #6] INFO -- : Writing /rails/public/assets/activestorage-7dbadea816242c6d03cc2f59c58398ab55bb9a70ee859fa962ad4c7ad4c48594.js
DEBUG [2b840731] #29 4.039 I, [2024-02-18T20:12:36.485671 #6] INFO -- : Writing /rails/public/assets/activestorage-7dbadea816242c6d03cc2f59c58398ab55bb9a70ee859fa962ad4c7ad4c48594.js.gz
DEBUG [2b840731] #29 4.040 I, [2024-02-18T20:12:36.486784 #6] INFO -- : Writing /rails/public/assets/activestorage.esm-b2d9aa45888a540d7e6969e484dbdb0a0a501ff56542ce737db6599b311e3385.js
DEBUG [2b840731] #29 4.041 I, [2024-02-18T20:12:36.487787 #6] INFO -- : Writing /rails/public/assets/activestorage.esm-b2d9aa45888a540d7e6969e484dbdb0a0a501ff56542ce737db6599b311e3385.js.gz
DEBUG [2b840731] #29 4.041 I, [2024-02-18T20:12:36.487899 #6] INFO -- : Writing /rails/public/assets/actioncable-f0490c32390fb02c47329ba170d73b19a03c8826972f8b8614bd6c68d30013e7.js
DEBUG [2b840731] #29 4.043 I, [2024-02-18T20:12:36.489913 #6] INFO -- : Writing /rails/public/assets/actioncable-f0490c32390fb02c47329ba170d73b19a03c8826972f8b8614bd6c68d30013e7.js.gz
DEBUG [2b840731] #29 4.043 I, [2024-02-18T20:12:36.490165 #6] INFO -- : Writing /rails/public/assets/actioncable.esm-38486a8bafa79ea79e7e1b309e708d25430292585aa616f977166de144c1c303.js
DEBUG [2b840731] #29 4.043 I, [2024-02-18T20:12:36.490225 #6] INFO -- : Writing /rails/public/assets/actioncable.esm-38486a8bafa79ea79e7e1b309e708d25430292585aa616f977166de144c1c303.js.gz
DEBUG [2b840731] #29 DONE 4.2s
DEBUG [2b840731]
DEBUG [2b840731] #24 [linux/amd64 build 4/9] RUN bundle install && rm -rf ~/.bundle/ "/usr/local/bundle"/ruby/*/cache "/usr/local/bundle"/ruby/*/bundler/gems/*/.git && bundle exec bootsnap precompile --gemfile
DEBUG [2b840731] #24 155.4 Installing nokogiri 1.16.2 (x86_64-linux)
DEBUG [2b840731] #24 155.6 Fetching rackup 2.1.0
DEBUG [2b840731] #24 155.6 Installing parser 3.3.0.5
DEBUG [2b840731] #24 155.8 Installing syntax_tree 6.2.0
DEBUG [2b840731] #24 155.8 Fetching net-scp 4.0.0
DEBUG [2b840731] #24 155.8 Fetching net-sftp 4.0.0
DEBUG [2b840731] #24 155.8 Installing rackup 2.1.0
DEBUG [2b840731] #24 155.8 Fetching net-http 0.4.1
DEBUG [2b840731] #24 155.8 Fetching rspec-core 3.13.0
DEBUG [2b840731] #24 155.9 Installing net-scp 4.0.0
DEBUG [2b840731] #24 155.9 Fetching rspec-expectations 3.13.0
DEBUG [2b840731] #24 155.9 Installing net-sftp 4.0.0
DEBUG [2b840731] #24 156.0 Fetching rspec-mocks 3.13.0
DEBUG [2b840731] #24 156.0 Installing net-http 0.4.1
DEBUG [2b840731] #24 156.0 Fetching selenium-webdriver 4.17.0
DEBUG [2b840731] #24 156.1 Installing rspec-core 3.13.0
DEBUG [2b840731] #24 156.2 Fetching slim 5.2.1
DEBUG [2b840731] #24 156.2 Installing rspec-expectations 3.13.0
DEBUG [2b840731] #24 156.2 Fetching faker 3.2.3
DEBUG [2b840731] #24 156.3 Installing rspec-mocks 3.13.0
DEBUG [2b840731] #24 156.3 Fetching net-imap 0.4.10
DEBUG [2b840731] #24 ...
DEBUG [2b840731]
DEBUG [2b840731] #15 [linux/arm64 base 5/5] WORKDIR /rails
DEBUG [2b840731] #15 CACHED
DEBUG [2b840731]
DEBUG [2b840731] #30 [linux/arm64 stage-2 1/3] COPY --from=build /usr/local/bundle /usr/local/bundle
DEBUG [2b840731] #30 DONE 2.0s
DEBUG [2b840731]
DEBUG [2b840731] #24 [linux/amd64 build 4/9] RUN bundle install && rm -rf ~/.bundle/ "/usr/local/bundle"/ruby/*/cache "/usr/local/bundle"/ruby/*/bundler/gems/*/.git && bundle exec bootsnap precompile --gemfile
DEBUG [2b840731] #24 158.5 Installing slim 5.2.1
DEBUG [2b840731] #24 158.7 Fetching net-pop 0.1.2
DEBUG [2b840731] #24 159.1 Installing selenium-webdriver 4.17.0
DEBUG [2b840731] #24 159.2 Installing net-imap 0.4.10
DEBUG [2b840731] #24 159.2 Installing net-pop 0.1.2
DEBUG [2b840731] #24 159.3 Fetching net-smtp 0.4.0.1
DEBUG [2b840731] #24 159.3 Fetching redis 5.1.0
DEBUG [2b840731] #24 159.3 Installing faker 3.2.3
DEBUG [2b840731] #24 159.3 Installing net-smtp 0.4.0.1
DEBUG [2b840731] #24 159.3 Fetching sinatra 4.0.0
DEBUG [2b840731] #24 159.4 Installing redis 5.1.0
DEBUG [2b840731] #24 159.5 Fetching git 1.19.1
DEBUG [2b840731] #24 159.5 Installing sinatra 4.0.0
DEBUG [2b840731] #24 159.6 Fetching loofah 2.22.0
DEBUG [2b840731] #24 159.6 Installing git 1.19.1
DEBUG [2b840731] #24 159.7 Fetching xpath 3.2.0
DEBUG [2b840731] #24 159.7 Installing loofah 2.22.0
DEBUG [2b840731] #24 159.7 Fetching rubocop-ast 1.30.0
DEBUG [2b840731] #24 159.8 Fetching puma 6.4.2
DEBUG [2b840731] #24 159.8 Installing xpath 3.2.0
DEBUG [2b840731] #24 159.8 Fetching sshkit 1.22.0
DEBUG [2b840731] #24 159.8 Fetching mail 2.8.1
DEBUG [2b840731] #24 159.9 Installing rubocop-ast 1.30.0
DEBUG [2b840731] #24 159.9 Fetching dorian-git-ls-ruby-files 0.1.1
DEBUG [2b840731] #24 160.0 Installing puma 6.4.2 with native extensions
DEBUG [2b840731] #24 160.1 Installing sshkit 1.22.0
DEBUG [2b840731] #24 160.2 Fetching dorian-pretty 0.2.0
DEBUG [2b840731] #24 160.3 Installing mail 2.8.1
DEBUG [2b840731] #24 160.3 Fetching rails-html-sanitizer 1.6.0
DEBUG [2b840731] #24 160.3 Installing dorian-git-ls-ruby-files 0.1.1
DEBUG [2b840731] #24 160.3 Fetching capybara 3.40.0
DEBUG [2b840731] #24 160.4 Installing dorian-pretty 0.2.0
DEBUG [2b840731] #24 160.4 Fetching rubocop 1.60.2
DEBUG [2b840731] #24 160.4 Installing rails-html-sanitizer 1.6.0
DEBUG [2b840731] #24 160.4 Fetching dorian 0.5.2
DEBUG [2b840731] #24 160.6 Installing capybara 3.40.0
DEBUG [2b840731] #24 160.8 Installing dorian 0.5.2
DEBUG [2b840731] #24 160.8 Installing rubocop 1.60.2
DEBUG [2b840731] #24 ...
DEBUG [2b840731]
DEBUG [2b840731] #31 [linux/arm64 stage-2 2/3] COPY --from=build /rails /rails
DEBUG [2b840731] #31 DONE 1.4s
DEBUG [2b840731]
DEBUG [2b840731] #32 [linux/arm64 stage-2 3/3] RUN useradd rails --create-home --shell /bin/bash && chown -R rails:rails db log storage tmp
DEBUG [2b840731] #32 ...
DEBUG [2b840731]
DEBUG [2b840731] #24 [linux/amd64 build 4/9] RUN bundle install && rm -rf ~/.bundle/ "/usr/local/bundle"/ruby/*/cache "/usr/local/bundle"/ruby/*/bundler/gems/*/.git && bundle exec bootsnap precompile --gemfile
DEBUG [2b840731] #24 170.2 Fetching reline 0.4.2
DEBUG [2b840731] #24 171.0 Installing reline 0.4.2
DEBUG [2b840731] #24 171.0 Fetching irb 1.11.2
DEBUG [2b840731] #24 171.1 Installing irb 1.11.2
DEBUG [2b840731] #24 172.8 Fetching bootsnap 1.18.3
DEBUG [2b840731] #24 172.8 Installing bootsnap 1.18.3 with native extensions
DEBUG [2b840731] #24 ...
DEBUG [2b840731]
DEBUG [2b840731] #32 [linux/arm64 stage-2 3/3] RUN useradd rails --create-home --shell /bin/bash && chown -R rails:rails db log storage tmp
DEBUG [2b840731] #32 DONE 11.8s
DEBUG [2b840731]
DEBUG [2b840731] #24 [linux/amd64 build 4/9] RUN bundle install && rm -rf ~/.bundle/ "/usr/local/bundle"/ruby/*/cache "/usr/local/bundle"/ruby/*/bundler/gems/*/.git && bundle exec bootsnap precompile --gemfile
DEBUG [2b840731] #24 184.0 Fetching crack 1.0.0
DEBUG [2b840731] #24 184.0 Fetching rails-dom-testing 2.2.0
DEBUG [2b840731] #24 184.0 Fetching globalid 1.2.1
DEBUG [2b840731] #24 184.0 Fetching code-ruby 0.8.1
DEBUG [2b840731] #24 184.0 Fetching factory_bot 6.4.6
DEBUG [2b840731] #24 184.0 Fetching kamal 1.3.1
DEBUG [2b840731] #24 184.0 Fetching pundit 2.3.1
DEBUG [2b840731] #24 184.3 Installing crack 1.0.0
DEBUG [2b840731] #24 184.3 Fetching webmock 3.20.0
DEBUG [2b840731] #24 184.4 Installing rails-dom-testing 2.2.0
DEBUG [2b840731] #24 184.4 Fetching jbuilder 2.11.5
DEBUG [2b840731] #24 184.4 Installing globalid 1.2.1
DEBUG [2b840731] #24 184.4 Fetching sprockets-rails 3.4.2
DEBUG [2b840731] #24 184.5 Installing code-ruby 0.8.1
DEBUG [2b840731] #24 184.6 Fetching dotenv-rails 2.8.1
DEBUG [2b840731] #24 184.7 Installing factory_bot 6.4.6
DEBUG [2b840731] #24 184.7 Fetching importmap-rails 2.0.1
DEBUG [2b840731] #24 184.8 Installing kamal 1.3.1
DEBUG [2b840731] #24 184.8 Fetching rspec-rails 6.1.1
DEBUG [2b840731] #24 184.8 Installing pundit 2.3.1
DEBUG [2b840731] #24 184.9 Fetching slim-rails 3.6.3
DEBUG [2b840731] #24 185.0 Installing webmock 3.20.0
DEBUG [2b840731] #24 185.0 Fetching stimulus-rails 1.3.3
DEBUG [2b840731] #24 185.0 Installing jbuilder 2.11.5
DEBUG [2b840731] #24 185.0 Fetching tailwindcss-rails 2.3.0 (x86_64-linux)
DEBUG [2b840731] #24 185.1 Installing sprockets-rails 3.4.2
DEBUG [2b840731] #24 185.1 Fetching turbo-rails 2.0.2
DEBUG [2b840731] #24 185.2 Installing dotenv-rails 2.8.1
DEBUG [2b840731] #24 185.2 Fetching factory_bot_rails 6.4.3
DEBUG [2b840731] #24 185.3 Installing importmap-rails 2.0.1
DEBUG [2b840731] #24 185.3 Fetching heroicon 1.0.0
DEBUG [2b840731] #24 185.4 Installing rspec-rails 6.1.1
DEBUG [2b840731] #24 185.4 Fetching solid_errors 0.3.5
DEBUG [2b840731] #24 185.5 Installing slim-rails 3.6.3
DEBUG [2b840731] #24 185.6 Installing stimulus-rails 1.3.3
DEBUG [2b840731] #24 192.4 Installing turbo-rails 2.0.2
DEBUG [2b840731] #24 192.4 Installing factory_bot_rails 6.4.3
DEBUG [2b840731] #24 192.5 Installing heroicon 1.0.0
DEBUG [2b840731] #24 192.6 Installing solid_errors 0.3.5
DEBUG [2b840731] #24 193.0 Installing tailwindcss-rails 2.3.0 (x86_64-linux)
DEBUG [2b840731] #24 193.2 Bundle complete! 34 Gemfile dependencies, 152 gems now installed.
DEBUG [2b840731] #24 193.2 Gems in the group 'development' were not installed.
DEBUG [2b840731] #24 193.2 Bundled gems are installed into `/usr/local/bundle`
DEBUG [2b840731] #24 193.2 Post-install message from rubyzip:
DEBUG [2b840731] #24 193.2 RubyZip 3.0 is coming!
DEBUG [2b840731] #24 193.2 **********************
DEBUG [2b840731] #24 193.2
DEBUG [2b840731] #24 193.2 The public API of some Rubyzip classes has been modernized to use named
DEBUG [2b840731] #24 193.2 parameters for optional arguments. Please check your usage of the
DEBUG [2b840731] #24 193.2 following classes:
DEBUG [2b840731] #24 193.2 * `Zip::File`
DEBUG [2b840731] #24 193.2 * `Zip::Entry`
DEBUG [2b840731] #24 193.2 * `Zip::InputStream`
DEBUG [2b840731] #24 193.2 * `Zip::OutputStream`
DEBUG [2b840731] #24 193.2
DEBUG [2b840731] #24 193.2 Please ensure that your Gemfiles and .gemspecs are suitably restrictive
DEBUG [2b840731] #24 193.2 to avoid an unexpected breakage when 3.0 is released (e.g. ~> 2.3.0).
DEBUG [2b840731] #24 193.2 See https://github.com/rubyzip/rubyzip for details. The Changelog also
DEBUG [2b840731] #24 193.2 lists other enhancements and bugfixes that have been implemented since
DEBUG [2b840731] #24 193.2 version 2.3.0.
DEBUG [2b840731] #24 DONE 195.5s
DEBUG [2b840731]
DEBUG [2b840731] #33 [linux/amd64 build 5/9] COPY package.json yarn.lock ./
DEBUG [2b840731] #33 DONE 0.1s
DEBUG [2b840731]
DEBUG [2b840731] #34 [linux/amd64 build 6/9] RUN yarn install --frozen-lockfile
DEBUG [2b840731] #34 0.589 yarn install v1.22.19
DEBUG [2b840731] #34 0.639 [1/5] Validating package.json...
DEBUG [2b840731] #34 0.642 [2/5] Resolving packages...
DEBUG [2b840731] #34 0.695 [3/5] Fetching packages...
DEBUG [2b840731] #34 0.697 warning Pattern ["strip-ansi@^6.0.1"] is trying to unpack in the same destination "/usr/local/share/.cache/yarn/v6/npm-strip-ansi-cjs-6.0.1-9e26c63d30f53443e9489495b2105d37b67a85d9-integrity/node_modules/strip-ansi-cjs" as pattern ["strip-ansi-cjs@npm:strip-ansi@^6.0.1"]. This could result in non-deterministic behavior, skipping.
DEBUG [2b840731] #34 0.698 warning Pattern ["string-width@^4.1.0"] is trying to unpack in the same destination "/usr/local/share/.cache/yarn/v6/npm-string-width-cjs-4.2.3-269c7117d27b05ad2e536830a8ec895ef9c6d010-integrity/node_modules/string-width-cjs" as pattern ["string-width-cjs@npm:string-width@^4.2.0"]. This could result in non-deterministic behavior, skipping.
DEBUG [2b840731] #34 0.698 warning Pattern ["strip-ansi@^6.0.0"] is trying to unpack in the same destination "/usr/local/share/.cache/yarn/v6/npm-strip-ansi-cjs-6.0.1-9e26c63d30f53443e9489495b2105d37b67a85d9-integrity/node_modules/strip-ansi-cjs" as pattern ["strip-ansi-cjs@npm:strip-ansi@^6.0.1"]. This could result in non-deterministic behavior, skipping.
DEBUG [2b840731] #34 13.35 [4/5] Linking dependencies...
DEBUG [2b840731] #34 14.62 [5/5] Building fresh packages...
DEBUG [2b840731] #34 15.22 Done in 14.64s.
DEBUG [2b840731] #34 DONE 15.4s
DEBUG [2b840731]
DEBUG [2b840731] #35 [linux/amd64 build 7/9] COPY . .
DEBUG [2b840731] #35 DONE 0.1s
DEBUG [2b840731]
DEBUG [2b840731] #36 [linux/amd64 build 8/9] RUN bundle exec bootsnap precompile app/ lib/
DEBUG [2b840731] #36 DONE 0.5s
DEBUG [2b840731]
DEBUG [2b840731] #37 [linux/amd64 build 9/9] RUN HOST=example.com BASE_URL=https://example.com RAILS_MASTER_KEY_DUMMY=1 SECRET_KEY_BASE_DUMMY=1 ./bin/rails assets:precompile
DEBUG [2b840731] #37 2.954
DEBUG [2b840731] #37 2.954 Rebuilding...
DEBUG [2b840731] #37 3.924
DEBUG [2b840731] #37 3.925 Done in 1147ms.
DEBUG [2b840731] #37 4.360 I, [2024-02-18T20:13:37.959360 #12] INFO -- : Writing /rails/public/assets/manifest-7c370d9536d7d0d6a0f7cd7f9826692acd93e4fb05ba46f7b630b879740343d3.js
DEBUG [2b840731] #37 4.360 I, [2024-02-18T20:13:37.959762 #12] INFO -- : Writing /rails/public/assets/manifest-7c370d9536d7d0d6a0f7cd7f9826692acd93e4fb05ba46f7b630b879740343d3.js.gz
DEBUG [2b840731] #37 4.361 I, [2024-02-18T20:13:37.960128 #12] INFO -- : Writing /rails/public/assets/application.tailwind-75a1d53865acf7795698467d85cfaf06e566aba456ff4f35d80212cdb3a39e0e.css
DEBUG [2b840731] #37 4.361 I, [2024-02-18T20:13:37.960562 #12] INFO -- : Writing /rails/public/assets/application.tailwind-75a1d53865acf7795698467d85cfaf06e566aba456ff4f35d80212cdb3a39e0e.css.gz
DEBUG [2b840731] #37 4.362 I, [2024-02-18T20:13:37.960929 #12] INFO -- : Writing /rails/public/assets/espresso-c25ccbd23eb6fe6858a28f0bf815709c4d50f0aaa03e7c4e820867870a7441b4.css
DEBUG [2b840731] #37 4.362 I, [2024-02-18T20:13:37.961256 #12] INFO -- : Writing /rails/public/assets/espresso-c25ccbd23eb6fe6858a28f0bf815709c4d50f0aaa03e7c4e820867870a7441b4.css.gz
DEBUG [2b840731] #37 4.362 I, [2024-02-18T20:13:37.961794 #12] INFO -- : Writing /rails/public/assets/@googlemaps--js-api-loader-981848f2d08026e847df389dcfa0ce167f4f6490c8e82d3d09e52be3732b7cdc.js
DEBUG [2b840731] #37 4.363 I, [2024-02-18T20:13:37.962174 #12] INFO -- : Writing /rails/public/assets/@googlemaps--js-api-loader-981848f2d08026e847df389dcfa0ce167f4f6490c8e82d3d09e52be3732b7cdc.js.gz
DEBUG [2b840731] #37 4.364 I, [2024-02-18T20:13:37.963084 #12] INFO -- : Writing /rails/public/assets/@hotwired--stimulus-1bdae26281004856d7f494fc3571c2488032e1307a3409b77bdd4a7f962f9e6c.js
DEBUG [2b840731] #37 4.364 I, [2024-02-18T20:13:37.963715 #12] INFO -- : Writing /rails/public/assets/@hotwired--stimulus-1bdae26281004856d7f494fc3571c2488032e1307a3409b77bdd4a7f962f9e6c.js.gz
DEBUG [2b840731] #37 4.365 I, [2024-02-18T20:13:37.964370 #12] INFO -- : Writing /rails/public/assets/intl-tel-input--build--js--intlTelInput.js-ec3d7c01bf8cc0bddf0aab75f3d88a7aaa000b97366b66ab3df4bdd1303246db.js
DEBUG [2b840731] #37 4.365 I, [2024-02-18T20:13:37.964782 #12] INFO -- : Writing /rails/public/assets/intl-tel-input--build--js--intlTelInput.js-ec3d7c01bf8cc0bddf0aab75f3d88a7aaa000b97366b66ab3df4bdd1303246db.js.gz
DEBUG [2b840731] #37 4.366 I, [2024-02-18T20:13:37.965183 #12] INFO -- : Writing /rails/public/assets/intl-tel-input--build--js--utils-b83c5191e77b2b1544e14f2583b5db64d348ac316304f65440b8320e7942a086.js
DEBUG [2b840731] #37 4.366 I, [2024-02-18T20:13:37.965729 #12] INFO -- : Writing /rails/public/assets/intl-tel-input--build--js--utils-b83c5191e77b2b1544e14f2583b5db64d348ac316304f65440b8320e7942a086.js.gz
DEBUG [2b840731] #37 4.367 I, [2024-02-18T20:13:37.966479 #12] INFO -- : Writing /rails/public/assets/intl-tel-input-c2a23a067935e610fee144bb8c996e882a4687a182f424231473eabfe3ba4ac9.js
DEBUG [2b840731] #37 4.367 I, [2024-02-18T20:13:37.966905 #12] INFO -- : Writing /rails/public/assets/intl-tel-input-c2a23a067935e610fee144bb8c996e882a4687a182f424231473eabfe3ba4ac9.js.gz
DEBUG [2b840731] #37 4.368 I, [2024-02-18T20:13:37.967227 #12] INFO -- : Writing /rails/public/assets/stimulus-places-autocomplete-8c5958b46ca5571113589e6303eeff471e0821c1df48a672343bb27bfca9c747.js
DEBUG [2b840731] #37 4.369 I, [2024-02-18T20:13:37.968522 #12] INFO -- : Writing /rails/public/assets/stimulus-places-autocomplete-8c5958b46ca5571113589e6303eeff471e0821c1df48a672343bb27bfca9c747.js.gz
DEBUG [2b840731] #37 4.369 I, [2024-02-18T20:13:37.968876 #12] INFO -- : Writing /rails/public/assets/application-94478a3ee61b22a8d4cf0f93fe68e48a8c351b3a778f0087943a55a951b711c7.js
DEBUG [2b840731] #37 4.370 I, [2024-02-18T20:13:37.969711 #12] INFO -- : Writing /rails/public/assets/application-94478a3ee61b22a8d4cf0f93fe68e48a8c351b3a778f0087943a55a951b711c7.js.gz
DEBUG [2b840731] #37 4.371 I, [2024-02-18T20:13:37.970116 #12] INFO -- : Writing /rails/public/assets/constants-f14fbad12f205b5def0aa3c5b861b45fcecaaa9e1d0c6255a4a5f84339e06dd4.js
DEBUG [2b840731] #37 4.371 I, [2024-02-18T20:13:37.970548 #12] INFO -- : Writing /rails/public/assets/constants-f14fbad12f205b5def0aa3c5b861b45fcecaaa9e1d0c6255a4a5f84339e06dd4.js.gz
DEBUG [2b840731] #37 4.372 I, [2024-02-18T20:13:37.970972 #12] INFO -- : Writing /rails/public/assets/controllers/application-06af32b22232f71ffd5d881848a54c57eed131d391f24235b0e798ff547728c1.js
DEBUG [2b840731] #37 4.372 I, [2024-02-18T20:13:37.971662 #12] INFO -- : Writing /rails/public/assets/controllers/application-06af32b22232f71ffd5d881848a54c57eed131d391f24235b0e798ff547728c1.js.gz
DEBUG [2b840731] #37 4.373 I, [2024-02-18T20:13:37.972246 #12] INFO -- : Writing /rails/public/assets/controllers/domain_controller-558b1e919a3c56e2a2b35450d71c2e38f42cd3c020bebe4bfec136ddaf66753c.js
DEBUG [2b840731] #37 4.374 I, [2024-02-18T20:13:37.972946 #12] INFO -- : Writing /rails/public/assets/controllers/domain_controller-558b1e919a3c56e2a2b35450d71c2e38f42cd3c020bebe4bfec136ddaf66753c.js.gz
DEBUG [2b840731] #37 4.374 I, [2024-02-18T20:13:37.973600 #12] INFO -- : Writing /rails/public/assets/controllers/email_address_controller-76d2eeadfddaf3ca0057d19fce06355dcb26adfd8e198a447eab68d6f20cd51f.js
DEBUG [2b840731] #37 4.375 I, [2024-02-18T20:13:37.974155 #12] INFO -- : Writing /rails/public/assets/controllers/email_address_controller-76d2eeadfddaf3ca0057d19fce06355dcb26adfd8e198a447eab68d6f20cd51f.js.gz
DEBUG [2b840731] #37 4.376 I, [2024-02-18T20:13:37.975027 #12] INFO -- : Writing /rails/public/assets/controllers/email_addresses_controller-1c3d99d4d7e359f1f5b162a6d8d6c8b44fa9aa40b203389b517d641db2dcc53f.js
DEBUG [2b840731] #37 4.376 I, [2024-02-18T20:13:37.975687 #12] INFO -- : Writing /rails/public/assets/controllers/email_addresses_controller-1c3d99d4d7e359f1f5b162a6d8d6c8b44fa9aa40b203389b517d641db2dcc53f.js.gz
DEBUG [2b840731] #37 4.377 I, [2024-02-18T20:13:37.976314 #12] INFO -- : Writing /rails/public/assets/controllers/index-52c21e50c0095a86168fed037adabb5c58dd956d56c13b0c1b3ecdbe761f0400.js
DEBUG [2b840731] #37 4.378 I, [2024-02-18T20:13:37.977098 #12] INFO -- : Writing /rails/public/assets/controllers/index-52c21e50c0095a86168fed037adabb5c58dd956d56c13b0c1b3ecdbe761f0400.js.gz
DEBUG [2b840731] #37 4.378 I, [2024-02-18T20:13:37.977574 #12] INFO -- : Writing /rails/public/assets/controllers/location_controller-389fda8c94c93686adddb518c1833ec40022edb454ec76267a3b9d1887511c36.js
DEBUG [2b840731] #37 4.379 I, [2024-02-18T20:13:37.978016 #12] INFO -- : Writing /rails/public/assets/controllers/location_controller-389fda8c94c93686adddb518c1833ec40022edb454ec76267a3b9d1887511c36.js.gz
DEBUG [2b840731] #37 4.379 I, [2024-02-18T20:13:37.978500 #12] INFO -- : Writing /rails/public/assets/controllers/name_controller-caba1b020bf78b37e34c4da39a997384db08eb2c070288544e514fd4c7dbb055.js
DEBUG [2b840731] #37 4.379 I, [2024-02-18T20:13:37.978854 #12] INFO -- : Writing /rails/public/assets/controllers/name_controller-caba1b020bf78b37e34c4da39a997384db08eb2c070288544e514fd4c7dbb055.js.gz
DEBUG [2b840731] #37 4.380 I, [2024-02-18T20:13:37.979452 #12] INFO -- : Writing /rails/public/assets/controllers/nested_email_address_controller-2f809deddb733bbaee9431923655c87eb5876921a2a4148987afe965ac62e5b4.js
DEBUG [2b840731] #37 4.381 I, [2024-02-18T20:13:37.980050 #12] INFO -- : Writing /rails/public/assets/controllers/nested_email_address_controller-2f809deddb733bbaee9431923655c87eb5876921a2a4148987afe965ac62e5b4.js.gz
DEBUG [2b840731] #37 4.381 I, [2024-02-18T20:13:37.980598 #12] INFO -- : Writing /rails/public/assets/controllers/password_controller-ee89075bdd7e618ddd34187e1b3e46f0b8780d7176a33bdf9371c25dc4e3a704.js
DEBUG [2b840731] #37 4.382 I, [2024-02-18T20:13:37.981340 #12] INFO -- : Writing /rails/public/assets/controllers/password_controller-ee89075bdd7e618ddd34187e1b3e46f0b8780d7176a33bdf9371c25dc4e3a704.js.gz
DEBUG [2b840731] #37 4.382 I, [2024-02-18T20:13:37.981831 #12] INFO -- : Writing /rails/public/assets/controllers/passwords_controller-eeff87cb2052b40578d435b0740434ee7993e6fca56ddb7a86b357071aceece3.js
DEBUG [2b840731] #37 4.383 I, [2024-02-18T20:13:37.982319 #12] INFO -- : Writing /rails/public/assets/controllers/passwords_controller-eeff87cb2052b40578d435b0740434ee7993e6fca56ddb7a86b357071aceece3.js.gz
DEBUG [2b840731] #37 4.383 I, [2024-02-18T20:13:37.982922 #12] INFO -- : Writing /rails/public/assets/controllers/phone_number_controller-ea905843cf4e713331ddcfcde195c26d16c8a8416b6f92101cc019112e2da5de.js
DEBUG [2b840731] #37 4.384 I, [2024-02-18T20:13:37.983412 #12] INFO -- : Writing /rails/public/assets/controllers/phone_number_controller-ea905843cf4e713331ddcfcde195c26d16c8a8416b6f92101cc019112e2da5de.js.gz
DEBUG [2b840731] #37 4.385 I, [2024-02-18T20:13:37.984069 #12] INFO -- : Writing /rails/public/assets/controllers/phone_numbers_controller-0ef11d58f4ad7f44c32d7b74ed6771fbef06a1309e7f2e1eca7c86727d650ea3.js
DEBUG [2b840731] #37 4.385 I, [2024-02-18T20:13:37.984466 #12] INFO -- : Writing /rails/public/assets/controllers/phone_numbers_controller-0ef11d58f4ad7f44c32d7b74ed6771fbef06a1309e7f2e1eca7c86727d650ea3.js.gz
DEBUG [2b840731] #37 4.385 I, [2024-02-18T20:13:37.984863 #12] INFO -- : Writing /rails/public/assets/controllers/prompt_controller-bae858a6f70315c42a05acb5e0b63ce7913062988d4d9026d85cc497b37bcd0e.js
DEBUG [2b840731] #37 4.386 I, [2024-02-18T20:13:37.985230 #12] INFO -- : Writing /rails/public/assets/controllers/prompt_controller-bae858a6f70315c42a05acb5e0b63ce7913062988d4d9026d85cc497b37bcd0e.js.gz
DEBUG [2b840731] #37 4.386 I, [2024-02-18T20:13:37.985625 #12] INFO -- : Writing /rails/public/assets/controllers/time_zone_controller-22a111338096bd8b0a7312822c677308467e1a3975f30f7a585379f6b1299e21.js
DEBUG [2b840731] #37 4.387 I, [2024-02-18T20:13:37.986045 #12] INFO -- : Writing /rails/public/assets/controllers/time_zone_controller-22a111338096bd8b0a7312822c677308467e1a3975f30f7a585379f6b1299e21.js.gz
DEBUG [2b840731] #37 4.387 I, [2024-02-18T20:13:37.986481 #12] INFO -- : Writing /rails/public/assets/controllers/verification_code_controller-b486a98c6200bec9f1f9839c2a21ff79696e4a22cf3d42400799c50e49842137.js
DEBUG [2b840731] #37 4.387 I, [2024-02-18T20:13:37.986846 #12] INFO -- : Writing /rails/public/assets/controllers/verification_code_controller-b486a98c6200bec9f1f9839c2a21ff79696e4a22cf3d42400799c50e49842137.js.gz
DEBUG [2b840731] #37 4.388 I, [2024-02-18T20:13:37.987279 #12] INFO -- : Writing /rails/public/assets/debounce-17811262d143709ef5b4f4fa24fddc56e9b95afbbb7f1e08b9d3b4d084f27f53.js
DEBUG [2b840731] #37 4.388 I, [2024-02-18T20:13:37.987741 #12] INFO -- : Writing /rails/public/assets/debounce-17811262d143709ef5b4f4fa24fddc56e9b95afbbb7f1e08b9d3b4d084f27f53.js.gz
DEBUG [2b840731] #37 4.389 I, [2024-02-18T20:13:37.988196 #12] INFO -- : Writing /rails/public/assets/i18n-5b0800ebc0a40b042b0b19ed6beeeae80a39eb79ac42f39d1318b8fa9b5e5c06.js
DEBUG [2b840731] #37 4.389 I, [2024-02-18T20:13:37.988587 #12] INFO -- : Writing /rails/public/assets/i18n-5b0800ebc0a40b042b0b19ed6beeeae80a39eb79ac42f39d1318b8fa9b5e5c06.js.gz
DEBUG [2b840731] #37 4.390 I, [2024-02-18T20:13:37.989008 #12] INFO -- : Writing /rails/public/assets/tailwind-4b61e00be89d4026a9e696a81490d46859f938ca511c2be300c01cc6e6ace328.css
DEBUG [2b840731] #37 4.390 I, [2024-02-18T20:13:37.989438 #12] INFO -- : Writing /rails/public/assets/tailwind-4b61e00be89d4026a9e696a81490d46859f938ca511c2be300c01cc6e6ace328.css.gz
DEBUG [2b840731] #37 4.391 I, [2024-02-18T20:13:37.990130 #12] INFO -- : Writing /rails/public/assets/turbo-4f46ddb606dda9fe8893f692e2819e99649a2a4fc265509687f7c1fe42e85d06.js
DEBUG [2b840731] #37 4.391 I, [2024-02-18T20:13:37.990660 #12] INFO -- : Writing /rails/public/assets/turbo-4f46ddb606dda9fe8893f692e2819e99649a2a4fc265509687f7c1fe42e85d06.js.gz
DEBUG [2b840731] #37 4.392 I, [2024-02-18T20:13:37.991117 #12] INFO -- : Writing /rails/public/assets/turbo.min-e3026f1f5beb4b57864e21cc014adcacddc0adf7c7d0dc98f110857f119a546f.js
DEBUG [2b840731] #37 4.392 I, [2024-02-18T20:13:37.991495 #12] INFO -- : Writing /rails/public/assets/turbo.min-e3026f1f5beb4b57864e21cc014adcacddc0adf7c7d0dc98f110857f119a546f.js.gz
DEBUG [2b840731] #37 4.392 I, [2024-02-18T20:13:37.991879 #12] INFO -- : Writing /rails/public/assets/turbo.min.js-a4e8ce928459d88086530d697a2d976226299f1205b17d8ab1fb9d9391accbad.map
DEBUG [2b840731] #37 4.393 I, [2024-02-18T20:13:37.992305 #12] INFO -- : Writing /rails/public/assets/turbo.min.js-a4e8ce928459d88086530d697a2d976226299f1205b17d8ab1fb9d9391accbad.map.gz
DEBUG [2b840731] #37 4.393 I, [2024-02-18T20:13:37.992745 #12] INFO -- : Writing /rails/public/assets/actiontext-783b29acc3094173a9febe49f85da17cda5aff1b64848e1e6783506d936d369f.js
DEBUG [2b840731] #37 4.394 I, [2024-02-18T20:13:37.993430 #12] INFO -- : Writing /rails/public/assets/actiontext-783b29acc3094173a9febe49f85da17cda5aff1b64848e1e6783506d936d369f.js.gz
DEBUG [2b840731] #37 4.394 I, [2024-02-18T20:13:37.993751 #12] INFO -- : Writing /rails/public/assets/actiontext.esm-70ef52276a10da20095aafff6174da151e418f451c15b91bef296fe8c420eb33.js
DEBUG [2b840731] #37 4.395 I, [2024-02-18T20:13:37.994233 #12] INFO -- : Writing /rails/public/assets/actiontext.esm-70ef52276a10da20095aafff6174da151e418f451c15b91bef296fe8c420eb33.js.gz
DEBUG [2b840731] #37 4.395 I, [2024-02-18T20:13:37.994743 #12] INFO -- : Writing /rails/public/assets/trix-002e5eae721158e094d869af0498141a4b6f1357b44736502852bd2141e442d5.js
DEBUG [2b840731] #37 4.396 I, [2024-02-18T20:13:37.995481 #12] INFO -- : Writing /rails/public/assets/trix-002e5eae721158e094d869af0498141a4b6f1357b44736502852bd2141e442d5.js.gz
DEBUG [2b840731] #37 4.397 I, [2024-02-18T20:13:37.996198 #12] INFO -- : Writing /rails/public/assets/trix-ea59aa746f39eb84602702597b7ed384ddc21f763439d54f811b3845020b6482.css
DEBUG [2b840731] #37 4.398 I, [2024-02-18T20:13:37.997144 #12] INFO -- : Writing /rails/public/assets/trix-ea59aa746f39eb84602702597b7ed384ddc21f763439d54f811b3845020b6482.css.gz
DEBUG [2b840731] #37 4.399 I, [2024-02-18T20:13:37.997976 #12] INFO -- : Writing /rails/public/assets/stimulus-0e44df7d576be95af610c9b72f710a4c48bf94bbe3bff88a410e9a860dc28fb1.js
DEBUG [2b840731] #37 4.399 I, [2024-02-18T20:13:37.998876 #12] INFO -- : Writing /rails/public/assets/stimulus-0e44df7d576be95af610c9b72f710a4c48bf94bbe3bff88a410e9a860dc28fb1.js.gz
DEBUG [2b840731] #37 4.400 I, [2024-02-18T20:13:37.999607 #12] INFO -- : Writing /rails/public/assets/stimulus-autoloader-ee02d97de413bf7535c3790270aa94068c431ed34290f59ef31eaf9dda66b293.js
DEBUG [2b840731] #37 4.403 I, [2024-02-18T20:13:38.002660 #12] INFO -- : Writing /rails/public/assets/stimulus-autoloader-ee02d97de413bf7535c3790270aa94068c431ed34290f59ef31eaf9dda66b293.js.gz
DEBUG [2b840731] #37 4.404 I, [2024-02-18T20:13:38.003349 #12] INFO -- : Writing /rails/public/assets/stimulus-importmap-autoloader-758f8d5ba9130adaeca041adb97bc02c85cf54c92e77a731a56042ebfa02c064.js
DEBUG [2b840731] #37 4.405 I, [2024-02-18T20:13:38.004037 #12] INFO -- : Writing /rails/public/assets/stimulus-importmap-autoloader-758f8d5ba9130adaeca041adb97bc02c85cf54c92e77a731a56042ebfa02c064.js.gz
DEBUG [2b840731] #37 4.405 I, [2024-02-18T20:13:38.004635 #12] INFO -- : Writing /rails/public/assets/stimulus-loading-d80f0feea68692981b568bbfef0ed4370b56927ae5c663421e8461a466f0618f.js
DEBUG [2b840731] #37 4.406 I, [2024-02-18T20:13:38.005762 #12] INFO -- : Writing /rails/public/assets/stimulus-loading-d80f0feea68692981b568bbfef0ed4370b56927ae5c663421e8461a466f0618f.js.gz
DEBUG [2b840731] #37 4.407 I, [2024-02-18T20:13:38.006415 #12] INFO -- : Writing /rails/public/assets/stimulus.min-9ee583d7d64bfaf202b0cf48971a673d9ed18952ae7927c50015649aebe535b6.js
DEBUG [2b840731] #37 4.408 I, [2024-02-18T20:13:38.007090 #12] INFO -- : Writing /rails/public/assets/stimulus.min-9ee583d7d64bfaf202b0cf48971a673d9ed18952ae7927c50015649aebe535b6.js.gz
DEBUG [2b840731] #37 4.409 I, [2024-02-18T20:13:38.008346 #12] INFO -- : Writing /rails/public/assets/stimulus-autoloader-ee02d97de413bf7535c3790270aa94068c431ed34290f59ef31eaf9dda66b293.js.gz
DEBUG [2b840731] #37 4.410 I, [2024-02-18T20:13:38.009527 #12] INFO -- : Writing /rails/public/assets/stimulus-importmap-autoloader-758f8d5ba9130adaeca041adb97bc02c85cf54c92e77a731a56042ebfa02c064.js.gz
DEBUG [2b840731] #37 4.411 I, [2024-02-18T20:13:38.010701 #12] INFO -- : Writing /rails/public/assets/stimulus-loading-d80f0feea68692981b568bbfef0ed4370b56927ae5c663421e8461a466f0618f.js.gz
DEBUG [2b840731] #37 4.412 I, [2024-02-18T20:13:38.011531 #12] INFO -- : Writing /rails/public/assets/stimulus.min.js-3d0f7c81c69552e842a7a822e8ba2b65e9f9b1a72f2faf1e29a4a9e351a555c5.map
DEBUG [2b840731] #37 4.413 I, [2024-02-18T20:13:38.012317 #12] INFO -- : Writing /rails/public/assets/stimulus.min.js-3d0f7c81c69552e842a7a822e8ba2b65e9f9b1a72f2faf1e29a4a9e351a555c5.map.gz
DEBUG [2b840731] #37 4.414 I, [2024-02-18T20:13:38.013461 #12] INFO -- : Writing /rails/public/assets/inter-font-c2ddab218623d7492890cfad22b9b8365df63dc39799a4d72a04c1b6a9ba0f73.css
DEBUG [2b840731] #37 4.415 I, [2024-02-18T20:13:38.014354 #12] INFO -- : Writing /rails/public/assets/inter-font-c2ddab218623d7492890cfad22b9b8365df63dc39799a4d72a04c1b6a9ba0f73.css.gz
DEBUG [2b840731] #37 4.416 I, [2024-02-18T20:13:38.014969 #12] INFO -- : Writing /rails/public/assets/Inter-italic.extra.var-54a99c4a2dca69b4356bf0407224110492a0b4d0caea1c93658edef3a5a56e6d.woff2
DEBUG [2b840731] #37 4.417 I, [2024-02-18T20:13:38.016350 #12] INFO -- : Writing /rails/public/assets/Inter-italic.alternates.var-54a99c4a2dca69b4356bf0407224110492a0b4d0caea1c93658edef3a5a56e6d.woff2
DEBUG [2b840731] #37 4.418 I, [2024-02-18T20:13:38.017889 #12] INFO -- : Writing /rails/public/assets/Inter-italic.symbols.var-f20bf105e9edaf8c5948d264a18f5ad13c79085ecc5f04ea012a855806e1d5c6.woff2
DEBUG [2b840731] #37 4.420 I, [2024-02-18T20:13:38.019383 #12] INFO -- : Writing /rails/public/assets/Inter-italic.cyrillic.var-1deacbca55dc4559581f923a9b0bea1ffa487b116a6ebbf958c84fc5b0e514c2.woff2
DEBUG [2b840731] #37 4.421 I, [2024-02-18T20:13:38.020677 #12] INFO -- : Writing /rails/public/assets/Inter-italic.greek.var-04b97a1b1cb6e38d0ba8162a4b3b777e7463cc06b6de14073ed406ff8bd3b907.woff2
DEBUG [2b840731] #37 4.422 I, [2024-02-18T20:13:38.021660 #12] INFO -- : Writing /rails/public/assets/Inter-italic.vietnamese.var-bf499e59a3ff4514046894435941bcb5f962abcb8830b301f980de88eb244c28.woff2
DEBUG [2b840731] #37 4.423 I, [2024-02-18T20:13:38.022281 #12] INFO -- : Writing /rails/public/assets/Inter-italic.latin-ext.var-e5355b282593b8dc56703c15e77f04f9b21e46cf058967ea7a24ae729f8a906a.woff2
DEBUG [2b840731] #37 4.423 I, [2024-02-18T20:13:38.022889 #12] INFO -- : Writing /rails/public/assets/Inter-italic.latin.var-10436356e09a40415e6baa311d86c5cb40817661361cc32832aff5f543cb19d2.woff2
DEBUG [2b840731] #37 4.424 I, [2024-02-18T20:13:38.023516 #12] INFO -- : Writing /rails/public/assets/Inter-roman.extra.var-767156afdb2f017f6a991f134468fca6a7b5735b66c3b88a3d462dbf0ac422bb.woff2
DEBUG [2b840731] #37 4.425 I, [2024-02-18T20:13:38.024088 #12] INFO -- : Writing /rails/public/assets/Inter-roman.alternates.var-767156afdb2f017f6a991f134468fca6a7b5735b66c3b88a3d462dbf0ac422bb.woff2
DEBUG [2b840731] #37 4.425 I, [2024-02-18T20:13:38.024805 #12] INFO -- : Writing /rails/public/assets/Inter-roman.symbols.var-61d7aebe86f365a4a76ebee6881b551af70df604d4edd5d8730ea54cc6a6286a.woff2
DEBUG [2b840731] #37 4.426 I, [2024-02-18T20:13:38.025704 #12] INFO -- : Writing /rails/public/assets/Inter-roman.cyrillic.var-1b95e5893a8f19de4da502401f544ecffe7ee4e0499400433936f45efb174500.woff2
DEBUG [2b840731] #37 4.427 I, [2024-02-18T20:13:38.026363 #12] INFO -- : Writing /rails/public/assets/Inter-roman.greek.var-6d79d5913cf83e9a0634e1e0d77cd4d7f54a2201738d021de39d468698626cf4.woff2
DEBUG [2b840731] #37 4.428 I, [2024-02-18T20:13:38.027062 #12] INFO -- : Writing /rails/public/assets/Inter-roman.vietnamese.var-042a637f47e2d7211b43737f7f7db3543ef1e8cee09afb2c435084c131b6c970.woff2
DEBUG [2b840731] #37 4.428 I, [2024-02-18T20:13:38.027885 #12] INFO -- : Writing /rails/public/assets/Inter-roman.latin-ext.var-41f9c069fbca1d0b2c056c145b1b7cd3e3d72c2eb8c96ae60416e85c62c01b0d.woff2
DEBUG [2b840731] #37 4.429 I, [2024-02-18T20:13:38.028470 #12] INFO -- : Writing /rails/public/assets/Inter-roman.latin.var-5156501c82759bb0891d4a37c4eb6bce023623d762572a946c56a17d8ae37bd8.woff2
DEBUG [2b840731] #37 4.430 I, [2024-02-18T20:13:38.029025 #12] INFO -- : Writing /rails/public/assets/activestorage-7dbadea816242c6d03cc2f59c58398ab55bb9a70ee859fa962ad4c7ad4c48594.js
DEBUG [2b840731] #37 4.430 I, [2024-02-18T20:13:38.029417 #12] INFO -- : Writing /rails/public/assets/activestorage-7dbadea816242c6d03cc2f59c58398ab55bb9a70ee859fa962ad4c7ad4c48594.js.gz
DEBUG [2b840731] #37 4.430 I, [2024-02-18T20:13:38.029631 #12] INFO -- : Writing /rails/public/assets/activestorage.esm-b2d9aa45888a540d7e6969e484dbdb0a0a501ff56542ce737db6599b311e3385.js
DEBUG [2b840731] #37 4.430 I, [2024-02-18T20:13:38.029848 #12] INFO -- : Writing /rails/public/assets/activestorage.esm-b2d9aa45888a540d7e6969e484dbdb0a0a501ff56542ce737db6599b311e3385.js.gz
DEBUG [2b840731] #37 4.431 I, [2024-02-18T20:13:38.030218 #12] INFO -- : Writing /rails/public/assets/actioncable-f0490c32390fb02c47329ba170d73b19a03c8826972f8b8614bd6c68d30013e7.js
DEBUG [2b840731] #37 4.431 I, [2024-02-18T20:13:38.030592 #12] INFO -- : Writing /rails/public/assets/actioncable-f0490c32390fb02c47329ba170d73b19a03c8826972f8b8614bd6c68d30013e7.js.gz
DEBUG [2b840731] #37 4.431 I, [2024-02-18T20:13:38.030962 #12] INFO -- : Writing /rails/public/assets/actioncable.esm-38486a8bafa79ea79e7e1b309e708d25430292585aa616f977166de144c1c303.js
DEBUG [2b840731] #37 4.432 I, [2024-02-18T20:13:38.031262 #12] INFO -- : Writing /rails/public/assets/actioncable.esm-38486a8bafa79ea79e7e1b309e708d25430292585aa616f977166de144c1c303.js.gz
DEBUG [2b840731] #37 DONE 4.5s
DEBUG [2b840731]
DEBUG [2b840731] #38 [linux/amd64 stage-2 1/3] COPY --from=build /usr/local/bundle /usr/local/bundle
DEBUG [2b840731] #38 DONE 0.6s
DEBUG [2b840731]
DEBUG [2b840731] #39 [linux/amd64 stage-2 2/3] COPY --from=build /rails /rails
DEBUG [2b840731] #39 DONE 0.7s
DEBUG [2b840731]
DEBUG [2b840731] #40 [linux/amd64 stage-2 3/3] RUN useradd rails --create-home --shell /bin/bash && chown -R rails:rails db log storage tmp
DEBUG [2b840731] #40 DONE 4.2s
DEBUG [2b840731]
DEBUG [2b840731] #41 exporting to image
DEBUG [2b840731] #41 exporting layers
DEBUG [2b840731] #41 exporting layers 6.0s done
DEBUG [2b840731] #41 ...
DEBUG [2b840731]
DEBUG [2b840731] #42 [auth] dorianmariefr/code:pull,push token for registry-1.docker.io
DEBUG [2b840731] #42 DONE 0.0s
DEBUG [2b840731]
DEBUG [2b840731] #41 exporting to image
DEBUG [2b840731] #41 exporting manifest sha256:571b56d8173e6e65cb8f298b8a3f6e2a8c663f4ccca0a45225641ad378e7d73a done
DEBUG [2b840731] #41 exporting config sha256:1291409ba8208b3782e14de41bb84280b18aaf92256ffb4fd53721f2559ca8c4 done
DEBUG [2b840731] #41 exporting attestation manifest sha256:10048cced67412f80202af0ef8fdace3b61d7c45d438084591c07366a0288b13 done
DEBUG [2b840731] #41 exporting manifest sha256:12d57d6bc3a0c0baceeab1b997c802aa7a32e2e90952852ef9f9b58e442ef7bc done
DEBUG [2b840731] #41 exporting config sha256:c008799f783ce8654c50c5d12f579ffac536b475268db0cf2eb95942b74b35bf done
DEBUG [2b840731] #41 exporting attestation manifest sha256:0d5a5ea8cdea819c63e67f5b83269029f97f0385b35c226402e223b0d1f8a28b done
DEBUG [2b840731] #41 exporting manifest list sha256:16564254f9fb429fc124dfe67e3c419edbb848c9b6dcf6b29985e0030cb43b3f done
DEBUG [2b840731] #41 pushing layers
DEBUG [2b840731] #41 pushing layers 296.6s done
DEBUG [2b840731] #41 pushing manifest for docker.io/dorianmariefr/code:d5b58d39902455baf00c2bb2f7d31059a2eca347_uncommitted_3bb13feaf360125e@sha256:16564254f9fb429fc124dfe67e3c419edbb848c9b6dcf6b29985e0030cb43b3f
DEBUG [2b840731] #41 ...
DEBUG [2b840731]
DEBUG [2b840731] #43 [auth] dorianmariefr/code:pull,push token for registry-1.docker.io
DEBUG [2b840731] #43 DONE 0.0s
DEBUG [2b840731]
DEBUG [2b840731] #41 exporting to image
DEBUG [2b840731] #41 pushing manifest for docker.io/dorianmariefr/code:d5b58d39902455baf00c2bb2f7d31059a2eca347_uncommitted_3bb13feaf360125e@sha256:16564254f9fb429fc124dfe67e3c419edbb848c9b6dcf6b29985e0030cb43b3f 3.8s done
DEBUG [2b840731] #41 pushing layers 3.6s done
DEBUG [2b840731] #41 pushing manifest for docker.io/dorianmariefr/code:latest@sha256:16564254f9fb429fc124dfe67e3c419edbb848c9b6dcf6b29985e0030cb43b3f
DEBUG [2b840731] #41 pushing manifest for docker.io/dorianmariefr/code:latest@sha256:16564254f9fb429fc124dfe67e3c419edbb848c9b6dcf6b29985e0030cb43b3f 2.6s done
DEBUG [2b840731] #41 DONE 312.6s
INFO [2b840731] Finished in 556.653 seconds with exit status 0 (successful).
INFO [51ba1eb8] Running docker image rm --force dorianmariefr/code:d5b58d39902455baf00c2bb2f7d31059a2eca347_uncommitted_3bb13feaf360125e on 165.232.149.13
INFO [51ba1eb8] Finished in 0.656 seconds with exit status 0 (successful).
INFO [080e9fbd] Running docker pull dorianmariefr/code:d5b58d39902455baf00c2bb2f7d31059a2eca347_uncommitted_3bb13feaf360125e on 165.232.149.13
INFO [080e9fbd] Finished in 27.588 seconds with exit status 0 (successful).
INFO [123965eb] Running docker inspect -f '{{ .Config.Labels.service }}' dorianmariefr/code:d5b58d39902455baf00c2bb2f7d31059a2eca347_uncommitted_3bb13feaf360125e | grep -x code || (echo "Image dorianmariefr/code:d5b58d39902455baf00c2bb2f7d31059a2eca347_uncommitted_3bb13feaf360125e is missing the `service` label" && exit 1) on 165.232.149.13
INFO [123965eb] Finished in 0.710 seconds with exit status 0 (successful).
Ensure app can pass healthcheck...
INFO [4723967f] Running docker run --detach --name healthcheck-code-d5b58d39902455baf00c2bb2f7d31059a2eca347_uncommitted_3bb13feaf360125e --publish 3999:3000 --label service=healthcheck-code -e KAMAL_CONTAINER_NAME="healthcheck-code" --env-file .kamal/env/roles/code-web.env --health-cmd "curl -f http://localhost:3000/up || exit 1" --health-interval "1s" dorianmariefr/code:d5b58d39902455baf00c2bb2f7d31059a2eca347_uncommitted_3bb13feaf360125e on 165.232.149.13
INFO [4723967f] Finished in 1.726 seconds with exit status 0 (successful).
INFO [f931f86d] Running docker container ls --all --filter name=^healthcheck-code-d5b58d39902455baf00c2bb2f7d31059a2eca347_uncommitted_3bb13feaf360125e$ --quiet | xargs docker inspect --format '{{if .State.Health}}{{.State.Health.Status}}{{else}}{{.State.Status}}{{end}}' on 165.232.149.13
INFO [f931f86d] Finished in 0.741 seconds with exit status 0 (successful).
INFO container not ready (starting), retrying in 1s (attempt 1/7)...
INFO [ef9c66e0] Running docker container ls --all --filter name=^healthcheck-code-d5b58d39902455baf00c2bb2f7d31059a2eca347_uncommitted_3bb13feaf360125e$ --quiet | xargs docker inspect --format '{{if .State.Health}}{{.State.Health.Status}}{{else}}{{.State.Status}}{{end}}' on 165.232.149.13
INFO [ef9c66e0] Finished in 0.550 seconds with exit status 0 (successful).
INFO container not ready (starting), retrying in 2s (attempt 2/7)...
INFO [5475eca0] Running docker container ls --all --filter name=^healthcheck-code-d5b58d39902455baf00c2bb2f7d31059a2eca347_uncommitted_3bb13feaf360125e$ --quiet | xargs docker inspect --format '{{if .State.Health}}{{.State.Health.Status}}{{else}}{{.State.Status}}{{end}}' on 165.232.149.13
INFO [5475eca0] Finished in 0.586 seconds with exit status 0 (successful).
INFO container not ready (unhealthy), retrying in 3s (attempt 3/7)...
INFO [4d98eb4d] Running docker container ls --all --filter name=^healthcheck-code-d5b58d39902455baf00c2bb2f7d31059a2eca347_uncommitted_3bb13feaf360125e$ --quiet | xargs docker inspect --format '{{if .State.Health}}{{.State.Health.Status}}{{else}}{{.State.Status}}{{end}}' on 165.232.149.13
INFO [4d98eb4d] Finished in 0.574 seconds with exit status 0 (successful).
INFO container not ready (unhealthy), retrying in 4s (attempt 4/7)...
INFO [e03653c0] Running docker container ls --all --filter name=^healthcheck-code-d5b58d39902455baf00c2bb2f7d31059a2eca347_uncommitted_3bb13feaf360125e$ --quiet | xargs docker inspect --format '{{if .State.Health}}{{.State.Health.Status}}{{else}}{{.State.Status}}{{end}}' on 165.232.149.13
INFO [e03653c0] Finished in 0.598 seconds with exit status 0 (successful).
INFO container not ready (unhealthy), retrying in 5s (attempt 5/7)...
INFO [3f6f8104] Running docker container ls --all --filter name=^healthcheck-code-d5b58d39902455baf00c2bb2f7d31059a2eca347_uncommitted_3bb13feaf360125e$ --quiet | xargs docker inspect --format '{{if .State.Health}}{{.State.Health.Status}}{{else}}{{.State.Status}}{{end}}' on 165.232.149.13
INFO [3f6f8104] Finished in 0.644 seconds with exit status 0 (successful).
INFO container not ready (unhealthy), retrying in 6s (attempt 6/7)...
INFO [2118bd29] Running docker container ls --all --filter name=^healthcheck-code-d5b58d39902455baf00c2bb2f7d31059a2eca347_uncommitted_3bb13feaf360125e$ --quiet | xargs docker inspect --format '{{if .State.Health}}{{.State.Health.Status}}{{else}}{{.State.Status}}{{end}}' on 165.232.149.13
INFO [2118bd29] Finished in 0.622 seconds with exit status 0 (successful).
INFO Container is healthy!
INFO [aabb5bdf] Running docker container ls --all --filter name=^healthcheck-code-d5b58d39902455baf00c2bb2f7d31059a2eca347_uncommitted_3bb13feaf360125e$ --quiet | xargs docker stop on 165.232.149.13
INFO [aabb5bdf] Finished in 1.122 seconds with exit status 0 (successful).
INFO [eecc0e8a] Running docker container ls --all --filter name=^healthcheck-code-d5b58d39902455baf00c2bb2f7d31059a2eca347_uncommitted_3bb13feaf360125e$ --quiet | xargs docker container rm on 165.232.149.13
INFO [eecc0e8a] Finished in 0.818 seconds with exit status 0 (successful).
Detect stale containers...
INFO [e3c24c7a] Running docker ps --filter label=service=code --filter label=role=web --format "{{.Names}}" | while read line; do echo ${line#code-web-}; done on 165.232.149.13
INFO [e3c24c7a] Finished in 0.610 seconds with exit status 0 (successful).
Start container with version d5b58d39902455baf00c2bb2f7d31059a2eca347_uncommitted_3bb13feaf360125e using a 7s readiness delay (or reboot if already running)...
INFO [7d6bc949] Running docker tag dorianmariefr/code:d5b58d39902455baf00c2bb2f7d31059a2eca347_uncommitted_3bb13feaf360125e dorianmariefr/code:latest on 165.232.149.13
INFO [7d6bc949] Finished in 0.655 seconds with exit status 0 (successful).
INFO [67d6c132] Running docker container ls --all --filter name=^code-web-d5b58d39902455baf00c2bb2f7d31059a2eca347_uncommitted_3bb13feaf360125e$ --quiet on 165.232.149.13
INFO [67d6c132] Finished in 0.620 seconds with exit status 0 (successful).
INFO [1869404d] Running docker ps --filter label=service=code --filter label=role=web --filter status=running --filter status=restarting --latest --format "{{.Names}}" | while read line; do echo ${line#code-web-}; done on 165.232.149.13
INFO [1869404d] Finished in 0.682 seconds with exit status 0 (successful).
INFO [0695a9dd] Running /usr/bin/env mkdir -p .kamal/cords/code-web-dbc13d7977ca84a47d192f11d5713393 ; touch .kamal/cords/code-web-dbc13d7977ca84a47d192f11d5713393/cord on 165.232.149.13
INFO [0695a9dd] Finished in 0.614 seconds with exit status 0 (successful).
INFO [86fae579] Running docker run --detach --restart unless-stopped --name code-web-d5b58d39902455baf00c2bb2f7d31059a2eca347_uncommitted_3bb13feaf360125e --hostname 165.232.149.13-1bbb8d822958 -e KAMAL_CONTAINER_NAME="code-web-d5b58d39902455baf00c2bb2f7d31059a2eca347_uncommitted_3bb13feaf360125e" -e KAMAL_VERSION="d5b58d39902455baf00c2bb2f7d31059a2eca347_uncommitted_3bb13feaf360125e" --env-file .kamal/env/roles/code-web.env --health-cmd "(curl -f http://localhost:3000/up || exit 1) && (stat /tmp/kamal-cord/cord > /dev/null || exit 1)" --health-interval "1s" --volume $(pwd)/.kamal/cords/code-web-dbc13d7977ca84a47d192f11d5713393:/tmp/kamal-cord --log-opt max-size="10m" --label service="code" --label role="web" --label traefik.http.services.code-web.loadbalancer.server.scheme="http" --label traefik.http.routers.code-web.rule="PathPrefix(\`/\`)" --label traefik.http.routers.code-web.priority="2" --label traefik.http.middlewares.code-web-retry.retry.attempts="5" --label traefik.http.middlewares.code-web-retry.retry.initialinterval="500ms" --label traefik.http.routers.code-web.middlewares="code-web-retry@docker" --label traefik.http.routers.code.rule="Host(\`code.dorianmarie.com\`)" --label traefik.http.routers.code_secure.entrypoints="websecure" --label traefik.http.routers.code_secure.rule="Host(\`code.dorianmarie.com\`)" --label traefik.http.routers.code_secure.tls.certresolver="letsencrypt" --label traefik.http.routers.code_secure.tls="true" dorianmariefr/code:d5b58d39902455baf00c2bb2f7d31059a2eca347_uncommitted_3bb13feaf360125e on 165.232.149.13
INFO [86fae579] Finished in 2.128 seconds with exit status 0 (successful).
INFO [fea82b54] Running docker container ls --all --filter name=^code-web-d5b58d39902455baf00c2bb2f7d31059a2eca347_uncommitted_3bb13feaf360125e$ --quiet | xargs docker inspect --format '{{if .State.Health}}{{.State.Health.Status}}{{else}}{{.State.Status}}{{end}}' on 165.232.149.13
INFO [fea82b54] Finished in 0.953 seconds with exit status 0 (successful).
INFO container not ready (starting), retrying in 1s (attempt 1/7)...
INFO [866372ff] Running docker container ls --all --filter name=^code-web-d5b58d39902455baf00c2bb2f7d31059a2eca347_uncommitted_3bb13feaf360125e$ --quiet | xargs docker inspect --format '{{if .State.Health}}{{.State.Health.Status}}{{else}}{{.State.Status}}{{end}}' on 165.232.149.13
INFO [866372ff] Finished in 0.652 seconds with exit status 0 (successful).
INFO container not ready (starting), retrying in 2s (attempt 2/7)...
INFO [34a1ece2] Running docker container ls --all --filter name=^code-web-d5b58d39902455baf00c2bb2f7d31059a2eca347_uncommitted_3bb13feaf360125e$ --quiet | xargs docker inspect --format '{{if .State.Health}}{{.State.Health.Status}}{{else}}{{.State.Status}}{{end}}' on 165.232.149.13
INFO [34a1ece2] Finished in 0.927 seconds with exit status 0 (successful).
INFO container not ready (unhealthy), retrying in 3s (attempt 3/7)...
INFO [dbfcbcad] Running docker container ls --all --filter name=^code-web-d5b58d39902455baf00c2bb2f7d31059a2eca347_uncommitted_3bb13feaf360125e$ --quiet | xargs docker inspect --format '{{if .State.Health}}{{.State.Health.Status}}{{else}}{{.State.Status}}{{end}}' on 165.232.149.13
INFO [dbfcbcad] Finished in 0.616 seconds with exit status 0 (successful).
INFO container not ready (unhealthy), retrying in 4s (attempt 4/7)...
INFO [877c3ce1] Running docker container ls --all --filter name=^code-web-d5b58d39902455baf00c2bb2f7d31059a2eca347_uncommitted_3bb13feaf360125e$ --quiet | xargs docker inspect --format '{{if .State.Health}}{{.State.Health.Status}}{{else}}{{.State.Status}}{{end}}' on 165.232.149.13
INFO [877c3ce1] Finished in 0.694 seconds with exit status 0 (successful).
INFO container not ready (unhealthy), retrying in 5s (attempt 5/7)...
INFO [b0d96b55] Running docker container ls --all --filter name=^code-web-d5b58d39902455baf00c2bb2f7d31059a2eca347_uncommitted_3bb13feaf360125e$ --quiet | xargs docker inspect --format '{{if .State.Health}}{{.State.Health.Status}}{{else}}{{.State.Status}}{{end}}' on 165.232.149.13
INFO [b0d96b55] Finished in 0.627 seconds with exit status 0 (successful).
INFO container not ready (unhealthy), retrying in 6s (attempt 6/7)...
INFO [005923bf] Running docker container ls --all --filter name=^code-web-d5b58d39902455baf00c2bb2f7d31059a2eca347_uncommitted_3bb13feaf360125e$ --quiet | xargs docker inspect --format '{{if .State.Health}}{{.State.Health.Status}}{{else}}{{.State.Status}}{{end}}' on 165.232.149.13
INFO [005923bf] Finished in 0.609 seconds with exit status 0 (successful).
INFO container not ready (unhealthy), retrying in 7s (attempt 7/7)...
INFO [283ca5f1] Running docker container ls --all --filter name=^code-web-d5b58d39902455baf00c2bb2f7d31059a2eca347_uncommitted_3bb13feaf360125e$ --quiet | xargs docker inspect --format '{{if .State.Health}}{{.State.Health.Status}}{{else}}{{.State.Status}}{{end}}' on 165.232.149.13
INFO [283ca5f1] Finished in 0.537 seconds with exit status 0 (successful).
INFO Container is healthy!
INFO [6b73c5cc] Running docker inspect -f '{{ range .Mounts }}{{printf "%s %s\n" .Source .Destination}}{{ end }}' code-web-3c062b711613161667f67957cb558336ea214ba8 | awk '$2 == "/tmp/kamal-cord" {print $1}' on 165.232.149.13
INFO [6b73c5cc] Finished in 0.505 seconds with exit status 0 (successful).
INFO [d2f91e42] Running /usr/bin/env rm -r /root/.kamal/cords/code-web-971d9fb2a7613d28a2a8a70195217a95 on 165.232.149.13
INFO [d2f91e42] Finished in 1.021 seconds with exit status 0 (successful).
INFO [cd47f6f6] Running docker container ls --all --filter name=^code-web-3c062b711613161667f67957cb558336ea214ba8$ --quiet | xargs docker inspect --format '{{if .State.Health}}{{.State.Health.Status}}{{else}}{{.State.Status}}{{end}}' on 165.232.149.13
INFO [cd47f6f6] Finished in 0.821 seconds with exit status 0 (successful).
INFO container not unhealthy (healthy), retrying in 1s (attempt 1/7)...
INFO [87e5d927] Running docker container ls --all --filter name=^code-web-3c062b711613161667f67957cb558336ea214ba8$ --quiet | xargs docker inspect --format '{{if .State.Health}}{{.State.Health.Status}}{{else}}{{.State.Status}}{{end}}' on 165.232.149.13
INFO [87e5d927] Finished in 0.705 seconds with exit status 0 (successful).
INFO container not unhealthy (healthy), retrying in 2s (attempt 2/7)...
INFO [63f430a7] Running docker container ls --all --filter name=^code-web-3c062b711613161667f67957cb558336ea214ba8$ --quiet | xargs docker inspect --format '{{if .State.Health}}{{.State.Health.Status}}{{else}}{{.State.Status}}{{end}}' on 165.232.149.13
INFO [63f430a7] Finished in 1.401 seconds with exit status 0 (successful).
INFO Container is unhealthy!
INFO [5fa3e622] Running docker container ls --all --filter name=^code-web-3c062b711613161667f67957cb558336ea214ba8$ --quiet | xargs docker stop on 165.232.149.13
INFO [5fa3e622] Finished in 1.176 seconds with exit status 0 (successful).
Releasing the deploy lock...
Finished all in 680.3 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment