#110274 Report by node IGSKGACGLTQC005 covering 1960 tests from 48 modules resulted into 12 errors

Report

ObsPy version
1.2.1
GitHub Pull Request
-
Report file
XML document
Total runtime
298.6 sec
Report date/time
March 31, 2020, 11:09 a.m.

System / Python

Architecture
64bit
Machine
x86_64
Node
IGSKGACGLTQC005
Processor
i386
Python Compiler
GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)
Python Implementation
CPython
Python Version
2.7.16
Release
18.7.0
System
Darwin
Version
Darwin Kernel Version 18.7.0: Thu Jan 23 06:52:12 PST 2020; root:xnu-4903.278.25~1/RELEASE_X86_64

Dependencies

cartopy
0.17.0
decorator
4.4.2
flake8
---
future
0.18.2
geographiclib
---
lxml.etree
4.5.0
m2crypto
---
matplotlib
2.2.5
mock
3.0.5
mpl_toolkits.basemap
---
numpy
1.16.5
pep8-naming
---
pyflakes
---
pyimgur
---
pyproj
1.9.4
requests
2.23.0
scipy
1.2.1
setuptools
44.0.0.post20200102
shapefile
2.1.0
sqlalchemy
1.3.15

Modules (48)

Module Errors / Failures Tracebacks
obspy.clients.arclink Not tested -
obspy.clients.earthworm Not tested -
obspy.clients.fdsn Not tested -
obspy.clients.filesystem - -
obspy.clients.iris Not tested -
obspy.clients.neic Not tested -
obspy.clients.nrl Not tested -
obspy.clients.seedlink Not tested -
obspy.clients.seishub Not tested -
obspy.clients.syngine Not tested -
obspy.core 12 1 2 3 4 5 6 7 8 9 10 11 12
obspy.db - -
obspy.geodetics - -
obspy.imaging - -
obspy.io.ah - -
obspy.io.arclink - -
obspy.io.ascii - -
obspy.io.cmtsolution - -
obspy.io.cnv - -
obspy.io.css - -
obspy.io.dmx - -
obspy.io.focmec - -
obspy.io.gcf - -
obspy.io.gse2 - -
obspy.io.iaspei - -
obspy.io.json - -
obspy.io.kinemetrics - -
obspy.io.kml - -
obspy.io.mseed - -
obspy.io.ndk - -
obspy.io.nied - -
obspy.io.nlloc - -
obspy.io.nordic - -
obspy.io.pdas - -
obspy.io.pde - -
obspy.io.quakeml - -
obspy.io.reftek - -
obspy.io.rg16 - -
obspy.io.sac - -
obspy.io.scardec - -
obspy.io.seg2 - -
obspy.io.segy - -
obspy.io.seisan - -
obspy.io.seiscomp - -
obspy.io.sh - -
obspy.io.shapefile - -
obspy.io.stationtxt - -
obspy.io.stationxml - -
obspy.io.wav - -
obspy.io.win - -
obspy.io.xseed - -
obspy.io.y - -
obspy.io.zmap - -
obspy.realtime - -
obspy.scripts - -
obspy.signal - -
obspy.taup - -
Summary 12 12

Tracebacks (12)

Traceback (most recent call last):
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/tests/test_inventory.py", line 788, in test_location_plot_global
inv.plot(method='cartopy', outfile=ic.name)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/inventory/inventory.py", line 1025, in plot
fig.savefig(outfile)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/figure.py", line 2062, in savefig
self.canvas.print_figure(fname, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/backend_bases.py", line 2263, in print_figure
**kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/backends/backend_agg.py", line 517, in print_png
FigureCanvasAgg.draw(self)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/backends/backend_agg.py", line 437, in draw
self.figure.draw(self.renderer)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/figure.py", line 1493, in draw
renderer, self, artists, self.suppressComposite)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/image.py", line 141, in _draw_list_compositing_images
a.draw(renderer)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/mpl/geoaxes.py", line 388, in draw
inframe=inframe)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/axes/_base.py", line 2635, in draw
mimage._draw_list_compositing_images(renderer, self, artists)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/image.py", line 141, in _draw_list_compositing_images
a.draw(renderer)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/mpl/feature_artist.py", line 164, in draw
geoms = self._feature.intersecting_geometries(extent)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/feature/__init__.py", line 303, in intersecting_geometries
return super(NaturalEarthFeature, self).intersecting_geometries(extent)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/feature/__init__.py", line 120, in intersecting_geometries
return (geom for geom in self.geometries() if
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/feature/__init__.py", line 287, in geometries
name=self.name)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/shapereader.py", line 359, in natural_earth
return ne_downloader.path(format_dict)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/__init__.py", line 222, in path
result_path = self.acquire_resource(target_path, format_dict)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/shapereader.py", line 414, in acquire_resource
shapefile_online = self._urlopen(url)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/__init__.py", line 261, in _urlopen
return urlopen(url)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 435, in open
response = meth(req, response)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 467, in error
result = self._call_chain(*args)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 654, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 429, in open
response = self._open(req, data)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 447, in _open
'_open', req)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 1241, in https_open
context=self._context)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 1198, in do_open
raise URLError(err)
URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:727)>
Traceback (most recent call last):
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/tests/test_inventory.py", line 814, in test_location_plot_local
outfile=ic.name)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/inventory/inventory.py", line 1025, in plot
fig.savefig(outfile)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/figure.py", line 2062, in savefig
self.canvas.print_figure(fname, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/backend_bases.py", line 2263, in print_figure
**kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/backends/backend_agg.py", line 517, in print_png
FigureCanvasAgg.draw(self)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/backends/backend_agg.py", line 437, in draw
self.figure.draw(self.renderer)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/figure.py", line 1493, in draw
renderer, self, artists, self.suppressComposite)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/image.py", line 141, in _draw_list_compositing_images
a.draw(renderer)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/mpl/geoaxes.py", line 388, in draw
inframe=inframe)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/axes/_base.py", line 2635, in draw
mimage._draw_list_compositing_images(renderer, self, artists)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/image.py", line 141, in _draw_list_compositing_images
a.draw(renderer)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/mpl/feature_artist.py", line 164, in draw
geoms = self._feature.intersecting_geometries(extent)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/feature/__init__.py", line 303, in intersecting_geometries
return super(NaturalEarthFeature, self).intersecting_geometries(extent)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/feature/__init__.py", line 120, in intersecting_geometries
return (geom for geom in self.geometries() if
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/feature/__init__.py", line 287, in geometries
name=self.name)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/shapereader.py", line 359, in natural_earth
return ne_downloader.path(format_dict)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/__init__.py", line 222, in path
result_path = self.acquire_resource(target_path, format_dict)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/shapereader.py", line 414, in acquire_resource
shapefile_online = self._urlopen(url)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/__init__.py", line 261, in _urlopen
return urlopen(url)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 435, in open
response = meth(req, response)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 467, in error
result = self._call_chain(*args)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 654, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 429, in open
response = self._open(req, data)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 447, in _open
'_open', req)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 1241, in https_open
context=self._context)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 1198, in do_open
raise URLError(err)
URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:727)>
Traceback (most recent call last):
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/tests/test_inventory.py", line 801, in test_location_plot_ortho
colormap='Set3', color_per_network=True, outfile=ic.name)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/inventory/inventory.py", line 1025, in plot
fig.savefig(outfile)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/figure.py", line 2062, in savefig
self.canvas.print_figure(fname, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/backend_bases.py", line 2263, in print_figure
**kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/backends/backend_agg.py", line 517, in print_png
FigureCanvasAgg.draw(self)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/backends/backend_agg.py", line 437, in draw
self.figure.draw(self.renderer)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/figure.py", line 1493, in draw
renderer, self, artists, self.suppressComposite)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/image.py", line 141, in _draw_list_compositing_images
a.draw(renderer)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/mpl/geoaxes.py", line 388, in draw
inframe=inframe)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/axes/_base.py", line 2635, in draw
mimage._draw_list_compositing_images(renderer, self, artists)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/image.py", line 141, in _draw_list_compositing_images
a.draw(renderer)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/mpl/feature_artist.py", line 164, in draw
geoms = self._feature.intersecting_geometries(extent)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/feature/__init__.py", line 303, in intersecting_geometries
return super(NaturalEarthFeature, self).intersecting_geometries(extent)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/feature/__init__.py", line 120, in intersecting_geometries
return (geom for geom in self.geometries() if
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/feature/__init__.py", line 287, in geometries
name=self.name)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/shapereader.py", line 359, in natural_earth
return ne_downloader.path(format_dict)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/__init__.py", line 222, in path
result_path = self.acquire_resource(target_path, format_dict)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/shapereader.py", line 414, in acquire_resource
shapefile_online = self._urlopen(url)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/__init__.py", line 261, in _urlopen
return urlopen(url)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 435, in open
response = meth(req, response)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 467, in error
result = self._call_chain(*args)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 654, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 429, in open
response = self._open(req, data)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 447, in _open
'_open', req)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 1241, in https_open
context=self._context)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 1198, in do_open
raise URLError(err)
URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:727)>
Traceback (most recent call last):
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/tests/test_event.py", line 623, in test_catalog_plot_global
cat.plot(method='cartopy', outfile=ic.name)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/event/catalog.py", line 763, in plot
fig.savefig(outfile)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/figure.py", line 2062, in savefig
self.canvas.print_figure(fname, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/backend_bases.py", line 2263, in print_figure
**kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/backends/backend_agg.py", line 517, in print_png
FigureCanvasAgg.draw(self)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/backends/backend_agg.py", line 437, in draw
self.figure.draw(self.renderer)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/figure.py", line 1493, in draw
renderer, self, artists, self.suppressComposite)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/image.py", line 141, in _draw_list_compositing_images
a.draw(renderer)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/mpl/geoaxes.py", line 388, in draw
inframe=inframe)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/axes/_base.py", line 2635, in draw
mimage._draw_list_compositing_images(renderer, self, artists)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/image.py", line 141, in _draw_list_compositing_images
a.draw(renderer)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/mpl/feature_artist.py", line 164, in draw
geoms = self._feature.intersecting_geometries(extent)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/feature/__init__.py", line 303, in intersecting_geometries
return super(NaturalEarthFeature, self).intersecting_geometries(extent)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/feature/__init__.py", line 120, in intersecting_geometries
return (geom for geom in self.geometries() if
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/feature/__init__.py", line 287, in geometries
name=self.name)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/shapereader.py", line 359, in natural_earth
return ne_downloader.path(format_dict)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/__init__.py", line 222, in path
result_path = self.acquire_resource(target_path, format_dict)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/shapereader.py", line 414, in acquire_resource
shapefile_online = self._urlopen(url)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/__init__.py", line 261, in _urlopen
return urlopen(url)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 435, in open
response = meth(req, response)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 467, in error
result = self._call_chain(*args)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 654, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 429, in open
response = self._open(req, data)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 447, in _open
'_open', req)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 1241, in https_open
context=self._context)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 1198, in do_open
raise URLError(err)
URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:727)>
Traceback (most recent call last):
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/tests/test_event.py", line 661, in test_catalog_plot_local
color='date', colormap='gist_heat')
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/event/catalog.py", line 763, in plot
fig.savefig(outfile)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/figure.py", line 2062, in savefig
self.canvas.print_figure(fname, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/backend_bases.py", line 2263, in print_figure
**kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/backends/backend_agg.py", line 517, in print_png
FigureCanvasAgg.draw(self)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/backends/backend_agg.py", line 437, in draw
self.figure.draw(self.renderer)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/figure.py", line 1493, in draw
renderer, self, artists, self.suppressComposite)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/image.py", line 141, in _draw_list_compositing_images
a.draw(renderer)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/mpl/geoaxes.py", line 388, in draw
inframe=inframe)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/axes/_base.py", line 2635, in draw
mimage._draw_list_compositing_images(renderer, self, artists)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/image.py", line 141, in _draw_list_compositing_images
a.draw(renderer)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/mpl/feature_artist.py", line 164, in draw
geoms = self._feature.intersecting_geometries(extent)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/feature/__init__.py", line 303, in intersecting_geometries
return super(NaturalEarthFeature, self).intersecting_geometries(extent)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/feature/__init__.py", line 120, in intersecting_geometries
return (geom for geom in self.geometries() if
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/feature/__init__.py", line 287, in geometries
name=self.name)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/shapereader.py", line 359, in natural_earth
return ne_downloader.path(format_dict)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/__init__.py", line 222, in path
result_path = self.acquire_resource(target_path, format_dict)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/shapereader.py", line 414, in acquire_resource
shapefile_online = self._urlopen(url)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/__init__.py", line 261, in _urlopen
return urlopen(url)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 435, in open
response = meth(req, response)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 467, in error
result = self._call_chain(*args)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 654, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 429, in open
response = self._open(req, data)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 447, in _open
'_open', req)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 1241, in https_open
context=self._context)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 1198, in do_open
raise URLError(err)
URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:727)>
Traceback (most recent call last):
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/tests/test_event.py", line 635, in test_catalog_plot_ortho
color='date')
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/event/catalog.py", line 763, in plot
fig.savefig(outfile)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/figure.py", line 2062, in savefig
self.canvas.print_figure(fname, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/backend_bases.py", line 2263, in print_figure
**kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/backends/backend_agg.py", line 517, in print_png
FigureCanvasAgg.draw(self)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/backends/backend_agg.py", line 437, in draw
self.figure.draw(self.renderer)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/figure.py", line 1493, in draw
renderer, self, artists, self.suppressComposite)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/image.py", line 141, in _draw_list_compositing_images
a.draw(renderer)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/mpl/geoaxes.py", line 388, in draw
inframe=inframe)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/axes/_base.py", line 2635, in draw
mimage._draw_list_compositing_images(renderer, self, artists)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/image.py", line 141, in _draw_list_compositing_images
a.draw(renderer)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/mpl/feature_artist.py", line 164, in draw
geoms = self._feature.intersecting_geometries(extent)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/feature/__init__.py", line 303, in intersecting_geometries
return super(NaturalEarthFeature, self).intersecting_geometries(extent)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/feature/__init__.py", line 120, in intersecting_geometries
return (geom for geom in self.geometries() if
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/feature/__init__.py", line 287, in geometries
name=self.name)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/shapereader.py", line 359, in natural_earth
return ne_downloader.path(format_dict)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/__init__.py", line 222, in path
result_path = self.acquire_resource(target_path, format_dict)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/shapereader.py", line 414, in acquire_resource
shapefile_online = self._urlopen(url)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/__init__.py", line 261, in _urlopen
return urlopen(url)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 435, in open
response = meth(req, response)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 467, in error
result = self._call_chain(*args)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 654, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 429, in open
response = self._open(req, data)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 447, in _open
'_open', req)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 1241, in https_open
context=self._context)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 1198, in do_open
raise URLError(err)
URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:727)>
Traceback (most recent call last):
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/tests/test_event.py", line 649, in test_catalog_plot_ortho_longitude_wrap
water_fill_color='b')
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/event/catalog.py", line 763, in plot
fig.savefig(outfile)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/figure.py", line 2062, in savefig
self.canvas.print_figure(fname, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/backend_bases.py", line 2263, in print_figure
**kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/backends/backend_agg.py", line 517, in print_png
FigureCanvasAgg.draw(self)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/backends/backend_agg.py", line 437, in draw
self.figure.draw(self.renderer)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/figure.py", line 1493, in draw
renderer, self, artists, self.suppressComposite)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/image.py", line 141, in _draw_list_compositing_images
a.draw(renderer)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/mpl/geoaxes.py", line 388, in draw
inframe=inframe)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/axes/_base.py", line 2635, in draw
mimage._draw_list_compositing_images(renderer, self, artists)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/image.py", line 141, in _draw_list_compositing_images
a.draw(renderer)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/mpl/feature_artist.py", line 164, in draw
geoms = self._feature.intersecting_geometries(extent)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/feature/__init__.py", line 303, in intersecting_geometries
return super(NaturalEarthFeature, self).intersecting_geometries(extent)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/feature/__init__.py", line 120, in intersecting_geometries
return (geom for geom in self.geometries() if
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/feature/__init__.py", line 287, in geometries
name=self.name)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/shapereader.py", line 359, in natural_earth
return ne_downloader.path(format_dict)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/__init__.py", line 222, in path
result_path = self.acquire_resource(target_path, format_dict)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/shapereader.py", line 414, in acquire_resource
shapefile_online = self._urlopen(url)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/__init__.py", line 261, in _urlopen
return urlopen(url)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 435, in open
response = meth(req, response)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 467, in error
result = self._call_chain(*args)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 654, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 429, in open
response = self._open(req, data)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 447, in _open
'_open', req)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 1241, in https_open
context=self._context)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 1198, in do_open
raise URLError(err)
URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:727)>
Traceback (most recent call last):
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/tests/test_network.py", line 412, in test_location_plot_global
net.plot(method='cartopy', outfile=ic.name)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/inventory/network.py", line 638, in plot
fig.savefig(outfile)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/figure.py", line 2062, in savefig
self.canvas.print_figure(fname, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/backend_bases.py", line 2263, in print_figure
**kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/backends/backend_agg.py", line 517, in print_png
FigureCanvasAgg.draw(self)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/backends/backend_agg.py", line 437, in draw
self.figure.draw(self.renderer)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/figure.py", line 1493, in draw
renderer, self, artists, self.suppressComposite)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/image.py", line 141, in _draw_list_compositing_images
a.draw(renderer)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/mpl/geoaxes.py", line 388, in draw
inframe=inframe)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/axes/_base.py", line 2635, in draw
mimage._draw_list_compositing_images(renderer, self, artists)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/image.py", line 141, in _draw_list_compositing_images
a.draw(renderer)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/mpl/feature_artist.py", line 164, in draw
geoms = self._feature.intersecting_geometries(extent)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/feature/__init__.py", line 303, in intersecting_geometries
return super(NaturalEarthFeature, self).intersecting_geometries(extent)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/feature/__init__.py", line 120, in intersecting_geometries
return (geom for geom in self.geometries() if
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/feature/__init__.py", line 287, in geometries
name=self.name)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/shapereader.py", line 359, in natural_earth
return ne_downloader.path(format_dict)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/__init__.py", line 222, in path
result_path = self.acquire_resource(target_path, format_dict)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/shapereader.py", line 414, in acquire_resource
shapefile_online = self._urlopen(url)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/__init__.py", line 261, in _urlopen
return urlopen(url)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 435, in open
response = meth(req, response)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 467, in error
result = self._call_chain(*args)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 654, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 429, in open
response = self._open(req, data)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 447, in _open
'_open', req)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 1241, in https_open
context=self._context)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 1198, in do_open
raise URLError(err)
URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:727)>
Traceback (most recent call last):
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/tests/test_network.py", line 437, in test_location_plot_local
size=13**2, outfile=ic.name)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/inventory/network.py", line 638, in plot
fig.savefig(outfile)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/figure.py", line 2062, in savefig
self.canvas.print_figure(fname, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/backend_bases.py", line 2263, in print_figure
**kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/backends/backend_agg.py", line 517, in print_png
FigureCanvasAgg.draw(self)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/backends/backend_agg.py", line 437, in draw
self.figure.draw(self.renderer)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/figure.py", line 1493, in draw
renderer, self, artists, self.suppressComposite)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/image.py", line 141, in _draw_list_compositing_images
a.draw(renderer)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/mpl/geoaxes.py", line 388, in draw
inframe=inframe)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/axes/_base.py", line 2635, in draw
mimage._draw_list_compositing_images(renderer, self, artists)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/image.py", line 141, in _draw_list_compositing_images
a.draw(renderer)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/mpl/feature_artist.py", line 164, in draw
geoms = self._feature.intersecting_geometries(extent)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/feature/__init__.py", line 303, in intersecting_geometries
return super(NaturalEarthFeature, self).intersecting_geometries(extent)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/feature/__init__.py", line 120, in intersecting_geometries
return (geom for geom in self.geometries() if
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/feature/__init__.py", line 287, in geometries
name=self.name)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/shapereader.py", line 359, in natural_earth
return ne_downloader.path(format_dict)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/__init__.py", line 222, in path
result_path = self.acquire_resource(target_path, format_dict)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/shapereader.py", line 414, in acquire_resource
shapefile_online = self._urlopen(url)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/__init__.py", line 261, in _urlopen
return urlopen(url)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 435, in open
response = meth(req, response)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 467, in error
result = self._call_chain(*args)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 654, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 429, in open
response = self._open(req, data)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 447, in _open
'_open', req)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 1241, in https_open
context=self._context)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 1198, in do_open
raise URLError(err)
URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:727)>
Traceback (most recent call last):
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/tests/test_network.py", line 425, in test_location_plot_ortho
color='yellow', label=False, outfile=ic.name)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/inventory/network.py", line 638, in plot
fig.savefig(outfile)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/figure.py", line 2062, in savefig
self.canvas.print_figure(fname, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/backend_bases.py", line 2263, in print_figure
**kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/backends/backend_agg.py", line 517, in print_png
FigureCanvasAgg.draw(self)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/backends/backend_agg.py", line 437, in draw
self.figure.draw(self.renderer)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/figure.py", line 1493, in draw
renderer, self, artists, self.suppressComposite)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/image.py", line 141, in _draw_list_compositing_images
a.draw(renderer)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/mpl/geoaxes.py", line 388, in draw
inframe=inframe)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/axes/_base.py", line 2635, in draw
mimage._draw_list_compositing_images(renderer, self, artists)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/image.py", line 141, in _draw_list_compositing_images
a.draw(renderer)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/matplotlib/artist.py", line 55, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/mpl/feature_artist.py", line 164, in draw
geoms = self._feature.intersecting_geometries(extent)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/feature/__init__.py", line 303, in intersecting_geometries
return super(NaturalEarthFeature, self).intersecting_geometries(extent)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/feature/__init__.py", line 120, in intersecting_geometries
return (geom for geom in self.geometries() if
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/feature/__init__.py", line 287, in geometries
name=self.name)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/shapereader.py", line 359, in natural_earth
return ne_downloader.path(format_dict)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/__init__.py", line 222, in path
result_path = self.acquire_resource(target_path, format_dict)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/shapereader.py", line 414, in acquire_resource
shapefile_online = self._urlopen(url)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/cartopy/io/__init__.py", line 261, in _urlopen
return urlopen(url)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 435, in open
response = meth(req, response)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 467, in error
result = self._call_chain(*args)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 654, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 429, in open
response = self._open(req, data)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 447, in _open
'_open', req)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 1241, in https_open
context=self._context)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/urllib2.py", line 1198, in do_open
raise URLError(err)
URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:727)>
Traceback (most recent call last):
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/tests/test_stream.py", line 1969, in test_read_url_via_network
tr = read('https://examples.obspy.org/test.sac', dtype=np.int32)[0]
File "<decorator-gen-31>", line 2, in read
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/util/decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/util/base.py", line 687, in _generic_reader
download_to_file(url=pathname_or_url, filename_or_buffer=fh)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/util/base.py", line 641, in download_to_file
r = requests.get(url, stream=True)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/requests/api.py", line 76, in get
return request('get', url, params=params, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/requests/api.py", line 61, in request
return session.request(method=method, url=url, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/requests/sessions.py", line 530, in request
resp = self.send(prep, **send_kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/requests/sessions.py", line 643, in send
r = adapter.send(request, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/requests/adapters.py", line 514, in send
raise SSLError(e, request=request)
SSLError: HTTPSConnectionPool(host='examples.obspy.org', port=443): Max retries exceeded with url: /test.sac (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')],)",),))
Traceback (most recent call last):
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/doctest.py", line 2224, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.core.stream.read
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/stream.py", line 1, in read
----------------------------------------------------------------------
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/stream.py", line 168, in obspy.core.stream.read
Failed example:
stringio_obj = io.BytesIO(requests.get(example_url).content)
Exception raised:
Traceback (most recent call last):
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/doctest.py", line 1315, in __run
compileflags, 1) in test.globs
File "<doctest obspy.core.stream.read[20]>", line 1, in <module>
stringio_obj = io.BytesIO(requests.get(example_url).content)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/requests/api.py", line 76, in get
return request('get', url, params=params, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/requests/api.py", line 61, in request
return session.request(method=method, url=url, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/requests/sessions.py", line 530, in request
resp = self.send(prep, **send_kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/requests/sessions.py", line 643, in send
r = adapter.send(request, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/requests/adapters.py", line 514, in send
raise SSLError(e, request=request)
SSLError: HTTPSConnectionPool(host='examples.obspy.org', port=443): Max retries exceeded with url: /loc_RJOB20050831023349.z (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')],)",),))
----------------------------------------------------------------------
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/stream.py", line 169, in obspy.core.stream.read
Failed example:
st = read(stringio_obj)
Exception raised:
Traceback (most recent call last):
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/doctest.py", line 1315, in __run
compileflags, 1) in test.globs
File "<doctest obspy.core.stream.read[21]>", line 1, in <module>
st = read(stringio_obj)
NameError: name 'stringio_obj' is not defined
----------------------------------------------------------------------
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/stream.py", line 170, in obspy.core.stream.read
Failed example:
print(st) # doctest: +ELLIPSIS
Expected:
1 Trace(s) in Stream:
.RJOB..Z | 2005-08-31T02:33:49.850000Z - ... | 200.0 Hz, 12000 samples
Got:
1 Trace(s) in Stream:
XX.TEST..BHZ | 2008-01-15T00:00:00.025000Z - 2008-01-15T00:00:15.875000Z | 40.0 Hz, 635 samples
----------------------------------------------------------------------
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/stream.py", line 178, in obspy.core.stream.read
Failed example:
st = read("https://examples.obspy.org/loc_RJOB20050831023349.z",
starttime=dt, endtime=dt+10)
Exception raised:
Traceback (most recent call last):
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/doctest.py", line 1315, in __run
compileflags, 1) in test.globs
File "<doctest obspy.core.stream.read[25]>", line 2, in <module>
starttime=dt, endtime=dt+10)
File "<decorator-gen-31>", line 2, in read
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/util/decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/util/base.py", line 687, in _generic_reader
download_to_file(url=pathname_or_url, filename_or_buffer=fh)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/util/base.py", line 641, in download_to_file
r = requests.get(url, stream=True)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/requests/api.py", line 76, in get
return request('get', url, params=params, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/requests/api.py", line 61, in request
return session.request(method=method, url=url, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/requests/sessions.py", line 530, in request
resp = self.send(prep, **send_kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/requests/sessions.py", line 643, in send
r = adapter.send(request, **kwargs)
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/requests/adapters.py", line 514, in send
raise SSLError(e, request=request)
SSLError: HTTPSConnectionPool(host='examples.obspy.org', port=443): Max retries exceeded with url: /loc_RJOB20050831023349.z (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')],)",),))
----------------------------------------------------------------------
File "/Users/mgunnels/opt/anaconda2/envs/obspy/lib/python2.7/site-packages/obspy/core/stream.py", line 180, in obspy.core.stream.read
Failed example:
print(st) # doctest: +ELLIPSIS
Expected:
1 Trace(s) in Stream:
.RJOB..Z | 2005-08-31T02:34:00.000000Z - ... | 200.0 Hz, 2001 samples
Got:
1 Trace(s) in Stream:
XX.TEST..BHZ | 2008-01-15T00:00:00.025000Z - 2008-01-15T00:00:15.875000Z | 40.0 Hz, 635 samples

Skipped tests (27)

Submodule Test Skip message
geodetics test_gps_2_dist_azimuth_with_geographiclib (obspy.geodetics.tests.test_util_geodetics.UtilGeodeticsTestCase) Module geographiclib is not installed
geodetics test_issue_375 (obspy.geodetics.tests.test_util_geodetics.UtilGeodeticsTestCase) Module geographiclib is not installed
core test_combined_station_event_plot (obspy.core.tests.test_inventory.InventoryBasemapTestCase) basemap not installed
core test_location_plot_global (obspy.core.tests.test_inventory.InventoryBasemapTestCase) basemap not installed
core test_location_plot_local (obspy.core.tests.test_inventory.InventoryBasemapTestCase) basemap not installed
core test_location_plot_ortho (obspy.core.tests.test_inventory.InventoryBasemapTestCase) basemap not installed
core test_catalog_plot_global (obspy.core.tests.test_event.CatalogBasemapTestCase) basemap not installed
core test_catalog_plot_local (obspy.core.tests.test_event.CatalogBasemapTestCase) basemap not installed
core test_catalog_plot_ortho (obspy.core.tests.test_event.CatalogBasemapTestCase) basemap not installed
core test_catalog_plot_ortho_longitude_wrap (obspy.core.tests.test_event.CatalogBasemapTestCase) basemap not installed
core test_plot_catalog_before_1900 (obspy.core.tests.test_event.CatalogBasemapTestCase) basemap not installed
core test_plot_farfield_without_quiver_with_maps (obspy.core.tests.test_event.EventTestCase) basemap not installed
core test_location_plot_global (obspy.core.tests.test_network.NetworkBasemapTestCase) basemap not installed
core test_location_plot_local (obspy.core.tests.test_network.NetworkBasemapTestCase) basemap not installed
core test_location_plot_ortho (obspy.core.tests.test_network.NetworkBasemapTestCase) basemap not installed
core test_flake8 (obspy.core.tests.test_code_formatting.CodeFormattingTestCase) No code formatting tests for release builds
core test_use_obspy_deprecation_warning (obspy.core.tests.test_code_formatting.CodeFormattingTestCase) No code formatting tests for release builds
core test_future_imports_in_every_file (obspy.core.tests.test_code_formatting.FutureUsageTestCase) No code formatting tests for release builds
core test_no_pyplot_import_in_any_file (obspy.core.tests.test_code_formatting.MatplotlibBackendUsageTestCase) No code formatting tests for release builds
imaging test_script_plot (obspy.imaging.tests.test_mopad_script.MopadTestCase) Currently broken until further review.
signal test_schema_validation (obspy.signal.tests.test_quality_control.QualityControlTestCase) Test requires the jsonschema module
taup test_path_geo (obspy.taup.tests.test_taup_geo.TaupGeoTestCase) Module geographiclib is not installed or too old.
taup test_path_resampling (obspy.taup.tests.test_taup_geo.TaupGeoTestCase) Module geographiclib is not installed or too old.
taup test_compute_ray_paths (obspy.taup.tests.test_ray_paths.RayPathCalculationsTestCase) test needs geographiclib >= 1.34
taup test_p_iasp91_geo_manual (obspy.taup.tests.test_tau.TauPyModelTestCase) Module geographiclib is not installed
taup test_pierce_p_iasp91_geo (obspy.taup.tests.test_tau.TauPyModelTestCase) test needs geographiclib >= 1.34
taup test_single_path_geo_iasp91 (obspy.taup.tests.test_tau.TauPyModelTestCase) test needs geographiclib >= 1.34

Slowest tests (20)

Runtime Test
16.659s test_response_calculation_from_seed_and_xseed (obspy.io.xseed.tests.test_core.CoreTestCase)
9.332s __init__ (obspy.taup)
9.023s test_ppsd_restricted_stacks (obspy.signal.tests.test_spectral_estimation.PsdTestCase)
7.935s test_shoot_existing_ray_param (obspy.taup.tests.test_seismic_phase.TauPySeismicPhaseTestCase)
5.710s test_plot_multiple_traces (obspy.imaging.tests.test_waveform.WaveformTestCase)
4.494s plot_travel_times (obspy.taup.tau)
4.407s test_auto_read_arclink_xml (obspy.io.arclink.tests.test_inventory_xml.ArclinkInventoryTestCase)
4.181s test_relcal_different_overlaps (obspy.signal.tests.test_calibration.CalibrationTestCase)
4.053s test_vs_java_iasp91 (obspy.taup.tests.test_tau.TauPyModelTestCase)
4.039s test_remove_response_plot (obspy.core.tests.test_trace.TraceTestCase)
3.644s test_correlate_stream_template_and_correlation_detector (obspy.signal.tests.test_cross_correlation.CrossCorrelationTestCase)
3.607s test_regional_models (obspy.taup.tests.test_tau.TauPyModelTestCase)
3.527s test_polarization_vidale (obspy.signal.tests.test_polarization.PolarizationTestCase)
3.407s test_reading_via_file (obspy.io.iaspei.tests.test_core.IASPEITestCase)
2.909s read (obspy.core.stream)
2.807s test_plot_wiggles_horizontal_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
2.699s test_many_identically_named_phases (obspy.taup.tests.test_seismic_phase.TauPySeismicPhaseTestCase)
2.696s test_rotate2zne_against_lqt_different_combinations (obspy.signal.tests.test_rotate.RotateTestCase)
2.629s test_plot_default_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
2.624s test_plot_wiggles_vertical_section (obspy.imaging.tests.test_waveform.WaveformTestCase)