Skip to content

Instantly share code, notes, and snippets.

@tansaku
Created October 30, 2018 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tansaku/24699ff58901c974b0c8ce48901170f1 to your computer and use it in GitHub Desktop.
Save tansaku/24699ff58901c974b0c8ce48901170f1 to your computer and use it in GitHub Desktop.
deploy output from metplus
OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014
debug1: Reading configuration data /home/runner/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to agileventures.eastus.cloudapp.azure.com [40.71.255.113] port 22.
debug1: Connection established.
debug1: identity file /home/runner/.ssh/id_rsa_deployer type -1
debug1: identity file /home/runner/.ssh/id_rsa_deployer-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10
debug1: Remote protocol version 2.0, remote software version OpenSSH_7.2p2 Ubuntu-4ubuntu2.4
debug1: match: OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 pat OpenSSH* compat 0x04000000
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-sha1-etm@openssh.com none
debug1: kex: client->server aes128-ctr hmac-sha1-etm@openssh.com none
debug1: sending SSH2_MSG_KEX_ECDH_INIT
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ECDSA 48:34:ef:a1:f1:b2:70:18:f9:f0:56:fe:ff:b6:68:a6
debug1: Host 'agileventures.eastus.cloudapp.azure.com' is known and matches the ECDSA host key.
debug1: Found key in /home/runner/.ssh/known_hosts:1
Warning: Permanently added the ECDSA host key for IP address '40.71.255.113' to the list of known hosts.
debug1: ssh_ecdsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /home/runner/.ssh/id_rsa
debug1: Server accepts key: pkalg ssh-rsa blen 151
debug1: Authentication succeeded (publickey).
Authenticated to agileventures.eastus.cloudapp.azure.com ([40.71.255.113]:22).
debug1: channel 0: new [client-session]
debug1: Requesting no-more-sessions@openssh.com
debug1: Entering interactive session.
debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0
debug1: Remote: Forced command.
debug1: Remote: Agent forwarding disabled.
debug1: Remote: User rc execution disabled.
debug1: Remote: X11 forwarding disabled.
debug1: Remote: Port forwarding disabled.
debug1: Remote: Forced command.
debug1: Remote: Agent forwarding disabled.
debug1: Remote: User rc execution disabled.
debug1: Remote: X11 forwarding disabled.
debug1: Remote: Port forwarding disabled.
debug1: Sending environment.
debug1: Sending env LANG = en_US.UTF-8
debug1: Sending env LC_ALL = en_US.UTF-8
debug1: Sending command: git-receive-pack 'metplus-pets-staging'
Enumerating objects: 1, done.
Counting objects: 100% (1/1)
Counting objects: 100% (1/1), done.
Writing objects: 100% (1/1)
Writing objects: 100% (1/1), 203 bytes | 50.00 KiB/s, done.
Total 1 (delta 0), reused 0 (delta 0)
remote: -----> Cleaning up...
remote: -----> Building metplus-pets-staging from herokuish...
remote: -----> Adding BUILD_ENV to build environment...
remote: -----> Ruby app detected
remote: -----> Compiling Ruby/Rails
remote: -----> Using Ruby version: ruby-2.3.3
remote: -----> Installing dependencies using bundler 1.13.7
remote: Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
remote: Warning: the running version of Bundler (1.13.7) is older than the version that created the lockfile (1.16.1). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
remote: Fetching gem metadata from https://rubygems.org/.........
remote: Fetching version metadata from https://rubygems.org/..
remote: Fetching dependency metadata from https://rubygems.org/.
remote: Using rake 12.3.0
remote: Using concurrent-ruby 1.0.5
remote: Using minitest 5.10.3
remote: Using thread_safe 0.3.6
remote: Using builder 3.2.3
remote: Using erubis 2.7.0
remote: Using mini_portile2 2.1.0
remote: Using crass 1.0.3
remote: Using rack 1.6.8
remote: Using mini_mime 1.0.0
remote: Using arel 6.0.4
remote: Using airbrake-ruby 2.8.1
remote: Using bcrypt 3.1.10
remote: Using will_paginate 3.0.7
remote: Using cocoon 1.2.9
remote: Using coffee-script-source 1.10.0
remote: Using execjs 2.6.0
remote: Using thor 0.20.0
remote: Using orm_adapter 0.5.0
remote: Using unf_ext 0.0.7.5
remote: Using ffaker 2.2.0
remote: Using ffi 1.9.10
remote: Using tilt 2.0.2
remote: Using httpclient 2.7.1
remote: Using multi_json 1.11.2
remote: Using json 1.8.6
remote: Using mime-types 2.99.3
remote: Using netrc 0.11.0
remote: Using pg 0.18.4
remote: Using pusher-signature 0.1.8
remote: Using bundler 1.13.7
remote: Using rails_serve_static_assets 0.0.4
remote: Using rails_stdout_logging 0.0.4
remote: Using rb-fsevent 0.10.2
remote: Using rdoc 4.2.1
remote: Using i18n 0.9.1
remote: Using tzinfo 1.2.4
remote: Using nokogiri 1.6.8.1
remote: Using rack-test 0.6.3
remote: Using warden 1.2.4
remote: Using puma 2.11.3
remote: Using sprockets 3.7.1
remote: Using airbrake 7.2.0
remote: Using mail 2.7.0
remote: Using bootstrap-will_paginate 1.0.0
remote: Using coffee-script 2.4.1
remote: Using unf 0.1.4
remote: Using rb-inotify 0.9.10
remote: Using figaro 1.1.1
remote: Using uglifier 2.7.2
remote: Using pusher 0.17.0
remote: Using rails_12factor 0.0.3
remote: Using sdoc 0.4.1
remote: Using faker 1.4.3
remote: Using activesupport 4.2.10
remote: Using loofah 2.1.1
remote: Using haml 4.0.7
remote: Using domain_name 0.5.20180417
remote: Using sass-listen 4.0.0
remote: Using rails-deprecated_sanitizer 1.0.3
remote: Using globalid 0.4.1
remote: Using activemodel 4.2.10
remote: Using delayed_job 4.1.1
remote: Using jbuilder 2.4.0
remote: Using pundit 1.1.0
remote: Using rails-html-sanitizer 1.0.3
remote: Using http-cookie 1.0.3
remote: Using sass 3.5.3
remote: Using rails-dom-testing 1.0.8
remote: Using activejob 4.2.10
remote: Using activerecord 4.2.10
remote: Using rest-client 2.0.2
remote: Using actionview 4.2.10
remote: Using active_record-acts_as 1.0.7
remote: Using delayed_job_active_record 4.1.0
remote: Using polyamorous 1.3.0
remote: Using actionpack 4.2.10
remote: Using actionmailer 4.2.10
remote: Using railties 4.2.10
remote: Using sprockets-rails 3.2.1
remote: Using ransack 1.7.0
remote: Using mailgun_rails 0.8.0
remote: Using coffee-rails 4.1.1
remote: Using responders 2.1.1
remote: Using jquery-rails 4.0.5
remote: Using js_cookie_rails 1.0.1
remote: Using rails 4.2.10
remote: Using sass-rails 5.0.7
remote: Using turbolinks 2.5.3
remote: Using devise 3.5.3
remote: Using jquery-turbolinks 2.1.0
remote: Using devise_invitable 1.5.5
remote: Bundle complete! 51 Gemfile dependencies, 92 gems now installed.
remote: Gems in the groups development and test were not installed.
remote: Bundled gems are installed into ./vendor/bundle.
remote: Bundle completed (16.46s)
remote: Cleaning up the bundler cache.
remote: Warning: the running version of Bundler (1.13.7) is older than the version that created the lockfile (1.16.1). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
remote: -----> Installing node-v6.10.0-linux-x64
remote: -----> Detecting rake tasks
remote: -----> Preparing app for Rails asset pipeline
remote: Running: rake assets:precompile
remote: Asset precompilation completed (7.61s)
remote: Cleaning assets
remote: Running: rake assets:clean
remote:
remote: ###### WARNING:
remote: You are deploying to a non-production environment: "staging".
remote: This is not recommended.
remote: See https://devcenter.heroku.com/articles/deploying-to-a-custom-rails-environment for more information.
remote:
remote: -----> Discovering process types
remote: Procfile declares types -> web
remote: -----> Releasing metplus-pets-staging (dokku/metplus-pets-staging:latest)...
remote: -----> Deploying metplus-pets-staging (dokku/metplus-pets-staging:latest)...
remote: -----> Attempting to run scripts.dokku.predeploy from app.json (if defined)
remote: -----> App Procfile file found (/home/dokku/metplus-pets-staging/DOKKU_PROCFILE)
remote: -----> DOKKU_SCALE file found (/home/dokku/metplus-pets-staging/DOKKU_SCALE)
remote: =====> web=1
remote: -----> Attempting pre-flight checks
remote: For more efficient zero downtime deployments, create a file CHECKS.
remote: See http://dokku.viewdocs.io/dokku/deployment/zero-downtime-deploys/ for examples
remote: CHECKS file not found in container: Running simple container check...
remote: -----> Waiting for 10 seconds ...
remote: -----> Default container check successful!
remote: -----> Running post-deploy
remote: -----> Found previous container(s) (ade9f0271fa0) named metplus-pets-staging.web.1
remote: =====> renaming container (ade9f0271fa0) metplus-pets-staging.web.1 to metplus-pets-staging.web.1.1540917886
remote: =====> renaming container (88ed36d2e662) suspicious_snyder to metplus-pets-staging.web.1
remote: -----> Configuring staging.petsworkforce.com...(using built-in template)
remote: -----> Creating https nginx.conf
remote: -----> Running nginx-pre-reload
remote: Reloading nginx
remote: -----> Setting config vars
remote: DOKKU_APP_RESTORE: 1
remote: -----> Attempting to run scripts.dokku.postdeploy from app.json (if defined)
remote: -----> Running 'bundle exec rake db:migrate' in app container
debug1: client_input_channel_req: channel 0 rtype keepalive@openssh.com reply 1
debug1: client_input_channel_req: channel 0 rtype keepalive@openssh.com reply 1
debug1: client_input_channel_req: channel 0 rtype keepalive@openssh.com reply 1
debug1: client_input_channel_req: channel 0 rtype keepalive@openssh.com reply 1
debug1: client_input_channel_req: channel 0 rtype keepalive@openssh.com reply 1
debug1: client_input_channel_req: channel 0 rtype keepalive@openssh.com reply 1
debug1: client_input_channel_req: channel 0 rtype keepalive@openssh.com reply 1
debug1: client_input_channel_req: channel 0 rtype keepalive@openssh.com reply 1
debug1: client_input_channel_req: channel 0 rtype keepalive@openssh.com reply 1
debug1: client_input_channel_req: channel 0 rtype keepalive@openssh.com reply 1
debug1: client_input_channel_req: channel 0 rtype keepalive@openssh.com reply 1
debug1: client_input_channel_req: channel 0 rtype keepalive@openssh.com reply 1
debug1: client_input_channel_req: channel 0 rtype keepalive@openssh.com reply 1
debug1: client_input_channel_req: channel 0 rtype keepalive@openssh.com reply 1
debug1: client_input_channel_req: channel 0 rtype keepalive@openssh.com reply 1
debug1: client_input_channel_req: channel 0 rtype keepalive@openssh.com reply 1
debug1: client_input_channel_req: channel 0 rtype keepalive@openssh.com reply 1
debug1: client_input_channel_req: channel 0 rtype keepalive@openssh.com reply 1
debug1: client_input_channel_req: channel 0 rtype keepalive@openssh.com reply 1
debug1: client_input_channel_req: channel 0 rtype keepalive@openssh.com reply 1
debug1: client_input_channel_req: channel 0 rtype keepalive@openssh.com reply 1
debug1: client_input_channel_req: channel 0 rtype keepalive@openssh.com reply 1
debug1: client_input_channel_req: channel 0 rtype keepalive@openssh.com reply 1
debug1: client_input_channel_req: channel 0 rtype keepalive@openssh.com reply 1
debug1: client_input_channel_req: channel 0 rtype keepalive@openssh.com reply 1
debug1: client_input_channel_req: channel 0 rtype keepalive@openssh.com reply 1
debug1: client_input_channel_req: channel 0 rtype keepalive@openssh.com reply 1
debug1: client_input_channel_req: channel 0 rtype keepalive@openssh.com reply 1
execution expired
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment