Skip to content

Instantly share code, notes, and snippets.

@destitutus
Last active August 29, 2015 14:24
Show Gist options
  • Save destitutus/1752d811508e469d0e25 to your computer and use it in GitHub Desktop.
Save destitutus/1752d811508e469d0e25 to your computer and use it in GitHub Desktop.
➜ deploy git:(master) bundle exec cap client:test1 deploy
Does this release include major changes? (yes or no) [no]
INFO [65c8d17e] Running /usr/bin/env mkdir -p /var/build/client/repo as [email protected]
DEBUG [65c8d17e] Command: /usr/bin/env mkdir -p /var/build/client/repo
INFO [65c8d17e] Finished in 1.964 seconds with exit status 0 (successful).
INFO [4738954c] Running /usr/bin/env mkdir -p /tmp/client/ as [email protected]
DEBUG [4738954c] Command: /usr/bin/env mkdir -p /tmp/client/
INFO [4738954c] Finished in 0.290 seconds with exit status 0 (successful).
DEBUG Uploading /tmp/client/git-ssh.sh 0.0%
INFO Uploading /tmp/client/git-ssh.sh 100.0%
INFO [dc106fa0] Running /usr/bin/env chmod +x /tmp/client/git-ssh.sh as [email protected]
DEBUG [dc106fa0] Command: /usr/bin/env chmod +x /tmp/client/git-ssh.sh
INFO [dc106fa0] Finished in 0.285 seconds with exit status 0 (successful).
Please enter branch (master): assessments
INFO [b1874993] Running /usr/bin/env git ls-remote --heads git@client-deploy_key:codio/client.git as [email protected]
DEBUG [b1874993] Command: ( GIT_ASKPASS=/bin/echo GIT_SSH=/tmp/client/git-ssh.sh /usr/bin/env git ls-remote --heads git@client-deploy_key:codio/client.git )
DEBUG [b1874993] 860303100eb4ba4edb01e97beb40ad7adce336f0 refs/heads/3902_bluebird
DEBUG [b1874993] 05fdc767a8c8fcddcb8290379ed894266205201e refs/heads/4318_replace_main_tags_with_divs
DEBUG [b1874993] 96b0527784586837a3439feab245405b1eeaf8c1 refs/heads/4842_file_conflict_dialog
DEBUG [b1874993] a2aea98cdff00c54f2f9e2bba1cb13a6b9d681a0 refs/heads/4925_edu_teams_fixup
DEBUG [b1874993] eefc736338361571dd9b31f5d45acd9abdc84733 refs/heads/5900-guides-styling
DEBUG [b1874993] bf3cbd4c0c6e93a487252bc8d837288676bc205f refs/heads/5900_unify_guide_style
DEBUG [b1874993] 5a9a2e79be1cf341ad35d087605d45ecc193e60e refs/heads/5902_assessments
DEBUG [b1874993] a9b0e1a1897f696c6d70712b8bc8bff85f799e17 refs/heads/analytics_timing_timeout
DEBUG [b1874993] eb5f436d9de1d8800e50d1ef7ac3a38c85571167 refs/heads/assessments
DEBUG [b1874993] c10ddcfd44a78fcdee6d25ad5866118a7cc626bd refs/heads/buildkite
DEBUG [b1874993] 11019b4e01a37137d3e88ee936c074cc7f38c484 refs/heads/bulk_users
DEBUG [b1874993] ea94ae2fb15afa3b583f9f20f1b7ef8e4d96402c refs/heads/codio-4958-Guides-reset-state
DEBUG [b1874993] 723fd61803a9a9c6e4e152de00384cf5d1bdd92c refs/heads/codio-5646-Creating-org-fails-in-Chrome-43
DEBUG [b1874993] 7804b26b56be4b179923f7faaa5bc7244c777f9e refs/heads/master
DEBUG [b1874993] 681f85457615f411778d8ae83db505272d763e83 refs/heads/mfa
DEBUG [b1874993] 3df927954d12db844b63866cecc77e772801e4f5 refs/heads/no_prod_config
DEBUG [b1874993] 1a4c7f5098eef467302604e0481bc633c38cf609 refs/heads/split
DEBUG [b1874993] 7878d613457526e341bec778d1e3a9966d7f5920 refs/heads/update-config.js.example
DEBUG [b1874993] ecc0cd69ce8c6e4c04bdc83022b19b0659b0570d refs/heads/webpack
INFO [b1874993] Finished in 0.664 seconds with exit status 0 (successful).
DEBUG [c4d76109] Running /usr/bin/env [ -f /var/build/client/repo/HEAD ] as [email protected]
DEBUG [c4d76109] Command: [ -f /var/build/client/repo/HEAD ]
DEBUG [c4d76109] Finished in 0.337 seconds with exit status 0 (successful).
INFO The repository mirror is at /var/build/client/repo
DEBUG [e868e82e] Running /usr/bin/env if test ! -d /var/build/client/repo; then echo "Directory does not exist '/var/build/client/repo'" 1>&2; false; fi as [email protected]
DEBUG [e868e82e] Command: if test ! -d /var/build/client/repo; then echo "Directory does not exist '/var/build/client/repo'" 1>&2; false; fi
DEBUG [e868e82e] Finished in 0.280 seconds with exit status 0 (successful).
INFO [3cb96584] Running /usr/bin/env git remote update as [email protected]
DEBUG [3cb96584] Command: cd /var/build/client/repo && ( GIT_ASKPASS=/bin/echo GIT_SSH=/tmp/client/git-ssh.sh /usr/bin/env git remote update )
DEBUG [3cb96584] Fetching origin
INFO [3cb96584] Finished in 0.755 seconds with exit status 0 (successful).
DEBUG [9fc0666e] Running /usr/bin/env if test ! -d /var/build/client/repo; then echo "Directory does not exist '/var/build/client/repo'" 1>&2; false; fi as [email protected]
DEBUG [9fc0666e] Command: if test ! -d /var/build/client/repo; then echo "Directory does not exist '/var/build/client/repo'" 1>&2; false; fi
DEBUG [9fc0666e] Finished in 0.280 seconds with exit status 0 (successful).
INFO [474007b7] Running /usr/bin/env mkdir -p /var/build/client/builds/20150713110249 as [email protected]
DEBUG [474007b7] Command: cd /var/build/client/repo && ( GIT_ASKPASS=/bin/echo GIT_SSH=/tmp/client/git-ssh.sh /usr/bin/env mkdir -p /var/build/client/builds/20150713110249 )
INFO [474007b7] Finished in 0.281 seconds with exit status 0 (successful).
INFO [cda13988] Running /usr/bin/env git archive assessments | tar -x -f - -C /var/build/client/builds/20150713110249 as [email protected]
DEBUG [cda13988] Command: cd /var/build/client/repo && ( GIT_ASKPASS=/bin/echo GIT_SSH=/tmp/client/git-ssh.sh /usr/bin/env git archive assessments | tar -x -f - -C /var/build/client/builds/20150713110249 )
INFO [cda13988] Finished in 0.574 seconds with exit status 0 (successful).
DEBUG [00ab0b16] Running /usr/bin/env if test ! -d /var/build/client/repo; then echo "Directory does not exist '/var/build/client/repo'" 1>&2; false; fi as [email protected]
DEBUG [00ab0b16] Command: if test ! -d /var/build/client/repo; then echo "Directory does not exist '/var/build/client/repo'" 1>&2; false; fi
DEBUG [00ab0b16] Finished in 0.281 seconds with exit status 0 (successful).
DEBUG [e286236f] Running /usr/bin/env git rev-list --max-count=1 --abbrev-commit assessments as [email protected]
DEBUG [e286236f] Command: cd /var/build/client/repo && ( GIT_ASKPASS=/bin/echo GIT_SSH=/tmp/client/git-ssh.sh /usr/bin/env git rev-list --max-count=1 --abbrev-commit assessments )
DEBUG [e286236f] eb5f436
DEBUG [e286236f] Finished in 0.284 seconds with exit status 0 (successful).
DEBUG [ff9195c7] Running /usr/bin/env if test ! -d /var/build/client/builds/20150713110249; then echo "Directory does not exist '/var/build/client/builds/20150713110249'" 1>&2; false; fi as [email protected]
DEBUG [ff9195c7] Command: if test ! -d /var/build/client/builds/20150713110249; then echo "Directory does not exist '/var/build/client/builds/20150713110249'" 1>&2; false; fi
DEBUG [ff9195c7] Finished in 0.279 seconds with exit status 0 (successful).
INFO [d44e40f4] Running /usr/bin/env echo "eb5f436" >> REVISION as [email protected]
DEBUG [d44e40f4] Command: cd /var/build/client/builds/20150713110249 && /usr/bin/env echo "eb5f436" >> REVISION
INFO [d44e40f4] Finished in 0.281 seconds with exit status 0 (successful).
DEBUG Uploading /var/build/client/builds/20150713110249/src/config.dev.js 0.0%
INFO Uploading /var/build/client/builds/20150713110249/src/config.dev.js 100.0%
DEBUG [201b6a44] Running /usr/bin/env if test ! -d /var/build/client/builds/20150713110249; then echo "Directory does not exist '/var/build/client/builds/20150713110249'" 1>&2; false; fi as [email protected]
DEBUG [201b6a44] Command: if test ! -d /var/build/client/builds/20150713110249; then echo "Directory does not exist '/var/build/client/builds/20150713110249'" 1>&2; false; fi
DEBUG [201b6a44] Finished in 0.282 seconds with exit status 0 (successful).
INFO [82f7be62] Running /usr/bin/env echo cache = .npm_cache > .npmrc as [email protected]
DEBUG [82f7be62] Command: cd /var/build/client/builds/20150713110249 && /usr/bin/env echo cache = .npm_cache > .npmrc
INFO [82f7be62] Finished in 0.282 seconds with exit status 0 (successful).
INFO [59f14443] Running /usr/bin/env mkdir -p .npm_cache as [email protected]
DEBUG [59f14443] Command: cd /var/build/client/builds/20150713110249 && /usr/bin/env mkdir -p .npm_cache
INFO [59f14443] Finished in 0.280 seconds with exit status 0 (successful).
INFO [77a6f650] Running /usr/bin/env npm install as [email protected]
DEBUG [77a6f650] Command: cd /var/build/client/builds/20150713110249 && /usr/bin/env npm install
DEBUG [77a6f650] npm
DEBUG [77a6f650]
DEBUG [77a6f650] ERR!
DEBUG [77a6f650]
DEBUG [77a6f650] git clone --template=/var/build/client/builds/20150713110249/.npm_cache/_git-remotes/_templates --mirror [email protected]:codio/gladstone.git /var/build/client/builds/20150713110249/.npm_cache/_git-remotes/git-github-com-codio-gladstone-git-c214a140:
DEBUG [77a6f650] Cloning into bare repository '/var/build/client/builds/20150713110249/.npm_cache/_git-remotes/git-github-com-codio-gladstone-git-c214a140'...
DEBUG [77a6f650] npm
DEBUG [77a6f650]
DEBUG [77a6f650] ERR!
DEBUG [77a6f650]
DEBUG [77a6f650] git clone --template=/var/build/client/builds/20150713110249/.npm_cache/_git-remotes/_templates --mirror [email protected]:codio/gladstone.git /var/build/client/builds/20150713110249/.npm_cache/_git-remotes/git-github-com-codio-gladstone-git-c214a140:
DEBUG [77a6f650] Permission denied (publickey).
DEBUG [77a6f650] npm
DEBUG [77a6f650]
DEBUG [77a6f650] ERR!
DEBUG [77a6f650]
DEBUG [77a6f650] git clone --template=/var/build/client/builds/20150713110249/.npm_cache/_git-remotes/_templates --mirror [email protected]:codio/gladstone.git /var/build/client/builds/20150713110249/.npm_cache/_git-remotes/git-github-com-codio-gladstone-git-c214a140:
DEBUG [77a6f650] fatal: Could not read from remote repository.
DEBUG [77a6f650] npm
DEBUG [77a6f650]
DEBUG [77a6f650] ERR!
DEBUG [77a6f650] git clone --template=/var/build/client/builds/20150713110249/.npm_cache/_git-remotes/_templates --mirror [email protected]:codio/gladstone.git /var/build/client/builds/20150713110249/.npm_cache/_git-remotes/git-github-com-codio-gladstone-git-c214a140:
DEBUG [77a6f650]
DEBUG [77a6f650] npm
DEBUG [77a6f650]
DEBUG [77a6f650] ERR!
DEBUG [77a6f650]
DEBUG [77a6f650] git clone --template=/var/build/client/builds/20150713110249/.npm_cache/_git-remotes/_templates --mirror [email protected]:codio/gladstone.git /var/build/client/builds/20150713110249/.npm_cache/_git-remotes/git-github-com-codio-gladstone-git-c214a140:
DEBUG [77a6f650] Please make sure you have the correct access rights
DEBUG [77a6f650] npm
DEBUG [77a6f650]
DEBUG [77a6f650] ERR!
DEBUG [77a6f650]
DEBUG [77a6f650] git clone --template=/var/build/client/builds/20150713110249/.npm_cache/_git-remotes/_templates --mirror [email protected]:codio/gladstone.git /var/build/client/builds/20150713110249/.npm_cache/_git-remotes/git-github-com-codio-gladstone-git-c214a140:
DEBUG [77a6f650] and the repository exists.
DEBUG [77a6f650] npm
DEBUG [77a6f650]
DEBUG [77a6f650] ERR!
DEBUG [77a6f650] Linux 3.13.0-48-generic
DEBUG [77a6f650] npm
DEBUG [77a6f650]
DEBUG [77a6f650] ERR!
DEBUG [77a6f650] argv "node" "/usr/bin/npm" "install"
DEBUG [77a6f650] npm
DEBUG [77a6f650]
DEBUG [77a6f650] ERR!
DEBUG [77a6f650] node
DEBUG [77a6f650] v0.10.39
DEBUG [77a6f650] npm
DEBUG [77a6f650]
DEBUG [77a6f650] ERR!
DEBUG [77a6f650]
DEBUG [77a6f650] npm
DEBUG [77a6f650] v2.11.0
DEBUG [77a6f650] npm
DEBUG [77a6f650]
DEBUG [77a6f650] ERR!
DEBUG [77a6f650]
DEBUG [77a6f650] code
DEBUG [77a6f650] 128
DEBUG [77a6f650]
DEBUG [77a6f650] npm
DEBUG [77a6f650]
DEBUG [77a6f650] ERR!
DEBUG [77a6f650] Command failed: Cloning into bare repository '/var/build/client/builds/20150713110249/.npm_cache/_git-remotes/git-github-com-codio-gladstone-git-c214a140'...
DEBUG [77a6f650] npm
DEBUG [77a6f650]
DEBUG [77a6f650] ERR!
DEBUG [77a6f650] Permission denied (publickey).
DEBUG [77a6f650] npm
DEBUG [77a6f650]
DEBUG [77a6f650] ERR!
DEBUG [77a6f650] fatal: Could not read from remote repository.
DEBUG [77a6f650] npm
DEBUG [77a6f650]
DEBUG [77a6f650] ERR!
DEBUG [77a6f650]
DEBUG [77a6f650] npm
DEBUG [77a6f650]
DEBUG [77a6f650] ERR!
DEBUG [77a6f650] Please make sure you have the correct access rights
DEBUG [77a6f650] npm
DEBUG [77a6f650]
DEBUG [77a6f650] ERR!
DEBUG [77a6f650] and the repository exists.
DEBUG [77a6f650] npm
DEBUG [77a6f650]
DEBUG [77a6f650] ERR!
DEBUG [77a6f650]
DEBUG [77a6f650] npm
DEBUG [77a6f650]
DEBUG [77a6f650] ERR!
DEBUG [77a6f650]
DEBUG [77a6f650] npm
DEBUG [77a6f650]
DEBUG [77a6f650] ERR!
DEBUG [77a6f650] If you need help, you may report this error at:
DEBUG [77a6f650] npm
DEBUG [77a6f650]
DEBUG [77a6f650] ERR!
DEBUG [77a6f650] <https://github.com/npm/npm/issues>
DEBUG [77a6f650]
DEBUG [77a6f650] npm
DEBUG [77a6f650]
DEBUG [77a6f650] ERR!
DEBUG [77a6f650] Please include the following file with any support request:
DEBUG [77a6f650] npm
DEBUG [77a6f650]
DEBUG [77a6f650] ERR!
DEBUG [77a6f650] /var/build/client/builds/20150713110249/npm-debug.log
(Backtrace restricted to imported tasks)
cap aborted!
SSHKit::Runner::ExecuteError: Exception while executing as [email protected]: npm exit status: 1
npm stdout: Nothing written
npm stderr: npm ERR! git clone --template=/var/build/client/builds/20150713110249/.npm_cache/_git-remotes/_templates --mirror [email protected]:codio/gladstone.git /var/build/client/builds/20150713110249/.npm_cache/_git-remotes/git-github-com-codio-gladstone-git-c214a140: Cloning into bare repository '/var/build/client/builds/20150713110249/.npm_cache/_git-remotes/git-github-com-codio-gladstone-git-c214a140'...
npm ERR! git clone --template=/var/build/client/builds/20150713110249/.npm_cache/_git-remotes/_templates --mirror [email protected]:codio/gladstone.git /var/build/client/builds/20150713110249/.npm_cache/_git-remotes/git-github-com-codio-gladstone-git-c214a140: Permission denied (publickey).
npm ERR! git clone --template=/var/build/client/builds/20150713110249/.npm_cache/_git-remotes/_templates --mirror [email protected]:codio/gladstone.git /var/build/client/builds/20150713110249/.npm_cache/_git-remotes/git-github-com-codio-gladstone-git-c214a140: fatal: Could not read from remote repository.
npm ERR! git clone --template=/var/build/client/builds/20150713110249/.npm_cache/_git-remotes/_templates --mirror [email protected]:codio/gladstone.git /var/build/client/builds/20150713110249/.npm_cache/_git-remotes/git-github-com-codio-gladstone-git-c214a140:
npm ERR! git clone --template=/var/build/client/builds/20150713110249/.npm_cache/_git-remotes/_templates --mirror [email protected]:codio/gladstone.git /var/build/client/builds/20150713110249/.npm_cache/_git-remotes/git-github-com-codio-gladstone-git-c214a140: Please make sure you have the correct access rights
npm ERR! git clone --template=/var/build/client/builds/20150713110249/.npm_cache/_git-remotes/_templates --mirror [email protected]:codio/gladstone.git /var/build/client/builds/20150713110249/.npm_cache/_git-remotes/git-github-com-codio-gladstone-git-c214a140: and the repository exists.
npm ERR! Linux 3.13.0-48-generic
npm ERR! argv "node" "/usr/bin/npm" "install"
npm ERR! node v0.10.39
npm ERR! npm v2.11.0
npm ERR! code 128
npm ERR! Command failed: Cloning into bare repository '/var/build/client/builds/20150713110249/.npm_cache/_git-remotes/git-github-com-codio-gladstone-git-c214a140'...
npm ERR! Permission denied (publickey).
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR!
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <https://github.com/npm/npm/issues>
npm ERR! Please include the following file with any support request:
npm ERR! /var/build/client/builds/20150713110249/npm-debug.log
SSHKit::Command::Failed: npm exit status: 1
npm stdout: Nothing written
npm stderr: npm ERR! git clone --template=/var/build/client/builds/20150713110249/.npm_cache/_git-remotes/_templates --mirror [email protected]:codio/gladstone.git /var/build/client/builds/20150713110249/.npm_cache/_git-remotes/git-github-com-codio-gladstone-git-c214a140: Cloning into bare repository '/var/build/client/builds/20150713110249/.npm_cache/_git-remotes/git-github-com-codio-gladstone-git-c214a140'...
npm ERR! git clone --template=/var/build/client/builds/20150713110249/.npm_cache/_git-remotes/_templates --mirror [email protected]:codio/gladstone.git /var/build/client/builds/20150713110249/.npm_cache/_git-remotes/git-github-com-codio-gladstone-git-c214a140: Permission denied (publickey).
npm ERR! git clone --template=/var/build/client/builds/20150713110249/.npm_cache/_git-remotes/_templates --mirror [email protected]:codio/gladstone.git /var/build/client/builds/20150713110249/.npm_cache/_git-remotes/git-github-com-codio-gladstone-git-c214a140: fatal: Could not read from remote repository.
npm ERR! git clone --template=/var/build/client/builds/20150713110249/.npm_cache/_git-remotes/_templates --mirror [email protected]:codio/gladstone.git /var/build/client/builds/20150713110249/.npm_cache/_git-remotes/git-github-com-codio-gladstone-git-c214a140:
npm ERR! git clone --template=/var/build/client/builds/20150713110249/.npm_cache/_git-remotes/_templates --mirror [email protected]:codio/gladstone.git /var/build/client/builds/20150713110249/.npm_cache/_git-remotes/git-github-com-codio-gladstone-git-c214a140: Please make sure you have the correct access rights
npm ERR! git clone --template=/var/build/client/builds/20150713110249/.npm_cache/_git-remotes/_templates --mirror [email protected]:codio/gladstone.git /var/build/client/builds/20150713110249/.npm_cache/_git-remotes/git-github-com-codio-gladstone-git-c214a140: and the repository exists.
npm ERR! Linux 3.13.0-48-generic
npm ERR! argv "node" "/usr/bin/npm" "install"
npm ERR! node v0.10.39
npm ERR! npm v2.11.0
npm ERR! code 128
npm ERR! Command failed: Cloning into bare repository '/var/build/client/builds/20150713110249/.npm_cache/_git-remotes/git-github-com-codio-gladstone-git-c214a140'...
npm ERR! Permission denied (publickey).
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR!
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <https://github.com/npm/npm/issues>
npm ERR! Please include the following file with any support request:
npm ERR! /var/build/client/builds/20150713110249/npm-debug.log
/Users/dmitry.suchkov/Projects/codio/deploy/tasks/npm.rb:27:in `block (4 levels) in <top (required)>'
/Users/dmitry.suchkov/Projects/codio/deploy/tasks/npm.rb:21:in `block (3 levels) in <top (required)>'
Tasks: TOP => npm:install
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment