Guest User

Untitled

a guest
Aug 3rd, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.76 KB | None | 0 0
  1. :: running ssh -i /home/deploy/.ssh/internal -o StrictHostKeyChecking=no -o PasswordAuthentication=no deploy@ec2-50-17-240-104.compute-1.amazonaws.com '/usr/local/ey_resin/ruby/bin/gem list engineyard-serverside | grep "engineyard-serverside" | egrep -q '\''1\.4\.1[,)]'\'
  2. :: running git --git-dir /data/pugita/shared/cached-copy/.git --work-tree /data/pugita/shared/cached-copy fetch -q origin 2>&1
  3. debug1: Connecting to github.com [207.97.227.239] port 22.
  4. debug1: Connection established.
  5. debug1: identity file /home/deploy/.ssh/pugita-deploy-key type -1
  6. debug1: Remote protocol version 2.0, remote software version OpenSSH_5.1p1 Debian-5github2
  7. debug1: match: OpenSSH_5.1p1 Debian-5github2 pat OpenSSH*
  8. debug1: Enabling compatibility mode for protocol 2.0
  9. debug1: Local version string SSH-2.0-OpenSSH_5.1
  10. debug1: SSH2_MSG_KEXINIT sent
  11. debug1: SSH2_MSG_KEXINIT received
  12. debug1: kex: server->client aes128-cbc hmac-md5 none
  13. debug1: kex: client->server aes128-cbc hmac-md5 none
  14. debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
  15. debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
  16. debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
  17. debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
  18. debug1: Host 'github.com' is known and matches the RSA host key.
  19. debug1: Found key in /home/deploy/.ssh/known_hosts:2
  20. debug1: ssh_rsa_verify: signature correct
  21. debug1: SSH2_MSG_NEWKEYS sent
  22. debug1: expecting SSH2_MSG_NEWKEYS
  23. debug1: SSH2_MSG_NEWKEYS received
  24. debug1: SSH2_MSG_SERVICE_REQUEST sent
  25. debug1: SSH2_MSG_SERVICE_ACCEPT received
  26. debug1: Authentications that can continue: publickey
  27. debug1: Next authentication method: publickey
  28. debug1: Trying private key: /home/deploy/.ssh/pugita-deploy-key
  29. debug1: read PEM private key done: type RSA
  30. debug1: Remote: Forced command: gerve mreider/pugita
  31. debug1: Remote: Port forwarding disabled.
  32. debug1: Remote: X11 forwarding disabled.
  33. debug1: Remote: Agent forwarding disabled.
  34. debug1: Remote: Pty allocation disabled.
  35. debug1: Authentication succeeded (publickey).
  36. debug1: channel 0: new [client-session]
  37. debug1: Requesting no-more-sessions@openssh.com
  38. debug1: Entering interactive session.
  39. debug1: Sending command: git-upload-pack 'mreider/pugita.git'
  40. debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
  41. debug1: channel 0: free: client-session, nchannels 1
  42. debug1: fd 0 clearing O_NONBLOCK
  43. debug1: fd 1 clearing O_NONBLOCK
  44. debug1: fd 2 clearing O_NONBLOCK
  45. Transferred: sent 1904, received 3576 bytes, in 0.2 seconds
  46. Bytes per second: sent 7912.9, received 14861.7
  47. debug1: Exit status 0
  48. ~> Deploying revision 4ff50ef added university stylesheet
  49. :: running git checkout -q '4ff50ef067e4cf76d66316355f9ff33abba1c4d3'
  50. :: running git submodule sync
  51. :: running git submodule update --init
  52. :: running git clean -dfq
  53. ~> Pushing code to all servers
  54. :: running ssh -i /home/deploy/.ssh/internal -o StrictHostKeyChecking=no -o PasswordAuthentication=no deploy@ec2-50-17-240-104.compute-1.amazonaws.com 'mkdir -p /data/pugita/shared/cached-copy'
  55. :: running rsync --delete -aq -e "ssh -i /home/deploy/.ssh/internal -o StrictHostKeyChecking=no -o PasswordAuthentication=no" /data/pugita/shared/cached-copy/ deploy@ec2-50-17-240-104.compute-1.amazonaws.com:/data/pugita/shared/cached-copy
  56. ~> Starting full deploy
  57. ~> Copying to /data/pugita/releases/20110621234659
  58. :: running ssh -i /home/deploy/.ssh/internal -o StrictHostKeyChecking=no -o PasswordAuthentication=no deploy@ec2-50-17-240-104.compute-1.amazonaws.com 'sh -l -c '\''mkdir -p /data/pugita/releases/20110621234659 && rsync -aq /data/pugita/shared/cached-copy/ /data/pugita/releases/20110621234659'\'
  59. ~> Ensuring proper ownership
  60. :: running ssh -i /home/deploy/.ssh/internal -o StrictHostKeyChecking=no -o PasswordAuthentication=no deploy@ec2-50-17-240-104.compute-1.amazonaws.com 'sudo sh -l -c '\''chown -R deploy:deploy /data/pugita'\'
  61. :: running ssh -i /home/deploy/.ssh/internal -o StrictHostKeyChecking=no -o PasswordAuthentication=no deploy@ec2-50-17-240-104.compute-1.amazonaws.com 'sh -l -c '\''git --git-dir /data/pugita/shared/cached-copy/.git --work-tree /data/pugita/shared/cached-copy show --pretty=format:"%H" | head -1 > "/data/pugita/releases/20110621234659/REVISION"'\'
  62. ~> Gemfile detected, bundling gems
  63. :: running ssh -i /home/deploy/.ssh/internal -o StrictHostKeyChecking=no -o PasswordAuthentication=no deploy@ec2-50-17-240-104.compute-1.amazonaws.com 'sudo sh -l -c '\''/usr/local/ey_resin/ruby/bin/engineyard-serverside _1.4.1_ install_bundler 1.0.10'\'
  64. :: running ssh -i /home/deploy/.ssh/internal -o StrictHostKeyChecking=no -o PasswordAuthentication=no deploy@ec2-50-17-240-104.compute-1.amazonaws.com 'sh -l -c '\''cd /data/pugita/releases/20110621234659 && bundle _1.0.10_ install --deployment --path /data/pugita/shared/bundled_gems --binstubs /data/pugita/releases/20110621234659/ey_bundler_binstubs --without development test'\'
  65. Using rake (0.9.2)
  66. Using RedCloth (4.2.3)
  67. Using abstract (1.0.0)
  68. Using activesupport (3.0.7)
  69. Using builder (2.1.2)
  70. Using i18n (0.5.0)
  71. Using activemodel (3.0.7)
  72. Using erubis (2.6.6)
  73. Using rack (1.2.3)
  74. Using rack-mount (0.6.14)
  75. Using rack-test (0.5.7)
  76. Using tzinfo (0.3.28)
  77. Using actionpack (3.0.7)
  78. Using mime-types (1.16)
  79. Using polyglot (0.3.1)
  80. Using treetop (1.4.9)
  81. Using mail (2.2.19)
  82. Using actionmailer (3.0.7)
  83. Using arel (2.0.10)
  84. Using activerecord (3.0.7)
  85. Using activeresource (3.0.7)
  86. Using acts-as-taggable-on (2.0.6)
  87. Using addressable (2.2.6)
  88. Using xml-simple (1.1.0)
  89. Using aws-s3 (0.6.2)
  90. Using babosa (0.3.5)
  91. Using bcrypt-ruby (2.1.4)
  92. Using bluecloth (2.1.0)
  93. Using cancan (1.3.4)
  94. Using cgi_multipart_eof_fix (2.5.0)
  95. Using crack (0.1.8)
  96. Using daemons (1.1.4)
  97. Using warden (0.10.7)
  98. Using devise (1.1.2)
  99. Using bundler (1.0.10)
  100. Using thor (0.14.6)
  101. Using railties (3.0.7)
  102. Using rails (3.0.7)
  103. Using engineyard-theme (1.5.4)
  104. Using multipart-post (1.1.2)
  105. Using faraday (0.6.1)
  106. Using faraday_middleware (0.6.3)
  107. Using fastthread (1.0.7)
  108. Using json (1.4.6)
  109. Using flickraw (0.8.4)
  110. Using formatize (1.0.1)
  111. Using friendly_id (3.2.1.1)
  112. Using garb (0.9.1)
  113. Using gem_plugin (0.2.3)
  114. Using gmaps4rails (0.8.8)
  115. Using gravtastic (2.2.0)
  116. Using haml (3.0.18)
  117. Using hashie (1.0.0)
  118. Using highline (1.6.1)
  119. Using hpricot (0.8.2)
  120. Installing mongrel (1.1.5) with native extensions :: running ssh -i /home/deploy/.ssh/internal -o StrictHostKeyChecking=no -o PasswordAuthentication=no deploy@ec2-50-17-240-104.compute-1.amazonaws.com 'sudo sh -l -c '\''rm -rf /data/pugita/releases/20110621234659'\'
  121. ~> [Relax] Your site is still running old code and nothing destructive could have occurred
  122.  
  123.  
  124. /usr/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:529:in `rescue in block in build_extensions': ERROR: Failed to build gem native extension. (Gem::Installer::ExtensionBuildError)
  125.  
  126. /usr/bin/ruby19 extconf.rb
  127. checking for main() in -lc... yes
  128. creating Makefile
  129.  
  130. make
  131. i686-pc-linux-gnu-gcc -I. -I/usr/include/ruby-1.9.1/i686-linux -I/usr/include/ruby-1.9.1/ruby/backward -I/usr/include/ruby-1.9.1 -I. -D_FILE_OFFSET_BITS=64 -fPIC -O2 -march=pentium-m -pipe -mno-tls-direct-seg-refs -fno-strict-aliasing -fPIC -o http11_parser.o -c http11_parser.c
  132. i686-pc-linux-gnu-gcc -I. -I/usr/include/ruby-1.9.1/i686-linux -I/usr/include/ruby-1.9.1/ruby/backward -I/usr/include/ruby-1.9.1 -I. -D_FILE_OFFSET_BITS=64 -fPIC -O2 -march=pentium-m -pipe -mno-tls-direct-seg-refs -fno-strict-aliasing -fPIC -o http11.o -c http11.c
  133. http11.c: In function 'http_field':
  134. http11.c:77: error: 'struct RString' has no member named 'ptr'
  135. http11.c:77: error: 'struct RString' has no member named 'len'
  136. http11.c: In function 'header_done':
  137. http11.c:172: error: 'struct RString' has no member named 'ptr'
  138. http11.c:172: error: 'struct RString' has no member named 'ptr'
  139. http11.c:172: error: 'struct RString' has no member named 'ptr'
  140. http11.c:174: error: 'struct RString' has no member named 'ptr'
  141. http11.c:176: error: 'struct RString' has no member named 'ptr'
  142. http11.c:177: error: 'struct RString' has no member named 'len'
  143. http11.c: In function 'HttpParser_execute':
  144. http11.c:298: error: 'struct RString' has no member named 'ptr'
  145. http11.c:299: error: 'struct RString' has no member named 'len'
  146. make: *** [http11.o] Error 1
  147.  
  148.  
  149. Gem files will remain installed in /data/pugita/shared/bundled_gems/ruby/1.9.1/gems/mongrel-1.1.5 for inspection.
  150. Results logged to /data/pugita/shared/bundled_gems/ruby/1.9.1/gems/mongrel-1.1.5/ext/http11/gem_make.out
  151. from /usr/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:507:in `block in build_extensions'
  152. from /usr/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:482:in `each'
  153. from /usr/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:482:in `build_extensions'
  154. from /usr/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:156:in `install'
  155. from /usr/lib/ruby/gems/1.9.1/gems/bundler-1.0.10/lib/bundler/source.rb:96:in `install'
  156. from /usr/lib/ruby/gems/1.9.1/gems/bundler-1.0.10/lib/bundler/installer.rb:55:in `block in run'
  157. from /usr/lib/ruby/gems/1.9.1/gems/bundler-1.0.10/lib/bundler/spec_set.rb:12:in `block in each'
  158. from /usr/lib/ruby/gems/1.9.1/gems/bundler-1.0.10/lib/bundler/spec_set.rb:12:in `each'
  159. from /usr/lib/ruby/gems/1.9.1/gems/bundler-1.0.10/lib/bundler/spec_set.rb:12:in `each'
  160. from /usr/lib/ruby/gems/1.9.1/gems/bundler-1.0.10/lib/bundler/installer.rb:44:in `run'
  161. from /usr/lib/ruby/gems/1.9.1/gems/bundler-1.0.10/lib/bundler/installer.rb:8:in `install'
  162. from /usr/lib/ruby/gems/1.9.1/gems/bundler-1.0.10/lib/bundler/cli.rb:226:in `install'
  163. from /usr/lib/ruby/gems/1.9.1/gems/bundler-1.0.10/lib/bundler/vendor/thor/task.rb:22:in `run'
  164. from /usr/lib/ruby/gems/1.9.1/gems/bundler-1.0.10/lib/bundler/vendor/thor/invocation.rb:118:in `invoke_task'
  165. from /usr/lib/ruby/gems/1.9.1/gems/bundler-1.0.10/lib/bundler/vendor/thor.rb:246:in `dispatch'
  166. from /usr/lib/ruby/gems/1.9.1/gems/bundler-1.0.10/lib/bundler/vendor/thor/base.rb:389:in `start'
  167. from /usr/lib/ruby/gems/1.9.1/gems/bundler-1.0.10/bin/bundle:13:in `<top (required)>'
  168. from /usr/bin/bundle:19:in `load'
  169. from /usr/bin/bundle:19:in `<main>'
Add Comment
Please, Sign In to add comment