Skip to content

Instantly share code, notes, and snippets.

@rmarianski
Created September 20, 2016 14:48
Show Gist options
  • Save rmarianski/0650296129f66345c6e1f90657eaca2e to your computer and use it in GitHub Desktop.
Save rmarianski/0650296129f66345c6e1f90657eaca2e to your computer and use it in GitHub Desktop.
dev failures
[ 42/152] FAIL: 'integration-test/473-landuse-tier.py'
Traceback (most recent call last):
File "integration-test.py", line 500, in run_test
'features_in_mvt_layer': features_in_mvt_layer,
File "/usr/lib/python2.7/runpy.py", line 240, in run_path
return _run_module_code(code, init_globals, run_name, path_name)
File "/usr/lib/python2.7/runpy.py", line 82, in _run_module_code
mod_name, mod_fname, mod_loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "integration-test/473-landuse-tier.py", line 38, in <module>
'tier': 2, 'min_zoom': 8 })
File "integration-test.py", line 291, in assert_has_feature
% (properties, closest['properties'], misses)
File "/usr/lib/python2.7/contextlib.py", line 35, in __exit__
self.gen.throw(type, value, traceback)
File "integration-test.py", line 189, in features_in_tile_layer
yield features
File "integration-test.py", line 291, in assert_has_feature
% (properties, closest['properties'], misses)
Exception: Tile 'http://tile.dev.mapzen.com/mapzen/vector/v1/all/8/71/98.json': Did not find feature including properties {'tier': 2, 'kind': 'forest', 'min_zoom': 8, 'id': 34416231}. The closest match was {u'kind': u'forest', u'tier': 2, u'name': u'George Washington National Forest', u'area': 2331770000, u'source': u'openstreetmap.org', u'min_zoom': 7.0, u'operator': u'United States Forest Service', u'id': -5549014, u'osm_relation': True}: missed {'min_zoom': '7.0 != 8', 'id': '-5549014 != 34416231'}.
[ 55/152] FAIL: 'integration-test/524-peak-kind-tile-rank.py'
Traceback (most recent call last):
File "integration-test.py", line 500, in run_test
'features_in_mvt_layer': features_in_mvt_layer,
File "/usr/lib/python2.7/runpy.py", line 240, in run_path
return _run_module_code(code, init_globals, run_name, path_name)
File "/usr/lib/python2.7/runpy.py", line 82, in _run_module_code
mod_name, mod_fname, mod_loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "integration-test/524-peak-kind-tile-rank.py", line 72, in <module>
% num_matching
File "/usr/lib/python2.7/contextlib.py", line 35, in __exit__
self.gen.throw(type, value, traceback)
File "integration-test.py", line 189, in features_in_tile_layer
yield features
File "integration-test/524-peak-kind-tile-rank.py", line 64, in <module>
assert_peak(2, 4239, 'Fletcher Mountain')
File "integration-test/524-peak-kind-tile-rank.py", line 61, in assert_peak
% properties
Exception: Tile 'http://tile.dev.mapzen.com/mapzen/vector/v1/all/11/420/779.json': Did not find peak matching properties {'kind_tile_rank': 2, 'kind': 'peak', 'elevation': 4239, 'name': 'Fletcher Mountain'}.
[ 109/152] FAIL: 'integration-test/742-predictable-layers-pois.py'
Traceback (most recent call last):
File "integration-test.py", line 500, in run_test
'features_in_mvt_layer': features_in_mvt_layer,
File "/usr/lib/python2.7/runpy.py", line 240, in run_path
return _run_module_code(code, init_globals, run_name, path_name)
File "/usr/lib/python2.7/runpy.py", line 82, in _run_module_code
mod_name, mod_fname, mod_loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "integration-test/742-predictable-layers-pois.py", line 28, in <module>
{'id': 41654965, 'kind': 'cemetery', 'min_zoom': 12})
File "integration-test.py", line 291, in assert_has_feature
% (properties, closest['properties'], misses)
File "/usr/lib/python2.7/contextlib.py", line 35, in __exit__
self.gen.throw(type, value, traceback)
File "integration-test.py", line 189, in features_in_tile_layer
yield features
File "integration-test.py", line 291, in assert_has_feature
% (properties, closest['properties'], misses)
Exception: Tile 'http://tile.dev.mapzen.com/mapzen/vector/v1/all/12/1171/1567.json': Did not find feature including properties {'kind': 'cemetery', 'min_zoom': 12, 'id': 41654965}. The closest match was {u'kind': u'cemetery', u'name': u'Arlington National Cemetery', u'area': 4191870, u'name:de': u'Nationalfriedhof Arlington', u'source': u'openstreetmap.org', u'min_zoom': 12.0, u'tier': 4, u'id': -2475077, u'osm_relation': True}: missed {'id': '-2475077 != 41654965'}.
[ 124/152] FAIL: 'integration-test/841-normalize-boundaries-kind.py'
Traceback (most recent call last):
File "integration-test.py", line 500, in run_test
'features_in_mvt_layer': features_in_mvt_layer,
File "/usr/lib/python2.7/runpy.py", line 240, in run_path
return _run_module_code(code, init_globals, run_name, path_name)
File "/usr/lib/python2.7/runpy.py", line 82, in _run_module_code
mod_name, mod_fname, mod_loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "integration-test/841-normalize-boundaries-kind.py", line 10, in <module>
{'id': 286097885, 'kind': 'aboriginal_lands', 'kind_detail': type(None)})
File "integration-test.py", line 291, in assert_has_feature
% (properties, closest['properties'], misses)
File "/usr/lib/python2.7/contextlib.py", line 35, in __exit__
self.gen.throw(type, value, traceback)
File "integration-test.py", line 189, in features_in_tile_layer
yield features
File "integration-test.py", line 291, in assert_has_feature
% (properties, closest['properties'], misses)
Exception: Tile 'http://tile.dev.mapzen.com/mapzen/vector/v1/all/16/10483/22987.json': Did not find feature including properties {'kind_detail': <type 'NoneType'>, 'kind': 'aboriginal_lands', 'id': 286097885}. The closest match was {u'kind': u'aboriginal_lands', u'name': u'Puyallup Tribe Reservation', u'sort_rank': 250, u'source': u'openstreetmap.org', u'min_zoom': 8.0, u'id': -3854097, u'osm_relation': True}: missed {'id': '-3854097 != 286097885'}.
[ 128/152] FAIL: 'integration-test/845-buildings-z13.py'
Traceback (most recent call last):
File "integration-test.py", line 500, in run_test
'features_in_mvt_layer': features_in_mvt_layer,
File "/usr/lib/python2.7/runpy.py", line 240, in run_path
return _run_module_code(code, init_globals, run_name, path_name)
File "/usr/lib/python2.7/runpy.py", line 82, in _run_module_code
mod_name, mod_fname, mod_loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "integration-test/845-buildings-z13.py", line 7, in <module>
{'kind': 'building'})
File "integration-test.py", line 291, in assert_has_feature
% (properties, closest['properties'], misses)
File "/usr/lib/python2.7/contextlib.py", line 35, in __exit__
self.gen.throw(type, value, traceback)
File "integration-test.py", line 189, in features_in_tile_layer
yield features
File "integration-test.py", line 285, in assert_has_feature
"%r (because layer %r was empty)" % (properties, layer)
Exception: Tile 'http://tile.dev.mapzen.com/mapzen/vector/v1/all/13/1310/3170.json': Did not find feature including properties {'kind': 'building'} (because layer 'buildings' was empty)
[ 146/152] FAIL: 'integration-test/976-fractional-pois.py'
Traceback (most recent call last):
File "integration-test.py", line 500, in run_test
'features_in_mvt_layer': features_in_mvt_layer,
File "/usr/lib/python2.7/runpy.py", line 240, in run_path
return _run_module_code(code, init_globals, run_name, path_name)
File "/usr/lib/python2.7/runpy.py", line 82, in _run_module_code
mod_name, mod_fname, mod_loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "integration-test/976-fractional-pois.py", line 33, in <module>
'name': 'New Jersey - New York' })
File "integration-test.py", line 291, in assert_has_feature
% (properties, closest['properties'], misses)
File "/usr/lib/python2.7/contextlib.py", line 35, in __exit__
self.gen.throw(type, value, traceback)
File "integration-test.py", line 189, in features_in_tile_layer
yield features
File "integration-test.py", line 291, in assert_has_feature
% (properties, closest['properties'], misses)
Exception: Tile 'http://tile.dev.mapzen.com/mapzen/vector/v1/all/9/150/192.json': Did not find feature including properties {'source': 'openstreetmap.org', 'min_zoom': 8, 'id': -224951, 'name': 'New Jersey - New York'}. The closest match was {u'name:pt': u'Nova J\xe9rsei', u'name:az': u'Nyu-Cersi', u'name:ka': u'\u10dc\u10d8\u10e3-\u10ef\u10d4\u10e0\u10e1\u10d8', u'name:mr': u'\u0928\u094d\u092f\u0942 \u091c\u0930\u094d\u0938\u0940', u'name:ko': u'\ub274\uc800\uc9c0', u'name:cv': u'\xc7\u0115\u043d\u0115 \u0414\u0436\u0435\u0440\u0441\u0438', u'name:ik': u'Tchiaq Jersey', u'name:ar': u'\u0646\u064a\u0648 \u062c\u064a\u0631\u0633\u064a', u'name:kw': u'Jersi Nowydh', u'min_zoom': 8.0, u'name:an': u'Nueba Jersey', u'name:os': u'\u041d\u044c\u044e-\u0414\u0436\u0435\u0440\u0441\u0438', u'name:ml': u'\u0d28\u0d4d\u0d2f\u0d42 \u0d1c\u0d46\u0d34\u0d4d\u0d38\u0d3f', u'name:ta': u'\u0ba8\u0bbf\u0baf\u0bc2 \u0b9a\u0bc6\u0bb0\u0bcd\u0b9a\u0bbf', u'id': -224951, u'name:ca': u'Nova Jersey', u'name:te': u'\u0c28\u0c4d\u0c2f\u0c42\u0c1c\u0c46\u0c30\u0c4d\u0c38\u0c40', u'name:fa': u'\u0646\u06cc\u0648\u062c\u0631\u0633\u06cc', u'source': u'openstreetmap.org', u'sort_rank': 256, u'kind_detail': u'4', u'name:hi': u'\u0928\u092f\u093e \u091c\u0930\u094d\u0938\u0940', u'name:oc': u'N\xf2va Jersey', u'osm_relation': True, u'name:fy': u'Nij Jersey', u'name:zh': u'\u65b0\u6cfd\u897f\u5dde', u'name:lv': u'\u0145\u016bd\u017eersija', u'name:ja': u'\u30cb\u30e5\u30fc\u30b8\u30e3\u30fc\u30b8\u30fc\u5dde', u'name:lt': u'Naujasis D\u017eersis', u'name:uz': u"N'yu-Jersi", u'name:he': u"\u05e0\u05d9\u05d5 \u05d2'\u05e8\u05d6\u05d9", u'kind': u'region', u'name:ur': u'\u0646\u06cc\u0648 \u062c\u0631\u0633\u06cc', u'name:bn': u'\u09a8\u09bf\u0989 \u099c\u09be\u09b0\u09cd\u09b8\u09bf', u'name:la': u'Nova Caesarea', u'name:uk': u'\u041d\u044c\u044e-\u0414\u0436\u0435\u0440\u0441\u0456', u'name:hy': u'\u0546\u0575\u0578\u0582 \u054b\u0565\u0580\u057d\u056b', u'name:ru': u'\u041d\u044c\u044e-\u0414\u0436\u0435\u0440\u0441\u0438', u'name:ht': u'Nou J\xe8ze', u'name:bg': u'\u041d\u044e \u0414\u0436\u044a\u0440\u0441\u0438', u'name:sr': u'\u040a\u0443 \u040f\u0435\u0440\u0437\u0438', u'name:nv': u'Niij\xe9\xedzii Hahoodzo', u'name:el': u'\u039d\u03b9\u03bf\u03cd \u03a4\u03b6\u03ad\u03c1\u03c3\u03b5\u03ca', u'name:eo': u'Nov-\u0134erzejo', u'name': u'New Jersey', u'name:gd': u'Jersey Nuadh', u'name:gn': u'Pyahu Jersey', u'maritime_boundary': True, u'name:gv': u'Jersee Noa', u'name:yi': u'\u05e0\u05d9\u05d5 \u05d6\u05e9\u05e2\u05e8\u05e1\u05d9', u'name:es': u'Nueva Jersey'}: missed {'name': "'New Jersey' != 'New Jersey - New York'"}.
[ 149/152] FAIL: 'integration-test/987-national-forests.py'
Traceback (most recent call last):
File "integration-test.py", line 500, in run_test
'features_in_mvt_layer': features_in_mvt_layer,
File "/usr/lib/python2.7/runpy.py", line 240, in run_path
return _run_module_code(code, init_globals, run_name, path_name)
File "/usr/lib/python2.7/runpy.py", line 82, in _run_module_code
mod_name, mod_fname, mod_loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "integration-test/987-national-forests.py", line 105, in <module>
{ 'kind': 'nature_reserve', 'id': -5273153 })
File "integration-test.py", line 279, in assert_has_feature
with features_in_tile_layer(z, x, y, layer) as features:
File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
return self.gen.next()
File "integration-test.py", line 171, in features_in_tile_layer
% (url, r.status_code))
Exception: Tile 'http://tile.dev.mapzen.com/mapzen/vector/v1/all/12/784/1585.json': error while fetching, status=504
[ 151/152] FAIL: 'integration-test/992-boundaries-min_zoom-and-name.py'
Traceback (most recent call last):
File "integration-test.py", line 500, in run_test
'features_in_mvt_layer': features_in_mvt_layer,
File "/usr/lib/python2.7/runpy.py", line 240, in run_path
return _run_module_code(code, init_globals, run_name, path_name)
File "/usr/lib/python2.7/runpy.py", line 82, in _run_module_code
mod_name, mod_fname, mod_loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "integration-test/992-boundaries-min_zoom-and-name.py", line 39, in <module>
{ 'kind': 'region', 'min_zoom': 2})
File "integration-test.py", line 291, in assert_has_feature
% (properties, closest['properties'], misses)
File "/usr/lib/python2.7/contextlib.py", line 35, in __exit__
self.gen.throw(type, value, traceback)
File "integration-test.py", line 189, in features_in_tile_layer
yield features
File "integration-test.py", line 291, in assert_has_feature
% (properties, closest['properties'], misses)
Exception: Tile 'http://tile.dev.mapzen.com/mapzen/vector/v1/all/2/0/1.json': Did not find feature including properties {'kind': 'region', 'min_zoom': 2}. The closest match was {u'kind': u'country', u'sort_rank': 262, u'kind_detail': u'2', u'source': u'naturalearthdata.com', u'min_zoom': 0.0, u'id': 15}: missed {'kind': "'country' != 'region'", 'min_zoom': '0.0 != 2'}.
[ 152/152] FAIL: 'integration-test/993-remove-props-road-merge.py'
Traceback (most recent call last):
File "integration-test.py", line 500, in run_test
'features_in_mvt_layer': features_in_mvt_layer,
File "/usr/lib/python2.7/runpy.py", line 240, in run_path
return _run_module_code(code, init_globals, run_name, path_name)
File "/usr/lib/python2.7/runpy.py", line 82, in _run_module_code
mod_name, mod_fname, mod_loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "integration-test/993-remove-props-road-merge.py", line 5, in <module>
{ 'id': 302933871, 'kind': 'highway', 'oneway': type(None) })
File "integration-test.py", line 291, in assert_has_feature
% (properties, closest['properties'], misses)
File "/usr/lib/python2.7/contextlib.py", line 35, in __exit__
self.gen.throw(type, value, traceback)
File "integration-test.py", line 189, in features_in_tile_layer
yield features
File "integration-test.py", line 291, in assert_has_feature
% (properties, closest['properties'], misses)
Exception: Tile 'http://tile.dev.mapzen.com/mapzen/vector/v1/all/14/4496/6381.json': Did not find feature including properties {'kind': 'highway', 'id': 302933871, 'oneway': <type 'NoneType'>}. The closest match was {u'kind': u'highway', u'network': u'US:I', u'sort_rank': 383, u'kind_detail': u'motorway', u'source': u'openstreetmap.org', u'min_zoom': 8.0, u'all_networks': [u'US:I'], u'shield_text': u'81', u'ref': u'I 81', u'all_shield_texts': [u'81']}: missed {'id': 'None != 302933871'}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment