Skip to content

Instantly share code, notes, and snippets.

@jordandm
Created December 8, 2011 18:33
Show Gist options
  • Select an option

  • Save jordandm/1447955 to your computer and use it in GitHub Desktop.

Select an option

Save jordandm/1447955 to your computer and use it in GitHub Desktop.
EC2 Bootstrap Failed to Install Chef Client
knife ec2 server create "role[base-aws]" -N aws-test-01 -I ami-1b814f72 -f m1.large -G default -i certificates/chef-knife.pem -S chef-knife --ssh-user ec2-user --region us-east-1 -Z us-east-1d -V -V
DEBUG: Using configuration from /Users/jdeamattson/repos/chef-repo/.chef/knife.rb
Instance ID: i-f1b2a392
Flavor: m1.large
Image: ami-1b814f72
Region: us-east-1
Availability Zone: us-east-1d
Security Groups: default
SSH Key: chef-knife
Waiting for server..................
Public DNS Name: ec2-184-72-76-87.compute-1.amazonaws.com
Public IP Address: 184.72.76.87
Private DNS Name: ip-10-90-201-185.ec2.internal
Private IP Address: 10.90.201.185
Waiting for sshd................DEBUG: sshd accepting connections on ec2-184-72-76-87.compute-1.amazonaws.com, banner is SSH-2.0-OpenSSH_5.3
done
Bootstrapping Chef on ec2-184-72-76-87.compute-1.amazonaws.com
DEBUG: Looking for bootstrap template in /Library/Ruby/Gems/1.8/gems/chef-0.10.4/lib/chef/knife/bootstrap
DEBUG: Found bootstrap template in /Library/Ruby/Gems/1.8/gems/chef-0.10.4/lib/chef/knife/bootstrap
DEBUG: Adding ec2-184-72-76-87.compute-1.amazonaws.com
DEBUG: establishing connection to ec2-184-72-76-87.compute-1.amazonaws.com:22
DEBUG: connection established
INFO: negotiating protocol version
DEBUG: remote is `SSH-2.0-OpenSSH_5.3'
DEBUG: local is `SSH-2.0-Ruby/Net::SSH_2.1.4 universal-darwin11.0'
DEBUG: read 784 bytes
DEBUG: received packet nr 0 type 20 len 780
INFO: got KEXINIT from server
INFO: sending KEXINIT
DEBUG: queueing packet nr 0 type 20 len 556
DEBUG: sent 560 bytes
INFO: negotiating algorithms
DEBUG: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
DEBUG: exchanging keys
DEBUG: queueing packet nr 1 type 34 len 20
DEBUG: sent 24 bytes
DEBUG: read 152 bytes
DEBUG: received packet nr 1 type 31 len 148
DEBUG: queueing packet nr 2 type 32 len 140
DEBUG: sent 144 bytes
DEBUG: read 720 bytes
DEBUG: received packet nr 2 type 33 len 700
DEBUG: queueing packet nr 3 type 21 len 20
DEBUG: sent 24 bytes
DEBUG: received packet nr 3 type 21 len 12
DEBUG: beginning authentication of `ec2-user'
DEBUG: queueing packet nr 4 type 5 len 28
DEBUG: sent 52 bytes
DEBUG: read 52 bytes
DEBUG: received packet nr 4 type 6 len 28
DEBUG: trying publickey
DEBUG: connecting to ssh-agent
DEBUG: sending agent request 1 len 52
DEBUG: received agent packet 2 len 5
DEBUG: sending agent request 11 len 0
DEBUG: received agent packet 12 len 322
DEBUG: trying publickey (03:46:cf:6c:91:32:dd:3c:07:a2:bb:22:d3:85:93:78)
DEBUG: queueing packet nr 5 type 50 len 348
DEBUG: sent 372 bytes
DEBUG: read 52 bytes
DEBUG: received packet nr 5 type 51 len 28
DEBUG: allowed methods: publickey
DEBUG: trying publickey (f8:31:26:8e:4e:a5:7d:96:00:0c:36:e5:c4:58:09:43)
DEBUG: queueing packet nr 6 type 50 len 348
DEBUG: sent 372 bytes
DEBUG: read 324 bytes
DEBUG: received packet nr 6 type 60 len 300
DEBUG: queueing packet nr 7 type 50 len 620
DEBUG: sent 644 bytes
DEBUG: read 36 bytes
DEBUG: received packet nr 7 type 52 len 12
DEBUG: publickey succeeded (f8:31:26:8e:4e:a5:7d:96:00:0c:36:e5:c4:58:09:43)
DEBUG: queueing packet nr 8 type 90 len 44
DEBUG: sent 68 bytes
DEBUG: read 52 bytes
DEBUG: received packet nr 8 type 91 len 28
INFO: channel_open_confirmation: 0 0 0 32768
INFO: sending channel request "pty-req"
DEBUG: queueing packet nr 9 type 98 len 60
INFO: sending channel request "exec"
DEBUG: queueing packet nr 10 type 98 len 2716
DEBUG: sent 2824 bytes
DEBUG: read 88 bytes
DEBUG: received packet nr 9 type 93 len 28
INFO: channel_window_adjust: 0 +2097152
DEBUG: received packet nr 10 type 99 len 12
INFO: channel_success: 0
DEBUG: read 84 bytes
DEBUG: received packet nr 11 type 94 len 60
INFO: channel_data: 0 42b
ec2-184-72-76-87.compute-1.amazonaws.com bash: line 3: apt-get: command not found
DEBUG: read 84 bytes
DEBUG: received packet nr 12 type 94 len 60
INFO: channel_data: 0 42b
ec2-184-72-76-87.compute-1.amazonaws.com bash: line 4: apt-get: command not found
DEBUG: read 132 bytes
DEBUG: received packet nr 13 type 94 len 108
INFO: channel_data: 0 88b
ec2-184-72-76-87.compute-1.amazonaws.com --2011-12-08 18:31:03-- http://production.cf.rubygems.org/rubygems/rubygems-1.6.2.tgz
DEBUG: read 824 bytes
DEBUG: received packet nr 14 type 94 len 60
INFO: channel_data: 0 40b
ec2-184-72-76-87.compute-1.amazonaws.com Resolving production.cf.rubygems.org...
DEBUG: received packet nr 15 type 94 len 140
INFO: channel_data: 0 116b
ec2-184-72-76-87.compute-1.amazonaws.com 216.137.33.104, 216.137.33.131, 216.137.33.145, ...
ec2-184-72-76-87.compute-1.amazonaws.com Connecting to production.cf.rubygems.org|216.137.33.104|:80...
DEBUG: received packet nr 16 type 94 len 76
INFO: channel_data: 0 52b
ec2-184-72-76-87.compute-1.amazonaws.com connected.
ec2-184-72-76-87.compute-1.amazonaws.com HTTP request sent, awaiting response...
DEBUG: received packet nr 17 type 94 len 108
INFO: channel_data: 0 92b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
ec2-184-72-76-87.compute-1.amazonaws.com Length: 242518 (237K) [binary/octet-stream]
ec2-184-72-76-87.compute-1.amazonaws.com Saving to: “rubygems-1.6.2.tgz”
ec2-184-72-76-87.compute-1.amazonaws.com
DEBUG: received packet nr 18 type 94 len 108
INFO: channel_data: 0 80b
0% [ ] 0 --.-K/s
DEBUG: received packet nr 19 type 94 len 188
INFO: channel_data: 0 168b
100%[======================================>] 242,518 --.-K/s in 0.02s
ec2-184-72-76-87.compute-1.amazonaws.com
ec2-184-72-76-87.compute-1.amazonaws.com 2011-12-08 18:31:03 (15.3 MB/s) - “rubygems-1.6.2.tgz” saved [242518/242518]
ec2-184-72-76-87.compute-1.amazonaws.com
DEBUG: read 68 bytes
DEBUG: received packet nr 20 type 94 len 44
INFO: channel_data: 0 26b
ec2-184-72-76-87.compute-1.amazonaws.com RubyGems 1.6.2 installed
DEBUG: read 388 bytes
DEBUG: received packet nr 21 type 94 len 364
INFO: channel_data: 0 341b
ec2-184-72-76-87.compute-1.amazonaws.com
ec2-184-72-76-87.compute-1.amazonaws.com === 1.6.2 / 2011-03-08
ec2-184-72-76-87.compute-1.amazonaws.com
ec2-184-72-76-87.compute-1.amazonaws.com Bug Fixes:
ec2-184-72-76-87.compute-1.amazonaws.com
ec2-184-72-76-87.compute-1.amazonaws.com * require of an activated gem could cause activation conflicts. Fixes
ec2-184-72-76-87.compute-1.amazonaws.com Bug #29056 by Dave Verwer.
ec2-184-72-76-87.compute-1.amazonaws.com * `gem outdated` now works with up-to-date prerelease gems.
ec2-184-72-76-87.compute-1.amazonaws.com
ec2-184-72-76-87.compute-1.amazonaws.com
ec2-184-72-76-87.compute-1.amazonaws.com ------------------------------------------------------------------------------
ec2-184-72-76-87.compute-1.amazonaws.com
ec2-184-72-76-87.compute-1.amazonaws.com RubyGems installed the following executables:
DEBUG: read 68 bytes
DEBUG: received packet nr 22 type 94 len 44
INFO: channel_data: 0 17b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/bin/gem
ec2-184-72-76-87.compute-1.amazonaws.com
DEBUG: read 84 bytes
DEBUG: received packet nr 23 type 94 len 60
INFO: channel_data: 0 44b
ec2-184-72-76-87.compute-1.amazonaws.com Updating installed gems
ec2-184-72-76-87.compute-1.amazonaws.com Nothing to update
DEBUG: read 84 bytes
DEBUG: received packet nr 24 type 94 len 60
INFO: channel_data: 0 45b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/latest_specs.4.8.gz
DEBUG: read 52 bytes
DEBUG: received packet nr 25 type 94 len 28
INFO: channel_data: 0 11b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
DEBUG: read 100 bytes
DEBUG: received packet nr 26 type 94 len 76
INFO: channel_data: 0 59b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.s3.rubygems.org/latest_specs.4.8.gz
DEBUG: read 52 bytes
DEBUG: received packet nr 27 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: read 116 bytes
DEBUG: received packet nr 28 type 94 len 92
INFO: channel_data: 0 66b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/ohai-0.6.10.gemspec.rz
DEBUG: read 52 bytes
DEBUG: received packet nr 29 type 94 len 28
INFO: channel_data: 0 11b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
DEBUG: read 132 bytes
DEBUG: received packet nr 30 type 94 len 108
INFO: channel_data: 0 80b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/ohai-0.6.10.gemspec.rz
DEBUG: read 52 bytes
DEBUG: received packet nr 31 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: read 116 bytes
DEBUG: received packet nr 32 type 94 len 92
INFO: channel_data: 0 70b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/yajl-ruby-1.1.0.gemspec.rz
DEBUG: read 148 bytes
DEBUG: received packet nr 33 type 94 len 124
INFO: channel_data: 0 95b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/yajl-ruby-1.1.0.gemspec.rz
DEBUG: read 52 bytes
DEBUG: received packet nr 34 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: read 84 bytes
DEBUG: received packet nr 35 type 94 len 60
INFO: channel_data: 0 38b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/specs.4.8.gz
DEBUG: read 52 bytes
DEBUG: received packet nr 36 type 94 len 28
INFO: channel_data: 0 11b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
DEBUG: read 100 bytes
DEBUG: received packet nr 37 type 94 len 76
INFO: channel_data: 0 52b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.s3.rubygems.org/specs.4.8.gz
DEBUG: read 52 bytes
DEBUG: received packet nr 38 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: read 116 bytes
DEBUG: received packet nr 39 type 94 len 92
INFO: channel_data: 0 68b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/systemu-2.2.0.gemspec.rz
DEBUG: read 132 bytes
DEBUG: received packet nr 40 type 94 len 108
INFO: channel_data: 0 93b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/systemu-2.2.0.gemspec.rz
DEBUG: read 52 bytes
DEBUG: received packet nr 41 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: read 116 bytes
DEBUG: received packet nr 42 type 94 len 92
INFO: channel_data: 0 71b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/mixlib-cli-1.2.2.gemspec.rz
DEBUG: read 148 bytes
DEBUG: received packet nr 43 type 94 len 124
INFO: channel_data: 0 96b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/mixlib-cli-1.2.2.gemspec.rz
DEBUG: read 52 bytes
DEBUG: received packet nr 44 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: read 116 bytes
DEBUG: received packet nr 45 type 94 len 92
INFO: channel_data: 0 74b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/mixlib-config-1.1.2.gemspec.rz
DEBUG: read 148 bytes
DEBUG: received packet nr 46 type 94 len 124
INFO: channel_data: 0 99b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/mixlib-config-1.1.2.gemspec.rz
DEBUG: read 52 bytes
DEBUG: received packet nr 47 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: read 116 bytes
DEBUG: received packet nr 48 type 94 len 92
INFO: channel_data: 0 71b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/mixlib-log-1.3.0.gemspec.rz
DEBUG: read 148 bytes
DEBUG: received packet nr 49 type 94 len 124
INFO: channel_data: 0 96b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/mixlib-log-1.3.0.gemspec.rz
DEBUG: read 52 bytes
DEBUG: received packet nr 50 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: read 84 bytes
DEBUG: received packet nr 51 type 94 len 60
INFO: channel_data: 0 32b
ec2-184-72-76-87.compute-1.amazonaws.com Installing gem yajl-ruby-1.1.0
DEBUG: read 132 bytes
DEBUG: received packet nr 52 type 94 len 108
INFO: channel_data: 0 87b
ec2-184-72-76-87.compute-1.amazonaws.com Downloading gem yajl-ruby-1.1.0.gem
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/gems/yajl-ruby-1.1.0.gem
DEBUG: read 116 bytes
DEBUG: received packet nr 53 type 94 len 92
INFO: channel_data: 0 75b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/gems/yajl-ruby-1.1.0.gem
DEBUG: read 1076 bytes
DEBUG: received packet nr 54 type 94 len 1052
INFO: channel_data: 0 1024b
Fetching: yajl-ruby-1.1.0.gem ( 40%).com Fetching: yajl-ruby-1.1.0.gem
DEBUG: read 868 bytes
DEBUG: received packet nr 55 type 94 len 844
INFO: channel_data: 0 828b
Fetching: yajl-ruby-1.1.0.gem (100%).com 42%)
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: read 164 bytes
DEBUG: received packet nr 56 type 94 len 140
INFO: channel_data: 0 112b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/.gitignore
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/.rspec
DEBUG: read 212 bytes
DEBUG: received packet nr 57 type 94 len 188
INFO: channel_data: 0 174b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/.travis.yml
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/CHANGELOG.md
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/Gemfile
DEBUG: read 212 bytes
DEBUG: received packet nr 58 type 94 len 188
INFO: channel_data: 0 172b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/MIT-LICENSE
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/README.md
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/Rakefile
DEBUG: read 340 bytes
DEBUG: received packet nr 59 type 94 len 316
INFO: channel_data: 0 297b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/benchmark/encode.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/benchmark/encode_json_and_marshal.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/benchmark/encode_json_and_yaml.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/benchmark/http.rb
DEBUG: read 276 bytes
DEBUG: received packet nr 60 type 94 len 252
INFO: channel_data: 0 229b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/benchmark/parse.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/benchmark/parse_json_and_marshal.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/benchmark/parse_json_and_yaml.rb
DEBUG: read 276 bytes
DEBUG: received packet nr 61 type 94 len 252
INFO: channel_data: 0 225b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/benchmark/parse_stream.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/benchmark/subjects/item.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/benchmark/subjects/ohai.json
DEBUG: read 292 bytes
DEBUG: received packet nr 62 type 94 len 268
INFO: channel_data: 0 245b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/benchmark/subjects/ohai.marshal_dump
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/benchmark/subjects/ohai.yml
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/benchmark/subjects/twitter_search.json
DEBUG: read 212 bytes
DEBUG: received packet nr 63 type 94 len 188
INFO: channel_data: 0 165b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/benchmark/subjects/twitter_stream.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/benchmark/subjects/unicode.json
DEBUG: read 212 bytes
DEBUG: received packet nr 64 type 94 len 188
INFO: channel_data: 0 162b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/examples/encoding/chunked_encoding.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/examples/encoding/one_shot.rb
DEBUG: read 1448 bytes
DEBUG: received packet nr 65 type 94 len 268
INFO: channel_data: 0 243b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/examples/encoding/to_an_io.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/examples/http/twitter_search_api.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/examples/http/twitter_stream_api.rb
DEBUG: read 1448 bytes
DEBUG: received packet nr 66 type 94 len 252
INFO: channel_data: 0 234b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/examples/parsing/from_file.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/examples/parsing/from_stdin.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/examples/parsing/from_string.rb
DEBUG: read 1068 bytes
DEBUG: received packet nr 67 type 94 len 172
INFO: channel_data: 0 145b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/api/yajl_common.h
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/api/yajl_gen.h
DEBUG: read 5792 bytes
DEBUG: received packet nr 68 type 94 len 300
INFO: channel_data: 0 278b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/api/yajl_parse.h
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/api/yajl_version.h
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/extconf.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/yajl.c
DEBUG: read 1448 bytes
DEBUG: received packet nr 69 type 94 len 300
INFO: channel_data: 0 272b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/yajl_alloc.c
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/yajl_alloc.h
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/yajl_buf.c
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/yajl_buf.h
DEBUG: read 752 bytes
DEBUG: received packet nr 70 type 94 len 236
INFO: channel_data: 0 213b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/yajl_bytestack.h
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/yajl_encode.c
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/yajl_encode.h
DEBUG: received packet nr 71 type 94 len 284
INFO: channel_data: 0 268b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/yajl_ext.c
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/yajl_ext.h
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/yajl_gen.c
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/yajl_lex.c
DEBUG: received packet nr 72 type 94 len 236
INFO: channel_data: 0 207b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/yajl_lex.h
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/yajl_parser.c
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/yajl_parser.h
DEBUG: received packet nr 73 type 94 len 220
INFO: channel_data: 0 195b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/yajl_version.c
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/lib/yajl.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/lib/yajl/bzip2.rb
DEBUG: received packet nr 74 type 94 len 252
INFO: channel_data: 0 225b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/lib/yajl/bzip2/stream_reader.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/lib/yajl/bzip2/stream_writer.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/lib/yajl/deflate.rb
DEBUG: received packet nr 75 type 94 len 332
INFO: channel_data: 0 304b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/lib/yajl/deflate/stream_reader.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/lib/yajl/deflate/stream_writer.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/lib/yajl/gzip.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/lib/yajl/gzip/stream_reader.rb
DEBUG: received packet nr 76 type 94 len 236
INFO: channel_data: 0 217b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/lib/yajl/gzip/stream_writer.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/lib/yajl/http_stream.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/lib/yajl/json_gem.rb
DEBUG: received packet nr 77 type 94 len 236
INFO: channel_data: 0 220b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/lib/yajl/json_gem/encoding.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/lib/yajl/json_gem/parsing.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/lib/yajl/version.rb
DEBUG: received packet nr 78 type 94 len 172
INFO: channel_data: 0 152b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/encoding/encoding_spec.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/global/global_spec.rb
DEBUG: received packet nr 79 type 94 len 108
INFO: channel_data: 0 82b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/http/fixtures/http.bzip2.dump
DEBUG: received packet nr 80 type 94 len 348
INFO: channel_data: 0 331b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/http/fixtures/http.chunked.dump
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/http/fixtures/http.deflate.dump
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/http/fixtures/http.error.dump
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/http/fixtures/http.gzip.dump
DEBUG: received packet nr 81 type 94 len 188
INFO: channel_data: 0 161b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/http/fixtures/http.html.dump
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/http/fixtures/http.raw.dump
DEBUG: received packet nr 82 type 94 len 316
INFO: channel_data: 0 302b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/http/http_delete_spec.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/http/http_error_spec.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/http/http_get_spec.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/http/http_post_spec.rb
DEBUG: received packet nr 83 type 94 len 284
INFO: channel_data: 0 256b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/http/http_put_spec.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/http/http_stream_options_spec.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/json_gem_compatibility/compatibility_spec.rb
DEBUG: received packet nr 84 type 94 len 348
INFO: channel_data: 0 323b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/active_support_spec.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/chunked_spec.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail.15.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail.16.json
DEBUG: received packet nr 85 type 94 len 348
INFO: channel_data: 0 326b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail.17.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail.26.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail11.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail12.json
DEBUG: received packet nr 86 type 94 len 348
INFO: channel_data: 0 324b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail13.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail14.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail19.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail20.json
DEBUG: received packet nr 87 type 94 len 268
INFO: channel_data: 0 243b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail21.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail22.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail23.json
DEBUG: received packet nr 88 type 94 len 348
INFO: channel_data: 0 324b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail24.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail25.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail27.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail28.json
DEBUG: received packet nr 89 type 94 len 348
INFO: channel_data: 0 320b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail3.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail4.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail5.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail6.json
DEBUG: received packet nr 90 type 94 len 300
INFO: channel_data: 0 272b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail9.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.array.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.codepoints_from_unicode_org.json
DEBUG: received packet nr 91 type 94 len 204
INFO: channel_data: 0 177b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.contacts.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.db100.xml.json
DEBUG: received packet nr 92 type 94 len 300
INFO: channel_data: 0 284b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.db1000.xml.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.dc_simple_with_comments.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.deep_arrays.json
DEBUG: received packet nr 93 type 94 len 428
INFO: channel_data: 0 404b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.difficult_json_c_test_case.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.difficult_json_c_test_case_with_comments.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.doubles.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.empty_array.json
DEBUG: received packet nr 94 type 94 len 396
INFO: channel_data: 0 367b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.empty_string.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.escaped_bulgarian.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.escaped_foobar.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.item.json
DEBUG: received packet nr 95 type 94 len 412
INFO: channel_data: 0 389b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.json-org-sample1.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.json-org-sample2.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.json-org-sample3.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.json-org-sample4-nows.json
DEBUG: received packet nr 96 type 94 len 220
INFO: channel_data: 0 192b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.json-org-sample4.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.json-org-sample5.json
DEBUG: received packet nr 97 type 94 len 108
INFO: channel_data: 0 93b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.map-spain.xml.json
DEBUG: received packet nr 98 type 94 len 124
INFO: channel_data: 0 97b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.ns-invoice100.xml.json
DEBUG: received packet nr 99 type 94 len 204
INFO: channel_data: 0 184b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.ns-soap.xml.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.numbers-fp-4k.json
DEBUG: received packet nr 100 type 94 len 204
INFO: channel_data: 0 188b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.numbers-fp-64k.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.numbers-int-4k.json
DEBUG: received packet nr 101 type 94 len 300
INFO: channel_data: 0 284b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.numbers-int-64k.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.twitter-search.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.twitter-search2.json
DEBUG: received packet nr 102 type 94 len 268
INFO: channel_data: 0 251b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.unicode.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.yelp.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass1.json
DEBUG: received packet nr 103 type 94 len 332
INFO: channel_data: 0 313b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass2.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass3.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures_spec.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/one_off_spec.rb
DEBUG: received packet nr 104 type 94 len 220
INFO: channel_data: 0 195b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/rcov.opts
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/spec_helper.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/tasks/compile.rake
DEBUG: received packet nr 105 type 94 len 204
INFO: channel_data: 0 186b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/tasks/rspec.rake
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/yajl-ruby.gemspec
ec2-184-72-76-87.compute-1.amazonaws.com Building native extensions. This could take a while...
DEBUG: read 420 bytes
DEBUG: received packet nr 106 type 94 len 396
INFO: channel_data: 0 370b
ec2-184-72-76-87.compute-1.amazonaws.com ERROR: Error installing ohai:
ec2-184-72-76-87.compute-1.amazonaws.com ERROR: Failed to build gem native extension.
ec2-184-72-76-87.compute-1.amazonaws.com
ec2-184-72-76-87.compute-1.amazonaws.com /usr/bin/ruby extconf.rb
ec2-184-72-76-87.compute-1.amazonaws.com mkmf.rb can't find header files for ruby at /usr/lib/ruby/ruby.h
ec2-184-72-76-87.compute-1.amazonaws.com
ec2-184-72-76-87.compute-1.amazonaws.com
ec2-184-72-76-87.compute-1.amazonaws.com Gem files will remain installed in /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0 for inspection.
ec2-184-72-76-87.compute-1.amazonaws.com Results logged to /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/gem_make.out
DEBUG: read 84 bytes
DEBUG: received packet nr 107 type 94 len 60
INFO: channel_data: 0 38b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/specs.4.8.gz
DEBUG: read 52 bytes
DEBUG: received packet nr 108 type 94 len 28
INFO: channel_data: 0 11b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
DEBUG: read 100 bytes
DEBUG: received packet nr 109 type 94 len 76
INFO: channel_data: 0 52b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.s3.rubygems.org/specs.4.8.gz
DEBUG: read 68 bytes
DEBUG: received packet nr 110 type 94 len 44
INFO: channel_data: 0 18b
ec2-184-72-76-87.compute-1.amazonaws.com 304 Not Modified
DEBUG: read 116 bytes
DEBUG: received packet nr 111 type 94 len 92
INFO: channel_data: 0 66b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/chef-0.10.4.gemspec.rz
DEBUG: read 52 bytes
DEBUG: received packet nr 112 type 94 len 28
INFO: channel_data: 0 11b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
DEBUG: read 132 bytes
DEBUG: received packet nr 113 type 94 len 108
INFO: channel_data: 0 80b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/chef-0.10.4.gemspec.rz
DEBUG: read 320 bytes
DEBUG: received packet nr 114 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: received packet nr 115 type 94 len 60
INFO: channel_data: 0 45b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/latest_specs.4.8.gz
DEBUG: received packet nr 116 type 94 len 92
INFO: channel_data: 0 70b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.s3.rubygems.org/latest_specs.4.8.gz
DEBUG: received packet nr 117 type 94 len 44
INFO: channel_data: 0 18b
ec2-184-72-76-87.compute-1.amazonaws.com 304 Not Modified
DEBUG: read 132 bytes
DEBUG: received packet nr 118 type 94 len 108
INFO: channel_data: 0 82b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/mixlib-authentication-1.1.4.gemspec.rz
DEBUG: read 148 bytes
DEBUG: received packet nr 119 type 94 len 124
INFO: channel_data: 0 107b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/mixlib-authentication-1.1.4.gemspec.rz
DEBUG: read 52 bytes
DEBUG: received packet nr 120 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: read 116 bytes
DEBUG: read 200 bytes
DEBUG: received packet nr 121 type 94 len 92
INFO: channel_data: 0 72b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/rest-client-1.0.4.gemspec.rz
DEBUG: received packet nr 122 type 94 len 124
INFO: channel_data: 0 97b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/rest-client-1.0.4.gemspec.rz
DEBUG: received packet nr 123 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: read 1976 bytes
DEBUG: received packet nr 124 type 94 len 92
INFO: channel_data: 0 72b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/rest-client-1.1.0.gemspec.rz
DEBUG: received packet nr 125 type 94 len 124
INFO: channel_data: 0 97b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/rest-client-1.1.0.gemspec.rz
DEBUG: received packet nr 126 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: received packet nr 127 type 94 len 92
INFO: channel_data: 0 72b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/rest-client-1.2.0.gemspec.rz
DEBUG: received packet nr 128 type 94 len 124
INFO: channel_data: 0 97b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/rest-client-1.2.0.gemspec.rz
DEBUG: received packet nr 129 type 94 len 108
INFO: channel_data: 0 80b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/rest-client-1.3.0.gemspec.rz
DEBUG: received packet nr 130 type 94 len 124
INFO: channel_data: 0 97b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/rest-client-1.3.0.gemspec.rz
DEBUG: received packet nr 131 type 94 len 108
INFO: channel_data: 0 80b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/rest-client-1.3.1.gemspec.rz
DEBUG: received packet nr 132 type 94 len 124
INFO: channel_data: 0 97b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/rest-client-1.3.1.gemspec.rz
DEBUG: received packet nr 133 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: received packet nr 134 type 94 len 92
INFO: channel_data: 0 72b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/rest-client-1.4.0.gemspec.rz
DEBUG: received packet nr 135 type 94 len 28
INFO: channel_data: 0 11b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
DEBUG: received packet nr 136 type 94 len 108
INFO: channel_data: 0 86b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/rest-client-1.4.0.gemspec.rz
DEBUG: received packet nr 137 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: read 148 bytes
DEBUG: received packet nr 138 type 94 len 92
INFO: channel_data: 0 72b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/rest-client-1.4.1.gemspec.rz
DEBUG: received packet nr 139 type 94 len 124
INFO: channel_data: 0 97b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/rest-client-1.4.1.gemspec.rz
DEBUG: received packet nr 140 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: received packet nr 141 type 94 len 92
INFO: channel_data: 0 72b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/rest-client-1.4.2.gemspec.rz
DEBUG: received packet nr 142 type 94 len 124
INFO: channel_data: 0 97b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/rest-client-1.4.2.gemspec.rz
DEBUG: read 132 bytes
DEBUG: received packet nr 143 type 94 len 108
INFO: channel_data: 0 80b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/rest-client-1.5.0.gemspec.rz
DEBUG: read 52 bytes
DEBUG: received packet nr 144 type 94 len 28
INFO: channel_data: 0 11b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
DEBUG: read 132 bytes
DEBUG: received packet nr 145 type 94 len 108
INFO: channel_data: 0 86b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/rest-client-1.5.0.gemspec.rz
DEBUG: read 1712 bytes
DEBUG: received packet nr 146 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: received packet nr 147 type 94 len 92
INFO: channel_data: 0 72b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/rest-client-1.5.1.gemspec.rz
DEBUG: received packet nr 148 type 94 len 124
INFO: channel_data: 0 97b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/rest-client-1.5.1.gemspec.rz
DEBUG: received packet nr 149 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: received packet nr 150 type 94 len 92
INFO: channel_data: 0 72b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/rest-client-1.6.0.gemspec.rz
DEBUG: received packet nr 151 type 94 len 124
INFO: channel_data: 0 97b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/rest-client-1.6.0.gemspec.rz
DEBUG: received packet nr 152 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: received packet nr 153 type 94 len 92
INFO: channel_data: 0 72b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/rest-client-1.6.1.gemspec.rz
DEBUG: received packet nr 154 type 94 len 124
INFO: channel_data: 0 97b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/rest-client-1.6.1.gemspec.rz
DEBUG: received packet nr 155 type 94 len 108
INFO: channel_data: 0 80b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/rest-client-1.6.3.gemspec.rz
DEBUG: received packet nr 156 type 94 len 124
INFO: channel_data: 0 97b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/rest-client-1.6.3.gemspec.rz
DEBUG: received packet nr 157 type 94 len 108
INFO: channel_data: 0 80b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/rest-client-1.6.5.gemspec.rz
DEBUG: received packet nr 158 type 94 len 28
INFO: channel_data: 0 11b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
DEBUG: received packet nr 159 type 94 len 108
INFO: channel_data: 0 86b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/rest-client-1.6.5.gemspec.rz
DEBUG: received packet nr 160 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: received packet nr 161 type 94 len 92
INFO: channel_data: 0 72b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/rest-client-1.6.6.gemspec.rz
DEBUG: read 148 bytes
DEBUG: received packet nr 162 type 94 len 124
INFO: channel_data: 0 97b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/rest-client-1.6.6.gemspec.rz
DEBUG: read 52 bytes
DEBUG: received packet nr 163 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: read 116 bytes
DEBUG: received packet nr 164 type 94 len 92
INFO: channel_data: 0 72b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/rest-client-1.6.7.gemspec.rz
DEBUG: read 236 bytes
DEBUG: received packet nr 165 type 94 len 28
INFO: channel_data: 0 11b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
DEBUG: received packet nr 166 type 94 len 108
INFO: channel_data: 0 86b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/rest-client-1.6.7.gemspec.rz
DEBUG: received packet nr 167 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: read 116 bytes
DEBUG: received packet nr 168 type 94 len 92
INFO: channel_data: 0 66b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/bunny-0.7.8.gemspec.rz
DEBUG: read 132 bytes
DEBUG: received packet nr 169 type 94 len 108
INFO: channel_data: 0 91b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/bunny-0.7.8.gemspec.rz
DEBUG: read 52 bytes
DEBUG: received packet nr 170 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: read 116 bytes
DEBUG: received packet nr 171 type 94 len 92
INFO: channel_data: 0 65b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/json-1.4.4.gemspec.rz
DEBUG: read 132 bytes
DEBUG: received packet nr 172 type 94 len 108
INFO: channel_data: 0 90b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/json-1.4.4.gemspec.rz
DEBUG: read 116 bytes
DEBUG: received packet nr 173 type 94 len 92
INFO: channel_data: 0 73b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/json-1.4.5.gemspec.rz
DEBUG: read 1384 bytes
DEBUG: received packet nr 174 type 94 len 108
INFO: channel_data: 0 90b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/json-1.4.5.gemspec.rz
DEBUG: received packet nr 175 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: received packet nr 176 type 94 len 92
INFO: channel_data: 0 65b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/json-1.4.6.gemspec.rz
DEBUG: received packet nr 177 type 94 len 108
INFO: channel_data: 0 90b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/json-1.4.6.gemspec.rz
DEBUG: received packet nr 178 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: received packet nr 179 type 94 len 92
INFO: channel_data: 0 65b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/json-1.5.0.gemspec.rz
DEBUG: received packet nr 180 type 94 len 108
INFO: channel_data: 0 90b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/json-1.5.0.gemspec.rz
DEBUG: received packet nr 181 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: received packet nr 182 type 94 len 92
INFO: channel_data: 0 65b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/json-1.5.1.gemspec.rz
DEBUG: received packet nr 183 type 94 len 108
INFO: channel_data: 0 90b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/json-1.5.1.gemspec.rz
DEBUG: received packet nr 184 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: received packet nr 185 type 94 len 92
INFO: channel_data: 0 65b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/json-1.5.2.gemspec.rz
DEBUG: received packet nr 186 type 94 len 108
INFO: channel_data: 0 90b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/json-1.5.2.gemspec.rz
DEBUG: received packet nr 187 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: read 116 bytes
DEBUG: received packet nr 188 type 94 len 92
INFO: channel_data: 0 68b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/treetop-1.4.9.gemspec.rz
DEBUG: read 132 bytes
DEBUG: received packet nr 189 type 94 len 108
INFO: channel_data: 0 93b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/treetop-1.4.9.gemspec.rz
DEBUG: read 52 bytes
DEBUG: received packet nr 190 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: read 300 bytes
DEBUG: received packet nr 191 type 94 len 92
INFO: channel_data: 0 69b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/treetop-1.4.10.gemspec.rz
DEBUG: received packet nr 192 type 94 len 108
INFO: channel_data: 0 94b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/treetop-1.4.10.gemspec.rz
DEBUG: received packet nr 193 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: read 116 bytes
DEBUG: received packet nr 194 type 94 len 92
INFO: channel_data: 0 68b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/net-ssh-2.1.3.gemspec.rz
DEBUG: read 52 bytes
DEBUG: received packet nr 195 type 94 len 28
INFO: channel_data: 0 11b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
DEBUG: read 132 bytes
DEBUG: received packet nr 196 type 94 len 108
INFO: channel_data: 0 82b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/net-ssh-2.1.3.gemspec.rz
DEBUG: read 404 bytes
DEBUG: received packet nr 197 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: received packet nr 198 type 94 len 92
INFO: channel_data: 0 68b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/net-ssh-2.1.4.gemspec.rz
DEBUG: received packet nr 199 type 94 len 28
INFO: channel_data: 0 11b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
DEBUG: received packet nr 200 type 94 len 108
INFO: channel_data: 0 82b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/net-ssh-2.1.4.gemspec.rz
DEBUG: received packet nr 201 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: read 116 bytes
DEBUG: received packet nr 202 type 94 len 92
INFO: channel_data: 0 72b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/net-ssh-multi-1.1.gemspec.rz
DEBUG: read 148 bytes
DEBUG: received packet nr 203 type 94 len 124
INFO: channel_data: 0 97b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/net-ssh-multi-1.1.gemspec.rz
DEBUG: read 52 bytes
DEBUG: received packet nr 204 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: read 116 bytes
DEBUG: received packet nr 205 type 94 len 92
INFO: channel_data: 0 67b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/erubis-2.7.0.gemspec.rz
DEBUG: read 52 bytes
DEBUG: received packet nr 206 type 94 len 28
INFO: channel_data: 0 11b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
DEBUG: read 132 bytes
DEBUG: received packet nr 207 type 94 len 108
INFO: channel_data: 0 81b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/erubis-2.7.0.gemspec.rz
DEBUG: read 52 bytes
DEBUG: received packet nr 208 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: read 116 bytes
DEBUG: received packet nr 209 type 94 len 92
INFO: channel_data: 0 67b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/moneta-0.6.0.gemspec.rz
DEBUG: read 132 bytes
DEBUG: received packet nr 210 type 94 len 108
INFO: channel_data: 0 92b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/moneta-0.6.0.gemspec.rz
DEBUG: read 52 bytes
DEBUG: received packet nr 211 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: read 116 bytes
DEBUG: received packet nr 212 type 94 len 92
INFO: channel_data: 0 69b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/highline-1.6.8.gemspec.rz
DEBUG: read 132 bytes
DEBUG: received packet nr 213 type 94 len 108
INFO: channel_data: 0 94b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/highline-1.6.8.gemspec.rz
DEBUG: read 52 bytes
DEBUG: received packet nr 214 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: read 116 bytes
DEBUG: received packet nr 215 type 94 len 92
INFO: channel_data: 0 70b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/uuidtools-2.1.2.gemspec.rz
DEBUG: read 148 bytes
DEBUG: received packet nr 216 type 94 len 124
INFO: channel_data: 0 95b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/uuidtools-2.1.2.gemspec.rz
DEBUG: read 52 bytes
DEBUG: received packet nr 217 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: read 116 bytes
DEBUG: received packet nr 218 type 94 len 92
INFO: channel_data: 0 72b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/mime-types-1.17.2.gemspec.rz
DEBUG: read 148 bytes
DEBUG: received packet nr 219 type 94 len 124
INFO: channel_data: 0 97b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/mime-types-1.17.2.gemspec.rz
DEBUG: read 52 bytes
DEBUG: received packet nr 220 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: read 116 bytes
DEBUG: received packet nr 221 type 94 len 92
INFO: channel_data: 0 69b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/polyglot-0.3.3.gemspec.rz
DEBUG: read 132 bytes
DEBUG: received packet nr 222 type 94 len 108
INFO: channel_data: 0 94b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/polyglot-0.3.3.gemspec.rz
DEBUG: read 52 bytes
DEBUG: received packet nr 223 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: read 116 bytes
DEBUG: received packet nr 224 type 94 len 92
INFO: channel_data: 0 68b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/net-ssh-2.2.1.gemspec.rz
DEBUG: read 52 bytes
DEBUG: received packet nr 225 type 94 len 28
INFO: channel_data: 0 11b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
DEBUG: read 132 bytes
DEBUG: received packet nr 226 type 94 len 108
INFO: channel_data: 0 82b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/net-ssh-2.2.1.gemspec.rz
DEBUG: read 52 bytes
DEBUG: received packet nr 227 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: read 116 bytes
DEBUG: received packet nr 228 type 94 len 92
INFO: channel_data: 0 76b
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/quick/Marshal.4.8/net-ssh-gateway-1.1.0.gemspec.rz
DEBUG: read 148 bytes
DEBUG: received packet nr 229 type 94 len 124
INFO: channel_data: 0 101b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/quick/Marshal.4.8/net-ssh-gateway-1.1.0.gemspec.rz
DEBUG: read 52 bytes
DEBUG: received packet nr 230 type 94 len 28
INFO: channel_data: 0 8b
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: read 84 bytes
DEBUG: received packet nr 231 type 94 len 60
INFO: channel_data: 0 36b
ec2-184-72-76-87.compute-1.amazonaws.com Installing gem mixlib-config-1.1.2
DEBUG: read 148 bytes
DEBUG: received packet nr 232 type 94 len 124
INFO: channel_data: 0 95b
ec2-184-72-76-87.compute-1.amazonaws.com Downloading gem mixlib-config-1.1.2.gem
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/gems/mixlib-config-1.1.2.gem
DEBUG: read 132 bytes
DEBUG: received packet nr 233 type 94 len 108
INFO: channel_data: 0 79b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/gems/mixlib-config-1.1.2.gem
DEBUG: read 1448 bytes
DEBUG: received packet nr 234 type 94 len 236
INFO: channel_data: 0 207b
Fetching: mixlib-config-1.1.2.gem (100%) Fetching: mixlib-config-1.1.2.gem
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: read 1764 bytes
DEBUG: received packet nr 235 type 94 len 76
INFO: channel_data: 0 62b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-config-1.1.2/.gitignore
DEBUG: received packet nr 236 type 94 len 268
INFO: channel_data: 0 240b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-config-1.1.2/LICENSE
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-config-1.1.2/NOTICE
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-config-1.1.2/README.rdoc
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-config-1.1.2/Rakefile
DEBUG: received packet nr 237 type 94 len 92
INFO: channel_data: 0 63b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-config-1.1.2/VERSION.yml
DEBUG: received packet nr 238 type 94 len 204
INFO: channel_data: 0 182b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-config-1.1.2/features/mixlib_config.feature
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-config-1.1.2/features/step_definitions/mixlib_config_steps.rb
DEBUG: received packet nr 239 type 94 len 332
INFO: channel_data: 0 318b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-config-1.1.2/features/steps/config_steps.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-config-1.1.2/features/support/bobo.config
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-config-1.1.2/features/support/config_it.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-config-1.1.2/features/support/env.rb
DEBUG: received packet nr 240 type 94 len 92
INFO: channel_data: 0 72b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-config-1.1.2/lib/mixlib/config.rb
DEBUG: received packet nr 241 type 94 len 172
INFO: channel_data: 0 144b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-config-1.1.2/spec/mixlib/config_spec.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-config-1.1.2/spec/spec.opts
DEBUG: received packet nr 242 type 94 len 92
INFO: channel_data: 0 71b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-config-1.1.2/spec/spec_helper.rb
DEBUG: received packet nr 243 type 94 len 60
INFO: channel_data: 0 33b
ec2-184-72-76-87.compute-1.amazonaws.com Installing gem mixlib-cli-1.2.2
DEBUG: received packet nr 244 type 94 len 108
INFO: channel_data: 0 89b
ec2-184-72-76-87.compute-1.amazonaws.com Downloading gem mixlib-cli-1.2.2.gem
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/gems/mixlib-cli-1.2.2.gem
DEBUG: received packet nr 245 type 94 len 92
INFO: channel_data: 0 76b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/gems/mixlib-cli-1.2.2.gem
DEBUG: received packet nr 246 type 94 len 172
INFO: channel_data: 0 154b
Fetching: mixlib-cli-1.2.2.gem (100%)com Fetching: mixlib-cli-1.2.2.gem
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: received packet nr 247 type 94 len 252
INFO: channel_data: 0 228b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-cli-1.2.2/LICENSE
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-cli-1.2.2/README.rdoc
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-cli-1.2.2/Rakefile
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-cli-1.2.2/NOTICE
DEBUG: received packet nr 248 type 94 len 92
INFO: channel_data: 0 74b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-cli-1.2.2/lib/mixlib/cli/version.rb
DEBUG: received packet nr 249 type 94 len 92
INFO: channel_data: 0 66b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-cli-1.2.2/lib/mixlib/cli.rb
DEBUG: received packet nr 250 type 94 len 156
INFO: channel_data: 0 140b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-cli-1.2.2/spec/mixlib/cli_spec.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-cli-1.2.2/spec/spec_helper.rb
DEBUG: received packet nr 251 type 94 len 60
INFO: channel_data: 0 33b
ec2-184-72-76-87.compute-1.amazonaws.com Installing gem mixlib-log-1.3.0
DEBUG: received packet nr 252 type 94 len 108
INFO: channel_data: 0 89b
ec2-184-72-76-87.compute-1.amazonaws.com Downloading gem mixlib-log-1.3.0.gem
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/gems/mixlib-log-1.3.0.gem
DEBUG: read 116 bytes
DEBUG: received packet nr 253 type 94 len 92
INFO: channel_data: 0 76b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/gems/mixlib-log-1.3.0.gem
DEBUG: read 164 bytes
DEBUG: received packet nr 254 type 94 len 140
INFO: channel_data: 0 116b
Fetching: mixlib-log-1.3.0.gem (100%)com Fetching: mixlib-log-1.3.0.gem
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: read 260 bytes
DEBUG: received packet nr 255 type 94 len 236
INFO: channel_data: 0 216b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-log-1.3.0/lib/mixlib/log/formatter.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-log-1.3.0/lib/mixlib/log/version.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-log-1.3.0/lib/mixlib/log.rb
DEBUG: read 1448 bytes
DEBUG: read 1020 bytes
DEBUG: received packet nr 256 type 94 len 76
INFO: channel_data: 0 60b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-log-1.3.0/README.rdoc
DEBUG: received packet nr 257 type 94 len 140
INFO: channel_data: 0 111b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-log-1.3.0/LICENSE
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-log-1.3.0/NOTICE
DEBUG: received packet nr 258 type 94 len 60
INFO: channel_data: 0 44b
ec2-184-72-76-87.compute-1.amazonaws.com Installing gem mixlib-authentication-1.1.4
DEBUG: received packet nr 259 type 94 len 140
INFO: channel_data: 0 111b
ec2-184-72-76-87.compute-1.amazonaws.com Downloading gem mixlib-authentication-1.1.4.gem
ec2-184-72-76-87.compute-1.amazonaws.com GET http://rubygems.org/gems/mixlib-authentication-1.1.4.gem
DEBUG: received packet nr 260 type 94 len 108
INFO: channel_data: 0 87b
ec2-184-72-76-87.compute-1.amazonaws.com 302 Found
ec2-184-72-76-87.compute-1.amazonaws.com GET http://production.cf.rubygems.org/gems/mixlib-authentication-1.1.4.gem
DEBUG: received packet nr 261 type 94 len 268
INFO: channel_data: 0 247b
Fetching: mixlib-authentication-1.1.4.gem (100%)g: mixlib-authentication-1.1.4.gem
ec2-184-72-76-87.compute-1.amazonaws.com 200 OK
DEBUG: received packet nr 262 type 94 len 156
INFO: channel_data: 0 138b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-authentication-1.1.4/LICENSE
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-authentication-1.1.4/README.rdoc
DEBUG: received packet nr 263 type 94 len 156
INFO: channel_data: 0 134b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-authentication-1.1.4/Rakefile
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-authentication-1.1.4/NOTICE
DEBUG: received packet nr 264 type 94 len 348
INFO: channel_data: 0 323b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-authentication-1.1.4/lib/mixlib/authentication/digester.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-authentication-1.1.4/lib/mixlib/authentication/http_authentication_request.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-authentication-1.1.4/lib/mixlib/authentication/signatureverification.rb
DEBUG: received packet nr 265 type 94 len 220
INFO: channel_data: 0 193b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-authentication-1.1.4/lib/mixlib/authentication/signedheaderauth.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-authentication-1.1.4/lib/mixlib/authentication.rb
DEBUG: received packet nr 266 type 94 len 252
INFO: channel_data: 0 238b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-authentication-1.1.4/spec/mixlib/authentication/http_authentication_request_spec.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-authentication-1.1.4/spec/mixlib/authentication/mixlib_authentication_spec.rb
DEBUG: received packet nr 267 type 94 len 172
INFO: channel_data: 0 153b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-authentication-1.1.4/spec/spec.opts
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/mixlib-authentication-1.1.4/spec/spec_helper.rb
DEBUG: received packet nr 268 type 94 len 60
INFO: channel_data: 0 32b
ec2-184-72-76-87.compute-1.amazonaws.com Installing gem yajl-ruby-1.1.0
DEBUG: read 264 bytes
DEBUG: received packet nr 269 type 94 len 140
INFO: channel_data: 0 112b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/.gitignore
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/.rspec
DEBUG: received packet nr 270 type 94 len 76
INFO: channel_data: 0 59b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/.travis.yml
DEBUG: read 212 bytes
DEBUG: received packet nr 271 type 94 len 188
INFO: channel_data: 0 174b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/CHANGELOG.md
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/Gemfile
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/MIT-LICENSE
DEBUG: read 228 bytes
DEBUG: received packet nr 272 type 94 len 204
INFO: channel_data: 0 180b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/README.md
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/Rakefile
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/benchmark/encode.rb
DEBUG: read 472 bytes
DEBUG: received packet nr 273 type 94 len 316
INFO: channel_data: 0 296b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/benchmark/encode_json_and_marshal.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/benchmark/encode_json_and_yaml.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/benchmark/http.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/benchmark/parse.rb
DEBUG: received packet nr 274 type 94 len 108
INFO: channel_data: 0 83b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/benchmark/parse_json_and_marshal.rb
DEBUG: read 276 bytes
DEBUG: received packet nr 275 type 94 len 252
INFO: channel_data: 0 229b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/benchmark/parse_json_and_yaml.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/benchmark/parse_stream.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/benchmark/subjects/item.json
DEBUG: read 276 bytes
DEBUG: received packet nr 276 type 94 len 252
INFO: channel_data: 0 235b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/benchmark/subjects/ohai.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/benchmark/subjects/ohai.marshal_dump
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/benchmark/subjects/ohai.yml
DEBUG: read 132 bytes
DEBUG: received packet nr 277 type 94 len 108
INFO: channel_data: 0 86b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/benchmark/subjects/twitter_search.json
DEBUG: read 2896 bytes
DEBUG: received packet nr 278 type 94 len 188
INFO: channel_data: 0 165b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/benchmark/subjects/twitter_stream.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/benchmark/subjects/unicode.json
DEBUG: read 2896 bytes
DEBUG: received packet nr 279 type 94 len 188
INFO: channel_data: 0 162b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/examples/encoding/chunked_encoding.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/examples/encoding/one_shot.rb
DEBUG: received packet nr 280 type 94 len 268
INFO: channel_data: 0 243b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/examples/encoding/to_an_io.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/examples/http/twitter_search_api.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/examples/http/twitter_stream_api.rb
DEBUG: received packet nr 281 type 94 len 92
INFO: channel_data: 0 77b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/examples/parsing/from_file.rb
DEBUG: received packet nr 282 type 94 len 172
INFO: channel_data: 0 157b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/examples/parsing/from_stdin.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/examples/parsing/from_string.rb
DEBUG: received packet nr 283 type 94 len 236
INFO: channel_data: 0 218b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/api/yajl_common.h
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/api/yajl_gen.h
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/api/yajl_parse.h
DEBUG: received packet nr 284 type 94 len 220
INFO: channel_data: 0 205b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/api/yajl_version.h
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/extconf.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/yajl.c
DEBUG: received packet nr 285 type 94 len 300
INFO: channel_data: 0 272b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/yajl_alloc.c
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/yajl_alloc.h
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/yajl_buf.c
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/yajl_buf.h
DEBUG: received packet nr 286 type 94 len 300
INFO: channel_data: 0 280b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/yajl_bytestack.h
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/yajl_encode.c
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/yajl_encode.h
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/yajl_ext.c
DEBUG: received packet nr 287 type 94 len 156
INFO: channel_data: 0 134b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/yajl_ext.h
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/yajl_gen.c
DEBUG: received packet nr 288 type 94 len 364
INFO: channel_data: 0 345b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/yajl_lex.c
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/yajl_lex.h
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/yajl_parser.c
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/yajl_parser.h
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/yajl_version.c
DEBUG: received packet nr 289 type 94 len 140
INFO: channel_data: 0 124b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/lib/yajl.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/lib/yajl/bzip2.rb
DEBUG: received packet nr 290 type 94 len 332
INFO: channel_data: 0 306b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/lib/yajl/bzip2/stream_reader.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/lib/yajl/bzip2/stream_writer.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/lib/yajl/deflate.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/lib/yajl/deflate/stream_reader.rb
DEBUG: received packet nr 291 type 94 len 252
INFO: channel_data: 0 223b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/lib/yajl/deflate/stream_writer.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/lib/yajl/gzip.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/lib/yajl/gzip/stream_reader.rb
DEBUG: received packet nr 292 type 94 len 92
INFO: channel_data: 0 78b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/lib/yajl/gzip/stream_writer.rb
DEBUG: received packet nr 293 type 94 len 236
INFO: channel_data: 0 216b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/lib/yajl/http_stream.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/lib/yajl/json_gem.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/lib/yajl/json_gem/encoding.rb
DEBUG: received packet nr 294 type 94 len 172
INFO: channel_data: 0 143b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/lib/yajl/json_gem/parsing.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/lib/yajl/version.rb
DEBUG: received packet nr 295 type 94 len 172
INFO: channel_data: 0 152b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/encoding/encoding_spec.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/global/global_spec.rb
DEBUG: received packet nr 296 type 94 len 188
INFO: channel_data: 0 166b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/http/fixtures/http.bzip2.dump
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/http/fixtures/http.chunked.dump
DEBUG: received packet nr 297 type 94 len 348
INFO: channel_data: 0 328b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/http/fixtures/http.deflate.dump
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/http/fixtures/http.error.dump
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/http/fixtures/http.gzip.dump
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/http/fixtures/http.html.dump
DEBUG: received packet nr 298 type 94 len 252
INFO: channel_data: 0 233b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/http/fixtures/http.raw.dump
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/http/http_delete_spec.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/http/http_error_spec.rb
DEBUG: received packet nr 299 type 94 len 332
INFO: channel_data: 0 308b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/http/http_get_spec.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/http/http_post_spec.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/http/http_put_spec.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/http/http_stream_options_spec.rb
DEBUG: read 1448 bytes
DEBUG: received packet nr 300 type 94 len 284
INFO: channel_data: 0 256b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/json_gem_compatibility/compatibility_spec.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/active_support_spec.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/chunked_spec.rb
DEBUG: read 2896 bytes
DEBUG: received packet nr 301 type 94 len 348
INFO: channel_data: 0 328b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail.15.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail.16.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail.17.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail.26.json
DEBUG: read 2336 bytes
DEBUG: received packet nr 302 type 94 len 348
INFO: channel_data: 0 324b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail11.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail12.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail13.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail14.json
DEBUG: received packet nr 303 type 94 len 348
INFO: channel_data: 0 324b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail19.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail20.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail21.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail22.json
DEBUG: received packet nr 304 type 94 len 348
INFO: channel_data: 0 324b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail23.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail24.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail25.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail27.json
DEBUG: received packet nr 305 type 94 len 348
INFO: channel_data: 0 321b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail28.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail3.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail4.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail5.json
DEBUG: received packet nr 306 type 94 len 380
INFO: channel_data: 0 352b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail6.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/fail9.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.array.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.codepoints_from_unicode_org.json
DEBUG: received packet nr 307 type 94 len 204
INFO: channel_data: 0 177b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.contacts.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.db100.xml.json
DEBUG: received packet nr 308 type 94 len 220
INFO: channel_data: 0 193b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.db1000.xml.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.dc_simple_with_comments.json
DEBUG: received packet nr 309 type 94 len 428
INFO: channel_data: 0 404b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.deep_arrays.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.difficult_json_c_test_case.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.difficult_json_c_test_case_with_comments.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.doubles.json
DEBUG: received packet nr 310 type 94 len 396
INFO: channel_data: 0 374b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.empty_array.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.empty_string.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.escaped_bulgarian.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.escaped_foobar.json
DEBUG: received packet nr 311 type 94 len 396
INFO: channel_data: 0 372b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.item.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.json-org-sample1.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.json-org-sample2.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.json-org-sample3.json
DEBUG: received packet nr 312 type 94 len 316
INFO: channel_data: 0 293b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.json-org-sample4-nows.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.json-org-sample4.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.json-org-sample5.json
DEBUG: received packet nr 313 type 94 len 108
INFO: channel_data: 0 93b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.map-spain.xml.json
DEBUG: received packet nr 314 type 94 len 124
INFO: channel_data: 0 97b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.ns-invoice100.xml.json
DEBUG: received packet nr 315 type 94 len 108
INFO: channel_data: 0 91b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.ns-soap.xml.json
DEBUG: received packet nr 316 type 94 len 108
INFO: channel_data: 0 93b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.numbers-fp-4k.json
DEBUG: received packet nr 317 type 94 len 204
INFO: channel_data: 0 188b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.numbers-fp-64k.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.numbers-int-4k.json
DEBUG: received packet nr 318 type 94 len 300
INFO: channel_data: 0 284b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.numbers-int-64k.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.twitter-search.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.twitter-search2.json
DEBUG: received packet nr 319 type 94 len 268
INFO: channel_data: 0 251b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.unicode.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass.yelp.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass1.json
DEBUG: received packet nr 320 type 94 len 108
INFO: channel_data: 0 80b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass2.json
DEBUG: received packet nr 321 type 94 len 252
INFO: channel_data: 0 233b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures/pass3.json
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/fixtures_spec.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/parsing/one_off_spec.rb
DEBUG: received packet nr 322 type 94 len 220
INFO: channel_data: 0 195b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/rcov.opts
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/spec/spec_helper.rb
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/tasks/compile.rake
DEBUG: received packet nr 323 type 94 len 204
INFO: channel_data: 0 186b
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/tasks/rspec.rake
ec2-184-72-76-87.compute-1.amazonaws.com /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/yajl-ruby.gemspec
ec2-184-72-76-87.compute-1.amazonaws.com Building native extensions. This could take a while...
DEBUG: read 420 bytes
DEBUG: received packet nr 324 type 94 len 396
INFO: channel_data: 0 370b
ec2-184-72-76-87.compute-1.amazonaws.com ERROR: Error installing chef:
ec2-184-72-76-87.compute-1.amazonaws.com ERROR: Failed to build gem native extension.
ec2-184-72-76-87.compute-1.amazonaws.com
ec2-184-72-76-87.compute-1.amazonaws.com /usr/bin/ruby extconf.rb
ec2-184-72-76-87.compute-1.amazonaws.com mkmf.rb can't find header files for ruby at /usr/lib/ruby/ruby.h
ec2-184-72-76-87.compute-1.amazonaws.com
ec2-184-72-76-87.compute-1.amazonaws.com
ec2-184-72-76-87.compute-1.amazonaws.com Gem files will remain installed in /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0 for inspection.
ec2-184-72-76-87.compute-1.amazonaws.com Results logged to /usr/lib64/ruby/gems/1.8/gems/yajl-ruby-1.1.0/ext/yajl/gem_make.out
DEBUG: read 256 bytes
DEBUG: received packet nr 325 type 98 len 44
INFO: channel_request: 0 exit-status false
DEBUG: received packet nr 326 type 94 len 92
INFO: channel_data: 0 64b
ec2-184-72-76-87.compute-1.amazonaws.com bash: line 70: /usr/bin/chef-client: No such file or directory
DEBUG: received packet nr 327 type 96 len 12
INFO: channel_eof: 0
DEBUG: received packet nr 328 type 97 len 12
INFO: channel_close: 0
DEBUG: queueing packet nr 11 type 97 len 28
INFO: closing remaining channels (0 open)
Instance ID: i-f1b2a392
Flavor: m1.large
Image: ami-1b814f72
Region: us-east-1
Availability Zone: us-east-1d
Security Groups: default
SSH Key: chef-knife
Root Device Type: ebs
Root Volume ID: vol-ed810c80
Root Device Name: /dev/sda1
Root Device Delete on Terminate: true
Public DNS Name: ec2-184-72-76-87.compute-1.amazonaws.com
Public IP Address: 184.72.76.87
Private DNS Name: ip-10-90-201-185.ec2.internal
Private IP Address: 10.90.201.185
Environment: _default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment