Injecting configuration and compiling...
[1G [1G-----> Ruby app detected
[1G-----> Compiling Ruby
[1G-----> Using Ruby version: ruby-2.5.3
[1G-----> Installing dependencies using bundler 2.0.1
[1G Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
[1G Fetching gem metadata from https://rubygems.org/......
[1G Fetching https://github.com/openaustralia/scraperwiki-ruby.git[1G Using bundler 2.0.1
[1G Fetching httpclient 2.8.3
[1G Fetching mini_portile2 2.4.0
[1G Fetching sqlite3 1.4.2
[1G Installing mini_portile2 2.4.0
[1G Installing sqlite3 1.4.2 with native extensions
[1G Installing httpclient 2.8.3
[1G Fetching nokogiri 1.10.10
[1G Installing nokogiri 1.10.10 with native extensions
[1G Fetching sqlite_magic 0.0.6
[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 Bundle complete! 2 Gemfile dependencies, 7 gems now installed.
[1G Gems in the groups development and test were not installed.
[1G Bundled gems are installed into `./vendor/bundle`
[1G Bundle completed (21.02s)
[1G Cleaning up the bundler cache.
[1G-----> Detecting rake tasks
[1G
[1G [1m[33m###### WARNING:[0m
[1G
[1G You have not declared a Ruby version in your Gemfile.
[1G To set your Ruby version add this line to your Gemfile:
[1G ruby '2.5.3'
[1G # See https://devcenter.heroku.com/articles/ruby-versions for more information.
[1G
[1G
[1G [1G-----> Discovering process types
[1G Procfile declares types -> scraper
Injecting scraper and running...
/app/vendor/bundle/ruby/2.5.0/gems/httpclient-2.8.3/lib/httpclient/session.rb:611:in `initialize': execution expired (HTTPClient::ConnectTimeoutError)
from /app/vendor/bundle/ruby/2.5.0/gems/httpclient-2.8.3/lib/httpclient/session.rb:611:in `new'
from /app/vendor/bundle/ruby/2.5.0/gems/httpclient-2.8.3/lib/httpclient/session.rb:611:in `create_socket'
from /app/vendor/bundle/ruby/2.5.0/gems/httpclient-2.8.3/lib/httpclient/ssl_socket.rb:21:in `create_socket'
from /app/vendor/bundle/ruby/2.5.0/gems/httpclient-2.8.3/lib/httpclient/session.rb:752:in `block in connect'
from /app/vendor/ruby-2.5.3/lib/ruby/2.5.0/timeout.rb:103:in `timeout'
from /app/vendor/bundle/ruby/2.5.0/gems/httpclient-2.8.3/lib/httpclient/session.rb:748:in `connect'
from /app/vendor/bundle/ruby/2.5.0/gems/httpclient-2.8.3/lib/httpclient/session.rb:511:in `query'
from /app/vendor/bundle/ruby/2.5.0/gems/httpclient-2.8.3/lib/httpclient/session.rb:177:in `query'
from /app/vendor/bundle/ruby/2.5.0/gems/httpclient-2.8.3/lib/httpclient.rb:1242:in `do_get_block'
from /app/vendor/bundle/ruby/2.5.0/gems/httpclient-2.8.3/lib/httpclient.rb:1019:in `block in do_request'
from /app/vendor/bundle/ruby/2.5.0/gems/httpclient-2.8.3/lib/httpclient.rb:1133:in `protect_keep_alive_disconnected'
from /app/vendor/bundle/ruby/2.5.0/gems/httpclient-2.8.3/lib/httpclient.rb:1014:in `do_request'
from /app/vendor/bundle/ruby/2.5.0/gems/httpclient-2.8.3/lib/httpclient.rb:1104:in `follow_redirect'
from /app/vendor/bundle/ruby/2.5.0/gems/httpclient-2.8.3/lib/httpclient.rb:655:in `get_content'
from /app/vendor/bundle/ruby/2.5.0/bundler/gems/scraperwiki-ruby-fc5017681250/lib/scraperwiki.rb:35:in `scrape'
from scraper.rb:9:in `block in <main>'
from scraper.rb:7:in `loop'
from scraper.rb:7:in `<main>'