texttest -a tools -d /home/delphi/sumo/tests -reconnect /home/delphi/texttesttmp/gcc4_64.03Jun013327.6766 -g
texttest -a tools -d /home/delphi/sumo/tests
---------- Differences in errors ---------- 4a5,7 > Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|cycleway.lane|cycleway.none|highway.primary' (first occurence for edge '4068078#0'). > Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|cycleway.lane|cycleway.none|highway.primary' (first occurence for edge '4068078#0'). > Warning: Discarding unknown compound 'cycleway.none' in type 'cycleway.lane|cycleway.lane|cycleway.none|highway.primary' (first occurence for edge '4068078#0'). 9a13 > Warning: Discarding unknown compound 'cycleway.opposite' in type 'cycleway.opposite|highway.residential' (first occurence for edge '4383744'). 13d16 < Warning: Discarding unknown compound 'cycleway.opposite' in type 'cycleway.opposite|highway.residential' (first occurence for edge '4396234'). 27a31 > Warning: Discarding unusable type 'railway.abandoned' (first occurence for edge '4741460'). 29d32 < Warning: Discarding unusable type 'railway.abandoned' (first occurence for edge '4790904'). 50a54,55 > Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|cycleway.lane|highway.primary' (first occurence for edge '30711175#0'). > Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|cycleway.lane|highway.primary' (first occurence for edge '30711175#0'). 62,63c67,68 < Warning: Discarding unknown compound 'cycleway.opposite_track' in type 'cycleway.opposite_track|cycleway.track|highway.tertiary' (first occurence for edge '38207292'). < Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.opposite_track|cycleway.track|highway.tertiary' (first occurence for edge '38207292'). --- > Warning: Discarding unknown compound 'cycleway.opposite_track' in type 'cycleway.opposite_track|cycleway.track|highway.tertiary' (first occurence for edge '38207292#0'). > Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.opposite_track|cycleway.track|highway.tertiary' (first occurence for edge '38207292#0'). 66a72 > Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|highway.primary_link' (first occurence for edge '49677302'). 68a75,76 > Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|cycleway.track|highway.tertiary' (first occurence for edge '55816482#0'). > Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|cycleway.track|highway.tertiary' (first occurence for edge '55816482#0'). 79d86 < Warning: Discarding unusable type 'railway.platform_edge' (first occurence for edge '98425512#0'). 83d89 < Warning: Discarding unusable type 'waterway.lock' (first occurence for edge '161668128#0'). <truncated after showing first 30 lines> ---------- Differences in output ---------- 3,7c3,27 < Found duplicate nodes. Substituting 3215103784 with 288002013 < Found duplicate nodes. Substituting 3987794203 with 3987794202 < Found duplicate nodes. Substituting 3997661445 with 3517810193 < Found duplicate nodes. Substituting 4016273048 with 26992494 < Found duplicate nodes. Substituting 4016273049 with 2306772973 --- > Found duplicate nodes. Substituting 4180812908 with 4180812907 > Found duplicate nodes. Substituting 4197015826 with 4180741549 > Found duplicate nodes. Substituting 4201578003 with 4197015823 > Found duplicate nodes. Substituting 4201578004 with 4197015824 > Found duplicate nodes. Substituting 4201578005 with 4197015825 > Found duplicate nodes. Substituting 4201578006 with 4180741549 > Found duplicate nodes. Substituting 4201578007 with 4197015827 > Found duplicate nodes. Substituting 4201578008 with 4197015828 > Found duplicate nodes. Substituting 4201578009 with 4197015829 > Found duplicate nodes. Substituting 4201578010 with 4197015830 > Found duplicate nodes. Substituting 4201578011 with 4197015821 > Found duplicate nodes. Substituting 4201578012 with 4197015822 > Found duplicate nodes. Substituting 4201578013 with 4197015831 > Found duplicate nodes. Substituting 4201578014 with 4197015831 > Found duplicate nodes. Substituting 4201578016 with 4197015833 > Found duplicate nodes. Substituting 4201578017 with 4197015834 > Found duplicate nodes. Substituting 4201578018 with 4197015835 > Found duplicate nodes. Substituting 4201578019 with 4197015836 > Found duplicate nodes. Substituting 4201578020 with 4197015837 > Found duplicate nodes. Substituting 4201578021 with 4197015819 > Found duplicate nodes. Substituting 4201578022 with 4197015820 > Found duplicate nodes. Substituting 4201578023 with 4197015820 > Found duplicate nodes. Substituting 4202313090 with 1865918218 <truncated after showing first 30 lines>
****************************************************** Ticket #1190 (new defect: ) csv2xml cannot handle elements without attributes http://sumo.dlr.de/trac.wsgi/ticket/1190 Reported By: behrisch Owned by: Priority: major Milestone: 1.0.0 Component: tools (python) Version: SVN Description: they are simply ignored. We could fix this by simply disallowing them in the input (they only occur in the full output and are quite useless there) or by looking at the schema in more detail when transforming ****************************************************** (This bug was triggered by FAILING to find text in file 'xml' matching 'vehicles') ---------- Differences in xml ---------- 1,29d0 < <?xml version="1.0" encoding="UTF-8"?> < < <!-- generated on Tue Dec 3 16:33:35 2013 by SUMO sumo Version dev-SVN-r15233 < <?xml version="1.0" encoding="UTF-8"?> < < <configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd"> < < <input> < <net-file value="net.net.xml"/> < <route-files value="input_routes.rou.xml"/> < </input> < < <output> < <full-output value="full.xml"/> < </output> < < <time> < <begin value="0"/> < <end value="120"/> < </time> < < <report> < <no-duration-log value="true"/> < <no-step-log value="true"/> < </report> < < </configuration> < --> < <truncated after showing first 30 lines>
Test exceeded wallclock time limit of 300.0 seconds ---------- Differences in errors ---------- 3a4,23 > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/xml/schemaCheck.py", line 131, in <module> > sys.exit(main(srcRoot, toCheck, sys.stderr)) > File "/home/delphi/sumo/tests/../tools/xml/schemaCheck.py", line 88, in main > for root, dirs, files in os.walk(srcRoot): > File "/usr/lib64/python2.7/os.py", line 296, in walk > for x in walk(new_path, topdown, onerror, followlinks): > File "/usr/lib64/python2.7/os.py", line 296, in walk > for x in walk(new_path, topdown, onerror, followlinks): > File "/usr/lib64/python2.7/os.py", line 296, in walk > for x in walk(new_path, topdown, onerror, followlinks): > File "/usr/lib64/python2.7/os.py", line 296, in walk > for x in walk(new_path, topdown, onerror, followlinks): > File "/usr/lib64/python2.7/os.py", line 296, in walk > for x in walk(new_path, topdown, onerror, followlinks): > File "/usr/lib64/python2.7/os.py", line 286, in walk > if isdir(join(top, name)): > File "/usr/lib64/python2.7/genericpath.py", line 41, in isdir > st = os.stat(s) > KeyboardInterrupt ---------- Differences in output ---------- 1d0 < <number> files checked
Test exceeded wallclock time limit of 300.0 seconds ---------- Differences in errors ---------- 4a5,22 > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/xml/schemaCheck.py", line 131, in <module> > sys.exit(main(srcRoot, toCheck, sys.stderr)) > File "/home/delphi/sumo/tests/../tools/xml/schemaCheck.py", line 88, in main > for root, dirs, files in os.walk(srcRoot): > File "/usr/lib64/python2.7/os.py", line 296, in walk > for x in walk(new_path, topdown, onerror, followlinks): > File "/usr/lib64/python2.7/os.py", line 296, in walk > for x in walk(new_path, topdown, onerror, followlinks): > File "/usr/lib64/python2.7/os.py", line 296, in walk > for x in walk(new_path, topdown, onerror, followlinks): > File "/usr/lib64/python2.7/os.py", line 296, in walk > for x in walk(new_path, topdown, onerror, followlinks): > File "/usr/lib64/python2.7/os.py", line 286, in walk > if isdir(join(top, name)): > File "/usr/lib64/python2.7/genericpath.py", line 41, in isdir > st = os.stat(s) > KeyboardInterrupt ---------- Differences in output ---------- 1d0 < <number> files checked
Test exceeded wallclock time limit of 300.0 seconds ---------- Differences in errors ---------- 0a1,18 > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/xml/schemaCheck.py", line 131, in <module> > sys.exit(main(srcRoot, toCheck, sys.stderr)) > File "/home/delphi/sumo/tests/../tools/xml/schemaCheck.py", line 88, in main > for root, dirs, files in os.walk(srcRoot): > File "/usr/lib64/python2.7/os.py", line 296, in walk > for x in walk(new_path, topdown, onerror, followlinks): > File "/usr/lib64/python2.7/os.py", line 296, in walk > for x in walk(new_path, topdown, onerror, followlinks): > File "/usr/lib64/python2.7/os.py", line 296, in walk > for x in walk(new_path, topdown, onerror, followlinks): > File "/usr/lib64/python2.7/os.py", line 296, in walk > for x in walk(new_path, topdown, onerror, followlinks): > File "/usr/lib64/python2.7/os.py", line 286, in walk > if isdir(join(top, name)): > File "/usr/lib64/python2.7/genericpath.py", line 41, in isdir > st = os.stat(s) > KeyboardInterrupt ---------- Differences in output ---------- 1d0 < <number> files checked
Test exceeded wallclock time limit of 300.0 seconds ---------- Differences in errors ---------- 1,36c1,18 < -- Unordered text as found by filter 'ERROR:SCHEMA' -- < netconvert/import/XML/errors/broken_edge/edge#fromnode__missing1/input_edges.edg.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'edge': The attribute 'from' is required but missing. < netconvert/import/XML/errors/broken_edge/edge#fromnode__missing4/input_edges.edg.xml:7:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'edge': The attribute 'from' is required but missing. < netconvert/import/XML/errors/broken_edge/edge#id__missing1/input_edges.edg.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'edge': The attribute 'id' is required but missing. < netconvert/import/XML/errors/broken_edge/edge#id__missing1/input_edges.edg.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_IDC: Element 'edge': Not all fields of key identity-constraint 'edgeKey' evaluate to a node. < netconvert/import/XML/errors/broken_edge/edge#id__missing4/input_edges.edg.xml:7:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'edge': The attribute 'id' is required but missing. < netconvert/import/XML/errors/broken_edge/edge#id__missing4/input_edges.edg.xml:7:0:ERROR:SCHEMASV:SCHEMAV_CVC_IDC: Element 'edge': Not all fields of key identity-constraint 'edgeKey' evaluate to a node. < netconvert/import/XML/errors/broken_edge/edge#length__empty1/input_edges.edg.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'edge', attribute 'length': '' is not a valid value of the atomic type 'positiveFloatType'. < netconvert/import/XML/errors/broken_edge/edge#length__empty4/input_edges.edg.xml:7:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'edge', attribute 'length': '' is not a valid value of the atomic type 'positiveFloatType'. < netconvert/import/XML/errors/broken_edge/edge#length__false1/input_edges.edg.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'edge', attribute 'length': 'a' is not a valid value of the atomic type 'positiveFloatType'. < netconvert/import/XML/errors/broken_edge/edge#length__false4/input_edges.edg.xml:7:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'edge', attribute 'length': 'a' is not a valid value of the atomic type 'positiveFloatType'. < netconvert/import/XML/errors/broken_edge/edge#nolanes__empty1/input_edges.edg.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'edge', attribute 'numLanes': '' is not a valid value of the atomic type 'xs:positiveInteger'. < netconvert/import/XML/errors/broken_edge/edge#nolanes__empty4/input_edges.edg.xml:7:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'edge', attribute 'numLanes': '' is not a valid value of the atomic type 'xs:positiveInteger'. < netconvert/import/XML/errors/broken_edge/edge#nolanes__false1/input_edges.edg.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'edge', attribute 'numLanes': 'a' is not a valid value of the atomic type 'xs:positiveInteger'. < netconvert/import/XML/errors/broken_edge/edge#nolanes__false4/input_edges.edg.xml:7:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'edge', attribute 'numLanes': 'a' is not a valid value of the atomic type 'xs:positiveInteger'. < netconvert/import/XML/errors/broken_edge/edge#priority__false1/input_edges.edg.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'edge', attribute 'priority': 'a' is not a valid value of the atomic type 'xs:int'. < netconvert/import/XML/errors/broken_edge/edge#priority__false4/input_edges.edg.xml:7:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'edge', attribute 'priority': 'a' is not a valid value of the atomic type 'xs:int'. < netconvert/import/XML/errors/broken_edge/edge#shape__false1a/input_edges.edg.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'edge', attribute 'shape': 'a,1.450752924 1232.660518,5.758930707 1247.746483,12.79363175 1261.381695,22.34111022 1273.151856,34.11127081 1282.699334,47.74648315 1289.734035,62.83244822 1294.042213,78.91078659 1295.492966,95.4929661 1294.042213,112.0751456 1289.734035,128.153484 1282.699334,143.2394491 1273.151856,156.8746614 1261.381695,168.644822 1247. 746483,178.1923005 1232.660518,185.2270015 1216.58218,189.5351793' is not a valid value of the atomic type 'shapeType'. < netconvert/import/XML/errors/broken_edge/edge#shape__false1a/input_edges.edg.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_PATTERN_VALID: Element 'edge', attribute 'shape': [facet 'pattern'] The value 'a,1.450752924 1232.660518,5.758930707 1247.746483,12.79363175 1261.381695,22.34111022 1273.151856,34.11127081 1282.699334,47.74648315 1289.734035,62.83244822 1294.042213,78.91078659 1295.492966,95.4929661 1294.042213,112.0751456 1289.734035,128.153484 1282.699334,143.2394491 1273.151856,156.8746614 1261.38 1695,168.644822 1247.746483,178.1923005 1232.660518,185.2270015 1216.58218,189.5351793' is not accepted by the pattern '((\-)?(\d+|(\d*.\d+)),(\-)?(\d+|(\d*.\d+))(,(\-)?(\d+|(\d*.\d+)))?(\s(\-)?(\d+|(\d*.\d+)),(\-)?(\d+|(\d*.\d+))(,(\-)?(\d+|(\d*.\d+)))?)*)?'. < netconvert/import/XML/errors/broken_edge/edge#shape__false1b/input_edges.edg.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'edge', attribute 'shape': '1216.58218,a 1232.660518,5.758930707 1247.746483,12.79363175 1261.381695,22.34111022 1273.151856,34.11127081 1282.699334,47.74648315 1289.734035,62.83244822 1294.042213,78.91078659 1295.492966,95.4929661 1294.042213,112.0751456 1289.734035,128.153484 1282.699334,143.2394491 1273.151856,156.8746614 1261.381695,168.644822 1247.7 46483,178.1923005 1232.660518,185.2270015 1216.58218,189.5351793' is not a valid value of the atomic type 'shapeType'. < netconvert/import/XML/errors/broken_edge/edge#shape__false1b/input_edges.edg.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_PATTERN_VALID: Element 'edge', attribute 'shape': [facet 'pattern'] The value '1216.58218,a 1232.660518,5.758930707 1247.746483,12.79363175 1261.381695,22.34111022 1273.151856,34.11127081 1282.699334,47.74648315 1289.734035,62.83244822 1294.042213,78.91078659 1295.492966,95.4929661 1294.042213,112.0751456 1289.734035,128.153484 1282.699334,143.2394491 1273.151856,156.8746614 1261.381 695,168.644822 1247.746483,178.1923005 1232.660518,185.2270015 1216.58218,189.5351793' is not accepted by the pattern '((\-)?(\d+|(\d*.\d+)),(\-)?(\d+|(\d*.\d+))(,(\-)?(\d+|(\d*.\d+)))?(\s(\-)?(\d+|(\d*.\d+)),(\-)?(\d+|(\d*.\d+))(,(\-)?(\d+|(\d*.\d+)))?)*)?'. < netconvert/import/XML/errors/broken_edge/edge#shape__false1c/input_edges.edg.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'edge', attribute 'shape': '1216.58218,1.450752924 1232.660518,5.758930707 1247.746483,12.79363175 1261.381695,22.34111022 1273.151856,34.11127081 1282.699334,47.74648315 1289.734035,62.83244822 1294.042213,78.91078659 1295.492966,95.4929661 1294.042213,112.0751456 1289.734035,128.153484 1282.699334,143.2394491 1273.151856,156.8746614 1261.381695,168.644 822 1247.746483,178.1923005 1232.660518,185.2270015 a,189.5351793' is not a valid value of the atomic type 'shapeType'. < netconvert/import/XML/errors/broken_edge/edge#shape__false1c/input_edges.edg.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_PATTERN_VALID: Element 'edge', attribute 'shape': [facet 'pattern'] The value '1216.58218,1.450752924 1232.660518,5.758930707 1247.746483,12.79363175 1261.381695,22.34111022 1273.151856,34.11127081 1282.699334,47.74648315 1289.734035,62.83244822 1294.042213,78.91078659 1295.492966,95.4929661 1294.042213,112.0751456 1289.734035,128.153484 1282.699334,143.2394491 1273.151856,156.874661 4 1261.381695,168.644822 1247.746483,178.1923005 1232.660518,185.2270015 a,189.5351793' is not accepted by the pattern '((\-)?(\d+|(\d*.\d+)),(\-)?(\d+|(\d*.\d+))(,(\-)?(\d+|(\d*.\d+)))?(\s(\-)?(\d+|(\d*.\d+)),(\-)?(\d+|(\d*.\d+))(,(\-)?(\d+|(\d*.\d+)))?)*)?'. < netconvert/import/XML/errors/broken_edge/edge#shape__false1d/input_edges.edg.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'edge', attribute 'shape': '1216.58218,1.450752924 a 1232.660518,5.758930707 1247.746483,12.79363175 1261.381695,22.34111022 1273.151856,34.11127081 1282.699334,47.74648315 1289.734035,62.83244822 1294.042213,78.91078659 1295.492966,95.4929661 1294.042213,112.0751456 1289.734035,128.153484 1282.699334,143.2394491 1273.151856,156.8746614 1261.381695,168.6 44822 1247.746483,178.1923005 1232.660518,185.2270015 1216.58218,189.5351793' is not a valid value of the atomic type 'shapeType'. < netconvert/import/XML/errors/broken_edge/edge#shape__false1d/input_edges.edg.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_PATTERN_VALID: Element 'edge', attribute 'shape': [facet 'pattern'] The value '1216.58218,1.450752924 a 1232.660518,5.758930707 1247.746483,12.79363175 1261.381695,22.34111022 1273.151856,34.11127081 1282.699334,47.74648315 1289.734035,62.83244822 1294.042213,78.91078659 1295.492966,95.4929661 1294.042213,112.0751456 1289.734035,128.153484 1282.699334,143.2394491 1273.151856,156.8746 614 1261.381695,168.644822 1247.746483,178.1923005 1232.660518,185.2270015 1216.58218,189.5351793' is not accepted by the pattern '((\-)?(\d+|(\d*.\d+)),(\-)?(\d+|(\d*.\d+))(,(\-)?(\d+|(\d*.\d+)))?(\s(\-)?(\d+|(\d*.\d+)),(\-)?(\d+|(\d*.\d+))(,(\-)?(\d+|(\d*.\d+)))?)*)?'. < netconvert/import/XML/errors/broken_edge/edge#shape__false4a/input_edges.edg.xml:7:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'edge', attribute 'shape': 'a,189.5351791 -32.66051788,185.2270013 -47.74648295,178.1923003 -61.38169529,168.6448218 -73.15185588,156.8746612 -82.69933435,143.2394489 -89.73403539,128.1534838 -94.04221318,112.0751454 -95.4929659,95.4929659 -94.04221318,78.91078639 -89.73403539,62.83244802 -82.69933435,47.74648295 -73.15185588,34.11127061 -61.38169529,22. 34111002 -47.74648295,12.79363155 -32.66051788,5.758930507 -16.58217951,1.450752724' is not a valid value of the atomic type 'shapeType'. < netconvert/import/XML/errors/broken_edge/edge#shape__false4a/input_edges.edg.xml:7:0:ERROR:SCHEMASV:SCHEMAV_CVC_PATTERN_VALID: Element 'edge', attribute 'shape': [facet 'pattern'] The value 'a,189.5351791 -32.66051788,185.2270013 -47.74648295,178.1923003 -61.38169529,168.6448218 -73.15185588,156.8746612 -82.69933435,143.2394489 -89.73403539,128.1534838 -94.04221318,112.0751454 -95.4929659,95.4929659 -94.04221318,78.91078639 -89.73403539,62.83244802 -82.69933435,47.74648295 -73.15185588,34.1112 7061 -61.38169529,22.34111002 -47.74648295,12.79363155 -32.66051788,5.758930507 -16.58217951,1.450752724' is not accepted by the pattern '((\-)?(\d+|(\d*.\d+)),(\-)?(\d+|(\d*.\d+))(,(\-)?(\d+|(\d*.\d+)))?(\s(\-)?(\d+|(\d*.\d+)),(\-)?(\d+|(\d*.\d+))(,(\-)?(\d+|(\d*.\d+)))?)*)?'. < netconvert/import/XML/errors/broken_edge/edge#shape__false4b/input_edges.edg.xml:7:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'edge', attribute 'shape': '-16.58217951,a -32.66051788,185.2270013 -47.74648295,178.1923003 -61.38169529,168.6448218 -73.15185588,156.8746612 -82.69933435,143.2394489 -89.73403539,128.1534838 -94.04221318,112.0751454 -95.4929659,95.4929659 -94.04221318,78.91078639 -89.73403539,62.83244802 -82.69933435,47.74648295 -73.15185588,34.11127061 -61.38169529,22 .34111002 -47.74648295,12.79363155 -32.66051788,5.758930507 -16.58217951,1.450752724' is not a valid value of the atomic type 'shapeType'. < netconvert/import/XML/errors/broken_edge/edge#shape__false4b/input_edges.edg.xml:7:0:ERROR:SCHEMASV:SCHEMAV_CVC_PATTERN_VALID: Element 'edge', attribute 'shape': [facet 'pattern'] The value '-16.58217951,a -32.66051788,185.2270013 -47.74648295,178.1923003 -61.38169529,168.6448218 -73.15185588,156.8746612 -82.69933435,143.2394489 -89.73403539,128.1534838 -94.04221318,112.0751454 -95.4929659,95.4929659 -94.04221318,78.91078639 -89.73403539,62.83244802 -82.69933435,47.74648295 -73.15185588,34.111 27061 -61.38169529,22.34111002 -47.74648295,12.79363155 -32.66051788,5.758930507 -16.58217951,1.450752724' is not accepted by the pattern '((\-)?(\d+|(\d*.\d+)),(\-)?(\d+|(\d*.\d+))(,(\-)?(\d+|(\d*.\d+)))?(\s(\-)?(\d+|(\d*.\d+)),(\-)?(\d+|(\d*.\d+))(,(\-)?(\d+|(\d*.\d+)))?)*)?'. <truncated after showing first 30 lines> ---------- Differences in output ---------- 1d0 < <number> files checked
Test exceeded wallclock time limit of 300.0 seconds ---------- Differences in errors ---------- 0a1,12 > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/xml/schemaCheck.py", line 131, in <module> > sys.exit(main(srcRoot, toCheck, sys.stderr)) > File "/home/delphi/sumo/tests/../tools/xml/schemaCheck.py", line 90, in main > for name in glob.glob(os.path.join(root, pattern)): > File "/usr/lib64/python2.7/glob.py", line 27, in glob > return list(iglob(pathname)) > File "/usr/lib64/python2.7/glob.py", line 64, in iglob > for name in glob_in_dir(dirname, basename): > File "/usr/lib64/python2.7/glob.py", line 78, in glob1 > names = os.listdir(dirname) > KeyboardInterrupt ---------- Differences in output ---------- 1d0 < <number> files checkedxml schemaCheck tests nets ( Last six runs Jun2016 May2016 )
Test exceeded wallclock time limit of 300.0 seconds ---------- Differences in errors ---------- 3a4,19 > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/xml/schemaCheck.py", line 131, in <module> > sys.exit(main(srcRoot, toCheck, sys.stderr)) > File "/home/delphi/sumo/tests/../tools/xml/schemaCheck.py", line 88, in main > for root, dirs, files in os.walk(srcRoot): > File "/usr/lib64/python2.7/os.py", line 296, in walk > for x in walk(new_path, topdown, onerror, followlinks): > File "/usr/lib64/python2.7/os.py", line 296, in walk > for x in walk(new_path, topdown, onerror, followlinks): > File "/usr/lib64/python2.7/os.py", line 296, in walk > for x in walk(new_path, topdown, onerror, followlinks): > File "/usr/lib64/python2.7/os.py", line 286, in walk > if isdir(join(top, name)): > File "/usr/lib64/python2.7/genericpath.py", line 41, in isdir > st = os.stat(s) > KeyboardInterrupt 37,40d52 < tools/route/routecheck/missing_edges_attribute/routes.rou.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_2_3: Element 'route': Character content other than whitespace is not allowed because the content type is 'element-only'. < tools/route/routecheck/missing_edges_attribute/routes.rou.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'route': The attribute 'edges' is required but missing. < tools/route/routecheck/missing_edges_attribute_fix/routes.rou.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_2_3: Element 'route': Character content other than whitespace is not allowed because the content type is 'element-only'. < tools/route/routecheck/missing_edges_attribute_fix/routes.rou.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'route': The attribute 'edges' is required but missing. ---------- Differences in output ---------- 1d0 < <number> files checked
Test exceeded wallclock time limit of 300.0 seconds ---------- Differences in errors ---------- 0a1,16 > Traceback (most recent call last): > File "/home/delphi/sumo/tests/../tools/xml/schemaCheck.py", line 131, in <module> > sys.exit(main(srcRoot, toCheck, sys.stderr)) > File "/home/delphi/sumo/tests/../tools/xml/schemaCheck.py", line 88, in main > for root, dirs, files in os.walk(srcRoot): > File "/usr/lib64/python2.7/os.py", line 296, in walk > for x in walk(new_path, topdown, onerror, followlinks): > File "/usr/lib64/python2.7/os.py", line 296, in walk > for x in walk(new_path, topdown, onerror, followlinks): > File "/usr/lib64/python2.7/os.py", line 296, in walk > for x in walk(new_path, topdown, onerror, followlinks): > File "/usr/lib64/python2.7/os.py", line 286, in walk > if isdir(join(top, name)): > File "/usr/lib64/python2.7/genericpath.py", line 41, in isdir > st = os.stat(s) > KeyboardInterrupt ---------- Differences in output ---------- 1d0 < <number> files checked