Created
March 11, 2015 02:23
-
-
Save whargrove/03ff94d1b6e7648030ed to your computer and use it in GitHub Desktop.
Capistrano error
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
(maintenance/unicorn)vino$ bundle exec cap staging deploy | |
DEBUG [fcd7244e] Running /usr/bin/env [ -d ~/.rbenv/versions/2.2.0 ] as [email protected] | |
DEBUG [fcd7244e] Command: [ -d ~/.rbenv/versions/2.2.0 ] | |
DEBUG [fcd7244e] Finished in 0.915 seconds with exit status 0 (successful). | |
Please enter branch (maintenance/unicorn): | |
INFO Local branch is in sync with remote; proceeding with deploy. | |
INFO [53a65e42] Running /usr/bin/env mkdir -p /tmp/blog/ as [email protected] | |
DEBUG [53a65e42] Command: ( RAILS_ENV=production RBENV_ROOT=~/.rbenv RBENV_VERSION=2.2.0 /usr/bin/env mkdir -p /tmp/blog/ ) | |
INFO [53a65e42] Finished in 0.149 seconds with exit status 0 (successful). | |
DEBUG Uploading /tmp/blog/git-ssh.sh 0.0% | |
INFO Uploading /tmp/blog/git-ssh.sh 100.0% | |
INFO [f7bbcbec] Running /usr/bin/env chmod +x /tmp/blog/git-ssh.sh as [email protected] | |
DEBUG [f7bbcbec] Command: ( RAILS_ENV=production RBENV_ROOT=~/.rbenv RBENV_VERSION=2.2.0 /usr/bin/env chmod +x /tmp/blog/git-ssh.sh ) | |
INFO [f7bbcbec] Finished in 0.144 seconds with exit status 0 (successful). | |
INFO [65ec3510] Running /usr/bin/env git ls-remote --heads [email protected]:whargrove/vino.git as [email protected] | |
DEBUG [65ec3510] Command: ( RAILS_ENV=production RBENV_ROOT=~/.rbenv RBENV_VERSION=2.2.0 GIT_ASKPASS=/bin/echo GIT_SSH=/tmp/blog/git-ssh.sh /usr/bin/env git ls-remote --heads [email protected]:whargrove/vino.git ) | |
DEBUG [65ec3510] Warning: Permanently added 'github.com,192.30.252.130' (RSA) to the list of known hosts. | |
INFO [65ec3510] Finished in 0.852 seconds with exit status 0 (successful). | |
DEBUG [65ec3510] 1a0483c7117f113947ce4daec89daffdc829566c refs/heads/bug/undefined-method-in-tweet | |
DEBUG [65ec3510] d58ddbb5ab42c5fbf363cbe513ec01806fa640a7 refs/heads/feature/social-icons | |
DEBUG [65ec3510] e224fcc51425173ea9f49e9a13a008d1915a737e refs/heads/maintenance/unicorn | |
DEBUG [65ec3510] 1a0483c7117f113947ce4daec89daffdc829566c refs/heads/master | |
INFO [65ec3510] Finished in 0.852 seconds with exit status 0 (successful). | |
INFO [18d1a5e2] Running /usr/bin/env mkdir -p /var/www/blog/shared /var/www/blog/releases as [email protected] | |
DEBUG [18d1a5e2] Command: ( RAILS_ENV=production RBENV_ROOT=~/.rbenv RBENV_VERSION=2.2.0 /usr/bin/env mkdir -p /var/www/blog/shared /var/www/blog/releases ) | |
INFO [18d1a5e2] Finished in 0.143 seconds with exit status 0 (successful). | |
INFO [d9a09ac8] Running /usr/bin/env mkdir -p /var/www/blog/shared/public/assets /var/www/blog/shared/bin /var/www/blog/shared/log /var/www/blog/shared/tmp/pids /var/www/blog/shared/tmp/cache /var/www/blog/shared/tmp/sockets /var/www/blog/shared/vendor/bundle /var/www/blog/shared/public/system as [email protected] | |
DEBUG [d9a09ac8] Command: ( RAILS_ENV=production RBENV_ROOT=~/.rbenv RBENV_VERSION=2.2.0 /usr/bin/env mkdir -p /var/www/blog/shared/public/assets /var/www/blog/shared/bin /var/www/blog/shared/log /var/www/blog/shared/tmp/pids /var/www/blog/shared/tmp/cache /var/www/blog/shared/tmp/sockets /var/www/blog/shared/vendor/bundle /var/www/blog/shared/public/system ) | |
INFO [d9a09ac8] Finished in 0.146 seconds with exit status 0 (successful). | |
INFO [1125dee3] Running /usr/bin/env mkdir -p /var/www/blog/shared/config /var/www/blog/shared/config as [email protected] | |
DEBUG [1125dee3] Command: ( RAILS_ENV=production RBENV_ROOT=~/.rbenv RBENV_VERSION=2.2.0 /usr/bin/env mkdir -p /var/www/blog/shared/config /var/www/blog/shared/config ) | |
INFO [1125dee3] Finished in 0.149 seconds with exit status 0 (successful). | |
DEBUG [50a4e4d7] Running /usr/bin/env [ -f /var/www/blog/shared/config/database.yml ] as [email protected] | |
DEBUG [50a4e4d7] Command: [ -f /var/www/blog/shared/config/database.yml ] | |
DEBUG [50a4e4d7] Finished in 0.152 seconds with exit status 0 (successful). | |
DEBUG [58af9dbe] Running /usr/bin/env [ -f /var/www/blog/shared/config/secrets.yml ] as [email protected] | |
DEBUG [58af9dbe] Command: [ -f /var/www/blog/shared/config/secrets.yml ] | |
DEBUG [58af9dbe] Finished in 0.140 seconds with exit status 0 (successful). | |
DEBUG [d1d4f6e5] Running /usr/bin/env [ -f /var/www/blog/current/REVISION ] as [email protected] | |
DEBUG [d1d4f6e5] Command: [ -f /var/www/blog/current/REVISION ] | |
DEBUG [d1d4f6e5] Finished in 0.138 seconds with exit status 1 (failed). | |
DEBUG [d8dd42a8] Running /usr/bin/env [ -f /var/www/blog/repo/HEAD ] as [email protected] | |
DEBUG [d8dd42a8] Command: [ -f /var/www/blog/repo/HEAD ] | |
DEBUG [d8dd42a8] Finished in 0.141 seconds with exit status 1 (failed). | |
DEBUG [2fde48d9] Running /usr/bin/env if test ! -d /var/www/blog; then echo "Directory does not exist '/var/www/blog'" 1>&2; false; fi as [email protected] | |
DEBUG [2fde48d9] Command: if test ! -d /var/www/blog; then echo "Directory does not exist '/var/www/blog'" 1>&2; false; fi | |
DEBUG [2fde48d9] Finished in 0.151 seconds with exit status 0 (successful). | |
INFO [31adbb74] Running /usr/bin/env git clone --mirror [email protected]:whargrove/vino.git /var/www/blog/repo as [email protected] | |
DEBUG [31adbb74] Command: cd /var/www/blog && ( RAILS_ENV=production RBENV_ROOT=~/.rbenv RBENV_VERSION=2.2.0 GIT_ASKPASS=/bin/echo GIT_SSH=/tmp/blog/git-ssh.sh /usr/bin/env git clone --mirror [email protected]:whargrove/vino.git /var/www/blog/repo ) | |
DEBUG [31adbb74] Cloning into bare repository '/var/www/blog/repo'... | |
DEBUG [31adbb74] remote: Counting objects: 2664, done.[K | |
DEBUG [31adbb74] remote: Compressing objects: 5% (1/20) [K | |
DEBUG [31adbb74] remote: Compressing objects: 10% (2/20) [K | |
DEBUG [31adbb74] remote: Compressing objects: 15% (3/20) [K | |
DEBUG [31adbb74] remote: Compressing objects: 20% (4/20) [K | |
DEBUG [31adbb74] remote: Compressing objects: 25% (5/20) [K | |
DEBUG [31adbb74] remote: Compressing objects: 30% (6/20) [K | |
DEBUG [31adbb74] remote: Compressing objects: 35% (7/20) [K | |
DEBUG [31adbb74] remote: Compressing objects: 40% (8/20) [K | |
DEBUG [31adbb74] remote: Compressing objects: 45% (9/20) [K | |
DEBUG [31adbb74] remote: Compressing objects: 50% (10/20) [K | |
DEBUG [31adbb74] remote: Compressing objects: 55% (11/20) [K | |
DEBUG [31adbb74] remote: Compressing objects: 60% (12/20) [K | |
DEBUG [31adbb74] remote: Compressing objects: 65% (13/20) [K | |
DEBUG [31adbb74] remote: Compressing objects: 70% (14/20) [K | |
DEBUG [31adbb74] remote: Compressing objects: 75% (15/20) [K | |
DEBUG [31adbb74] remote: Compressing objects: 80% (16/20) [K | |
DEBUG [31adbb74] remote: Compressing objects: 85% (17/20) [K | |
DEBUG [31adbb74] remote: Compressing objects: 90% (18/20) [K | |
DEBUG [31adbb74] remote: Compressing objects: 95% (19/20) [K | |
DEBUG [31adbb74] remote: Compressing objects: 100% (20/20) [K | |
DEBUG [31adbb74] remote: Compressing objects: 100% (20/20), done.[K | |
DEBUG [31adbb74] Receiving objects: 0% (1/2664) | |
DEBUG [31adbb74] Receiving objects: 1% (27/2664) | |
DEBUG [31adbb74] Receiving objects: 2% (54/2664) | |
DEBUG [31adbb74] Receiving objects: 3% (80/2664) | |
DEBUG [31adbb74] Receiving objects: 4% (107/2664) | |
DEBUG [31adbb74] Receiving objects: 5% (134/2664) | |
DEBUG [31adbb74] Receiving objects: 6% (160/2664) | |
DEBUG [31adbb74] Receiving objects: 7% (187/2664) | |
DEBUG [31adbb74] Receiving objects: 8% (214/2664) | |
DEBUG [31adbb74] Receiving objects: 9% (240/2664) | |
DEBUG [31adbb74] Receiving objects: 10% (267/2664) | |
DEBUG [31adbb74] Receiving objects: 11% (294/2664) | |
DEBUG [31adbb74] Receiving objects: 12% (320/2664) | |
DEBUG [31adbb74] Receiving objects: 13% (347/2664) | |
DEBUG [31adbb74] Receiving objects: 14% (373/2664) | |
DEBUG [31adbb74] Receiving objects: 15% (400/2664) | |
DEBUG [31adbb74] Receiving objects: 16% (427/2664) | |
DEBUG [31adbb74] Receiving objects: 17% (453/2664) | |
DEBUG [31adbb74] Receiving objects: 18% (480/2664) | |
DEBUG [31adbb74] Receiving objects: 19% (507/2664) | |
DEBUG [31adbb74] Receiving objects: 20% (533/2664) | |
DEBUG [31adbb74] Receiving objects: 21% (560/2664) | |
DEBUG [31adbb74] Receiving objects: 22% (587/2664) | |
DEBUG [31adbb74] Receiving objects: 23% (613/2664) | |
DEBUG [31adbb74] Receiving objects: 24% (640/2664) | |
DEBUG [31adbb74] Receiving objects: 25% (666/2664) | |
DEBUG [31adbb74] Receiving objects: 26% (693/2664) | |
DEBUG [31adbb74] Receiving objects: 27% (720/2664) | |
DEBUG [31adbb74] Receiving objects: 28% (746/2664) | |
DEBUG [31adbb74] Receiving objects: 29% (773/2664) | |
DEBUG [31adbb74] Receiving objects: 30% (800/2664) | |
DEBUG [31adbb74] Receiving objects: 31% (826/2664) | |
DEBUG [31adbb74] Receiving objects: 32% (853/2664) | |
DEBUG [31adbb74] Receiving objects: 33% (880/2664) | |
DEBUG [31adbb74] Receiving objects: 34% (906/2664) | |
DEBUG [31adbb74] Receiving objects: 35% (933/2664) | |
DEBUG [31adbb74] Receiving objects: 36% (960/2664) | |
DEBUG [31adbb74] Receiving objects: 37% (986/2664) | |
DEBUG [31adbb74] Receiving objects: 38% (1013/2664) | |
DEBUG [31adbb74] Receiving objects: 39% (1039/2664) | |
DEBUG [31adbb74] Receiving objects: 40% (1066/2664) | |
DEBUG [31adbb74] Receiving objects: 41% (1093/2664) | |
DEBUG [31adbb74] Receiving objects: 42% (1119/2664) | |
DEBUG [31adbb74] Receiving objects: 43% (1146/2664) | |
DEBUG [31adbb74] Receiving objects: 44% (1173/2664) | |
DEBUG [31adbb74] Receiving objects: 45% (1199/2664) | |
DEBUG [31adbb74] Receiving objects: 46% (1226/2664) | |
DEBUG [31adbb74] Receiving objects: 47% (1253/2664) | |
DEBUG [31adbb74] Receiving objects: 48% (1279/2664) | |
DEBUG [31adbb74] Receiving objects: 49% (1306/2664) | |
DEBUG [31adbb74] Receiving objects: 50% (1332/2664) | |
DEBUG [31adbb74] Receiving objects: 51% (1359/2664) | |
DEBUG [31adbb74] Receiving objects: 52% (1386/2664) | |
DEBUG [31adbb74] Receiving objects: 53% (1412/2664) | |
DEBUG [31adbb74] Receiving objects: 54% (1439/2664) | |
DEBUG [31adbb74] Receiving objects: 55% (1466/2664) | |
DEBUG [31adbb74] Receiving objects: 56% (1492/2664) | |
DEBUG [31adbb74] Receiving objects: 57% (1519/2664) | |
DEBUG [31adbb74] Receiving objects: 58% (1546/2664) | |
DEBUG [31adbb74] Receiving objects: 59% (1572/2664) | |
DEBUG [31adbb74] Receiving objects: 60% (1599/2664) | |
DEBUG [31adbb74] Receiving objects: 61% (1626/2664) | |
DEBUG [31adbb74] Receiving objects: 62% (1652/2664) | |
DEBUG [31adbb74] Receiving objects: 63% (1679/2664) | |
DEBUG [31adbb74] Receiving objects: 64% (1705/2664) | |
DEBUG [31adbb74] Receiving objects: 65% (1732/2664) | |
DEBUG [31adbb74] Receiving objects: 66% (1759/2664) | |
DEBUG [31adbb74] Receiving objects: 67% (1785/2664) | |
DEBUG [31adbb74] Receiving objects: 68% (1812/2664) | |
DEBUG [31adbb74] Receiving objects: 69% (1839/2664) | |
DEBUG [31adbb74] Receiving objects: 70% (1865/2664) | |
DEBUG [31adbb74] Receiving objects: 71% (1892/2664) | |
DEBUG [31adbb74] remote: Total 2664 (delta 37), reused 31 (delta 31), pack-reused 2613[K | |
DEBUG [31adbb74] Receiving objects: 72% (1919/2664) | |
DEBUG [31adbb74] Receiving objects: 73% (1945/2664) | |
DEBUG [31adbb74] Receiving objects: 74% (1972/2664) | |
DEBUG [31adbb74] Receiving objects: 75% (1998/2664) | |
DEBUG [31adbb74] Receiving objects: 76% (2025/2664) | |
DEBUG [31adbb74] Receiving objects: 77% (2052/2664) | |
DEBUG [31adbb74] Receiving objects: 78% (2078/2664) | |
DEBUG [31adbb74] Receiving objects: 79% (2105/2664) | |
DEBUG [31adbb74] Receiving objects: 80% (2132/2664) | |
DEBUG [31adbb74] Receiving objects: 81% (2158/2664) | |
DEBUG [31adbb74] Receiving objects: 82% (2185/2664) | |
DEBUG [31adbb74] Receiving objects: 83% (2212/2664) | |
DEBUG [31adbb74] Receiving objects: 84% (2238/2664) | |
DEBUG [31adbb74] Receiving objects: 85% (2265/2664) | |
DEBUG [31adbb74] Receiving objects: 86% (2292/2664) | |
DEBUG [31adbb74] Receiving objects: 87% (2318/2664) | |
DEBUG [31adbb74] Receiving objects: 88% (2345/2664) | |
DEBUG [31adbb74] Receiving objects: 89% (2371/2664) | |
DEBUG [31adbb74] Receiving objects: 90% (2398/2664) | |
DEBUG [31adbb74] Receiving objects: 91% (2425/2664) | |
DEBUG [31adbb74] Receiving objects: 92% (2451/2664) | |
DEBUG [31adbb74] Receiving objects: 93% (2478/2664) | |
DEBUG [31adbb74] Receiving objects: 94% (2505/2664) | |
DEBUG [31adbb74] Receiving objects: 95% (2531/2664) | |
DEBUG [31adbb74] Receiving objects: 96% (2558/2664) | |
DEBUG [31adbb74] Receiving objects: 97% (2585/2664) | |
DEBUG [31adbb74] Receiving objects: 98% (2611/2664) | |
DEBUG [31adbb74] Receiving objects: 99% (2638/2664) | |
DEBUG [31adbb74] Receiving objects: 100% (2664/2664) | |
DEBUG [31adbb74] Receiving objects: 100% (2664/2664), 656.52 KiB | 0 bytes/s, done. | |
DEBUG [31adbb74] Resolving deltas: 0% (0/1635) | |
DEBUG [31adbb74] Resolving deltas: 1% (31/1635) | |
DEBUG [31adbb74] Resolving deltas: 2% (45/1635) | |
DEBUG [31adbb74] Resolving deltas: 3% (55/1635) | |
DEBUG [31adbb74] Resolving deltas: 7% (119/1635) | |
DEBUG [31adbb74] Resolving deltas: 11% (188/1635) | |
DEBUG [31adbb74] Resolving deltas: 12% (201/1635) | |
DEBUG [31adbb74] Resolving deltas: 13% (224/1635) | |
DEBUG [31adbb74] Resolving deltas: 14% (231/1635) | |
DEBUG [31adbb74] Resolving deltas: 17% (283/1635) | |
DEBUG [31adbb74] Resolving deltas: 18% (305/1635) | |
DEBUG [31adbb74] Resolving deltas: 19% (316/1635) | |
DEBUG [31adbb74] Resolving deltas: 20% (328/1635) | |
DEBUG [31adbb74] Resolving deltas: 21% (350/1635) | |
DEBUG [31adbb74] Resolving deltas: 22% (370/1635) | |
DEBUG [31adbb74] Resolving deltas: 23% (384/1635) | |
DEBUG [31adbb74] Resolving deltas: 24% (405/1635) | |
DEBUG [31adbb74] Resolving deltas: 25% (411/1635) | |
DEBUG [31adbb74] Resolving deltas: 26% (428/1635) | |
DEBUG [31adbb74] Resolving deltas: 27% (446/1635) | |
DEBUG [31adbb74] Resolving deltas: 28% (458/1635) | |
DEBUG [31adbb74] Resolving deltas: 29% (488/1635) | |
DEBUG [31adbb74] Resolving deltas: 33% (550/1635) | |
DEBUG [31adbb74] Resolving deltas: 34% (556/1635) | |
DEBUG [31adbb74] Resolving deltas: 35% (579/1635) | |
DEBUG [31adbb74] Resolving deltas: 36% (589/1635) | |
DEBUG [31adbb74] Resolving deltas: 37% (606/1635) | |
DEBUG [31adbb74] Resolving deltas: 38% (628/1635) | |
DEBUG [31adbb74] Resolving deltas: 39% (649/1635) | |
DEBUG [31adbb74] Resolving deltas: 40% (656/1635) | |
DEBUG [31adbb74] Resolving deltas: 42% (690/1635) | |
DEBUG [31adbb74] Resolving deltas: 43% (712/1635) | |
DEBUG [31adbb74] Resolving deltas: 44% (721/1635) | |
DEBUG [31adbb74] Resolving deltas: 46% (762/1635) | |
DEBUG [31adbb74] Resolving deltas: 47% (774/1635) | |
DEBUG [31adbb74] Resolving deltas: 53% (869/1635) | |
DEBUG [31adbb74] Resolving deltas: 54% (886/1635) | |
DEBUG [31adbb74] Resolving deltas: 55% (908/1635) | |
DEBUG [31adbb74] Resolving deltas: 57% (948/1635) | |
DEBUG [31adbb74] Resolving deltas: 59% (965/1635) | |
DEBUG [31adbb74] Resolving deltas: 64% (1053/1635) | |
DEBUG [31adbb74] Resolving deltas: 66% (1086/1635) | |
DEBUG [31adbb74] Resolving deltas: 67% (1099/1635) | |
DEBUG [31adbb74] Resolving deltas: 68% (1122/1635) | |
DEBUG [31adbb74] Resolving deltas: 69% (1139/1635) | |
DEBUG [31adbb74] Resolving deltas: 70% (1148/1635) | |
DEBUG [31adbb74] Resolving deltas: 73% (1207/1635) | |
DEBUG [31adbb74] Resolving deltas: 74% (1210/1635) | |
DEBUG [31adbb74] Resolving deltas: 75% (1236/1635) | |
DEBUG [31adbb74] Resolving deltas: 76% (1243/1635) | |
DEBUG [31adbb74] Resolving deltas: 77% (1259/1635) | |
DEBUG [31adbb74] Resolving deltas: 80% (1321/1635) | |
DEBUG [31adbb74] Resolving deltas: 81% (1337/1635) | |
DEBUG [31adbb74] Resolving deltas: 82% (1342/1635) | |
DEBUG [31adbb74] Resolving deltas: 83% (1370/1635) | |
DEBUG [31adbb74] Resolving deltas: 84% (1376/1635) | |
DEBUG [31adbb74] Resolving deltas: 85% (1395/1635) | |
DEBUG [31adbb74] Resolving deltas: 86% (1417/1635) | |
DEBUG [31adbb74] Resolving deltas: 87% (1430/1635) | |
DEBUG [31adbb74] Resolving deltas: 91% (1494/1635) | |
DEBUG [31adbb74] Resolving deltas: 93% (1527/1635) | |
DEBUG [31adbb74] Resolving deltas: 95% (1565/1635) | |
DEBUG [31adbb74] Resolving deltas: 96% (1570/1635) | |
DEBUG [31adbb74] Resolving deltas: 97% (1590/1635) | |
DEBUG [31adbb74] Resolving deltas: 99% (1626/1635) | |
DEBUG [31adbb74] Resolving deltas: 100% (1635/1635) | |
DEBUG [31adbb74] Resolving deltas: 100% (1635/1635), done. | |
DEBUG [31adbb74] Checking connectivity... | |
DEBUG [31adbb74] done. | |
INFO [31adbb74] Finished in 1.195 seconds with exit status 0 (successful). | |
DEBUG [1a02307d] Running /usr/bin/env if test ! -d /var/www/blog/repo; then echo "Directory does not exist '/var/www/blog/repo'" 1>&2; false; fi as [email protected] | |
DEBUG [1a02307d] Command: if test ! -d /var/www/blog/repo; then echo "Directory does not exist '/var/www/blog/repo'" 1>&2; false; fi | |
DEBUG [1a02307d] Finished in 0.144 seconds with exit status 0 (successful). | |
INFO [f6efed2a] Running /usr/bin/env git remote update as [email protected] | |
DEBUG [f6efed2a] Command: cd /var/www/blog/repo && ( RAILS_ENV=production RBENV_ROOT=~/.rbenv RBENV_VERSION=2.2.0 GIT_ASKPASS=/bin/echo GIT_SSH=/tmp/blog/git-ssh.sh /usr/bin/env git remote update ) | |
DEBUG [f6efed2a] Fetching origin | |
INFO [f6efed2a] Finished in 0.980 seconds with exit status 0 (successful). | |
DEBUG [51f9ae70] Running /usr/bin/env if test ! -d /var/www/blog/repo; then echo "Directory does not exist '/var/www/blog/repo'" 1>&2; false; fi as [email protected] | |
DEBUG [51f9ae70] Command: if test ! -d /var/www/blog/repo; then echo "Directory does not exist '/var/www/blog/repo'" 1>&2; false; fi | |
DEBUG [51f9ae70] Finished in 0.153 seconds with exit status 0 (successful). | |
INFO [ceb1f38f] Running /usr/bin/env mkdir -p /var/www/blog/releases/20150311021955 as [email protected] | |
DEBUG [ceb1f38f] Command: cd /var/www/blog/repo && ( RAILS_ENV=production RBENV_ROOT=~/.rbenv RBENV_VERSION=2.2.0 GIT_ASKPASS=/bin/echo GIT_SSH=/tmp/blog/git-ssh.sh /usr/bin/env mkdir -p /var/www/blog/releases/20150311021955 ) | |
INFO [ceb1f38f] Finished in 0.148 seconds with exit status 0 (successful). | |
INFO [57c63660] Running /usr/bin/env git archive maintenance/unicorn | tar -x -f - -C /var/www/blog/releases/20150311021955 as [email protected] | |
DEBUG [57c63660] Command: cd /var/www/blog/repo && ( RAILS_ENV=production RBENV_ROOT=~/.rbenv RBENV_VERSION=2.2.0 GIT_ASKPASS=/bin/echo GIT_SSH=/tmp/blog/git-ssh.sh /usr/bin/env git archive maintenance/unicorn | tar -x -f - -C /var/www/blog/releases/20150311021955 ) | |
INFO [57c63660] Finished in 0.174 seconds with exit status 0 (successful). | |
DEBUG [23d47f09] Running /usr/bin/env if test ! -d /var/www/blog/repo; then echo "Directory does not exist '/var/www/blog/repo'" 1>&2; false; fi as [email protected] | |
DEBUG [23d47f09] Command: if test ! -d /var/www/blog/repo; then echo "Directory does not exist '/var/www/blog/repo'" 1>&2; false; fi | |
DEBUG [23d47f09] Finished in 0.150 seconds with exit status 0 (successful). | |
DEBUG [533ec630] Running /usr/bin/env git rev-parse --short maintenance/unicorn as [email protected] | |
DEBUG [533ec630] Command: cd /var/www/blog/repo && ( RAILS_ENV=production RBENV_ROOT=~/.rbenv RBENV_VERSION=2.2.0 GIT_ASKPASS=/bin/echo GIT_SSH=/tmp/blog/git-ssh.sh /usr/bin/env git rev-parse --short maintenance/unicorn ) | |
DEBUG [533ec630] e224fcc | |
DEBUG [533ec630] Finished in 0.154 seconds with exit status 0 (successful). | |
DEBUG [cc5f1421] Running /usr/bin/env if test ! -d /var/www/blog/releases/20150311021955; then echo "Directory does not exist '/var/www/blog/releases/20150311021955'" 1>&2; false; fi as [email protected] | |
DEBUG [cc5f1421] Command: if test ! -d /var/www/blog/releases/20150311021955; then echo "Directory does not exist '/var/www/blog/releases/20150311021955'" 1>&2; false; fi | |
DEBUG [cc5f1421] Finished in 0.149 seconds with exit status 0 (successful). | |
INFO [b02c7e6a] Running /usr/bin/env echo "e224fcc" >> REVISION as [email protected] | |
DEBUG [b02c7e6a] Command: cd /var/www/blog/releases/20150311021955 && ( RAILS_ENV=production RBENV_ROOT=~/.rbenv RBENV_VERSION=2.2.0 /usr/bin/env echo "e224fcc" >> REVISION ) | |
INFO [b02c7e6a] Finished in 0.146 seconds with exit status 0 (successful). | |
INFO [e73f8bfc] Running /usr/bin/env mkdir -p /var/www/blog/releases/20150311021955/config /var/www/blog/releases/20150311021955/config as [email protected] | |
DEBUG [e73f8bfc] Command: ( RAILS_ENV=production RBENV_ROOT=~/.rbenv RBENV_VERSION=2.2.0 /usr/bin/env mkdir -p /var/www/blog/releases/20150311021955/config /var/www/blog/releases/20150311021955/config ) | |
INFO [e73f8bfc] Finished in 0.150 seconds with exit status 0 (successful). | |
DEBUG [05a478cd] Running /usr/bin/env [ -L /var/www/blog/releases/20150311021955/config/database.yml ] as [email protected] | |
DEBUG [05a478cd] Command: [ -L /var/www/blog/releases/20150311021955/config/database.yml ] | |
DEBUG [05a478cd] Finished in 0.140 seconds with exit status 1 (failed). | |
DEBUG [21ec796c] Running /usr/bin/env [ -f /var/www/blog/releases/20150311021955/config/database.yml ] as [email protected] | |
DEBUG [21ec796c] Command: [ -f /var/www/blog/releases/20150311021955/config/database.yml ] | |
DEBUG [21ec796c] Finished in 0.140 seconds with exit status 1 (failed). | |
INFO [14890146] Running /usr/bin/env ln -s /var/www/blog/shared/config/database.yml /var/www/blog/releases/20150311021955/config/database.yml as [email protected] | |
DEBUG [14890146] Command: ( RAILS_ENV=production RBENV_ROOT=~/.rbenv RBENV_VERSION=2.2.0 /usr/bin/env ln -s /var/www/blog/shared/config/database.yml /var/www/blog/releases/20150311021955/config/database.yml ) | |
INFO [14890146] Finished in 0.142 seconds with exit status 0 (successful). | |
DEBUG [b3cd070f] Running /usr/bin/env [ -L /var/www/blog/releases/20150311021955/config/secrets.yml ] as [email protected] | |
DEBUG [b3cd070f] Command: [ -L /var/www/blog/releases/20150311021955/config/secrets.yml ] | |
DEBUG [b3cd070f] Finished in 0.141 seconds with exit status 1 (failed). | |
DEBUG [802c8e48] Running /usr/bin/env [ -f /var/www/blog/releases/20150311021955/config/secrets.yml ] as [email protected] | |
DEBUG [802c8e48] Command: [ -f /var/www/blog/releases/20150311021955/config/secrets.yml ] | |
DEBUG [802c8e48] Finished in 0.142 seconds with exit status 1 (failed). | |
INFO [6e9f3ab1] Running /usr/bin/env ln -s /var/www/blog/shared/config/secrets.yml /var/www/blog/releases/20150311021955/config/secrets.yml as [email protected] | |
DEBUG [6e9f3ab1] Command: ( RAILS_ENV=production RBENV_ROOT=~/.rbenv RBENV_VERSION=2.2.0 /usr/bin/env ln -s /var/www/blog/shared/config/secrets.yml /var/www/blog/releases/20150311021955/config/secrets.yml ) | |
INFO [6e9f3ab1] Finished in 0.144 seconds with exit status 0 (successful). | |
INFO [bfcb321b] Running /usr/bin/env mkdir -p /var/www/blog/releases/20150311021955/public /var/www/blog/releases/20150311021955 /var/www/blog/releases/20150311021955 /var/www/blog/releases/20150311021955/tmp /var/www/blog/releases/20150311021955/tmp /var/www/blog/releases/20150311021955/tmp /var/www/blog/releases/20150311021955/vendor /var/www/blog/releases/20150311021955/public as [email protected] | |
DEBUG [bfcb321b] Command: ( RAILS_ENV=production RBENV_ROOT=~/.rbenv RBENV_VERSION=2.2.0 /usr/bin/env mkdir -p /var/www/blog/releases/20150311021955/public /var/www/blog/releases/20150311021955 /var/www/blog/releases/20150311021955 /var/www/blog/releases/20150311021955/tmp /var/www/blog/releases/20150311021955/tmp /var/www/blog/releases/20150311021955/tmp /var/www/blog/releases/20150311021955/vendor /var/www/blog/releases/20150311021955/public ) | |
INFO [bfcb321b] Finished in 0.148 seconds with exit status 0 (successful). | |
DEBUG [cef6d6ff] Running /usr/bin/env [ -L /var/www/blog/releases/20150311021955/public/assets ] as [email protected] | |
DEBUG [cef6d6ff] Command: [ -L /var/www/blog/releases/20150311021955/public/assets ] | |
DEBUG [cef6d6ff] Finished in 0.144 seconds with exit status 1 (failed). | |
DEBUG [24fc2749] Running /usr/bin/env [ -d /var/www/blog/releases/20150311021955/public/assets ] as [email protected] | |
DEBUG [24fc2749] Command: [ -d /var/www/blog/releases/20150311021955/public/assets ] | |
DEBUG [24fc2749] Finished in 0.153 seconds with exit status 1 (failed). | |
INFO [f6791751] Running /usr/bin/env ln -s /var/www/blog/shared/public/assets /var/www/blog/releases/20150311021955/public/assets as [email protected] | |
DEBUG [f6791751] Command: ( RAILS_ENV=production RBENV_ROOT=~/.rbenv RBENV_VERSION=2.2.0 /usr/bin/env ln -s /var/www/blog/shared/public/assets /var/www/blog/releases/20150311021955/public/assets ) | |
INFO [f6791751] Finished in 0.153 seconds with exit status 0 (successful). | |
DEBUG [81e936a6] Running /usr/bin/env [ -L /var/www/blog/releases/20150311021955/bin ] as [email protected] | |
DEBUG [81e936a6] Command: [ -L /var/www/blog/releases/20150311021955/bin ] | |
DEBUG [81e936a6] Finished in 0.150 seconds with exit status 1 (failed). | |
DEBUG [8cb1fb56] Running /usr/bin/env [ -d /var/www/blog/releases/20150311021955/bin ] as [email protected] | |
DEBUG [8cb1fb56] Command: [ -d /var/www/blog/releases/20150311021955/bin ] | |
DEBUG [8cb1fb56] Finished in 0.140 seconds with exit status 0 (successful). | |
INFO [1d9862a9] Running /usr/bin/env rm -rf /var/www/blog/releases/20150311021955/bin as [email protected] | |
DEBUG [1d9862a9] Command: ( RAILS_ENV=production RBENV_ROOT=~/.rbenv RBENV_VERSION=2.2.0 /usr/bin/env rm -rf /var/www/blog/releases/20150311021955/bin ) | |
INFO [1d9862a9] Finished in 0.149 seconds with exit status 0 (successful). | |
INFO [fea18250] Running /usr/bin/env ln -s /var/www/blog/shared/bin /var/www/blog/releases/20150311021955/bin as [email protected] | |
DEBUG [fea18250] Command: ( RAILS_ENV=production RBENV_ROOT=~/.rbenv RBENV_VERSION=2.2.0 /usr/bin/env ln -s /var/www/blog/shared/bin /var/www/blog/releases/20150311021955/bin ) | |
INFO [fea18250] Finished in 0.145 seconds with exit status 0 (successful). | |
DEBUG [39e75df4] Running /usr/bin/env [ -L /var/www/blog/releases/20150311021955/log ] as [email protected] | |
DEBUG [39e75df4] Command: [ -L /var/www/blog/releases/20150311021955/log ] | |
DEBUG [39e75df4] Finished in 0.143 seconds with exit status 1 (failed). | |
DEBUG [0ff54883] Running /usr/bin/env [ -d /var/www/blog/releases/20150311021955/log ] as [email protected] | |
DEBUG [0ff54883] Command: [ -d /var/www/blog/releases/20150311021955/log ] | |
DEBUG [0ff54883] Finished in 0.147 seconds with exit status 0 (successful). | |
INFO [fb4a1a33] Running /usr/bin/env rm -rf /var/www/blog/releases/20150311021955/log as [email protected] | |
DEBUG [fb4a1a33] Command: ( RAILS_ENV=production RBENV_ROOT=~/.rbenv RBENV_VERSION=2.2.0 /usr/bin/env rm -rf /var/www/blog/releases/20150311021955/log ) | |
INFO [fb4a1a33] Finished in 0.165 seconds with exit status 0 (successful). | |
INFO [9912dec0] Running /usr/bin/env ln -s /var/www/blog/shared/log /var/www/blog/releases/20150311021955/log as [email protected] | |
DEBUG [9912dec0] Command: ( RAILS_ENV=production RBENV_ROOT=~/.rbenv RBENV_VERSION=2.2.0 /usr/bin/env ln -s /var/www/blog/shared/log /var/www/blog/releases/20150311021955/log ) | |
INFO [9912dec0] Finished in 0.153 seconds with exit status 0 (successful). | |
DEBUG [399efcef] Running /usr/bin/env [ -L /var/www/blog/releases/20150311021955/tmp/pids ] as [email protected] | |
DEBUG [399efcef] Command: [ -L /var/www/blog/releases/20150311021955/tmp/pids ] | |
DEBUG [399efcef] Finished in 0.159 seconds with exit status 1 (failed). | |
DEBUG [821d18d6] Running /usr/bin/env [ -d /var/www/blog/releases/20150311021955/tmp/pids ] as [email protected] | |
DEBUG [821d18d6] Command: [ -d /var/www/blog/releases/20150311021955/tmp/pids ] | |
DEBUG [821d18d6] Finished in 0.150 seconds with exit status 1 (failed). | |
INFO [c81c7867] Running /usr/bin/env ln -s /var/www/blog/shared/tmp/pids /var/www/blog/releases/20150311021955/tmp/pids as [email protected] | |
DEBUG [c81c7867] Command: ( RAILS_ENV=production RBENV_ROOT=~/.rbenv RBENV_VERSION=2.2.0 /usr/bin/env ln -s /var/www/blog/shared/tmp/pids /var/www/blog/releases/20150311021955/tmp/pids ) | |
INFO [c81c7867] Finished in 0.157 seconds with exit status 0 (successful). | |
DEBUG [9d1cae80] Running /usr/bin/env [ -L /var/www/blog/releases/20150311021955/tmp/cache ] as [email protected] | |
DEBUG [9d1cae80] Command: [ -L /var/www/blog/releases/20150311021955/tmp/cache ] | |
DEBUG [9d1cae80] Finished in 0.155 seconds with exit status 1 (failed). | |
DEBUG [93fb9f6b] Running /usr/bin/env [ -d /var/www/blog/releases/20150311021955/tmp/cache ] as [email protected] | |
DEBUG [93fb9f6b] Command: [ -d /var/www/blog/releases/20150311021955/tmp/cache ] | |
DEBUG [93fb9f6b] Finished in 0.146 seconds with exit status 1 (failed). | |
INFO [c3a29ab6] Running /usr/bin/env ln -s /var/www/blog/shared/tmp/cache /var/www/blog/releases/20150311021955/tmp/cache as [email protected] | |
DEBUG [c3a29ab6] Command: ( RAILS_ENV=production RBENV_ROOT=~/.rbenv RBENV_VERSION=2.2.0 /usr/bin/env ln -s /var/www/blog/shared/tmp/cache /var/www/blog/releases/20150311021955/tmp/cache ) | |
INFO [c3a29ab6] Finished in 0.152 seconds with exit status 0 (successful). | |
DEBUG [0c083eeb] Running /usr/bin/env [ -L /var/www/blog/releases/20150311021955/tmp/sockets ] as [email protected] | |
DEBUG [0c083eeb] Command: [ -L /var/www/blog/releases/20150311021955/tmp/sockets ] | |
DEBUG [0c083eeb] Finished in 0.141 seconds with exit status 1 (failed). | |
DEBUG [3cdfb92a] Running /usr/bin/env [ -d /var/www/blog/releases/20150311021955/tmp/sockets ] as [email protected] | |
DEBUG [3cdfb92a] Command: [ -d /var/www/blog/releases/20150311021955/tmp/sockets ] | |
DEBUG [3cdfb92a] Finished in 0.146 seconds with exit status 1 (failed). | |
INFO [cbe42fe6] Running /usr/bin/env ln -s /var/www/blog/shared/tmp/sockets /var/www/blog/releases/20150311021955/tmp/sockets as [email protected] | |
DEBUG [cbe42fe6] Command: ( RAILS_ENV=production RBENV_ROOT=~/.rbenv RBENV_VERSION=2.2.0 /usr/bin/env ln -s /var/www/blog/shared/tmp/sockets /var/www/blog/releases/20150311021955/tmp/sockets ) | |
INFO [cbe42fe6] Finished in 0.151 seconds with exit status 0 (successful). | |
DEBUG [9834c5cc] Running /usr/bin/env [ -L /var/www/blog/releases/20150311021955/vendor/bundle ] as [email protected] | |
DEBUG [9834c5cc] Command: [ -L /var/www/blog/releases/20150311021955/vendor/bundle ] | |
DEBUG [9834c5cc] Finished in 0.143 seconds with exit status 1 (failed). | |
DEBUG [8e6ae4c7] Running /usr/bin/env [ -d /var/www/blog/releases/20150311021955/vendor/bundle ] as [email protected] | |
DEBUG [8e6ae4c7] Command: [ -d /var/www/blog/releases/20150311021955/vendor/bundle ] | |
DEBUG [8e6ae4c7] Finished in 0.143 seconds with exit status 1 (failed). | |
INFO [2b45188a] Running /usr/bin/env ln -s /var/www/blog/shared/vendor/bundle /var/www/blog/releases/20150311021955/vendor/bundle as [email protected] | |
DEBUG [2b45188a] Command: ( RAILS_ENV=production RBENV_ROOT=~/.rbenv RBENV_VERSION=2.2.0 /usr/bin/env ln -s /var/www/blog/shared/vendor/bundle /var/www/blog/releases/20150311021955/vendor/bundle ) | |
INFO [2b45188a] Finished in 0.148 seconds with exit status 0 (successful). | |
DEBUG [3b27d974] Running /usr/bin/env [ -L /var/www/blog/releases/20150311021955/public/system ] as [email protected] | |
DEBUG [3b27d974] Command: [ -L /var/www/blog/releases/20150311021955/public/system ] | |
DEBUG [3b27d974] Finished in 0.143 seconds with exit status 1 (failed). | |
DEBUG [413b96a3] Running /usr/bin/env [ -d /var/www/blog/releases/20150311021955/public/system ] as [email protected] | |
DEBUG [413b96a3] Command: [ -d /var/www/blog/releases/20150311021955/public/system ] | |
DEBUG [413b96a3] Finished in 0.144 seconds with exit status 1 (failed). | |
INFO [b4cfe651] Running /usr/bin/env ln -s /var/www/blog/shared/public/system /var/www/blog/releases/20150311021955/public/system as [email protected] | |
DEBUG [b4cfe651] Command: ( RAILS_ENV=production RBENV_ROOT=~/.rbenv RBENV_VERSION=2.2.0 /usr/bin/env ln -s /var/www/blog/shared/public/system /var/www/blog/releases/20150311021955/public/system ) | |
INFO [b4cfe651] Finished in 0.146 seconds with exit status 0 (successful). | |
DEBUG [7208bf43] Running /usr/bin/env if test ! -d /var/www/blog/releases/20150311021955; then echo "Directory does not exist '/var/www/blog/releases/20150311021955'" 1>&2; false; fi as [email protected] | |
DEBUG [7208bf43] Command: if test ! -d /var/www/blog/releases/20150311021955; then echo "Directory does not exist '/var/www/blog/releases/20150311021955'" 1>&2; false; fi | |
DEBUG [7208bf43] Finished in 0.140 seconds with exit status 0 (successful). | |
INFO [d129f2f7] Running ~/.rbenv/bin/rbenv exec bundle config build.pg --with-pg_config=/usr/pgsql-9.4/bin/pg_config --local as [email protected] | |
DEBUG [d129f2f7] Command: cd /var/www/blog/releases/20150311021955 && ( RAILS_ENV=production RBENV_ROOT=~/.rbenv RBENV_VERSION=2.2.0 ~/.rbenv/bin/rbenv exec bundle config build.pg --with-pg_config=/usr/pgsql-9.4/bin/pg_config --local ) | |
INFO [d129f2f7] Finished in 0.432 seconds with exit status 0 (successful). | |
DEBUG [1ba177a3] Running /usr/bin/env if test ! -d /var/www/blog/releases/20150311021955; then echo "Directory does not exist '/var/www/blog/releases/20150311021955'" 1>&2; false; fi as [email protected] | |
DEBUG [1ba177a3] Command: if test ! -d /var/www/blog/releases/20150311021955; then echo "Directory does not exist '/var/www/blog/releases/20150311021955'" 1>&2; false; fi | |
DEBUG [1ba177a3] Finished in 0.146 seconds with exit status 0 (successful). | |
INFO [c068c1b6] Running ~/.rbenv/bin/rbenv exec bundle install --path /var/www/blog/shared/vendor/bundle --without development test --jobs 4 --deployment --verbose as [email protected] | |
DEBUG [c068c1b6] Command: cd /var/www/blog/releases/20150311021955 && ( RAILS_ENV=production RBENV_ROOT=~/.rbenv RBENV_VERSION=2.2.0 ~/.rbenv/bin/rbenv exec bundle install --path /var/www/blog/shared/vendor/bundle --without development test --jobs 4 --deployment --verbose ) | |
DEBUG [c068c1b6] HTTP GET https://bundler.rubygems.org/api/v1/dependencies | |
DEBUG [c068c1b6] HTTP 200 OK | |
DEBUG [c068c1b6] Fetching gem metadata from https://rubygems.org/ | |
DEBUG [c068c1b6] Query List: ["rake", "RedCloth", "i18n", "json", "minitest", "thread_safe", "tzinfo", "activesupport", "builder", "erubis", "mini_portile", "nokogiri", "rails-deprecated_sanitizer", "rails-dom-testing", "loofah", "rails-html-sanitizer", "actionview", "rack", "rack-test", "actionpack", "globalid", "activejob", "mime-types", "mail", "actionmailer", "activemodel", "arel", "activerecord", "addressable", "execjs", "autoprefixer-rails", "bcrypt", "bcrypt-ruby", "sass", "bootstrap-sass", "buftok", "chronic", "coffee-script-source", "coffee-script", "thor", "railties", "coffee-rails", "equalizer", "multipart-post", "faraday", "friendly_id", "hike", "http_parser.rb", "http", "jquery-rails", "kgio", "memoizable", "multi_json", "naught", "pg", "tilt", "sprockets", "sprockets-rails", "rails", "raindrops", "sass-rails", "simple_oauth", "twitter", "uglifier", "unicorn", "whenever", "will_paginate", "will_paginate-bootstrap"] | |
DEBUG [c068c1b6] Query Gemcutter Dependency Endpoint API: rake,RedCloth,i18n,json,minitest,thread_safe,tzinfo,activesupport,builder,erubis,mini_portile,nokogiri,rails-deprecated_sanitizer,rails-dom-testing,loofah,rails-html-sanitizer,actionview,rack,rack-test,actionpack,globalid,activejob,mime-types,mail,actionmailer,activemodel,arel,activerecord,addressable,execjs,autoprefixer-rails,bcrypt,bcrypt-ruby,sass,bootstrap-sass,buftok,chronic,coffee-script-source,coffee-script,thor,railties,coffee-rails,equalizer,multipart-post,faraday,friendly_id,hike,http_parser.rb,http,jquery-rails,kgio,memoizable,multi_json,naught,pg,tilt,sprockets,sprockets-rails,rails,raindrops,sass-rails,simple_oauth,twitter,uglifier,unicorn,whenever,will_paginate,will_paginate-bootstrap | |
DEBUG [c068c1b6] HTTP GET https://bundler.rubygems.org/api/v1/dependencies?gems=rake,RedCloth,i18n,json,minitest,thread_safe,tzinfo,activesupport,builder,erubis,mini_portile,nokogiri,rails-deprecated_sanitizer,rails-dom-testing,loofah,rails-html-sanitizer,actionview,rack,rack-test,actionpack,globalid,activejob,mime-types,mail,actionmailer,activemodel,arel,activerecord,addressable,execjs,autoprefixer-rails,bcrypt,bcrypt-ruby,sass,bootstrap-sass,buftok,chronic,coffee-script-source,coffee-script,thor,railties,coffee-rails,equalizer,multipart-post,faraday,friendly_id,hike,http_parser.rb,http,jquery-rails | |
DEBUG [c068c1b6] HTTP 200 OK | |
DEBUG [c068c1b6] HTTP GET https://bundler.rubygems.org/api/v1/dependencies?gems=kgio,memoizable,multi_json,naught,pg,tilt,sprockets,sprockets-rails,rails,raindrops,sass-rails,simple_oauth,twitter,uglifier,unicorn,whenever,will_paginate,will_paginate-bootstrap | |
DEBUG [c068c1b6] HTTP 200 OK | |
DEBUG [c068c1b6] Query List: ["echoe", "hoe", "atomic", "memcache-client", "racc", "tenderlove-frex", "rake-compiler", "rexical", "weakling", "abstract", "archive-tar-minitar", "rcov", "tlsmail", "treetop", "test-spec", "camping", "fcgi", "mongrel", "ruby-openid", "thin", "journey", "rack-cache", "rack-mount", "activemodel-globalid", "activerecord-deprecated_finders", "listen", "text-format", "rspec", "launchy", "backports", "adamantium", "babosa", "unicode", "newgem", "sqlite3-ruby", "rdoc", "rack-ssl", "http-form_data", "form_data", "certified", "bundler", "activeresource", "actionwebservice", "descendants_tracker", "therubyracer", "aaronh-chronic"] | |
DEBUG [c068c1b6] Query Gemcutter Dependency Endpoint API: echoe,hoe,atomic,memcache-client,racc,tenderlove-frex,rake-compiler,rexical,weakling,abstract,archive-tar-minitar,rcov,tlsmail,treetop,test-spec,camping,fcgi,mongrel,ruby-openid,thin,journey,rack-cache,rack-mount,activemodel-globalid,activerecord-deprecated_finders,listen,text-format,rspec,launchy,backports,adamantium,babosa,unicode,newgem,sqlite3-ruby,rdoc,rack-ssl,http-form_data,form_data,certified,bundler,activeresource,actionwebservice,descendants_tracker,therubyracer,aaronh-chronic | |
DEBUG [c068c1b6] HTTP GET https://bundler.rubygems.org/api/v1/dependencies?gems=echoe,hoe,atomic,memcache-client,racc,tenderlove-frex,rake-compiler,rexical,weakling,abstract,archive-tar-minitar,rcov,tlsmail,treetop,test-spec,camping,fcgi,mongrel,ruby-openid,thin,journey,rack-cache,rack-mount,activemodel-globalid,activerecord-deprecated_finders,listen,text-format,rspec,launchy,backports,adamantium,babosa,unicode,newgem,sqlite3-ruby,rdoc,rack-ssl,http-form_data,form_data,certified,bundler,activeresource,actionwebservice,descendants_tracker,therubyracer,aaronh-chronic | |
DEBUG [c068c1b6] HTTP 200 OK | |
DEBUG [c068c1b6] Query List: ["RubyInline", "rubyforge", "gemcutter", "highline", "allison", "ZenTest", "flexmock", "mocha", "markaby", "metaid", "mab", "facets", "polyglot", "ruby-yadis", "multimap", "daemons", "fastthread", "gem_plugin", "cgi_multipart_eof_fix", "eventmachine", "eventmachine-le", "preforker", "rb-inotify", "rb-fsevent", "celluloid", "rb-fchange", "rb-kqueue", "celluloid-io", "text-hyphen", "spoon", "configuration", "ffi", "rspec-mocks", "rspec-expectations", "rspec-core", "cucumber", "diff-lcs", "syntax", "spicycode-rcov", "ice_nine", "rails-observers", "libv8", "ref", "rubigen", "sqlite3"] | |
DEBUG [c068c1b6] Query Gemcutter Dependency Endpoint API: RubyInline,rubyforge,gemcutter,highline,allison,ZenTest,flexmock,mocha,markaby,metaid,mab,facets,polyglot,ruby-yadis,multimap,daemons,fastthread,gem_plugin,cgi_multipart_eof_fix,eventmachine,eventmachine-le,preforker,rb-inotify,rb-fsevent,celluloid,rb-fchange,rb-kqueue,celluloid-io,text-hyphen,spoon,configuration,ffi,rspec-mocks,rspec-expectations,rspec-core,cucumber,diff-lcs,syntax,spicycode-rcov,ice_nine,rails-observers,libv8,ref,rubigen,sqlite3 | |
DEBUG [c068c1b6] HTTP GET https://bundler.rubygems.org/api/v1/dependencies?gems=RubyInline,rubyforge,gemcutter,highline,allison,ZenTest,flexmock,mocha,markaby,metaid,mab,facets,polyglot,ruby-yadis,multimap,daemons,fastthread,gem_plugin,cgi_multipart_eof_fix,eventmachine,eventmachine-le,preforker,rb-inotify,rb-fsevent,celluloid,rb-fchange,rb-kqueue,celluloid-io,text-hyphen,spoon,configuration,ffi,rspec-mocks,rspec-expectations,rspec-core,cucumber,diff-lcs,syntax,spicycode-rcov,ice_nine,rails-observers,libv8,ref,rubigen,sqlite3 | |
DEBUG [c068c1b6] HTTP 200 OK | |
DEBUG [c068c1b6] Query List: ["json_pure", "net-scp", "termios", "metaclass", "timers", "facter", "nio4r", "thoughtbot-shoulda", "win32-api", "bones", "rspec-support", "multi_test", "gherkin", "cucumber-core", "term-ansicolor"] | |
DEBUG [c068c1b6] Query Gemcutter Dependency Endpoint API: json_pure,net-scp,termios,metaclass,timers,facter,nio4r,thoughtbot-shoulda,win32-api,bones,rspec-support,multi_test,gherkin,cucumber-core,term-ansicolor | |
DEBUG [c068c1b6] HTTP GET https://bundler.rubygems.org/api/v1/dependencies?gems=json_pure,net-scp,termios,metaclass,timers,facter,nio4r,thoughtbot-shoulda,win32-api,bones,rspec-support,multi_test,gherkin,cucumber-core,term-ansicolor | |
DEBUG [c068c1b6] HTTP 200 OK | |
DEBUG [c068c1b6] Query List: ["spruz", "hitimes", "win32console", "win32-security", "win32-dir", "CFPropertyList", "sys-admin", "windows-api", "windows-pr", "net-ssh", "test-unit", "little-plugger", "loquacious", "bones-git", "bones-extras", "tins", "trollop"] | |
DEBUG [c068c1b6] Query Gemcutter Dependency Endpoint API: spruz,hitimes,win32console,win32-security,win32-dir,CFPropertyList,sys-admin,windows-api,windows-pr,net-ssh,test-unit,little-plugger,loquacious,bones-git,bones-extras,tins,trollop | |
DEBUG [c068c1b6] HTTP GET https://bundler.rubygems.org/api/v1/dependencies?gems=spruz,hitimes,win32console,win32-security,win32-dir,CFPropertyList,sys-admin,windows-api,windows-pr,net-ssh,test-unit,little-plugger,loquacious,bones-git,bones-extras,tins,trollop | |
DEBUG [c068c1b6] HTTP 200 OK | |
DEBUG [c068c1b6] Query List: ["libxml-ruby", "mkrf", "power_assert", "needle", "jruby-pageant", "git", "bones-rcov", "bones-rubyforge", "bones-rspec", "bones-zentest", "curses"] | |
DEBUG [c068c1b6] Query Gemcutter Dependency Endpoint API: libxml-ruby,mkrf,power_assert,needle,jruby-pageant,git,bones-rcov,bones-rubyforge,bones-rspec,bones-zentest,curses | |
DEBUG [c068c1b6] HTTP GET https://bundler.rubygems.org/api/v1/dependencies?gems=libxml-ruby,mkrf,power_assert,needle,jruby-pageant,git,bones-rcov,bones-rubyforge,bones-rspec,bones-zentest,curses | |
DEBUG [c068c1b6] HTTP 200 OK | |
DEBUG [c068c1b6] Query List: ["pattern-match"] | |
DEBUG [c068c1b6] Query Gemcutter Dependency Endpoint API: pattern-match | |
DEBUG [c068c1b6] HTTP GET https://bundler.rubygems.org/api/v1/dependencies?gems=pattern-match | |
DEBUG [c068c1b6] HTTP 200 OK | |
DEBUG [c068c1b6] Query List: [] | |
DEBUG [c068c1b6] Fetching version metadata from https://rubygems.org/ | |
DEBUG [c068c1b6] Query List: ["bones", "rcov", "ZenTest", "pattern-match", "rubyforge", "rspec", "ffi", "windows-pr", "test-unit", "sys-admin", "libxml-ruby", "rake", "configuration", "mkrf", "json", "rake-compiler", "win32-api", "windows-api", "win32-security", "power_assert", "hoe", "needle", "jruby-pageant", "echoe", "git", "bones-rcov", "bones-rubyforge", "bones-rspec", "bones-zentest", "curses", "spruz", "hitimes", "win32console", "win32-dir", "CFPropertyList", "net-ssh", "activesupport", "little-plugger", "loquacious", "bones-git", "bones-extras", "rdoc", "gherkin", "tins", "trollop", "term-ansicolor", "multi_json", "json_pure", "net-scp", "termios", "metaclass", "builder", "timers", "celluloid", "facter", "nio4r", "mocha", "cucumber", "thoughtbot-shoulda", "i18n", "newgem", "diff-lcs", "rspec-support", "rspec-core", "rspec-expectations", "multi_test", "cucumber-core", "treetop", "polyglot", "railties", "activemodel", "RubyInline", "gemcutter", "highline", "allison", "flexmock", "rack", "activerecord", "markaby", "metaid", "mab", "facets", "ruby-yadis", "multimap", "daemons", "fastthread", "gem_plugin", "cgi_multipart_eof_fix", "eventmachine", "eventmachine-le", "http_parser.rb", "preforker", "rb-inotify", "rb-fsevent", "rb-fchange", "rb-kqueue", "celluloid-io", "text-hyphen", "spoon", "addressable", "rspec-mocks", "syntax", "spicycode-rcov", "backports", "ice_nine", "thread_safe", "memoizable", "http-form_data", "rails-observers", "actionpack", "libv8", "ref", "RedCloth", "rubigen", "sqlite3", "minitest", "atomic", "tzinfo", "memcache-client", "mini_portile", "racc", "tenderlove-frex", "rexical", "weakling", "abstract", "rails-deprecated_sanitizer", "nokogiri", "loofah", "erubis", "rails-dom-testing", "rails-html-sanitizer", "archive-tar-minitar", "mime-types", "tlsmail", "test-spec", "camping", "fcgi", "mongrel", "ruby-openid", "thin", "actionview", "rack-test", "sprockets", "journey", "rack-cache", "rack-mount", "globalid", "activemodel-globalid", "arel", "activerecord-deprecated_finders", "execjs", "listen", "mail", "ac | |
DEBUG [c068c1b6] tivejob", "text-format", "bcrypt-ruby", "launchy", "bcrypt", "autoprefixer-rails", "sass", "sass-rails", "coffee-script-source", "adamantium", "babosa", "unicode", "sqlite3-ruby", "thor", "rack-ssl", "coffee-script", "multipart-post", "form_data", "certified", "rails", "tilt", "hike", "sprockets-rails", "kgio", "raindrops", "bundler", "actionmailer", "activeresource", "actionwebservice", "simple_oauth", "naught", "http", "faraday", "equalizer", "buftok", "descendants_tracker", "therubyracer", "chronic", "aaronh-chronic", "will_paginate"] | |
DEBUG [c068c1b6] Query Gemcutter Dependency Endpoint API: bones,rcov,ZenTest,pattern-match,rubyforge,rspec,ffi,windows-pr,test-unit,sys-admin,libxml-ruby,rake,configuration,mkrf,json,rake-compiler,win32-api,windows-api,win32-security,power_assert,hoe,needle,jruby-pageant,echoe,git,bones-rcov,bones-rubyforge,bones-rspec,bones-zentest,curses,spruz,hitimes,win32console,win32-dir,CFPropertyList,net-ssh,activesupport,little-plugger,loquacious,bones-git,bones-extras,rdoc,gherkin,tins,trollop,term-ansicolor,multi_json,json_pure,net-scp,termios,metaclass,builder,timers,celluloid,facter,nio4r,mocha,cucumber,thoughtbot-shoulda,i18n,newgem,diff-lcs,rspec-support,rspec-core,rspec-expectations,multi_test,cucumber-core,treetop,polyglot,railties,activemodel,RubyInline,gemcutter,highline,allison,flexmock,rack,activerecord,markaby,metaid,mab,facets,ruby-yadis,multimap,daemons,fastthread,gem_plugin,cgi_multipart_eof_fix,eventmachine,eventmachine-le,http_parser.rb,preforker,rb-inotify,rb-fsevent,rb-fchange,rb-kqueue,celluloid-io,text-hyphen,spoon,addressable,rspec-mocks,syntax,spicycode-rcov,backports,ice_nine,thread_safe,memoizable,http-form_data,rails-observers,actionpack,libv8,ref,RedCloth,rubigen,sqlite3,minitest,atomic,tzinfo,memcache-client,mini_portile,racc,tenderlove-frex,rexical,weakling,abstract,rails-deprecated_sanitizer,nokogiri,loofah,erubis,rails-dom-testing,rails-html-sanitizer,archive-tar-minitar,mime-types,tlsmail,test-spec,camping,fcgi,mongrel,ruby-openid,thin,actionview,rack-test,sprockets,journey,rack-cache,rack-mount,globalid,activemodel-globalid,arel,activerecord-deprecated_finders,execjs,listen,mail,activejob,text-format,bcrypt-ruby,launchy,bcrypt,autoprefixer-rails,sass,sass-rails,coffee-script-source,adamantium,babosa,unicode,sqlite3-ruby,thor,rack-ssl,coffee-script,multipart-post,form_data,certified,rails,tilt,hike,sprockets-rails,kgio,raindrops,bundler,actionmailer,activeresource,actionwebservice,simple_oauth,naught,http,faraday,equalizer,buftok,descendants_tracker,therubyracer,chronic,aaronh-chronic,will_paginate | |
DEBUG [c068c1b6] HTTP GET https://bundler.rubygems.org/api/v1/dependencies?gems=bones,rcov,ZenTest,pattern-match,rubyforge,rspec,ffi,windows-pr,test-unit,sys-admin,libxml-ruby,rake,configuration,mkrf,json,rake-compiler,win32-api,windows-api,win32-security,power_assert,hoe,needle,jruby-pageant,echoe,git,bones-rcov,bones-rubyforge,bones-rspec,bones-zentest,curses,spruz,hitimes,win32console,win32-dir,CFPropertyList,net-ssh,activesupport,little-plugger,loquacious,bones-git,bones-extras,rdoc,gherkin,tins,trollop,term-ansicolor,multi_json,json_pure,net-scp,termios | |
DEBUG [c068c1b6] HTTP 200 OK | |
DEBUG [c068c1b6] HTTP GET https://bundler.rubygems.org/api/v1/dependencies?gems=metaclass,builder,timers,celluloid,facter,nio4r,mocha,cucumber,thoughtbot-shoulda,i18n,newgem,diff-lcs,rspec-support,rspec-core,rspec-expectations,multi_test,cucumber-core,treetop,polyglot,railties,activemodel,RubyInline,gemcutter,highline,allison,flexmock,rack,activerecord,markaby,metaid,mab,facets,ruby-yadis,multimap,daemons,fastthread,gem_plugin,cgi_multipart_eof_fix,eventmachine,eventmachine-le,http_parser.rb,preforker,rb-inotify,rb-fsevent,rb-fchange,rb-kqueue,celluloid-io,text-hyphen,spoon,addressable | |
DEBUG [c068c1b6] HTTP 200 OK | |
DEBUG [c068c1b6] HTTP GET https://bundler.rubygems.org/api/v1/dependencies?gems=rspec-mocks,syntax,spicycode-rcov,backports,ice_nine,thread_safe,memoizable,http-form_data,rails-observers,actionpack,libv8,ref,RedCloth,rubigen,sqlite3,minitest,atomic,tzinfo,memcache-client,mini_portile,racc,tenderlove-frex,rexical,weakling,abstract,rails-deprecated_sanitizer,nokogiri,loofah,erubis,rails-dom-testing,rails-html-sanitizer,archive-tar-minitar,mime-types,tlsmail,test-spec,camping,fcgi,mongrel,ruby-openid,thin,actionview,rack-test,sprockets,journey,rack-cache,rack-mount,globalid,activemodel-globalid,arel,activerecord-deprecated_finders | |
DEBUG [c068c1b6] HTTP 200 OK | |
DEBUG [c068c1b6] HTTP GET https://bundler.rubygems.org/api/v1/dependencies?gems=execjs,listen,mail,activejob,text-format,bcrypt-ruby,launchy,bcrypt,autoprefixer-rails,sass,sass-rails,coffee-script-source,adamantium,babosa,unicode,sqlite3-ruby,thor,rack-ssl,coffee-script,multipart-post,form_data,certified,rails,tilt,hike,sprockets-rails,kgio,raindrops,bundler,actionmailer,activeresource,actionwebservice,simple_oauth,naught,http,faraday,equalizer,buftok,descendants_tracker,therubyracer,chronic,aaronh-chronic,will_paginate | |
DEBUG [c068c1b6] HTTP 200 OK | |
DEBUG [c068c1b6] Query List: [] | |
DEBUG [c068c1b6] Using rake 10.4.2 | |
DEBUG [c068c1b6] 2: rake (10.4.2) from /home/blog/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/specifications/default/rake-10.4.2.gemspec | |
DEBUG [c068c1b6] Installing i18n 0.7.0 | |
DEBUG [c068c1b6] 0: i18n (0.7.0) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/i18n-0.7.0.gemspec | |
DEBUG [c068c1b6] Installing minitest 5.5.1 | |
DEBUG [c068c1b6] 0: minitest (5.5.1) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/minitest-5.5.1.gemspec | |
DEBUG [c068c1b6] Installing thread_safe 0.3.4 | |
DEBUG [c068c1b6] 0: thread_safe (0.3.4) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/thread_safe-0.3.4.gemspec | |
DEBUG [c068c1b6] Installing builder 3.2.2 | |
DEBUG [c068c1b6] 0: builder (3.2.2) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/builder-3.2.2.gemspec | |
DEBUG [c068c1b6] Installing RedCloth 4.2.9 | |
DEBUG [c068c1b6] 1: RedCloth (4.2.9) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/RedCloth-4.2.9.gemspec | |
DEBUG [c068c1b6] Installing mini_portile 0.6.2 | |
DEBUG [c068c1b6] 1: mini_portile (0.6.2) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/mini_portile-0.6.2.gemspec | |
DEBUG [c068c1b6] Installing json 1.8.2 | |
DEBUG [c068c1b6] 2: json (1.8.2) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/json-1.8.2.gemspec | |
DEBUG [c068c1b6] Installing erubis 2.7.0 | |
DEBUG [c068c1b6] 0: erubis (2.7.0) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/erubis-2.7.0.gemspec | |
DEBUG [c068c1b6] Installing rack 1.6.0 | |
DEBUG [c068c1b6] 1: rack (1.6.0) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/rack-1.6.0.gemspec | |
DEBUG [c068c1b6] Installing mime-types 2.4.3 | |
DEBUG [c068c1b6] 2: mime-types (2.4.3) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/mime-types-2.4.3.gemspec | |
DEBUG [c068c1b6] Installing arel 6.0.0 | |
DEBUG [c068c1b6] 0: arel (6.0.0) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/arel-6.0.0.gemspec | |
DEBUG [c068c1b6] Installing execjs 2.3.0 | |
DEBUG [c068c1b6] 2: execjs (2.3.0) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/execjs-2.3.0.gemspec | |
DEBUG [c068c1b6] Installing addressable 2.3.7 | |
DEBUG [c068c1b6] 1: addressable (2.3.7) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/addressable-2.3.7.gemspec | |
DEBUG [c068c1b6] Installing buftok 0.2.0 | |
DEBUG [c068c1b6] 1: buftok (0.2.0) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/buftok-0.2.0.gemspec | |
DEBUG [c068c1b6] Installing chronic 0.10.2 | |
DEBUG [c068c1b6] 1: chronic (0.10.2) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/chronic-0.10.2.gemspec | |
DEBUG [c068c1b6] Installing sass 3.4.11 | |
DEBUG [c068c1b6] 2: sass (3.4.11) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/sass-3.4.11.gemspec | |
DEBUG [c068c1b6] Installing coffee-script-source 1.9.0 | |
DEBUG [c068c1b6] 1: coffee-script-source (1.9.0) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/coffee-script-source-1.9.0.gemspec | |
DEBUG [c068c1b6] Installing thor 0.19.1 | |
DEBUG [c068c1b6] 2: thor (0.19.1) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/thor-0.19.1.gemspec | |
DEBUG [c068c1b6] Installing bcrypt 3.1.10 | |
DEBUG [c068c1b6] 0: bcrypt (3.1.10) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/bcrypt-3.1.10.gemspec | |
DEBUG [c068c1b6] Installing equalizer 0.0.9 | |
DEBUG [c068c1b6] 1: equalizer (0.0.9) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/equalizer-0.0.9.gemspec | |
DEBUG [c068c1b6] Installing multipart-post 2.0.0 | |
DEBUG [c068c1b6] 2: multipart-post (2.0.0) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/multipart-post-2.0.0.gemspec | |
DEBUG [c068c1b6] Installing hike 1.2.3 | |
DEBUG [c068c1b6] 0: hike (1.2.3) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/hike-1.2.3.gemspec | |
DEBUG [c068c1b6] Installing multi_json 1.10.1 | |
DEBUG [c068c1b6] 0: multi_json (1.10.1) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/multi_json-1.10.1.gemspec | |
DEBUG [c068c1b6] Installing naught 1.0.0 | |
DEBUG [c068c1b6] 0: naught (1.0.0) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/naught-1.0.0.gemspec | |
DEBUG [c068c1b6] Installing http_parser.rb 0.6.0 | |
DEBUG [c068c1b6] 1: http_parser.rb (0.6.0) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/http_parser.rb-0.6.0.gemspec | |
DEBUG [c068c1b6] Using bundler 1.8.4 | |
DEBUG [c068c1b6] 1: bundler (1.8.4) from /home/blog/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/bundler-1.8.4/lib/bundler/source | |
DEBUG [c068c1b6] Installing tilt 1.4.1 | |
DEBUG [c068c1b6] 1: tilt (1.4.1) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/tilt-1.4.1.gemspec | |
DEBUG [c068c1b6] Installing kgio 2.9.3 | |
DEBUG [c068c1b6] 2: kgio (2.9.3) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/kgio-2.9.3.gemspec | |
DEBUG [c068c1b6] | |
DEBUG [c068c1b6] Gem::Ext::BuildError: ERROR: Failed to build gem native extension. | |
DEBUG [c068c1b6] | |
DEBUG [c068c1b6] /home/blog/.rbenv/versions/2.2.0/bin/ruby -r ./siteconf20150310-32005-atjl2p.rb extconf.rb | |
DEBUG [c068c1b6] checking for pg_config... no | |
DEBUG [c068c1b6] No pg_config... trying anyway. If building fails, please try again with | |
DEBUG [c068c1b6] --with-pg-config=/path/to/pg_config | |
DEBUG [c068c1b6] checking for libpq-fe.h... no | |
DEBUG [c068c1b6] Can't find the 'libpq-fe.h header | |
DEBUG [c068c1b6] *** extconf.rb failed *** | |
DEBUG [c068c1b6] Could not create Makefile due to some reason, probably lack of necessary | |
DEBUG [c068c1b6] libraries and/or headers. Check the mkmf.log file for more details. You may | |
DEBUG [c068c1b6] need configuration options. | |
DEBUG [c068c1b6] | |
DEBUG [c068c1b6] Provided configuration options: | |
DEBUG [c068c1b6] --with-opt-dir | |
DEBUG [c068c1b6] --without-opt-dir | |
DEBUG [c068c1b6] --with-opt-include | |
DEBUG [c068c1b6] --without-opt-include=${opt-dir}/include | |
DEBUG [c068c1b6] --with-opt-lib | |
DEBUG [c068c1b6] --without-opt-lib=${opt-dir}/lib | |
DEBUG [c068c1b6] --with-make-prog | |
DEBUG [c068c1b6] --without-make-prog | |
DEBUG [c068c1b6] --srcdir=. | |
DEBUG [c068c1b6] --curdir | |
DEBUG [c068c1b6] --ruby=/home/blog/.rbenv/versions/2.2.0/bin/$(RUBY_BASE_NAME) | |
DEBUG [c068c1b6] --with-pg | |
DEBUG [c068c1b6] --without-pg | |
DEBUG [c068c1b6] --enable-windows-cross | |
DEBUG [c068c1b6] --disable-windows-cross | |
DEBUG [c068c1b6] --with-pg-config | |
DEBUG [c068c1b6] --without-pg-config | |
DEBUG [c068c1b6] --with-pg_config | |
DEBUG [c068c1b6] --without-pg_config | |
DEBUG [c068c1b6] --with-pg-dir | |
DEBUG [c068c1b6] --without-pg-dir | |
DEBUG [c068c1b6] --with-pg-include | |
DEBUG [c068c1b6] --without-pg-include=${pg-dir}/include | |
DEBUG [c068c1b6] --with-pg-lib | |
DEBUG [c068c1b6] --without-pg-lib=${pg-dir}/lib | |
DEBUG [c068c1b6] | |
DEBUG [c068c1b6] extconf failed, exit code 1 | |
DEBUG [c068c1b6] | |
DEBUG [c068c1b6] Gem files will remain installed in /var/www/blog/shared/vendor/bundle/ruby/2.2.0/gems/pg-0.18.1 for inspection. | |
DEBUG [c068c1b6] Results logged to /var/www/blog/shared/vendor/bundle/ruby/2.2.0/extensions/x86_64-linux/2.2.0-static/pg-0.18.1/gem_make.out | |
DEBUG [c068c1b6] /home/blog/.rbenv/versions/2.2.0/lib/ruby/2.2.0/rubygems/ext/builder.rb:89:in `run' | |
DEBUG [c068c1b6] /home/blog/.rbenv/versions/2.2.0/lib/ruby/2.2.0/rubygems/ext/ext_conf_builder.rb:36:in `block in build' | |
DEBUG [c068c1b6] /home/blog/.rbenv/versions/2.2.0/lib/ruby/2.2.0/tempfile.rb:319:in `open' | |
DEBUG [c068c1b6] /home/blog/.rbenv/versions/2.2.0/lib/ruby/2.2.0/rubygems/ext/ext_conf_builder.rb:19:in `build' | |
DEBUG [c068c1b6] /home/blog/.rbenv/versions/2.2.0/lib/ruby/2.2.0/rubygems/ext/builder.rb:161:in `block (2 levels) in build_extension' | |
DEBUG [c068c1b6] /home/blog/.rbenv/versions/2.2.0/lib/ruby/2.2.0/rubygems/ext/builder.rb:160:in `chdir' | |
DEBUG [c068c1b6] /home/blog/.rbenv/versions/2.2.0/lib/ruby/2.2.0/rubygems/ext/builder.rb:160:in `block in build_extension' | |
DEBUG [c068c1b6] /home/blog/.rbenv/versions/2.2.0/lib/ruby/2.2.0/monitor.rb:211:in `mon_synchronize' | |
DEBUG [c068c1b6] /home/blog/.rbenv/versions/2.2.0/lib/ruby/2.2.0/rubygems/ext/builder.rb:159:in `build_extension' | |
DEBUG [c068c1b6] /home/blog/.rbenv/versions/2.2.0/lib/ruby/2.2.0/rubygems/ext/builder.rb:198:in `block in build_extensions' | |
DEBUG [c068c1b6] /home/blog/.rbenv/versions/2.2.0/lib/ruby/2.2.0/rubygems/ext/builder.rb:195:in `each' | |
DEBUG [c068c1b6] /home/blog/.rbenv/versions/2.2.0/lib/ruby/2.2.0/rubygems/ext/builder.rb:195:in `build_extensions' | |
DEBUG [c068c1b6] /home/blog/.rbenv/versions/2.2.0/lib/ruby/2.2.0/rubygems/installer.rb:702:in `build_extensions' | |
DEBUG [c068c1b6] /home/blog/.rbenv/versions/2.2.0/lib/ruby/2.2.0/rubygems/installer.rb:250:in `install' | |
DEBUG [c068c1b6] /home/blog/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/bundler-1.8.4/lib/bundler/source/rubygems.rb:116:in `block in install' | |
DEBUG [c068c1b6] /home/blog/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/bundler-1.8.4/lib/bundler/rubygems_integration.rb:131:in `preserve_paths' | |
DEBUG [c068c1b6] /home/blog/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/bundler-1.8.4/lib/bundler/source/rubygems.rb:109:in `install' | |
DEBUG [c068c1b6] /home/blog/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/bundler-1.8.4/lib/bundler/installer.rb:104:in `block in install_gem_from_spec' | |
DEBUG [c068c1b6] /home/blog/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/bundler-1.8.4/lib/bundler/rubygems_integration.rb:167:in `with_build_args' | |
DEBUG [c068c1b6] /home/blog/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/bundler-1.8.4/lib/bundler/installer.rb:103:in `install_gem_from_spec' | |
DEBUG [c068c1b6] /home/blog/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/bundler-1.8.4/lib/bundler/installer.rb:281:in `block in install_in_parallel' | |
DEBUG [c068c1b6] /home/blog/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/bundler-1.8.4/lib/bundler/worker.rb:55:in `call' | |
DEBUG [c068c1b6] /home/blog/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/bundler-1.8.4/lib/bundler/worker.rb:55:in `apply_func' | |
DEBUG [c068c1b6] /home/blog/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/bundler-1.8.4/lib/bundler/worker.rb:50:in `block in process_queue' | |
DEBUG [c068c1b6] /home/blog/. | |
DEBUG [c068c1b6] rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/bundler-1.8.4/lib/bundler/worker.rb:47:in `loop' | |
DEBUG [c068c1b6] /home/blog/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/bundler-1.8.4/lib/bundler/worker.rb:47:in `process_queue' | |
DEBUG [c068c1b6] /home/blog/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/bundler-1.8.4/lib/bundler/worker.rb:22:in `block (2 levels) in initialize' | |
DEBUG [c068c1b6] Installing simple_oauth 0.3.1 | |
DEBUG [c068c1b6] 2: simple_oauth (0.3.1) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/simple_oauth-0.3.1.gemspec | |
DEBUG [c068c1b6] Installing will_paginate 3.0.7 | |
DEBUG [c068c1b6] 0: will_paginate (3.0.7) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/will_paginate-3.0.7.gemspec | |
DEBUG [c068c1b6] Installing tzinfo 1.2.2 | |
DEBUG [c068c1b6] 2: tzinfo (1.2.2) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/tzinfo-1.2.2.gemspec | |
DEBUG [c068c1b6] Installing memoizable 0.4.2 | |
DEBUG [c068c1b6] 0: memoizable (0.4.2) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/memoizable-0.4.2.gemspec | |
DEBUG [c068c1b6] Installing rack-test 0.6.3 | |
DEBUG [c068c1b6] 0: rack-test (0.6.3) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/rack-test-0.6.3.gemspec | |
DEBUG [c068c1b6] Installing raindrops 0.13.0 | |
DEBUG [c068c1b6] 1: raindrops (0.13.0) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/raindrops-0.13.0.gemspec | |
DEBUG [c068c1b6] Installing mail 2.6.3 | |
DEBUG [c068c1b6] 0: mail (2.6.3) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/mail-2.6.3.gemspec | |
DEBUG [c068c1b6] Installing uglifier 2.7.0 | |
DEBUG [c068c1b6] 0: uglifier (2.7.0) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/uglifier-2.7.0.gemspec | |
DEBUG [c068c1b6] Installing autoprefixer-rails 5.1.5 | |
DEBUG [c068c1b6] 1: autoprefixer-rails (5.1.5) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/autoprefixer-rails-5.1.5.gemspec | |
DEBUG [c068c1b6] Installing coffee-script 2.3.0 | |
DEBUG [c068c1b6] 1: coffee-script (2.3.0) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/coffee-script-2.3.0.gemspec | |
DEBUG [c068c1b6] Installing whenever 0.9.4 | |
DEBUG [c068c1b6] 0: whenever (0.9.4) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/whenever-0.9.4.gemspec | |
DEBUG [c068c1b6] Installing bcrypt-ruby 3.1.5 | |
DEBUG [c068c1b6] 1: bcrypt-ruby (3.1.5) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/bcrypt-ruby-3.1.5.gemspec | |
DEBUG [c068c1b6] Installing faraday 0.9.1 | |
DEBUG [c068c1b6] 0: faraday (0.9.1) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/faraday-0.9.1.gemspec | |
DEBUG [c068c1b6] Installing http 0.6.3 | |
DEBUG [c068c1b6] 1: http (0.6.3) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/http-0.6.3.gemspec | |
DEBUG [c068c1b6] Installing sprockets 2.12.3 | |
DEBUG [c068c1b6] 0: sprockets (2.12.3) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/sprockets-2.12.3.gemspec | |
DEBUG [c068c1b6] Installing nokogiri 1.6.6.2 | |
DEBUG [c068c1b6] 2: nokogiri (1.6.6.2) from /var/www/blog/shared/vendor/bundle/ruby/2.2.0/specifications/nokogiri-1.6.6.2.gemspec | |
DEBUG [c068c1b6] [31mAn error occurred while installing pg (0.18.1), and Bundler cannot continue. | |
DEBUG [c068c1b6] Make sure that `gem install pg -v '0.18.1'` succeeds before bundling.[0m | |
(Backtrace restricted to imported tasks) | |
cap aborted! | |
SSHKit::Runner::ExecuteError: Exception while executing as [email protected]: bundle exit status: 5 | |
bundle stdout: Nothing written | |
bundle stderr: Nothing written | |
SSHKit::Command::Failed: bundle exit status: 5 | |
bundle stdout: Nothing written | |
bundle stderr: Nothing written | |
Tasks: TOP => deploy:updated => bundler:install | |
(See full trace by running task with --trace) | |
The deploy has failed with an error: Exception while executing as [email protected]: bundle exit status: 5 | |
bundle stdout: Nothing written | |
bundle stderr: Nothing written |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment