Created
February 17, 2026 21:40
-
-
Save cw6365/861b3b62b0bf54fabb38cac3410ae2a4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Travis CI | |
| There are no broadcasts | |
| Dashboard | |
| Changelog | |
| Documentation | |
| Chris Ward avatar | |
| E-sign / e-sign-api-v3 | |
| build:failed | |
| log scan | |
| log scan | |
| passing | |
| passing | |
| Current | |
| Branches | |
| Build History | |
| Pull Requests | |
| Log Scans | |
| Build #1490 | |
| Job #1490.2 | |
| More options | |
| master Merge pull request #488 from E-sign/issue/ESD-650_allow_90_d… | |
| Allow 90 Day Envelope Expiry | |
| Commit 4e474e8 | |
| Compare 227539e..4e474e8 | |
| Branch master | |
| Chris Ward avatar Chris Ward | |
| #1490.2 failed | |
| Ran for 4 min 30 sec | |
| 27 minutes ago | |
| Restart job | |
| Debug job | |
| AMD64 | |
| Ruby: 3.2.5 | |
| Git | |
| DATABASE_NAME=travisdb DATABASE_USERNAME=root DATABASE_PASSWORD="" | |
| Job log | |
| View config | |
| Scroll to Top Scroll to Bottom | |
| 0.00s0.19s0.12s0.08s0.00s | |
| worker_info | |
| Worker information | |
| 0.36s0.00s0.01s0.00s0.01s | |
| system_info | |
| Build system information | |
| 0.33sOK | |
| 0.00s0.12s0.01s1.02s0.00s0.14s6.04s0.00s4.18s0.00s2.69s | |
| docker_mtu_and_registry_mirrors | |
| Docker | |
| resolvconf | |
| services | |
| 4.22s$ sudo systemctl start mysql | |
| ssh_key | |
| Installing SSH key from: default repository key | |
| Using /home/travis/.netrc to clone repository. | |
| git.checkout | |
| 0.01s1.49s$ git clone --depth=50 --branch=master https://github.com/E-sign/e-sign-api-v3.git E-sign/e-sign-api-v3 | |
| 0.01s | |
| Setting environment variables from repository settings | |
| $ export encrypted_0580d0244aa8_key=[secure] | |
| $ export encrypted_0580d0244aa8_iv=[secure] | |
| $ export DEVISE_JWT_SECRET_KEY=[secure] | |
| $ export PIPEDRIVE_API_TOKEN=[secure] | |
| $ export ID3_USERNAME=[secure] | |
| $ export ID3_PASSWORD=[secure] | |
| $ export ID3_ENVIRONMENT=[secure] | |
| $ export ID3_PROFILE_ID=[secure] | |
| $ export TWILIO_ACCOUNT_SID=[secure] | |
| $ export TWILIO_AUTH_TOKEN=[secure] | |
| $ export TWILIO_NUMBER_FROM=[secure] | |
| $ export TWILIO_SERVICE=[secure] | |
| $ export OTP_ENCRYPT_KEY=[secure] | |
| $ export WEBFORM_APP_ID=[secure] | |
| $ export HUBSPOT_API_TOKEN=[secure] | |
| Setting environment variables from .travis.yml | |
| $ export DATABASE_NAME=travisdb | |
| $ export DATABASE_USERNAME=root | |
| $ export DATABASE_PASSWORD="" | |
| rvm | |
| 5.54s$ rvm get head | |
| $ export BUNDLE_GEMFILE=$PWD/Gemfile | |
| cache.1 | |
| Setting up build cache | |
| cache.bundler | |
| 0.00s14.93sadding /home/travis/build/E-sign/e-sign-api-v3/vendor/bundle to cache | |
| ruby.versions | |
| $ ruby --version | |
| before_install.1 | |
| 0.02s$ openssl aes-256-cbc -K $encrypted_0580d0244aa8_key -iv $encrypted_0580d0244aa8_iv -in semaphore.enc -out ~/.ssh/semaphore -d | |
| before_install.2 | |
| 0.03s$ mysql -e "CREATE DATABASE travisdb" | |
| install.1 | |
| 0.75s$ gem install bundler -v 2.5.18 | |
| install.2 | |
| 0.16s$ bundle config set specific_platform true | |
| install.3 | |
| 0.16s$ bundle config set --local path 'vendor/bundle' | |
| install.4 | |
| 0.59s$ bundle install | |
| install.5 | |
| 21.87s$ bundle exec rails db:schema:load | |
| install.6 | |
| 1.70s$ bundle exec rails db:migrate | |
| install.7 | |
| 1.34s$ bundle exec rails db:seed RAILS_ENV=test | |
| install.8 | |
| 0.56s$ gem install concurrent-ruby -v 1.3.4 | |
| 146.44s$ if [[ $TRAVIS_BRANCH == 'dev' && $TRAVIS_PULL_REQUEST == 'false' ]]; then | |
| bundle exec cap dev deploy | |
| elif [[ $TRAVIS_BRANCH == 'sandbox' && $TRAVIS_PULL_REQUEST == 'false' ]]; then | |
| bundle exec cap sandbox deploy | |
| elif [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then | |
| bundle exec cap production deploy | |
| fi | |
| DEBUG [68d16371] Running /usr/bin/env which passenger as [email protected] | |
| DEBUG [68d16371] Command: /usr/bin/env which passenger | |
| DEBUG [dd031337] Running /usr/bin/env which passenger as [email protected] | |
| DEBUG [dd031337] Command: /usr/bin/env which passenger | |
| DEBUG [d001f780] Running /usr/bin/env which passenger as [email protected] | |
| DEBUG [d001f780] Command: /usr/bin/env which passenger | |
| DEBUG [9fdc09a6] Running /usr/bin/env which passenger as [email protected] | |
| DEBUG [9fdc09a6] Command: /usr/bin/env which passenger | |
| DEBUG [9fdc09a6] /usr/bin/passenger | |
| DEBUG [9fdc09a6] Finished in 1.869 seconds with exit status 0 (successful). | |
| DEBUG [68d16371] /usr/bin/passenger | |
| DEBUG [68d16371] Finished in 1.904 seconds with exit status 0 (successful). | |
| DEBUG [dd031337] /usr/bin/passenger | |
| DEBUG [dd031337] Finished in 2.343 seconds with exit status 0 (successful). | |
| DEBUG [d001f780] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [d001f780] /usr/bin/passenger | |
| DEBUG [d001f780] Finished in 2.824 seconds with exit status 0 (successful). | |
| DEBUG [713db92f] Running [ -d ~/.rvm ] as [email protected] | |
| DEBUG [713db92f] Command: [ -d ~/.rvm ] | |
| DEBUG [0ff139d6] Running [ -d ~/.rvm ] as [email protected] | |
| DEBUG [0ff139d6] Command: [ -d ~/.rvm ] | |
| DEBUG [85264889] Running [ -d ~/.rvm ] as [email protected] | |
| DEBUG [85264889] Command: [ -d ~/.rvm ] | |
| DEBUG [d04d48b9] Running [ -d ~/.rvm ] as [email protected] | |
| DEBUG [d04d48b9] Command: [ -d ~/.rvm ] | |
| DEBUG [713db92f] Finished in 0.352 seconds with exit status 1 (failed). | |
| DEBUG [c98bde86] Running [ -d /usr/local/rvm ] as [email protected] | |
| DEBUG [c98bde86] Command: [ -d /usr/local/rvm ] | |
| DEBUG [d04d48b9] Finished in 0.358 seconds with exit status 1 (failed). | |
| DEBUG [9bb59286] Running [ -d /usr/local/rvm ] as [email protected] | |
| DEBUG [9bb59286] Command: [ -d /usr/local/rvm ] | |
| DEBUG [0ff139d6] Finished in 0.420 seconds with exit status 1 (failed). | |
| DEBUG [c7cc86eb] Running [ -d /usr/local/rvm ] as [email protected] | |
| DEBUG [c7cc86eb] Command: [ -d /usr/local/rvm ] | |
| DEBUG [85264889] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [85264889] Finished in 0.594 seconds with exit status 1 (failed). | |
| DEBUG [b1087617] Running [ -d /usr/local/rvm ] as [email protected] | |
| DEBUG [b1087617] Command: [ -d /usr/local/rvm ] | |
| DEBUG [c98bde86] Finished in 0.507 seconds with exit status 0 (successful). | |
| DEBUG [9bb59286] Finished in 0.510 seconds with exit status 0 (successful). | |
| DEBUG [c7cc86eb] Finished in 0.584 seconds with exit status 0 (successful). | |
| DEBUG [b1087617] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [b1087617] Finished in 0.590 seconds with exit status 0 (successful). | |
| DEBUG [864d32fa] Running /usr/local/rvm/bin/rvm version as [email protected] | |
| DEBUG [864d32fa] Command: /usr/local/rvm/bin/rvm version | |
| DEBUG [c156d141] Running /usr/local/rvm/bin/rvm version as [email protected] | |
| DEBUG [c156d141] Command: /usr/local/rvm/bin/rvm version | |
| DEBUG [2fdbbf04] Running /usr/local/rvm/bin/rvm version as [email protected] | |
| DEBUG [2fdbbf04] Command: /usr/local/rvm/bin/rvm version | |
| DEBUG [7bc4f2a7] Running /usr/local/rvm/bin/rvm version as [email protected] | |
| DEBUG [7bc4f2a7] Command: /usr/local/rvm/bin/rvm version | |
| DEBUG [864d32fa] rvm 1.29.12 (latest) by Michal Papis, Piotr Kuczynski, Wayne E. Seguin [https://rvm.io] | |
| DEBUG [864d32fa] Finished in 0.495 seconds with exit status 0 (successful). | |
| rvm 1.29.12 (latest) by Michal Papis, Piotr Kuczynski, Wayne E. Seguin [https://rvm.io] | |
| DEBUG [a43c4f1e] Running /usr/local/rvm/bin/rvm current as [email protected] | |
| DEBUG [a43c4f1e] Command: /usr/local/rvm/bin/rvm current | |
| DEBUG [7bc4f2a7] rvm 1.29.12 (latest) by Michal Papis, Piotr Kuczynski, Wayne E. Seguin [https://rvm.io] | |
| DEBUG [7bc4f2a7] Finished in 0.504 seconds with exit status 0 (successful). | |
| rvm 1.29.12 (latest) by Michal Papis, Piotr Kuczynski, Wayne E. Seguin [https://rvm.io] | |
| DEBUG [917c1d07] Running /usr/local/rvm/bin/rvm current as [email protected] | |
| DEBUG [917c1d07] Command: /usr/local/rvm/bin/rvm current | |
| DEBUG [c156d141] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [2fdbbf04] rvm 1.29.12 (latest) by Michal Papis, Piotr Kuczynski, Wayne E. Seguin [https://rvm.io] | |
| DEBUG [2fdbbf04] Finished in 0.603 seconds with exit status 0 (successful). | |
| rvm 1.29.12 (latest) by Michal Papis, Piotr Kuczynski, Wayne E. Seguin [https://rvm.io] | |
| DEBUG [94c660d0] Running /usr/local/rvm/bin/rvm current as [email protected] | |
| DEBUG [94c660d0] Command: /usr/local/rvm/bin/rvm current | |
| DEBUG [c156d141] rvm 1.29.12 (latest) by Michal Papis, Piotr Kuczynski, Wayne E. Seguin [https://rvm.io] | |
| DEBUG [c156d141] Finished in 0.787 seconds with exit status 0 (successful). | |
| rvm 1.29.12 (latest) by Michal Papis, Piotr Kuczynski, Wayne E. Seguin [https://rvm.io] | |
| DEBUG [6f03a828] Running /usr/local/rvm/bin/rvm current as [email protected] | |
| DEBUG [6f03a828] Command: /usr/local/rvm/bin/rvm current | |
| DEBUG [a43c4f1e] ruby-3.2.5 | |
| DEBUG [a43c4f1e] Finished in 0.644 seconds with exit status 0 (successful). | |
| ruby-3.2.5 | |
| DEBUG [bdceaf9b] Running /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do ruby --version as [email protected] | |
| DEBUG [bdceaf9b] Command: /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do ruby --version | |
| DEBUG [917c1d07] ruby-3.2.5 | |
| DEBUG [917c1d07] Finished in 0.655 seconds with exit status 0 (successful). | |
| ruby-3.2.5 | |
| DEBUG [d3ef1ce8] Running /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do ruby --version as [email protected] | |
| DEBUG [d3ef1ce8] Command: /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do ruby --version | |
| DEBUG [94c660d0] ruby-3.2.5 | |
| DEBUG [94c660d0] Finished in 0.752 seconds with exit status 0 (successful). | |
| ruby-3.2.5 | |
| DEBUG [e95323e3] Running /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do ruby --version as [email protected] | |
| DEBUG [e95323e3] Command: /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do ruby --version | |
| DEBUG [6f03a828] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [6f03a828] ruby-3.2.5 | |
| DEBUG [6f03a828] Finished in 0.760 seconds with exit status 0 (successful). | |
| ruby-3.2.5 | |
| DEBUG [5c329720] Running /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do ruby --version as [email protected] | |
| DEBUG [5c329720] Command: /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do ruby --version | |
| DEBUG [bdceaf9b] ruby 3.2.5 (2024-07-26 revision 31d0f1a2e7) [x86_64-linux] | |
| DEBUG [bdceaf9b] Finished in 0.814 seconds with exit status 0 (successful). | |
| ruby 3.2.5 (2024-07-26 revision 31d0f1a2e7) [x86_64-linux] | |
| DEBUG [d3ef1ce8] ruby 3.2.5 (2024-07-26 revision 31d0f1a2e7) [x86_64-linux] | |
| DEBUG [d3ef1ce8] Finished in 0.829 seconds with exit status 0 (successful). | |
| ruby 3.2.5 (2024-07-26 revision 31d0f1a2e7) [x86_64-linux] | |
| DEBUG [5c329720] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [e95323e3] ruby 3.2.5 (2024-07-26 revision 31d0f1a2e7) [x86_64-linux] | |
| DEBUG [e95323e3] Finished in 1.007 seconds with exit status 0 (successful). | |
| ruby 3.2.5 (2024-07-26 revision 31d0f1a2e7) [x86_64-linux] | |
| DEBUG [5c329720] ruby 3.2.5 (2024-07-26 revision 31d0f1a2e7) [x86_64-linux] | |
| DEBUG [5c329720] Finished in 0.965 seconds with exit status 0 (successful). | |
| ruby 3.2.5 (2024-07-26 revision 31d0f1a2e7) [x86_64-linux] | |
| DEBUG [c1d5d5a2] Running /usr/bin/env echo /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle as [email protected] | |
| DEBUG [c1d5d5a2] Command: /usr/bin/env echo /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle | |
| DEBUG [929db6ef] Running /usr/bin/env echo /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle as [email protected] | |
| DEBUG [929db6ef] Command: /usr/bin/env echo /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle | |
| DEBUG [5ccea150] Running /usr/bin/env echo /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle as [email protected] | |
| DEBUG [5ccea150] Command: /usr/bin/env echo /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle | |
| DEBUG [22e032c9] Running /usr/bin/env echo /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle as [email protected] | |
| DEBUG [22e032c9] Command: /usr/bin/env echo /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle | |
| DEBUG [5ccea150] /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle | |
| DEBUG [5ccea150] Finished in 0.353 seconds with exit status 0 (successful). | |
| DEBUG [c1d5d5a2] /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle | |
| DEBUG [c1d5d5a2] Finished in 0.365 seconds with exit status 0 (successful). | |
| DEBUG [22e032c9] /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle | |
| DEBUG [22e032c9] Finished in 0.430 seconds with exit status 0 (successful). | |
| DEBUG [929db6ef] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [929db6ef] /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle | |
| DEBUG [929db6ef] Finished in 0.591 seconds with exit status 0 (successful). | |
| DEBUG Uploading /tmp/[email protected] 0.0% | |
| DEBUG Uploading /tmp/[email protected] 0.0% | |
| INFO Uploading /tmp/[email protected] 100.0% | |
| INFO Uploading /tmp/[email protected] 100.0% | |
| DEBUG Uploading /tmp/[email protected] 0.0% | |
| INFO Uploading /tmp/[email protected] 100.0% | |
| DEBUG Uploading /tmp/[email protected] 0.0% | |
| INFO Uploading /tmp/[email protected] 100.0% | |
| INFO [20259d87] Running /usr/bin/env sudo mv /tmp/[email protected] /etc/systemd/system/[email protected] as [email protected] | |
| DEBUG [20259d87] Command: /usr/bin/env sudo mv /tmp/[email protected] /etc/systemd/system/[email protected] | |
| INFO [61ec4851] Running /usr/bin/env sudo mv /tmp/[email protected] /etc/systemd/system/[email protected] as [email protected] | |
| DEBUG [61ec4851] Command: /usr/bin/env sudo mv /tmp/[email protected] /etc/systemd/system/[email protected] | |
| INFO [11c16ca7] Running /usr/bin/env sudo mv /tmp/[email protected] /etc/systemd/system/[email protected] as [email protected] | |
| DEBUG [11c16ca7] Command: /usr/bin/env sudo mv /tmp/[email protected] /etc/systemd/system/[email protected] | |
| INFO [dab2dfd6] Running /usr/bin/env sudo mv /tmp/[email protected] /etc/systemd/system/[email protected] as [email protected] | |
| DEBUG [dab2dfd6] Command: /usr/bin/env sudo mv /tmp/[email protected] /etc/systemd/system/[email protected] | |
| INFO [20259d87] Finished in 0.522 seconds with exit status 0 (successful). | |
| INFO [29fe7b16] Running /usr/bin/env sudo systemctl daemon-reload as [email protected] | |
| DEBUG [29fe7b16] Command: /usr/bin/env sudo systemctl daemon-reload | |
| INFO [61ec4851] Finished in 0.521 seconds with exit status 0 (successful). | |
| INFO [6597b53b] Running /usr/bin/env sudo systemctl daemon-reload as [email protected] | |
| DEBUG [6597b53b] Command: /usr/bin/env sudo systemctl daemon-reload | |
| INFO [11c16ca7] Finished in 0.668 seconds with exit status 0 (successful). | |
| INFO [5f61ba8a] Running /usr/bin/env sudo systemctl daemon-reload as [email protected] | |
| DEBUG [5f61ba8a] Command: /usr/bin/env sudo systemctl daemon-reload | |
| DEBUG [dab2dfd6] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [dab2dfd6] Finished in 0.666 seconds with exit status 0 (successful). | |
| INFO [b285aea7] Running /usr/bin/env sudo systemctl daemon-reload as [email protected] | |
| DEBUG [b285aea7] Command: /usr/bin/env sudo systemctl daemon-reload | |
| INFO [29fe7b16] Finished in 0.737 seconds with exit status 0 (successful). | |
| INFO [6597b53b] Finished in 0.763 seconds with exit status 0 (successful). | |
| DEBUG [b285aea7] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG Uploading /tmp/[email protected] 0.0% | |
| DEBUG Uploading /tmp/[email protected] 0.0% | |
| INFO Uploading /tmp/[email protected] 100.0% | |
| INFO Uploading /tmp/[email protected] 100.0% | |
| INFO [c3e10aba] Running /usr/bin/env sudo mv /tmp/[email protected] /etc/systemd/system/[email protected] as [email protected] | |
| DEBUG [c3e10aba] Command: /usr/bin/env sudo mv /tmp/[email protected] /etc/systemd/system/[email protected] | |
| INFO [e77cbacd] Running /usr/bin/env sudo mv /tmp/[email protected] /etc/systemd/system/[email protected] as [email protected] | |
| DEBUG [e77cbacd] Command: /usr/bin/env sudo mv /tmp/[email protected] /etc/systemd/system/[email protected] | |
| INFO [5f61ba8a] Finished in 1.573 seconds with exit status 0 (successful). | |
| INFO [c3e10aba] Finished in 0.518 seconds with exit status 0 (successful). | |
| INFO [f4b7199f] Running /usr/bin/env sudo systemctl daemon-reload as [email protected] | |
| DEBUG [f4b7199f] Command: /usr/bin/env sudo systemctl daemon-reload | |
| INFO [e77cbacd] Finished in 0.535 seconds with exit status 0 (successful). | |
| INFO [7bbdc0a4] Running /usr/bin/env sudo systemctl daemon-reload as [email protected] | |
| DEBUG [7bbdc0a4] Command: /usr/bin/env sudo systemctl daemon-reload | |
| INFO [b285aea7] Finished in 1.831 seconds with exit status 0 (successful). | |
| DEBUG Uploading /tmp/[email protected] 0.0% | |
| INFO Uploading /tmp/[email protected] 100.0% | |
| DEBUG Uploading /tmp/[email protected] 0.0% | |
| INFO [f4b7199f] Finished in 0.727 seconds with exit status 0 (successful). | |
| INFO [7f89caa0] Running /usr/bin/env sudo systemctl enable sidekiq_esign_prod@1 as [email protected] | |
| DEBUG [7f89caa0] Command: /usr/bin/env sudo systemctl enable sidekiq_esign_prod@1 | |
| INFO [35f17dd9] Running /usr/bin/env sudo mv /tmp/[email protected] /etc/systemd/system/[email protected] as [email protected] | |
| DEBUG [35f17dd9] Command: /usr/bin/env sudo mv /tmp/[email protected] /etc/systemd/system/[email protected] | |
| INFO [7bbdc0a4] Finished in 0.742 seconds with exit status 0 (successful). | |
| INFO [81977752] Running /usr/bin/env sudo systemctl enable sidekiq_esign_prod@1 as [email protected] | |
| DEBUG [81977752] Command: /usr/bin/env sudo systemctl enable sidekiq_esign_prod@1 | |
| INFO Uploading /tmp/[email protected] 100.0% | |
| INFO [fc81074f] Running /usr/bin/env sudo mv /tmp/[email protected] /etc/systemd/system/[email protected] as [email protected] | |
| DEBUG [fc81074f] Command: /usr/bin/env sudo mv /tmp/[email protected] /etc/systemd/system/[email protected] | |
| INFO [35f17dd9] Finished in 0.599 seconds with exit status 0 (successful). | |
| INFO [008e3816] Running /usr/bin/env sudo systemctl daemon-reload as [email protected] | |
| DEBUG [008e3816] Command: /usr/bin/env sudo systemctl daemon-reload | |
| INFO [7f89caa0] Finished in 0.723 seconds with exit status 0 (successful). | |
| INFO [a0c6c71b] Running /usr/bin/env sudo systemctl enable sidekiq_esign_prod@2 as [email protected] | |
| DEBUG [a0c6c71b] Command: /usr/bin/env sudo systemctl enable sidekiq_esign_prod@2 | |
| INFO [81977752] Finished in 0.745 seconds with exit status 0 (successful). | |
| INFO [ab7f306e] Running /usr/bin/env sudo systemctl enable sidekiq_esign_prod@2 as [email protected] | |
| DEBUG [ab7f306e] Command: /usr/bin/env sudo systemctl enable sidekiq_esign_prod@2 | |
| DEBUG [fc81074f] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [fc81074f] Finished in 0.606 seconds with exit status 0 (successful). | |
| INFO [b96df315] Running /usr/bin/env sudo systemctl daemon-reload as [email protected] | |
| DEBUG [b96df315] Command: /usr/bin/env sudo systemctl daemon-reload | |
| INFO [008e3816] Finished in 0.763 seconds with exit status 0 (successful). | |
| INFO [24921bbd] Running /usr/bin/env sudo systemctl enable sidekiq_esign_prod@1 as [email protected] | |
| DEBUG [24921bbd] Command: /usr/bin/env sudo systemctl enable sidekiq_esign_prod@1 | |
| INFO [a0c6c71b] Finished in 0.726 seconds with exit status 0 (successful). | |
| INFO [ab7f306e] Finished in 0.745 seconds with exit status 0 (successful). | |
| DEBUG [b96df315] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [b96df315] Finished in 0.763 seconds with exit status 0 (successful). | |
| INFO [08b38e61] Running /usr/bin/env sudo systemctl enable sidekiq_esign_prod@1 as [email protected] | |
| DEBUG [08b38e61] Command: /usr/bin/env sudo systemctl enable sidekiq_esign_prod@1 | |
| INFO [24921bbd] Finished in 0.767 seconds with exit status 0 (successful). | |
| INFO [004d4b68] Running /usr/bin/env sudo systemctl enable sidekiq_esign_prod@2 as [email protected] | |
| DEBUG [004d4b68] Command: /usr/bin/env sudo systemctl enable sidekiq_esign_prod@2 | |
| DEBUG [08b38e61] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [08b38e61] Finished in 0.771 seconds with exit status 0 (successful). | |
| INFO [b5928362] Running /usr/bin/env sudo systemctl enable sidekiq_esign_prod@2 as [email protected] | |
| DEBUG [b5928362] Command: /usr/bin/env sudo systemctl enable sidekiq_esign_prod@2 | |
| INFO [004d4b68] Finished in 0.769 seconds with exit status 0 (successful). | |
| DEBUG [b5928362] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [b5928362] Finished in 0.773 seconds with exit status 0 (successful). | |
| INFO [8c2b7cd7] Running /usr/bin/env mkdir -p /tmp as [email protected] | |
| DEBUG [8c2b7cd7] Command: /usr/bin/env mkdir -p /tmp | |
| INFO [76493d7c] Running /usr/bin/env mkdir -p /tmp as [email protected] | |
| DEBUG [76493d7c] Command: /usr/bin/env mkdir -p /tmp | |
| INFO [7cdfcfc5] Running /usr/bin/env mkdir -p /tmp as [email protected] | |
| DEBUG [7cdfcfc5] Command: /usr/bin/env mkdir -p /tmp | |
| INFO [585e0b7f] Running /usr/bin/env mkdir -p /tmp as [email protected] | |
| DEBUG [585e0b7f] Command: /usr/bin/env mkdir -p /tmp | |
| INFO [585e0b7f] Finished in 0.355 seconds with exit status 0 (successful). | |
| INFO [76493d7c] Finished in 0.358 seconds with exit status 0 (successful). | |
| INFO [8c2b7cd7] Finished in 0.423 seconds with exit status 0 (successful). | |
| DEBUG [7cdfcfc5] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [7cdfcfc5] Finished in 0.593 seconds with exit status 0 (successful). | |
| DEBUG Uploading /tmp/git-ssh-0eb6dc1c072ea167219f.sh 0.0% | |
| DEBUG Uploading /tmp/git-ssh-0eb6dc1c072ea167219f.sh 0.0% | |
| INFO Uploading /tmp/git-ssh-0eb6dc1c072ea167219f.sh 100.0% | |
| INFO Uploading /tmp/git-ssh-0eb6dc1c072ea167219f.sh 100.0% | |
| DEBUG Uploading /tmp/git-ssh-0eb6dc1c072ea167219f.sh 0.0% | |
| INFO Uploading /tmp/git-ssh-0eb6dc1c072ea167219f.sh 100.0% | |
| DEBUG Uploading /tmp/git-ssh-0eb6dc1c072ea167219f.sh 0.0% | |
| INFO Uploading /tmp/git-ssh-0eb6dc1c072ea167219f.sh 100.0% | |
| INFO [b7405771] Running /usr/bin/env chmod 700 /tmp/git-ssh-0eb6dc1c072ea167219f.sh as [email protected] | |
| DEBUG [b7405771] Command: /usr/bin/env chmod 700 /tmp/git-ssh-0eb6dc1c072ea167219f.sh | |
| INFO [dc5aad64] Running /usr/bin/env chmod 700 /tmp/git-ssh-0eb6dc1c072ea167219f.sh as [email protected] | |
| DEBUG [dc5aad64] Command: /usr/bin/env chmod 700 /tmp/git-ssh-0eb6dc1c072ea167219f.sh | |
| INFO [8444abc4] Running /usr/bin/env chmod 700 /tmp/git-ssh-0eb6dc1c072ea167219f.sh as [email protected] | |
| DEBUG [8444abc4] Command: /usr/bin/env chmod 700 /tmp/git-ssh-0eb6dc1c072ea167219f.sh | |
| INFO [6160a34e] Running /usr/bin/env chmod 700 /tmp/git-ssh-0eb6dc1c072ea167219f.sh as [email protected] | |
| DEBUG [6160a34e] Command: /usr/bin/env chmod 700 /tmp/git-ssh-0eb6dc1c072ea167219f.sh | |
| INFO [b7405771] Finished in 0.508 seconds with exit status 0 (successful). | |
| INFO [dc5aad64] Finished in 0.514 seconds with exit status 0 (successful). | |
| INFO [8444abc4] Finished in 0.587 seconds with exit status 0 (successful). | |
| DEBUG [6160a34e] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [6160a34e] Finished in 0.596 seconds with exit status 0 (successful). | |
| INFO [293148fe] Running /usr/bin/env git ls-remote [email protected]:E-sign/e-sign-api-v3.git HEAD as [email protected] | |
| DEBUG [293148fe] Command: ( export GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-0eb6dc1c072ea167219f.sh" ; /usr/bin/env git ls-remote [email protected]:E-sign/e-sign-api-v3.git HEAD ) | |
| INFO [cc502495] Running /usr/bin/env git ls-remote [email protected]:E-sign/e-sign-api-v3.git HEAD as [email protected] | |
| DEBUG [cc502495] Command: ( export GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-0eb6dc1c072ea167219f.sh" ; /usr/bin/env git ls-remote [email protected]:E-sign/e-sign-api-v3.git HEAD ) | |
| INFO [515e19f7] Running /usr/bin/env git ls-remote [email protected]:E-sign/e-sign-api-v3.git HEAD as [email protected] | |
| DEBUG [515e19f7] Command: ( export GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-0eb6dc1c072ea167219f.sh" ; /usr/bin/env git ls-remote [email protected]:E-sign/e-sign-api-v3.git HEAD ) | |
| INFO [482b7a15] Running /usr/bin/env git ls-remote [email protected]:E-sign/e-sign-api-v3.git HEAD as [email protected] | |
| DEBUG [482b7a15] Command: ( export GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-0eb6dc1c072ea167219f.sh" ; /usr/bin/env git ls-remote [email protected]:E-sign/e-sign-api-v3.git HEAD ) | |
| DEBUG [293148fe] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [cc502495] @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ | |
| @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! | |
| Someone could be eavesdropping on you right now (man-in-the-middle attack)! | |
| It is also possible that a host key has just been changed. | |
| The fingerprint for the RSA key sent by the remote host is | |
| SHA256:uNiVztksCsDhcc0u9e8BujQXVUpKZIDTMczCvj3tD2s. | |
| Please contact your system administrator. | |
| DEBUG [cc502495] Add correct host key in /home/esign/.ssh/known_hosts to get rid of this message. | |
| Offending RSA key in /home/esign/.ssh/known_hosts:1 | |
| Keyboard-interactive authentication is disabled to avoid man-in-the-middle attacks. | |
| UpdateHostkeys is disabled because the host key is not trusted. | |
| DEBUG [482b7a15] @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ | |
| @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! | |
| Someone could be eavesdropping on you right now (man-in-the-middle attack)! | |
| It is also possible that a host key has just been changed. | |
| The fingerprint for the RSA key sent by the remote host is | |
| SHA256:uNiVztksCsDhcc0u9e8BujQXVUpKZIDTMczCvj3tD2s. | |
| Please contact your system administrator. | |
| Add correct host key in /home/esign/.ssh/known_hosts to get rid of this message. | |
| Offending RSA key in /home/esign/.ssh/known_hosts:1 | |
| Keyboard-interactive authentication is disabled to avoid man-in-the-middle attacks. | |
| UpdateHostkeys is disabled because the host key is not trusted. | |
| DEBUG [293148fe] @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ | |
| @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! | |
| Someone could be eavesdropping on you right now (man-in-the-middle attack)! | |
| It is also possible that a host key has just been changed. | |
| The fingerprint for the RSA key sent by the remote host is | |
| SHA256:uNiVztksCsDhcc0u9e8BujQXVUpKZIDTMczCvj3tD2s. | |
| Please contact your system administrator. | |
| Add correct host key in /home/esign/.ssh/known_hosts to get rid of this message. | |
| Offending RSA key in /home/esign/.ssh/known_hosts:1 | |
| Keyboard-interactive authentication is disabled to avoid man-in-the-middle attacks. | |
| UpdateHostkeys is disabled because the host key is not trusted. | |
| DEBUG [cc502495] ebf5e3425396d7f262b4e80fc7e49f18e125fc8b HEAD | |
| INFO [cc502495] Finished in 2.006 seconds with exit status 0 (successful). | |
| DEBUG [482b7a15] ebf5e3425396d7f262b4e80fc7e49f18e125fc8b HEAD | |
| INFO [482b7a15] Finished in 2.111 seconds with exit status 0 (successful). | |
| DEBUG [293148fe] ebf5e3425396d7f262b4e80fc7e49f18e125fc8b HEAD | |
| INFO [293148fe] Finished in 2.323 seconds with exit status 0 (successful). | |
| DEBUG [515e19f7] ebf5e3425396d7f262b4e80fc7e49f18e125fc8b HEAD | |
| INFO [515e19f7] Finished in 2.563 seconds with exit status 0 (successful). | |
| INFO [49e654ad] Running /usr/bin/env mkdir -p /home/esign/api3-0/shared /home/esign/api3-0/releases as [email protected] | |
| DEBUG [49e654ad] Command: /usr/bin/env mkdir -p /home/esign/api3-0/shared /home/esign/api3-0/releases | |
| INFO [6e563144] Running /usr/bin/env mkdir -p /home/esign/api3-0/shared /home/esign/api3-0/releases as [email protected] | |
| DEBUG [6e563144] Command: /usr/bin/env mkdir -p /home/esign/api3-0/shared /home/esign/api3-0/releases | |
| INFO [bd2b00ac] Running /usr/bin/env mkdir -p /home/esign/api3-0/shared /home/esign/api3-0/releases as [email protected] | |
| DEBUG [bd2b00ac] Command: /usr/bin/env mkdir -p /home/esign/api3-0/shared /home/esign/api3-0/releases | |
| INFO [c3f6fbdc] Running /usr/bin/env mkdir -p /home/esign/api3-0/shared /home/esign/api3-0/releases as [email protected] | |
| DEBUG [c3f6fbdc] Command: /usr/bin/env mkdir -p /home/esign/api3-0/shared /home/esign/api3-0/releases | |
| INFO [c3f6fbdc] Finished in 0.359 seconds with exit status 0 (successful). | |
| INFO [bd2b00ac] Finished in 0.359 seconds with exit status 0 (successful). | |
| DEBUG [6e563144] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [6e563144] Finished in 0.447 seconds with exit status 0 (successful). | |
| INFO [49e654ad] Finished in 0.586 seconds with exit status 0 (successful). | |
| INFO [8c046dd9] Running /usr/bin/env mkdir -p /home/esign/api3-0/shared/log /home/esign/api3-0/shared/tmp/pids /home/esign/api3-0/shared/tmp/cache /home/esign/api3-0/shared/tmp/sockets /home/esign/api3-0/shared/vendor/bundle /home/esign/api3-0/shared/public/system as [email protected] | |
| DEBUG [8c046dd9] Command: /usr/bin/env mkdir -p /home/esign/api3-0/shared/log /home/esign/api3-0/shared/tmp/pids /home/esign/api3-0/shared/tmp/cache /home/esign/api3-0/shared/tmp/sockets /home/esign/api3-0/shared/vendor/bundle /home/esign/api3-0/shared/public/system | |
| INFO [2c8f7f32] Running /usr/bin/env mkdir -p /home/esign/api3-0/shared/log /home/esign/api3-0/shared/tmp/pids /home/esign/api3-0/shared/tmp/cache /home/esign/api3-0/shared/tmp/sockets /home/esign/api3-0/shared/vendor/bundle /home/esign/api3-0/shared/public/system as [email protected] | |
| DEBUG [2c8f7f32] Command: /usr/bin/env mkdir -p /home/esign/api3-0/shared/log /home/esign/api3-0/shared/tmp/pids /home/esign/api3-0/shared/tmp/cache /home/esign/api3-0/shared/tmp/sockets /home/esign/api3-0/shared/vendor/bundle /home/esign/api3-0/shared/public/system | |
| INFO [db68d59b] Running /usr/bin/env mkdir -p /home/esign/api3-0/shared/log /home/esign/api3-0/shared/tmp/pids /home/esign/api3-0/shared/tmp/cache /home/esign/api3-0/shared/tmp/sockets /home/esign/api3-0/shared/vendor/bundle /home/esign/api3-0/shared/public/system as [email protected] | |
| DEBUG [db68d59b] Command: /usr/bin/env mkdir -p /home/esign/api3-0/shared/log /home/esign/api3-0/shared/tmp/pids /home/esign/api3-0/shared/tmp/cache /home/esign/api3-0/shared/tmp/sockets /home/esign/api3-0/shared/vendor/bundle /home/esign/api3-0/shared/public/system | |
| INFO [8befb7c2] Running /usr/bin/env mkdir -p /home/esign/api3-0/shared/log /home/esign/api3-0/shared/tmp/pids /home/esign/api3-0/shared/tmp/cache /home/esign/api3-0/shared/tmp/sockets /home/esign/api3-0/shared/vendor/bundle /home/esign/api3-0/shared/public/system as [email protected] | |
| DEBUG [8befb7c2] Command: /usr/bin/env mkdir -p /home/esign/api3-0/shared/log /home/esign/api3-0/shared/tmp/pids /home/esign/api3-0/shared/tmp/cache /home/esign/api3-0/shared/tmp/sockets /home/esign/api3-0/shared/vendor/bundle /home/esign/api3-0/shared/public/system | |
| INFO [db68d59b] Finished in 0.353 seconds with exit status 0 (successful). | |
| INFO [8befb7c2] Finished in 0.369 seconds with exit status 0 (successful). | |
| DEBUG [2c8f7f32] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [2c8f7f32] Finished in 0.464 seconds with exit status 0 (successful). | |
| INFO [8c046dd9] Finished in 0.585 seconds with exit status 0 (successful). | |
| INFO [ebb27d8a] Running /usr/bin/env mkdir -p /home/esign/api3-0/shared/config /home/esign/api3-0/shared as [email protected] | |
| DEBUG [ebb27d8a] Command: /usr/bin/env mkdir -p /home/esign/api3-0/shared/config /home/esign/api3-0/shared | |
| INFO [d438c283] Running /usr/bin/env mkdir -p /home/esign/api3-0/shared/config /home/esign/api3-0/shared as [email protected] | |
| DEBUG [d438c283] Command: /usr/bin/env mkdir -p /home/esign/api3-0/shared/config /home/esign/api3-0/shared | |
| INFO [84f2839d] Running /usr/bin/env mkdir -p /home/esign/api3-0/shared/config /home/esign/api3-0/shared as [email protected] | |
| DEBUG [84f2839d] Command: /usr/bin/env mkdir -p /home/esign/api3-0/shared/config /home/esign/api3-0/shared | |
| INFO [85cc6df5] Running /usr/bin/env mkdir -p /home/esign/api3-0/shared/config /home/esign/api3-0/shared as [email protected] | |
| DEBUG [85cc6df5] Command: /usr/bin/env mkdir -p /home/esign/api3-0/shared/config /home/esign/api3-0/shared | |
| INFO [ebb27d8a] Finished in 0.352 seconds with exit status 0 (successful). | |
| INFO [84f2839d] Finished in 0.358 seconds with exit status 0 (successful). | |
| DEBUG [d438c283] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [d438c283] Finished in 0.480 seconds with exit status 0 (successful). | |
| INFO [85cc6df5] Finished in 0.584 seconds with exit status 0 (successful). | |
| DEBUG [45eb37dc] Running [ -f /home/esign/api3-0/shared/config/database.yml ] as [email protected] | |
| DEBUG [45eb37dc] Command: [ -f /home/esign/api3-0/shared/config/database.yml ] | |
| DEBUG [1e8313cf] Running [ -f /home/esign/api3-0/shared/config/database.yml ] as [email protected] | |
| DEBUG [1e8313cf] Command: [ -f /home/esign/api3-0/shared/config/database.yml ] | |
| DEBUG [33f4d124] Running [ -f /home/esign/api3-0/shared/config/database.yml ] as [email protected] | |
| DEBUG [33f4d124] Command: [ -f /home/esign/api3-0/shared/config/database.yml ] | |
| DEBUG [aaf9cfc6] Running [ -f /home/esign/api3-0/shared/config/database.yml ] as [email protected] | |
| DEBUG [aaf9cfc6] Command: [ -f /home/esign/api3-0/shared/config/database.yml ] | |
| DEBUG [33f4d124] Finished in 0.350 seconds with exit status 0 (successful). | |
| DEBUG [679136e6] Running [ -f /home/esign/api3-0/shared/config/master.key ] as [email protected] | |
| DEBUG [679136e6] Command: [ -f /home/esign/api3-0/shared/config/master.key ] | |
| DEBUG [aaf9cfc6] Finished in 0.358 seconds with exit status 0 (successful). | |
| DEBUG [6e65d3b4] Running [ -f /home/esign/api3-0/shared/config/master.key ] as [email protected] | |
| DEBUG [6e65d3b4] Command: [ -f /home/esign/api3-0/shared/config/master.key ] | |
| DEBUG [45eb37dc] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [45eb37dc] Finished in 0.492 seconds with exit status 0 (successful). | |
| DEBUG [05561766] Running [ -f /home/esign/api3-0/shared/config/master.key ] as [email protected] | |
| DEBUG [05561766] Command: [ -f /home/esign/api3-0/shared/config/master.key ] | |
| DEBUG [1e8313cf] Finished in 0.583 seconds with exit status 0 (successful). | |
| DEBUG [d6e86428] Running [ -f /home/esign/api3-0/shared/config/master.key ] as [email protected] | |
| DEBUG [d6e86428] Command: [ -f /home/esign/api3-0/shared/config/master.key ] | |
| DEBUG [679136e6] Finished in 0.506 seconds with exit status 0 (successful). | |
| DEBUG [ccaaac6e] Running [ -f /home/esign/api3-0/shared/.env.production ] as [email protected] | |
| DEBUG [ccaaac6e] Command: [ -f /home/esign/api3-0/shared/.env.production ] | |
| DEBUG [6e65d3b4] Finished in 0.508 seconds with exit status 0 (successful). | |
| DEBUG [11a3c067] Running [ -f /home/esign/api3-0/shared/.env.production ] as [email protected] | |
| DEBUG [11a3c067] Command: [ -f /home/esign/api3-0/shared/.env.production ] | |
| DEBUG [05561766] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [05561766] Finished in 0.594 seconds with exit status 0 (successful). | |
| DEBUG [52056b50] Running [ -f /home/esign/api3-0/shared/.env.production ] as [email protected] | |
| DEBUG [52056b50] Command: [ -f /home/esign/api3-0/shared/.env.production ] | |
| DEBUG [d6e86428] Finished in 0.590 seconds with exit status 0 (successful). | |
| DEBUG [ab1cf160] Running [ -f /home/esign/api3-0/shared/.env.production ] as [email protected] | |
| DEBUG [ab1cf160] Command: [ -f /home/esign/api3-0/shared/.env.production ] | |
| DEBUG [ccaaac6e] Finished in 0.508 seconds with exit status 0 (successful). | |
| DEBUG [11a3c067] Finished in 0.509 seconds with exit status 0 (successful). | |
| DEBUG [52056b50] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [52056b50] Finished in 0.594 seconds with exit status 0 (successful). | |
| DEBUG [ab1cf160] Finished in 0.586 seconds with exit status 0 (successful). | |
| DEBUG [8ea6352c] Running [ -f /home/esign/api3-0/current/REVISION ] as [email protected] | |
| DEBUG [8ea6352c] Command: [ -f /home/esign/api3-0/current/REVISION ] | |
| DEBUG [cddac857] Running [ -f /home/esign/api3-0/current/REVISION ] as [email protected] | |
| DEBUG [cddac857] Command: [ -f /home/esign/api3-0/current/REVISION ] | |
| DEBUG [c83a5be2] Running [ -f /home/esign/api3-0/current/REVISION ] as [email protected] | |
| DEBUG [c83a5be2] Command: [ -f /home/esign/api3-0/current/REVISION ] | |
| DEBUG [d15622a1] Running [ -f /home/esign/api3-0/current/REVISION ] as [email protected] | |
| DEBUG [d15622a1] Command: [ -f /home/esign/api3-0/current/REVISION ] | |
| DEBUG [cddac857] Finished in 0.357 seconds with exit status 0 (successful). | |
| DEBUG [e0ecfac5] Running /usr/bin/env cat /home/esign/api3-0/current/REVISION 2>/dev/null as [email protected] | |
| DEBUG [e0ecfac5] Command: /usr/bin/env cat /home/esign/api3-0/current/REVISION 2>/dev/null | |
| DEBUG [d15622a1] Finished in 0.358 seconds with exit status 0 (successful). | |
| DEBUG [c5d391f1] Running /usr/bin/env cat /home/esign/api3-0/current/REVISION 2>/dev/null as [email protected] | |
| DEBUG [c5d391f1] Command: /usr/bin/env cat /home/esign/api3-0/current/REVISION 2>/dev/null | |
| DEBUG [c83a5be2] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [c83a5be2] Finished in 0.515 seconds with exit status 0 (successful). | |
| DEBUG [e61f536d] Running /usr/bin/env cat /home/esign/api3-0/current/REVISION 2>/dev/null as [email protected] | |
| DEBUG [e61f536d] Command: /usr/bin/env cat /home/esign/api3-0/current/REVISION 2>/dev/null | |
| DEBUG [8ea6352c] Finished in 0.584 seconds with exit status 0 (successful). | |
| DEBUG [2a0bb1c0] Running /usr/bin/env cat /home/esign/api3-0/current/REVISION 2>/dev/null as [email protected] | |
| DEBUG [2a0bb1c0] Command: /usr/bin/env cat /home/esign/api3-0/current/REVISION 2>/dev/null | |
| DEBUG [e0ecfac5] 227539eead929800af93cf2f0fc15e31bd2f72c1 | |
| DEBUG [e0ecfac5] Finished in 0.507 seconds with exit status 0 (successful). | |
| DEBUG [c5d391f1] 227539eead929800af93cf2f0fc15e31bd2f72c1 | |
| DEBUG [c5d391f1] Finished in 0.511 seconds with exit status 0 (successful). | |
| DEBUG [e61f536d] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [e61f536d] 227539eead929800af93cf2f0fc15e31bd2f72c1 | |
| DEBUG [e61f536d] Finished in 0.623 seconds with exit status 0 (successful). | |
| DEBUG [2a0bb1c0] 227539eead929800af93cf2f0fc15e31bd2f72c1 | |
| DEBUG [2a0bb1c0] Finished in 0.598 seconds with exit status 0 (successful). | |
| DEBUG [15101413] Running [ -f /home/esign/api3-0/current/REVISION_TIME ] as [email protected] | |
| DEBUG [15101413] Command: [ -f /home/esign/api3-0/current/REVISION_TIME ] | |
| DEBUG [e9aece2c] Running [ -f /home/esign/api3-0/current/REVISION_TIME ] as [email protected] | |
| DEBUG [e9aece2c] Command: [ -f /home/esign/api3-0/current/REVISION_TIME ] | |
| DEBUG [23751322] Running [ -f /home/esign/api3-0/current/REVISION_TIME ] as [email protected] | |
| DEBUG [23751322] Command: [ -f /home/esign/api3-0/current/REVISION_TIME ] | |
| DEBUG [c9e60abf] Running [ -f /home/esign/api3-0/current/REVISION_TIME ] as [email protected] | |
| DEBUG [c9e60abf] Command: [ -f /home/esign/api3-0/current/REVISION_TIME ] | |
| DEBUG [23751322] Finished in 0.349 seconds with exit status 0 (successful). | |
| DEBUG [687ef55a] Running /usr/bin/env cat /home/esign/api3-0/current/REVISION_TIME 2>/dev/null as [email protected] | |
| DEBUG [687ef55a] Command: /usr/bin/env cat /home/esign/api3-0/current/REVISION_TIME 2>/dev/null | |
| DEBUG [c9e60abf] Finished in 0.357 seconds with exit status 0 (successful). | |
| DEBUG [96199ca5] Running /usr/bin/env cat /home/esign/api3-0/current/REVISION_TIME 2>/dev/null as [email protected] | |
| DEBUG [96199ca5] Command: /usr/bin/env cat /home/esign/api3-0/current/REVISION_TIME 2>/dev/null | |
| DEBUG [15101413] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [15101413] Finished in 0.579 seconds with exit status 0 (successful). | |
| DEBUG [250a9012] Running /usr/bin/env cat /home/esign/api3-0/current/REVISION_TIME 2>/dev/null as [email protected] | |
| DEBUG [250a9012] Command: /usr/bin/env cat /home/esign/api3-0/current/REVISION_TIME 2>/dev/null | |
| DEBUG [e9aece2c] Finished in 0.584 seconds with exit status 0 (successful). | |
| DEBUG [1ddae81e] Running /usr/bin/env cat /home/esign/api3-0/current/REVISION_TIME 2>/dev/null as [email protected] | |
| DEBUG [1ddae81e] Command: /usr/bin/env cat /home/esign/api3-0/current/REVISION_TIME 2>/dev/null | |
| DEBUG [687ef55a] 1771198674 | |
| DEBUG [687ef55a] Finished in 0.507 seconds with exit status 0 (successful). | |
| DEBUG [96199ca5] 1771198674 | |
| DEBUG [96199ca5] Finished in 0.511 seconds with exit status 0 (successful). | |
| DEBUG [1ddae81e] 1771198674 | |
| DEBUG [1ddae81e] Finished in 0.586 seconds with exit status 0 (successful). | |
| DEBUG [250a9012] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [250a9012] 1771198674 | |
| DEBUG [250a9012] Finished in 0.622 seconds with exit status 0 (successful). | |
| INFO [9caa9109] Running /usr/bin/env sudo systemctl kill -s TSTP sidekiq_esign_prod@1 as [email protected] | |
| DEBUG [9caa9109] Command: /usr/bin/env sudo systemctl kill -s TSTP sidekiq_esign_prod@1 | |
| INFO [ec12f0b9] Running /usr/bin/env sudo systemctl kill -s TSTP sidekiq_esign_prod@1 as [email protected] | |
| DEBUG [ec12f0b9] Command: /usr/bin/env sudo systemctl kill -s TSTP sidekiq_esign_prod@1 | |
| INFO [1f3b60bf] Running /usr/bin/env sudo systemctl kill -s TSTP sidekiq_esign_prod@1 as [email protected] | |
| DEBUG [1f3b60bf] Command: /usr/bin/env sudo systemctl kill -s TSTP sidekiq_esign_prod@1 | |
| INFO [0f6a1e40] Running /usr/bin/env sudo systemctl kill -s TSTP sidekiq_esign_prod@1 as [email protected] | |
| DEBUG [0f6a1e40] Command: /usr/bin/env sudo systemctl kill -s TSTP sidekiq_esign_prod@1 | |
| INFO [1f3b60bf] Finished in 0.368 seconds with exit status 0 (successful). | |
| INFO [12bcf341] Running /usr/bin/env sudo systemctl kill -s TSTP sidekiq_esign_prod@2 as [email protected] | |
| DEBUG [12bcf341] Command: /usr/bin/env sudo systemctl kill -s TSTP sidekiq_esign_prod@2 | |
| INFO [9caa9109] Finished in 0.374 seconds with exit status 0 (successful). | |
| INFO [98789805] Running /usr/bin/env sudo systemctl kill -s TSTP sidekiq_esign_prod@2 as [email protected] | |
| DEBUG [98789805] Command: /usr/bin/env sudo systemctl kill -s TSTP sidekiq_esign_prod@2 | |
| INFO [0f6a1e40] Finished in 0.572 seconds with exit status 0 (successful). | |
| INFO [d5d731e2] Running /usr/bin/env sudo systemctl kill -s TSTP sidekiq_esign_prod@2 as [email protected] | |
| DEBUG [d5d731e2] Command: /usr/bin/env sudo systemctl kill -s TSTP sidekiq_esign_prod@2 | |
| DEBUG [ec12f0b9] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [ec12f0b9] Finished in 0.616 seconds with exit status 0 (successful). | |
| INFO [fb43fe1d] Running /usr/bin/env sudo systemctl kill -s TSTP sidekiq_esign_prod@2 as [email protected] | |
| DEBUG [fb43fe1d] Command: /usr/bin/env sudo systemctl kill -s TSTP sidekiq_esign_prod@2 | |
| INFO [12bcf341] Finished in 0.521 seconds with exit status 0 (successful). | |
| INFO [98789805] Finished in 0.524 seconds with exit status 0 (successful). | |
| INFO [d5d731e2] Finished in 0.604 seconds with exit status 0 (successful). | |
| DEBUG [fb43fe1d] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [fb43fe1d] Finished in 0.616 seconds with exit status 0 (successful). | |
| DEBUG [6b8600fd] Running [ -f /home/esign/api3-0/repo/HEAD ] as [email protected] | |
| DEBUG [6b8600fd] Command: [ -f /home/esign/api3-0/repo/HEAD ] | |
| DEBUG [2800f7cf] Running [ -f /home/esign/api3-0/repo/HEAD ] as [email protected] | |
| DEBUG [2800f7cf] Command: [ -f /home/esign/api3-0/repo/HEAD ] | |
| DEBUG [22cf125c] Running [ -f /home/esign/api3-0/repo/HEAD ] as [email protected] | |
| DEBUG [22cf125c] Command: [ -f /home/esign/api3-0/repo/HEAD ] | |
| DEBUG [c03727be] Running [ -f /home/esign/api3-0/repo/HEAD ] as [email protected] | |
| DEBUG [c03727be] Command: [ -f /home/esign/api3-0/repo/HEAD ] | |
| DEBUG [c03727be] Finished in 0.350 seconds with exit status 0 (successful). | |
| INFO The repository mirror is at /home/esign/api3-0/repo | |
| DEBUG [22cf125c] Finished in 0.357 seconds with exit status 0 (successful). | |
| INFO The repository mirror is at /home/esign/api3-0/repo | |
| DEBUG [2800f7cf] Finished in 0.531 seconds with exit status 0 (successful). | |
| INFO The repository mirror is at /home/esign/api3-0/repo | |
| DEBUG [6b8600fd] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [6b8600fd] Finished in 0.615 seconds with exit status 0 (successful). | |
| INFO The repository mirror is at /home/esign/api3-0/repo | |
| DEBUG [91afba8c] Running if test ! -d /home/esign/api3-0/repo; then echo "Directory does not exist '/home/esign/api3-0/repo'" 1>&2; false; fi as [email protected] | |
| DEBUG [91afba8c] Command: if test ! -d /home/esign/api3-0/repo; then echo "Directory does not exist '/home/esign/api3-0/repo'" 1>&2; false; fi | |
| DEBUG [86bd223e] Running if test ! -d /home/esign/api3-0/repo; then echo "Directory does not exist '/home/esign/api3-0/repo'" 1>&2; false; fi as [email protected] | |
| DEBUG [86bd223e] Command: if test ! -d /home/esign/api3-0/repo; then echo "Directory does not exist '/home/esign/api3-0/repo'" 1>&2; false; fi | |
| DEBUG [d01e4f57] Running if test ! -d /home/esign/api3-0/repo; then echo "Directory does not exist '/home/esign/api3-0/repo'" 1>&2; false; fi as [email protected] | |
| DEBUG [d01e4f57] Command: if test ! -d /home/esign/api3-0/repo; then echo "Directory does not exist '/home/esign/api3-0/repo'" 1>&2; false; fi | |
| DEBUG [917561c4] Running if test ! -d /home/esign/api3-0/repo; then echo "Directory does not exist '/home/esign/api3-0/repo'" 1>&2; false; fi as [email protected] | |
| DEBUG [917561c4] Command: if test ! -d /home/esign/api3-0/repo; then echo "Directory does not exist '/home/esign/api3-0/repo'" 1>&2; false; fi | |
| DEBUG [91afba8c] Finished in 0.352 seconds with exit status 0 (successful). | |
| INFO [84e10f9b] Running /usr/bin/env git remote set-url origin [email protected]:E-sign/e-sign-api-v3.git as [email protected] | |
| DEBUG [84e10f9b] Command: cd /home/esign/api3-0/repo && ( export GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-0eb6dc1c072ea167219f.sh" ; /usr/bin/env git remote set-url origin [email protected]:E-sign/e-sign-api-v3.git ) | |
| DEBUG [917561c4] Finished in 0.362 seconds with exit status 0 (successful). | |
| INFO [7d6f708d] Running /usr/bin/env git remote set-url origin [email protected]:E-sign/e-sign-api-v3.git as [email protected] | |
| DEBUG [7d6f708d] Command: cd /home/esign/api3-0/repo && ( export GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-0eb6dc1c072ea167219f.sh" ; /usr/bin/env git remote set-url origin [email protected]:E-sign/e-sign-api-v3.git ) | |
| DEBUG [86bd223e] Finished in 0.500 seconds with exit status 0 (successful). | |
| INFO [da41678d] Running /usr/bin/env git remote set-url origin [email protected]:E-sign/e-sign-api-v3.git as [email protected] | |
| DEBUG [da41678d] Command: cd /home/esign/api3-0/repo && ( export GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-0eb6dc1c072ea167219f.sh" ; /usr/bin/env git remote set-url origin [email protected]:E-sign/e-sign-api-v3.git ) | |
| DEBUG [d01e4f57] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [d01e4f57] Finished in 0.592 seconds with exit status 0 (successful). | |
| INFO [1164c081] Running /usr/bin/env git remote set-url origin [email protected]:E-sign/e-sign-api-v3.git as [email protected] | |
| DEBUG [1164c081] Command: cd /home/esign/api3-0/repo && ( export GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-0eb6dc1c072ea167219f.sh" ; /usr/bin/env git remote set-url origin [email protected]:E-sign/e-sign-api-v3.git ) | |
| INFO [84e10f9b] Finished in 0.520 seconds with exit status 0 (successful). | |
| INFO [1551042b] Running /usr/bin/env git remote update --prune as [email protected] | |
| DEBUG [1551042b] Command: cd /home/esign/api3-0/repo && ( export GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-0eb6dc1c072ea167219f.sh" ; /usr/bin/env git remote update --prune ) | |
| INFO [7d6f708d] Finished in 0.527 seconds with exit status 0 (successful). | |
| INFO [35b7585b] Running /usr/bin/env git remote update --prune as [email protected] | |
| DEBUG [35b7585b] Command: cd /home/esign/api3-0/repo && ( export GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-0eb6dc1c072ea167219f.sh" ; /usr/bin/env git remote update --prune ) | |
| INFO [da41678d] Finished in 0.630 seconds with exit status 0 (successful). | |
| INFO [4d12aba1] Running /usr/bin/env git remote update --prune as [email protected] | |
| DEBUG [4d12aba1] Command: cd /home/esign/api3-0/repo && ( export GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-0eb6dc1c072ea167219f.sh" ; /usr/bin/env git remote update --prune ) | |
| DEBUG [1164c081] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [1164c081] Finished in 0.867 seconds with exit status 0 (successful). | |
| INFO [e5b9b0f7] Running /usr/bin/env git remote update --prune as [email protected] | |
| DEBUG [e5b9b0f7] Command: cd /home/esign/api3-0/repo && ( export GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-0eb6dc1c072ea167219f.sh" ; /usr/bin/env git remote update --prune ) | |
| DEBUG [1551042b] @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ | |
| @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! | |
| Someone could be eavesdropping on you right now (man-in-the-middle attack)! | |
| It is also possible that a host key has just been changed. | |
| The fingerprint for the RSA key sent by the remote host is | |
| SHA256:uNiVztksCsDhcc0u9e8BujQXVUpKZIDTMczCvj3tD2s. | |
| Please contact your system administrator. | |
| Add correct host key in /home/esign/.ssh/known_hosts to get rid of this message. | |
| Offending RSA key in /home/esign/.ssh/known_hosts:1 | |
| Keyboard-interactive authentication is disabled to avoid man-in-the-middle attacks. | |
| UpdateHostkeys is disabled because the host key is not trusted. | |
| DEBUG [35b7585b] @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ | |
| @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! | |
| Someone could be eavesdropping on you right now (man-in-the-middle attack)! | |
| It is also possible that a host key has just been changed. | |
| The fingerprint for the RSA key sent by the remote host is | |
| SHA256:uNiVztksCsDhcc0u9e8BujQXVUpKZIDTMczCvj3tD2s. | |
| Please contact your system administrator. | |
| Add correct host key in /home/esign/.ssh/known_hosts to get rid of this message. | |
| Offending RSA key in /home/esign/.ssh/known_hosts:1 | |
| DEBUG [35b7585b] Keyboard-interactive authentication is disabled to avoid man-in-the-middle attacks. | |
| UpdateHostkeys is disabled because the host key is not trusted. | |
| DEBUG [e5b9b0f7] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [e5b9b0f7] @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ | |
| @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! | |
| Someone could be eavesdropping on you right now (man-in-the-middle attack)! | |
| It is also possible that a host key has just been changed. | |
| DEBUG [e5b9b0f7] The fingerprint for the RSA key sent by the remote host is | |
| SHA256:uNiVztksCsDhcc0u9e8BujQXVUpKZIDTMczCvj3tD2s. | |
| Please contact your system administrator. | |
| Add correct host key in /home/esign/.ssh/known_hosts to get rid of this message. | |
| Offending RSA key in /home/esign/.ssh/known_hosts:1 | |
| Keyboard-interactive authentication is disabled to avoid man-in-the-middle attacks. | |
| UpdateHostkeys is disabled because the host key is not trusted. | |
| DEBUG [1551042b] From github.com:E-sign/e-sign-api-v3 | |
| - [deleted] (none) -> refs/pull/478/merge | |
| DEBUG [1551042b] - [deleted] (none) -> refs/pull/484/merge | |
| DEBUG [35b7585b] From github.com:E-sign/e-sign-api-v3 | |
| - [deleted] (none) -> refs/pull/478/merge | |
| DEBUG [35b7585b] - [deleted] (none) -> refs/pull/484/merge | |
| DEBUG [1551042b] * [new branch] issue/ESD-650_allow_90_day_expiry -> issue/ESD-650_allow_90_day_expiry | |
| DEBUG [1551042b] 227539ee..ebf5e342 master -> master | |
| DEBUG [1551042b] * [new branch] performance/envelope_eager_loading -> performance/envelope_eager_loading | |
| DEBUG [1551042b] 7469e4e0..3c434cae veridas_id_scan -> veridas_id_scan | |
| DEBUG [1551042b] + 5cdc4972...ef99adb3 refs/pull/467/merge -> refs/pull/467/merge (forced update) | |
| DEBUG [1551042b] + e567a6e7...790ab3f3 refs/pull/476/merge -> refs/pull/476/merge (forced update) | |
| DEBUG [1551042b] + 9959bda7...6c510f5a refs/pull/479/merge -> refs/pull/479/merge (forced update) | |
| DEBUG [1551042b] + a84843b3...ec03d1f4 refs/pull/480/merge -> refs/pull/480/merge (forced update) | |
| DEBUG [1551042b] + 1cf3a002...fa662a57 refs/pull/483/merge -> refs/pull/483/merge (forced update) | |
| DEBUG [1551042b] + 124b2495...5d25996d refs/pull/485/merge -> refs/pull/485/merge (forced update) | |
| DEBUG [1551042b] + a6e0e460...f55bd6f1 refs/pull/486/merge -> refs/pull/486/merge (forced update) | |
| DEBUG [35b7585b] * [new branch] issue/ESD-650_allow_90_day_expiry -> issue/ESD-650_allow_90_day_expiry | |
| DEBUG [35b7585b] 227539ee..ebf5e342 master -> master | |
| DEBUG [35b7585b] * [new branch] performance/envelope_eager_loading -> performance/envelope_eager_loading | |
| DEBUG [35b7585b] 7469e4e0..3c434cae veridas_id_scan -> veridas_id_scan | |
| DEBUG [35b7585b] + 5cdc4972...ef99adb3 refs/pull/467/merge -> refs/pull/467/merge (forced update) | |
| DEBUG [35b7585b] + e567a6e7...790ab3f3 refs/pull/476/merge -> refs/pull/476/merge (forced update) | |
| DEBUG [35b7585b] + 9959bda7...6c510f5a refs/pull/479/merge -> refs/pull/479/merge (forced update) | |
| DEBUG [35b7585b] + a84843b3...ec03d1f4 refs/pull/480/merge -> refs/pull/480/merge (forced update) | |
| DEBUG [35b7585b] + 1cf3a002...fa662a57 refs/pull/483/merge -> refs/pull/483/merge (forced update) | |
| DEBUG [35b7585b] + 124b2495...5d25996d refs/pull/485/merge -> refs/pull/485/merge (forced update) | |
| DEBUG [35b7585b] + a6e0e460...f55bd6f1 refs/pull/486/merge -> refs/pull/486/merge (forced update) | |
| DEBUG [1551042b] * [new ref] refs/pull/487/head -> refs/pull/487/head | |
| DEBUG [1551042b] * [new ref] refs/pull/487/merge -> refs/pull/487/merge | |
| DEBUG [1551042b] * [new ref] refs/pull/488/head -> refs/pull/488/head | |
| INFO [1551042b] Finished in 2.518 seconds with exit status 0 (successful). | |
| DEBUG [35b7585b] * [new ref] refs/pull/487/head -> refs/pull/487/head | |
| DEBUG [35b7585b] * [new ref] refs/pull/487/merge -> refs/pull/487/merge | |
| DEBUG [35b7585b] * [new ref] refs/pull/488/head -> refs/pull/488/head | |
| INFO [35b7585b] Finished in 2.509 seconds with exit status 0 (successful). | |
| DEBUG [4d12aba1] From github.com:E-sign/e-sign-api-v3 | |
| - [deleted] (none) -> refs/pull/478/merge | |
| DEBUG [4d12aba1] - [deleted] (none) -> refs/pull/484/merge | |
| DEBUG [e5b9b0f7] From github.com:E-sign/e-sign-api-v3 | |
| - [deleted] (none) -> refs/pull/478/merge | |
| DEBUG [e5b9b0f7] - [deleted] (none) -> refs/pull/484/merge | |
| DEBUG [4d12aba1] * [new branch] issue/ESD-650_allow_90_day_expiry -> issue/ESD-650_allow_90_day_expiry | |
| DEBUG [4d12aba1] 227539ee..ebf5e342 master -> master | |
| DEBUG [4d12aba1] * [new branch] performance/envelope_eager_loading -> performance/envelope_eager_loading | |
| DEBUG [4d12aba1] 7469e4e0..3c434cae veridas_id_scan -> veridas_id_scan | |
| DEBUG [4d12aba1] + 5cdc4972...ef99adb3 refs/pull/467/merge -> refs/pull/467/merge (forced update) | |
| DEBUG [4d12aba1] + e567a6e7...790ab3f3 refs/pull/476/merge -> refs/pull/476/merge (forced update) | |
| DEBUG [4d12aba1] + 9959bda7...6c510f5a refs/pull/479/merge -> refs/pull/479/merge (forced update) | |
| DEBUG [4d12aba1] + a84843b3...ec03d1f4 refs/pull/480/merge -> refs/pull/480/merge (forced update) | |
| DEBUG [4d12aba1] + 1cf3a002...fa662a57 refs/pull/483/merge -> refs/pull/483/merge (forced update) | |
| DEBUG [4d12aba1] + 124b2495...5d25996d refs/pull/485/merge -> refs/pull/485/merge (forced update) | |
| DEBUG [4d12aba1] + a6e0e460...f55bd6f1 refs/pull/486/merge -> refs/pull/486/merge (forced update) | |
| DEBUG [4d12aba1] * [new ref] refs/pull/487/head -> refs/pull/487/head | |
| DEBUG [4d12aba1] * [new ref] refs/pull/487/merge -> refs/pull/487/merge | |
| DEBUG [4d12aba1] * [new ref] refs/pull/488/head -> refs/pull/488/head | |
| INFO [4d12aba1] Finished in 6.798 seconds with exit status 0 (successful). | |
| DEBUG [e5b9b0f7] * [new branch] issue/ESD-650_allow_90_day_expiry -> issue/ESD-650_allow_90_day_expiry | |
| DEBUG [e5b9b0f7] 227539ee..ebf5e342 master -> master | |
| DEBUG [e5b9b0f7] * [new branch] performance/envelope_eager_loading -> performance/envelope_eager_loading | |
| DEBUG [e5b9b0f7] 7469e4e0..3c434cae veridas_id_scan -> veridas_id_scan | |
| DEBUG [e5b9b0f7] + 5cdc4972...ef99adb3 refs/pull/467/merge -> refs/pull/467/merge (forced update) | |
| DEBUG [e5b9b0f7] + e567a6e7...790ab3f3 refs/pull/476/merge -> refs/pull/476/merge (forced update) | |
| DEBUG [e5b9b0f7] + 9959bda7...6c510f5a refs/pull/479/merge -> refs/pull/479/merge (forced update) | |
| DEBUG [e5b9b0f7] + a84843b3...ec03d1f4 refs/pull/480/merge -> refs/pull/480/merge (forced update) | |
| DEBUG [e5b9b0f7] + 1cf3a002...fa662a57 refs/pull/483/merge -> refs/pull/483/merge (forced update) | |
| DEBUG [e5b9b0f7] + 124b2495...5d25996d refs/pull/485/merge -> refs/pull/485/merge (forced update) | |
| DEBUG [e5b9b0f7] + a6e0e460...f55bd6f1 refs/pull/486/merge -> refs/pull/486/merge (forced update) | |
| DEBUG [e5b9b0f7] * [new ref] refs/pull/487/head -> refs/pull/487/head | |
| DEBUG [e5b9b0f7] * [new ref] refs/pull/487/merge -> refs/pull/487/merge | |
| DEBUG [e5b9b0f7] * [new ref] refs/pull/488/head -> refs/pull/488/head | |
| INFO [e5b9b0f7] Finished in 7.905 seconds with exit status 0 (successful). | |
| DEBUG [f7df60ee] Running if test ! -d /home/esign/api3-0/repo; then echo "Directory does not exist '/home/esign/api3-0/repo'" 1>&2; false; fi as [email protected] | |
| DEBUG [f7df60ee] Command: if test ! -d /home/esign/api3-0/repo; then echo "Directory does not exist '/home/esign/api3-0/repo'" 1>&2; false; fi | |
| DEBUG [32adcd78] Running if test ! -d /home/esign/api3-0/repo; then echo "Directory does not exist '/home/esign/api3-0/repo'" 1>&2; false; fi as [email protected] | |
| DEBUG [32adcd78] Command: if test ! -d /home/esign/api3-0/repo; then echo "Directory does not exist '/home/esign/api3-0/repo'" 1>&2; false; fi | |
| DEBUG [feb8a214] Running if test ! -d /home/esign/api3-0/repo; then echo "Directory does not exist '/home/esign/api3-0/repo'" 1>&2; false; fi as [email protected] | |
| DEBUG [feb8a214] Command: if test ! -d /home/esign/api3-0/repo; then echo "Directory does not exist '/home/esign/api3-0/repo'" 1>&2; false; fi | |
| DEBUG [c5000050] Running if test ! -d /home/esign/api3-0/repo; then echo "Directory does not exist '/home/esign/api3-0/repo'" 1>&2; false; fi as [email protected] | |
| DEBUG [c5000050] Command: if test ! -d /home/esign/api3-0/repo; then echo "Directory does not exist '/home/esign/api3-0/repo'" 1>&2; false; fi | |
| DEBUG [c5000050] Finished in 0.356 seconds with exit status 0 (successful). | |
| INFO [8a494854] Running /usr/bin/env mkdir -p /home/esign/api3-0/releases/20260217211041 as [email protected] | |
| DEBUG [8a494854] Command: cd /home/esign/api3-0/repo && ( export GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-0eb6dc1c072ea167219f.sh" ; /usr/bin/env mkdir -p /home/esign/api3-0/releases/20260217211041 ) | |
| DEBUG [feb8a214] Finished in 0.359 seconds with exit status 0 (successful). | |
| INFO [42eb6d2d] Running /usr/bin/env mkdir -p /home/esign/api3-0/releases/20260217211041 as [email protected] | |
| DEBUG [42eb6d2d] Command: cd /home/esign/api3-0/repo && ( export GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-0eb6dc1c072ea167219f.sh" ; /usr/bin/env mkdir -p /home/esign/api3-0/releases/20260217211041 ) | |
| DEBUG [f7df60ee] Finished in 0.421 seconds with exit status 0 (successful). | |
| INFO [1462b23a] Running /usr/bin/env mkdir -p /home/esign/api3-0/releases/20260217211041 as [email protected] | |
| DEBUG [1462b23a] Command: cd /home/esign/api3-0/repo && ( export GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-0eb6dc1c072ea167219f.sh" ; /usr/bin/env mkdir -p /home/esign/api3-0/releases/20260217211041 ) | |
| DEBUG [32adcd78] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [32adcd78] Finished in 0.593 seconds with exit status 0 (successful). | |
| INFO [75878cb2] Running /usr/bin/env mkdir -p /home/esign/api3-0/releases/20260217211041 as [email protected] | |
| DEBUG [75878cb2] Command: cd /home/esign/api3-0/repo && ( export GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-0eb6dc1c072ea167219f.sh" ; /usr/bin/env mkdir -p /home/esign/api3-0/releases/20260217211041 ) | |
| INFO [8a494854] Finished in 0.515 seconds with exit status 0 (successful). | |
| INFO [926ba26d] Running /usr/bin/env git archive master | /usr/bin/env tar -x -f - -C /home/esign/api3-0/releases/20260217211041 as [email protected] | |
| DEBUG [926ba26d] Command: cd /home/esign/api3-0/repo && ( export GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-0eb6dc1c072ea167219f.sh" ; /usr/bin/env git archive master | /usr/bin/env tar -x -f - -C /home/esign/api3-0/releases/20260217211041 ) | |
| INFO [42eb6d2d] Finished in 0.522 seconds with exit status 0 (successful). | |
| INFO [256049f1] Running /usr/bin/env git archive master | /usr/bin/env tar -x -f - -C /home/esign/api3-0/releases/20260217211041 as [email protected] | |
| DEBUG [256049f1] Command: cd /home/esign/api3-0/repo && ( export GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-0eb6dc1c072ea167219f.sh" ; /usr/bin/env git archive master | /usr/bin/env tar -x -f - -C /home/esign/api3-0/releases/20260217211041 ) | |
| INFO [1462b23a] Finished in 0.599 seconds with exit status 0 (successful). | |
| INFO [77cbe739] Running /usr/bin/env git archive master | /usr/bin/env tar -x -f - -C /home/esign/api3-0/releases/20260217211041 as [email protected] | |
| DEBUG [77cbe739] Command: cd /home/esign/api3-0/repo && ( export GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-0eb6dc1c072ea167219f.sh" ; /usr/bin/env git archive master | /usr/bin/env tar -x -f - -C /home/esign/api3-0/releases/20260217211041 ) | |
| DEBUG [75878cb2] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [75878cb2] Finished in 0.625 seconds with exit status 0 (successful). | |
| INFO [fcd698a9] Running /usr/bin/env git archive master | /usr/bin/env tar -x -f - -C /home/esign/api3-0/releases/20260217211041 as [email protected] | |
| DEBUG [fcd698a9] Command: cd /home/esign/api3-0/repo && ( export GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-0eb6dc1c072ea167219f.sh" ; /usr/bin/env git archive master | /usr/bin/env tar -x -f - -C /home/esign/api3-0/releases/20260217211041 ) | |
| INFO [926ba26d] Finished in 0.608 seconds with exit status 0 (successful). | |
| INFO [256049f1] Finished in 0.624 seconds with exit status 0 (successful). | |
| DEBUG [fcd698a9] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [77cbe739] Finished in 1.196 seconds with exit status 0 (successful). | |
| INFO [fcd698a9] Finished in 1.165 seconds with exit status 0 (successful). | |
| DEBUG [4fb689f4] Running if test ! -d /home/esign/api3-0/repo; then echo "Directory does not exist '/home/esign/api3-0/repo'" 1>&2; false; fi as [email protected] | |
| DEBUG [4fb689f4] Command: if test ! -d /home/esign/api3-0/repo; then echo "Directory does not exist '/home/esign/api3-0/repo'" 1>&2; false; fi | |
| DEBUG [2471aca6] Running if test ! -d /home/esign/api3-0/repo; then echo "Directory does not exist '/home/esign/api3-0/repo'" 1>&2; false; fi as [email protected] | |
| DEBUG [2471aca6] Command: if test ! -d /home/esign/api3-0/repo; then echo "Directory does not exist '/home/esign/api3-0/repo'" 1>&2; false; fi | |
| DEBUG [b5531a6e] Running if test ! -d /home/esign/api3-0/repo; then echo "Directory does not exist '/home/esign/api3-0/repo'" 1>&2; false; fi as [email protected] | |
| DEBUG [b5531a6e] Command: if test ! -d /home/esign/api3-0/repo; then echo "Directory does not exist '/home/esign/api3-0/repo'" 1>&2; false; fi | |
| DEBUG [0656466b] Running if test ! -d /home/esign/api3-0/repo; then echo "Directory does not exist '/home/esign/api3-0/repo'" 1>&2; false; fi as [email protected] | |
| DEBUG [0656466b] Command: if test ! -d /home/esign/api3-0/repo; then echo "Directory does not exist '/home/esign/api3-0/repo'" 1>&2; false; fi | |
| DEBUG [b5531a6e] Finished in 0.354 seconds with exit status 0 (successful). | |
| DEBUG [f0d86296] Running /usr/bin/env git rev-list --max-count=1 master as [email protected] | |
| DEBUG [f0d86296] Command: cd /home/esign/api3-0/repo && ( export GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-0eb6dc1c072ea167219f.sh" ; /usr/bin/env git rev-list --max-count=1 master ) | |
| DEBUG [0656466b] Finished in 0.358 seconds with exit status 0 (successful). | |
| DEBUG [da296204] Running /usr/bin/env git rev-list --max-count=1 master as [email protected] | |
| DEBUG [da296204] Command: cd /home/esign/api3-0/repo && ( export GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-0eb6dc1c072ea167219f.sh" ; /usr/bin/env git rev-list --max-count=1 master ) | |
| DEBUG [4fb689f4] Finished in 0.421 seconds with exit status 0 (successful). | |
| DEBUG [fd5d93d0] Running /usr/bin/env git rev-list --max-count=1 master as [email protected] | |
| DEBUG [fd5d93d0] Command: cd /home/esign/api3-0/repo && ( export GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-0eb6dc1c072ea167219f.sh" ; /usr/bin/env git rev-list --max-count=1 master ) | |
| DEBUG [2471aca6] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [2471aca6] Finished in 0.591 seconds with exit status 0 (successful). | |
| DEBUG [b8986cb7] Running /usr/bin/env git rev-list --max-count=1 master as [email protected] | |
| DEBUG [b8986cb7] Command: cd /home/esign/api3-0/repo && ( export GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-0eb6dc1c072ea167219f.sh" ; /usr/bin/env git rev-list --max-count=1 master ) | |
| DEBUG [f0d86296] ebf5e3425396d7f262b4e80fc7e49f18e125fc8b | |
| DEBUG [f0d86296] Finished in 0.521 seconds with exit status 0 (successful). | |
| DEBUG [da296204] ebf5e3425396d7f262b4e80fc7e49f18e125fc8b | |
| DEBUG [da296204] Finished in 0.522 seconds with exit status 0 (successful). | |
| DEBUG [fd5d93d0] ebf5e3425396d7f262b4e80fc7e49f18e125fc8b | |
| DEBUG [fd5d93d0] Finished in 0.600 seconds with exit status 0 (successful). | |
| DEBUG [b8986cb7] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [b8986cb7] ebf5e3425396d7f262b4e80fc7e49f18e125fc8b | |
| DEBUG [b8986cb7] Finished in 0.609 seconds with exit status 0 (successful). | |
| DEBUG [c2c5825f] Running if test ! -d /home/esign/api3-0/releases/20260217211041; then echo "Directory does not exist '/home/esign/api3-0/releases/20260217211041'" 1>&2; false; fi as [email protected] | |
| DEBUG [c2c5825f] Command: if test ! -d /home/esign/api3-0/releases/20260217211041; then echo "Directory does not exist '/home/esign/api3-0/releases/20260217211041'" 1>&2; false; fi | |
| DEBUG [36cec401] Running if test ! -d /home/esign/api3-0/releases/20260217211041; then echo "Directory does not exist '/home/esign/api3-0/releases/20260217211041'" 1>&2; false; fi as [email protected] | |
| DEBUG [36cec401] Command: if test ! -d /home/esign/api3-0/releases/20260217211041; then echo "Directory does not exist '/home/esign/api3-0/releases/20260217211041'" 1>&2; false; fi | |
| DEBUG [990eec61] Running if test ! -d /home/esign/api3-0/releases/20260217211041; then echo "Directory does not exist '/home/esign/api3-0/releases/20260217211041'" 1>&2; false; fi as [email protected] | |
| DEBUG [990eec61] Command: if test ! -d /home/esign/api3-0/releases/20260217211041; then echo "Directory does not exist '/home/esign/api3-0/releases/20260217211041'" 1>&2; false; fi | |
| DEBUG [aa9ef929] Running if test ! -d /home/esign/api3-0/releases/20260217211041; then echo "Directory does not exist '/home/esign/api3-0/releases/20260217211041'" 1>&2; false; fi as [email protected] | |
| DEBUG [aa9ef929] Command: if test ! -d /home/esign/api3-0/releases/20260217211041; then echo "Directory does not exist '/home/esign/api3-0/releases/20260217211041'" 1>&2; false; fi | |
| DEBUG [aa9ef929] Finished in 0.351 seconds with exit status 0 (successful). | |
| INFO [69e239c1] Running /usr/bin/env echo "ebf5e3425396d7f262b4e80fc7e49f18e125fc8b" > REVISION as [email protected] | |
| DEBUG [69e239c1] Command: cd /home/esign/api3-0/releases/20260217211041 && /usr/bin/env echo "ebf5e3425396d7f262b4e80fc7e49f18e125fc8b" > REVISION | |
| DEBUG [c2c5825f] Finished in 0.361 seconds with exit status 0 (successful). | |
| INFO [434ccb5f] Running /usr/bin/env echo "ebf5e3425396d7f262b4e80fc7e49f18e125fc8b" > REVISION as [email protected] | |
| DEBUG [434ccb5f] Command: cd /home/esign/api3-0/releases/20260217211041 && /usr/bin/env echo "ebf5e3425396d7f262b4e80fc7e49f18e125fc8b" > REVISION | |
| DEBUG [36cec401] Finished in 0.421 seconds with exit status 0 (successful). | |
| INFO [0ae86962] Running /usr/bin/env echo "ebf5e3425396d7f262b4e80fc7e49f18e125fc8b" > REVISION as [email protected] | |
| DEBUG [0ae86962] Command: cd /home/esign/api3-0/releases/20260217211041 && /usr/bin/env echo "ebf5e3425396d7f262b4e80fc7e49f18e125fc8b" > REVISION | |
| DEBUG [990eec61] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [990eec61] Finished in 0.592 seconds with exit status 0 (successful). | |
| INFO [6491c3f9] Running /usr/bin/env echo "ebf5e3425396d7f262b4e80fc7e49f18e125fc8b" > REVISION as [email protected] | |
| DEBUG [6491c3f9] Command: cd /home/esign/api3-0/releases/20260217211041 && /usr/bin/env echo "ebf5e3425396d7f262b4e80fc7e49f18e125fc8b" > REVISION | |
| INFO [69e239c1] Finished in 0.545 seconds with exit status 0 (successful). | |
| INFO [434ccb5f] Finished in 0.550 seconds with exit status 0 (successful). | |
| INFO [0ae86962] Finished in 0.660 seconds with exit status 0 (successful). | |
| DEBUG [6491c3f9] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [6491c3f9] Finished in 0.642 seconds with exit status 0 (successful). | |
| DEBUG [b30c016f] Running if test ! -d /home/esign/api3-0/repo; then echo "Directory does not exist '/home/esign/api3-0/repo'" 1>&2; false; fi as [email protected] | |
| DEBUG [b30c016f] Command: if test ! -d /home/esign/api3-0/repo; then echo "Directory does not exist '/home/esign/api3-0/repo'" 1>&2; false; fi | |
| DEBUG [10ed65f5] Running if test ! -d /home/esign/api3-0/repo; then echo "Directory does not exist '/home/esign/api3-0/repo'" 1>&2; false; fi as [email protected] | |
| DEBUG [10ed65f5] Command: if test ! -d /home/esign/api3-0/repo; then echo "Directory does not exist '/home/esign/api3-0/repo'" 1>&2; false; fi | |
| DEBUG [97f832b2] Running if test ! -d /home/esign/api3-0/repo; then echo "Directory does not exist '/home/esign/api3-0/repo'" 1>&2; false; fi as [email protected] | |
| DEBUG [97f832b2] Command: if test ! -d /home/esign/api3-0/repo; then echo "Directory does not exist '/home/esign/api3-0/repo'" 1>&2; false; fi | |
| DEBUG [b247b564] Running if test ! -d /home/esign/api3-0/repo; then echo "Directory does not exist '/home/esign/api3-0/repo'" 1>&2; false; fi as [email protected] | |
| DEBUG [b247b564] Command: if test ! -d /home/esign/api3-0/repo; then echo "Directory does not exist '/home/esign/api3-0/repo'" 1>&2; false; fi | |
| DEBUG [b30c016f] Finished in 0.353 seconds with exit status 0 (successful). | |
| DEBUG [45e53976] Running /usr/bin/env git --no-pager log -1 --pretty=format:"%ct" master as [email protected] | |
| DEBUG [45e53976] Command: cd /home/esign/api3-0/repo && ( export GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-0eb6dc1c072ea167219f.sh" ; /usr/bin/env git --no-pager log -1 --pretty=format:"%ct" master ) | |
| DEBUG [97f832b2] Finished in 0.358 seconds with exit status 0 (successful). | |
| DEBUG [4be4ce23] Running /usr/bin/env git --no-pager log -1 --pretty=format:"%ct" master as [email protected] | |
| DEBUG [4be4ce23] Command: cd /home/esign/api3-0/repo && ( export GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-0eb6dc1c072ea167219f.sh" ; /usr/bin/env git --no-pager log -1 --pretty=format:"%ct" master ) | |
| DEBUG [10ed65f5] Finished in 0.432 seconds with exit status 0 (successful). | |
| DEBUG [435fd669] Running /usr/bin/env git --no-pager log -1 --pretty=format:"%ct" master as [email protected] | |
| DEBUG [435fd669] Command: cd /home/esign/api3-0/repo && ( export GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-0eb6dc1c072ea167219f.sh" ; /usr/bin/env git --no-pager log -1 --pretty=format:"%ct" master ) | |
| DEBUG [b247b564] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [b247b564] Finished in 0.589 seconds with exit status 0 (successful). | |
| DEBUG [4a5c9870] Running /usr/bin/env git --no-pager log -1 --pretty=format:"%ct" master as [email protected] | |
| DEBUG [4a5c9870] Command: cd /home/esign/api3-0/repo && ( export GIT_ASKPASS="/bin/echo" GIT_SSH="/tmp/git-ssh-0eb6dc1c072ea167219f.sh" ; /usr/bin/env git --no-pager log -1 --pretty=format:"%ct" master ) | |
| DEBUG [45e53976] 1771361944 | |
| DEBUG [45e53976] Finished in 0.519 seconds with exit status 0 (successful). | |
| DEBUG [4be4ce23] 1771361944 | |
| DEBUG [4be4ce23] Finished in 0.523 seconds with exit status 0 (successful). | |
| DEBUG [435fd669] 1771361944 | |
| DEBUG [435fd669] Finished in 0.600 seconds with exit status 0 (successful). | |
| DEBUG [4a5c9870] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [4a5c9870] 1771361944 | |
| DEBUG [4a5c9870] Finished in 0.606 seconds with exit status 0 (successful). | |
| DEBUG [df29651e] Running if test ! -d /home/esign/api3-0/releases/20260217211041; then echo "Directory does not exist '/home/esign/api3-0/releases/20260217211041'" 1>&2; false; fi as [email protected] | |
| DEBUG [df29651e] Command: if test ! -d /home/esign/api3-0/releases/20260217211041; then echo "Directory does not exist '/home/esign/api3-0/releases/20260217211041'" 1>&2; false; fi | |
| DEBUG [e3d6779f] Running if test ! -d /home/esign/api3-0/releases/20260217211041; then echo "Directory does not exist '/home/esign/api3-0/releases/20260217211041'" 1>&2; false; fi as [email protected] | |
| DEBUG [e3d6779f] Command: if test ! -d /home/esign/api3-0/releases/20260217211041; then echo "Directory does not exist '/home/esign/api3-0/releases/20260217211041'" 1>&2; false; fi | |
| DEBUG [04be102b] Running if test ! -d /home/esign/api3-0/releases/20260217211041; then echo "Directory does not exist '/home/esign/api3-0/releases/20260217211041'" 1>&2; false; fi as [email protected] | |
| DEBUG [04be102b] Command: if test ! -d /home/esign/api3-0/releases/20260217211041; then echo "Directory does not exist '/home/esign/api3-0/releases/20260217211041'" 1>&2; false; fi | |
| DEBUG [63352343] Running if test ! -d /home/esign/api3-0/releases/20260217211041; then echo "Directory does not exist '/home/esign/api3-0/releases/20260217211041'" 1>&2; false; fi as [email protected] | |
| DEBUG [63352343] Command: if test ! -d /home/esign/api3-0/releases/20260217211041; then echo "Directory does not exist '/home/esign/api3-0/releases/20260217211041'" 1>&2; false; fi | |
| DEBUG [04be102b] Finished in 0.352 seconds with exit status 0 (successful). | |
| INFO [4124fa72] Running /usr/bin/env echo "1771361944" > REVISION_TIME as [email protected] | |
| DEBUG [4124fa72] Command: cd /home/esign/api3-0/releases/20260217211041 && /usr/bin/env echo "1771361944" > REVISION_TIME | |
| DEBUG [63352343] Finished in 0.357 seconds with exit status 0 (successful). | |
| INFO [41a66eae] Running /usr/bin/env echo "1771361944" > REVISION_TIME as [email protected] | |
| DEBUG [41a66eae] Command: cd /home/esign/api3-0/releases/20260217211041 && /usr/bin/env echo "1771361944" > REVISION_TIME | |
| DEBUG [df29651e] Finished in 0.422 seconds with exit status 0 (successful). | |
| INFO [74077721] Running /usr/bin/env echo "1771361944" > REVISION_TIME as [email protected] | |
| DEBUG [74077721] Command: cd /home/esign/api3-0/releases/20260217211041 && /usr/bin/env echo "1771361944" > REVISION_TIME | |
| DEBUG [e3d6779f] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [e3d6779f] Finished in 0.591 seconds with exit status 0 (successful). | |
| INFO [778ab2be] Running /usr/bin/env echo "1771361944" > REVISION_TIME as [email protected] | |
| DEBUG [778ab2be] Command: cd /home/esign/api3-0/releases/20260217211041 && /usr/bin/env echo "1771361944" > REVISION_TIME | |
| INFO [4124fa72] Finished in 0.543 seconds with exit status 0 (successful). | |
| INFO [41a66eae] Finished in 0.546 seconds with exit status 0 (successful). | |
| INFO [74077721] Finished in 0.630 seconds with exit status 0 (successful). | |
| DEBUG [778ab2be] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [778ab2be] Finished in 0.638 seconds with exit status 0 (successful). | |
| INFO [c9d0f338] Running /usr/bin/env mkdir -p /home/esign/api3-0/releases/20260217211041/config /home/esign/api3-0/releases/20260217211041 as [email protected] | |
| DEBUG [c9d0f338] Command: /usr/bin/env mkdir -p /home/esign/api3-0/releases/20260217211041/config /home/esign/api3-0/releases/20260217211041 | |
| INFO [05d821aa] Running /usr/bin/env mkdir -p /home/esign/api3-0/releases/20260217211041/config /home/esign/api3-0/releases/20260217211041 as [email protected] | |
| DEBUG [05d821aa] Command: /usr/bin/env mkdir -p /home/esign/api3-0/releases/20260217211041/config /home/esign/api3-0/releases/20260217211041 | |
| INFO [32122e34] Running /usr/bin/env mkdir -p /home/esign/api3-0/releases/20260217211041/config /home/esign/api3-0/releases/20260217211041 as [email protected] | |
| DEBUG [32122e34] Command: /usr/bin/env mkdir -p /home/esign/api3-0/releases/20260217211041/config /home/esign/api3-0/releases/20260217211041 | |
| INFO [7b0a58df] Running /usr/bin/env mkdir -p /home/esign/api3-0/releases/20260217211041/config /home/esign/api3-0/releases/20260217211041 as [email protected] | |
| DEBUG [7b0a58df] Command: /usr/bin/env mkdir -p /home/esign/api3-0/releases/20260217211041/config /home/esign/api3-0/releases/20260217211041 | |
| INFO [32122e34] Finished in 0.352 seconds with exit status 0 (successful). | |
| DEBUG [8b182e0f] Running [ -L /home/esign/api3-0/releases/20260217211041/config/database.yml ] as [email protected] | |
| DEBUG [8b182e0f] Command: [ -L /home/esign/api3-0/releases/20260217211041/config/database.yml ] | |
| INFO [7b0a58df] Finished in 0.357 seconds with exit status 0 (successful). | |
| DEBUG [fe81cb59] Running [ -L /home/esign/api3-0/releases/20260217211041/config/database.yml ] as [email protected] | |
| DEBUG [fe81cb59] Command: [ -L /home/esign/api3-0/releases/20260217211041/config/database.yml ] | |
| INFO [05d821aa] Finished in 0.422 seconds with exit status 0 (successful). | |
| DEBUG [3284ddb8] Running [ -L /home/esign/api3-0/releases/20260217211041/config/database.yml ] as [email protected] | |
| DEBUG [3284ddb8] Command: [ -L /home/esign/api3-0/releases/20260217211041/config/database.yml ] | |
| DEBUG [c9d0f338] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [c9d0f338] Finished in 0.593 seconds with exit status 0 (successful). | |
| DEBUG [b5967967] Running [ -L /home/esign/api3-0/releases/20260217211041/config/database.yml ] as [email protected] | |
| DEBUG [b5967967] Command: [ -L /home/esign/api3-0/releases/20260217211041/config/database.yml ] | |
| DEBUG [8b182e0f] Finished in 0.509 seconds with exit status 1 (failed). | |
| DEBUG [6da6ab30] Running [ -f /home/esign/api3-0/releases/20260217211041/config/database.yml ] as [email protected] | |
| DEBUG [6da6ab30] Command: [ -f /home/esign/api3-0/releases/20260217211041/config/database.yml ] | |
| DEBUG [fe81cb59] Finished in 0.511 seconds with exit status 1 (failed). | |
| DEBUG [0742ccb8] Running [ -f /home/esign/api3-0/releases/20260217211041/config/database.yml ] as [email protected] | |
| DEBUG [0742ccb8] Command: [ -f /home/esign/api3-0/releases/20260217211041/config/database.yml ] | |
| DEBUG [3284ddb8] Finished in 0.584 seconds with exit status 1 (failed). | |
| DEBUG [408f97a7] Running [ -f /home/esign/api3-0/releases/20260217211041/config/database.yml ] as [email protected] | |
| DEBUG [408f97a7] Command: [ -f /home/esign/api3-0/releases/20260217211041/config/database.yml ] | |
| DEBUG [b5967967] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [b5967967] Finished in 0.593 seconds with exit status 1 (failed). | |
| DEBUG [ccf07b90] Running [ -f /home/esign/api3-0/releases/20260217211041/config/database.yml ] as [email protected] | |
| DEBUG [ccf07b90] Command: [ -f /home/esign/api3-0/releases/20260217211041/config/database.yml ] | |
| DEBUG [6da6ab30] Finished in 0.508 seconds with exit status 0 (successful). | |
| INFO [945aa0f7] Running /usr/bin/env rm /home/esign/api3-0/releases/20260217211041/config/database.yml as [email protected] | |
| DEBUG [945aa0f7] Command: /usr/bin/env rm /home/esign/api3-0/releases/20260217211041/config/database.yml | |
| DEBUG [0742ccb8] Finished in 0.514 seconds with exit status 0 (successful). | |
| INFO [f914b46d] Running /usr/bin/env rm /home/esign/api3-0/releases/20260217211041/config/database.yml as [email protected] | |
| DEBUG [f914b46d] Command: /usr/bin/env rm /home/esign/api3-0/releases/20260217211041/config/database.yml | |
| DEBUG [408f97a7] Finished in 0.585 seconds with exit status 0 (successful). | |
| INFO [384496d1] Running /usr/bin/env rm /home/esign/api3-0/releases/20260217211041/config/database.yml as [email protected] | |
| DEBUG [384496d1] Command: /usr/bin/env rm /home/esign/api3-0/releases/20260217211041/config/database.yml | |
| DEBUG [ccf07b90] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [ccf07b90] Finished in 0.592 seconds with exit status 0 (successful). | |
| INFO [5c7ac10b] Running /usr/bin/env rm /home/esign/api3-0/releases/20260217211041/config/database.yml as [email protected] | |
| DEBUG [5c7ac10b] Command: /usr/bin/env rm /home/esign/api3-0/releases/20260217211041/config/database.yml | |
| INFO [945aa0f7] Finished in 0.511 seconds with exit status 0 (successful). | |
| INFO [dda42dfe] Running /usr/bin/env ln -s /home/esign/api3-0/shared/config/database.yml /home/esign/api3-0/releases/20260217211041/config/database.yml as [email protected] | |
| DEBUG [dda42dfe] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/config/database.yml /home/esign/api3-0/releases/20260217211041/config/database.yml | |
| INFO [f914b46d] Finished in 0.510 seconds with exit status 0 (successful). | |
| INFO [bc8bdaa5] Running /usr/bin/env ln -s /home/esign/api3-0/shared/config/database.yml /home/esign/api3-0/releases/20260217211041/config/database.yml as [email protected] | |
| DEBUG [bc8bdaa5] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/config/database.yml /home/esign/api3-0/releases/20260217211041/config/database.yml | |
| INFO [384496d1] Finished in 0.585 seconds with exit status 0 (successful). | |
| INFO [b6962b76] Running /usr/bin/env ln -s /home/esign/api3-0/shared/config/database.yml /home/esign/api3-0/releases/20260217211041/config/database.yml as [email protected] | |
| DEBUG [b6962b76] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/config/database.yml /home/esign/api3-0/releases/20260217211041/config/database.yml | |
| DEBUG [5c7ac10b] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [5c7ac10b] Finished in 0.593 seconds with exit status 0 (successful). | |
| INFO [cecce450] Running /usr/bin/env ln -s /home/esign/api3-0/shared/config/database.yml /home/esign/api3-0/releases/20260217211041/config/database.yml as [email protected] | |
| DEBUG [cecce450] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/config/database.yml /home/esign/api3-0/releases/20260217211041/config/database.yml | |
| INFO [dda42dfe] Finished in 0.509 seconds with exit status 0 (successful). | |
| DEBUG [210d6367] Running [ -L /home/esign/api3-0/releases/20260217211041/config/master.key ] as [email protected] | |
| DEBUG [210d6367] Command: [ -L /home/esign/api3-0/releases/20260217211041/config/master.key ] | |
| INFO [bc8bdaa5] Finished in 0.511 seconds with exit status 0 (successful). | |
| DEBUG [0c5365d9] Running [ -L /home/esign/api3-0/releases/20260217211041/config/master.key ] as [email protected] | |
| DEBUG [0c5365d9] Command: [ -L /home/esign/api3-0/releases/20260217211041/config/master.key ] | |
| INFO [b6962b76] Finished in 0.586 seconds with exit status 0 (successful). | |
| DEBUG [cf914374] Running [ -L /home/esign/api3-0/releases/20260217211041/config/master.key ] as [email protected] | |
| DEBUG [cf914374] Command: [ -L /home/esign/api3-0/releases/20260217211041/config/master.key ] | |
| DEBUG [210d6367] Finished in 0.508 seconds with exit status 1 (failed). | |
| DEBUG [7220c425] Running [ -f /home/esign/api3-0/releases/20260217211041/config/master.key ] as [email protected] | |
| DEBUG [7220c425] Command: [ -f /home/esign/api3-0/releases/20260217211041/config/master.key ] | |
| DEBUG [0c5365d9] Finished in 0.511 seconds with exit status 1 (failed). | |
| DEBUG [dbf0ee42] Running [ -f /home/esign/api3-0/releases/20260217211041/config/master.key ] as [email protected] | |
| DEBUG [dbf0ee42] Command: [ -f /home/esign/api3-0/releases/20260217211041/config/master.key ] | |
| DEBUG [cecce450] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [cecce450] Finished in 0.593 seconds with exit status 0 (successful). | |
| DEBUG [50f8a980] Running [ -L /home/esign/api3-0/releases/20260217211041/config/master.key ] as [email protected] | |
| DEBUG [50f8a980] Command: [ -L /home/esign/api3-0/releases/20260217211041/config/master.key ] | |
| DEBUG [cf914374] Finished in 0.584 seconds with exit status 1 (failed). | |
| DEBUG [11a83ba9] Running [ -f /home/esign/api3-0/releases/20260217211041/config/master.key ] as [email protected] | |
| DEBUG [11a83ba9] Command: [ -f /home/esign/api3-0/releases/20260217211041/config/master.key ] | |
| DEBUG [7220c425] Finished in 0.506 seconds with exit status 1 (failed). | |
| INFO [a7817c37] Running /usr/bin/env ln -s /home/esign/api3-0/shared/config/master.key /home/esign/api3-0/releases/20260217211041/config/master.key as [email protected] | |
| DEBUG [a7817c37] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/config/master.key /home/esign/api3-0/releases/20260217211041/config/master.key | |
| DEBUG [dbf0ee42] Finished in 0.511 seconds with exit status 1 (failed). | |
| INFO [1c79001f] Running /usr/bin/env ln -s /home/esign/api3-0/shared/config/master.key /home/esign/api3-0/releases/20260217211041/config/master.key as [email protected] | |
| DEBUG [1c79001f] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/config/master.key /home/esign/api3-0/releases/20260217211041/config/master.key | |
| DEBUG [50f8a980] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [50f8a980] Finished in 0.593 seconds with exit status 1 (failed). | |
| DEBUG [e12f7725] Running [ -f /home/esign/api3-0/releases/20260217211041/config/master.key ] as [email protected] | |
| DEBUG [e12f7725] Command: [ -f /home/esign/api3-0/releases/20260217211041/config/master.key ] | |
| INFO [a7817c37] Finished in 0.508 seconds with exit status 0 (successful). | |
| DEBUG [574bae3c] Running [ -L /home/esign/api3-0/releases/20260217211041/.env.production ] as [email protected] | |
| DEBUG [574bae3c] Command: [ -L /home/esign/api3-0/releases/20260217211041/.env.production ] | |
| DEBUG [11a83ba9] Finished in 0.585 seconds with exit status 1 (failed). | |
| INFO [f8d06aae] Running /usr/bin/env ln -s /home/esign/api3-0/shared/config/master.key /home/esign/api3-0/releases/20260217211041/config/master.key as [email protected] | |
| DEBUG [f8d06aae] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/config/master.key /home/esign/api3-0/releases/20260217211041/config/master.key | |
| INFO [1c79001f] Finished in 0.510 seconds with exit status 0 (successful). | |
| DEBUG [04ef5db9] Running [ -L /home/esign/api3-0/releases/20260217211041/.env.production ] as [email protected] | |
| DEBUG [04ef5db9] Command: [ -L /home/esign/api3-0/releases/20260217211041/.env.production ] | |
| DEBUG [e12f7725] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [e12f7725] Finished in 0.610 seconds with exit status 1 (failed). | |
| INFO [5c0be960] Running /usr/bin/env ln -s /home/esign/api3-0/shared/config/master.key /home/esign/api3-0/releases/20260217211041/config/master.key as [email protected] | |
| DEBUG [5c0be960] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/config/master.key /home/esign/api3-0/releases/20260217211041/config/master.key | |
| DEBUG [574bae3c] Finished in 0.505 seconds with exit status 1 (failed). | |
| DEBUG [406f2278] Running [ -f /home/esign/api3-0/releases/20260217211041/.env.production ] as [email protected] | |
| DEBUG [406f2278] Command: [ -f /home/esign/api3-0/releases/20260217211041/.env.production ] | |
| DEBUG [04ef5db9] Finished in 0.510 seconds with exit status 1 (failed). | |
| DEBUG [11ba2cf8] Running [ -f /home/esign/api3-0/releases/20260217211041/.env.production ] as [email protected] | |
| DEBUG [11ba2cf8] Command: [ -f /home/esign/api3-0/releases/20260217211041/.env.production ] | |
| DEBUG [5c0be960] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [5c0be960] Finished in 0.597 seconds with exit status 0 (successful). | |
| DEBUG [012ef6d9] Running [ -L /home/esign/api3-0/releases/20260217211041/.env.production ] as [email protected] | |
| DEBUG [012ef6d9] Command: [ -L /home/esign/api3-0/releases/20260217211041/.env.production ] | |
| INFO [f8d06aae] Finished in 0.938 seconds with exit status 0 (successful). | |
| DEBUG [e02bb799] Running [ -L /home/esign/api3-0/releases/20260217211041/.env.production ] as [email protected] | |
| DEBUG [e02bb799] Command: [ -L /home/esign/api3-0/releases/20260217211041/.env.production ] | |
| DEBUG [406f2278] Finished in 0.507 seconds with exit status 1 (failed). | |
| INFO [b9d962db] Running /usr/bin/env ln -s /home/esign/api3-0/shared/.env.production /home/esign/api3-0/releases/20260217211041/.env.production as [email protected] | |
| DEBUG [b9d962db] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/.env.production /home/esign/api3-0/releases/20260217211041/.env.production | |
| DEBUG [11ba2cf8] Finished in 0.511 seconds with exit status 1 (failed). | |
| INFO [943a1df6] Running /usr/bin/env ln -s /home/esign/api3-0/shared/.env.production /home/esign/api3-0/releases/20260217211041/.env.production as [email protected] | |
| DEBUG [943a1df6] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/.env.production /home/esign/api3-0/releases/20260217211041/.env.production | |
| DEBUG [012ef6d9] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [012ef6d9] Finished in 0.596 seconds with exit status 1 (failed). | |
| DEBUG [21a888c4] Running [ -f /home/esign/api3-0/releases/20260217211041/.env.production ] as [email protected] | |
| DEBUG [21a888c4] Command: [ -f /home/esign/api3-0/releases/20260217211041/.env.production ] | |
| INFO [b9d962db] Finished in 0.509 seconds with exit status 0 (successful). | |
| DEBUG [e02bb799] Finished in 0.584 seconds with exit status 1 (failed). | |
| DEBUG [079d06a2] Running [ -f /home/esign/api3-0/releases/20260217211041/.env.production ] as [email protected] | |
| DEBUG [079d06a2] Command: [ -f /home/esign/api3-0/releases/20260217211041/.env.production ] | |
| INFO [943a1df6] Finished in 0.512 seconds with exit status 0 (successful). | |
| DEBUG [21a888c4] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [21a888c4] Finished in 0.601 seconds with exit status 1 (failed). | |
| INFO [133ea8bb] Running /usr/bin/env ln -s /home/esign/api3-0/shared/.env.production /home/esign/api3-0/releases/20260217211041/.env.production as [email protected] | |
| DEBUG [133ea8bb] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/.env.production /home/esign/api3-0/releases/20260217211041/.env.production | |
| DEBUG [079d06a2] Finished in 0.585 seconds with exit status 1 (failed). | |
| INFO [abbe074b] Running /usr/bin/env ln -s /home/esign/api3-0/shared/.env.production /home/esign/api3-0/releases/20260217211041/.env.production as [email protected] | |
| DEBUG [abbe074b] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/.env.production /home/esign/api3-0/releases/20260217211041/.env.production | |
| DEBUG [133ea8bb] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [133ea8bb] Finished in 0.607 seconds with exit status 0 (successful). | |
| INFO [abbe074b] Finished in 0.585 seconds with exit status 0 (successful). | |
| INFO [8efd7a0a] Running /usr/bin/env mkdir -p /home/esign/api3-0/releases/20260217211041 /home/esign/api3-0/releases/20260217211041/tmp /home/esign/api3-0/releases/20260217211041/vendor /home/esign/api3-0/releases/20260217211041/public as [email protected] | |
| DEBUG [8efd7a0a] Command: /usr/bin/env mkdir -p /home/esign/api3-0/releases/20260217211041 /home/esign/api3-0/releases/20260217211041/tmp /home/esign/api3-0/releases/20260217211041/vendor /home/esign/api3-0/releases/20260217211041/public | |
| INFO [976196a2] Running /usr/bin/env mkdir -p /home/esign/api3-0/releases/20260217211041 /home/esign/api3-0/releases/20260217211041/tmp /home/esign/api3-0/releases/20260217211041/vendor /home/esign/api3-0/releases/20260217211041/public as [email protected] | |
| DEBUG [976196a2] Command: /usr/bin/env mkdir -p /home/esign/api3-0/releases/20260217211041 /home/esign/api3-0/releases/20260217211041/tmp /home/esign/api3-0/releases/20260217211041/vendor /home/esign/api3-0/releases/20260217211041/public | |
| INFO [48f33b56] Running /usr/bin/env mkdir -p /home/esign/api3-0/releases/20260217211041 /home/esign/api3-0/releases/20260217211041/tmp /home/esign/api3-0/releases/20260217211041/vendor /home/esign/api3-0/releases/20260217211041/public as [email protected] | |
| DEBUG [48f33b56] Command: /usr/bin/env mkdir -p /home/esign/api3-0/releases/20260217211041 /home/esign/api3-0/releases/20260217211041/tmp /home/esign/api3-0/releases/20260217211041/vendor /home/esign/api3-0/releases/20260217211041/public | |
| INFO [5c2936d7] Running /usr/bin/env mkdir -p /home/esign/api3-0/releases/20260217211041 /home/esign/api3-0/releases/20260217211041/tmp /home/esign/api3-0/releases/20260217211041/vendor /home/esign/api3-0/releases/20260217211041/public as [email protected] | |
| DEBUG [5c2936d7] Command: /usr/bin/env mkdir -p /home/esign/api3-0/releases/20260217211041 /home/esign/api3-0/releases/20260217211041/tmp /home/esign/api3-0/releases/20260217211041/vendor /home/esign/api3-0/releases/20260217211041/public | |
| INFO [48f33b56] Finished in 0.354 seconds with exit status 0 (successful). | |
| DEBUG [6abc6954] Running [ -L /home/esign/api3-0/releases/20260217211041/log ] as [email protected] | |
| DEBUG [6abc6954] Command: [ -L /home/esign/api3-0/releases/20260217211041/log ] | |
| INFO [5c2936d7] Finished in 0.362 seconds with exit status 0 (successful). | |
| DEBUG [edde4e95] Running [ -L /home/esign/api3-0/releases/20260217211041/log ] as [email protected] | |
| DEBUG [edde4e95] Command: [ -L /home/esign/api3-0/releases/20260217211041/log ] | |
| DEBUG [8efd7a0a] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [8efd7a0a] Finished in 0.557 seconds with exit status 0 (successful). | |
| DEBUG [6d4005cb] Running [ -L /home/esign/api3-0/releases/20260217211041/log ] as [email protected] | |
| DEBUG [6d4005cb] Command: [ -L /home/esign/api3-0/releases/20260217211041/log ] | |
| INFO [976196a2] Finished in 0.584 seconds with exit status 0 (successful). | |
| DEBUG [a506e73e] Running [ -L /home/esign/api3-0/releases/20260217211041/log ] as [email protected] | |
| DEBUG [a506e73e] Command: [ -L /home/esign/api3-0/releases/20260217211041/log ] | |
| DEBUG [6abc6954] Finished in 0.506 seconds with exit status 1 (failed). | |
| DEBUG [74a4e75a] Running [ -d /home/esign/api3-0/releases/20260217211041/log ] as [email protected] | |
| DEBUG [74a4e75a] Command: [ -d /home/esign/api3-0/releases/20260217211041/log ] | |
| DEBUG [edde4e95] Finished in 0.516 seconds with exit status 1 (failed). | |
| DEBUG [82cb7c2c] Running [ -d /home/esign/api3-0/releases/20260217211041/log ] as [email protected] | |
| DEBUG [82cb7c2c] Command: [ -d /home/esign/api3-0/releases/20260217211041/log ] | |
| DEBUG [6d4005cb] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [6d4005cb] Finished in 0.608 seconds with exit status 1 (failed). | |
| DEBUG [1768cbfc] Running [ -d /home/esign/api3-0/releases/20260217211041/log ] as [email protected] | |
| DEBUG [1768cbfc] Command: [ -d /home/esign/api3-0/releases/20260217211041/log ] | |
| DEBUG [a506e73e] Finished in 0.587 seconds with exit status 1 (failed). | |
| DEBUG [f55f53bc] Running [ -d /home/esign/api3-0/releases/20260217211041/log ] as [email protected] | |
| DEBUG [f55f53bc] Command: [ -d /home/esign/api3-0/releases/20260217211041/log ] | |
| DEBUG [74a4e75a] Finished in 0.508 seconds with exit status 0 (successful). | |
| INFO [1f7db378] Running /usr/bin/env rm -rf /home/esign/api3-0/releases/20260217211041/log as [email protected] | |
| DEBUG [1f7db378] Command: /usr/bin/env rm -rf /home/esign/api3-0/releases/20260217211041/log | |
| DEBUG [82cb7c2c] Finished in 0.510 seconds with exit status 0 (successful). | |
| INFO [ea3e5781] Running /usr/bin/env rm -rf /home/esign/api3-0/releases/20260217211041/log as [email protected] | |
| DEBUG [ea3e5781] Command: /usr/bin/env rm -rf /home/esign/api3-0/releases/20260217211041/log | |
| DEBUG [f55f53bc] Finished in 0.585 seconds with exit status 0 (successful). | |
| INFO [3db1c2ea] Running /usr/bin/env rm -rf /home/esign/api3-0/releases/20260217211041/log as [email protected] | |
| DEBUG [3db1c2ea] Command: /usr/bin/env rm -rf /home/esign/api3-0/releases/20260217211041/log | |
| DEBUG [1768cbfc] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [1768cbfc] Finished in 0.599 seconds with exit status 0 (successful). | |
| INFO [56a3b855] Running /usr/bin/env rm -rf /home/esign/api3-0/releases/20260217211041/log as [email protected] | |
| DEBUG [56a3b855] Command: /usr/bin/env rm -rf /home/esign/api3-0/releases/20260217211041/log | |
| INFO [1f7db378] Finished in 0.508 seconds with exit status 0 (successful). | |
| INFO [e7d12f5e] Running /usr/bin/env ln -s /home/esign/api3-0/shared/log /home/esign/api3-0/releases/20260217211041/log as [email protected] | |
| DEBUG [e7d12f5e] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/log /home/esign/api3-0/releases/20260217211041/log | |
| INFO [ea3e5781] Finished in 0.511 seconds with exit status 0 (successful). | |
| INFO [2d312786] Running /usr/bin/env ln -s /home/esign/api3-0/shared/log /home/esign/api3-0/releases/20260217211041/log as [email protected] | |
| DEBUG [2d312786] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/log /home/esign/api3-0/releases/20260217211041/log | |
| INFO [3db1c2ea] Finished in 0.586 seconds with exit status 0 (successful). | |
| INFO [293c2c03] Running /usr/bin/env ln -s /home/esign/api3-0/shared/log /home/esign/api3-0/releases/20260217211041/log as [email protected] | |
| DEBUG [293c2c03] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/log /home/esign/api3-0/releases/20260217211041/log | |
| DEBUG [56a3b855] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [56a3b855] Finished in 0.597 seconds with exit status 0 (successful). | |
| INFO [e19f8c7c] Running /usr/bin/env ln -s /home/esign/api3-0/shared/log /home/esign/api3-0/releases/20260217211041/log as [email protected] | |
| DEBUG [e19f8c7c] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/log /home/esign/api3-0/releases/20260217211041/log | |
| INFO [e7d12f5e] Finished in 0.506 seconds with exit status 0 (successful). | |
| DEBUG [24be187c] Running [ -L /home/esign/api3-0/releases/20260217211041/tmp/pids ] as [email protected] | |
| DEBUG [24be187c] Command: [ -L /home/esign/api3-0/releases/20260217211041/tmp/pids ] | |
| INFO [2d312786] Finished in 0.512 seconds with exit status 0 (successful). | |
| DEBUG [4853a043] Running [ -L /home/esign/api3-0/releases/20260217211041/tmp/pids ] as [email protected] | |
| DEBUG [4853a043] Command: [ -L /home/esign/api3-0/releases/20260217211041/tmp/pids ] | |
| DEBUG [24be187c] Finished in 0.507 seconds with exit status 1 (failed). | |
| DEBUG [9c7f9a49] Running [ -d /home/esign/api3-0/releases/20260217211041/tmp/pids ] as [email protected] | |
| DEBUG [9c7f9a49] Command: [ -d /home/esign/api3-0/releases/20260217211041/tmp/pids ] | |
| DEBUG [4853a043] Finished in 0.510 seconds with exit status 1 (failed). | |
| DEBUG [3fdb4e91] Running [ -d /home/esign/api3-0/releases/20260217211041/tmp/pids ] as [email protected] | |
| DEBUG [3fdb4e91] Command: [ -d /home/esign/api3-0/releases/20260217211041/tmp/pids ] | |
| INFO [293c2c03] Finished in 0.587 seconds with exit status 0 (successful). | |
| DEBUG [7720aa5b] Running [ -L /home/esign/api3-0/releases/20260217211041/tmp/pids ] as [email protected] | |
| DEBUG [7720aa5b] Command: [ -L /home/esign/api3-0/releases/20260217211041/tmp/pids ] | |
| DEBUG [e19f8c7c] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [e19f8c7c] Finished in 0.594 seconds with exit status 0 (successful). | |
| DEBUG [e3d7423a] Running [ -L /home/esign/api3-0/releases/20260217211041/tmp/pids ] as [email protected] | |
| DEBUG [e3d7423a] Command: [ -L /home/esign/api3-0/releases/20260217211041/tmp/pids ] | |
| DEBUG [9c7f9a49] Finished in 0.507 seconds with exit status 1 (failed). | |
| INFO [60ceb497] Running /usr/bin/env ln -s /home/esign/api3-0/shared/tmp/pids /home/esign/api3-0/releases/20260217211041/tmp/pids as [email protected] | |
| DEBUG [60ceb497] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/tmp/pids /home/esign/api3-0/releases/20260217211041/tmp/pids | |
| DEBUG [3fdb4e91] Finished in 0.509 seconds with exit status 1 (failed). | |
| INFO [46074305] Running /usr/bin/env ln -s /home/esign/api3-0/shared/tmp/pids /home/esign/api3-0/releases/20260217211041/tmp/pids as [email protected] | |
| DEBUG [46074305] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/tmp/pids /home/esign/api3-0/releases/20260217211041/tmp/pids | |
| DEBUG [7720aa5b] Finished in 0.585 seconds with exit status 1 (failed). | |
| DEBUG [fc4fffc9] Running [ -d /home/esign/api3-0/releases/20260217211041/tmp/pids ] as [email protected] | |
| DEBUG [fc4fffc9] Command: [ -d /home/esign/api3-0/releases/20260217211041/tmp/pids ] | |
| DEBUG [e3d7423a] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [e3d7423a] Finished in 0.589 seconds with exit status 1 (failed). | |
| DEBUG [b53b8528] Running [ -d /home/esign/api3-0/releases/20260217211041/tmp/pids ] as [email protected] | |
| DEBUG [b53b8528] Command: [ -d /home/esign/api3-0/releases/20260217211041/tmp/pids ] | |
| INFO [60ceb497] Finished in 0.509 seconds with exit status 0 (successful). | |
| DEBUG [c96fed34] Running [ -L /home/esign/api3-0/releases/20260217211041/tmp/cache ] as [email protected] | |
| DEBUG [c96fed34] Command: [ -L /home/esign/api3-0/releases/20260217211041/tmp/cache ] | |
| INFO [46074305] Finished in 0.510 seconds with exit status 0 (successful). | |
| DEBUG [c9a48af6] Running [ -L /home/esign/api3-0/releases/20260217211041/tmp/cache ] as [email protected] | |
| DEBUG [c9a48af6] Command: [ -L /home/esign/api3-0/releases/20260217211041/tmp/cache ] | |
| DEBUG [fc4fffc9] Finished in 0.584 seconds with exit status 1 (failed). | |
| INFO [7568ecdc] Running /usr/bin/env ln -s /home/esign/api3-0/shared/tmp/pids /home/esign/api3-0/releases/20260217211041/tmp/pids as [email protected] | |
| DEBUG [7568ecdc] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/tmp/pids /home/esign/api3-0/releases/20260217211041/tmp/pids | |
| DEBUG [b53b8528] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [b53b8528] Finished in 0.593 seconds with exit status 1 (failed). | |
| INFO [ae6e7b6c] Running /usr/bin/env ln -s /home/esign/api3-0/shared/tmp/pids /home/esign/api3-0/releases/20260217211041/tmp/pids as [email protected] | |
| DEBUG [ae6e7b6c] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/tmp/pids /home/esign/api3-0/releases/20260217211041/tmp/pids | |
| DEBUG [c96fed34] Finished in 0.508 seconds with exit status 1 (failed). | |
| DEBUG [b71f0758] Running [ -d /home/esign/api3-0/releases/20260217211041/tmp/cache ] as [email protected] | |
| DEBUG [b71f0758] Command: [ -d /home/esign/api3-0/releases/20260217211041/tmp/cache ] | |
| DEBUG [c9a48af6] Finished in 0.510 seconds with exit status 1 (failed). | |
| DEBUG [451a1909] Running [ -d /home/esign/api3-0/releases/20260217211041/tmp/cache ] as [email protected] | |
| DEBUG [451a1909] Command: [ -d /home/esign/api3-0/releases/20260217211041/tmp/cache ] | |
| INFO [7568ecdc] Finished in 0.598 seconds with exit status 0 (successful). | |
| DEBUG [6b012171] Running [ -L /home/esign/api3-0/releases/20260217211041/tmp/cache ] as [email protected] | |
| DEBUG [6b012171] Command: [ -L /home/esign/api3-0/releases/20260217211041/tmp/cache ] | |
| DEBUG [ae6e7b6c] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [ae6e7b6c] Finished in 0.598 seconds with exit status 0 (successful). | |
| DEBUG [99e99942] Running [ -L /home/esign/api3-0/releases/20260217211041/tmp/cache ] as [email protected] | |
| DEBUG [99e99942] Command: [ -L /home/esign/api3-0/releases/20260217211041/tmp/cache ] | |
| DEBUG [b71f0758] Finished in 0.506 seconds with exit status 1 (failed). | |
| INFO [d6a771af] Running /usr/bin/env ln -s /home/esign/api3-0/shared/tmp/cache /home/esign/api3-0/releases/20260217211041/tmp/cache as [email protected] | |
| DEBUG [d6a771af] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/tmp/cache /home/esign/api3-0/releases/20260217211041/tmp/cache | |
| DEBUG [451a1909] Finished in 0.522 seconds with exit status 1 (failed). | |
| INFO [03679314] Running /usr/bin/env ln -s /home/esign/api3-0/shared/tmp/cache /home/esign/api3-0/releases/20260217211041/tmp/cache as [email protected] | |
| DEBUG [03679314] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/tmp/cache /home/esign/api3-0/releases/20260217211041/tmp/cache | |
| DEBUG [6b012171] Finished in 0.584 seconds with exit status 1 (failed). | |
| DEBUG [5e95396f] Running [ -d /home/esign/api3-0/releases/20260217211041/tmp/cache ] as [email protected] | |
| DEBUG [5e95396f] Command: [ -d /home/esign/api3-0/releases/20260217211041/tmp/cache ] | |
| DEBUG [99e99942] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [99e99942] Finished in 0.595 seconds with exit status 1 (failed). | |
| DEBUG [27b92761] Running [ -d /home/esign/api3-0/releases/20260217211041/tmp/cache ] as [email protected] | |
| DEBUG [27b92761] Command: [ -d /home/esign/api3-0/releases/20260217211041/tmp/cache ] | |
| INFO [d6a771af] Finished in 0.510 seconds with exit status 0 (successful). | |
| DEBUG [31047d05] Running [ -L /home/esign/api3-0/releases/20260217211041/tmp/sockets ] as [email protected] | |
| DEBUG [31047d05] Command: [ -L /home/esign/api3-0/releases/20260217211041/tmp/sockets ] | |
| INFO [03679314] Finished in 0.514 seconds with exit status 0 (successful). | |
| DEBUG [c54095e1] Running [ -L /home/esign/api3-0/releases/20260217211041/tmp/sockets ] as [email protected] | |
| DEBUG [c54095e1] Command: [ -L /home/esign/api3-0/releases/20260217211041/tmp/sockets ] | |
| DEBUG [5e95396f] Finished in 0.584 seconds with exit status 1 (failed). | |
| INFO [d91cd055] Running /usr/bin/env ln -s /home/esign/api3-0/shared/tmp/cache /home/esign/api3-0/releases/20260217211041/tmp/cache as [email protected] | |
| DEBUG [d91cd055] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/tmp/cache /home/esign/api3-0/releases/20260217211041/tmp/cache | |
| DEBUG [27b92761] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [27b92761] Finished in 0.599 seconds with exit status 1 (failed). | |
| INFO [4140e81b] Running /usr/bin/env ln -s /home/esign/api3-0/shared/tmp/cache /home/esign/api3-0/releases/20260217211041/tmp/cache as [email protected] | |
| DEBUG [4140e81b] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/tmp/cache /home/esign/api3-0/releases/20260217211041/tmp/cache | |
| DEBUG [31047d05] Finished in 0.506 seconds with exit status 1 (failed). | |
| DEBUG [128ff02a] Running [ -d /home/esign/api3-0/releases/20260217211041/tmp/sockets ] as [email protected] | |
| DEBUG [128ff02a] Command: [ -d /home/esign/api3-0/releases/20260217211041/tmp/sockets ] | |
| DEBUG [c54095e1] Finished in 0.511 seconds with exit status 1 (failed). | |
| DEBUG [e2ad0aa9] Running [ -d /home/esign/api3-0/releases/20260217211041/tmp/sockets ] as [email protected] | |
| DEBUG [e2ad0aa9] Command: [ -d /home/esign/api3-0/releases/20260217211041/tmp/sockets ] | |
| DEBUG [128ff02a] Finished in 0.506 seconds with exit status 1 (failed). | |
| INFO [666dc45b] Running /usr/bin/env ln -s /home/esign/api3-0/shared/tmp/sockets /home/esign/api3-0/releases/20260217211041/tmp/sockets as [email protected] | |
| DEBUG [666dc45b] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/tmp/sockets /home/esign/api3-0/releases/20260217211041/tmp/sockets | |
| INFO [d91cd055] Finished in 0.613 seconds with exit status 0 (successful). | |
| DEBUG [2218ca6e] Running [ -L /home/esign/api3-0/releases/20260217211041/tmp/sockets ] as [email protected] | |
| DEBUG [2218ca6e] Command: [ -L /home/esign/api3-0/releases/20260217211041/tmp/sockets ] | |
| DEBUG [e2ad0aa9] Finished in 0.511 seconds with exit status 1 (failed). | |
| INFO [ee058ad9] Running /usr/bin/env ln -s /home/esign/api3-0/shared/tmp/sockets /home/esign/api3-0/releases/20260217211041/tmp/sockets as [email protected] | |
| DEBUG [ee058ad9] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/tmp/sockets /home/esign/api3-0/releases/20260217211041/tmp/sockets | |
| DEBUG [4140e81b] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [4140e81b] Finished in 0.600 seconds with exit status 0 (successful). | |
| DEBUG [0d5f1396] Running [ -L /home/esign/api3-0/releases/20260217211041/tmp/sockets ] as [email protected] | |
| DEBUG [0d5f1396] Command: [ -L /home/esign/api3-0/releases/20260217211041/tmp/sockets ] | |
| INFO [666dc45b] Finished in 0.508 seconds with exit status 0 (successful). | |
| DEBUG [d9a24e35] Running [ -L /home/esign/api3-0/releases/20260217211041/vendor/bundle ] as [email protected] | |
| DEBUG [d9a24e35] Command: [ -L /home/esign/api3-0/releases/20260217211041/vendor/bundle ] | |
| INFO [ee058ad9] Finished in 0.512 seconds with exit status 0 (successful). | |
| DEBUG [9ddb89ed] Running [ -L /home/esign/api3-0/releases/20260217211041/vendor/bundle ] as [email protected] | |
| DEBUG [9ddb89ed] Command: [ -L /home/esign/api3-0/releases/20260217211041/vendor/bundle ] | |
| DEBUG [2218ca6e] Finished in 0.584 seconds with exit status 1 (failed). | |
| DEBUG [eecf273a] Running [ -d /home/esign/api3-0/releases/20260217211041/tmp/sockets ] as [email protected] | |
| DEBUG [eecf273a] Command: [ -d /home/esign/api3-0/releases/20260217211041/tmp/sockets ] | |
| DEBUG [0d5f1396] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [0d5f1396] Finished in 0.595 seconds with exit status 1 (failed). | |
| DEBUG [7258f6ff] Running [ -d /home/esign/api3-0/releases/20260217211041/tmp/sockets ] as [email protected] | |
| DEBUG [7258f6ff] Command: [ -d /home/esign/api3-0/releases/20260217211041/tmp/sockets ] | |
| DEBUG [d9a24e35] Finished in 0.505 seconds with exit status 1 (failed). | |
| DEBUG [3d8a0c93] Running [ -d /home/esign/api3-0/releases/20260217211041/vendor/bundle ] as [email protected] | |
| DEBUG [3d8a0c93] Command: [ -d /home/esign/api3-0/releases/20260217211041/vendor/bundle ] | |
| DEBUG [9ddb89ed] Finished in 0.511 seconds with exit status 1 (failed). | |
| DEBUG [dbf41ea0] Running [ -d /home/esign/api3-0/releases/20260217211041/vendor/bundle ] as [email protected] | |
| DEBUG [dbf41ea0] Command: [ -d /home/esign/api3-0/releases/20260217211041/vendor/bundle ] | |
| DEBUG [eecf273a] Finished in 0.584 seconds with exit status 1 (failed). | |
| INFO [4966ee67] Running /usr/bin/env ln -s /home/esign/api3-0/shared/tmp/sockets /home/esign/api3-0/releases/20260217211041/tmp/sockets as [email protected] | |
| DEBUG [4966ee67] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/tmp/sockets /home/esign/api3-0/releases/20260217211041/tmp/sockets | |
| DEBUG [7258f6ff] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [7258f6ff] Finished in 0.597 seconds with exit status 1 (failed). | |
| INFO [eb2b8401] Running /usr/bin/env ln -s /home/esign/api3-0/shared/tmp/sockets /home/esign/api3-0/releases/20260217211041/tmp/sockets as [email protected] | |
| DEBUG [eb2b8401] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/tmp/sockets /home/esign/api3-0/releases/20260217211041/tmp/sockets | |
| DEBUG [3d8a0c93] Finished in 0.505 seconds with exit status 1 (failed). | |
| INFO [fdc87029] Running /usr/bin/env ln -s /home/esign/api3-0/shared/vendor/bundle /home/esign/api3-0/releases/20260217211041/vendor/bundle as [email protected] | |
| DEBUG [fdc87029] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/vendor/bundle /home/esign/api3-0/releases/20260217211041/vendor/bundle | |
| DEBUG [dbf41ea0] Finished in 0.509 seconds with exit status 1 (failed). | |
| INFO [6829f1c7] Running /usr/bin/env ln -s /home/esign/api3-0/shared/vendor/bundle /home/esign/api3-0/releases/20260217211041/vendor/bundle as [email protected] | |
| DEBUG [6829f1c7] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/vendor/bundle /home/esign/api3-0/releases/20260217211041/vendor/bundle | |
| INFO [4966ee67] Finished in 0.585 seconds with exit status 0 (successful). | |
| DEBUG [7545e06b] Running [ -L /home/esign/api3-0/releases/20260217211041/vendor/bundle ] as [email protected] | |
| DEBUG [7545e06b] Command: [ -L /home/esign/api3-0/releases/20260217211041/vendor/bundle ] | |
| DEBUG [eb2b8401] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [eb2b8401] Finished in 0.593 seconds with exit status 0 (successful). | |
| DEBUG [8a0dbae4] Running [ -L /home/esign/api3-0/releases/20260217211041/vendor/bundle ] as [email protected] | |
| DEBUG [8a0dbae4] Command: [ -L /home/esign/api3-0/releases/20260217211041/vendor/bundle ] | |
| INFO [fdc87029] Finished in 0.508 seconds with exit status 0 (successful). | |
| DEBUG [7bf8dcb0] Running [ -L /home/esign/api3-0/releases/20260217211041/public/system ] as [email protected] | |
| DEBUG [7bf8dcb0] Command: [ -L /home/esign/api3-0/releases/20260217211041/public/system ] | |
| INFO [6829f1c7] Finished in 0.511 seconds with exit status 0 (successful). | |
| DEBUG [36551025] Running [ -L /home/esign/api3-0/releases/20260217211041/public/system ] as [email protected] | |
| DEBUG [36551025] Command: [ -L /home/esign/api3-0/releases/20260217211041/public/system ] | |
| DEBUG [7545e06b] Finished in 0.585 seconds with exit status 1 (failed). | |
| DEBUG [10026da1] Running [ -d /home/esign/api3-0/releases/20260217211041/vendor/bundle ] as [email protected] | |
| DEBUG [10026da1] Command: [ -d /home/esign/api3-0/releases/20260217211041/vendor/bundle ] | |
| DEBUG [8a0dbae4] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [8a0dbae4] Finished in 0.593 seconds with exit status 1 (failed). | |
| DEBUG [5dc3d372] Running [ -d /home/esign/api3-0/releases/20260217211041/vendor/bundle ] as [email protected] | |
| DEBUG [5dc3d372] Command: [ -d /home/esign/api3-0/releases/20260217211041/vendor/bundle ] | |
| DEBUG [7bf8dcb0] Finished in 0.508 seconds with exit status 1 (failed). | |
| DEBUG [09d5f542] Running [ -d /home/esign/api3-0/releases/20260217211041/public/system ] as [email protected] | |
| DEBUG [09d5f542] Command: [ -d /home/esign/api3-0/releases/20260217211041/public/system ] | |
| DEBUG [36551025] Finished in 0.509 seconds with exit status 1 (failed). | |
| DEBUG [9cf4d5de] Running [ -d /home/esign/api3-0/releases/20260217211041/public/system ] as [email protected] | |
| DEBUG [9cf4d5de] Command: [ -d /home/esign/api3-0/releases/20260217211041/public/system ] | |
| DEBUG [10026da1] Finished in 0.584 seconds with exit status 1 (failed). | |
| INFO [9af809c1] Running /usr/bin/env ln -s /home/esign/api3-0/shared/vendor/bundle /home/esign/api3-0/releases/20260217211041/vendor/bundle as [email protected] | |
| DEBUG [9af809c1] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/vendor/bundle /home/esign/api3-0/releases/20260217211041/vendor/bundle | |
| DEBUG [09d5f542] Finished in 0.508 seconds with exit status 1 (failed). | |
| INFO [e4dff07b] Running /usr/bin/env ln -s /home/esign/api3-0/shared/public/system /home/esign/api3-0/releases/20260217211041/public/system as [email protected] | |
| DEBUG [e4dff07b] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/public/system /home/esign/api3-0/releases/20260217211041/public/system | |
| DEBUG [5dc3d372] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [5dc3d372] Finished in 0.597 seconds with exit status 1 (failed). | |
| INFO [e04e8863] Running /usr/bin/env ln -s /home/esign/api3-0/shared/vendor/bundle /home/esign/api3-0/releases/20260217211041/vendor/bundle as [email protected] | |
| DEBUG [e04e8863] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/vendor/bundle /home/esign/api3-0/releases/20260217211041/vendor/bundle | |
| DEBUG [9cf4d5de] Finished in 0.510 seconds with exit status 1 (failed). | |
| INFO [0ba42fe9] Running /usr/bin/env ln -s /home/esign/api3-0/shared/public/system /home/esign/api3-0/releases/20260217211041/public/system as [email protected] | |
| DEBUG [0ba42fe9] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/public/system /home/esign/api3-0/releases/20260217211041/public/system | |
| INFO [9af809c1] Finished in 0.585 seconds with exit status 0 (successful). | |
| DEBUG [5898a3db] Running [ -L /home/esign/api3-0/releases/20260217211041/public/system ] as [email protected] | |
| DEBUG [5898a3db] Command: [ -L /home/esign/api3-0/releases/20260217211041/public/system ] | |
| INFO [e4dff07b] Finished in 0.510 seconds with exit status 0 (successful). | |
| INFO [0ba42fe9] Finished in 0.519 seconds with exit status 0 (successful). | |
| DEBUG [e04e8863] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [e04e8863] Finished in 0.595 seconds with exit status 0 (successful). | |
| DEBUG [c55f62f6] Running [ -L /home/esign/api3-0/releases/20260217211041/public/system ] as [email protected] | |
| DEBUG [c55f62f6] Command: [ -L /home/esign/api3-0/releases/20260217211041/public/system ] | |
| DEBUG [5898a3db] Finished in 0.585 seconds with exit status 1 (failed). | |
| DEBUG [1d968461] Running [ -d /home/esign/api3-0/releases/20260217211041/public/system ] as [email protected] | |
| DEBUG [1d968461] Command: [ -d /home/esign/api3-0/releases/20260217211041/public/system ] | |
| DEBUG [c55f62f6] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [c55f62f6] Finished in 0.592 seconds with exit status 1 (failed). | |
| DEBUG [b7ec004e] Running [ -d /home/esign/api3-0/releases/20260217211041/public/system ] as [email protected] | |
| DEBUG [b7ec004e] Command: [ -d /home/esign/api3-0/releases/20260217211041/public/system ] | |
| DEBUG [1d968461] Finished in 0.585 seconds with exit status 1 (failed). | |
| INFO [2d4e3f0c] Running /usr/bin/env ln -s /home/esign/api3-0/shared/public/system /home/esign/api3-0/releases/20260217211041/public/system as [email protected] | |
| DEBUG [2d4e3f0c] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/public/system /home/esign/api3-0/releases/20260217211041/public/system | |
| DEBUG [b7ec004e] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [b7ec004e] Finished in 0.595 seconds with exit status 1 (failed). | |
| INFO [c393e868] Running /usr/bin/env ln -s /home/esign/api3-0/shared/public/system /home/esign/api3-0/releases/20260217211041/public/system as [email protected] | |
| DEBUG [c393e868] Command: /usr/bin/env ln -s /home/esign/api3-0/shared/public/system /home/esign/api3-0/releases/20260217211041/public/system | |
| INFO [2d4e3f0c] Finished in 0.586 seconds with exit status 0 (successful). | |
| DEBUG [c393e868] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [c393e868] Finished in 0.618 seconds with exit status 0 (successful). | |
| DEBUG [4dc88963] Running if test ! -d /home/esign/api3-0/releases/20260217211041; then echo "Directory does not exist '/home/esign/api3-0/releases/20260217211041'" 1>&2; false; fi as [email protected] | |
| DEBUG [4dc88963] Command: if test ! -d /home/esign/api3-0/releases/20260217211041; then echo "Directory does not exist '/home/esign/api3-0/releases/20260217211041'" 1>&2; false; fi | |
| DEBUG [17f4cb5a] Running if test ! -d /home/esign/api3-0/releases/20260217211041; then echo "Directory does not exist '/home/esign/api3-0/releases/20260217211041'" 1>&2; false; fi as [email protected] | |
| DEBUG [17f4cb5a] Command: if test ! -d /home/esign/api3-0/releases/20260217211041; then echo "Directory does not exist '/home/esign/api3-0/releases/20260217211041'" 1>&2; false; fi | |
| DEBUG [10b5c56b] Running if test ! -d /home/esign/api3-0/releases/20260217211041; then echo "Directory does not exist '/home/esign/api3-0/releases/20260217211041'" 1>&2; false; fi as [email protected] | |
| DEBUG [10b5c56b] Command: if test ! -d /home/esign/api3-0/releases/20260217211041; then echo "Directory does not exist '/home/esign/api3-0/releases/20260217211041'" 1>&2; false; fi | |
| DEBUG [9b656cb9] Running if test ! -d /home/esign/api3-0/releases/20260217211041; then echo "Directory does not exist '/home/esign/api3-0/releases/20260217211041'" 1>&2; false; fi as [email protected] | |
| DEBUG [9b656cb9] Command: if test ! -d /home/esign/api3-0/releases/20260217211041; then echo "Directory does not exist '/home/esign/api3-0/releases/20260217211041'" 1>&2; false; fi | |
| DEBUG [4dc88963] Finished in 0.355 seconds with exit status 0 (successful). | |
| INFO [ef508b19] Running /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle config --local deployment true as [email protected] | |
| DEBUG [ef508b19] Command: cd /home/esign/api3-0/releases/20260217211041 && /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle config --local deployment true | |
| DEBUG [9b656cb9] Finished in 0.357 seconds with exit status 0 (successful). | |
| INFO [0fb83767] Running /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle config --local deployment true as [email protected] | |
| DEBUG [0fb83767] Command: cd /home/esign/api3-0/releases/20260217211041 && /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle config --local deployment true | |
| DEBUG [17f4cb5a] Finished in 0.423 seconds with exit status 0 (successful). | |
| INFO [3afc706b] Running /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle config --local deployment true as [email protected] | |
| DEBUG [3afc706b] Command: cd /home/esign/api3-0/releases/20260217211041 && /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle config --local deployment true | |
| DEBUG [10b5c56b] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [10b5c56b] Finished in 0.591 seconds with exit status 0 (successful). | |
| INFO [37ebd991] Running /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle config --local deployment true as [email protected] | |
| DEBUG [37ebd991] Command: cd /home/esign/api3-0/releases/20260217211041 && /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle config --local deployment true | |
| DEBUG [37ebd991] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [ef508b19] Finished in 0.948 seconds with exit status 0 (successful). | |
| INFO [63fb9807] Running /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle config --local specific_platform true as [email protected] | |
| DEBUG [63fb9807] Command: cd /home/esign/api3-0/releases/20260217211041 && /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle config --local specific_platform true | |
| INFO [0fb83767] Finished in 0.959 seconds with exit status 0 (successful). | |
| INFO [09f4ca73] Running /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle config --local specific_platform true as [email protected] | |
| DEBUG [09f4ca73] Command: cd /home/esign/api3-0/releases/20260217211041 && /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle config --local specific_platform true | |
| INFO [37ebd991] Finished in 1.205 seconds with exit status 0 (successful). | |
| INFO [4d1670fb] Running /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle config --local specific_platform true as [email protected] | |
| DEBUG [4d1670fb] Command: cd /home/esign/api3-0/releases/20260217211041 && /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle config --local specific_platform true | |
| INFO [3afc706b] Finished in 1.502 seconds with exit status 0 (successful). | |
| INFO [c908ce09] Running /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle config --local specific_platform true as [email protected] | |
| DEBUG [c908ce09] Command: cd /home/esign/api3-0/releases/20260217211041 && /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle config --local specific_platform true | |
| INFO [63fb9807] Finished in 0.948 seconds with exit status 0 (successful). | |
| INFO [8d567a07] Running /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle config --local path /home/esign/api3-0/shared/bundle as [email protected] | |
| DEBUG [8d567a07] Command: cd /home/esign/api3-0/releases/20260217211041 && /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle config --local path /home/esign/api3-0/shared/bundle | |
| INFO [09f4ca73] Finished in 0.966 seconds with exit status 0 (successful). | |
| INFO [dc56accb] Running /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle config --local path /home/esign/api3-0/shared/bundle as [email protected] | |
| DEBUG [dc56accb] Command: cd /home/esign/api3-0/releases/20260217211041 && /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle config --local path /home/esign/api3-0/shared/bundle | |
| DEBUG [4d1670fb] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [4d1670fb] Finished in 1.200 seconds with exit status 0 (successful). | |
| INFO [d8f098c7] Running /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle config --local path /home/esign/api3-0/shared/bundle as [email protected] | |
| DEBUG [d8f098c7] Command: cd /home/esign/api3-0/releases/20260217211041 && /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle config --local path /home/esign/api3-0/shared/bundle | |
| INFO [c908ce09] Finished in 1.181 seconds with exit status 0 (successful). | |
| INFO [f043f4af] Running /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle config --local path /home/esign/api3-0/shared/bundle as [email protected] | |
| DEBUG [f043f4af] Command: cd /home/esign/api3-0/releases/20260217211041 && /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle config --local path /home/esign/api3-0/shared/bundle | |
| INFO [8d567a07] Finished in 0.951 seconds with exit status 0 (successful). | |
| INFO [b4cf66f0] Running /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle config --local without development:test as [email protected] | |
| DEBUG [b4cf66f0] Command: cd /home/esign/api3-0/releases/20260217211041 && /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle config --local without development:test | |
| INFO [dc56accb] Finished in 0.989 seconds with exit status 0 (successful). | |
| INFO [d5156f5a] Running /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle config --local without development:test as [email protected] | |
| DEBUG [d5156f5a] Command: cd /home/esign/api3-0/releases/20260217211041 && /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle config --local without development:test | |
| DEBUG [d8f098c7] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [d8f098c7] Finished in 1.199 seconds with exit status 0 (successful). | |
| INFO [7e0e579e] Running /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle config --local without development:test as [email protected] | |
| DEBUG [7e0e579e] Command: cd /home/esign/api3-0/releases/20260217211041 && /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle config --local without development:test | |
| INFO [b4cf66f0] Finished in 1.036 seconds with exit status 0 (successful). | |
| INFO [f043f4af] Finished in 1.180 seconds with exit status 0 (successful). | |
| INFO [1d57f475] Running /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle config --local without development:test as [email protected] | |
| DEBUG [1d57f475] Command: cd /home/esign/api3-0/releases/20260217211041 && /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle config --local without development:test | |
| INFO [d5156f5a] Finished in 1.109 seconds with exit status 0 (successful). | |
| DEBUG [7e0e579e] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [7e0e579e] Finished in 1.386 seconds with exit status 0 (successful). | |
| INFO [1d57f475] Finished in 1.454 seconds with exit status 0 (successful). | |
| DEBUG [95e8a7e1] Running if test ! -d /home/esign/api3-0/releases/20260217211041; then echo "Directory does not exist '/home/esign/api3-0/releases/20260217211041'" 1>&2; false; fi as [email protected] | |
| DEBUG [95e8a7e1] Command: if test ! -d /home/esign/api3-0/releases/20260217211041; then echo "Directory does not exist '/home/esign/api3-0/releases/20260217211041'" 1>&2; false; fi | |
| DEBUG [37386435] Running if test ! -d /home/esign/api3-0/releases/20260217211041; then echo "Directory does not exist '/home/esign/api3-0/releases/20260217211041'" 1>&2; false; fi as [email protected] | |
| DEBUG [37386435] Command: if test ! -d /home/esign/api3-0/releases/20260217211041; then echo "Directory does not exist '/home/esign/api3-0/releases/20260217211041'" 1>&2; false; fi | |
| DEBUG [ff0d9b07] Running if test ! -d /home/esign/api3-0/releases/20260217211041; then echo "Directory does not exist '/home/esign/api3-0/releases/20260217211041'" 1>&2; false; fi as [email protected] | |
| DEBUG [ff0d9b07] Command: if test ! -d /home/esign/api3-0/releases/20260217211041; then echo "Directory does not exist '/home/esign/api3-0/releases/20260217211041'" 1>&2; false; fi | |
| DEBUG [fee712c8] Running if test ! -d /home/esign/api3-0/releases/20260217211041; then echo "Directory does not exist '/home/esign/api3-0/releases/20260217211041'" 1>&2; false; fi as [email protected] | |
| DEBUG [fee712c8] Command: if test ! -d /home/esign/api3-0/releases/20260217211041; then echo "Directory does not exist '/home/esign/api3-0/releases/20260217211041'" 1>&2; false; fi | |
| DEBUG [37386435] Finished in 0.359 seconds with exit status 0 (successful). | |
| DEBUG [268d68b7] Running /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle check as [email protected] | |
| DEBUG [268d68b7] Command: cd /home/esign/api3-0/releases/20260217211041 && /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle check | |
| DEBUG [fee712c8] Finished in 0.361 seconds with exit status 0 (successful). | |
| DEBUG [2329e45c] Running /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle check as [email protected] | |
| DEBUG [2329e45c] Command: cd /home/esign/api3-0/releases/20260217211041 && /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle check | |
| DEBUG [95e8a7e1] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [95e8a7e1] Finished in 0.433 seconds with exit status 0 (successful). | |
| DEBUG [a3b4ac38] Running /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle check as [email protected] | |
| DEBUG [a3b4ac38] Command: cd /home/esign/api3-0/releases/20260217211041 && /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle check | |
| DEBUG [ff0d9b07] Finished in 0.584 seconds with exit status 0 (successful). | |
| DEBUG [cf81c2f1] Running /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle check as [email protected] | |
| DEBUG [cf81c2f1] Command: cd /home/esign/api3-0/releases/20260217211041 && /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle check | |
| DEBUG [a3b4ac38] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [268d68b7] fatal: not a git repository (or any parent up to mount point /) | |
| Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). | |
| DEBUG [268d68b7] The Gemfile's dependencies are satisfied | |
| DEBUG [268d68b7] Finished in 1.118 seconds with exit status 0 (successful). | |
| INFO The Gemfile's dependencies are satisfied, skipping installation | |
| DEBUG [2329e45c] fatal: not a git repository (or any parent up to mount point /) | |
| Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). | |
| DEBUG [2329e45c] The Gemfile's dependencies are satisfied | |
| DEBUG [2329e45c] Finished in 1.180 seconds with exit status 0 (successful). | |
| INFO The Gemfile's dependencies are satisfied, skipping installation | |
| DEBUG [a3b4ac38] fatal: not a git repository (or any of the parent directories): .git | |
| DEBUG [a3b4ac38] The Gemfile's dependencies are satisfied | |
| DEBUG [a3b4ac38] Finished in 1.589 seconds with exit status 0 (successful). | |
| INFO The Gemfile's dependencies are satisfied, skipping installation | |
| DEBUG [cf81c2f1] fatal: not a git repository (or any of the parent directories): .git | |
| DEBUG [cf81c2f1] The Gemfile's dependencies are satisfied | |
| DEBUG [cf81c2f1] Finished in 1.595 seconds with exit status 0 (successful). | |
| INFO The Gemfile's dependencies are satisfied, skipping installation | |
| INFO [deploy:migrate] Run `rake db:migrate` | |
| DEBUG [75d62882] Running if test ! -d /home/esign/api3-0/releases/20260217211041; then echo "Directory does not exist '/home/esign/api3-0/releases/20260217211041'" 1>&2; false; fi as [email protected] | |
| DEBUG [75d62882] Command: if test ! -d /home/esign/api3-0/releases/20260217211041; then echo "Directory does not exist '/home/esign/api3-0/releases/20260217211041'" 1>&2; false; fi | |
| DEBUG [75d62882] Finished in 0.584 seconds with exit status 0 (successful). | |
| INFO [41c47a11] Running /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle exec rake db:migrate as [email protected] | |
| DEBUG [41c47a11] Command: cd /home/esign/api3-0/releases/20260217211041 && ( export RAILS_ENV="production" ; /usr/local/rvm/bin/rvm 3.2.5@esign_api_gemset do bundle exec rake db:migrate ) | |
| DEBUG [41c47a11] fatal: not a git repository (or any of the parent directories): .git | |
| DEBUG [41c47a11] /home/esign/api3-0/releases/20260217211041/config/initializers/sidekiq.rb:24: warning: Sidekiq's Delayed Extensions will be removed in Sidekiq 7.0 | |
| DEBUG [41c47a11] == 20260212144507 AddSavedFieldIndex: migrating =============================== | |
| DEBUG [41c47a11] -- add_index(:saved_fields, :saved_field_file_id) | |
| DEBUG [41c47a11] -> 6.8531s | |
| DEBUG [41c47a11] == 20260212144507 AddSavedFieldIndex: migrated (6.8532s) ====================== | |
| INFO [41c47a11] Finished in 19.937 seconds with exit status 0 (successful). | |
| INFO [37e1a623] Running /usr/bin/env sudo systemctl stop sidekiq_esign_prod@1 as [email protected] | |
| DEBUG [37e1a623] Command: /usr/bin/env sudo systemctl stop sidekiq_esign_prod@1 | |
| INFO [de732b3b] Running /usr/bin/env sudo systemctl stop sidekiq_esign_prod@1 as [email protected] | |
| DEBUG [de732b3b] Command: /usr/bin/env sudo systemctl stop sidekiq_esign_prod@1 | |
| INFO [a2dc0428] Running /usr/bin/env sudo systemctl stop sidekiq_esign_prod@1 as [email protected] | |
| DEBUG [a2dc0428] Command: /usr/bin/env sudo systemctl stop sidekiq_esign_prod@1 | |
| INFO [66cc6c18] Running /usr/bin/env sudo systemctl stop sidekiq_esign_prod@1 as [email protected] | |
| DEBUG [66cc6c18] Command: /usr/bin/env sudo systemctl stop sidekiq_esign_prod@1 | |
| DEBUG [de732b3b] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [66cc6c18] Finished in 0.926 seconds with exit status 0 (successful). | |
| INFO [42229854] Running /usr/bin/env sudo systemctl stop sidekiq_esign_prod@2 as [email protected] | |
| DEBUG [42229854] Command: /usr/bin/env sudo systemctl stop sidekiq_esign_prod@2 | |
| INFO [a2dc0428] Finished in 1.061 seconds with exit status 0 (successful). | |
| INFO [3d34024c] Running /usr/bin/env sudo systemctl stop sidekiq_esign_prod@2 as [email protected] | |
| DEBUG [3d34024c] Command: /usr/bin/env sudo systemctl stop sidekiq_esign_prod@2 | |
| INFO [42229854] Finished in 1.256 seconds with exit status 0 (successful). | |
| INFO [3d34024c] Finished in 1.194 seconds with exit status 0 (successful). | |
| INFO [de732b3b] Finished in 31.441 seconds with exit status 0 (successful). | |
| INFO [77dbbea8] Running /usr/bin/env sudo systemctl stop sidekiq_esign_prod@2 as [email protected] | |
| DEBUG [77dbbea8] Command: /usr/bin/env sudo systemctl stop sidekiq_esign_prod@2 | |
| INFO [37e1a623] Finished in 31.580 seconds with exit status 0 (successful). | |
| INFO [8316e62e] Running /usr/bin/env sudo systemctl stop sidekiq_esign_prod@2 as [email protected] | |
| DEBUG [8316e62e] Command: /usr/bin/env sudo systemctl stop sidekiq_esign_prod@2 | |
| DEBUG [77dbbea8] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [8316e62e] Finished in 1.163 seconds with exit status 0 (successful). | |
| INFO [77dbbea8] Finished in 1.333 seconds with exit status 0 (successful). | |
| INFO [67ffb05c] Running /usr/bin/env ln -s /home/esign/api3-0/releases/20260217211041 /home/esign/api3-0/releases/current as [email protected] | |
| DEBUG [67ffb05c] Command: /usr/bin/env ln -s /home/esign/api3-0/releases/20260217211041 /home/esign/api3-0/releases/current | |
| INFO [89f003eb] Running /usr/bin/env ln -s /home/esign/api3-0/releases/20260217211041 /home/esign/api3-0/releases/current as [email protected] | |
| DEBUG [89f003eb] Command: /usr/bin/env ln -s /home/esign/api3-0/releases/20260217211041 /home/esign/api3-0/releases/current | |
| INFO [92494305] Running /usr/bin/env ln -s /home/esign/api3-0/releases/20260217211041 /home/esign/api3-0/releases/current as [email protected] | |
| DEBUG [92494305] Command: /usr/bin/env ln -s /home/esign/api3-0/releases/20260217211041 /home/esign/api3-0/releases/current | |
| INFO [3239c093] Running /usr/bin/env ln -s /home/esign/api3-0/releases/20260217211041 /home/esign/api3-0/releases/current as [email protected] | |
| DEBUG [3239c093] Command: /usr/bin/env ln -s /home/esign/api3-0/releases/20260217211041 /home/esign/api3-0/releases/current | |
| INFO [67ffb05c] Finished in 0.555 seconds with exit status 0 (successful). | |
| INFO [d6e3a52a] Running /usr/bin/env mv /home/esign/api3-0/releases/current /home/esign/api3-0 as [email protected] | |
| DEBUG [d6e3a52a] Command: /usr/bin/env mv /home/esign/api3-0/releases/current /home/esign/api3-0 | |
| DEBUG [89f003eb] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [89f003eb] Finished in 0.592 seconds with exit status 0 (successful). | |
| INFO [2f6f3810] Running /usr/bin/env mv /home/esign/api3-0/releases/current /home/esign/api3-0 as [email protected] | |
| DEBUG [2f6f3810] Command: /usr/bin/env mv /home/esign/api3-0/releases/current /home/esign/api3-0 | |
| INFO [d6e3a52a] Finished in 0.586 seconds with exit status 0 (successful). | |
| DEBUG [2f6f3810] /etc/bashrc: line 93: TMOUT: readonly variable | |
| INFO [2f6f3810] Finished in 0.592 seconds with exit status 0 (successful). | |
| INFO [92494305] Finished in 1.811 seconds with exit status 0 (successful). | |
| INFO [5ce444b0] Running /usr/bin/env mv /home/esign/api3-0/releases/current /home/esign/api3-0 as [email protected] | |
| DEBUG [5ce444b0] Command: /usr/bin/env mv /home/esign/api3-0/releases/current /home/esign/api3-0 | |
| INFO [3239c093] Finished in 1.815 seconds with exit status 0 (successful). | |
| INFO [058cfa2c] Running /usr/bin/env mv /home/esign/api3-0/releases/current /home/esign/api3-0 as [email protected] | |
| DEBUG [058cfa2c] Command: /usr/bin/env mv /home/esign/api3-0/releases/current /home/esign/api3-0 | |
| INFO [5ce444b0] Finished in 0.507 seconds with exit status 0 (successful). | |
| INFO [058cfa2c] Finished in 0.516 seconds with exit status 0 (successful). | |
| DEBUG [11910438] Running /usr/bin/env pwd as [email protected] | |
| DEBUG [11910438] Command: /usr/bin/env pwd | |
| DEBUG [11910438] /home/esign | |
| DEBUG [11910438] Finished in 0.421 seconds with exit status 0 (successful). | |
| DEBUG [f6ae8fea] Running if test ! -d /home/esign; then echo "Directory does not exist '/home/esign'" 1>&2; false; fi as [email protected] | |
| DEBUG [f6ae8fea] Command: if test ! -d /home/esign; then echo "Directory does not exist '/home/esign'" 1>&2; false; fi | |
| DEBUG [f6ae8fea] Finished in 0.585 seconds with exit status 0 (successful). | |
| DEBUG [eec63e35] Running /usr/bin/env passenger -v as [email protected] | |
| DEBUG [eec63e35] Command: cd /home/esign && /usr/bin/env passenger -v | |
| DEBUG [eec63e35] Ignoring bcrypt-3.1.20 because its extensions are not built. Try: gem pristine bcrypt --version 3.1.20 | |
| DEBUG [eec63e35] Ignoring bcrypt_pbkdf-1.1.1 because its extensions are not built. Try: gem pristine bcrypt_pbkdf --version 1.1.1 | |
| DEBUG [eec63e35] Ignoring bigdecimal-3.1.9 because its extensions are not built. Try: gem pristine bigdecimal --version 3.1.9 | |
| DEBUG [eec63e35] Ignoring bootsnap-1.18.4 because its extensions are not built. Try: gem pristine bootsnap --version 1.18.4 | |
| DEBUG [eec63e35] Ignoring date-3.4.1 because its extensions are not built. Try: gem pristine date --version 3.4.1 | |
| DEBUG [eec63e35] Ignoring debug-1.10.0 because its extensions are not built. Try: gem pristine debug --version 1.10.0 | |
| DEBUG [eec63e35] Ignoring debug-1.7.1 because its extensions are not built. Try: gem pristine debug --version 1.7.1 | |
| DEBUG [eec63e35] Ignoring ed25519-1.3.0 because its extensions are not built. Try: gem pristine ed25519 --version 1.3.0 | |
| DEBUG [eec63e35] Ignoring gem-wrappers-1.4.0 because its extensions are not built. Try: gem pristine gem-wrappers --version 1.4.0 | |
| DEBUG [eec63e35] Ignoring io-console-0.8.0 because its extensions are not built. Try: gem pristine io-console --version 0.8.0 | |
| DEBUG [eec63e35] Ignoring json-2.10.2 because its extensions are not built. Try: gem pristine json --version 2.10.2 | |
| DEBUG [eec63e35] Ignoring msgpack-1.8.0 because its extensions are not built. Try: gem pristine msgpack --version 1.8.0 | |
| DEBUG [eec63e35] Ignoring mysql2-0.5.6 because its extensions are not built. Try: gem pristine mysql2 --version 0.5.6 | |
| DEBUG [eec63e35] Ignoring nio4r-2.7.4 because its extensions are not built. Try: gem pristine nio4r --version 2.7.4 | |
| DEBUG [eec63e35] Ignoring prism-1.4.0 because its extensions are not built. Try: gem pristine prism --version 1.4.0 | |
| DEBUG [eec63e35] Ignoring psych-5.2.3 because its extensions are not built. Try: gem pristine psych --version 5.2.3 | |
| DEBUG [eec63e35] Ignoring puma-6.6.0 because its extensions are not built. Try: gem pristine puma --version 6.6.0 | |
| DEBUG [eec63e35] Ignoring racc-1.8.1 because its extensions are not built. Try: gem pristine racc --version 1.8.1 | |
| DEBUG [eec63e35] Ignoring rbs-2.8.2 because its extensions are not built. Try: gem pristine rbs --version 2.8.2 | |
| DEBUG [eec63e35] Ignoring stringio-3.1.6 because its extensions are not built. Try: gem pristine stringio --version 3.1.6 | |
| DEBUG [eec63e35] Ignoring stringio-3.1.5 because its extensions are not built. Try: gem pristine stringio --version 3.1.5 | |
| DEBUG [eec63e35] Ignoring websocket-driver-0.7.7 because its extensions are not built. Try: gem pristine websocket-driver --version 0.7.7 | |
| DEBUG [eec63e35] Phusion Passenger(R) 6.1.0 | |
| DEBUG [eec63e35] Finished in 1.809 seconds with exit status 0 (successful). | |
| INFO [1a856629] Running /usr/bin/env passenger-config restart-app /home/esign/api3-0 --ignore-app-not-running as [email protected] | |
| DEBUG [1a856629] Command: cd /home/esign && /usr/bin/env passenger-config restart-app /home/esign/api3-0 --ignore-app-not-running | |
| DEBUG [1a856629] Ignoring bcrypt-3.1.20 because its extensions are not built. Try: gem pristine bcrypt --version 3.1.20 | |
| DEBUG [1a856629] Ignoring bcrypt_pbkdf-1.1.1 because its extensions are not built. Try: gem pristine bcrypt_pbkdf --version 1.1.1 | |
| DEBUG [1a856629] Ignoring bigdecimal-3.1.9 because its extensions are not built. Try: gem pristine bigdecimal --version 3.1.9 | |
| DEBUG [1a856629] Ignoring bootsnap-1.18.4 because its extensions are not built. Try: gem pristine bootsnap --version 1.18.4 | |
| DEBUG [1a856629] Ignoring date-3.4.1 because its extensions are not built. Try: gem pristine date --version 3.4.1 | |
| DEBUG [1a856629] Ignoring debug-1.10.0 because its extensions are not built. Try: gem pristine debug --version 1.10.0 | |
| DEBUG [1a856629] Ignoring debug-1.7.1 because its extensions are not built. Try: gem pristine debug --version 1.7.1 | |
| DEBUG [1a856629] Ignoring ed25519-1.3.0 because its extensions are not built. Try: gem pristine ed25519 --version 1.3.0 | |
| DEBUG [1a856629] Ignoring gem-wrappers-1.4.0 because its extensions are not built. Try: gem pristine gem-wrappers --version 1.4.0 | |
| DEBUG [1a856629] Ignoring io-console-0.8.0 because its extensions are not built. Try: gem pristine io-console --version 0.8.0 | |
| DEBUG [1a856629] Ignoring json-2.10.2 because its extensions are not built. Try: gem pristine json --version 2.10.2 | |
| DEBUG [1a856629] Ignoring msgpack-1.8.0 because its extensions are not built. Try: gem pristine msgpack --version 1.8.0 | |
| DEBUG [1a856629] Ignoring mysql2-0.5.6 because its extensions are not built. Try: gem pristine mysql2 --version 0.5.6 | |
| DEBUG [1a856629] Ignoring nio4r-2.7.4 because its extensions are not built. Try: gem pristine nio4r --version 2.7.4 | |
| DEBUG [1a856629] Ignoring prism-1.4.0 because its extensions are not built. Try: gem pristine prism --version 1.4.0 | |
| DEBUG [1a856629] Ignoring psych-5.2.3 because its extensions are not built. Try: gem pristine psych --version 5.2.3 | |
| DEBUG [1a856629] Ignoring puma-6.6.0 because its extensions are not built. Try: gem pristine puma --version 6.6.0 | |
| DEBUG [1a856629] Ignoring racc-1.8.1 because its extensions are not built. Try: gem pristine racc --version 1.8.1 | |
| DEBUG [1a856629] Ignoring rbs-2.8.2 because its extensions are not built. Try: gem pristine rbs --version 2.8.2 | |
| DEBUG [1a856629] Ignoring stringio-3.1.6 because its extensions are not built. Try: gem pristine stringio --version 3.1.6 | |
| DEBUG [1a856629] Ignoring stringio-3.1.5 because its extensions are not built. Try: gem pristine stringio --version 3.1.5 | |
| DEBUG [1a856629] Ignoring websocket-driver-0.7.7 because its extensions are not built. Try: gem pristine websocket-driver --version 0.7.7 | |
| DEBUG [1a856629] There are no Phusion Passenger(R)-served applications running whose paths begin with '/home/esign/api3-0'. | |
| DEBUG [1a856629] *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.2X9fj6U | |
| Warning: Directory not empty @ dir_s_rmdir - /var/run/passenger-instreg/passenger.2X9fj6U | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.6ukxKSL | |
| Warning: Directory not empty @ dir_s_rmdir - /var/run/passenger-instreg/passenger.6ukxKSL | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.BgIzAfF | |
| Warning: Directory not empty @ dir_s_rmdir - /var/run/passenger-instreg/passenger.BgIzAfF | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.J6YRiFb | |
| Warning: Directory not empty @ dir_s_rmdir - /var/run/passenger-instreg/passenger.J6YRiFb | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.JSYtK4f | |
| Warning: Directory not empty @ dir_s_rmdir - /var/run/passenger-instreg/passenger.JSYtK4f | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.LR8FxQC | |
| Warning: Directory not empty @ dir_s_rmdir - /var/run/passenger-instreg/passenger.LR8FxQC | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.NZGUnqE | |
| Warning: Directory not empty @ dir_s_rmdir - /var/run/passenger-instreg/passenger.NZGUnqE | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.TH4ceCr | |
| Warning: Directory not empty @ dir_s_rmdir - /var/run/passenger-instreg/passenger.TH4ceCr | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.XUXSP6C | |
| Warning: Directory not empty @ dir_s_rmdir - /var/run/passenger-instreg/passenger.XUXSP6C | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.eblr5mi | |
| Warning: Directory not empty @ dir_s_rmdir - /var/run/passenger-instreg/passenger.eblr5mi | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.t1SKHPd | |
| Warning: Directory not empty @ dir_s_rmdir - /var/run/passenger-instreg/passenger.t1SKHPd | |
| INFO [1a856629] Finished in 1.110 seconds with exit status 0 (successful). | |
| DEBUG [44e135cc] Running /usr/bin/env pwd as [email protected] | |
| DEBUG [44e135cc] Command: /usr/bin/env pwd | |
| DEBUG [44e135cc] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [44e135cc] /home/esign | |
| DEBUG [44e135cc] Finished in 0.428 seconds with exit status 0 (successful). | |
| DEBUG [75bfed75] Running if test ! -d /home/esign; then echo "Directory does not exist '/home/esign'" 1>&2; false; fi as [email protected] | |
| DEBUG [75bfed75] Command: if test ! -d /home/esign; then echo "Directory does not exist '/home/esign'" 1>&2; false; fi | |
| DEBUG [75bfed75] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [75bfed75] Finished in 0.592 seconds with exit status 0 (successful). | |
| INFO [b134f73f] Running /usr/bin/env passenger-config restart-app /home/esign/api3-0 --ignore-app-not-running as [email protected] | |
| DEBUG [b134f73f] Command: cd /home/esign && /usr/bin/env passenger-config restart-app /home/esign/api3-0 --ignore-app-not-running | |
| DEBUG [b134f73f] /etc/bashrc: line 93: TMOUT: readonly variable | |
| DEBUG [b134f73f] Ignoring bcrypt-3.1.20 because its extensions are not built. Try: gem pristine bcrypt --version 3.1.20 | |
| DEBUG [b134f73f] Ignoring bcrypt_pbkdf-1.1.1 because its extensions are not built. Try: gem pristine bcrypt_pbkdf --version 1.1.1 | |
| DEBUG [b134f73f] Ignoring bigdecimal-3.1.9 because its extensions are not built. Try: gem pristine bigdecimal --version 3.1.9 | |
| DEBUG [b134f73f] Ignoring bootsnap-1.18.4 because its extensions are not built. Try: gem pristine bootsnap --version 1.18.4 | |
| DEBUG [b134f73f] Ignoring date-3.4.1 because its extensions are not built. Try: gem pristine date --version 3.4.1 | |
| DEBUG [b134f73f] Ignoring debug-1.10.0 because its extensions are not built. Try: gem pristine debug --version 1.10.0 | |
| DEBUG [b134f73f] Ignoring debug-1.7.1 because its extensions are not built. Try: gem pristine debug --version 1.7.1 | |
| DEBUG [b134f73f] Ignoring ed25519-1.3.0 because its extensions are not built. Try: gem pristine ed25519 --version 1.3.0 | |
| DEBUG [b134f73f] Ignoring executable-hooks-1.7.1 because its extensions are not built. Try: gem pristine executable-hooks --version 1.7.1 | |
| DEBUG [b134f73f] Ignoring gem-wrappers-1.4.0 because its extensions are not built. Try: gem pristine gem-wrappers --version 1.4.0 | |
| DEBUG [b134f73f] Ignoring io-console-0.8.0 because its extensions are not built. Try: gem pristine io-console --version 0.8.0 | |
| DEBUG [b134f73f] Ignoring json-2.10.2 because its extensions are not built. Try: gem pristine json --version 2.10.2 | |
| DEBUG [b134f73f] Ignoring msgpack-1.8.0 because its extensions are not built. Try: gem pristine msgpack --version 1.8.0 | |
| DEBUG [b134f73f] Ignoring mysql2-0.5.6 because its extensions are not built. Try: gem pristine mysql2 --version 0.5.6 | |
| DEBUG [b134f73f] Ignoring nio4r-2.7.4 because its extensions are not built. Try: gem pristine nio4r --version 2.7.4 | |
| DEBUG [b134f73f] Ignoring prism-1.4.0 because its extensions are not built. Try: gem pristine prism --version 1.4.0 | |
| DEBUG [b134f73f] Ignoring psych-5.2.3 because its extensions are not built. Try: gem pristine psych --version 5.2.3 | |
| DEBUG [b134f73f] Ignoring puma-6.6.0 because its extensions are not built. Try: gem pristine puma --version 6.6.0 | |
| DEBUG [b134f73f] Ignoring racc-1.8.1 because its extensions are not built. Try: gem pristine racc --version 1.8.1 | |
| DEBUG [b134f73f] Ignoring rbs-2.8.2 because its extensions are not built. Try: gem pristine rbs --version 2.8.2 | |
| DEBUG [b134f73f] Ignoring stringio-3.1.6 because its extensions are not built. Try: gem pristine stringio --version 3.1.6 | |
| DEBUG [b134f73f] Ignoring stringio-3.1.5 because its extensions are not built. Try: gem pristine stringio --version 3.1.5 | |
| DEBUG [b134f73f] Ignoring websocket-driver-0.7.7 because its extensions are not built. Try: gem pristine websocket-driver --version 0.7.7 | |
| DEBUG [b134f73f] *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.SLIH7d5 | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.SLIH7d5 | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.WakCd1h | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.WakCd1h | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.jKAhvYm | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.jKAhvYm | |
| Restarting /home/esign/api3-0/current (production) | |
| INFO [b134f73f] Finished in 2.627 seconds with exit status 0 (successful). | |
| DEBUG [a12da333] Running /usr/bin/env pwd as [email protected] | |
| DEBUG [a12da333] Command: /usr/bin/env pwd | |
| DEBUG [a12da333] /home/esign | |
| DEBUG [a12da333] Finished in 0.352 seconds with exit status 0 (successful). | |
| DEBUG [b87b89a5] Running if test ! -d /home/esign; then echo "Directory does not exist '/home/esign'" 1>&2; false; fi as [email protected] | |
| DEBUG [b87b89a5] Command: if test ! -d /home/esign; then echo "Directory does not exist '/home/esign'" 1>&2; false; fi | |
| DEBUG [b87b89a5] Finished in 0.503 seconds with exit status 0 (successful). | |
| INFO [77706271] Running /usr/bin/env passenger-config restart-app /home/esign/api3-0 --ignore-app-not-running as [email protected] | |
| DEBUG [77706271] Command: cd /home/esign && /usr/bin/env passenger-config restart-app /home/esign/api3-0 --ignore-app-not-running | |
| DEBUG [77706271] Ignoring bcrypt-3.1.20 because its extensions are not built. Try: gem pristine bcrypt --version 3.1.20 | |
| DEBUG [77706271] Ignoring bcrypt_pbkdf-1.1.1 because its extensions are not built. Try: gem pristine bcrypt_pbkdf --version 1.1.1 | |
| DEBUG [77706271] Ignoring bigdecimal-3.1.9 because its extensions are not built. Try: gem pristine bigdecimal --version 3.1.9 | |
| DEBUG [77706271] Ignoring bootsnap-1.18.4 because its extensions are not built. Try: gem pristine bootsnap --version 1.18.4 | |
| DEBUG [77706271] Ignoring date-3.4.1 because its extensions are not built. Try: gem pristine date --version 3.4.1 | |
| DEBUG [77706271] Ignoring debug-1.10.0 because its extensions are not built. Try: gem pristine debug --version 1.10.0 | |
| DEBUG [77706271] Ignoring debug-1.7.1 because its extensions are not built. Try: gem pristine debug --version 1.7.1 | |
| DEBUG [77706271] Ignoring ed25519-1.3.0 because its extensions are not built. Try: gem pristine ed25519 --version 1.3.0 | |
| DEBUG [77706271] Ignoring executable-hooks-1.7.1 because its extensions are not built. Try: gem pristine executable-hooks --version 1.7.1 | |
| DEBUG [77706271] Ignoring gem-wrappers-1.4.0 because its extensions are not built. Try: gem pristine gem-wrappers --version 1.4.0 | |
| DEBUG [77706271] Ignoring io-console-0.8.0 because its extensions are not built. Try: gem pristine io-console --version 0.8.0 | |
| DEBUG [77706271] Ignoring json-2.10.2 because its extensions are not built. Try: gem pristine json --version 2.10.2 | |
| DEBUG [77706271] Ignoring msgpack-1.8.0 because its extensions are not built. Try: gem pristine msgpack --version 1.8.0 | |
| DEBUG [77706271] Ignoring mysql2-0.5.6 because its extensions are not built. Try: gem pristine mysql2 --version 0.5.6 | |
| DEBUG [77706271] Ignoring nio4r-2.7.4 because its extensions are not built. Try: gem pristine nio4r --version 2.7.4 | |
| DEBUG [77706271] Ignoring prism-1.4.0 because its extensions are not built. Try: gem pristine prism --version 1.4.0 | |
| DEBUG [77706271] Ignoring psych-5.2.3 because its extensions are not built. Try: gem pristine psych --version 5.2.3 | |
| DEBUG [77706271] Ignoring puma-6.6.0 because its extensions are not built. Try: gem pristine puma --version 6.6.0 | |
| DEBUG [77706271] Ignoring racc-1.8.1 because its extensions are not built. Try: gem pristine racc --version 1.8.1 | |
| DEBUG [77706271] Ignoring rbs-2.8.2 because its extensions are not built. Try: gem pristine rbs --version 2.8.2 | |
| DEBUG [77706271] Ignoring stringio-3.1.6 because its extensions are not built. Try: gem pristine stringio --version 3.1.6 | |
| DEBUG [77706271] Ignoring stringio-3.1.5 because its extensions are not built. Try: gem pristine stringio --version 3.1.5 | |
| DEBUG [77706271] Ignoring websocket-driver-0.7.7 because its extensions are not built. Try: gem pristine websocket-driver --version 0.7.7 | |
| (Backtrace restricted to imported tasks) | |
| cap aborted! | |
| SSHKit::Runner::ExecuteError: Exception while executing as [email protected]: passenger-config exit status: 1 (SSHKit::Runner::ExecuteError) | |
| passenger-config stdout: *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.1KPl5bG | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.1KPl5bG | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.3DEjhN9 | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.3DEjhN9 | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.NOI56gn | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.NOI56gn | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.UoXeZtk | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.UoXeZtk | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.elhCZmc | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.elhCZmc | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.l4n5m7L | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.l4n5m7L | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.mU6dcJO | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.mU6dcJO | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.qfkiDQV | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.qfkiDQV | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.relV492 | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.relV492 | |
| passenger-config stderr: Ignoring bcrypt-3.1.20 because its extensions are not built. Try: gem pristine bcrypt --version 3.1.20 | |
| Ignoring bcrypt_pbkdf-1.1.1 because its extensions are not built. Try: gem pristine bcrypt_pbkdf --version 1.1.1 | |
| Ignoring bigdecimal-3.1.9 because its extensions are not built. Try: gem pristine bigdecimal --version 3.1.9 | |
| Ignoring bootsnap-1.18.4 because its extensions are not built. Try: gem pristine bootsnap --version 1.18.4 | |
| Ignoring date-3.4.1 because its extensions are not built. Try: gem pristine date --version 3.4.1 | |
| Ignoring debug-1.10.0 because its extensions are not built. Try: gem pristine debug --version 1.10.0 | |
| Ignoring debug-1.7.1 because its extensions are not built. Try: gem pristine debug --version 1.7.1 | |
| Ignoring ed25519-1.3.0 because its extensions are not built. Try: gem pristine ed25519 --version 1.3.0 | |
| Ignoring executable-hooks-1.7.1 because its extensions are not built. Try: gem pristine executable-hooks --version 1.7.1 | |
| Ignoring gem-wrappers-1.4.0 because its extensions are not built. Try: gem pristine gem-wrappers --version 1.4.0 | |
| Ignoring io-console-0.8.0 because its extensions are not built. Try: gem pristine io-console --version 0.8.0 | |
| Ignoring json-2.10.2 because its extensions are not built. Try: gem pristine json --version 2.10.2 | |
| Ignoring msgpack-1.8.0 because its extensions are not built. Try: gem pristine msgpack --version 1.8.0 | |
| Ignoring mysql2-0.5.6 because its extensions are not built. Try: gem pristine mysql2 --version 0.5.6 | |
| Ignoring nio4r-2.7.4 because its extensions are not built. Try: gem pristine nio4r --version 2.7.4 | |
| Ignoring prism-1.4.0 because its extensions are not built. Try: gem pristine prism --version 1.4.0 | |
| Ignoring psych-5.2.3 because its extensions are not built. Try: gem pristine psych --version 5.2.3 | |
| Ignoring puma-6.6.0 because its extensions are not built. Try: gem pristine puma --version 6.6.0 | |
| Ignoring racc-1.8.1 because its extensions are not built. Try: gem pristine racc --version 1.8.1 | |
| Ignoring rbs-2.8.2 because its extensions are not built. Try: gem pristine rbs --version 2.8.2 | |
| Ignoring stringio-3.1.6 because its extensions are not built. Try: gem pristine stringio --version 3.1.6 | |
| Ignoring stringio-3.1.5 because its extensions are not built. Try: gem pristine stringio --version 3.1.5 | |
| Ignoring websocket-driver-0.7.7 because its extensions are not built. Try: gem pristine websocket-driver --version 0.7.7 | |
| *** ERROR: Phusion Passenger(R) doesn't seem to be running. If you are sure that it | |
| is running, then the causes of this problem could be one of: | |
| 1. You customized the instance registry directory using Apache's | |
| PassengerInstanceRegistryDir option, Nginx's | |
| passenger_instance_registry_dir option, or Phusion Passenger(R) Standalone's | |
| --instance-registry-dir command line argument. If so, please set the | |
| environment variable PASSENGER_INSTANCE_REGISTRY_DIR to that directory | |
| and run this command again. | |
| 2. The instance directory has been removed by an operating system background | |
| service. Please set a different instance registry directory using Apache's | |
| PassengerInstanceRegistryDir option, Nginx's passenger_instance_registry_dir | |
| option, or Phusion Passenger(R) Standalone's --instance-registry-dir command | |
| line argument. | |
| Caused by: | |
| SSHKit::Command::Failed: passenger-config exit status: 1 (SSHKit::Command::Failed) | |
| passenger-config stdout: *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.1KPl5bG | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.1KPl5bG | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.3DEjhN9 | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.3DEjhN9 | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.NOI56gn | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.NOI56gn | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.UoXeZtk | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.UoXeZtk | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.elhCZmc | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.elhCZmc | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.l4n5m7L | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.l4n5m7L | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.mU6dcJO | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.mU6dcJO | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.qfkiDQV | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.qfkiDQV | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.relV492 | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.relV492 | |
| passenger-config stderr: Ignoring bcrypt-3.1.20 because its extensions are not built. Try: gem pristine bcrypt --version 3.1.20 | |
| Ignoring bcrypt_pbkdf-1.1.1 because its extensions are not built. Try: gem pristine bcrypt_pbkdf --version 1.1.1 | |
| Ignoring bigdecimal-3.1.9 because its extensions are not built. Try: gem pristine bigdecimal --version 3.1.9 | |
| Ignoring bootsnap-1.18.4 because its extensions are not built. Try: gem pristine bootsnap --version 1.18.4 | |
| Ignoring date-3.4.1 because its extensions are not built. Try: gem pristine date --version 3.4.1 | |
| Ignoring debug-1.10.0 because its extensions are not built. Try: gem pristine debug --version 1.10.0 | |
| Ignoring debug-1.7.1 because its extensions are not built. Try: gem pristine debug --version 1.7.1 | |
| Ignoring ed25519-1.3.0 because its extensions are not built. Try: gem pristine ed25519 --version 1.3.0 | |
| Ignoring executable-hooks-1.7.1 because its extensions are not built. Try: gem pristine executable-hooks --version 1.7.1 | |
| Ignoring gem-wrappers-1.4.0 because its extensions are not built. Try: gem pristine gem-wrappers --version 1.4.0 | |
| Ignoring io-console-0.8.0 because its extensions are not built. Try: gem pristine io-console --version 0.8.0 | |
| Ignoring json-2.10.2 because its extensions are not built. Try: gem pristine json --version 2.10.2 | |
| Ignoring msgpack-1.8.0 because its extensions are not built. Try: gem pristine msgpack --version 1.8.0 | |
| Ignoring mysql2-0.5.6 because its extensions are not built. Try: gem pristine mysql2 --version 0.5.6 | |
| Ignoring nio4r-2.7.4 because its extensions are not built. Try: gem pristine nio4r --version 2.7.4 | |
| Ignoring prism-1.4.0 because its extensions are not built. Try: gem pristine prism --version 1.4.0 | |
| Ignoring psych-5.2.3 because its extensions are not built. Try: gem pristine psych --version 5.2.3 | |
| Ignoring puma-6.6.0 because its extensions are not built. Try: gem pristine puma --version 6.6.0 | |
| Ignoring racc-1.8.1 because its extensions are not built. Try: gem pristine racc --version 1.8.1 | |
| Ignoring rbs-2.8.2 because its extensions are not built. Try: gem pristine rbs --version 2.8.2 | |
| Ignoring stringio-3.1.6 because its extensions are not built. Try: gem pristine stringio --version 3.1.6 | |
| Ignoring stringio-3.1.5 because its extensions are not built. Try: gem pristine stringio --version 3.1.5 | |
| Ignoring websocket-driver-0.7.7 because its extensions are not built. Try: gem pristine websocket-driver --version 0.7.7 | |
| *** ERROR: Phusion Passenger(R) doesn't seem to be running. If you are sure that it | |
| is running, then the causes of this problem could be one of: | |
| 1. You customized the instance registry directory using Apache's | |
| PassengerInstanceRegistryDir option, Nginx's | |
| passenger_instance_registry_dir option, or Phusion Passenger(R) Standalone's | |
| --instance-registry-dir command line argument. If so, please set the | |
| environment variable PASSENGER_INSTANCE_REGISTRY_DIR to that directory | |
| and run this command again. | |
| 2. The instance directory has been removed by an operating system background | |
| service. Please set a different instance registry directory using Apache's | |
| PassengerInstanceRegistryDir option, Nginx's passenger_instance_registry_dir | |
| option, or Phusion Passenger(R) Standalone's --instance-registry-dir command | |
| line argument. | |
| Tasks: TOP => passenger:restart | |
| (See full trace by running task with --trace) | |
| The deploy has failed with an error: Exception while executing as [email protected]: passenger-config exit status: 1 | |
| passenger-config stdout: *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.1KPl5bG | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.1KPl5bG | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.3DEjhN9 | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.3DEjhN9 | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.NOI56gn | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.NOI56gn | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.UoXeZtk | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.UoXeZtk | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.elhCZmc | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.elhCZmc | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.l4n5m7L | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.l4n5m7L | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.mU6dcJO | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.mU6dcJO | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.qfkiDQV | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.qfkiDQV | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.relV492 | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.relV492 | |
| passenger-config stderr: Ignoring bcrypt-3.1.20 because its extensions are not built. Try: gem pristine bcrypt --version 3.1.20 | |
| Ignoring bcrypt_pbkdf-1.1.1 because its extensions are not built. Try: gem pristine bcrypt_pbkdf --version 1.1.1 | |
| Ignoring bigdecimal-3.1.9 because its extensions are not built. Try: gem pristine bigdecimal --version 3.1.9 | |
| Ignoring bootsnap-1.18.4 because its extensions are not built. Try: gem pristine bootsnap --version 1.18.4 | |
| Ignoring date-3.4.1 because its extensions are not built. Try: gem pristine date --version 3.4.1 | |
| Ignoring debug-1.10.0 because its extensions are not built. Try: gem pristine debug --version 1.10.0 | |
| Ignoring debug-1.7.1 because its extensions are not built. Try: gem pristine debug --version 1.7.1 | |
| Ignoring ed25519-1.3.0 because its extensions are not built. Try: gem pristine ed25519 --version 1.3.0 | |
| Ignoring executable-hooks-1.7.1 because its extensions are not built. Try: gem pristine executable-hooks --version 1.7.1 | |
| Ignoring gem-wrappers-1.4.0 because its extensions are not built. Try: gem pristine gem-wrappers --version 1.4.0 | |
| Ignoring io-console-0.8.0 because its extensions are not built. Try: gem pristine io-console --version 0.8.0 | |
| Ignoring json-2.10.2 because its extensions are not built. Try: gem pristine json --version 2.10.2 | |
| Ignoring msgpack-1.8.0 because its extensions are not built. Try: gem pristine msgpack --version 1.8.0 | |
| Ignoring mysql2-0.5.6 because its extensions are not built. Try: gem pristine mysql2 --version 0.5.6 | |
| Ignoring nio4r-2.7.4 because its extensions are not built. Try: gem pristine nio4r --version 2.7.4 | |
| Ignoring prism-1.4.0 because its extensions are not built. Try: gem pristine prism --version 1.4.0 | |
| Ignoring psych-5.2.3 because its extensions are not built. Try: gem pristine psych --version 5.2.3 | |
| Ignoring puma-6.6.0 because its extensions are not built. Try: gem pristine puma --version 6.6.0 | |
| Ignoring racc-1.8.1 because its extensions are not built. Try: gem pristine racc --version 1.8.1 | |
| Ignoring rbs-2.8.2 because its extensions are not built. Try: gem pristine rbs --version 2.8.2 | |
| Ignoring stringio-3.1.6 because its extensions are not built. Try: gem pristine stringio --version 3.1.6 | |
| Ignoring stringio-3.1.5 because its extensions are not built. Try: gem pristine stringio --version 3.1.5 | |
| Ignoring websocket-driver-0.7.7 because its extensions are not built. Try: gem pristine websocket-driver --version 0.7.7 | |
| *** ERROR: Phusion Passenger(R) doesn't seem to be running. If you are sure that it | |
| is running, then the causes of this problem could be one of: | |
| 1. You customized the instance registry directory using Apache's | |
| PassengerInstanceRegistryDir option, Nginx's | |
| passenger_instance_registry_dir option, or Phusion Passenger(R) Standalone's | |
| --instance-registry-dir command line argument. If so, please set the | |
| environment variable PASSENGER_INSTANCE_REGISTRY_DIR to that directory | |
| and run this command again. | |
| 2. The instance directory has been removed by an operating system background | |
| service. Please set a different instance registry directory using Apache's | |
| PassengerInstanceRegistryDir option, Nginx's passenger_instance_registry_dir | |
| option, or Phusion Passenger(R) Standalone's --instance-registry-dir command | |
| line argument. | |
| DEBUG [77706271] *** ERROR: Phusion Passenger(R) doesn't seem to be running. If you are sure that it | |
| is running, then the causes of this problem could be one of: | |
| 1. You customized the instance registry directory using Apache's | |
| PassengerInstanceRegistryDir option, Nginx's | |
| passenger_instance_registry_dir option, or Phusion Passenger(R) Standalone's | |
| --instance-registry-dir command line argument. If so, please set the | |
| environment variable PASSENGER_INSTANCE_REGISTRY_DIR to that directory | |
| and run this command again. | |
| 2. The instance directory has been removed by an operating system background | |
| service. Please set a different instance registry directory using Apache's | |
| PassengerInstanceRegistryDir option, Nginx's passenger_instance_registry_dir | |
| option, or Phusion Passenger(R) Standalone's --instance-registry-dir command | |
| line argument. | |
| DEBUG [77706271] *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.1KPl5bG | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.1KPl5bG | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.3DEjhN9 | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.3DEjhN9 | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.NOI56gn | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.NOI56gn | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.UoXeZtk | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.UoXeZtk | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.elhCZmc | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.elhCZmc | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.l4n5m7L | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.l4n5m7L | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.mU6dcJO | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.mU6dcJO | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.qfkiDQV | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.qfkiDQV | |
| *** Cleaning stale instance directory /var/run/passenger-instreg/passenger.relV492 | |
| Warning: Permission denied @ dir_s_rmdir - /var/run/passenger-instreg/passenger.relV492 | |
| The command "if [[ $TRAVIS_BRANCH == 'dev' && $TRAVIS_PULL_REQUEST == 'false' ]]; then | |
| bundle exec cap dev deploy | |
| elif [[ $TRAVIS_BRANCH == 'sandbox' && $TRAVIS_PULL_REQUEST == 'false' ]]; then | |
| bundle exec cap sandbox deploy | |
| elif [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then | |
| bundle exec cap production deploy | |
| fi | |
| " exited with 1. | |
| cache.2 | |
| store build cache | |
| Done. Your build exited with 1. | |
| Top | |
| Search all repositories | |
| My Repositories | |
| Running (0/0) | |
| E-sign/e-sign-api-v3 1492 | |
| Duration: 16 min 42 sec | |
| Finished: 14 minutes ago | |
| E-sign/E-Sign-V2 986 | |
| Duration: 6 min 7 sec | |
| Finished: 4 hours ago | |
| E-sign/basket-v1 264 | |
| Duration: 5 min 34 sec | |
| Finished: a day ago | |
| E-sign/webforms-webapp 209 | |
| Duration: 2 min 21 sec | |
| Finished: 3 months ago | |
| E-sign/webforms-v1 299 | |
| Duration: 3 min 40 sec | |
| Finished: 4 months ago | |
| E-sign/developer-hub 209 | |
| Duration: - | |
| Finished: 2 years ago | |
| E-sign/electronic-prescription-basket | |
| Duration: - | |
| © 2026 | |
| Privacy | |
| Legal | |
| Licensing information | |
| Documentation | |
| Changelog | |
| Support | |
| ● | |
| Travis CI Status | |
| Cookie settings |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment