Injecting configuration and compiling...
[1G [1G-----> Ruby app detected
[1G-----> Compiling Ruby
[1G-----> Using Ruby version: ruby-2.2.5
[1G-----> Installing dependencies using bundler 1.11.2
[1G Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
[1G Warning: the running version of Bundler is older than the version that created the lockfile. We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
[1G Fetching gem metadata from https://rubygems.org/............
[1G Fetching version metadata from https://rubygems.org/..
[1G Fetching https://github.com/openaustralia/scraperwiki-ruby.git[1G Installing htmlentities 4.3.4
[1G Installing crass 1.0.2
[1G Installing json 1.8.3 with native extensions
[1G Installing multi_xml 0.5.5
[1G Installing httpclient 2.8.0
[1G Installing pkg-config 1.1.7
[1G Installing mini_portile2 2.1.0
[1G Using bundler 1.11.2
[1G Installing sqlite3 1.3.11 with native extensions
[1G Installing nokogiri 1.6.8 with native extensions
[1G Installing sqlite_magic 0.0.6
[1G Using scraperwiki 3.0.1 from https://github.com/openaustralia/scraperwiki-ruby.git (at morph_defaults@fc50176)
[1G Installing nokogumbo 1.4.7 with native extensions
[1G Installing httparty 0.13.7
[1G Installing sanitize 4.0.1
[1G Bundle complete! 4 Gemfile dependencies, 15 gems now installed.
[1G Gems in the groups development and test were not installed.
[1G Bundled gems are installed into ./vendor/bundle.
[1G Post-install message from httparty:
[1G When you HTTParty, you must party hard!
[1G Bundle completed (30.30s)
[1G Cleaning up the bundler cache.
[1G Warning: the running version of Bundler is older than the version that created the lockfile. We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
[1G
[1G [1G-----> Discovering process types
[1G Procfile declares types -> scraper
Injecting scraper and running...
Fetching results 0..499 at 2017-02-26 07:51:11 +0000
Fetching results 0..499 at 2017-02-26 07:51:11 +0000
Fetching results 0..499 at 2017-02-26 07:51:11 +0000
/app/vendor/ruby-2.2.5/lib/ruby/2.2.0/net/protocol.rb:158:in `rescue in rbuf_fill': Net::ReadTimeout (Net::ReadTimeout)
from /app/vendor/ruby-2.2.5/lib/ruby/2.2.0/net/protocol.rb:152:in `rbuf_fill'
from /app/vendor/ruby-2.2.5/lib/ruby/2.2.0/net/protocol.rb:134:in `readuntil'
from /app/vendor/ruby-2.2.5/lib/ruby/2.2.0/net/protocol.rb:144:in `readline'
from /app/vendor/ruby-2.2.5/lib/ruby/2.2.0/net/http/response.rb:39:in `read_status_line'
from /app/vendor/ruby-2.2.5/lib/ruby/2.2.0/net/http/response.rb:28:in `read_new'
from /app/vendor/ruby-2.2.5/lib/ruby/2.2.0/net/http.rb:1414:in `block in transport_request'
from /app/vendor/ruby-2.2.5/lib/ruby/2.2.0/net/http.rb:1411:in `catch'
from /app/vendor/ruby-2.2.5/lib/ruby/2.2.0/net/http.rb:1411:in `transport_request'
from /app/vendor/ruby-2.2.5/lib/ruby/2.2.0/net/http.rb:1384:in `request'
from /app/vendor/ruby-2.2.5/lib/ruby/2.2.0/net/http.rb:1377:in `block in request'
from /app/vendor/ruby-2.2.5/lib/ruby/2.2.0/net/http.rb:853:in `start'
from /app/vendor/ruby-2.2.5/lib/ruby/2.2.0/net/http.rb:1375:in `request'
from /app/vendor/bundle/ruby/2.2.0/gems/httparty-0.13.7/lib/httparty/request.rb:117:in `perform'
from /app/vendor/bundle/ruby/2.2.0/gems/httparty-0.13.7/lib/httparty.rb:545:in `perform_request'
from /app/vendor/bundle/ruby/2.2.0/gems/httparty-0.13.7/lib/httparty.rb:476:in `get'
from /app/vendor/bundle/ruby/2.2.0/gems/httparty-0.13.7/lib/httparty.rb:583:in `get'
from scraper.rb:60:in `fetch_results'
from scraper.rb:71:in `<main>'