Injecting configuration and compiling...
[1G [1G-----> Python app detected
[1G ! The latest version of Python 2 is python-2.7.14 (you are using python-2.7.9, which is unsupported).
[1G ! We recommend upgrading by specifying the latest version (python-2.7.14).
[1G Learn More: https://devcenter.heroku.com/articles/python-runtimes
[1G-----> Installing python-2.7.9
[1G-----> Installing pip
[1G-----> Installing requirements with pip
[1G DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
[1G Obtaining scraperwiki from git+http://github.com/openaustralia/scraperwiki-python.git@morph_defaults#egg=scraperwiki (from -r /tmp/build/requirements.txt (line 6))
[1G Cloning http://github.com/openaustralia/scraperwiki-python.git (to revision morph_defaults) to /app/.heroku/src/scraperwiki
[1G Running command git clone -q http://github.com/openaustralia/scraperwiki-python.git /app/.heroku/src/scraperwiki
[1G Running command git checkout -b morph_defaults --track origin/morph_defaults
[1G Switched to a new branch 'morph_defaults'
[1G Branch morph_defaults set up to track remote branch morph_defaults from origin.
[1G Collecting dumptruck==0.1.6
[1G Downloading dumptruck-0.1.6.tar.gz (15 kB)
[1G Collecting Requests==2.12.4
[1G Downloading requests-2.12.4-py2.py3-none-any.whl (576 kB)
[1G Collecting ujson==1.35
[1G Downloading ujson-1.35.tar.gz (192 kB)
[1G Building wheels for collected packages: dumptruck, ujson
[1G Building wheel for dumptruck (setup.py): started
[1G Building wheel for dumptruck (setup.py): finished with status 'done'
[1G Created wheel for dumptruck: filename=dumptruck-0.1.6-py2-none-any.whl size=11844 sha256=7ed4c662b5bc30e60a0b95772f7817c4f1dc4bf52bc0db396139377f48486345
[1G Stored in directory: /tmp/pip-ephem-wheel-cache-zOAK5O/wheels/dc/75/e9/1e61c4080c73e7bda99614549591f83b53bcc2d682f26fce62
[1G Building wheel for ujson (setup.py): started
[1G Building wheel for ujson (setup.py): finished with status 'done'
[1G Created wheel for ujson: filename=ujson-1.35-cp27-cp27m-linux_x86_64.whl size=60965 sha256=a8b7011961e4a41a78e66e50142e5ddbbad4c0e57308a06467b96745e38ca95d
[1G Stored in directory: /tmp/pip-ephem-wheel-cache-zOAK5O/wheels/15/7a/1b/0804c274252cdae19c6556ec9c569585e2d71f2c811cd8b322
[1G Successfully built dumptruck ujson
[1G Installing collected packages: dumptruck, Requests, scraperwiki, ujson
[1G Running setup.py develop for scraperwiki
[1G Successfully installed Requests-2.12.4 dumptruck-0.1.6 scraperwiki ujson-1.35
[91mDEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
[0m
[1G
[1G [1G-----> Discovering process types
[1G Procfile declares types -> scraper
Injecting scraper and running...
Traceback (most recent call last):
File "scraper.py", line 138, in <module>
main(args)
File "scraper.py", line 77, in main
data = download_asnames()
File "scraper.py", line 127, in download_asnames
http = urlopen(ASNAMES_URL)
File "/app/.heroku/python/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/app/.heroku/python/lib/python2.7/urllib2.py", line 437, in open
response = meth(req, response)
File "/app/.heroku/python/lib/python2.7/urllib2.py", line 550, in http_response
'http', request, response, code, msg, hdrs)
File "/app/.heroku/python/lib/python2.7/urllib2.py", line 469, in error
result = self._call_chain(*args)
File "/app/.heroku/python/lib/python2.7/urllib2.py", line 409, in _call_chain
result = func(*args)
File "/app/.heroku/python/lib/python2.7/urllib2.py", line 656, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "/app/.heroku/python/lib/python2.7/urllib2.py", line 431, in open
response = self._open(req, data)
File "/app/.heroku/python/lib/python2.7/urllib2.py", line 449, in _open
'_open', req)
File "/app/.heroku/python/lib/python2.7/urllib2.py", line 409, in _call_chain
result = func(*args)
File "/app/.heroku/python/lib/python2.7/urllib2.py", line 1240, in https_open
context=self._context)
File "/app/.heroku/python/lib/python2.7/urllib2.py", line 1197, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)>