21Aug2013 - detailed test results for TOOLS

(To start TextTest for these tests, run 'texttest -a tools -d /home/delphi/sumo/tests')

default: 150 tests: 133 succeeded 17 FAILED

Detailed information for the tests that FAILED:

TEST FAILED on ts-simulation8 : route cut_routes big ( Last six runs Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/sumo/tests/../tools/route/cutRoutes.py", line 23, in <module>
>     from sumolib.output import parse, parse_fast
> ImportError: No module named sumolib.output
---------- Differences in output ----------
1,11d0
< Valid area contains 4 edges
< Parsing routes from input_routes.rou.xml
< Could not reconstruct new departure for vehicle 'straight'. Using old departure
< Parsed 2 vehicles and kept 1 routes
< Number of disconnected routes: 1. Most frequent missing edges:
< 1 left
< Wrote 1 routes
< Building line offset index for out.rou.xml.unsorted
< Parsing out.rou.xml.unsorted for line indices and departs
<   found 1 items
< Copying elements from out.rou.xml.unsorted to out.rou.xml sorted by departure
---------- Missing result in routes ----------
<!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] -->
<routes>
    <vehicle depart="0" id="straight" type="slow">
        <route edges="middle end"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : route cut_routes exitTimes ( Last six runs Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/sumo/tests/../tools/route/cutRoutes.py", line 23, in <module>
>     from sumolib.output import parse, parse_fast
> ImportError: No module named sumolib.output
---------- Differences in output ----------
1,6d0
< Valid area contains 4 edges
< Parsing routes from input_routes.rou.xml
< Parsed 2 vehicles and kept 1 routes (avg teleportFactor 0.0)
< Number of disconnected routes: 1. Most frequent missing edges:
< 1 left
< Wrote 1 routes
---------- Missing result in routes ----------
<!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] -->
<routes>
    
    <vehicle depart="116" id="straight" type="slow">
        <route edges="middle end"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : route cut_routes origNet ( Last six runs Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/sumo/tests/../tools/route/cutRoutes.py", line 23, in <module>
>     from sumolib.output import parse, parse_fast
> ImportError: No module named sumolib.output
---------- Differences in output ----------
1,6d0
< Valid area contains 4 edges
< Parsing routes from input_routes.rou.xml
< Parsed 2 vehicles and kept 1 routes
< Number of disconnected routes: 1. Most frequent missing edges:
< 1 left
< Wrote 1 routes
---------- Missing result in routes ----------
<!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] -->
<routes>
    
    <vehicle depart="17.8147482014" id="straight" type="slow">
        <route edges="middle end"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : route cut_routes keep_disconnected ( Last six runs Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/sumo/tests/../tools/route/cutRoutes.py", line 23, in <module>
>     from sumolib.output import parse, parse_fast
> ImportError: No module named sumolib.output
---------- Differences in output ----------
1,8d0
< Valid area contains 4 edges
< Parsing routes from input_routes.rou.xml
< Could not reconstruct new departure for vehicle 'left'. Using old departure
< Could not reconstruct new departure for vehicle 'straight'. Using old departure
< Parsed 2 vehicles and kept 2 routes
< Number of disconnected routes: 1. Most frequent missing edges:
< 1 left
< Wrote 2 routes
---------- Missing result in routes ----------
<!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] -->
<routes>
    
    <vehicle depart="0" id="left" type="fast">
        <route edges="beg2left left left2end end"/>
    </vehicle>
    
    <vehicle depart="0" id="straight" type="slow">
        <route edges="middle end"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : route cut_routes minLength ( Last six runs Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/sumo/tests/../tools/route/cutRoutes.py", line 23, in <module>
>     from sumolib.output import parse, parse_fast
> ImportError: No module named sumolib.output
---------- Differences in output ----------
1,7d0
< Valid area contains 4 edges
< Parsing routes from input_routes.rou.xml
< Parsed 2 vehicles and kept 0 routes
< Discared 1 routes because they have less than 3 edges
< Number of disconnected routes: 1. Most frequent missing edges:
< 1 left
< Wrote 0 routes
---------- Missing result in routes ----------
<!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] -->
<routes>
</routes>

TEST FAILED on ts-simulation8 : route cut_routes write_trips ( Last six runs Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/sumo/tests/../tools/route/cutRoutes.py", line 23, in <module>
>     from sumolib.output import parse, parse_fast
> ImportError: No module named sumolib.output
---------- Differences in output ----------
1,7d0
< Valid area contains 4 edges
< Parsing routes from input_routes.rou.xml
< Could not reconstruct new departure for vehicle 'straight'. Using old departure
< Parsed 2 vehicles and kept 1 routes
< Number of disconnected routes: 1. Most frequent missing edges:
< 1 left
< Wrote 1 trips
---------- Missing result in trips ----------
<!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] -->
<trips>
    <trip depart="0" id="straight" from="middle" to="end" type="slow"/>
</trips>

TEST FAILED on ts-simulation8 : route cut_routes write_routes ( Last six runs Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/sumo/tests/../tools/route/cutRoutes.py", line 23, in <module>
>     from sumolib.output import parse, parse_fast
> ImportError: No module named sumolib.output
---------- Differences in output ----------
1,7d0
< Valid area contains 4 edges
< Parsing routes from input_routes.rou.xml
< Could not reconstruct new departure for vehicle 'straight'. Using old departure
< Parsed 2 vehicles and kept 1 routes
< Number of disconnected routes: 1. Most frequent missing edges:
< 1 left
< Wrote 1 routes
---------- Missing result in routes ----------
<!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] -->
<routes>
    
    <vehicle depart="0" id="straight" type="slow">
        <route edges="middle end"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : route cut_routes origNet_speedFactor ( Last six runs Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/sumo/tests/../tools/route/cutRoutes.py", line 23, in <module>
>     from sumolib.output import parse, parse_fast
> ImportError: No module named sumolib.output
---------- Differences in output ----------
1,6d0
< Valid area contains 4 edges
< Parsing routes from input_routes.rou.xml
< Parsed 2 vehicles and kept 1 routes
< Number of disconnected routes: 1. Most frequent missing edges:
< 1 left
< Wrote 1 routes
---------- Missing result in routes ----------
<!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] -->
<routes>
    
    <vehicle depart="35.6294964029" id="straight" type="slow">
        <route edges="middle end"/>
    </vehicle>
</routes>

TEST FAILED on ts-simulation8 : xml schemaCheck tools ( Last six runs Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
0a1
> cannot open $HOME/sumo/tools
---------- Differences in output ----------
1d0
< <number> files checked

4 TESTS FAILED on ts-simulation8 :

---------- Differences in errors ----------
0a1
> cannot open $HOME/sumo/tests
---------- Differences in output ----------
1d0
< <number> files checked
xml schemaCheck tests jtrrouter ( Last six runs Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
xml schemaCheck tests nets ( Last six runs Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
xml schemaCheck tests sim_outputs ( Last six runs Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )
xml schemaCheck tests tls ( Last six runs Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

TEST FAILED on ts-simulation8 : xml schemaCheck tests additional ( Last six runs Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,80c1
< -- Unordered text as found by filter 'ERROR:SCHEMA' --
< sumo/extended/wauts/errors/cross3ltl_error_missing_startprog/input_additional.add.xml:13:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'WAUT': The attribute 'startProg' is required but missing.
< sumo/extended/wauts/errors/cross3ltl_error_missing_switchtime/input_additional.add.xml:14:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'wautSwitch': The attribute 'time' is required but missing.
< sumo/extended/wauts/errors/cross3ltl_error_missing_to_prog/input_additional.add.xml:14:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'wautSwitch': The attribute 'to' is required but missing.
< sumo/extended/wauts/errors/cross3ltl_error_missing_wautid/input_additional.add.xml:13:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'WAUT': The attribute 'id' is required but missing.
< sumo/meta/xml_validation/input_additional.add.xml:1:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'additional', attribute 'blub': The attribute 'blub' is not allowed.
< sumo/output/e1/errors/file_missing/input_additional.add.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'e1Detector': The attribute 'file' is required but missing.
< sumo/output/e1/errors/freq_empty/input_additional.add.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'e1Detector', attribute 'freq': '' is not a valid value of the atomic type 'positiveFloatType'.
< sumo/output/e1/errors/freq_false/input_additional.add.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'e1Detector', attribute 'freq': 'sss' is not a valid value of the atomic type 'positiveFloatType'.
< sumo/output/e1/errors/freq_missing/input_additional.add.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'e1Detector': The attribute 'freq' is required but missing.
< sumo/output/e1/errors/freq_negative/input_additional.add.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'e1Detector', attribute 'freq': '-100' is not a valid value of the atomic type 'positiveFloatType'.
< sumo/output/e1/errors/freq_negative/input_additional.add.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_MINEXCLUSIVE_VALID: Element 'e1Detector', attribute 'freq': [facet 'minExclusive'] The value '-100' must be greater than '0'.
< sumo/output/e1/errors/id_missing/input_additional.add.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'e1Detector': The attribute 'id' is required but missing.
< sumo/output/e1/errors/lane_missing/input_additional.add.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'e1Detector': The attribute 'lane' is required but missing.
< sumo/output/e1/errors/pos_empty/input_additional.add.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'e1Detector', attribute 'pos': '' is not a valid value of the atomic type 'xs:float'.
< sumo/output/e1/errors/pos_false/input_additional.add.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'e1Detector', attribute 'pos': 'xxx' is not a valid value of the atomic type 'xs:float'.
< sumo/output/e1/errors/pos_missing/input_additional.add.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'e1Detector': The attribute 'pos' is required but missing.
< sumo/output/e1Instant/errors/file_missing/input_additional.add.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'instantInductionLoop': The attribute 'file' is required but missing.
< sumo/output/e1Instant/errors/id_missing/input_additional.add.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'instantInductionLoop': The attribute 'id' is required but missing.
< sumo/output/e1Instant/errors/lane_missing/input_additional.add.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'instantInductionLoop': The attribute 'lane' is required but missing.
< sumo/output/e1Instant/errors/pos_empty/input_additional.add.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'instantInductionLoop', attribute 'pos': '' is not a valid value of the atomic type 'xs:float'.
< sumo/output/e1Instant/errors/pos_false/input_additional.add.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'instantInductionLoop', attribute 'pos': 'xxx' is not a valid value of the atomic type 'xs:float'.
< sumo/output/e1Instant/errors/pos_missing/input_additional.add.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'instantInductionLoop': The attribute 'pos' is required but missing.
< sumo/output/e2/errors/file_missing/input_additional.add.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'e2Detector': The attribute 'file' is required but missing.
< sumo/output/e2/errors/freq_empty/input_additional.add.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'e2Detector', attribute 'freq': '' is not a valid value of the atomic type 'positiveFloatType'.
< sumo/output/e2/errors/freq_false/input_additional.add.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'e2Detector', attribute 'freq': 'aaa' is not a valid value of the atomic type 'positiveFloatType'.
< sumo/output/e2/errors/freq_negative/input_additional.add.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'e2Detector', attribute 'freq': '-100' is not a valid value of the atomic type 'positiveFloatType'.
< sumo/output/e2/errors/freq_negative/input_additional.add.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_MINEXCLUSIVE_VALID: Element 'e2Detector', attribute 'freq': [facet 'minExclusive'] The value '-100' must be greater than '0'.
< sumo/output/e2/errors/id_missing/input_additional.add.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'e2Detector': The attribute 'id' is required but missing.
<truncated after showing first 30 lines>
---------- Differences in output ----------
1d0
< <number> files checked

TEST FAILED on ts-simulation8 : xml schemaCheck tests cfgs ( Last six runs Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,7c1
< Error on parsing 'sumo/meta/umlaut/sumo.sumocfg'!
< Traceback (most recent call last):
< XMLSyntaxError: Input is not proper UTF-8, indicate encoding !
< Bytes: 0xF6 0x74 0x2E 0x6E, line 3, column 26
< -- Unordered text as found by filter 'ERROR:SCHEMA' --
< sumo/meta/deprecated_option/sumo.sumocfg:11:0:ERROR:SCHEMASV:SCHEMAV_ELEMENT_CONTENT: Element 'abs-rand': This element is not expected.
< 
---
> cannot open $HOME/sumo/tests
---------- Differences in output ----------
1d0
< <number> files checked

TEST FAILED on ts-simulation8 : xml schemaCheck tests netconvert ( Last six runs Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,32c1
< -- Unordered text as found by filter 'ERROR:SCHEMA' --
< 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+)))?)+'.
< netconvert/import/XML/errors/broken_edge/edge#shape__false4c/input_edges.edg.xml:7:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'edge', attribute 'shape': '-16.58217951,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.3
8169529,22.34111002 -47.74648295,12.79363155 -32.66051788,5.758930507 a,1.450752724' is not a valid value of the atomic type 'shapeType'.
< netconvert/import/XML/errors/broken_edge/edge#shape__false4c/input_edges.edg.xml:7:0:ERROR:SCHEMASV:SCHEMAV_CVC_PATTERN_VALID: Element 'edge', attribute 'shape': [facet 'pattern'] The value '-16.58217951,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.15185
588,34.11127061 -61.38169529,22.34111002 -47.74648295,12.79363155 -32.66051788,5.758930507 a,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 FAILED on ts-simulation8 : xml schemaCheck tests routes ( Last six runs Jan2014 Dec2013 Nov2013 Oct2013 Sep2013 Aug2013 )

---------- Differences in errors ----------
1,57c1
< -- Unordered text as found by filter 'ERROR:SCHEMA' --
< duarouter/routes/style1_input/errors/vehicle_empty_arrivallane/input_routes.rou.xml:5:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'arrivalLane': '' is not a valid value of the union type 'arrivalLaneType'.
< duarouter/routes/style1_input/errors/vehicle_empty_arrivalpos/input_routes.rou.xml:5:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'arrivalPos': '' is not a valid value of the union type 'arrivalPosType'.
< duarouter/routes/style1_input/errors/vehicle_empty_arrivalspeed/input_routes.rou.xml:5:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'arrivalSpeed': '' is not a valid value of the union type 'arrivalSpeedType'.
< duarouter/routes/style1_input/errors/vehicle_empty_departlane/input_routes.rou.xml:5:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'departLane': '' is not a valid value of the union type 'departLaneType'.
< duarouter/routes/style1_input/errors/vehicle_empty_departpos/input_routes.rou.xml:5:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'departPos': '' is not a valid value of the union type 'departPosType'.
< duarouter/routes/style1_input/errors/vehicle_empty_departspeed/input_routes.rou.xml:5:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'departSpeed': '' is not a valid value of the union type 'departSpeedType'.
< duarouter/routes/style1_input/errors/vehicle_false_arrivallane/input_routes.rou.xml:5:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'arrivalLane': 'xxx' is not a valid value of the union type 'arrivalLaneType'.
< duarouter/routes/style1_input/errors/vehicle_false_arrivalpos/input_routes.rou.xml:5:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'arrivalPos': 'xxx' is not a valid value of the union type 'arrivalPosType'.
< duarouter/routes/style1_input/errors/vehicle_false_arrivalspeed/input_routes.rou.xml:5:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'arrivalSpeed': 'xxx' is not a valid value of the union type 'arrivalSpeedType'.
< duarouter/routes/style1_input/errors/vehicle_false_departlane/input_routes.rou.xml:5:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'departLane': 'xxx' is not a valid value of the union type 'departLaneType'.
< duarouter/routes/style1_input/errors/vehicle_false_departpos/input_routes.rou.xml:5:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'departPos': 'xxx' is not a valid value of the union type 'departPosType'.
< duarouter/routes/style1_input/errors/vehicle_false_departspeed/input_routes.rou.xml:5:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'departSpeed': 'xxx' is not a valid value of the union type 'departSpeedType'.
< duarouter/routes/style2_input/errors/vehicle_empty_arrivallane/input_routes.rou.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'arrivalLane': '' is not a valid value of the union type 'arrivalLaneType'.
< duarouter/routes/style2_input/errors/vehicle_empty_arrivalpos/input_routes.rou.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'arrivalPos': '' is not a valid value of the union type 'arrivalPosType'.
< duarouter/routes/style2_input/errors/vehicle_empty_arrivalspeed/input_routes.rou.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'arrivalSpeed': '' is not a valid value of the union type 'arrivalSpeedType'.
< duarouter/routes/style2_input/errors/vehicle_empty_departlane/input_routes.rou.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'departLane': '' is not a valid value of the union type 'departLaneType'.
< duarouter/routes/style2_input/errors/vehicle_empty_departpos/input_routes.rou.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'departPos': '' is not a valid value of the union type 'departPosType'.
< duarouter/routes/style2_input/errors/vehicle_empty_departspeed/input_routes.rou.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'departSpeed': '' is not a valid value of the union type 'departSpeedType'.
< duarouter/routes/style2_input/errors/vehicle_false_arrivallane/input_routes.rou.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'arrivalLane': 'xxx' is not a valid value of the union type 'arrivalLaneType'.
< duarouter/routes/style2_input/errors/vehicle_false_arrivalpos/input_routes.rou.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'arrivalPos': 'xxx' is not a valid value of the union type 'arrivalPosType'.
< duarouter/routes/style2_input/errors/vehicle_false_arrivalspeed/input_routes.rou.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'arrivalSpeed': 'xxx' is not a valid value of the union type 'arrivalSpeedType'.
< duarouter/routes/style2_input/errors/vehicle_false_departlane/input_routes.rou.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'departLane': 'xxx' is not a valid value of the union type 'departLaneType'.
< duarouter/routes/style2_input/errors/vehicle_false_departpos/input_routes.rou.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'departPos': 'xxx' is not a valid value of the union type 'departPosType'.
< duarouter/routes/style2_input/errors/vehicle_false_departspeed/input_routes.rou.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'departSpeed': 'xxx' is not a valid value of the union type 'departSpeedType'.
< sumo/basic/routes/parsing/nested_ref/input_routes.rou.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'route', attribute 'id': The attribute 'id' is not allowed.
< sumo/bugs/ticket837/input_routes.rou.xml:3:0:ERROR:SCHEMASV:SCHEMAV_ELEMENT_CONTENT: Element 'carFollowing-Invalid': This element is not expected. Expected is one of ( carFollowing-Krauss, carFollowing-KraussPS, carFollowing-KraussOrig1, carFollowing-IDM, carFollowing-IDMM, carFollowing-BKerner, carFollowing-Wiedemann ).
< sumo/errors/duplicates/route_newstyle_plainemission/input_routes.rou.xml:4:0:ERROR:SCHEMASV:SCHEMAV_ELEMENT_CONTENT: Element 'route': This element is not expected. Expected is ( stop ).
< sumo/errors/routes/emptyperson/input_routes.rou.xml:5:0:ERROR:SCHEMASV:SCHEMAV_ELEMENT_CONTENT: Element 'person': Missing child element(s). Expected is one of ( ride, walk, stop ).
<truncated after showing first 30 lines>
---------- Differences in output ----------
1d0
< <number> files checked