Guest User

Untitled

a guest
Dec 11th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.04 KB | None | 0 0
  1.  
  2. cap deploy:cold
  3. triggering start callbacks for `deploy:cold'
  4. * executing `multistage:ensure'
  5. *** Defaulting to `staging'
  6. * executing `staging'
  7. * executing `deploy:cold'
  8. * executing `deploy:update'
  9. ** transaction: start
  10. * executing `deploy:update_code'
  11. updating the cached checkout on all servers
  12. executing locally: "git ls-remote git@github.com:bryanruiz/test-Essentials.git master"
  13. command finished in 473ms
  14. * executing "if [ -d /var/www/html/staging/shared/cached-copy ]; then cd /var/www/html/staging/shared/cached-copy && git fetch -q origin && git fetch --tags -q origin && git reset -q --hard e546626b5681b73bae8895fbc0c58c1d6555ae0a && git clean -q -d -x -f; else git clone -q git@github.com:test/test.git /var/www/html/staging/shared/cached-copy && cd /var/www/html/staging/shared/cached-copy && git checkout -q -b deploy e546626b5681b73bae8895fbc0c58c1d6555ae0a; fi"
  15. servers: ["test.e"]
  16. D, [2011-09-07T13:40:25.115887 #7377] DEBUG -- net.ssh.transport.session[..fdba72b68]: establishing connection to test.e:22
  17. D, [2011-09-07T13:40:25.118513 #7377] DEBUG -- net.ssh.transport.session[..fdba72b68]: connection established
  18. I, [2011-09-07T13:40:25.119034 #7377] INFO -- net.ssh.transport.server_version[..fdba72848]: negotiating protocol version
  19. D, [2011-09-07T13:40:25.132025 #7377] DEBUG -- net.ssh.transport.server_version[..fdba72848]: remote is `SSH-2.0-OpenSSH_5.3'
  20. D, [2011-09-07T13:40:25.132381 #7377] DEBUG -- net.ssh.transport.server_version[..fdba72848]: local is `SSH-2.0-Ruby/Net::SSH_2.2.1 i386-linux'
  21. D, [2011-09-07T13:40:25.203317 #7377] DEBUG -- tcpsocket[..fdba729c4]: read 784 bytes
  22. D, [2011-09-07T13:40:25.204021 #7377] DEBUG -- tcpsocket[..fdba729c4]: received packet nr 0 type 20 len 780
  23. I, [2011-09-07T13:40:25.204522 #7377] INFO -- net.ssh.transport.algorithms[..fdba723fc]: got KEXINIT from server
  24. I, [2011-09-07T13:40:25.205349 #7377] INFO -- net.ssh.transport.algorithms[..fdba723fc]: sending KEXINIT
  25. D, [2011-09-07T13:40:25.206157 #7377] DEBUG -- tcpsocket[..fdba729c4]: queueing packet nr 0 type 20 len 556
  26. D, [2011-09-07T13:40:25.207233 #7377] DEBUG -- tcpsocket[..fdba729c4]: sent 560 bytes
  27. I, [2011-09-07T13:40:25.207596 #7377] INFO -- net.ssh.transport.algorithms[..fdba723fc]: negotiating algorithms
  28. D, [2011-09-07T13:40:25.208534 #7377] DEBUG -- net.ssh.transport.algorithms[..fdba723fc]: negotiated:
  29. * kex: diffie-hellman-group-exchange-sha1
  30. * host_key: ssh-rsa
  31. * encryption_server: aes128-cbc
  32. * encryption_client: aes128-cbc
  33. * hmac_client: hmac-sha1
  34. * hmac_server: hmac-sha1
  35. * compression_client: none
  36. * compression_server: none
  37. * language_client:
  38. * language_server:
  39. D, [2011-09-07T13:40:25.208960 #7377] DEBUG -- net.ssh.transport.algorithms[..fdba723fc]: exchanging keys
  40. D, [2011-09-07T13:40:25.209661 #7377] DEBUG -- tcpsocket[..fdba729c4]: queueing packet nr 1 type 34 len 20
  41. D, [2011-09-07T13:40:25.213679 #7377] DEBUG -- tcpsocket[..fdba729c4]: sent 24 bytes
  42. D, [2011-09-07T13:40:25.215727 #7377] DEBUG -- tcpsocket[..fdba729c4]: read 152 bytes
  43. D, [2011-09-07T13:40:25.216271 #7377] DEBUG -- tcpsocket[..fdba729c4]: received packet nr 1 type 31 len 148
  44. D, [2011-09-07T13:40:25.225190 #7377] DEBUG -- tcpsocket[..fdba729c4]: queueing packet nr 2 type 32 len 140
  45. D, [2011-09-07T13:40:25.269708 #7377] DEBUG -- tcpsocket[..fdba729c4]: sent 144 bytes
  46. D, [2011-09-07T13:40:25.274402 #7377] DEBUG -- tcpsocket[..fdba729c4]: read 720 bytes
  47. D, [2011-09-07T13:40:25.274960 #7377] DEBUG -- tcpsocket[..fdba729c4]: received packet nr 2 type 33 len 700
  48. D, [2011-09-07T13:40:25.281101 #7377] DEBUG -- tcpsocket[..fdba729c4]: queueing packet nr 3 type 21 len 20
  49. D, [2011-09-07T13:40:25.281540 #7377] DEBUG -- tcpsocket[..fdba729c4]: sent 24 bytes
  50. D, [2011-09-07T13:40:25.282149 #7377] DEBUG -- tcpsocket[..fdba729c4]: received packet nr 3 type 21 len 12
  51. D, [2011-09-07T13:40:25.283368 #7377] DEBUG -- net.ssh.authentication.session[..fdba6a378]: beginning authentication of `root'
  52. D, [2011-09-07T13:40:25.283900 #7377] DEBUG -- tcpsocket[..fdba729c4]: queueing packet nr 4 type 5 len 28
  53. D, [2011-09-07T13:40:25.284264 #7377] DEBUG -- tcpsocket[..fdba729c4]: sent 52 bytes
  54. D, [2011-09-07T13:40:25.284611 #7377] DEBUG -- tcpsocket[..fdba729c4]: read 52 bytes
  55. D, [2011-09-07T13:40:25.285127 #7377] DEBUG -- tcpsocket[..fdba729c4]: received packet nr 4 type 6 len 28
  56. D, [2011-09-07T13:40:25.285562 #7377] DEBUG -- net.ssh.authentication.session[..fdba6a378]: trying publickey
  57. D, [2011-09-07T13:40:25.286365 #7377] DEBUG -- net.ssh.authentication.agent[..fdba69784]: connecting to ssh-agent
  58. E, [2011-09-07T13:40:25.286938 #7377] ERROR -- net.ssh.authentication.agent[..fdba69784]: could not connect to ssh-agent
  59. D, [2011-09-07T13:40:25.287702 #7377] DEBUG -- net.ssh.authentication.methods.publickey[..fdba69842]: trying publickey (8f:6b:52:65:41:a5:42:fa:93:92:6c:34:6d:81:b3:be)
  60. D, [2011-09-07T13:40:25.288344 #7377] DEBUG -- tcpsocket[..fdba729c4]: queueing packet nr 5 type 50 len 348
  61. D, [2011-09-07T13:40:25.291494 #7377] DEBUG -- tcpsocket[..fdba729c4]: sent 372 bytes
  62. D, [2011-09-07T13:40:25.293814 #7377] DEBUG -- tcpsocket[..fdba729c4]: read 84 bytes
  63. D, [2011-09-07T13:40:25.294285 #7377] DEBUG -- tcpsocket[..fdba729c4]: received packet nr 5 type 51 len 60
  64. D, [2011-09-07T13:40:25.294691 #7377] DEBUG -- net.ssh.authentication.session[..fdba6a378]: allowed methods: publickey,gssapi-keyex,gssapi-with-mic,password
  65. E, [2011-09-07T13:40:25.295056 #7377] ERROR -- net.ssh.authentication.session[..fdba6a378]: all authorization methods failed (tried publickey)
  66. D, [2011-09-07T13:40:25.296680 #7377] DEBUG -- net.ssh.transport.session[..fdba67da8]: establishing connection to test.e:22
  67. D, [2011-09-07T13:40:25.353754 #7377] DEBUG -- net.ssh.transport.session[..fdba67da8]: connection established
  68. I, [2011-09-07T13:40:25.354199 #7377] INFO -- net.ssh.transport.server_version[..fdba67a88]: negotiating protocol version
  69. D, [2011-09-07T13:40:25.363083 #7377] DEBUG -- net.ssh.transport.server_version[..fdba67a88]: remote is `SSH-2.0-OpenSSH_5.3'
  70. D, [2011-09-07T13:40:25.363369 #7377] DEBUG -- net.ssh.transport.server_version[..fdba67a88]: local is `SSH-2.0-Ruby/Net::SSH_2.2.1 i386-linux'
  71. D, [2011-09-07T13:40:25.370703 #7377] DEBUG -- tcpsocket[..fdba67c04]: read 784 bytes
  72. D, [2011-09-07T13:40:25.371272 #7377] DEBUG -- tcpsocket[..fdba67c04]: received packet nr 0 type 20 len 780
  73. I, [2011-09-07T13:40:25.371726 #7377] INFO -- net.ssh.transport.algorithms[..fdba6763c]: got KEXINIT from server
  74. I, [2011-09-07T13:40:25.372489 #7377] INFO -- net.ssh.transport.algorithms[..fdba6763c]: sending KEXINIT
  75. D, [2011-09-07T13:40:25.373266 #7377] DEBUG -- tcpsocket[..fdba67c04]: queueing packet nr 0 type 20 len 556
  76. D, [2011-09-07T13:40:25.374206 #7377] DEBUG -- tcpsocket[..fdba67c04]: sent 560 bytes
  77. I, [2011-09-07T13:40:25.374549 #7377] INFO -- net.ssh.transport.algorithms[..fdba6763c]: negotiating algorithms
  78. D, [2011-09-07T13:40:25.375481 #7377] DEBUG -- net.ssh.transport.algorithms[..fdba6763c]: negotiated:
  79. * kex: diffie-hellman-group-exchange-sha1
  80. * host_key: ssh-rsa
  81. * encryption_server: aes128-cbc
  82. * encryption_client: aes128-cbc
  83. * hmac_client: hmac-sha1
  84. * hmac_server: hmac-sha1
  85. * compression_client: none
  86. * compression_server: none
  87. * language_client:
  88. * language_server:
  89. D, [2011-09-07T13:40:25.375825 #7377] DEBUG -- net.ssh.transport.algorithms[..fdba6763c]: exchanging keys
  90. D, [2011-09-07T13:40:25.376508 #7377] DEBUG -- tcpsocket[..fdba67c04]: queueing packet nr 1 type 34 len 20
  91. D, [2011-09-07T13:40:25.376939 #7377] DEBUG -- tcpsocket[..fdba67c04]: sent 24 bytes
  92. D, [2011-09-07T13:40:25.418055 #7377] DEBUG -- tcpsocket[..fdba67c04]: read 152 bytes
  93. D, [2011-09-07T13:40:25.418605 #7377] DEBUG -- tcpsocket[..fdba67c04]: received packet nr 1 type 31 len 148
  94. D, [2011-09-07T13:40:25.427281 #7377] DEBUG -- tcpsocket[..fdba67c04]: queueing packet nr 2 type 32 len 140
  95. D, [2011-09-07T13:40:25.434103 #7377] DEBUG -- tcpsocket[..fdba67c04]: sent 144 bytes
  96. D, [2011-09-07T13:40:25.438508 #7377] DEBUG -- tcpsocket[..fdba67c04]: read 720 bytes
  97. D, [2011-09-07T13:40:25.439068 #7377] DEBUG -- tcpsocket[..fdba67c04]: received packet nr 2 type 33 len 700
  98. D, [2011-09-07T13:40:25.509599 #7377] DEBUG -- tcpsocket[..fdba67c04]: queueing packet nr 3 type 21 len 20
  99. D, [2011-09-07T13:40:25.510152 #7377] DEBUG -- tcpsocket[..fdba67c04]: sent 24 bytes
  100. D, [2011-09-07T13:40:25.510671 #7377] DEBUG -- tcpsocket[..fdba67c04]: received packet nr 3 type 21 len 12
  101. D, [2011-09-07T13:40:25.511948 #7377] DEBUG -- net.ssh.authentication.session[..fdba5f45a]: beginning authentication of `root'
  102. D, [2011-09-07T13:40:25.512410 #7377] DEBUG -- tcpsocket[..fdba67c04]: queueing packet nr 4 type 5 len 28
  103. D, [2011-09-07T13:40:25.512723 #7377] DEBUG -- tcpsocket[..fdba67c04]: sent 52 bytes
  104. D, [2011-09-07T13:40:25.549328 #7377] DEBUG -- tcpsocket[..fdba67c04]: read 52 bytes
  105. D, [2011-09-07T13:40:25.550014 #7377] DEBUG -- tcpsocket[..fdba67c04]: received packet nr 4 type 6 len 28
  106. D, [2011-09-07T13:40:25.550479 #7377] DEBUG -- net.ssh.authentication.session[..fdba5f45a]: trying password
  107. D, [2011-09-07T13:40:25.551116 #7377] DEBUG -- tcpsocket[..fdba67c04]: queueing packet nr 5 type 50 len 60
  108. D, [2011-09-07T13:40:25.557208 #7377] DEBUG -- tcpsocket[..fdba67c04]: sent 84 bytes
  109. D, [2011-09-07T13:40:25.566518 #7377] DEBUG -- tcpsocket[..fdba67c04]: read 36 bytes
  110. D, [2011-09-07T13:40:25.567047 #7377] DEBUG -- tcpsocket[..fdba67c04]: received packet nr 5 type 52 len 12
  111. D, [2011-09-07T13:40:25.567656 #7377] DEBUG -- net.ssh.authentication.methods.password[..fdba5e924]: password succeeded
  112. D, [2011-09-07T13:40:25.577698 #7377] DEBUG -- tcpsocket[..fdba67c04]: queueing packet nr 6 type 90 len 44
  113. D, [2011-09-07T13:40:25.578463 #7377] DEBUG -- tcpsocket[..fdba67c04]: sent 68 bytes
  114. D, [2011-09-07T13:40:25.703086 #7377] DEBUG -- tcpsocket[..fdba67c04]: read 52 bytes
  115. D, [2011-09-07T13:40:25.705205 #7377] DEBUG -- tcpsocket[..fdba67c04]: received packet nr 6 type 91 len 28
  116. I, [2011-09-07T13:40:25.705722 #7377] INFO -- net.ssh.connection.session[..fdba5e032]: channel_open_confirmation: 0 0 0 32768
  117. I, [2011-09-07T13:40:25.708555 #7377] INFO -- net.ssh.connection.channel[..fdba5dea2]: sending channel request "auth-agent-req@openssh.com"
  118. D, [2011-09-07T13:40:25.709181 #7377] DEBUG -- tcpsocket[..fdba67c04]: queueing packet nr 7 type 98 len 44
  119. I, [2011-09-07T13:40:25.709857 #7377] INFO -- net.ssh.connection.channel[..fdba5dea2]: sending channel request "pty-req"
  120. D, [2011-09-07T13:40:25.710492 #7377] DEBUG -- tcpsocket[..fdba67c04]: queueing packet nr 8 type 98 len 60
  121. D, [2011-09-07T13:40:25.742496 #7377] DEBUG -- tcpsocket[..fdba67c04]: sent 152 bytes
  122. D, [2011-09-07T13:40:25.746244 #7377] DEBUG -- tcpsocket[..fdba67c04]: read 72 bytes
  123. D, [2011-09-07T13:40:25.746909 #7377] DEBUG -- tcpsocket[..fdba67c04]: received packet nr 7 type 99 len 12
  124. I, [2011-09-07T13:40:25.747251 #7377] INFO -- net.ssh.connection.session[..fdba5e032]: channel_success: 0
  125. D, [2011-09-07T13:40:25.747626 #7377] DEBUG -- net.ssh.service.forward[..fdba5d07e]: authentication agent forwarding is active
  126. D, [2011-09-07T13:40:25.748160 #7377] DEBUG -- tcpsocket[..fdba67c04]: received packet nr 8 type 99 len 12
  127. I, [2011-09-07T13:40:25.748483 #7377] INFO -- net.ssh.connection.session[..fdba5e032]: channel_success: 0
  128. [test.e] executing command
  129. I, [2011-09-07T13:40:25.748850 #7377] INFO -- net.ssh.connection.channel[..fdba5dea2]: sending channel request "exec"
  130. D, [2011-09-07T13:40:25.749400 #7377] DEBUG -- tcpsocket[..fdba67c04]: queueing packet nr 9 type 98 len 508
  131. D, [2011-09-07T13:40:25.750957 #7377] DEBUG -- tcpsocket[..fdba67c04]: sent 532 bytes
  132. D, [2011-09-07T13:40:25.751413 #7377] DEBUG -- tcpsocket[..fdba67c04]: read 52 bytes
  133. D, [2011-09-07T13:40:25.751911 #7377] DEBUG -- tcpsocket[..fdba67c04]: received packet nr 9 type 93 len 28
  134. I, [2011-09-07T13:40:25.752305 #7377] INFO -- net.ssh.connection.session[..fdba5e032]: channel_window_adjust: 0 +2097152
  135. D, [2011-09-07T13:40:26.366359 #7377] DEBUG -- tcpsocket[..fdba67c04]: read 68 bytes
  136. D, [2011-09-07T13:40:26.367109 #7377] DEBUG -- tcpsocket[..fdba67c04]: received packet nr 10 type 90 len 44
  137. I, [2011-09-07T13:40:26.367496 #7377] INFO -- net.ssh.connection.session[..fdba5e032]: channel open auth-agent@openssh.com
  138. I, [2011-09-07T13:40:26.367934 #7377] INFO -- net.ssh.service.forward[..fdba5d07e]: opening auth-agent channel
  139. D, [2011-09-07T13:40:26.368334 #7377] DEBUG -- net.ssh.authentication.agent[..fdba5a400]: connecting to ssh-agent
  140. E, [2011-09-07T13:40:26.368897 #7377] ERROR -- net.ssh.authentication.agent[..fdba5a400]: could not connect to ssh-agent
  141. E, [2011-09-07T13:40:26.369328 #7377] ERROR -- net.ssh.service.forward[..fdba5d07e]: attempted to connect to agent but failed: Net::SSH::Authentication::AgentNotAvailable (can't convert nil into String)
  142. E, [2011-09-07T13:40:26.369849 #7377] ERROR -- net.ssh.connection.session[..fdba5e032]: [2, "could not connect to authentication agent"]
  143. D, [2011-09-07T13:40:26.370362 #7377] DEBUG -- tcpsocket[..fdba67c04]: queueing packet nr 10 type 92 len 76
  144. D, [2011-09-07T13:40:26.371316 #7377] DEBUG -- tcpsocket[..fdba67c04]: sent 100 bytes
  145. D, [2011-09-07T13:40:26.372166 #7377] DEBUG -- tcpsocket[..fdba67c04]: read 100 bytes
  146. D, [2011-09-07T13:40:26.372750 #7377] DEBUG -- tcpsocket[..fdba67c04]: received packet nr 11 type 94 len 76
  147. I, [2011-09-07T13:40:26.373165 #7377] INFO -- net.ssh.connection.session[..fdba5e032]: channel_data: 0 60b
  148. ** [test.e :: out] Error reading response length from authentication socket.
  149. D, [2011-09-07T13:40:26.927174 #7377] DEBUG -- tcpsocket[..fdba67c04]: read 68 bytes
  150. D, [2011-09-07T13:40:26.927922 #7377] DEBUG -- tcpsocket[..fdba67c04]: received packet nr 12 type 90 len 44
  151. I, [2011-09-07T13:40:26.928323 #7377] INFO -- net.ssh.connection.session[..fdba5e032]: channel open auth-agent@openssh.com
  152. I, [2011-09-07T13:40:26.928657 #7377] INFO -- net.ssh.service.forward[..fdba5d07e]: opening auth-agent channel
  153. D, [2011-09-07T13:40:26.929163 #7377] DEBUG -- net.ssh.authentication.agent[..fdba5836c]: connecting to ssh-agent
  154. E, [2011-09-07T13:40:26.929631 #7377] ERROR -- net.ssh.authentication.agent[..fdba5836c]: could not connect to ssh-agent
  155. E, [2011-09-07T13:40:26.930146 #7377] ERROR -- net.ssh.service.forward[..fdba5d07e]: attempted to connect to agent but failed: Net::SSH::Authentication::AgentNotAvailable (can't convert nil into String)
  156. E, [2011-09-07T13:40:26.930608 #7377] ERROR -- net.ssh.connection.session[..fdba5e032]: [2, "could not connect to authentication agent"]
  157. D, [2011-09-07T13:40:26.931216 #7377] DEBUG -- tcpsocket[..fdba67c04]: queueing packet nr 11 type 92 len 76
  158. D, [2011-09-07T13:40:26.932575 #7377] DEBUG -- tcpsocket[..fdba67c04]: sent 100 bytes
  159. D, [2011-09-07T13:40:26.933145 #7377] DEBUG -- tcpsocket[..fdba67c04]: read 100 bytes
  160. D, [2011-09-07T13:40:26.933598 #7377] DEBUG -- tcpsocket[..fdba67c04]: received packet nr 13 type 94 len 76
  161. I, [2011-09-07T13:40:26.934024 #7377] INFO -- net.ssh.connection.session[..fdba5e032]: channel_data: 0 60b
  162. ** [test.e :: out] Error reading response length from authentication socket.
  163. D, [2011-09-07T13:40:27.911954 #7377] DEBUG -- tcpsocket[..fdba67c04]: read 140 bytes
  164. D, [2011-09-07T13:40:27.912690 #7377] DEBUG -- tcpsocket[..fdba67c04]: received packet nr 14 type 98 len 44
  165. I, [2011-09-07T13:40:27.913207 #7377] INFO -- net.ssh.connection.session[..fdba5e032]: channel_request: 0 exit-status false
  166. D, [2011-09-07T13:40:27.913674 #7377] DEBUG -- tcpsocket[..fdba67c04]: received packet nr 15 type 96 len 12
  167. I, [2011-09-07T13:40:27.914063 #7377] INFO -- net.ssh.connection.session[..fdba5e032]: channel_eof: 0
  168. D, [2011-09-07T13:40:27.914495 #7377] DEBUG -- tcpsocket[..fdba67c04]: received packet nr 16 type 97 len 12
  169. I, [2011-09-07T13:40:27.914890 #7377] INFO -- net.ssh.connection.session[..fdba5e032]: channel_close: 0
  170. D, [2011-09-07T13:40:27.915376 #7377] DEBUG -- tcpsocket[..fdba67c04]: queueing packet nr 12 type 97 len 28
  171. command finished in 2338ms
  172. copying the cached version to /var/www/html/staging/releases/20110907174027
  173. * executing "cp -RPp /var/www/html/staging/shared/cached-copy /var/www/html/staging/releases/20110907174027 && (echo e546626b5681b73bae8895fbc0c58c1d6555ae0a > /var/www/html/staging/releases/20110907174027/REVISION)"
  174. servers: ["test.e"]
  175. D, [2011-09-07T13:40:27.917648 #7377] DEBUG -- tcpsocket[..fdba67c04]: queueing packet nr 13 type 90 len 44
  176. D, [2011-09-07T13:40:27.918534 #7377] DEBUG -- tcpsocket[..fdba67c04]: sent 120 bytes
  177. D, [2011-09-07T13:40:27.918932 #7377] DEBUG -- tcpsocket[..fdba67c04]: read 52 bytes
  178. D, [2011-09-07T13:40:27.919305 #7377] DEBUG -- tcpsocket[..fdba67c04]: received packet nr 17 type 91 len 28
  179. I, [2011-09-07T13:40:27.919624 #7377] INFO -- net.ssh.connection.session[..fdba5e032]: channel_open_confirmation: 3 2 0 32768
  180. I, [2011-09-07T13:40:27.920249 #7377] INFO -- net.ssh.connection.channel[..fdba5527a]: sending channel request "pty-req"
  181. D, [2011-09-07T13:40:27.920854 #7377] DEBUG -- tcpsocket[..fdba67c04]: queueing packet nr 14 type 98 len 60
  182. D, [2011-09-07T13:40:27.922735 #7377] DEBUG -- tcpsocket[..fdba67c04]: sent 84 bytes
  183. D, [2011-09-07T13:40:27.923126 #7377] DEBUG -- tcpsocket[..fdba67c04]: read 36 bytes
  184. D, [2011-09-07T13:40:27.923507 #7377] DEBUG -- tcpsocket[..fdba67c04]: received packet nr 18 type 99 len 12
  185. I, [2011-09-07T13:40:27.923840 #7377] INFO -- net.ssh.connection.session[..fdba5e032]: channel_success: 3
  186. [test.e] executing command
  187. I, [2011-09-07T13:40:27.924137 #7377] INFO -- net.ssh.connection.channel[..fdba5527a]: sending channel request "exec"
  188. D, [2011-09-07T13:40:27.924537 #7377] DEBUG -- tcpsocket[..fdba67c04]: queueing packet nr 15 type 98 len 236
  189. D, [2011-09-07T13:40:27.925849 #7377] DEBUG -- tcpsocket[..fdba67c04]: sent 260 bytes
  190. D, [2011-09-07T13:40:27.926226 #7377] DEBUG -- tcpsocket[..fdba67c04]: read 52 bytes
  191. D, [2011-09-07T13:40:27.926624 #7377] DEBUG -- tcpsocket[..fdba67c04]: received packet nr 19 type 93 len 28
  192. I, [2011-09-07T13:40:27.957570 #7377] INFO -- net.ssh.connection.session[..fdba5e032]: channel_window_adjust: 3 +2097152
  193. D, [2011-09-07T13:40:28.357312 #7377] DEBUG -- tcpsocket[..fdba67c04]: read 288 bytes
  194. D, [2011-09-07T13:40:28.357970 #7377] DEBUG -- tcpsocket[..fdba67c04]: received packet nr 20 type 98 len 44
  195. I, [2011-09-07T13:40:28.358324 #7377] INFO -- net.ssh.connection.session[..fdba5e032]: channel_request: 3 exit-status false
  196. D, [2011-09-07T13:40:28.358917 #7377] DEBUG -- tcpsocket[..fdba67c04]: received packet nr 21 type 94 len 124
  197. I, [2011-09-07T13:40:28.359234 #7377] INFO -- net.ssh.connection.session[..fdba5e032]: channel_data: 3 104b
  198. ** [out :: test.e] cp: cannot create directory `/var/www/html/staging/releases/20110907174027': No such file or directory
  199. D, [2011-09-07T13:40:28.359691 #7377] DEBUG -- tcpsocket[..fdba67c04]: received packet nr 22 type 96 len 12
  200. I, [2011-09-07T13:40:28.360074 #7377] INFO -- net.ssh.connection.session[..fdba5e032]: channel_eof: 3
  201. D, [2011-09-07T13:40:28.360463 #7377] DEBUG -- tcpsocket[..fdba67c04]: received packet nr 23 type 97 len 12
  202. I, [2011-09-07T13:40:28.360740 #7377] INFO -- net.ssh.connection.session[..fdba5e032]: channel_close: 3
  203. D, [2011-09-07T13:40:28.361245 #7377] DEBUG -- tcpsocket[..fdba67c04]: queueing packet nr 16 type 97 len 28
  204. command finished in 444ms
  205. *** [deploy:update_code] rolling back
  206. * executing "rm -rf /var/www/html/staging/releases/20110907174027; true"
  207. servers: ["test.e"]
  208. D, [2011-09-07T13:40:28.363425 #7377] DEBUG -- tcpsocket[..fdba67c04]: queueing packet nr 17 type 90 len 44
  209. D, [2011-09-07T13:40:28.363885 #7377] DEBUG -- tcpsocket[..fdba67c04]: sent 120 bytes
  210. D, [2011-09-07T13:40:28.364773 #7377] DEBUG -- tcpsocket[..fdba67c04]: read 52 bytes
  211. D, [2011-09-07T13:40:28.365231 #7377] DEBUG -- tcpsocket[..fdba67c04]: received packet nr 24 type 91 len 28
  212. I, [2011-09-07T13:40:28.365558 #7377] INFO -- net.ssh.connection.session[..fdba5e032]: channel_open_confirmation: 4 0 0 32768
  213. I, [2011-09-07T13:40:28.366191 #7377] INFO -- net.ssh.connection.channel[..fdba50d74]: sending channel request "pty-req"
  214. D, [2011-09-07T13:40:28.366943 #7377] DEBUG -- tcpsocket[..fdba67c04]: queueing packet nr 18 type 98 len 60
  215. D, [2011-09-07T13:40:28.368154 #7377] DEBUG -- tcpsocket[..fdba67c04]: sent 84 bytes
  216. D, [2011-09-07T13:40:28.368520 #7377] DEBUG -- tcpsocket[..fdba67c04]: read 36 bytes
  217. D, [2011-09-07T13:40:28.368932 #7377] DEBUG -- tcpsocket[..fdba67c04]: received packet nr 25 type 99 len 12
  218. I, [2011-09-07T13:40:28.369199 #7377] INFO -- net.ssh.connection.session[..fdba5e032]: channel_success: 4
  219. [test.e] executing command
  220. I, [2011-09-07T13:40:28.369468 #7377] INFO -- net.ssh.connection.channel[..fdba50d74]: sending channel request "exec"
  221. D, [2011-09-07T13:40:28.369917 #7377] DEBUG -- tcpsocket[..fdba67c04]: queueing packet nr 19 type 98 len 92
  222. D, [2011-09-07T13:40:28.371104 #7377] DEBUG -- tcpsocket[..fdba67c04]: sent 116 bytes
  223. D, [2011-09-07T13:40:28.371549 #7377] DEBUG -- tcpsocket[..fdba67c04]: read 52 bytes
  224. D, [2011-09-07T13:40:28.372002 #7377] DEBUG -- tcpsocket[..fdba67c04]: received packet nr 26 type 93 len 28
  225. I, [2011-09-07T13:40:28.372286 #7377] INFO -- net.ssh.connection.session[..fdba5e032]: channel_window_adjust: 4 +2097152
  226. D, [2011-09-07T13:40:28.735772 #7377] DEBUG -- tcpsocket[..fdba67c04]: read 140 bytes
  227. D, [2011-09-07T13:40:28.736384 #7377] DEBUG -- tcpsocket[..fdba67c04]: received packet nr 27 type 98 len 44
  228. I, [2011-09-07T13:40:28.736725 #7377] INFO -- net.ssh.connection.session[..fdba5e032]: channel_request: 4 exit-status false
  229. D, [2011-09-07T13:40:28.737305 #7377] DEBUG -- tcpsocket[..fdba67c04]: received packet nr 28 type 96 len 12
  230. I, [2011-09-07T13:40:28.798109 #7377] INFO -- net.ssh.connection.session[..fdba5e032]: channel_eof: 4
  231. D, [2011-09-07T13:40:28.798586 #7377] DEBUG -- tcpsocket[..fdba67c04]: received packet nr 29 type 97 len 12
  232. I, [2011-09-07T13:40:28.798912 #7377] INFO -- net.ssh.connection.session[..fdba5e032]: channel_close: 4
  233. D, [2011-09-07T13:40:28.799345 #7377] DEBUG -- tcpsocket[..fdba67c04]: queueing packet nr 20 type 97 len 28
  234. command finished in 436ms
  235. failed: "sh -c 'cp -RPp /var/www/html/staging/shared/cached-copy /var/www/html/staging/releases/20110907174027 && (echo e546626b5681b73bae8895fbc0c58c1d6555ae0a > /var/www/html/staging/releases/20110907174027/REVISION)'" on test.e
Add Comment
Please, Sign In to add comment