04Sep2024 - detailed test results for TOOLS.python2

To reconnect the TextTest GUI to these results, run:

texttest -a tools -d /home/delphi/extraClangDebug/sumo/tests -reconnect /home/delphi/extraClangDebug/texttesttmp/extra_clang3_64D.16Sep114528.1768383 -g

To start TextTest for these tests, run:

texttest -a tools -d /home/delphi/extraClangDebug/sumo/tests


python2: 1195 tests: 964 succeeded 209 FAILED 13 killed 9 known bugs

Detailed information for the tests that FAILED:

TEST FAILED on ts-sim-build-ba : build_config checkStyle complex ( Last six runs Sep2024 )

---------- Differences in output ----------
0a1
> sumo/gui/runner.py:25:44: F821 undefined name 'ResourceWarning'

TEST FAILED on ts-sim-build-ba : build_config checkStyle tools ( Last six runs Sep2024 )

---------- Differences in output ----------
0a1,12
> build_config/buildMacOSInstaller.py:47:38: E999 SyntaxError: invalid syntax
> createVehTypeDistribution.py:169:88: E999 SyntaxError: invalid syntax
> drt/orToolsDataModel.py:52:15: E999 SyntaxError: invalid syntax
> drt/drtOrtools.py:55:24: E999 SyntaxError: invalid syntax
> emissions/hbefa2sumo.py:72:17: E999 SyntaxError: invalid syntax
> drt/ortools_pdp.py:40:22: E999 SyntaxError: invalid syntax
> extractTest.py:339:99: F812 list comprehension redefines 'o' from line 227
> generateParkingAreaRerouters.py:397:66: F812 list comprehension redefines 'x' from line 339
> import/dxf/dxf2jupedsim.py:146:88: E999 SyntaxError: invalid syntax
> net/abstractRail.py:207:58: F812 list comprehension redefines 'coord' from line 202
> visualization/plotXMLAttributes.py:708:64: F812 list comprehension redefines 'x' from line 628
> visualization/plotXMLAttributes.py:715:64: F812 list comprehension redefines 'y' from line 635

TEST FAILED on ts-sim-build-ba : detector mapDetectors basic ( Last six runs Sep2024 )

---------- Differences in additional ----------
5,7d4
<     <inductionLoop id="8032" lane="323916051#2_0" pos="44.24" file="detector.out.xml" freq="3600"/>
<     <inductionLoop id="8026" lane="323916051#2_0" pos="12.21" file="detector.out.xml" freq="3600"/>
< </additional>
---------- Differences in errors ----------
1,2c1,6
< Could not find road for detector 64464 within 1000.0m radius
< Could not find road for detector 17547 within 1000.0m radius
---
> Traceback (most recent call last):
> mapDetectors.py, in <module>
>     main()
> mapDetectors.py, in main
>     detID, best.getID(), pos, options.detOut, options.interval))
> TypeError: write() argument 1 must be unicode, not str

TEST FAILED on ts-sim-build-ba : detector mapDetectors radius ( Last six runs Sep2024 )

---------- Differences in additional ----------
5,9d4
<     <inductionLoop id="8032" lane="323916051#2_0" pos="44.24" file="detector.out.xml" freq="3600"/>
<     <inductionLoop id="8026" lane="323916051#2_0" pos="12.21" file="detector.out.xml" freq="3600"/>
<     <inductionLoop id="64464" lane="-323916051#1_0" pos="57.54" file="detector.out.xml" freq="3600"/>
<     <inductionLoop id="17547" lane="323916051#0_0" pos="0.00" file="detector.out.xml" freq="3600"/>
< </additional>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> mapDetectors.py, in <module>
>     main()
> mapDetectors.py, in main
>     detID, best.getID(), pos, options.detOut, options.interval))
> TypeError: write() argument 1 must be unicode, not str

TEST FAILED on ts-sim-build-ba : district districtMapper plain ( Last six runs Sep2024 )

---------- Differences in errors ----------
4c4
< districtMapper.py: error: the following arguments are required: -1/--net-file1, -2/--net-file2, -a/--junctions1, -b/--junctions2
---
> districtMapper.py: error: argument -1/--net-file1 is required

TEST FAILED on ts-sim-build-ba : district edgesInDistricts weighted ( Last six runs Sep2024 )

---------- Differences in additional ----------
6,21d5
<         <tazSource id="absBeg" weight="13859.69"/>
<         <tazSink id="absBeg" weight="13859.69"/>
<     </taz>
<     <taz id="e" shape="1995.0,-5.0 2005.0,-5.0 2005.0,5.0 1995.0,5.0 -1995.0,-5.0" color="blue">
<         <tazSource id="absBeg" weight="13859.69"/>
<         <tazSink id="absBeg" weight="13859.69"/>
<         <tazSource id="absEnd" weight="13900.00"/>
<         <tazSink id="absEnd" weight="13900.00"/>
<         <tazSource id="end" weight="13859.69"/>
<         <tazSink id="end" weight="13859.69"/>
<         <tazSource id="left2end" weight="13769.34"/>
<         <tazSink id="left2end" weight="13769.34"/>
<         <tazSource id="middle" weight="13767.95"/>
<         <tazSink id="middle" weight="13767.95"/>
<     </taz>
< </tazs>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> edgesInDistricts.py, in <module>
>     dec.writeResults(options)
> edgesInDistricts.py, in writeResults
>     '        <tazSource id="%s" weight="%.2f"/>\n' % (edge.getID(), weight))
> TypeError: write() argument 1 must be unicode, not str

TEST FAILED on ts-sim-build-ba : district stationDistricts after_split ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,11
> Traceback (most recent call last):
> stationDistricts.py, in <module>
>     main(get_options())
> stationDistricts.py, in main
>     stations = initStations(options, net)
> stationDistricts.py, in initStations
>     for stop in sumolib.xml.parse(options.stopfile, ['busStop', 'trainStop']):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 465: ordinal not in range(128)
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<edges xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/edgediff_file.xsd">
</edges>
---------- Missing result in additional2 ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <taz id="0" name="Bestensee" color="0,42,255" edges="8044251#0 8044251#1">
       <param key="coord" value="3767.105 67.108"/>
    </taz>
    <taz id="1" name="Eichwalde" color="255,38,0" edges="1151635682 22955557#0 22955557#1 22955557#2 22955557#3 22955557#4 22955557#5 22955557#6 22955557#7 22955557#8 248740648#4.1425 27006469#1 27006469#2 27006469#3 27006469#4 27006469#5 27006469#6 27006469#7 27006469#8 27006469#9 441932169#5 441932172#1 441932172#2 441932172#3 441932173#0 441932173#1 441932173#2 441932173#3">
       <param key="coord" value="2698.354 14514.953"/>
    </taz>
    <taz id="2" name="Königs Wusterhausen" color="89,255,0" edges="-121902849 -124449286#0 -124449286#2 -23369315 -254025498 -254033615#0 -26926962 -26927036 -294730182 -294730183 -326225735#1 -33141915#0 -33142145#0 -33142145#1 -334912225#0 -334912225#1 -334912225#2 -347977095 -36867992 -392159899#1 -46843152 -742458418#0 -802024940 1015347135 121902848#0 121902848#1 121902850 121902851 121902852 121902853#0 121902853#1 121902854 121902857#0 121902857#1 121902859 121902860#0 121902860#1 1219028
60#2 121903338#0 121903338#1 121903607 121911138 124449286#1 124449286#2 124449286#3 124449286#4 124449286#5 154203997 22955562 254025498 254033612 254033615#0 254033615#1 255228347 255228349#0 26609040#0 26609040#1 26609040#2 26633642#0 26633642#1 26633642#2 26633642#3 26633744 26633814#0 26633814#1 26633824#0 26633824#1 26633824#2 26633833#0 26633833#1 26633833#2 26633833#3 26633833#4 26633840#0 26633840#1 26634597 26634628#0 26634628#1 26634628#2 26807695#0 26807695#1 26807695#2 26807695#3 26
807695#4 26926983 26926993#0 26926993#1 26926993#2 26926993#3 26926993#4 275098666#0 275098666#1 275098666#2 275267999#1 294730185 294730187 314928807#1 326225735#1 33141915#1 33142145#1 33142249 334912225#1 334912225#2 337460727#0 347977088 347977089#1 347977090 347977092#1 347977095 36867853 36867904#0 36867904#1 36867904#2 36867921#0 36867921#1 36867992 36897061 392159899#0 392159899#1 441828376#0 441828376#1 441828377 441888109 46843152 742458418#0 742458418#1 742458420 742458422 742458424 8
02024940 961259192">
       <param key="coord" value="3633.663 6197.534"/>
    </taz>
    <taz id="3" name="Niederlehme" color="168,255,0" edges="-176623658#0 -176623658#1 -314928807#0 -314928808 -438267819 -8044249 176623658#1 314928807#0 314928808 438267819">
       <param key="coord" value="5053.432 6778.651"/>
    </taz>
    <taz id="4" name="Wildau" color="107,0,255" edges="-153134060#3 -153134060#4 -153134060#5 -255228345#0 -255228346#0 -255228346#1 -255228346#2 -255228348#0 -255228348#1 -255228348#2 -326225735#0 153134060#3 153134060#4 153134060#5 248740648#1 248740648#2 255228345#0 255228345#1 255228346#0 255228346#1 255228346#2 255228348#0 255228348#1 255228348#2 255228349#1 6074576#1 6074658#2 6074658#3">
       <param key="coord" value="3835.645 8710.257"/>
    </taz>
    <taz id="5" name="Zeesen" color="15,0,255" edges="337460727#1 337460727#2 337460727#3 8044251#2 8044251#3 8044251#4">
       <param key="coord" value="3815.476 2674.44"/>
    </taz>
    <taz id="6" name="Zeuthen" color="255,0,165" edges="-153134060#0 -153134060#1 -153134060#2 -295348086 -36853643#0 -36853643#1 -441932166#3 -441932166#4 -441932169#2 -441932169#3 -441932169#4 153134060#0 153134060#1 153134060#2 248740648#3 248740648#4 295348086 36853643#0 36853643#1 42220072#0 42220072#1 441932166#1 441932166#2 441932166#3 441932166#4 441932169#1 441932169#2 441932169#3 441932169#4 441932173#3.1802 6074658#1">
       <param key="coord" value="3472.297 11986.187"/>
    </taz>
</additional>

TEST FAILED on ts-sim-build-ba : district stationDistricts merge ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,11
> Traceback (most recent call last):
> stationDistricts.py, in <module>
>     main(get_options())
> stationDistricts.py, in main
>     stations = initStations(options, net)
> stationDistricts.py, in initStations
>     for stop in sumolib.xml.parse(options.stopfile, ['busStop', 'trainStop']):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 465: ordinal not in range(128)
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <taz id="0" name="Bestensee" color="0,42,255" edges="8044251#0 8044251#1">
       <param key="coord" value="3767.105 67.108"/>
    </taz>
    <taz id="1" name="Eichwalde|Zeuthen" color="255,38,0" edges="-153134060#0 -153134060#1 -153134060#2 -295348086 -36853643#0 -36853643#1 -441932166#3 -441932166#4 -441932169#2 -441932169#3 -441932169#4 1151635682 153134060#0 153134060#1 153134060#2 22955557#0 22955557#1 22955557#2 22955557#3 22955557#4 22955557#5 22955557#6 22955557#7 22955557#8 248740648#3 248740648#4 27006469#1 27006469#2 27006469#3 27006469#4 27006469#5 27006469#6 27006469#7 27006469#8 27006469#9 295348086 36853643#0 368536
43#1 42220072#0 42220072#1 441932166#1 441932166#2 441932166#3 441932166#4 441932169#1 441932169#2 441932169#3 441932169#4 441932169#5 441932172#1 441932172#2 441932172#3 441932173#0 441932173#1 441932173#2 441932173#3 6074658#1">
    </taz>
    <taz id="2" name="Königs Wusterhausen" color="89,255,0" edges="-121902849 -124449286#0 -124449286#2 -23369315 -254025498 -254033615#0 -26926962 -26927036 -294730182 -294730183 -326225735#1 -33141915#0 -33142145#0 -33142145#1 -334912225#0 -334912225#1 -334912225#2 -347977095 -36867992 -392159899#1 -46843152 -742458418#0 -802024940 1015347135 121902848#0 121902848#1 121902850 121902851 121902852 121902853#0 121902853#1 121902854 121902857#0 121902857#1 121902859 121902860#0 121902860#1 1219028
60#2 121903338#0 121903338#1 121903607 121911138 124449286#1 124449286#2 124449286#3 124449286#4 124449286#5 154203997 22955562 254025498 254033612 254033615#0 254033615#1 255228347 255228349#0 26609040#0 26609040#1 26609040#2 26633642#0 26633642#1 26633642#2 26633642#3 26633744 26633814#0 26633814#1 26633824#0 26633824#1 26633824#2 26633833#0 26633833#1 26633833#2 26633833#3 26633833#4 26633840#0 26633840#1 26634597 26634628#0 26634628#1 26634628#2 26807695#0 26807695#1 26807695#2 26807695#3 26
807695#4 26926983 26926993#0 26926993#1 26926993#2 26926993#3 26926993#4 275098666#0 275098666#1 275098666#2 275267999#1 294730185 294730187 314928807#1 326225735#1 33141915#1 33142145#1 33142249 334912225#1 334912225#2 337460727#0 347977088 347977089#1 347977090 347977092#1 347977095 36867853 36867904#0 36867904#1 36867904#2 36867921#0 36867921#1 36867992 36897061 392159899#0 392159899#1 441828376#0 441828376#1 441828377 441888109 46843152 742458418#0 742458418#1 742458420 742458422 742458424 8
02024940 961259192">
       <param key="coord" value="3633.663 6197.534"/>
    </taz>
    <taz id="3" name="Niederlehme" color="168,255,0" edges="-176623658#0 -176623658#1 -314928807#0 -314928808 -438267819 -8044249 176623658#1 314928807#0 314928808 438267819">
       <param key="coord" value="5053.432 6778.651"/>
    </taz>
    <taz id="4" name="Wildau" color="107,0,255" edges="-153134060#3 -153134060#4 -153134060#5 -255228345#0 -255228346#0 -255228346#1 -255228346#2 -255228348#0 -255228348#1 -255228348#2 -326225735#0 153134060#3 153134060#4 153134060#5 248740648#1 248740648#2 255228345#0 255228345#1 255228346#0 255228346#1 255228346#2 255228348#0 255228348#1 255228348#2 255228349#1 6074576#1 6074658#2 6074658#3">
       <param key="coord" value="3835.645 8710.257"/>
    </taz>
    <taz id="5" name="Zeesen" color="15,0,255" edges="337460727#1 337460727#2 337460727#3 8044251#2 8044251#3 8044251#4">
       <param key="coord" value="3815.476 2674.44"/>
    </taz>
</additional>

TEST FAILED on ts-sim-build-ba : district stationDistricts poi-output ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,11
> Traceback (most recent call last):
> stationDistricts.py, in <module>
>     main(get_options())
> stationDistricts.py, in main
>     stations = initStations(options, net)
> stationDistricts.py, in initStations
>     for stop in sumolib.xml.parse(options.stopfile, ['busStop', 'trainStop']):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 465: ordinal not in range(128)
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <poi id="0" name="Bestensee" x="3767.105" y="67.108"/>
    <poi id="1" name="Eichwalde" x="2698.354" y="14514.953"/>
    <poi id="2" name="Königs Wusterhausen" x="3633.663" y="6197.534"/>
    <poi id="3" name="Niederlehme" x="5053.432" y="6778.651"/>
    <poi id="4" name="Wildau" x="3835.645" y="8710.257"/>
    <poi id="5" name="Zeesen" x="3815.476" y="2674.44"/>
    <poi id="6" name="Zeuthen" x="3472.297" y="11986.187"/>

TEST FAILED on ts-sim-build-ba : district stationDistricts simple ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,11
> Traceback (most recent call last):
> stationDistricts.py, in <module>
>     main(get_options())
> stationDistricts.py, in main
>     stations = initStations(options, net)
> stationDistricts.py, in initStations
>     for stop in sumolib.xml.parse(options.stopfile, ['busStop', 'trainStop']):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 465: ordinal not in range(128)
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <taz id="0" name="Bestensee" color="0,42,255" edges="8044251#0 8044251#1">
       <param key="coord" value="3767.105 67.108"/>
    </taz>
    <taz id="1" name="Eichwalde" color="255,38,0" edges="1151635682 22955557#0 22955557#1 22955557#2 22955557#3 22955557#4 22955557#5 22955557#6 22955557#7 22955557#8 248740648#3 248740648#4 27006469#1 27006469#2 27006469#3 27006469#4 27006469#5 27006469#6 27006469#7 27006469#8 27006469#9 441932169#5 441932172#1 441932172#2 441932172#3 441932173#0 441932173#1 441932173#2 441932173#3 6074658#1">
       <param key="coord" value="2698.354 14514.953"/>
    </taz>
    <taz id="2" name="Königs Wusterhausen" color="89,255,0" edges="-121902849 -124449286#0 -124449286#2 -23369315 -254025498 -254033615#0 -26926962 -26927036 -294730182 -294730183 -326225735#1 -33141915#0 -33142145#0 -33142145#1 -334912225#0 -334912225#1 -334912225#2 -347977095 -36867992 -392159899#1 -46843152 -742458418#0 -802024940 1015347135 121902848#0 121902848#1 121902850 121902851 121902852 121902853#0 121902853#1 121902854 121902857#0 121902857#1 121902859 121902860#0 121902860#1 1219028
60#2 121903338#0 121903338#1 121903607 121911138 124449286#1 124449286#2 124449286#3 124449286#4 124449286#5 154203997 22955562 254025498 254033612 254033615#0 254033615#1 255228347 255228349#0 26609040#0 26609040#1 26609040#2 26633642#0 26633642#1 26633642#2 26633642#3 26633744 26633814#0 26633814#1 26633824#0 26633824#1 26633824#2 26633833#0 26633833#1 26633833#2 26633833#3 26633833#4 26633840#0 26633840#1 26634597 26634628#0 26634628#1 26634628#2 26807695#0 26807695#1 26807695#2 26807695#3 26
807695#4 26926983 26926993#0 26926993#1 26926993#2 26926993#3 26926993#4 275098666#0 275098666#1 275098666#2 275267999#1 294730185 294730187 314928807#1 326225735#1 33141915#1 33142145#1 33142249 334912225#1 334912225#2 337460727#0 347977088 347977089#1 347977090 347977092#1 347977095 36867853 36867904#0 36867904#1 36867904#2 36867921#0 36867921#1 36867992 36897061 392159899#0 392159899#1 441828376#0 441828376#1 441828377 441888109 46843152 742458418#0 742458418#1 742458420 742458422 742458424 8
02024940 961259192">
       <param key="coord" value="3633.663 6197.534"/>
    </taz>
    <taz id="3" name="Niederlehme" color="168,255,0" edges="-176623658#0 -176623658#1 -314928807#0 -314928808 -438267819 -8044249 176623658#1 314928807#0 314928808 438267819">
       <param key="coord" value="5053.432 6778.651"/>
    </taz>
    <taz id="4" name="Wildau" color="107,0,255" edges="-153134060#3 -153134060#4 -153134060#5 -255228345#0 -255228346#0 -255228346#1 -255228346#2 -255228348#0 -255228348#1 -255228348#2 -326225735#0 153134060#3 153134060#4 153134060#5 248740648#1 248740648#2 255228345#0 255228345#1 255228346#0 255228346#1 255228346#2 255228348#0 255228348#1 255228348#2 255228349#1 6074576#1 6074658#2 6074658#3">
       <param key="coord" value="3835.645 8710.257"/>
    </taz>
    <taz id="5" name="Zeesen" color="15,0,255" edges="337460727#1 337460727#2 337460727#3 8044251#2 8044251#3 8044251#4">
       <param key="coord" value="3815.476 2674.44"/>
    </taz>
    <taz id="6" name="Zeuthen" color="255,0,165" edges="-153134060#0 -153134060#1 -153134060#2 -295348086 -36853643#0 -36853643#1 -441932166#3 -441932166#4 -441932169#2 -441932169#3 -441932169#4 153134060#0 153134060#1 153134060#2 248740648#4 295348086 36853643#0 36853643#1 42220072#0 42220072#1 441932166#1 441932166#2 441932166#3 441932166#4 441932169#1 441932169#2 441932169#3 441932169#4 441932173#3">
       <param key="coord" value="3472.297 11986.187"/>
    </taz>
</additional>

TEST FAILED on ts-sim-build-ba : district stationDistricts split ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,11
> Traceback (most recent call last):
> stationDistricts.py, in <module>
>     main(get_options())
> stationDistricts.py, in main
>     stations = initStations(options, net)
> stationDistricts.py, in initStations
>     for stop in sumolib.xml.parse(options.stopfile, ['busStop', 'trainStop']):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 465: ordinal not in range(128)
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<edges xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/edgediff_file.xsd">
    <edge id="248740648#4">
        <split pos="1425.1746095575097" id="248740648#4.1425"/>
    </edge>
    <edge id="441932173#3">
        <split pos="1802.675321434127" id="441932173#3.1802"/>
    </edge>
</edges>
---------- Missing result in additional2 ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <taz id="0" name="Bestensee" color="0,42,255" edges="8044251#0 8044251#1">
       <param key="coord" value="3767.105 67.108"/>
    </taz>
    <taz id="1" name="Eichwalde" color="255,38,0" edges="1151635682 22955557#0 22955557#1 22955557#2 22955557#3 22955557#4 22955557#5 22955557#6 22955557#7 22955557#8 248740648#3 248740648#4 27006469#1 27006469#2 27006469#3 27006469#4 27006469#5 27006469#6 27006469#7 27006469#8 27006469#9 441932169#5 441932172#1 441932172#2 441932172#3 441932173#0 441932173#1 441932173#2 441932173#3 6074658#1">
       <param key="coord" value="2698.354 14514.953"/>
    </taz>
    <taz id="2" name="Königs Wusterhausen" color="89,255,0" edges="-121902849 -124449286#0 -124449286#2 -23369315 -254025498 -254033615#0 -26926962 -26927036 -294730182 -294730183 -326225735#1 -33141915#0 -33142145#0 -33142145#1 -334912225#0 -334912225#1 -334912225#2 -347977095 -36867992 -392159899#1 -46843152 -742458418#0 -802024940 1015347135 121902848#0 121902848#1 121902850 121902851 121902852 121902853#0 121902853#1 121902854 121902857#0 121902857#1 121902859 121902860#0 121902860#1 1219028
60#2 121903338#0 121903338#1 121903607 121911138 124449286#1 124449286#2 124449286#3 124449286#4 124449286#5 154203997 22955562 254025498 254033612 254033615#0 254033615#1 255228347 255228349#0 26609040#0 26609040#1 26609040#2 26633642#0 26633642#1 26633642#2 26633642#3 26633744 26633814#0 26633814#1 26633824#0 26633824#1 26633824#2 26633833#0 26633833#1 26633833#2 26633833#3 26633833#4 26633840#0 26633840#1 26634597 26634628#0 26634628#1 26634628#2 26807695#0 26807695#1 26807695#2 26807695#3 26
807695#4 26926983 26926993#0 26926993#1 26926993#2 26926993#3 26926993#4 275098666#0 275098666#1 275098666#2 275267999#1 294730185 294730187 314928807#1 326225735#1 33141915#1 33142145#1 33142249 334912225#1 334912225#2 337460727#0 347977088 347977089#1 347977090 347977092#1 347977095 36867853 36867904#0 36867904#1 36867904#2 36867921#0 36867921#1 36867992 36897061 392159899#0 392159899#1 441828376#0 441828376#1 441828377 441888109 46843152 742458418#0 742458418#1 742458420 742458422 742458424 8
02024940 961259192">
       <param key="coord" value="3633.663 6197.534"/>
    </taz>
    <taz id="3" name="Niederlehme" color="168,255,0" edges="-176623658#0 -176623658#1 -314928807#0 -314928808 -438267819 -8044249 176623658#1 314928807#0 314928808 438267819">
       <param key="coord" value="5053.432 6778.651"/>
    </taz>
    <taz id="4" name="Wildau" color="107,0,255" edges="-153134060#3 -153134060#4 -153134060#5 -255228345#0 -255228346#0 -255228346#1 -255228346#2 -255228348#0 -255228348#1 -255228348#2 -326225735#0 153134060#3 153134060#4 153134060#5 248740648#1 248740648#2 255228345#0 255228345#1 255228346#0 255228346#1 255228346#2 255228348#0 255228348#1 255228348#2 255228349#1 6074576#1 6074658#2 6074658#3">
       <param key="coord" value="3835.645 8710.257"/>
    </taz>
    <taz id="5" name="Zeesen" color="15,0,255" edges="337460727#1 337460727#2 337460727#3 8044251#2 8044251#3 8044251#4">
       <param key="coord" value="3815.476 2674.44"/>
    </taz>
    <taz id="6" name="Zeuthen" color="255,0,165" edges="-153134060#0 -153134060#1 -153134060#2 -295348086 -36853643#0 -36853643#1 -441932166#3 -441932166#4 -441932169#2 -441932169#3 -441932169#4 153134060#0 153134060#1 153134060#2 248740648#4 295348086 36853643#0 36853643#1 42220072#0 42220072#1 441932166#1 441932166#2 441932166#3 441932166#4 441932169#1 441932169#2 441932169#3 441932169#4 441932173#3">
       <param key="coord" value="3472.297 11986.187"/>
    </taz>
</additional>

TEST FAILED on ts-sim-build-ba : drt drtOnline 2taxis_10persons exhaustive_search ( Last six runs Sep2024 )

---------- Differences in output ----------
14c14
< Dispatch: taxiA_0y_2y_3y_1y_3z_0z_1z_2z
---
> Dispatch: taxiA_0y_2y_3y_3z_1y_0z_1z_2z
22c22
< Dispatch: taxiB_6y_5y_6z_5z
---
> Dispatch: taxiB_5y_6y_5z_6z
29c29
< Dispatch: taxiB_6y_7y_5y_9y_7z_6z_5z_9z
---
> Dispatch: taxiB_5y_7y_9y_6y_5z_9z_7z_6z

TEST FAILED on ts-sim-build-ba : drt drtOnline customized_times exhaustive_search ( Last six runs Sep2024 )

---------- Differences in output ----------
13c13
< Dispatch: taxiB_2y_3y_3z_2z
---
> Dispatch: taxiA_2y_3y_3z_2z
20c20
< Dispatch: taxiA_6y_6z
---
> Dispatch: taxiB_6y_6z
28,29c28,29
< Dispatch: taxiA_6y_7y_7z_6z
< Dispatch: taxiB_3y_8y_3z_8z_2z
---
> Dispatch: taxiA_3y_8y_3z_8z_2z
> Dispatch: taxiB_6y_7y_7z_6z

TEST FAILED on ts-sim-build-ba : drt drtOnline customized_times simple_rerouting ( Last six runs Sep2024 )

---------- Differences in output ----------
13c13
< Dispatch: taxiC_2y_3y_3z_2z
---
> Dispatch: taxiB_2y_3y_3z_2z
19a20
> Dispatch: taxiC_4y_5y_4z_5z
21d21
< Dispatch: taxiB_4y_5y_4z_5z

TEST FAILED on ts-sim-build-ba : drt drtOnline max_processing ( Last six runs Sep2024 )

---------- Differences in output ----------
27,28d26
< Processing time for reservation 5 -person ('5',)- was exceeded. Reservation can not be served
< 
30a29,30
> Processing time for reservation 5 -person ('5',)- was exceeded. Reservation can not be served
> 
37,38d36
< Processing time for reservation 8 -person ('8',)- was exceeded. Reservation can not be served
< 
39a38,39
> 
> Processing time for reservation 8 -person ('8',)- was exceeded. Reservation can not be served

TEST FAILED on ts-sim-build-ba : drt drtOnline oneVehicle exhaustive_search ( Last six runs Sep2024 )

---------- Differences in output ----------
53d52
< Reservation 5 (person ('5',)) cannot be served
54a54
> Reservation 5 (person ('5',)) cannot be served
59d58
< Reservation 8 (person ('8',)) cannot be served
60a60
> Reservation 8 (person ('8',)) cannot be served

TEST FAILED on ts-sim-build-ba : drt drtOnline oneVehicle simple_rerouting ( Last six runs Sep2024 )

---------- Differences in output ----------
54,55d53
< Reservation 3 (person ('3',)) cannot be served
< Reservation 4 (person ('4',)) cannot be served
56a55,56
> Reservation 4 (person ('4',)) cannot be served
> Reservation 3 (person ('3',)) cannot be served
68d67
< Reservation 8 (person ('8',)) cannot be served
69a69
> Reservation 8 (person ('8',)) cannot be served

TEST FAILED on ts-sim-build-ba : drt drtOnline oneVehicle tracefile ( Last six runs Sep2024 )

---------- Differences in output ----------
54,55d53
< Reservation 3 (person ('3',)) cannot be served
< Reservation 4 (person ('4',)) cannot be served
56a55,56
> Reservation 4 (person ('4',)) cannot be served
> Reservation 3 (person ('3',)) cannot be served
68d67
< Reservation 8 (person ('8',)) cannot be served
69a69
> Reservation 8 (person ('8',)) cannot be served
---------- Differences in tracefile ----------
15,16d14
< traci.person.removeStage('3', 0)
< traci.person.removeStage('4', 0)
17a16,17
> traci.person.removeStage('4', 0)
> traci.person.removeStage('3', 0)
21d20
< traci.person.removeStage('8', 0)
22a22
> traci.person.removeStage('8', 0)

TEST FAILED on ts-sim-build-ba : drt drtOnline stop_duration exhaustive_search ( Last six runs Sep2024 )

---------- Differences in output ----------
15c15
< Dispatch: taxiB_3y_1y_3z_1z
---
> Dispatch: taxiB_1y_3y_3z_1z
64d63
< Reservation 4 (person ('4',)) cannot be served
65a65,66
> Reservation 4 (person ('4',)) cannot be served
> Solve ILP
70a72
> Solve ILP

TEST FAILED on ts-sim-build-ba : drt drtOnline stop_duration simple_rerouting ( Last six runs Sep2024 )

---------- Differences in output ----------
14c14
< Dispatch: taxiB_1y_3y_3z_1z
---
> Dispatch: taxiB_3y_1y_3z_1z
29d28
< Solve ILP
34d32
< Solve ILP
39d36
< Solve ILP
44d40
< Solve ILP
49d44
< Solve ILP
54d48
< Reservation 2 (person ('2',)) cannot be served
56c50
< Solve ILP
---
> Reservation 2 (person ('2',)) cannot be served
61d54
< Reservation 4 (person ('4',)) cannot be served
63c56
< Solve ILP
---
> Reservation 4 (person ('4',)) cannot be served
70d62
< Solve ILP

TEST FAILED on ts-sim-build-ba : drt drtOrtools direct_route_factor_1 ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,4
> drtOrtools.py
>     def dispatch(time_limit: int, solution_requests: TranslatedSolutions,
>                            ^
> SyntaxError: invalid syntax
---------- Differences in output ----------
1,123d0
< Simulation parameters:
<   end: 600.0
<   interval: 30
<   time_limit: 10
<   cost_type: CostType.DISTANCE
<   drf: 1.0
<   waiting_time: 900
<   fix_allocation: False
< timestep: 0.0
< Reservations waiting: ['0', '1']
< Taxis empty: ('v0',)
< Solve CPDP
< Start creating the model.
< dp reservations: ['0', '1']
< do reservations: []
< Reservation 0 starts at edge B0C0
< Reservation 1 starts at edge C0D0
< Reservation 0 ends at edge C1D1
< Reservation 1 ends at edge D0D1
< Reservation 0 has direct route costs 680
< Reservation 1 has direct route costs 385
< Penalty factor is 2000
< Start solving the problem.
<  Register distance callback.
<  Create time dimension.
<  Add distance constraints...
<  Add pickup and delivery constraints...
< pickup/dropoff nodes: 1/2
< allow to reject new reservation 0
<truncated after showing first 30 lines>
---------- Missing result in tripinfos ----------
<?xml version="1.0" encoding="UTF-8"?>


<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
    <personinfo id="0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.06" duration="151.00" waitingTime="31.00" timeLoss="11.02" traveltime="120.00">
        <ride waitingTime="31.00" vehicle="v0" depart="31.00" arrival="151.00" arrivalPos="285.60" duration="120.00" routeLength="675.07" timeLoss="11.02"/>
    </personinfo>
    <personinfo id="1" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="297.00" waitingTime="197.00" timeLoss="13.14" traveltime="100.00">
        <ride waitingTime="197.00" vehicle="v0" depart="197.00" arrival="297.00" arrivalPos="85.60" duration="100.00" routeLength="380.46" timeLoss="13.14"/>
    </personinfo>
    <tripinfo id="v0" depart="0.00" departLane="A0B0_1" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="630.00" routeLength="1766.56" waitingTime="7.00" waitingCount="2" stopTime="456.00" timeLoss="43.28" rerouteNo="2" devices="tripinfo_v0 taxi_v0 person_v0" vType="taxi" speedFactor="1.01" vaporized="">
        <taxi customers="2" occupiedDistance="1055.54" occupiedTime="106.00"/>
    </tripinfo>
</tripinfos>
---------- Missing result in xmlstats ----------
<?xml version="1.0" encoding="UTF-8"?>


<statistics xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/statistic_file.xsd">
    <vehicles loaded="21" inserted="1" running="1" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="2" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
    <vehicleTripStatistics count="1" routeLength="1766.56" speed="2.80" duration="630.00" waitingTime="7.00" timeLoss="43.28" departDelay="0.00" departDelayWaiting="0.00" totalTravelTime="630.00" totalDepartDelay="0.00"/>
    <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/>
    <rideStatistics number="2" waitingTime="114.00" routeLength="527.77" duration="110.00" bus="0" train="0" taxi="2" bike="0" aborted="0"/>
    <transportStatistics number="0"/>
</statistics>

TEST FAILED on ts-sim-build-ba : drt drtOrtools direct_route_factor_3 ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,4
> drtOrtools.py
>     def dispatch(time_limit: int, solution_requests: TranslatedSolutions,
>                            ^
> SyntaxError: invalid syntax
---------- Differences in output ----------
1,111d0
< Simulation parameters:
<   end: 600.0
<   interval: 30
<   time_limit: 10
<   cost_type: CostType.DISTANCE
<   drf: 3.0
<   waiting_time: 900
<   fix_allocation: False
< timestep: 0.0
< Reservations waiting: ['0', '1']
< Taxis empty: ('v0',)
< Solve CPDP
< Start creating the model.
< dp reservations: ['0', '1']
< do reservations: []
< Reservation 0 starts at edge B0C0
< Reservation 1 starts at edge C0D0
< Reservation 0 ends at edge C1D1
< Reservation 1 ends at edge D0D1
< Reservation 0 has direct route costs 680
< Reservation 1 has direct route costs 385
< Penalty factor is 2000
< Start solving the problem.
<  Register distance callback.
<  Create time dimension.
<  Add distance constraints...
<  Add pickup and delivery constraints...
< pickup/dropoff nodes: 1/2
< allow to reject new reservation 0
<truncated after showing first 30 lines>
---------- Missing result in tripinfos ----------
<?xml version="1.0" encoding="UTF-8"?>


<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
    <personinfo id="1" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="160.00" waitingTime="60.00" timeLoss="13.14" traveltime="100.00">
        <ride waitingTime="60.00" vehicle="v0" depart="60.00" arrival="160.00" arrivalPos="85.60" duration="100.00" routeLength="380.47" timeLoss="13.14"/>
    </personinfo>
    <personinfo id="0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.06" duration="278.00" waitingTime="31.00" timeLoss="32.49" traveltime="247.00">
        <ride waitingTime="31.00" vehicle="v0" depart="31.00" arrival="278.00" arrivalPos="285.60" duration="247.00" routeLength="1270.50" timeLoss="32.49"/>
    </personinfo>
    <tripinfo id="v0" depart="0.00" departLane="A0B0_1" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="630.00" routeLength="1572.35" waitingTime="7.00" waitingCount="2" stopTime="475.00" timeLoss="39.87" rerouteNo="2" devices="tripinfo_v0 taxi_v0 person_v0" vType="taxi" speedFactor="1.01" vaporized="">
        <taxi customers="2" occupiedDistance="1270.50" occupiedTime="130.00"/>
    </tripinfo>
</tripinfos>
---------- Missing result in xmlstats ----------
<?xml version="1.0" encoding="UTF-8"?>


<statistics xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/statistic_file.xsd">
    <vehicles loaded="21" inserted="1" running="1" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="2" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
    <vehicleTripStatistics count="1" routeLength="1572.35" speed="2.50" duration="630.00" waitingTime="7.00" timeLoss="39.87" departDelay="0.00" departDelayWaiting="0.00" totalTravelTime="630.00" totalDepartDelay="0.00"/>
    <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/>
    <rideStatistics number="2" waitingTime="45.50" routeLength="825.49" duration="173.50" bus="0" train="0" taxi="2" bike="0" aborted="0"/>
    <transportStatistics number="0"/>
</statistics>

TEST FAILED on ts-sim-build-ba : drt drtOrtools oneTaxi_addNewReq ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,4
> drtOrtools.py
>     def dispatch(time_limit: int, solution_requests: TranslatedSolutions,
>                            ^
> SyntaxError: invalid syntax
---------- Differences in output ----------
1,160d0
< Simulation parameters:
<   end: 600.0
<   interval: 30
<   time_limit: 10
<   cost_type: CostType.DISTANCE
<   drf: -1.0
<   waiting_time: 900
<   fix_allocation: False
< timestep: 0.0
< Reservations waiting: ['0', '1']
< Taxis empty: ('v0',)
< Solve CPDP
< Start creating the model.
< dp reservations: ['0', '1']
< do reservations: []
< Reservation 0 starts at edge B0C0
< Reservation 1 starts at edge C0D0
< Reservation 0 ends at edge C1D1
< Reservation 1 ends at edge D0D1
< Reservation 0 has direct route costs 680
< Reservation 1 has direct route costs 385
< Penalty factor is 2000
< Start solving the problem.
<  Register distance callback.
<  Create time dimension.
<  Add distance constraints...
<  Add pickup and delivery constraints...
< pickup/dropoff nodes: 1/2
< allow to reject new reservation 0
<truncated after showing first 30 lines>
---------- Missing result in tripinfos ----------
<?xml version="1.0" encoding="UTF-8"?>


<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
    <personinfo id="1" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="158.00" waitingTime="59.00" timeLoss="13.03" traveltime="99.00">
        <ride waitingTime="59.00" vehicle="v0" depart="59.00" arrival="158.00" arrivalPos="85.60" duration="99.00" routeLength="380.47" timeLoss="13.03"/>
    </personinfo>
    <personinfo id="0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.06" duration="297.00" waitingTime="30.00" timeLoss="40.64" traveltime="267.00">
        <ride waitingTime="30.00" vehicle="v0" depart="30.00" arrival="297.00" arrivalPos="285.60" duration="267.00" routeLength="1464.97" timeLoss="40.64"/>
    </personinfo>
    <personinfo id="2" depart="170.00" type="DEFAULT_PEDTYPE" speedFactor="1.01" duration="203.00" waitingTime="32.00" timeLoss="16.46" traveltime="171.00">
        <ride waitingTime="32.00" vehicle="v0" depart="202.00" arrival="373.00" arrivalPos="85.60" duration="171.00" routeLength="480.24" timeLoss="16.46"/>
    </personinfo>
    <tripinfo id="v0" depart="0.00" departLane="A0B0_1" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="630.00" routeLength="1866.56" waitingTime="9.00" waitingCount="3" stopTime="442.00" timeLoss="55.32" rerouteNo="4" devices="tripinfo_v0 taxi_v0 person_v0" vType="taxi" speedFactor="1.04" vaporized="">
        <taxi customers="3" occupiedDistance="1564.76" occupiedTime="166.00"/>
    </tripinfo>
</tripinfos>
---------- Missing result in xmlstats ----------
<?xml version="1.0" encoding="UTF-8"?>


<statistics xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/statistic_file.xsd">
    <vehicles loaded="33" inserted="1" running="1" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="3" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
    <vehicleTripStatistics count="1" routeLength="1866.56" speed="2.96" duration="630.00" waitingTime="9.00" timeLoss="55.32" departDelay="0.00" departDelayWaiting="0.00" totalTravelTime="630.00" totalDepartDelay="0.00"/>
    <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/>
    <rideStatistics number="3" waitingTime="40.33" routeLength="775.23" duration="179.00" bus="0" train="0" taxi="3" bike="0" aborted="0"/>
    <transportStatistics number="0"/>
</statistics>

TEST FAILED on ts-sim-build-ba : drt drtOrtools plain ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,4
> drtOrtools.py
>     def dispatch(time_limit: int, solution_requests: TranslatedSolutions,
>                            ^
> SyntaxError: invalid syntax
---------- Differences in output ----------
1,313d0
< Simulation parameters:
<   end: 900.0
<   interval: 30
<   time_limit: 10
<   cost_type: CostType.DISTANCE
<   drf: 1.5
<   waiting_time: 900
<   fix_allocation: False
< timestep: 0.0
< Reservations waiting: ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9']
< Taxis empty: ('v0', 'v1')
< Solve CPDP
< Start creating the model.
< dp reservations: ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9']
< do reservations: []
< Reservation 0 starts at edge C1C2
< Reservation 1 starts at edge B2B1
< Reservation 2 starts at edge C2C1
< Reservation 3 starts at edge B1A1
< Reservation 4 starts at edge A1A0
< Reservation 5 starts at edge D0D1
< Reservation 6 starts at edge D2E2
< Reservation 7 starts at edge D0D1
< Reservation 8 starts at edge B0B1
< Reservation 9 starts at edge C1B1
< Reservation 0 ends at edge B0C0
< Reservation 1 ends at edge C2D2
< Reservation 2 ends at edge E1E2
< Reservation 3 ends at edge B2B1
<truncated after showing first 30 lines>
---------- Missing result in tripinfos ----------
<?xml version="1.0" encoding="UTF-8"?>


<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
    <personinfo id="8" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="122.00" waitingTime="30.00" timeLoss="13.16" traveltime="92.00">
        <ride waitingTime="30.00" vehicle="v0" depart="30.00" arrival="122.00" arrivalPos="85.60" duration="92.00" routeLength="270.92" timeLoss="13.16"/>
    </personinfo>
    <personinfo id="3" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.08" duration="127.00" waitingTime="40.00" timeLoss="20.10" traveltime="87.00">
        <ride waitingTime="40.00" vehicle="v1" depart="40.00" arrival="127.00" arrivalPos="4.97" duration="87.00" routeLength="890.44" timeLoss="20.10"/>
    </personinfo>
    <personinfo id="0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.06" duration="305.00" waitingTime="156.00" timeLoss="26.94" traveltime="149.00">
        <ride waitingTime="156.00" vehicle="v0" depart="156.00" arrival="305.00" arrivalPos="285.60" duration="149.00" routeLength="865.10" timeLoss="26.94"/>
    </personinfo>
    <personinfo id="1" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="329.00" waitingTime="128.00" timeLoss="24.70" traveltime="201.00">
        <ride waitingTime="128.00" vehicle="v1" depart="128.00" arrival="329.00" arrivalPos="285.60" duration="201.00" routeLength="774.87" timeLoss="24.70"/>
    </personinfo>
    <personinfo id="4" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.03" duration="433.00" waitingTime="72.00" timeLoss="50.29" traveltime="361.00">
        <ride waitingTime="72.00" vehicle="v1" depart="72.00" arrival="433.00" arrivalPos="85.60" duration="361.00" routeLength="1760.15" timeLoss="50.29"/>
    </personinfo>
    <personinfo id="9" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.86" duration="444.00" waitingTime="183.00" timeLoss="30.72" traveltime="261.00">
        <ride waitingTime="183.00" vehicle="v0" depart="183.00" arrival="444.00" arrivalPos="285.60" duration="261.00" routeLength="1570.50" timeLoss="30.72"/>
    </personinfo>
    <personinfo id="7" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.89" duration="572.00" waitingTime="453.00" timeLoss="18.18" traveltime="119.00">
        <ride waitingTime="453.00" vehicle="v0" depart="453.00" arrival="572.00" arrivalPos="85.60" duration="119.00" routeLength="570.46" timeLoss="18.18"/>
    </personinfo>
    <personinfo id="6" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.05" duration="658.00" waitingTime="478.00" timeLoss="22.07" traveltime="180.00">
        <ride waitingTime="478.00" vehicle="v1" depart="478.00" arrival="658.00" arrivalPos="285.60" duration="180.00" routeLength="1359.20" timeLoss="22.07"/>
    </personinfo>
    <personinfo id="2" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.01" duration="747.00" waitingTime="592.00" timeLoss="24.89" traveltime="155.00">
        <ride waitingTime="592.00" vehicle="v0" depart="592.00" arrival="747.00" arrivalPos="85.60" duration="155.00" routeLength="974.65" timeLoss="24.89"/>
<truncated after showing first 30 lines>
---------- Missing result in xmlstats ----------
<?xml version="1.0" encoding="UTF-8"?>


<statistics xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/statistic_file.xsd">
    <vehicles loaded="311" inserted="2" running="2" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="10" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
    <vehicleTripStatistics count="2" routeLength="4510.56" speed="4.85" duration="930.00" waitingTime="17.00" timeLoss="119.30" departDelay="0.00" departDelayWaiting="0.00" totalTravelTime="1860.00" totalDepartDelay="0.00"/>
    <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/>
    <rideStatistics number="10" waitingTime="277.10" routeLength="1000.34" duration="181.90" bus="0" train="0" taxi="10" bike="0" aborted="0"/>
    <transportStatistics number="0"/>
</statistics>

TEST FAILED on ts-sim-build-ba : drt drtOrtools time_window1 ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,4
> drtOrtools.py
>     def dispatch(time_limit: int, solution_requests: TranslatedSolutions,
>                            ^
> SyntaxError: invalid syntax
---------- Differences in output ----------
1,125d0
< Simulation parameters:
<   end: 600.0
<   interval: 30
<   time_limit: 10
<   cost_type: CostType.DISTANCE
<   drf: 1.5
<   waiting_time: 900
<   fix_allocation: False
< timestep: 0.0
< Reservations waiting: ['0', '1']
< Taxis empty: ('v0',)
< Solve CPDP
< Start creating the model.
< dp reservations: ['0', '1']
< do reservations: []
< Reservation 0 starts at edge B0C0
< Reservation 1 starts at edge C0D0
< Reservation 0 ends at edge C1D1
< Reservation 1 ends at edge D0D1
< Reservation 0 has direct route costs 680
< Reservation 1 has direct route costs 385
< Penalty factor is 2000
< Start solving the problem.
<  Register distance callback.
<  Create time dimension.
<  Add distance constraints...
<  Add pickup and delivery constraints...
< pickup/dropoff nodes: 1/2
< allow to reject new reservation 0
<truncated after showing first 30 lines>
---------- Missing result in tripinfos ----------
<?xml version="1.0" encoding="UTF-8"?>


<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
    <personinfo id="1" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="154.00" waitingTime="54.00" timeLoss="13.14" traveltime="100.00">
        <ride waitingTime="54.00" vehicle="v0" depart="54.00" arrival="154.00" arrivalPos="85.60" duration="100.00" routeLength="380.42" timeLoss="13.14"/>
    </personinfo>
    <personinfo id="0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.06" duration="343.00" waitingTime="223.00" timeLoss="10.95" traveltime="120.00">
        <ride waitingTime="223.00" vehicle="v0" depart="223.00" arrival="343.00" arrivalPos="285.60" duration="120.00" routeLength="675.04" timeLoss="10.95"/>
    </personinfo>
    <tripinfo id="v0" depart="0.00" departLane="A0B0_1" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="630.00" routeLength="2376.08" waitingTime="7.00" waitingCount="2" stopTime="410.00" timeLoss="45.36" rerouteNo="2" devices="tripinfo_v0 taxi_v0 person_v0" vType="taxi" speedFactor="1.01" vaporized="">
        <taxi customers="2" occupiedDistance="1055.46" occupiedTime="106.00"/>
    </tripinfo>
</tripinfos>
---------- Missing result in xmlstats ----------
<?xml version="1.0" encoding="UTF-8"?>


<statistics xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/statistic_file.xsd">
    <vehicles loaded="21" inserted="1" running="1" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="2" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
    <vehicleTripStatistics count="1" routeLength="2376.08" speed="3.77" duration="630.00" waitingTime="7.00" timeLoss="45.36" departDelay="0.00" departDelayWaiting="0.00" totalTravelTime="630.00" totalDepartDelay="0.00"/>
    <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/>
    <rideStatistics number="2" waitingTime="138.50" routeLength="527.73" duration="110.00" bus="0" train="0" taxi="2" bike="0" aborted="0"/>
    <transportStatistics number="0"/>
</statistics>

TEST FAILED on ts-sim-build-ba : drt drtOrtools time_window2 ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,4
> drtOrtools.py
>     def dispatch(time_limit: int, solution_requests: TranslatedSolutions,
>                            ^
> SyntaxError: invalid syntax
---------- Differences in output ----------
1,123d0
< Simulation parameters:
<   end: 600.0
<   interval: 30
<   time_limit: 10
<   cost_type: CostType.DISTANCE
<   drf: 1.5
<   waiting_time: 900
<   fix_allocation: False
< timestep: 0.0
< Reservations waiting: ['0', '1']
< Taxis empty: ('v0',)
< Solve CPDP
< Start creating the model.
< dp reservations: ['0', '1']
< do reservations: []
< Reservation 0 starts at edge B0C0
< Reservation 1 starts at edge C0D0
< Reservation 0 ends at edge C1D1
< Reservation 1 ends at edge D0D1
< Reservation 0 has direct route costs 680
< Reservation 1 has direct route costs 385
< Penalty factor is 2000
< Start solving the problem.
<  Register distance callback.
<  Create time dimension.
<  Add distance constraints...
<  Add pickup and delivery constraints...
< pickup/dropoff nodes: 1/2
< allow to reject new reservation 0
<truncated after showing first 30 lines>
---------- Missing result in tripinfos ----------
<?xml version="1.0" encoding="UTF-8"?>


<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
    <personinfo id="0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.06" duration="151.00" waitingTime="31.00" timeLoss="11.02" traveltime="120.00">
        <ride waitingTime="31.00" vehicle="v0" depart="31.00" arrival="151.00" arrivalPos="285.60" duration="120.00" routeLength="675.07" timeLoss="11.02"/>
    </personinfo>
    <personinfo id="1" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="297.00" waitingTime="197.00" timeLoss="13.14" traveltime="100.00">
        <ride waitingTime="197.00" vehicle="v0" depart="197.00" arrival="297.00" arrivalPos="85.60" duration="100.00" routeLength="380.46" timeLoss="13.14"/>
    </personinfo>
    <tripinfo id="v0" depart="0.00" departLane="A0B0_1" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="630.00" routeLength="1766.56" waitingTime="7.00" waitingCount="2" stopTime="456.00" timeLoss="43.28" rerouteNo="2" devices="tripinfo_v0 taxi_v0 person_v0" vType="taxi" speedFactor="1.01" vaporized="">
        <taxi customers="2" occupiedDistance="1055.54" occupiedTime="106.00"/>
    </tripinfo>
</tripinfos>
---------- Missing result in xmlstats ----------
<?xml version="1.0" encoding="UTF-8"?>


<statistics xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/statistic_file.xsd">
    <vehicles loaded="21" inserted="1" running="1" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="2" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
    <vehicleTripStatistics count="1" routeLength="1766.56" speed="2.80" duration="630.00" waitingTime="7.00" timeLoss="43.28" departDelay="0.00" departDelayWaiting="0.00" totalTravelTime="630.00" totalDepartDelay="0.00"/>
    <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/>
    <rideStatistics number="2" waitingTime="114.00" routeLength="527.77" duration="110.00" bus="0" train="0" taxi="2" bike="0" aborted="0"/>
    <transportStatistics number="0"/>
</statistics>

TEST FAILED on ts-sim-build-ba : drt drtOrtools time_window3 ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,4
> drtOrtools.py
>     def dispatch(time_limit: int, solution_requests: TranslatedSolutions,
>                            ^
> SyntaxError: invalid syntax
---------- Differences in output ----------
1,163d0
< Simulation parameters:
<   end: 600.0
<   interval: 30
<   time_limit: 10
<   cost_type: CostType.DISTANCE
<   drf: 1.5
<   waiting_time: 900
<   fix_allocation: False
< timestep: 0.0
< Reservations waiting: ['0']
< Taxis empty: ('v0',)
< Solve CPDP
< Start creating the model.
< dp reservations: ['0']
< do reservations: []
< Reservation 0 starts at edge B0C0
< Reservation 0 ends at edge D1C1
< Reservation 0 has direct route costs 985
< Penalty factor is 2000
< Start solving the problem.
<  Register distance callback.
<  Create time dimension.
<  Add distance constraints...
<  Add pickup and delivery constraints...
< pickup/dropoff nodes: 1/2
< allow to reject new reservation 0
<  Add direct route factor constraints...
< reservation 0: direct route cost 985 and (hard) max cost 1478
<  Add dropoff constraints...
<truncated after showing first 30 lines>
---------- Missing result in tripinfos ----------
<?xml version="1.0" encoding="UTF-8"?>


<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
    <tripinfo id="v1" depart="0.00" departLane="B0C0_1" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="106.00" arrivalLane="C0D0_1" arrivalPos="285.60" arrivalSpeed="13.85" duration="106.00" routeLength="580.50" waitingTime="0.00" waitingCount="0" stopTime="56.00" timeLoss="11.12" rerouteNo="0" devices="tripinfo_v1" vType="DEFAULT_VEHTYPE" speedFactor="1.08" vaporized=""/>
    <personinfo id="0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.06" duration="211.00" waitingTime="29.00" timeLoss="51.46" traveltime="182.00">
        <ride waitingTime="29.00" vehicle="v0" depart="29.00" arrival="211.00" arrivalPos="285.60" duration="182.00" routeLength="980.27" timeLoss="51.46"/>
    </personinfo>
    <personinfo id="1" depart="80.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="258.00" waitingTime="151.00" timeLoss="11.92" traveltime="107.00">
        <ride waitingTime="151.00" vehicle="v0" depart="231.00" arrival="338.00" arrivalPos="85.60" duration="107.00" routeLength="480.23" timeLoss="11.92"/>
    </personinfo>
    <tripinfo id="v0" depart="0.00" departLane="A0B0_1" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="630.00" routeLength="1866.56" waitingTime="36.00" waitingCount="3" stopTime="415.00" timeLoss="76.94" rerouteNo="4" devices="tripinfo_v0 taxi_v0 person_v0" vType="taxi" speedFactor="1.01" vaporized="">
        <taxi customers="2" occupiedDistance="1460.50" occupiedTime="175.00"/>
    </tripinfo>
</tripinfos>
---------- Missing result in xmlstats ----------
<?xml version="1.0" encoding="UTF-8"?>


<statistics xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/statistic_file.xsd">
    <vehicles loaded="20" inserted="2" running="1" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="2" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
    <vehicleTripStatistics count="2" routeLength="1223.53" speed="4.22" duration="368.00" waitingTime="18.00" timeLoss="44.03" departDelay="0.00" departDelayWaiting="0.00" totalTravelTime="736.00" totalDepartDelay="0.00"/>
    <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/>
    <rideStatistics number="2" waitingTime="90.00" routeLength="730.25" duration="144.50" bus="0" train="0" taxi="2" bike="0" aborted="0"/>
    <transportStatistics number="0"/>
</statistics>

TEST FAILED on ts-sim-build-ba : drt drtOrtools twoTaxis ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,4
> drtOrtools.py
>     def dispatch(time_limit: int, solution_requests: TranslatedSolutions,
>                            ^
> SyntaxError: invalid syntax
---------- Differences in output ----------
1,300d0
< Simulation parameters:
<   end: 900.0
<   interval: 30
<   time_limit: 10
<   cost_type: CostType.DISTANCE
<   drf: -1.0
<   waiting_time: 900
<   fix_allocation: False
< timestep: 0.0
< Reservations waiting: ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9']
< Taxis empty: ('v0', 'v1')
< Solve CPDP
< Start creating the model.
< dp reservations: ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9']
< do reservations: []
< Reservation 0 starts at edge C1C2
< Reservation 1 starts at edge B2B1
< Reservation 2 starts at edge C2C1
< Reservation 3 starts at edge B1A1
< Reservation 4 starts at edge A1A0
< Reservation 5 starts at edge D0D1
< Reservation 6 starts at edge D2E2
< Reservation 7 starts at edge D0D1
< Reservation 8 starts at edge B0B1
< Reservation 9 starts at edge C1B1
< Reservation 0 ends at edge B0C0
< Reservation 1 ends at edge C2D2
< Reservation 2 ends at edge E1E2
< Reservation 3 ends at edge B2B1
<truncated after showing first 30 lines>
---------- Missing result in tripinfos ----------
<?xml version="1.0" encoding="UTF-8"?>


<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
    <personinfo id="8" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="201.00" waitingTime="30.00" timeLoss="33.34" traveltime="171.00">
        <ride waitingTime="30.00" vehicle="v0" depart="30.00" arrival="201.00" arrivalPos="85.60" duration="171.00" routeLength="1070.86" timeLoss="33.34"/>
    </personinfo>
    <personinfo id="3" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.08" duration="202.00" waitingTime="44.00" timeLoss="27.90" traveltime="158.00">
        <ride waitingTime="44.00" vehicle="v0" depart="44.00" arrival="202.00" arrivalPos="85.60" duration="158.00" routeLength="971.06" timeLoss="27.90"/>
    </personinfo>
    <personinfo id="0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.06" duration="226.00" waitingTime="71.00" timeLoss="30.00" traveltime="155.00">
        <ride waitingTime="71.00" vehicle="v1" depart="71.00" arrival="226.00" arrivalPos="285.60" duration="155.00" routeLength="865.12" timeLoss="30.00"/>
    </personinfo>
    <personinfo id="1" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="337.00" waitingTime="32.00" timeLoss="51.87" traveltime="305.00">
        <ride waitingTime="32.00" vehicle="v1" depart="32.00" arrival="337.00" arrivalPos="285.60" duration="305.00" routeLength="1759.08" timeLoss="51.87"/>
    </personinfo>
    <personinfo id="4" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.03" duration="382.00" waitingTime="75.00" timeLoss="47.11" traveltime="307.00">
        <ride waitingTime="75.00" vehicle="v0" depart="75.00" arrival="382.00" arrivalPos="85.60" duration="307.00" routeLength="1960.16" timeLoss="47.11"/>
    </personinfo>
    <personinfo id="2" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.01" duration="457.00" waitingTime="86.00" timeLoss="58.86" traveltime="371.00">
        <ride waitingTime="86.00" vehicle="v1" depart="86.00" arrival="457.00" arrivalPos="85.60" duration="371.00" routeLength="1754.20" timeLoss="58.86"/>
    </personinfo>
    <personinfo id="5" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.83" duration="485.00" waitingTime="266.00" timeLoss="29.95" traveltime="219.00">
        <ride waitingTime="266.00" vehicle="v0" depart="266.00" arrival="485.00" arrivalPos="87.60" duration="219.00" routeLength="966.30" timeLoss="29.95"/>
    </personinfo>
    <personinfo id="9" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.86" duration="568.00" waitingTime="103.00" timeLoss="64.78" traveltime="465.00">
        <ride waitingTime="103.00" vehicle="v1" depart="103.00" arrival="568.00" arrivalPos="285.60" duration="465.00" routeLength="2144.45" timeLoss="64.78"/>
    </personinfo>
    <personinfo id="7" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.89" duration="696.00" waitingTime="577.00" timeLoss="17.52" traveltime="119.00">
        <ride waitingTime="577.00" vehicle="v1" depart="577.00" arrival="696.00" arrivalPos="85.60" duration="119.00" routeLength="570.46" timeLoss="17.52"/>
<truncated after showing first 30 lines>
---------- Missing result in xmlstats ----------
<?xml version="1.0" encoding="UTF-8"?>


<statistics xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/statistic_file.xsd">
    <vehicles loaded="311" inserted="2" running="2" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="10" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
    <vehicleTripStatistics count="2" routeLength="3531.14" speed="3.80" duration="930.00" waitingTime="17.50" timeLoss="105.79" departDelay="0.00" departDelayWaiting="0.00" totalTravelTime="1860.00" totalDepartDelay="0.00"/>
    <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/>
    <rideStatistics number="10" waitingTime="163.10" routeLength="1399.13" duration="272.00" bus="0" train="0" taxi="10" bike="0" aborted="0"/>
    <transportStatistics number="0"/>
</statistics>

TEST FAILED on ts-sim-build-ba : drt drtOrtools twoTaxis_addNewReq_fixed_allocation ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,4
> drtOrtools.py
>     def dispatch(time_limit: int, solution_requests: TranslatedSolutions,
>                            ^
> SyntaxError: invalid syntax
---------- Differences in output ----------
1,295d0
< Simulation parameters:
<   end: 600.0
<   interval: 30
<   time_limit: 10
<   cost_type: CostType.DISTANCE
<   drf: 1.5
<   waiting_time: 900
<   fix_allocation: True
< timestep: 0.0
< Reservations waiting: ['0']
< Taxis empty: ('v0', 'v1')
< Solve CPDP
< Start creating the model.
< dp reservations: ['0']
< do reservations: []
< Reservation 0 starts at edge B0C0
< Reservation 0 ends at edge C1D1
< Reservation 0 has direct route costs 680
< Penalty factor is 2000
< Start solving the problem.
<  Register distance callback.
<  Create time dimension.
<  Add distance constraints...
<  Add pickup and delivery constraints...
< pickup/dropoff nodes: 1/2
< allow to reject new reservation 0
<  Add direct route factor constraints...
< reservation 0: direct route cost 680 and (hard) max cost 1020
<  Add dropoff constraints...
<truncated after showing first 30 lines>
---------- Missing result in tripinfos ----------
<?xml version="1.0" encoding="UTF-8"?>


<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
    <personinfo id="0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.06" duration="210.00" waitingTime="31.00" timeLoss="11.02" traveltime="179.00">
        <ride waitingTime="31.00" vehicle="v0" depart="31.00" arrival="210.00" arrivalPos="285.60" duration="179.00" routeLength="675.07" timeLoss="11.02"/>
    </personinfo>
    <personinfo id="1" depart="10.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="346.00" waitingTime="246.00" timeLoss="13.14" traveltime="100.00">
        <ride waitingTime="246.00" vehicle="v0" depart="256.00" arrival="356.00" arrivalPos="85.60" duration="100.00" routeLength="380.46" timeLoss="13.14"/>
    </personinfo>
    <personinfo id="2" depart="140.00" type="DEFAULT_PEDTYPE" speedFactor="0.88" duration="370.00" waitingTime="261.00" timeLoss="13.99" traveltime="109.00">
        <ride waitingTime="261.00" vehicle="v0" depart="401.00" arrival="510.00" arrivalPos="85.60" duration="109.00" routeLength="480.22" timeLoss="13.99"/>
    </personinfo>
    <tripinfo id="v0" depart="0.00" departLane="A0B0_1" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="630.00" routeLength="2665.72" waitingTime="11.00" waitingCount="3" stopTime="364.00" timeLoss="67.81" rerouteNo="6" devices="tripinfo_v0 taxi_v0 person_v0" vType="taxi" speedFactor="1.01" vaporized="">
        <taxi customers="3" occupiedDistance="1535.76" occupiedTime="159.00"/>
    </tripinfo>
    <tripinfo id="v1" depart="0.00" departLane="A2B2_1" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="630.00" routeLength="282.49" waitingTime="0.00" waitingCount="0" stopTime="603.00" timeLoss="7.47" rerouteNo="0" devices="tripinfo_v1 taxi_v1" vType="taxi" speedFactor="1.04" vaporized="">
        <taxi customers="0" occupiedDistance="0.00" occupiedTime="0.00"/>
    </tripinfo>
</tripinfos>
---------- Missing result in xmlstats ----------
<?xml version="1.0" encoding="UTF-8"?>


<statistics xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/statistic_file.xsd">
    <vehicles loaded="66" inserted="2" running="2" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="3" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
    <vehicleTripStatistics count="2" routeLength="1474.10" speed="2.34" duration="630.00" waitingTime="5.50" timeLoss="37.64" departDelay="0.00" departDelayWaiting="0.00" totalTravelTime="1260.00" totalDepartDelay="0.00"/>
    <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/>
    <rideStatistics number="3" waitingTime="179.33" routeLength="511.92" duration="129.33" bus="0" train="0" taxi="3" bike="0" aborted="0"/>
    <transportStatistics number="0"/>
</statistics>

TEST FAILED on ts-sim-build-ba : drt drtOrtools waiting_time1 ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,4
> drtOrtools.py
>     def dispatch(time_limit: int, solution_requests: TranslatedSolutions,
>                            ^
> SyntaxError: invalid syntax
---------- Differences in output ----------
1,184d0
< Simulation parameters:
<   end: 600.0
<   interval: 30
<   time_limit: 10
<   cost_type: CostType.DISTANCE
<   drf: 3.0
<   waiting_time: 40.0
<   fix_allocation: True
< timestep: 0.0
< Reservations waiting: ['0', '1']
< Taxis empty: ('v0',)
< Solve CPDP
< Start creating the model.
< dp reservations: ['0', '1']
< do reservations: []
< Reservation 0 starts at edge B0C0
< Reservation 1 starts at edge C2C1
< Reservation 0 ends at edge C1C2
< Reservation 1 ends at edge C0B0
< Reservation 0 has direct route costs 485
< Reservation 1 has direct route costs 480
< Penalty factor is 2000
< Start solving the problem.
<  Register distance callback.
<  Create time dimension.
<  Add distance constraints...
<  Add pickup and delivery constraints...
< pickup/dropoff nodes: 1/2
< allow to reject new reservation 0
<truncated after showing first 30 lines>
---------- Missing result in tripinfos ----------
<?xml version="1.0" encoding="UTF-8"?>


<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
    <personinfo id="0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.06" duration="60.00" waitingTime="60.00" timeLoss="-0.00" traveltime="60.00">
        <ride waitingTime="60.00" vehicle="NULL" depart="-1" arrival="60.00" arrivalPos="285.60" duration="60.00" routeLength="-1.00" timeLoss="-0.00"/>
        <stop duration="0.00" arrival="60.00" arrivalPos="0.00" actType="last stage removed"/>
    </personinfo>
    <personinfo id="1" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="60.00" waitingTime="60.00" timeLoss="-0.00" traveltime="60.00">
        <ride waitingTime="60.00" vehicle="NULL" depart="-1" arrival="60.00" arrivalPos="85.60" duration="60.00" routeLength="-1.00" timeLoss="-0.00"/>
        <stop duration="0.00" arrival="60.00" arrivalPos="0.00" actType="last stage removed"/>
    </personinfo>
    <tripinfo id="v0" depart="0.00" departLane="A0B0_1" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="630.00" routeLength="282.50" waitingTime="0.00" waitingCount="0" stopTime="603.00" timeLoss="6.77" rerouteNo="0" devices="tripinfo_v0 taxi_v0" vType="taxi" speedFactor="1.01" vaporized="">
        <taxi customers="0" occupiedDistance="0.00" occupiedTime="0.00"/>
    </tripinfo>
</tripinfos>
---------- Missing result in xmlstats ----------
<?xml version="1.0" encoding="UTF-8"?>


<statistics xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/statistic_file.xsd">
    <vehicles loaded="41" inserted="1" running="1" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="2" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
    <vehicleTripStatistics count="1" routeLength="282.50" speed="0.45" duration="630.00" waitingTime="0.00" timeLoss="6.77" departDelay="0.00" departDelayWaiting="0.00" totalTravelTime="630.00" totalDepartDelay="0.00"/>
    <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/>
    <rideStatistics number="2" waitingTime="60.00" routeLength="-1.00" duration="60.00" bus="0" train="0" taxi="0" bike="0" aborted="0"/>
    <transportStatistics number="0"/>
</statistics>

TEST FAILED on ts-sim-build-ba : drt drtOrtools waiting_time2 ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,4
> drtOrtools.py
>     def dispatch(time_limit: int, solution_requests: TranslatedSolutions,
>                            ^
> SyntaxError: invalid syntax
---------- Differences in output ----------
1,247d0
< Simulation parameters:
<   end: 600.0
<   interval: 30
<   time_limit: 10
<   cost_type: CostType.DISTANCE
<   drf: 3.0
<   waiting_time: 80.0
<   fix_allocation: True
< timestep: 0.0
< Reservations waiting: ['0', '1']
< Taxis empty: ('v0',)
< Solve CPDP
< Start creating the model.
< dp reservations: ['0', '1']
< do reservations: []
< Reservation 0 starts at edge B0C0
< Reservation 1 starts at edge C2C1
< Reservation 0 ends at edge C1C2
< Reservation 1 ends at edge C0B0
< Reservation 0 has direct route costs 485
< Reservation 1 has direct route costs 480
< Penalty factor is 2000
< Start solving the problem.
<  Register distance callback.
<  Create time dimension.
<  Add distance constraints...
<  Add pickup and delivery constraints...
< pickup/dropoff nodes: 1/2
< allow to reject new reservation 0
<truncated after showing first 30 lines>
---------- Missing result in tripinfos ----------
<?xml version="1.0" encoding="UTF-8"?>


<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
    <personinfo id="1" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="90.00" waitingTime="90.00" timeLoss="-0.00" traveltime="90.00">
        <ride waitingTime="90.00" vehicle="NULL" depart="-1" arrival="90.00" arrivalPos="85.60" duration="90.00" routeLength="-1.00" timeLoss="-0.00"/>
        <stop duration="0.00" arrival="90.00" arrivalPos="0.00" actType="last stage removed"/>
    </personinfo>
    <personinfo id="0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.06" duration="150.00" waitingTime="31.00" timeLoss="12.94" traveltime="119.00">
        <ride waitingTime="31.00" vehicle="v0" depart="31.00" arrival="150.00" arrivalPos="85.60" duration="119.00" routeLength="480.44" timeLoss="12.94"/>
    </personinfo>
    <tripinfo id="v0" depart="0.00" departLane="A0B0_1" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="630.00" routeLength="782.29" waitingTime="4.00" waitingCount="1" stopTime="553.00" timeLoss="20.32" rerouteNo="4" devices="tripinfo_v0 taxi_v0 person_v0" vType="taxi" speedFactor="1.01" vaporized="">
        <taxi customers="1" occupiedDistance="480.44" occupiedTime="51.00"/>
    </tripinfo>
</tripinfos>
---------- Missing result in xmlstats ----------
<?xml version="1.0" encoding="UTF-8"?>


<statistics xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/statistic_file.xsd">
    <vehicles loaded="47" inserted="1" running="1" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="2" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
    <vehicleTripStatistics count="1" routeLength="782.29" speed="1.24" duration="630.00" waitingTime="4.00" timeLoss="20.32" departDelay="0.00" departDelayWaiting="0.00" totalTravelTime="630.00" totalDepartDelay="0.00"/>
    <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/>
    <rideStatistics number="2" waitingTime="60.50" routeLength="239.72" duration="104.50" bus="0" train="0" taxi="1" bike="0" aborted="0"/>
    <transportStatistics number="0"/>
</statistics>

TEST FAILED on ts-sim-build-ba : drt drtOrtools waiting_time3 ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,4
> drtOrtools.py
>     def dispatch(time_limit: int, solution_requests: TranslatedSolutions,
>                            ^
> SyntaxError: invalid syntax
---------- Differences in output ----------
1,115d0
< Simulation parameters:
<   end: 600.0
<   interval: 30
<   time_limit: 10
<   cost_type: CostType.DISTANCE
<   drf: 3.0
<   waiting_time: 150.0
<   fix_allocation: True
< timestep: 0.0
< Reservations waiting: ['0', '1']
< Taxis empty: ('v0',)
< Solve CPDP
< Start creating the model.
< dp reservations: ['0', '1']
< do reservations: []
< Reservation 0 starts at edge B0C0
< Reservation 1 starts at edge C2C1
< Reservation 0 ends at edge C1C2
< Reservation 1 ends at edge C0B0
< Reservation 0 has direct route costs 485
< Reservation 1 has direct route costs 480
< Penalty factor is 2000
< Start solving the problem.
<  Register distance callback.
<  Create time dimension.
<  Add distance constraints...
<  Add pickup and delivery constraints...
< pickup/dropoff nodes: 1/2
< allow to reject new reservation 0
<truncated after showing first 30 lines>
---------- Missing result in tripinfos ----------
<?xml version="1.0" encoding="UTF-8"?>


<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
    <personinfo id="0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.06" duration="162.00" waitingTime="31.00" timeLoss="21.06" traveltime="131.00">
        <ride waitingTime="31.00" vehicle="v0" depart="31.00" arrival="162.00" arrivalPos="85.60" duration="131.00" routeLength="660.99" timeLoss="21.06"/>
    </personinfo>
    <personinfo id="1" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="273.00" waitingTime="78.00" timeLoss="26.15" traveltime="195.00">
        <ride waitingTime="78.00" vehicle="v0" depart="78.00" arrival="273.00" arrivalPos="285.60" duration="195.00" routeLength="655.83" timeLoss="26.15"/>
    </personinfo>
    <tripinfo id="v0" depart="0.00" departLane="A0B0_1" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="630.00" routeLength="1447.74" waitingTime="4.00" waitingCount="2" stopTime="480.00" timeLoss="42.50" rerouteNo="2" devices="tripinfo_v0 taxi_v0 person_v0" vType="taxi" speedFactor="1.01" vaporized="">
        <taxi customers="2" occupiedDistance="1145.89" occupiedTime="125.00"/>
    </tripinfo>
</tripinfos>
---------- Missing result in xmlstats ----------
<?xml version="1.0" encoding="UTF-8"?>


<statistics xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/statistic_file.xsd">
    <vehicles loaded="21" inserted="1" running="1" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="2" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
    <vehicleTripStatistics count="1" routeLength="1447.74" speed="2.30" duration="630.00" waitingTime="4.00" timeLoss="42.50" departDelay="0.00" departDelayWaiting="0.00" totalTravelTime="630.00" totalDepartDelay="0.00"/>
    <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/>
    <rideStatistics number="2" waitingTime="54.50" routeLength="658.41" duration="163.00" bus="0" train="0" taxi="2" bike="0" aborted="0"/>
    <transportStatistics number="0"/>
</statistics>

TEST FAILED on ts-sim-build-ba : drt drtOrtools waiting_time4 ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,4
> drtOrtools.py
>     def dispatch(time_limit: int, solution_requests: TranslatedSolutions,
>                            ^
> SyntaxError: invalid syntax
---------- Differences in output ----------
1,120d0
< Simulation parameters:
<   end: 600.0
<   interval: 30
<   time_limit: 10
<   cost_type: CostType.DISTANCE
<   drf: 3.0
<   waiting_time: 300.0
<   fix_allocation: True
< timestep: 0.0
< Reservations waiting: ['0', '1']
< Taxis empty: ('v0',)
< Solve CPDP
< Start creating the model.
< dp reservations: ['0', '1']
< do reservations: []
< Reservation 0 starts at edge B0C0
< Reservation 1 starts at edge C2C1
< Reservation 0 ends at edge C1C2
< Reservation 1 ends at edge C0B0
< Reservation 0 has direct route costs 485
< Reservation 1 has direct route costs 480
< Penalty factor is 2000
< Start solving the problem.
<  Register distance callback.
<  Create time dimension.
<  Add distance constraints...
<  Add pickup and delivery constraints...
< pickup/dropoff nodes: 1/2
< allow to reject new reservation 0
<truncated after showing first 30 lines>
---------- Missing result in tripinfos ----------
<?xml version="1.0" encoding="UTF-8"?>


<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
    <personinfo id="0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.06" duration="138.00" waitingTime="31.00" timeLoss="12.94" traveltime="107.00">
        <ride waitingTime="31.00" vehicle="v0" depart="31.00" arrival="138.00" arrivalPos="85.60" duration="107.00" routeLength="480.44" timeLoss="12.94"/>
    </personinfo>
    <personinfo id="1" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="0.94" duration="253.00" waitingTime="146.00" timeLoss="13.51" traveltime="107.00">
        <ride waitingTime="146.00" vehicle="v0" depart="146.00" arrival="253.00" arrivalPos="285.60" duration="107.00" routeLength="475.28" timeLoss="13.51"/>
    </personinfo>
    <tripinfo id="v0" depart="0.00" departLane="A0B0_1" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="-1.00" arrivalLane="" arrivalPos="-1.00" arrivalSpeed="-1.00" duration="630.00" routeLength="1267.19" waitingTime="7.00" waitingCount="2" stopTime="500.00" timeLoss="37.74" rerouteNo="2" devices="tripinfo_v0 taxi_v0 person_v0" vType="taxi" speedFactor="1.01" vaporized="">
        <taxi customers="2" occupiedDistance="955.73" occupiedTime="100.00"/>
    </tripinfo>
</tripinfos>
---------- Missing result in xmlstats ----------
<?xml version="1.0" encoding="UTF-8"?>


<statistics xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/statistic_file.xsd">
    <vehicles loaded="21" inserted="1" running="1" waiting="0"/>
    <teleports total="0" jam="0" yield="0" wrongLane="0"/>
    <safety collisions="0" emergencyStops="0" emergencyBraking="0"/>
    <persons loaded="2" running="0" jammed="0"/>
    <personTeleports total="0" abortWait="0" wrongDest="0"/>
    <vehicleTripStatistics count="1" routeLength="1267.19" speed="2.01" duration="630.00" waitingTime="7.00" timeLoss="37.74" departDelay="0.00" departDelayWaiting="0.00" totalTravelTime="630.00" totalDepartDelay="0.00"/>
    <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/>
    <rideStatistics number="2" waitingTime="88.50" routeLength="477.86" duration="107.00" bus="0" train="0" taxi="2" bike="0" aborted="0"/>
    <transportStatistics number="0"/>
</statistics>

TEST FAILED on ts-sim-build-ba : import GTFS import_begin28800_end72000 gtfs2pt_osm ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,13
> Traceback (most recent call last):
> gtfs2pt.py, in <module>
>     main(get_options())
> gtfs2pt.py, in main
>     osm_routes = gtfs2osm.import_osm(options, net)
> miscutils.py, in benchmark_wrapper
>     result = func(*args, **kwargs)
> gtfs2osm.py, in import_osm
>     for ptLine in sumolib.xml.parse(options.osm_routes, "ptLine"):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 2063: ordinal not in range(128)
---------- Differences in output ----------
4,5d3
< Map stops and routes
< Generates stops and routes output
---------- Missing result in gtfs_additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <busStop id="120010039401_0" lane="-171756596_0" startPos="0.00" endPos="13.00" name="Braunschweig Staatstheater" friendlyPos="true"/>
    <busStop id="120010034202_0" lane="-5148300_0" startPos="0.00" endPos="13.00" name="Braunschweig Rathaus" friendlyPos="true"/>
    <busStop id="120010032201_0" lane="37983000_0" startPos="28.48" endPos="41.48" name="Braunschweig Packhof" friendlyPos="true"/>
    <busStop id="120010031501_0" lane="30425275#0_0" startPos="29.12" endPos="42.12" name="Braunschweig Hintern Brüdern" friendlyPos="true"/>
    <busStop id="120010001502_0" lane="8108069_0" startPos="0.00" endPos="13.00" name="Braunschweig Altstadtmarkt" friendlyPos="true"/>
    <busStop id="120010016104_0" lane="8618349#0_0" startPos="31.99" endPos="44.99" name="Braunschweig Güldenstraße" friendlyPos="true"/>
    <busStop id="120010041001_0" lane="319389908#0_0" startPos="79.29" endPos="92.29" name="Braunschweig Südstraße" friendlyPos="true"/>
    <busStop id="120010016202_0" lane="127240643#2_0" startPos="0.56" endPos="13.56" name="Braunschweig Holzhof" friendlyPos="true"/>
</additional>
---------- Missing result in gtfs_routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <route id="2485" edges="-171756596 -37976103#3 -314841164#1 -37976385#1 -615184925 -198087353#0 -5148300 22978949#0 54684975#0 54684975#11 23386846#0 37983000 28381788 28509534#0 28509534#1 28509707#0 307200571 409312582#1 30425275#0 291686198 210624811#0 210624811#2 210624811#3 210624811#4 409312580 8108069 -376915189 -8107411#2 8618349#0 8618349#3 319389908#0 31016344#0 316781879#0 8618348 316785565 23118706 384876527 384876526 4743778#0 127240643#0 127240643#1 127240643#2"/>
    <vehicle id="132189814.0" route="2485" line="31727_3_132189814" depart="36900" departEdge="0" arrivalEdge="41" type="bus">
        <param key="gtfs.route_name" value="413"/>
        <param key="gtfs.trip_headsign" value="Braunschweig Dieselstraße"/>
        <stop busStop="120010039401_0" arrival="36900" duration="10" until="36900"/><!--stopSequence="16.0/23.0" "Braunschweig Staatstheater"-->
        <stop busStop="120010034202_0" arrival="37020" duration="10" until="37020"/><!--stopSequence="17.0/23.0" "Braunschweig Rathaus"-->
        <stop busStop="120010032201_0" arrival="37080" duration="10" until="37080"/><!--stopSequence="18.0/23.0" "Braunschweig Packhof"-->
        <stop busStop="120010031501_0" arrival="37140" duration="10" until="37140"/><!--stopSequence="19.0/23.0" "Braunschweig Hintern Brüdern"-->
        <stop busStop="120010001502_0" arrival="37200" duration="10" until="37200"/><!--stopSequence="20.0/23.0" "Braunschweig Altstadtmarkt"-->
        <stop busStop="120010016104_0" arrival="37320" duration="10" until="37320"/><!--stopSequence="21.0/23.0" "Braunschweig Güldenstraße"-->
        <stop busStop="120010041001_0" arrival="37380" duration="10" until="37380"/><!--stopSequence="22.0/23.0" "Braunschweig Südstraße"-->
        <stop busStop="120010016202_0" arrival="37440" duration="10" until="37440"/><!--stopSequence="23.0/23.0" "Braunschweig Holzhof"-->
    </vehicle>
    <vehicle id="132190299.0" route="2485" line="31727_3_132190299" depart="43320" departEdge="6" arrivalEdge="41" type="bus">
        <param key="gtfs.route_name" value="413"/>
        <param key="gtfs.trip_headsign" value="Leiferde"/>
        <stop busStop="120010034202_0" arrival="43320" duration="10" until="43320"/><!--stopSequence="0.0/38.0" "Braunschweig Rathaus"-->
        <stop busStop="120010032201_0" arrival="43380" duration="10" until="43380"/><!--stopSequence="33.0/38.0" "Braunschweig Packhof"-->
        <stop busStop="120010031501_0" arrival="43440" duration="10" until="43440"/><!--stopSequence="34.0/38.0" "Braunschweig Hintern Brüdern"-->
        <stop busStop="120010001502_0" arrival="43500" duration="10" until="43500"/><!--stopSequence="35.0/38.0" "Braunschweig Altstadtmarkt"-->
        <stop busStop="120010016104_0" arrival="43620" duration="10" until="43620"/><!--stopSequence="36.0/38.0" "Braunschweig Güldenstraße"-->
        <stop busStop="120010041001_0" arrival="43680" duration="10" until="43680"/><!--stopSequence="37.0/38.0" "Braunschweig Südstraße"-->
        <stop busStop="120010016202_0" arrival="43740" duration="10" until="43740"/><!--stopSequence="38.0/38.0" "Braunschweig Holzhof"-->
    </vehicle>
</routes>
---------- Missing result in vehtypes ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <vType id="bus" vClass="bus"/>
</additional>

TEST FAILED on ts-sim-build-ba : import GTFS import_begin72000_end115200 gtfs2pt_osm ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,13
> Traceback (most recent call last):
> gtfs2pt.py, in <module>
>     main(get_options())
> gtfs2pt.py, in main
>     osm_routes = gtfs2osm.import_osm(options, net)
> miscutils.py, in benchmark_wrapper
>     result = func(*args, **kwargs)
> gtfs2osm.py, in import_osm
>     for ptLine in sumolib.xml.parse(options.osm_routes, "ptLine"):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 2063: ordinal not in range(128)
---------- Differences in output ----------
4,6d3
< Map stops and routes
< Generates stops and routes output
< Not all given gtfs elements have been mapped, see gtfs_missing.xml for more information
---------- Missing result in gtfs_additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <busStop id="120010016201_0" lane="316791974#1_0" startPos="7.60" endPos="20.60" name="Braunschweig Holzhof" friendlyPos="true"/>
    <busStop id="120010004601_0" lane="316791983_0" startPos="0.00" endPos="13.00" name="Braunschweig Am Wassertor" friendlyPos="true"/>
    <busStop id="120010022110_0" lane="43328051#0_0" startPos="24.74" endPos="37.74" name="Braunschweig John-F.-Kennedy-Platz" friendlyPos="true"/>
    <busStop id="120010022108_0" lane="32055654_0" startPos="0.00" endPos="13.00" name="Braunschweig John-F.-Kennedy-Platz" friendlyPos="true"/>
    <busStop id="120010013713_0" lane="588927595_0" startPos="53.40" endPos="66.40" name="Braunschweig Friedrich-Wilhelm-Platz" friendlyPos="true"/>
    <busStop id="120010016202_0" lane="127240643#2_0" startPos="0.56" endPos="13.56" name="Braunschweig Holzhof" friendlyPos="true"/>
    <busStop id="120010022105_0" lane="32055654_0" startPos="0.00" endPos="13.00" name="Braunschweig John-F.-Kennedy-Platz" friendlyPos="true"/>
    <busStop id="120010007512_0" lane="5021504_0" startPos="23.72" endPos="36.72" name="Braunschweig Schloss" friendlyPos="true"/>
    <busStop id="120010034211_0" lane="27220209#0_0" startPos="0.00" endPos="13.00" name="Braunschweig Rathaus" friendlyPos="true"/>
    <busStop id="120010022113_0" lane="5059167#0_0" startPos="26.17" endPos="39.17" name="Braunschweig John-F.-Kennedy-Platz" friendlyPos="true"/>
    <busStop id="120010013704_0" lane="588927595_0" startPos="47.22" endPos="60.22" name="Braunschweig Friedrich-Wilhelm-Platz" friendlyPos="true"/>
    <busStop id="120010013002_0" lane="122119622#0_0" startPos="82.59" endPos="95.59" name="Braunschweig Europaplatz" friendlyPos="true"/>
    <busStop id="120010034202_0" lane="-5148300_0" startPos="0.00" endPos="13.00" name="Braunschweig Rathaus" friendlyPos="true"/>
    <busStop id="120010032201_0" lane="37983000_0" startPos="28.48" endPos="41.48" name="Braunschweig Packhof" friendlyPos="true"/>
    <busStop id="120010031501_0" lane="30425275#0_0" startPos="29.12" endPos="42.12" name="Braunschweig Hintern Brüdern" friendlyPos="true"/>
    <busStop id="120010001502_0" lane="8108069_0" startPos="0.00" endPos="13.00" name="Braunschweig Altstadtmarkt" friendlyPos="true"/>
    <busStop id="120010016102_0" lane="-320399277#2_0" startPos="0.00" endPos="13.00" name="Braunschweig Güldenstraße" friendlyPos="true"/>
</additional>
---------- Missing result in gtfs_missing ----------
<missingElements>
    <stop id="120010007513" name="Braunschweig Schloss" ptLine="620" direction_id="1"/>
    <stop id="120010034205" name="Braunschweig Rathaus" ptLine="620" direction_id="1"/>
</missingElements>
---------- Missing result in gtfs_routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <route id="1960" edges="-171756596 -37976103#3 -314841164#1 -37976385#1 -615184925 -198087353#0 -5148300 22978949#0 54684975#0 54684975#11 23386846#0 37983000 28381788 28509534#0 28509534#1 28509707#0 307200571 409312582#1 30425275#0 291686198 210624811#0 210624811#2 210624811#3 210624811#4 409312580 8108069 -376915189 -8107411#2 -320399277#2 -320814805#1 -59873991 -8118981 -320814798 -59873992 -25087143 -25290640 -283066855"/>
    <vehicle id="132185786.0" route="1960" line="14781_3_132185786" depart="86100" departEdge="6" arrivalEdge="28" type="bus">
        <param key="gtfs.route_name" value="418"/>
        <param key="gtfs.trip_headsign" value="A&B -> Wästpark"/>
        <stop busStop="120010034202_0" arrival="86100" duration="10" until="86100"/><!--stopSequence="0.0/4.0" "Braunschweig Rathaus"-->
        <stop busStop="120010032201_0" arrival="86280" duration="10" until="86280"/><!--stopSequence="1.0/4.0" "Braunschweig Packhof"-->
        <stop busStop="120010031501_0" arrival="86340" duration="10" until="86340"/><!--stopSequence="2.0/4.0" "Braunschweig Hintern Brüdern"-->
        <stop busStop="120010001502_0" arrival="86580" duration="10" until="86580"/><!--stopSequence="3.0/4.0" "Braunschweig Altstadtmarkt"-->
        <stop busStop="120010016102_0" arrival="86700" duration="10" until="86700"/><!--stopSequence="4.0/4.0" "Braunschweig Güldenstraße"-->
    </vehicle>
    <route id="2559" edges="316791974#0 316791974#1 30426508#0 317191948 171349008#0 316791987#1 316791983 316791991 25076268 316779270 23209056#0 23209056#2 305951352 311580921#0 311580921#1 311580921#2 25076286#0 43328051#0"/>
    <vehicle id="132183536.0" route="2559" line="32727_3_132183536" depart="87540" departEdge="1" arrivalEdge="17" type="bus">
        <param key="gtfs.route_name" value="419"/>
        <param key="gtfs.trip_headsign" value="Braunschweig Hauptbahnhof"/>
        <stop busStop="120010016201_0" arrival="87540" duration="10" until="87540"/><!--stopSequence="22.0/24.0" "Braunschweig Holzhof"-->
        <stop busStop="120010004601_0" arrival="87600" duration="10" until="87600"/><!--stopSequence="23.0/24.0" "Braunschweig Am Wassertor"-->
        <stop busStop="120010022110_0" arrival="87720" duration="10" until="87720"/><!--stopSequence="24.0/24.0" "Braunschweig John-F.-Kennedy-Platz"-->
    </vehicle>
    <route id="2548" edges="25290398 25290438 32055654 5059167#0 305951363 25076279#0 25076279#1 23209054#0 29085916#0 588927595 6279149#0 316781871#1 30426426#0 316781875#0 306497784 306497780 23118706 384876527 384876526 4743778#0 127240643#0 127240643#1 127240643#2"/>
    <vehicle id="132194506.1" route="2548" line="32616_3_132194506" depart="88920" departEdge="2" arrivalEdge="22" type="bus">
        <param key="gtfs.route_name" value="429"/>
        <param key="gtfs.trip_headsign" value="Braunschweig Hauptbahnhof"/>
        <stop busStop="120010022108_0" arrival="88920" duration="10" until="88920"/><!--stopSequence="2.0/4.0" "Braunschweig John-F.-Kennedy-Platz"-->
        <stop busStop="120010013713_0" arrival="88980" duration="10" until="88980"/><!--stopSequence="3.0/4.0" "Braunschweig Friedrich-Wilhelm-Platz"-->
        <stop busStop="120010016202_0" arrival="89100" duration="10" until="89100"/><!--stopSequence="4.0/4.0" "Braunschweig Holzhof"-->
    </vehicle>
<truncated after showing first 30 lines>
---------- Missing result in vehtypes ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <vType id="bus" vClass="bus"/>
</additional>

TEST FAILED on ts-sim-build-ba : import GTFS import_begin72000_end259200 gtfs2pt_osm ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,13
> Traceback (most recent call last):
> gtfs2pt.py, in <module>
>     main(get_options())
> gtfs2pt.py, in main
>     osm_routes = gtfs2osm.import_osm(options, net)
> miscutils.py, in benchmark_wrapper
>     result = func(*args, **kwargs)
> gtfs2osm.py, in import_osm
>     for ptLine in sumolib.xml.parse(options.osm_routes, "ptLine"):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 2063: ordinal not in range(128)
---------- Differences in output ----------
4,6d3
< Map stops and routes
< Generates stops and routes output
< Not all given gtfs elements have been mapped, see gtfs_missing.xml for more information
---------- Missing result in gtfs_additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <busStop id="120010016201_0" lane="316791974#1_0" startPos="7.60" endPos="20.60" name="Braunschweig Holzhof" friendlyPos="true"/>
    <busStop id="120010004601_0" lane="316791983_0" startPos="0.00" endPos="13.00" name="Braunschweig Am Wassertor" friendlyPos="true"/>
    <busStop id="120010022110_0" lane="43328051#0_0" startPos="24.74" endPos="37.74" name="Braunschweig John-F.-Kennedy-Platz" friendlyPos="true"/>
    <busStop id="120010022108_0" lane="32055654_0" startPos="0.00" endPos="13.00" name="Braunschweig John-F.-Kennedy-Platz" friendlyPos="true"/>
    <busStop id="120010013713_0" lane="588927595_0" startPos="53.40" endPos="66.40" name="Braunschweig Friedrich-Wilhelm-Platz" friendlyPos="true"/>
    <busStop id="120010016202_0" lane="127240643#2_0" startPos="0.56" endPos="13.56" name="Braunschweig Holzhof" friendlyPos="true"/>
    <busStop id="120010022105_0" lane="32055654_0" startPos="0.00" endPos="13.00" name="Braunschweig John-F.-Kennedy-Platz" friendlyPos="true"/>
    <busStop id="120010007512_0" lane="5021504_0" startPos="23.72" endPos="36.72" name="Braunschweig Schloss" friendlyPos="true"/>
    <busStop id="120010034211_0" lane="27220209#0_0" startPos="0.00" endPos="13.00" name="Braunschweig Rathaus" friendlyPos="true"/>
    <busStop id="120010022113_0" lane="5059167#0_0" startPos="26.17" endPos="39.17" name="Braunschweig John-F.-Kennedy-Platz" friendlyPos="true"/>
    <busStop id="120010013704_0" lane="588927595_0" startPos="47.22" endPos="60.22" name="Braunschweig Friedrich-Wilhelm-Platz" friendlyPos="true"/>
    <busStop id="120010013002_0" lane="122119622#0_0" startPos="82.59" endPos="95.59" name="Braunschweig Europaplatz" friendlyPos="true"/>
    <busStop id="120010039401_0" lane="-171756596_0" startPos="0.00" endPos="13.00" name="Braunschweig Staatstheater" friendlyPos="true"/>
    <busStop id="120010034202_0" lane="-5148300_0" startPos="0.00" endPos="13.00" name="Braunschweig Rathaus" friendlyPos="true"/>
    <busStop id="120010032201_0" lane="37983000_0" startPos="28.48" endPos="41.48" name="Braunschweig Packhof" friendlyPos="true"/>
    <busStop id="120010031501_0" lane="30425275#0_0" startPos="29.12" endPos="42.12" name="Braunschweig Hintern Brüdern" friendlyPos="true"/>
    <busStop id="120010001502_0" lane="8108069_0" startPos="0.00" endPos="13.00" name="Braunschweig Altstadtmarkt" friendlyPos="true"/>
    <busStop id="120010016104_0" lane="8618349#0_0" startPos="31.99" endPos="44.99" name="Braunschweig Güldenstraße" friendlyPos="true"/>
    <busStop id="120010041001_0" lane="319389908#0_0" startPos="79.29" endPos="92.29" name="Braunschweig Südstraße" friendlyPos="true"/>
    <busStop id="120010016102_0" lane="-320399277#2_0" startPos="0.00" endPos="13.00" name="Braunschweig Güldenstraße" friendlyPos="true"/>
</additional>
---------- Missing result in gtfs_missing ----------
<missingElements>
    <stop id="120010007513" name="Braunschweig Schloss" ptLine="620" direction_id="1"/>
    <stop id="120010034205" name="Braunschweig Rathaus" ptLine="620" direction_id="1"/>
</missingElements>
---------- Missing result in gtfs_routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <route id="1960" edges="-171756596 -37976103#3 -314841164#1 -37976385#1 -615184925 -198087353#0 -5148300 22978949#0 54684975#0 54684975#11 23386846#0 37983000 28381788 28509534#0 28509534#1 28509707#0 307200571 409312582#1 30425275#0 291686198 210624811#0 210624811#2 210624811#3 210624811#4 409312580 8108069 -376915189 -8107411#2 -320399277#2 -320814805#1 -59873991 -8118981 -320814798 -59873992 -25087143 -25290640 -283066855"/>
    <vehicle id="132185786.0" route="1960" line="14781_3_132185786" depart="86100" departEdge="6" arrivalEdge="28" type="bus">
        <param key="gtfs.route_name" value="418"/>
        <param key="gtfs.trip_headsign" value="A&B -> Wästpark"/>
        <stop busStop="120010034202_0" arrival="86100" duration="10" until="86100"/><!--stopSequence="0.0/4.0" "Braunschweig Rathaus"-->
        <stop busStop="120010032201_0" arrival="86280" duration="10" until="86280"/><!--stopSequence="1.0/4.0" "Braunschweig Packhof"-->
        <stop busStop="120010031501_0" arrival="86340" duration="10" until="86340"/><!--stopSequence="2.0/4.0" "Braunschweig Hintern Brüdern"-->
        <stop busStop="120010001502_0" arrival="86580" duration="10" until="86580"/><!--stopSequence="3.0/4.0" "Braunschweig Altstadtmarkt"-->
        <stop busStop="120010016102_0" arrival="86700" duration="10" until="86700"/><!--stopSequence="4.0/4.0" "Braunschweig Güldenstraße"-->
    </vehicle>
    <route id="2559" edges="316791974#0 316791974#1 30426508#0 317191948 171349008#0 316791987#1 316791983 316791991 25076268 316779270 23209056#0 23209056#2 305951352 311580921#0 311580921#1 311580921#2 25076286#0 43328051#0"/>
    <vehicle id="132183536.0" route="2559" line="32727_3_132183536" depart="87540" departEdge="1" arrivalEdge="17" type="bus">
        <param key="gtfs.route_name" value="419"/>
        <param key="gtfs.trip_headsign" value="Braunschweig Hauptbahnhof"/>
        <stop busStop="120010016201_0" arrival="87540" duration="10" until="87540"/><!--stopSequence="22.0/24.0" "Braunschweig Holzhof"-->
        <stop busStop="120010004601_0" arrival="87600" duration="10" until="87600"/><!--stopSequence="23.0/24.0" "Braunschweig Am Wassertor"-->
        <stop busStop="120010022110_0" arrival="87720" duration="10" until="87720"/><!--stopSequence="24.0/24.0" "Braunschweig John-F.-Kennedy-Platz"-->
    </vehicle>
    <route id="2548" edges="25290398 25290438 32055654 5059167#0 305951363 25076279#0 25076279#1 23209054#0 29085916#0 588927595 6279149#0 316781871#1 30426426#0 316781875#0 306497784 306497780 23118706 384876527 384876526 4743778#0 127240643#0 127240643#1 127240643#2"/>
    <vehicle id="132194506.1" route="2548" line="32616_3_132194506" depart="88920" departEdge="2" arrivalEdge="22" type="bus">
        <param key="gtfs.route_name" value="429"/>
        <param key="gtfs.trip_headsign" value="Braunschweig Hauptbahnhof"/>
        <stop busStop="120010022108_0" arrival="88920" duration="10" until="88920"/><!--stopSequence="2.0/4.0" "Braunschweig John-F.-Kennedy-Platz"-->
        <stop busStop="120010013713_0" arrival="88980" duration="10" until="88980"/><!--stopSequence="3.0/4.0" "Braunschweig Friedrich-Wilhelm-Platz"-->
        <stop busStop="120010016202_0" arrival="89100" duration="10" until="89100"/><!--stopSequence="4.0/4.0" "Braunschweig Holzhof"-->
    </vehicle>
<truncated after showing first 30 lines>
---------- Missing result in vehtypes ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <vType id="bus" vClass="bus"/>
</additional>

2 TESTS FAILED on ts-sim-build-ba :

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
> gtfs2fcd.py, in <module>
>     main(check_options(add_options().parse_args()))
> gtfs2fcd.py, in main
>     '--gpsdat-output', os.path.join(options.gpsdat, "gpsdat_%s.csv" % mode)])
> traceExporter.py, in main
>     runMethod(options.fcd, options.gpsdat, gpsdat.fcd2gpsdat, options)
> traceExporter.py, in runMethod
>     further["base-date"] = datetime.datetime.fromtimestamp(options.base, tz=datetime.timezone.utc)
> AttributeError: 'module' object has no attribute 'timezone'
---------- Missing result in vehtypes ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <vType id="bus" vClass="bus"/>
</additional>
import GTFS import_bus_routes gtfs2fcd ( Last six runs Sep2024 )
import GTFS import_days gtfs2fcd ( Last six runs Sep2024 )

TEST FAILED on ts-sim-build-ba : import GTFS import_bus_routes gtfs2pt_osm_no_repair ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,13
> Traceback (most recent call last):
> gtfs2pt.py, in <module>
>     main(get_options())
> gtfs2pt.py, in main
>     osm_routes = gtfs2osm.import_osm(options, net)
> miscutils.py, in benchmark_wrapper
>     result = func(*args, **kwargs)
> gtfs2osm.py, in import_osm
>     for ptLine in sumolib.xml.parse(options.osm_routes, "ptLine"):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 2063: ordinal not in range(128)
---------- Differences in output ----------
4,6d3
< Map stops and routes
< Generates stops and routes output
< Not all given gtfs elements have been mapped, see gtfs_missing.xml for more information
---------- Missing result in gtfs_additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <busStop id="120010016201_0" lane="316791974#1_0" startPos="7.60" endPos="20.60" name="Braunschweig Holzhof" friendlyPos="true"/>
    <busStop id="120010004601_0" lane="316791983_0" startPos="0.00" endPos="13.00" name="Braunschweig Am Wassertor" friendlyPos="true"/>
    <busStop id="120010022110_0" lane="43328051#0_0" startPos="24.74" endPos="37.74" name="Braunschweig John-F.-Kennedy-Platz" friendlyPos="true"/>
    <busStop id="120010022108_0" lane="32055654_0" startPos="0.00" endPos="13.00" name="Braunschweig John-F.-Kennedy-Platz" friendlyPos="true"/>
    <busStop id="120010013713_0" lane="588927595_0" startPos="53.40" endPos="66.40" name="Braunschweig Friedrich-Wilhelm-Platz" friendlyPos="true"/>
    <busStop id="120010016202_0" lane="127240643#2_0" startPos="0.56" endPos="13.56" name="Braunschweig Holzhof" friendlyPos="true"/>
    <busStop id="120010022105_0" lane="32055654_0" startPos="0.00" endPos="13.00" name="Braunschweig John-F.-Kennedy-Platz" friendlyPos="true"/>
    <busStop id="120010007512_0" lane="5021504_0" startPos="23.72" endPos="36.72" name="Braunschweig Schloss" friendlyPos="true"/>
    <busStop id="120010034211_0" lane="27220209#0_0" startPos="0.00" endPos="13.00" name="Braunschweig Rathaus" friendlyPos="true"/>
    <busStop id="120010022113_0" lane="5059167#0_0" startPos="26.17" endPos="39.17" name="Braunschweig John-F.-Kennedy-Platz" friendlyPos="true"/>
    <busStop id="120010013704_0" lane="588927595_0" startPos="47.22" endPos="60.22" name="Braunschweig Friedrich-Wilhelm-Platz" friendlyPos="true"/>
    <busStop id="120010013002_0" lane="122119622#0_0" startPos="82.59" endPos="95.59" name="Braunschweig Europaplatz" friendlyPos="true"/>
    <busStop id="120010039401_0" lane="-171756596_0" startPos="0.00" endPos="13.00" name="Braunschweig Staatstheater" friendlyPos="true"/>
    <busStop id="120010034202_0" lane="-5148300_0" startPos="0.00" endPos="13.00" name="Braunschweig Rathaus" friendlyPos="true"/>
    <busStop id="120010032201_0" lane="37983000_0" startPos="28.48" endPos="41.48" name="Braunschweig Packhof" friendlyPos="true"/>
    <busStop id="120010031501_0" lane="30425275#0_0" startPos="29.12" endPos="42.12" name="Braunschweig Hintern Brüdern" friendlyPos="true"/>
    <busStop id="120010001502_0" lane="8108069_0" startPos="0.00" endPos="13.00" name="Braunschweig Altstadtmarkt" friendlyPos="true"/>
    <busStop id="120010016104_0" lane="8618349#0_0" startPos="31.99" endPos="44.99" name="Braunschweig Güldenstraße" friendlyPos="true"/>
    <busStop id="120010041001_0" lane="319389908#0_0" startPos="79.29" endPos="92.29" name="Braunschweig Südstraße" friendlyPos="true"/>
    <busStop id="120010016102_0" lane="-320399277#2_0" startPos="0.00" endPos="13.00" name="Braunschweig Güldenstraße" friendlyPos="true"/>
</additional>
---------- Missing result in gtfs_missing ----------
<missingElements>
    <stop id="120010007513" name="Braunschweig Schloss" ptLine="620" direction_id="1"/>
    <stop id="120010034205" name="Braunschweig Rathaus" ptLine="620" direction_id="1"/>
</missingElements>
---------- Missing result in gtfs_routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <route id="1960" edges="-171756596 -37976103#3 -314841164#1 -37976385#1 -615184925 -198087353#0 -5148300 22978949#0 54684975#0 54684975#11 23386846#0 37983000 28381788 28509534#0 28509534#1 28509707#0 307200571 409312582#1 30425275#0 291686198 210624811#0 210624811#2 210624811#3 210624811#4 409312580 8108069 -376915189 -8107411#2 -320399277#2 -320814805#1 -59873991 -8118981 -320814798 -59873992 -25087143 -25290640 -283066855"/>
    <vehicle id="132185786.trimmed.0" route="1960" line="14781_3_132185786.trimmed" depart="180" departEdge="25" arrivalEdge="28" type="bus">
        <param key="gtfs.route_name" value="418"/>
        <param key="gtfs.trip_headsign" value="A&B -> Wästpark"/>
        <stop busStop="120010001502_0" arrival="180" duration="10" until="180"/><!--stopSequence="3.0/4.0" "Braunschweig Altstadtmarkt"-->
        <stop busStop="120010016102_0" arrival="300" duration="10" until="300"/><!--stopSequence="4.0/4.0" "Braunschweig Güldenstraße"-->
    </vehicle>
    <route id="2559" edges="316791974#0 316791974#1 30426508#0 317191948 171349008#0 316791987#1 316791983 316791991 25076268 316779270 23209056#0 23209056#2 305951352 311580921#0 311580921#1 311580921#2 25076286#0 43328051#0"/>
    <vehicle id="132183536.trimmed.0" route="2559" line="32727_3_132183536.trimmed" depart="1140" departEdge="1" arrivalEdge="17" type="bus">
        <param key="gtfs.route_name" value="419"/>
        <param key="gtfs.trip_headsign" value="Braunschweig Hauptbahnhof"/>
        <stop busStop="120010016201_0" arrival="1140" duration="10" until="1140"/><!--stopSequence="22.0/24.0" "Braunschweig Holzhof"-->
        <stop busStop="120010004601_0" arrival="1200" duration="10" until="1200"/><!--stopSequence="23.0/24.0" "Braunschweig Am Wassertor"-->
        <stop busStop="120010022110_0" arrival="1320" duration="10" until="1320"/><!--stopSequence="24.0/24.0" "Braunschweig John-F.-Kennedy-Platz"-->
    </vehicle>
    <route id="2548" edges="25290398 25290438 32055654 5059167#0 305951363 25076279#0 25076279#1 23209054#0 29085916#0 588927595 6279149#0 316781871#1 30426426#0 316781875#0 306497784 306497780 23118706 384876527 384876526 4743778#0 127240643#0 127240643#1 127240643#2"/>
    <vehicle id="132194506.0" route="2548" line="32616_3_132194506" depart="2520" departEdge="2" arrivalEdge="22" type="bus">
        <param key="gtfs.route_name" value="429"/>
        <param key="gtfs.trip_headsign" value="Braunschweig Hauptbahnhof"/>
        <stop busStop="120010022108_0" arrival="2520" duration="10" until="2520"/><!--stopSequence="2.0/4.0" "Braunschweig John-F.-Kennedy-Platz"-->
        <stop busStop="120010013713_0" arrival="2580" duration="10" until="2580"/><!--stopSequence="3.0/4.0" "Braunschweig Friedrich-Wilhelm-Platz"-->
        <stop busStop="120010016202_0" arrival="2700" duration="10" until="2700"/><!--stopSequence="4.0/4.0" "Braunschweig Holzhof"-->
    </vehicle>
    <vehicle id="132185978.0" route="1960" line="14781_3_132185978" depart="4800" departEdge="6" arrivalEdge="28" type="bus">
        <param key="gtfs.route_name" value="418"/>
        <param key="gtfs.trip_headsign" value="Westpark"/>
<truncated after showing first 30 lines>
---------- Missing result in vehtypes ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <vType id="bus" vClass="bus"/>
</additional>

TEST FAILED on ts-sim-build-ba : import GTFS import_bus_routes gtfs2pt_osm_repair ( Last six runs Sep2024 )

---------- Differences in errors ----------
1,3c1,15
< Warning: No connection between edge '127240643#2' and edge '316791974#0' found.
< Warning: Mandatory edge '316791974#0' not reachable by vehicle '4274867'.
< Warning: The vehicle '4274867' has no valid route.
---
> Traceback (most recent call last):
> gtfs2pt.py, in <module>
>     main(get_options())
> gtfs2pt.py, in main
>     osm_routes = gtfs2osm.import_osm(options, net)
> miscutils.py, in benchmark_wrapper
>     result = func(*args, **kwargs)
> gtfs2osm.py, in import_osm
>     osm_routes = repair_routes(options, net)
> gtfs2osm.py, in repair_routes
>     for ptLine in sumolib.xml.parse(options.osm_routes, "ptLine"):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 2063: ordinal not in range(128)
---------- Differences in output ----------
3,5d2
< Reading up to time step: 0.00
< Reading up to time step: 200.00
< Success.
7,10d3
< 355 routes read, discarded for wrong mode: 65, outside of net 212, keeping 78
< Map stops and routes
< Generates stops and routes output
< Not all given gtfs elements have been mapped, see gtfs_missing.xml for more information
---------- Missing result in gtfs_additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <busStop id="120010016201_0" lane="316791974#1_0" startPos="7.60" endPos="20.60" name="Braunschweig Holzhof" friendlyPos="true"/>
    <busStop id="120010004601_0" lane="316791983_0" startPos="0.00" endPos="13.00" name="Braunschweig Am Wassertor" friendlyPos="true"/>
    <busStop id="120010022110_0" lane="43328051#0_0" startPos="24.74" endPos="37.74" name="Braunschweig John-F.-Kennedy-Platz" friendlyPos="true"/>
    <busStop id="120010022108_0" lane="32055654_0" startPos="0.00" endPos="13.00" name="Braunschweig John-F.-Kennedy-Platz" friendlyPos="true"/>
    <busStop id="120010013713_0" lane="588927595_0" startPos="53.40" endPos="66.40" name="Braunschweig Friedrich-Wilhelm-Platz" friendlyPos="true"/>
    <busStop id="120010016202_0" lane="127240643#2_0" startPos="0.56" endPos="13.56" name="Braunschweig Holzhof" friendlyPos="true"/>
    <busStop id="120010022105_0" lane="32055654_0" startPos="0.00" endPos="13.00" name="Braunschweig John-F.-Kennedy-Platz" friendlyPos="true"/>
    <busStop id="120010007512_0" lane="5021504_0" startPos="23.72" endPos="36.72" name="Braunschweig Schloss" friendlyPos="true"/>
    <busStop id="120010034211_0" lane="27220209#0_0" startPos="0.00" endPos="13.00" name="Braunschweig Rathaus" friendlyPos="true"/>
    <busStop id="120010022113_0" lane="5059167#0_0" startPos="26.17" endPos="39.17" name="Braunschweig John-F.-Kennedy-Platz" friendlyPos="true"/>
    <busStop id="120010013704_0" lane="588927595_0" startPos="47.22" endPos="60.22" name="Braunschweig Friedrich-Wilhelm-Platz" friendlyPos="true"/>
    <busStop id="120010013002_0" lane="122119622#0_0" startPos="82.59" endPos="95.59" name="Braunschweig Europaplatz" friendlyPos="true"/>
    <busStop id="120010039401_0" lane="-171756596_0" startPos="0.00" endPos="13.00" name="Braunschweig Staatstheater" friendlyPos="true"/>
    <busStop id="120010034202_0" lane="-5148300_0" startPos="0.00" endPos="13.00" name="Braunschweig Rathaus" friendlyPos="true"/>
    <busStop id="120010032201_0" lane="37983000_0" startPos="28.48" endPos="41.48" name="Braunschweig Packhof" friendlyPos="true"/>
    <busStop id="120010031501_0" lane="30425275#0_0" startPos="29.12" endPos="42.12" name="Braunschweig Hintern Brüdern" friendlyPos="true"/>
    <busStop id="120010001502_0" lane="8108069_0" startPos="0.00" endPos="13.00" name="Braunschweig Altstadtmarkt" friendlyPos="true"/>
    <busStop id="120010016104_0" lane="8618349#0_0" startPos="31.99" endPos="44.99" name="Braunschweig Güldenstraße" friendlyPos="true"/>
    <busStop id="120010041001_0" lane="319389908#0_0" startPos="79.29" endPos="92.29" name="Braunschweig Südstraße" friendlyPos="true"/>
    <busStop id="120010016102_0" lane="-320399277#2_0" startPos="0.00" endPos="13.00" name="Braunschweig Güldenstraße" friendlyPos="true"/>
</additional>
---------- Missing result in gtfs_missing ----------
<missingElements>
    <stop id="120010007513" name="Braunschweig Schloss" ptLine="620" direction_id="1"/>
    <stop id="120010034205" name="Braunschweig Rathaus" ptLine="620" direction_id="1"/>
</missingElements>
---------- Missing result in gtfs_routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <route id="1960" edges="-171756596 -37976103#3 -314841164#1 -37976385#1 -615184925 -198087353#0 -5148300 22978949#0 54684975#0 54684975#11 23386846#0 37983000 28381788 28509534#0 28509534#1 28509707#0 307200571 409312582#1 30425275#0 291686198 210624811#0 210624811#2 210624811#3 210624811#4 409312580 8108069 -376915189 -8107411#2 -320399277#2 -320814805#1 -59873991 -8118981 -320814798 -59873992 -25087143 -25290640 -283066855"/>
    <vehicle id="132185786.trimmed.0" route="1960" line="14781_3_132185786.trimmed" depart="00:03:00" departEdge="25" arrivalEdge="28" type="bus">
        <param key="gtfs.route_name" value="418"/>
        <param key="gtfs.trip_headsign" value="A&B -> Wästpark"/>
        <stop busStop="120010001502_0" arrival="00:03:00" duration="10" until="00:03:00"/><!--stopSequence="3.0/4.0" "Braunschweig Altstadtmarkt"-->
        <stop busStop="120010016102_0" arrival="00:05:00" duration="10" until="00:05:00"/><!--stopSequence="4.0/4.0" "Braunschweig Güldenstraße"-->
    </vehicle>
    <route id="2559" edges="316791974#0 316791974#1 30426508#0 317191948 171349008#0 316791987#1 316791983 316791991 25076268 316779270 23209056#0 23209056#2 305951352 311580921#0 311580921#1 311580921#2 25076286#0 43328051#0"/>
    <vehicle id="132183536.trimmed.0" route="2559" line="32727_3_132183536.trimmed" depart="00:19:00" departEdge="1" arrivalEdge="17" type="bus">
        <param key="gtfs.route_name" value="419"/>
        <param key="gtfs.trip_headsign" value="Braunschweig Hauptbahnhof"/>
        <stop busStop="120010016201_0" arrival="00:19:00" duration="10" until="00:19:00"/><!--stopSequence="22.0/24.0" "Braunschweig Holzhof"-->
        <stop busStop="120010004601_0" arrival="00:20:00" duration="10" until="00:20:00"/><!--stopSequence="23.0/24.0" "Braunschweig Am Wassertor"-->
        <stop busStop="120010022110_0" arrival="00:22:00" duration="10" until="00:22:00"/><!--stopSequence="24.0/24.0" "Braunschweig John-F.-Kennedy-Platz"-->
    </vehicle>
    <route id="2548" edges="25290398 25290438 32055654 5059167#0 305951363 25076279#0 25076279#1 23209054#0 29085916#0 588927595 6279149#0 316781871#1 30426426#0 316781875#0 306497784 306497780 23118706 384876527 384876526 4743778#0 127240643#0 127240643#1 127240643#2"/>
    <vehicle id="132194506.0" route="2548" line="32616_3_132194506" depart="00:42:00" departEdge="2" arrivalEdge="22" type="bus">
        <param key="gtfs.route_name" value="429"/>
        <param key="gtfs.trip_headsign" value="Braunschweig Hauptbahnhof"/>
        <stop busStop="120010022108_0" arrival="00:42:00" duration="10" until="00:42:00"/><!--stopSequence="2.0/4.0" "Braunschweig John-F.-Kennedy-Platz"-->
        <stop busStop="120010013713_0" arrival="00:43:00" duration="10" until="00:43:00"/><!--stopSequence="3.0/4.0" "Braunschweig Friedrich-Wilhelm-Platz"-->
        <stop busStop="120010016202_0" arrival="00:45:00" duration="10" until="00:45:00"/><!--stopSequence="4.0/4.0" "Braunschweig Holzhof"-->
    </vehicle>
    <vehicle id="132185978.0" route="1960" line="14781_3_132185978" depart="01:20:00" departEdge="6" arrivalEdge="28" type="bus">
        <param key="gtfs.route_name" value="418"/>
        <param key="gtfs.trip_headsign" value="Westpark"/>
<truncated after showing first 30 lines>
---------- Missing result in vehtypes ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <vType id="bus" vClass="bus"/>
</additional>

TEST FAILED on ts-sim-build-ba : import GTFS import_days gtfs2pt_osm ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,13
> Traceback (most recent call last):
> gtfs2pt.py, in <module>
>     main(get_options())
> gtfs2pt.py, in main
>     osm_routes = gtfs2osm.import_osm(options, net)
> miscutils.py, in benchmark_wrapper
>     result = func(*args, **kwargs)
> gtfs2osm.py, in import_osm
>     for ptLine in sumolib.xml.parse(options.osm_routes, "ptLine"):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 2063: ordinal not in range(128)
---------- Differences in output ----------
4,6d3
< Map stops and routes
< Generates stops and routes output
< Not all given gtfs elements have been mapped, see gtfs_missing.xml for more information
---------- Missing result in gtfs_additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <busStop id="120010016201_0" lane="316791974#1_0" startPos="7.60" endPos="20.60" name="Braunschweig Holzhof" friendlyPos="true"/>
    <busStop id="120010004601_0" lane="316791983_0" startPos="0.00" endPos="13.00" name="Braunschweig Am Wassertor" friendlyPos="true"/>
    <busStop id="120010022110_0" lane="43328051#0_0" startPos="24.74" endPos="37.74" name="Braunschweig John-F.-Kennedy-Platz" friendlyPos="true"/>
    <busStop id="120010022108_0" lane="32055654_0" startPos="0.00" endPos="13.00" name="Braunschweig John-F.-Kennedy-Platz" friendlyPos="true"/>
    <busStop id="120010013713_0" lane="588927595_0" startPos="53.40" endPos="66.40" name="Braunschweig Friedrich-Wilhelm-Platz" friendlyPos="true"/>
    <busStop id="120010016202_0" lane="127240643#2_0" startPos="0.56" endPos="13.56" name="Braunschweig Holzhof" friendlyPos="true"/>
    <busStop id="120010022105_0" lane="32055654_0" startPos="0.00" endPos="13.00" name="Braunschweig John-F.-Kennedy-Platz" friendlyPos="true"/>
    <busStop id="120010007512_0" lane="5021504_0" startPos="23.72" endPos="36.72" name="Braunschweig Schloss" friendlyPos="true"/>
    <busStop id="120010034211_0" lane="27220209#0_0" startPos="0.00" endPos="13.00" name="Braunschweig Rathaus" friendlyPos="true"/>
    <busStop id="120010022113_0" lane="5059167#0_0" startPos="26.17" endPos="39.17" name="Braunschweig John-F.-Kennedy-Platz" friendlyPos="true"/>
    <busStop id="120010013704_0" lane="588927595_0" startPos="47.22" endPos="60.22" name="Braunschweig Friedrich-Wilhelm-Platz" friendlyPos="true"/>
    <busStop id="120010013002_0" lane="122119622#0_0" startPos="82.59" endPos="95.59" name="Braunschweig Europaplatz" friendlyPos="true"/>
    <busStop id="120010039401_0" lane="-171756596_0" startPos="0.00" endPos="13.00" name="Braunschweig Staatstheater" friendlyPos="true"/>
    <busStop id="120010034202_0" lane="-5148300_0" startPos="0.00" endPos="13.00" name="Braunschweig Rathaus" friendlyPos="true"/>
    <busStop id="120010032201_0" lane="37983000_0" startPos="28.48" endPos="41.48" name="Braunschweig Packhof" friendlyPos="true"/>
    <busStop id="120010031501_0" lane="30425275#0_0" startPos="29.12" endPos="42.12" name="Braunschweig Hintern Brüdern" friendlyPos="true"/>
    <busStop id="120010001502_0" lane="8108069_0" startPos="0.00" endPos="13.00" name="Braunschweig Altstadtmarkt" friendlyPos="true"/>
    <busStop id="120010016104_0" lane="8618349#0_0" startPos="31.99" endPos="44.99" name="Braunschweig Güldenstraße" friendlyPos="true"/>
    <busStop id="120010041001_0" lane="319389908#0_0" startPos="79.29" endPos="92.29" name="Braunschweig Südstraße" friendlyPos="true"/>
    <busStop id="120010016102_0" lane="-320399277#2_0" startPos="0.00" endPos="13.00" name="Braunschweig Güldenstraße" friendlyPos="true"/>
</additional>
---------- Missing result in gtfs_missing ----------
<missingElements>
    <stop id="120010007513" name="Braunschweig Schloss" ptLine="620" direction_id="1"/>
    <stop id="120010034205" name="Braunschweig Rathaus" ptLine="620" direction_id="1"/>
</missingElements>
---------- Missing result in gtfs_routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <route id="1960" edges="-171756596 -37976103#3 -314841164#1 -37976385#1 -615184925 -198087353#0 -5148300 22978949#0 54684975#0 54684975#11 23386846#0 37983000 28381788 28509534#0 28509534#1 28509707#0 307200571 409312582#1 30425275#0 291686198 210624811#0 210624811#2 210624811#3 210624811#4 409312580 8108069 -376915189 -8107411#2 -320399277#2 -320814805#1 -59873991 -8118981 -320814798 -59873992 -25087143 -25290640 -283066855"/>
    <vehicle id="132185786.trimmed.0" route="1960" line="14781_3_132185786.trimmed" depart="00:03:00" departEdge="25" arrivalEdge="28" type="bus">
        <param key="gtfs.route_name" value="418"/>
        <param key="gtfs.trip_headsign" value="A&B -> Wästpark"/>
        <stop busStop="120010001502_0" arrival="00:03:00" duration="10" until="00:03:00"/><!--stopSequence="3.0/4.0" "Braunschweig Altstadtmarkt"-->
        <stop busStop="120010016102_0" arrival="00:05:00" duration="10" until="00:05:00"/><!--stopSequence="4.0/4.0" "Braunschweig Güldenstraße"-->
    </vehicle>
    <route id="2559" edges="316791974#0 316791974#1 30426508#0 317191948 171349008#0 316791987#1 316791983 316791991 25076268 316779270 23209056#0 23209056#2 305951352 311580921#0 311580921#1 311580921#2 25076286#0 43328051#0"/>
    <vehicle id="132183536.trimmed.0" route="2559" line="32727_3_132183536.trimmed" depart="00:19:00" departEdge="1" arrivalEdge="17" type="bus">
        <param key="gtfs.route_name" value="419"/>
        <param key="gtfs.trip_headsign" value="Braunschweig Hauptbahnhof"/>
        <stop busStop="120010016201_0" arrival="00:19:00" duration="10" until="00:19:00"/><!--stopSequence="22.0/24.0" "Braunschweig Holzhof"-->
        <stop busStop="120010004601_0" arrival="00:20:00" duration="10" until="00:20:00"/><!--stopSequence="23.0/24.0" "Braunschweig Am Wassertor"-->
        <stop busStop="120010022110_0" arrival="00:22:00" duration="10" until="00:22:00"/><!--stopSequence="24.0/24.0" "Braunschweig John-F.-Kennedy-Platz"-->
    </vehicle>
    <route id="2548" edges="25290398 25290438 32055654 5059167#0 305951363 25076279#0 25076279#1 23209054#0 29085916#0 588927595 6279149#0 316781871#1 30426426#0 316781875#0 306497784 306497780 23118706 384876527 384876526 4743778#0 127240643#0 127240643#1 127240643#2"/>
    <vehicle id="132194506.0" route="2548" line="32616_3_132194506" depart="00:42:00" departEdge="2" arrivalEdge="22" type="bus">
        <param key="gtfs.route_name" value="429"/>
        <param key="gtfs.trip_headsign" value="Braunschweig Hauptbahnhof"/>
        <stop busStop="120010022108_0" arrival="00:42:00" duration="10" until="00:42:00"/><!--stopSequence="2.0/4.0" "Braunschweig John-F.-Kennedy-Platz"-->
        <stop busStop="120010013713_0" arrival="00:43:00" duration="10" until="00:43:00"/><!--stopSequence="3.0/4.0" "Braunschweig Friedrich-Wilhelm-Platz"-->
        <stop busStop="120010016202_0" arrival="00:45:00" duration="10" until="00:45:00"/><!--stopSequence="4.0/4.0" "Braunschweig Holzhof"-->
    </vehicle>
    <vehicle id="132185978.0" route="1960" line="14781_3_132185978" depart="01:20:00" departEdge="6" arrivalEdge="28" type="bus">
        <param key="gtfs.route_name" value="418"/>
        <param key="gtfs.trip_headsign" value="Westpark"/>
<truncated after showing first 30 lines>
---------- Missing result in vehtypes ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <vType id="bus" vClass="bus"/>
</additional>

TEST FAILED on ts-sim-build-ba : import OSM taxiStop fleet0_1 ( Last six runs Sep2024 )

---------- Differences in additional ----------
5,20d4
<     <chargingStation id="chargingStation_0" name="Grand Hotel" lane="-194069450#0_0" startPos="7.20" endPos="27.20"/>
<     <chargingStation id="chargingStation_1" name="Radisson" lane="24913519#2_0" startPos="0.00" endPos="28.41"/>
<     <chargingStation id="chargingStation_2" name="Bhf. Alexanderplatz" lane="-4790825#2_0" startPos="58.89" endPos="96.39"/>
<     <chargingStation id="chargingStation_3" name="Friedrichstadtpalast" lane="374734389#2_0" startPos="6.04" endPos="58.54"/>
<     <chargingStation id="chargingStation_4" name="Hackescher Markt" lane="-84960597#1_0" startPos="0.00" endPos="29.98"/>
<     <chargingStation id="chargingStation_5" name="Behren / Charlotten" lane="-24242882#1_0" startPos="73.17" endPos="93.17"/>
<     <chargingStation id="chargingStation_6" name="Jägerstr./ Friedrichstr." lane="-4588219#3_0" startPos="94.46" endPos="114.46"/>
<     <chargingStation id="chargingStation_7" name="Gendarmenmarkt" lane="-22972473#0_0" startPos="50.49" endPos="80.49"/>
<     <chargingStation id="chargingStation_8" name="Park Inn" lane="100405009#3_0" startPos="0.00" endPos="23.07"/>
<     <chargingStation id="chargingStation_9" name="Am Kupfergraben" lane="22972219#0_0" startPos="58.61" endPos="78.61"/>
<     <chargingStation id="chargingStation_10" name="Maritim Pro Arte" lane="158023913#0_0" startPos="58.39" endPos="88.39"/>
<     <chargingStation id="chargingStation_11" name="Georgenstraße" lane="24243052#3_0" startPos="1.83" endPos="46.83"/>
<     <chargingStation id="chargingStation_12" name="Staatsoper" lane="340498982#4_0" startPos="28.80" endPos="48.80"/>
<     <chargingStation id="chargingStation_13" name="Hotel de Rome" lane="24242882#1_0" startPos="73.16" endPos="93.16"/>
<     <chargingStation id="chargingStation_14" lane="112128418#5_0" startPos="51.26" endPos="71.26"/>
< </additional>
---------- Differences in errors ----------
105a106,114
> Traceback (most recent call last):
> osmTaxiStop.py, in <module>
>     main(parseArgs())
> osmTaxiStop.py, in main
>     for n in sumolib.xml.parse(options.osm_file, "node"):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xdf' in position 13264: ordinal not in range(128)
---------- Differences in routes ----------
8,14d7
<     <trip id="taxi_chargingStation_3_0" type="taxi" depart="begin"><stop busStop="chargingStation_3" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_9_1" type="taxi" depart="begin"><stop busStop="chargingStation_9" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_6_2" type="taxi" depart="begin"><stop busStop="chargingStation_6" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_4_3" type="taxi" depart="begin"><stop busStop="chargingStation_4" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_1_4" type="taxi" depart="begin"><stop busStop="chargingStation_1" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_11_5" type="taxi" depart="begin"><stop busStop="chargingStation_11" triggered="person"/></trip>
< </additional>

TEST FAILED on ts-sim-build-ba : import OSM taxiStop fleet1 ( Last six runs Sep2024 )

---------- Differences in additional ----------
5,20d4
<     <chargingStation id="chargingStation_0" name="Grand Hotel" lane="-194069450#0_0" startPos="7.20" endPos="27.20"/>
<     <chargingStation id="chargingStation_1" name="Radisson" lane="24913519#2_0" startPos="0.00" endPos="28.41"/>
<     <chargingStation id="chargingStation_2" name="Bhf. Alexanderplatz" lane="-4790825#2_0" startPos="58.89" endPos="96.39"/>
<     <chargingStation id="chargingStation_3" name="Friedrichstadtpalast" lane="374734389#2_0" startPos="6.04" endPos="58.54"/>
<     <chargingStation id="chargingStation_4" name="Hackescher Markt" lane="-84960597#1_0" startPos="0.00" endPos="29.98"/>
<     <chargingStation id="chargingStation_5" name="Behren / Charlotten" lane="-24242882#1_0" startPos="73.17" endPos="93.17"/>
<     <chargingStation id="chargingStation_6" name="Jägerstr./ Friedrichstr." lane="-4588219#3_0" startPos="94.46" endPos="114.46"/>
<     <chargingStation id="chargingStation_7" name="Gendarmenmarkt" lane="-22972473#0_0" startPos="50.49" endPos="80.49"/>
<     <chargingStation id="chargingStation_8" name="Park Inn" lane="100405009#3_0" startPos="0.00" endPos="23.07"/>
<     <chargingStation id="chargingStation_9" name="Am Kupfergraben" lane="22972219#0_0" startPos="58.61" endPos="78.61"/>
<     <chargingStation id="chargingStation_10" name="Maritim Pro Arte" lane="158023913#0_0" startPos="58.39" endPos="88.39"/>
<     <chargingStation id="chargingStation_11" name="Georgenstraße" lane="24243052#3_0" startPos="1.83" endPos="46.83"/>
<     <chargingStation id="chargingStation_12" name="Staatsoper" lane="340498982#4_0" startPos="28.80" endPos="48.80"/>
<     <chargingStation id="chargingStation_13" name="Hotel de Rome" lane="24242882#1_0" startPos="73.16" endPos="93.16"/>
<     <chargingStation id="chargingStation_14" lane="112128418#5_0" startPos="51.26" endPos="71.26"/>
< </additional>
---------- Differences in errors ----------
105a106,114
> Traceback (most recent call last):
> osmTaxiStop.py, in <module>
>     main(parseArgs())
> osmTaxiStop.py, in main
>     for n in sumolib.xml.parse(options.osm_file, "node"):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xdf' in position 13264: ordinal not in range(128)
---------- Differences in routes ----------
8,9d7
<     <trip id="taxi_chargingStation_3_0" type="taxi" depart="begin"><stop busStop="chargingStation_3" triggered="person"/></trip>
< </additional>

TEST FAILED on ts-sim-build-ba : import OSM taxiStop gz ( Last six runs Sep2024 )

---------- Differences in additional ----------
5,6d4
<     <chargingStation id="chargingStation_0" name="Friedrichstadtpalast" lane="374734389#2_0" startPos="6.03" endPos="58.53"/>
< </additional>
---------- Differences in errors ----------
34a35,43
> Traceback (most recent call last):
> osmTaxiStop.py, in <module>
>     main(parseArgs())
> osmTaxiStop.py, in main
>     for n in sumolib.xml.parse(options.osm_file, "node"):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xdf' in position 2476: ordinal not in range(128)
---------- Differences in routes ----------
8,15d7
<     <trip id="taxi_chargingStation_0_0" type="taxi" depart="begin"><stop busStop="chargingStation_0" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_0_1" type="taxi" depart="begin"><stop busStop="chargingStation_0" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_0_2" type="taxi" depart="begin"><stop busStop="chargingStation_0" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_0_3" type="taxi" depart="begin"><stop busStop="chargingStation_0" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_0_4" type="taxi" depart="begin"><stop busStop="chargingStation_0" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_0_5" type="taxi" depart="begin"><stop busStop="chargingStation_0" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_0_6" type="taxi" depart="begin"><stop busStop="chargingStation_0" triggered="person"/></trip>
< </additional>

TEST FAILED on ts-sim-build-ba : import OSM taxiStop plain ( Last six runs Sep2024 )

---------- Differences in additional ----------
5,20d4
<     <chargingStation id="chargingStation_0" name="Grand Hotel" lane="-194069450#0_0" startPos="7.20" endPos="27.20"/>
<     <chargingStation id="chargingStation_1" name="Radisson" lane="24913519#2_0" startPos="0.00" endPos="28.41"/>
<     <chargingStation id="chargingStation_2" name="Bhf. Alexanderplatz" lane="-4790825#2_0" startPos="58.89" endPos="96.39"/>
<     <chargingStation id="chargingStation_3" name="Friedrichstadtpalast" lane="374734389#2_0" startPos="6.04" endPos="58.54"/>
<     <chargingStation id="chargingStation_4" name="Hackescher Markt" lane="-84960597#1_0" startPos="0.00" endPos="29.98"/>
<     <chargingStation id="chargingStation_5" name="Behren / Charlotten" lane="-24242882#1_0" startPos="73.17" endPos="93.17"/>
<     <chargingStation id="chargingStation_6" name="Jägerstr./ Friedrichstr." lane="-4588219#3_0" startPos="94.46" endPos="114.46"/>
<     <chargingStation id="chargingStation_7" name="Gendarmenmarkt" lane="-22972473#0_0" startPos="50.49" endPos="80.49"/>
<     <chargingStation id="chargingStation_8" name="Park Inn" lane="100405009#3_0" startPos="0.00" endPos="23.07"/>
<     <chargingStation id="chargingStation_9" name="Am Kupfergraben" lane="22972219#0_0" startPos="58.61" endPos="78.61"/>
<     <chargingStation id="chargingStation_10" name="Maritim Pro Arte" lane="158023913#0_0" startPos="58.39" endPos="88.39"/>
<     <chargingStation id="chargingStation_11" name="Georgenstraße" lane="24243052#3_0" startPos="1.83" endPos="46.83"/>
<     <chargingStation id="chargingStation_12" name="Staatsoper" lane="340498982#4_0" startPos="28.80" endPos="48.80"/>
<     <chargingStation id="chargingStation_13" name="Hotel de Rome" lane="24242882#1_0" startPos="73.16" endPos="93.16"/>
<     <chargingStation id="chargingStation_14" lane="112128418#5_0" startPos="51.26" endPos="71.26"/>
< </additional>
---------- Differences in errors ----------
105a106,114
> Traceback (most recent call last):
> osmTaxiStop.py, in <module>
>     main(parseArgs())
> osmTaxiStop.py, in main
>     for n in sumolib.xml.parse(options.osm_file, "node"):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xdf' in position 13264: ordinal not in range(128)
---------- Differences in routes ----------
8,75d7
<     <trip id="taxi_chargingStation_0_0" type="taxi" depart="begin"><stop busStop="chargingStation_0" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_0_1" type="taxi" depart="begin"><stop busStop="chargingStation_0" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_1_2" type="taxi" depart="begin"><stop busStop="chargingStation_1" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_1_3" type="taxi" depart="begin"><stop busStop="chargingStation_1" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_1_4" type="taxi" depart="begin"><stop busStop="chargingStation_1" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_1_5" type="taxi" depart="begin"><stop busStop="chargingStation_1" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_1_6" type="taxi" depart="begin"><stop busStop="chargingStation_1" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_1_7" type="taxi" depart="begin"><stop busStop="chargingStation_1" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_2_8" type="taxi" depart="begin"><stop busStop="chargingStation_2" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_2_9" type="taxi" depart="begin"><stop busStop="chargingStation_2" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_2_10" type="taxi" depart="begin"><stop busStop="chargingStation_2" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_2_11" type="taxi" depart="begin"><stop busStop="chargingStation_2" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_2_12" type="taxi" depart="begin"><stop busStop="chargingStation_2" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_3_13" type="taxi" depart="begin"><stop busStop="chargingStation_3" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_3_14" type="taxi" depart="begin"><stop busStop="chargingStation_3" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_3_15" type="taxi" depart="begin"><stop busStop="chargingStation_3" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_3_16" type="taxi" depart="begin"><stop busStop="chargingStation_3" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_3_17" type="taxi" depart="begin"><stop busStop="chargingStation_3" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_3_18" type="taxi" depart="begin"><stop busStop="chargingStation_3" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_3_19" type="taxi" depart="begin"><stop busStop="chargingStation_3" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_4_20" type="taxi" depart="begin"><stop busStop="chargingStation_4" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_4_21" type="taxi" depart="begin"><stop busStop="chargingStation_4" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_4_22" type="taxi" depart="begin"><stop busStop="chargingStation_4" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_4_23" type="taxi" depart="begin"><stop busStop="chargingStation_4" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_4_24" type="taxi" depart="begin"><stop busStop="chargingStation_4" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_4_25" type="taxi" depart="begin"><stop busStop="chargingStation_4" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_4_26" type="taxi" depart="begin"><stop busStop="chargingStation_4" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_5_27" type="taxi" depart="begin"><stop busStop="chargingStation_5" triggered="person"/></trip>
<     <trip id="taxi_chargingStation_5_28" type="taxi" depart="begin"><stop busStop="chargingStation_5" triggered="person"/></trip>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : import OSM webWizard ( Last six runs Sep2024 )

---------- Differences in errors ----------
125,135c125,139
< Warning: At actuated tlLogic 'GS_25662542', linkIndex 13,14,15 has no controlling detector.
< Warning: At actuated tlLogic 'cluster_1673527224_1673527227_21487161_303436603_#9more', linkIndex 8,9,10,30 has no controlling detector.
< Warning: At actuated tlLogic 'joinedS_1840326421_cluster_1828018077_1828018093_1828018094_1828018095_#5more', linkIndex 2,8,9,10,31,32,33,34 has no controlling detector.
< Warning: At actuated tlLogic 'joinedS_cluster_1876468341_25665883_29219439_5747234980_#4more_cluster_262469634_29219441_961875301_961875308_#2more', linkIndex 5,6,16,24,32,33 has no controlling detector.
< Warning: busStop '30731700' on lane '167272531#9_0' is too short for vehicle '21_tram_12:1'.
< Warning: busStop '30731700' on lane '167272531#9_0' is too short for vehicle 'pt_tram_12:1.0'.
< Warning: Teleporting vehicle 'pt_tram_M2:0.1'; frontal collision with vehicle 'pt_tram_M2:3.0', lane='148458500#0_0', gap=-1.00, time=476.00, stage=move.
< Warning: Vehicle 'pt_tram_M2:0.1' ends teleporting on edge '148458500#1', time=480.00.
< Warning: Person 'ped122' is jammed on edge ':1828018040_c0', time=639.00.
< Warning: Person 'ped59' aborted waiting for M5:0 at busStop '1633759766'.
< Warning: Person 'ped47' aborted waiting for TXL:0 at busStop '3869306771'.
---
> Traceback (most recent call last):
> osmWebWizard.py, in <module>
>     main(get_options())
> osmWebWizard.py, in main
>     builder.build()
> osmWebWizard.py, in build
>     ptlines2flows.main(ptlines2flows.get_options(ptOptions))
> ptlines2flows.py, in main
>     trpMap, stopNames = createTrips(options)
> ptlines2flows.py, in createTrips
>     for stop in sumolib.output.parse(options.ptstops, 'busStop'):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xdf' in position 2197: ordinal not in range(128)
---------- Differences in output ----------
145,219d144
< Skipping line '2194813' because it only drives at night
< Skipping line '2194814' because it only drives at night
< Cannot extend route to fringe for line '2669183' (not enough edges given)
< Cannot extend route to fringe for line '2669184' (not enough edges given)
< Cannot extend route to fringe for line '2679013' (not enough edges given)
< Cannot extend route to fringe for line '2679014' (not enough edges given)
< Cannot extend route before first stop for line '300432' (stop edge 25946661 not in route)
< Cannot extend route after last stop for line '300432' (stop edge 25946661 not in route)
< Cannot extend route before first stop for line '6593455' (stop edge 25946661 not in route)
< Cannot extend route after last stop for line '6593455' (stop edge 25946661 not in route)
< Imported 84 lines with 317 stops and skipped 2 lines
<    bus: 27
<    light_rail: 18
<    subway: 6
<    train: 13
<    tram: 20
< done.
< running SUMO to determine actual departure times...
< done.
< Success.
< creating routes...
< done.
< Success.
< Success.
< Success.
< Success.
< Success.
< Success.
< Written configuration to <PATH>
<truncated after showing first 30 lines>
---------- Missing result in osmbatch ----------
python /path/to/ptlines2flows.py" -n osm.net.xml.gz -b 0 -e 900 -p 600 --random-begin --seed 42 --ptstops osm_stops.add.xml --ptlines osm_ptlines.xml -o osm_pt.rou.xml --ignore-errors --vtype-prefix pt_ --stopinfos-file stopinfos.xml --routes-file vehroutes.xml --trips-file trips.trips.xml --min-stops 0 --extend-to-fringe --verbose
python /path/to/randomTrips.py -n osm.net.xml.gz --fringe-factor 2 --insertion-density 2 -o osm.bicycle.trips.xml -r osm.bicycle.rou.xml -b 0 -e 900 --trip-attributes <attrs-with-os-dependent-quoting> --max-distance 8000
python /path/to/randomTrips.py -n osm.net.xml.gz --fringe-factor 5 --insertion-density 6 -o osm.passenger.trips.xml -r osm.passenger.rou.xml -b 0 -e 900 --trip-attributes <attrs-with-os-dependent-quoting> --lanes
python /path/to/randomTrips.py -n osm.net.xml.gz --fringe-factor 1 --insertion-density 4 -o osm.pedestrian.trips.xml -r osm.pedestrian.rou.xml -b 0 -e 900 --vehicle-class pedestrian --prefix ped --persontrips --trip-attributes <attrs-with-os-dependent-quoting> --duarouter-weights.tls-penalty 20
python /path/to/randomTrips.py -n osm.net.xml.gz --fringe-factor 40 --insertion-density 1 -o osm.ship.trips.xml -r osm.ship.rou.xml -b 0 -e 900 --vehicle-class ship --vclass ship --prefix ship --fringe-start-attributes <attrs-with-os-dependent-quoting> --validate
---------- Missing result in osmtrips ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="ped_pedestrian" vClass="pedestrian"/>
    <person id="ped0" depart="0.00" type="ped_pedestrian">
        <personTrip from="335009919" to="-153692976#0" modes="public"/>
    </person>
    <person id="ped1" depart="4.75" type="ped_pedestrian">
        <personTrip from="159200257#1" to="104991252#2" modes="public"/>
    </person>
    <person id="ped2" depart="9.50" type="ped_pedestrian">
        <personTrip from="379904843#7" to="346206377#2" modes="public"/>
    </person>
    <person id="ped3" depart="14.25" type="ped_pedestrian">
        <personTrip from="51167562#1" to="-24992424#2" modes="public"/>
    </person>
    <person id="ped4" depart="19.00" type="ped_pedestrian">
        <personTrip from="23812656#0" to="-15971191#0" modes="public"/>
    </person>
    <person id="ped5" depart="23.75" type="ped_pedestrian">
        <personTrip from="100944802#3" to="272757329" modes="public"/>
    </person>
    <person id="ped6" depart="28.50" type="ped_pedestrian">
        <personTrip from="-153698394#2" to="-574993710" modes="public"/>
    </person>
    <person id="ped7" depart="33.24" type="ped_pedestrian">
        <personTrip from="335703510" to="272795504" modes="public"/>
    </person>
    <person id="ped8" depart="37.99" type="ped_pedestrian">
<truncated after showing first 30 lines>
---------- Missing result in ptroutes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="pt_bus" vClass="bus"/>
    <vType id="pt_tram" vClass="tram"/>
    <vType id="pt_train" vClass="rail"/>
    <vType id="pt_subway" vClass="subway"/>
    <vType id="pt_light_rail" vClass="rail_urban"/>
    <vType id="pt_monorail" vClass="rail_urban"/>
    <vType id="pt_trolleybus" vClass="bus"/>
    <vType id="pt_minibus" vClass="bus"/>
    <vType id="pt_share_taxi" vClass="taxi"/>
    <vType id="pt_aerialway" vClass="cable_car" length="2.5" width="2" personCapacity="4"/>
    <vType id="pt_ferry" vClass="ship"/>
    <route id="pt_light_rail_S1:0" color="212,116,174" edges="109444375 230976793#1 465376248 394320752#1" >
        <stop busStop="30353449" duration="20" until="69.0"/> <!-- S Oranienburger Straße -->
        <stop busStop="474368351" duration="20" until="144.0"/> <!-- S Friedrichstraße -->
    </route>
    <route id="pt_light_rail_S1:1" color="212,116,174" edges="237751551 463462760 230976795#1" >
        <stop busStop="1930939368" duration="20" until="69.0"/> <!-- S Friedrichstraße -->
        <stop busStop="1769645503" duration="20" until="142.0"/> <!-- S Oranienburger Straße -->
    </route>
    <route id="pt_tram_M2:0" color="51,255,51" edges="331114772#0 331114772#1 331114772#2 331114772#3 331114772#4 148452597#0 148452597#1 148452597#2 148458495 148458500#0 148458500#1" >
        <stop busStop="1840333892" duration="20" until="74.0"/> <!-- Memhardstraße -->
        <stop busStop="1615531689" duration="20" until="172.0"/> <!-- S+U Alexanderplatz/Dircksenstraße -->
    </route>
    <route id="pt_tram_M2:2" color="51,255,51" edges="-148458500#1 -148458500#0 148457212#0 148457212#1 148449390 4791000#0 4791000#1 4791000#2 4791000#3 4791000#4 4791000#5" >
        <stop busStop="-1615531689" duration="20" until="37.0"/> <!-- S+U Alexanderplatz/Dircksenstraße -->
        <stop busStop="30732068" duration="20" until="133.0"/> <!-- Memhardstraße -->
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : import OSM webWizard_missingEdges ( Last six runs Sep2024 )

---------- Differences in errors ----------
1c1,15
< Could not generate passenger traffic
---
> Traceback (most recent call last):
> osmWebWizard.py, in <module>
>     main(get_options())
> osmWebWizard.py, in main
>     builder.build()
> osmWebWizard.py, in build
>     ptlines2flows.main(ptlines2flows.get_options(ptOptions))
> ptlines2flows.py, in main
>     trpMap, stopNames = createTrips(options)
> ptlines2flows.py, in createTrips
>     for trp_nr, line in enumerate(sumolib.output.parse(options.ptlines, 'ptLine', heterogeneous=True)):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xe4' in position 2169: ordinal not in range(128)
---------- Differences in output ----------
9,65d8
< Cannot extend route to fringe for line '9445421' (not enough edges given)
< Cannot extend route to fringe for line '9445422' (not enough edges given)
< Imported 2 lines with 4 stops and skipped 0 lines
<    ferry: 2
< done.
< running SUMO to determine actual departure times...
< done.
< Success.
< creating routes...
< done.
< Success.
< Success.
< Success.
< Success.
< Written configuration to <PATH>
< Loading net-file from <DIR>/osm.net.xml.gz' ... done ((TIME)).
< Loading additional-files from <DIR>/osm.poly.xml.gz' ... done ((TIME)).
< Loading additional-files from <DIR>/osm_stops.add.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 2002.00.
< Reason: All vehicles have left the simulation.
< Performance:
< Vehicles:
<  Inserted: 9
<  Running: 0
<  Waiting: 0
< Persons:
<  Inserted: 6
<truncated after showing first 30 lines>
---------- Missing result in osmbatch ----------
python /path/to/ptlines2flows.py" -n osm.net.xml.gz -b 0 -e 900 -p 600 --random-begin --seed 42 --ptstops osm_stops.add.xml --ptlines osm_ptlines.xml -o osm_pt.rou.xml --ignore-errors --vtype-prefix pt_ --stopinfos-file stopinfos.xml --routes-file vehroutes.xml --trips-file trips.trips.xml --min-stops 0 --extend-to-fringe --verbose
python /path/to/randomTrips.py -n osm.net.xml.gz --fringe-factor 2 --insertion-density 2 -o osm.bicycle.trips.xml -r osm.bicycle.rou.xml -b 0 -e 900 --trip-attributes <attrs-with-os-dependent-quoting> --max-distance 8000
python /path/to/randomTrips.py -n osm.net.xml.gz --fringe-factor 1 --insertion-density 4 -o osm.pedestrian.trips.xml -r osm.pedestrian.rou.xml -b 0 -e 900 --vehicle-class pedestrian --prefix ped --persontrips --trip-attributes <attrs-with-os-dependent-quoting> --duarouter-weights.tls-penalty 20
python /path/to/randomTrips.py -n osm.net.xml.gz --fringe-factor 40 --insertion-density 1 -o osm.ship.trips.xml -r osm.ship.rou.xml -b 0 -e 900 --vehicle-class ship --vclass ship --prefix ship --fringe-start-attributes <attrs-with-os-dependent-quoting> --validate
---------- Missing result in osmtrips ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="ped_pedestrian" vClass="pedestrian"/>
    <person id="ped0" depart="0.00" type="ped_pedestrian">
        <personTrip from="24279256" to="-1104403394" modes="public"/>
    </person>
    <person id="ped1" depart="137.47" type="ped_pedestrian">
        <personTrip from="-33911623" to="-277345333#3" modes="public"/>
    </person>
    <person id="ped2" depart="274.94" type="ped_pedestrian">
        <personTrip from="277345346" to="277345333#1" modes="public"/>
    </person>
    <person id="ped3" depart="412.41" type="ped_pedestrian">
        <personTrip from="62450095" to="-1104406388" modes="public"/>
    </person>
    <person id="ped4" depart="549.88" type="ped_pedestrian">
        <personTrip from="1032017021" to="-1104403394" modes="public"/>
    </person>
    <person id="ped5" depart="687.35" type="ped_pedestrian">
        <personTrip from="-277345333#3" to="1104406387" modes="public"/>
    </person>
    <person id="ped6" depart="824.82" type="ped_pedestrian">
        <personTrip from="-1104403394" to="-277345333#1" modes="public"/>
    </person>
</routes>
---------- Missing result in ptroutes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="pt_bus" vClass="bus"/>
    <vType id="pt_tram" vClass="tram"/>
    <vType id="pt_train" vClass="rail"/>
    <vType id="pt_subway" vClass="subway"/>
    <vType id="pt_light_rail" vClass="rail_urban"/>
    <vType id="pt_monorail" vClass="rail_urban"/>
    <vType id="pt_trolleybus" vClass="bus"/>
    <vType id="pt_minibus" vClass="bus"/>
    <vType id="pt_share_taxi" vClass="taxi"/>
    <vType id="pt_aerialway" vClass="cable_car" length="2.5" width="2" personCapacity="4"/>
    <vType id="pt_ferry" vClass="ship"/>
    <route id="pt_ferry_F21:0" color="0,128,186" edges="25881424" >
        <stop busStop="262882408" duration="20" until="46.0"/> <!-- Zum Seeblick -->
        <stop busStop="2045908036" duration="20" until="316.0"/> <!-- Krampenburg -->
    </route>
    <route id="pt_ferry_F21:1" color="0,128,186" edges="25881424 -25881424 25881424" >
        <stop busStop="2045908036" duration="20" until="273.0"/> <!-- Krampenburg -->
        <stop busStop="262882408" duration="20" until="558.0"/> <!-- Zum Seeblick -->
    </route>
    <flow id="pt_ferry_F21:0" type="pt_ferry" route="pt_ferry_F21:0" begin="15.0" end="915.0" period="600" line="F21:0" >
        <param key="name" value="Fähre F21: Zum Seeblick => Krampenburg"/>
        <param key="completeness" value="1.00"/>
    </flow>
    <flow id="pt_ferry_F21:1" type="pt_ferry" route="pt_ferry_F21:1" begin="383.0" end="1283.0" period="600" line="F21:1" >
        <param key="name" value="Fähre F21: Krampenburg => Zum Seeblick"/>
        <param key="completeness" value="1.00"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : import OSM webWizard_saveTemplate ( Last six runs Sep2024 )

---------- Differences in toolcfg ----------
2,6d1
<     <remote value="False" type="bool" help="In remote mode, SUMO GUI will not be automatically opened instead a zip file will be generated." category="processing"/>
<     <osm-file value="osm_bbox.osm.xml" type="string" help="use input file from path." category="processing"/>
<     <test-output value="None" type="string" help="Run with pre-defined options on file 'osm_bbox.osm.xml' and write output to the given directory." category="processing"/>
<     <bbox value="None" type="string" help="bounding box to retrieve in geo coordinates west,south,east,north." category="processing"/>
<     <output value="None" type="string" help="Write output to the given folder rather than creating a name based on the timestamp" category="processing"/>
8,9c3
<     <port value="8010" type="int" help="Port for the Websocket. Please edit script.js when using an other port than 8010." category="processing"/>
<     <verbose value="False" type="bool" help="tell me what you are doing" category="processing"/>
---
>     <bbox value="None" type="string" help="bounding box to retrieve in geo coordinates west,south,east,north." category="processing"/>
10a5
>     <demand value="passenger:6f5,bicycle:2f2,pedestrian:4,ship:1f40" type="string" help="Traffic demand definition for non-interactive mode." category="processing"/>
13c8,13
<     <demand value="passenger:6f5,bicycle:2f2,pedestrian:4,ship:1f40" type="string" help="Traffic demand definition for non-interactive mode." category="processing"/>
---
>     <osm-file value="osm_bbox.osm.xml" type="string" help="use input file from path." category="processing"/>
>     <output value="None" type="string" help="Write output to the given folder rather than creating a name based on the timestamp" category="processing"/>
>     <port value="8010" type="int" help="Port for the Websocket. Please edit script.js when using an other port than 8010." category="processing"/>
>     <remote value="False" type="bool" help="In remote mode, SUMO GUI will not be automatically opened instead a zip file will be generated." category="processing"/>
>     <test-output value="None" type="string" help="Run with pre-defined options on file 'osm_bbox.osm.xml' and write output to the given directory." category="processing"/>
>     <verbose value="False" type="bool" help="tell me what you are doing" category="processing"/>

TEST FAILED on ts-sim-build-ba : import dxf jupedsim ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,4
> dxf2jupedsim.py
>     print("Input file is not a DXF file or generic I/O error occured: %s" % e, file=sys.stderr)
>                                                                                    ^
> SyntaxError: invalid syntax
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <poly id="jps.walkable_area_2E" type="jupedsim.walkable_area" color="179,217,255" fill="True" layer="0" shape="10.511256116,0.000000000 10.511345706,0.000000000 10.511345706,0.000090194 10.511256116,0.000090194 10.511256116,0.000000000" geo="True"/>
    <poly id="jps.walkable_area_2F" type="jupedsim.walkable_area" color="179,217,255" fill="True" layer="0" shape="10.512152015,0.000901939 10.512241605,0.000901939 10.512241605,0.000992133 10.512152015,0.000992133 10.512152015,0.000901939" geo="True"/>
    <poly id="jps.obstacle_31" type="jupedsim.obstacle" color="255,204,204" fill="True" layer="1" shape="10.511300911,0.000045097 10.511327788,0.000045097 10.511327788,0.000072155 10.511300911,0.000072155 10.511300911,0.000045097" geo="True"/>
    <poly id="jps.obstacle_32" type="jupedsim.obstacle" color="255,204,204" fill="True" layer="1" shape="10.511282993,0.000018039 10.511282507,0.000020967 10.511281104,0.000023579 10.511278934,0.000025589 10.511276233,0.000026782 10.511273294,0.000027027 10.511270435,0.000026298 10.511267966,0.000024675 10.511266154,0.000022332 10.511265197,0.000019523 10.511265197,0.000016554 10.511266154,0.000013746 10.511267966,0.000011403 10.511270435,0.000009779 10.511273294,0.000009050 10.511276233,0.00000
9295 10.511278934,0.000010488 10.511281104,0.000012499 10.511282507,0.000015110 10.511282993,0.000018039" geo="True"/>
</additional>

TEST FAILED on ts-sim-build-ba : misc createVehTypeDistribution cappedNormal_speed ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,4
> createVehTypeDistribution.py
>     print("Warning: Setting speedDev to 0 because only speedFactor is given.", file=sys.stderr)
>                                                                                    ^
> SyntaxError: invalid syntax
---------- Differences in output ----------
1d0
< Output written to out.add.xml
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <vTypeDistribution id="exampleDist">
        <vType id="exampleDist0" maxSpeed="22.453"/>
        <vType id="exampleDist1" maxSpeed="15.032"/>
        <vType id="exampleDist2" maxSpeed="18.619"/>
        <vType id="exampleDist3" maxSpeed="10.242"/>
        <vType id="exampleDist4" maxSpeed="25.651"/>
        <vType id="exampleDist5" maxSpeed="16.755"/>
        <vType id="exampleDist6" maxSpeed="15.348"/>
        <vType id="exampleDist7" maxSpeed="23.678"/>
        <vType id="exampleDist8" maxSpeed="13.431"/>
        <vType id="exampleDist9" maxSpeed="10.604"/>
    </vTypeDistribution>
</additional>

TEST FAILED on ts-sim-build-ba : misc createVehTypeDistribution example ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,4
> createVehTypeDistribution.py
>     print("Warning: Setting speedDev to 0 because only speedFactor is given.", file=sys.stderr)
>                                                                                    ^
> SyntaxError: invalid syntax
---------- Differences in output ----------
1d0
< Output written to out.add.xml
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <vTypeDistribution id="exampleDist">
        <vType id="exampleDist0" tau="0.825" sigma="0.401" length="5.151" class="passenger" carFollowModel="Krauss"/>
        <vType id="exampleDist1" tau="0.786" sigma="0.305" length="5.013" class="passenger" carFollowModel="Krauss"/>
        <vType id="exampleDist2" tau="0.683" sigma="0.848" length="4.835" class="passenger" carFollowModel="Krauss"/>
        <vType id="exampleDist3" tau="0.918" sigma="0.801" length="5.290" class="passenger" carFollowModel="Krauss"/>
        <vType id="exampleDist4" tau="1.031" sigma="0.407" length="5.196" class="passenger" carFollowModel="Krauss"/>
        <vType id="exampleDist5" tau="0.947" sigma="0.574" length="4.769" class="passenger" carFollowModel="Krauss"/>
        <vType id="exampleDist6" tau="0.706" sigma="0.310" length="4.973" class="passenger" carFollowModel="Krauss"/>
        <vType id="exampleDist7" tau="0.772" sigma="0.630" length="4.483" class="passenger" carFollowModel="Krauss"/>
        <vType id="exampleDist8" tau="0.707" sigma="0.562" length="4.814" class="passenger" carFollowModel="Krauss"/>
        <vType id="exampleDist9" tau="0.894" sigma="0.588" length="5.163" class="passenger" carFollowModel="Krauss"/>
    </vTypeDistribution>
</additional>

TEST FAILED on ts-sim-build-ba : misc createVehTypeDistribution gamma_mingap ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,4
> createVehTypeDistribution.py
>     print("Warning: Setting speedDev to 0 because only speedFactor is given.", file=sys.stderr)
>                                                                                    ^
> SyntaxError: invalid syntax
---------- Differences in output ----------
1d0
< Output written to out.add.xml
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <vTypeDistribution id="exampleDist">
        <vType id="exampleDist0" minGap="0.229"/>
        <vType id="exampleDist1" minGap="0.724"/>
        <vType id="exampleDist2" minGap="0.334"/>
        <vType id="exampleDist3" minGap="0.192"/>
        <vType id="exampleDist4" minGap="0.050"/>
        <vType id="exampleDist5" minGap="0.572"/>
        <vType id="exampleDist6" minGap="0.193"/>
        <vType id="exampleDist7" minGap="0.910"/>
        <vType id="exampleDist8" minGap="0.273"/>
        <vType id="exampleDist9" minGap="0.107"/>
    </vTypeDistribution>
</additional>

TEST FAILED on ts-sim-build-ba : misc createVehTypeDistribution lognormal_mingap ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,4
> createVehTypeDistribution.py
>     print("Warning: Setting speedDev to 0 because only speedFactor is given.", file=sys.stderr)
>                                                                                    ^
> SyntaxError: invalid syntax
---------- Differences in output ----------
1d0
< Output written to out.add.xml
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <vTypeDistribution id="exampleDist">
        <vType id="exampleDist0" minGap="1.061"/>
        <vType id="exampleDist1" minGap="0.876"/>
        <vType id="exampleDist2" minGap="1.314"/>
        <vType id="exampleDist3" minGap="0.965"/>
        <vType id="exampleDist4" minGap="0.756"/>
        <vType id="exampleDist5" minGap="1.141"/>
        <vType id="exampleDist6" minGap="0.708"/>
        <vType id="exampleDist7" minGap="1.435"/>
        <vType id="exampleDist8" minGap="0.919"/>
        <vType id="exampleDist9" minGap="1.296"/>
    </vTypeDistribution>
</additional>

TEST FAILED on ts-sim-build-ba : misc createVehTypeDistribution minimal ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,4
> createVehTypeDistribution.py
>     print("Warning: Setting speedDev to 0 because only speedFactor is given.", file=sys.stderr)
>                                                                                    ^
> SyntaxError: invalid syntax
---------- Differences in output ----------
1d0
< Output written to out.add.xml
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <vTypeDistribution id="exampleDist">
        <vType id="exampleDist0" carFollowModel="IDM"/>
        <vType id="exampleDist1" carFollowModel="IDM"/>
        <vType id="exampleDist2" carFollowModel="IDM"/>
        <vType id="exampleDist3" carFollowModel="IDM"/>
        <vType id="exampleDist4" carFollowModel="IDM"/>
        <vType id="exampleDist5" carFollowModel="IDM"/>
        <vType id="exampleDist6" carFollowModel="IDM"/>
        <vType id="exampleDist7" carFollowModel="IDM"/>
        <vType id="exampleDist8" carFollowModel="IDM"/>
        <vType id="exampleDist9" carFollowModel="IDM"/>
    </vTypeDistribution>
</additional>

TEST FAILED on ts-sim-build-ba : misc createVehTypeDistribution negative_constant ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,4
> createVehTypeDistribution.py
>     print("Warning: Setting speedDev to 0 because only speedFactor is given.", file=sys.stderr)
>                                                                                    ^
> SyntaxError: invalid syntax
---------- Differences in output ----------
1d0
< Output written to out.add.xml
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <vTypeDistribution id="exampleDist">
        <vType id="exampleDist0" lcMinGapLat="0.700" lcImpatience="0.000" class="passenger"/>
        <vType id="exampleDist1" lcMinGapLat="0.700" lcImpatience="0.000" class="passenger"/>
        <vType id="exampleDist2" lcMinGapLat="0.700" lcImpatience="0.000" class="passenger"/>
        <vType id="exampleDist3" lcMinGapLat="0.700" lcImpatience="0.000" class="passenger"/>
        <vType id="exampleDist4" lcMinGapLat="0.700" lcImpatience="0.000" class="passenger"/>
        <vType id="exampleDist5" lcMinGapLat="0.700" lcImpatience="0.000" class="passenger"/>
        <vType id="exampleDist6" lcMinGapLat="0.700" lcImpatience="0.000" class="passenger"/>
        <vType id="exampleDist7" lcMinGapLat="0.700" lcImpatience="0.000" class="passenger"/>
        <vType id="exampleDist8" lcMinGapLat="0.700" lcImpatience="0.000" class="passenger"/>
        <vType id="exampleDist9" lcMinGapLat="0.700" lcImpatience="0.000" class="passenger"/>
    </vTypeDistribution>
</additional>

TEST FAILED on ts-sim-build-ba : misc createVehTypeDistribution parameter ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,4
> createVehTypeDistribution.py
>     print("Warning: Setting speedDev to 0 because only speedFactor is given.", file=sys.stderr)
>                                                                                    ^
> SyntaxError: invalid syntax
---------- Differences in output ----------
1d0
< Output written to out.add.xml
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <vTypeDistribution id="paramDist">
        <vType id="paramDist0" bla="bla">
            <param key="foo" value="3.245"/>
        </vType>
        <vType id="paramDist1" bla="bla">
            <param key="foo" value="2.503"/>
        </vType>
        <vType id="paramDist2" bla="bla">
            <param key="foo" value="4.255"/>
        </vType>
        <vType id="paramDist3" bla="bla">
            <param key="foo" value="2.862"/>
        </vType>
        <vType id="paramDist4" bla="bla">
            <param key="foo" value="2.024"/>
        </vType>
        <vType id="paramDist5" bla="bla">
            <param key="foo" value="3.565"/>
        </vType>
        <vType id="paramDist6" bla="bla">
            <param key="foo" value="1.832"/>
        </vType>
        <vType id="paramDist7" bla="bla">
            <param key="foo" value="4.738"/>
        </vType>
        <vType id="paramDist8" bla="bla">
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : misc createVehTypeDistribution resampling_ticket4193 ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,4
> createVehTypeDistribution.py
>     print("Warning: Setting speedDev to 0 because only speedFactor is given.", file=sys.stderr)
>                                                                                    ^
> SyntaxError: invalid syntax
---------- Differences in output ----------
1d0
< Output written to out.add.xml
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <vTypeDistribution id="exampleDist">
        <vType id="exampleDist0" foo="0.893"/>
        <vType id="exampleDist1" foo="0.638"/>
        <vType id="exampleDist2" foo="0.768"/>
        <vType id="exampleDist3" foo="0.873"/>
        <vType id="exampleDist4" foo="0.265"/>
        <vType id="exampleDist5" foo="0.872"/>
        <vType id="exampleDist6" foo="0.828"/>
        <vType id="exampleDist7" foo="0.646"/>
        <vType id="exampleDist8" foo="0.621"/>
        <vType id="exampleDist9" foo="0.917"/>
    </vTypeDistribution>
</additional>

TEST FAILED on ts-sim-build-ba : misc createVehTypeDistribution resampling_ticket4193_lowResampling ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,4
> createVehTypeDistribution.py
>     print("Warning: Setting speedDev to 0 because only speedFactor is given.", file=sys.stderr)
>                                                                                    ^
> SyntaxError: invalid syntax
---------- Differences in output ----------
1d0
< Output written to out.add.xml
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <vTypeDistribution id="exampleDist">
        <vType id="exampleDist0" foo="1.000"/>
        <vType id="exampleDist1" foo="1.000"/>
        <vType id="exampleDist2" foo="1.000"/>
        <vType id="exampleDist3" foo="1.000"/>
        <vType id="exampleDist4" foo="1.000"/>
        <vType id="exampleDist5" foo="1.000"/>
        <vType id="exampleDist6" foo="1.000"/>
        <vType id="exampleDist7" foo="1.000"/>
        <vType id="exampleDist8" foo="1.000"/>
        <vType id="exampleDist9" foo="1.000"/>
    </vTypeDistribution>
</additional>

TEST FAILED on ts-sim-build-ba : misc createVehTypeDistribution speedFactor_with_speedDev ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,4
> createVehTypeDistribution.py
>     print("Warning: Setting speedDev to 0 because only speedFactor is given.", file=sys.stderr)
>                                                                                    ^
> SyntaxError: invalid syntax
---------- Differences in output ----------
1d0
< Output written to out.add.xml
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <vTypeDistribution id="exampleDist">
        <vType id="exampleDist0" speedFactor="1.094" speedDev="0.251"/>
        <vType id="exampleDist1" speedFactor="0.634" speedDev="0.113"/>
        <vType id="exampleDist2" speedFactor="2.886" speedDev="0.236"/>
        <vType id="exampleDist3" speedFactor="2.605" speedDev="0.390"/>
        <vType id="exampleDist4" speedFactor="3.574" speedDev="0.296"/>
        <vType id="exampleDist5" speedFactor="2.562" speedDev="0.074"/>
        <vType id="exampleDist6" speedFactor="0.012" speedDev="0.073"/>
        <vType id="exampleDist7" speedFactor="0.462" speedDev="0.130"/>
        <vType id="exampleDist8" speedFactor="1.172" speedDev="0.188"/>
        <vType id="exampleDist9" speedFactor="1.329" speedDev="0.263"/>
    </vTypeDistribution>
</additional>

TEST FAILED on ts-sim-build-ba : misc createVehTypeDistribution speedFactor_without_speedDev ( Last six runs Sep2024 )

---------- Differences in errors ----------
1c1,4
< Warning: Setting speedDev to 0 because only speedFactor is given.
---
> createVehTypeDistribution.py
>     print("Warning: Setting speedDev to 0 because only speedFactor is given.", file=sys.stderr)
>                                                                                    ^
> SyntaxError: invalid syntax
---------- Differences in output ----------
1d0
< Output written to out.add.xml
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <vTypeDistribution id="exampleDist">
        <vType id="exampleDist0" speedFactor="1.094" speedDev="0.000"/>
        <vType id="exampleDist1" speedFactor="0.204" speedDev="0.000"/>
        <vType id="exampleDist2" speedFactor="2.306" speedDev="0.000"/>
        <vType id="exampleDist3" speedFactor="0.634" speedDev="0.000"/>
        <vType id="exampleDist4" speedFactor="1.478" speedDev="0.000"/>
        <vType id="exampleDist5" speedFactor="2.886" speedDev="0.000"/>
        <vType id="exampleDist6" speedFactor="0.411" speedDev="0.000"/>
        <vType id="exampleDist7" speedFactor="2.219" speedDev="0.000"/>
        <vType id="exampleDist8" speedFactor="2.605" speedDev="0.000"/>
        <vType id="exampleDist9" speedFactor="3.139" speedDev="0.000"/>
    </vTypeDistribution>
</additional>

TEST FAILED on ts-sim-build-ba : misc createVehTypeDistribution uniform_speed ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,4
> createVehTypeDistribution.py
>     print("Warning: Setting speedDev to 0 because only speedFactor is given.", file=sys.stderr)
>                                                                                    ^
> SyntaxError: invalid syntax
---------- Differences in output ----------
1d0
< Output written to out.add.xml
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <vTypeDistribution id="exampleDist">
        <vType id="exampleDist0" maxSpeed="42.380"/>
        <vType id="exampleDist1" maxSpeed="20.875"/>
        <vType id="exampleDist2" maxSpeed="29.626"/>
        <vType id="exampleDist3" maxSpeed="27.812"/>
        <vType id="exampleDist4" maxSpeed="45.776"/>
        <vType id="exampleDist5" maxSpeed="43.684"/>
        <vType id="exampleDist6" maxSpeed="51.226"/>
        <vType id="exampleDist7" maxSpeed="23.043"/>
        <vType id="exampleDist8" maxSpeed="34.767"/>
        <vType id="exampleDist9" maxSpeed="21.043"/>
    </vTypeDistribution>
</additional>

TEST FAILED on ts-sim-build-ba : misc distributeChargingStations basic ( Last six runs Sep2024 )

---------- Differences in additional ----------
2,9c2,9
<     <parkingArea id="paE1_shift" lane="E1_0" length="8.0" roadsideCapacity="5" startPos="57.142857142857146" endPos="200.0"/>
<     <parkingArea id="paE1" lane="E1_0" length="8.0" roadsideCapacity="2" startPos="0" endPos="57.142857142857146"/>
<     <chargingStation id="CS0" lane="E1_0" startPos="0" endPos="57.142857142857146" power="22000" efficiency="0.95" parkingArea="paE1"/>
<     <parkingArea id="paE2_shift" lane="E2_0" length="8.0" roadsideCapacity="5" startPos="85.71428571428571" endPos="300.0"/>
<     <parkingArea id="paE2" lane="E2_0" length="8.0" roadsideCapacity="2" startPos="0" endPos="85.71428571428571"/>
<     <chargingStation id="CS1" lane="E2_0" startPos="0" endPos="85.71428571428571" power="22000" efficiency="0.95" parkingArea="paE2"/>
<     <parkingArea id="paE0" lane="E0_0" length="8.0" roadsideCapacity="7"/>
<     <parkingArea id="paE3" lane="E3_0" length="8.0" roadsideCapacity="7"/>
---
>     <parkingArea endPos="200.0" lane="E1_0" roadsideCapacity="5.0" id="paE1_shift" startPos="57.1428571429" length="8.0"/>
>     <parkingArea endPos="57.1428571429" lane="E1_0" roadsideCapacity="2.0" id="paE1" startPos="0" length="8.0"/>
>     <chargingStation parkingArea="paE1" endPos="57.1428571429" lane="E1_0" id="CS0" startPos="0" power="22000" efficiency="0.95"/>
>     <parkingArea endPos="100.0" lane="E0_0" roadsideCapacity="5.0" id="paE0_shift" startPos="28.5714285714" length="8.0"/>
>     <parkingArea endPos="28.5714285714" lane="E0_0" roadsideCapacity="2.0" id="paE0" startPos="0" length="8.0"/>
>     <chargingStation parkingArea="paE0" endPos="28.5714285714" lane="E0_0" id="CS1" startPos="0" power="22000" efficiency="0.95"/>
>     <parkingArea lane="E2_0" length="8.0" id="paE2" roadsideCapacity="7"/>
>     <parkingArea lane="E3_0" length="8.0" id="paE3" roadsideCapacity="7"/>

TEST FAILED on ts-sim-build-ba : misc generateParkingAreaRerouters bare_parkingAreas ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
> generateParkingAreaRerouters.py, in <module>
>     main(sys.argv[1:])
> generateParkingAreaRerouters.py, in main
>     ReroutersGeneration(args)
> generateParkingAreaRerouters.py, in __init__
>     self._generate_rerouters()
> generateParkingAreaRerouters.py, in _generate_rerouters
>     with multiprocessing.Pool(processes=self._opt.processes) as pool:
> AttributeError: __exit__
---------- Differences in output ----------
4,7d3
< Computed 4 rerouters.
< Creation of out.add.xml
< out.add.xml created.
< Done.
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">

    <rerouter id="parking_b" edges="b">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="parking_b" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="parking_c" visible="true"/> <!-- dist: 10.6 -->
            <parkingAreaReroute id="parking_d" visible="false"/> <!-- dist: 51.8 -->
        </interval>
    </rerouter>

    <rerouter id="parking_c" edges="c">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="parking_c" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="parking_d" visible="true"/> <!-- dist: 2.6 -->
            <parkingAreaReroute id="parking_e" visible="false"/> <!-- dist: 48.8 -->
        </interval>
    </rerouter>

    <rerouter id="parking_d" edges="d">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="parking_d" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="parking_e" visible="true"/> <!-- dist: 2.6 -->
            <parkingAreaReroute id="parking_b" visible="false"/> <!-- dist: 51.8 -->
        </interval>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : misc generateParkingAreaRerouters distribute_1_1 ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
> generateParkingAreaRerouters.py, in <module>
>     main(sys.argv[1:])
> generateParkingAreaRerouters.py, in main
>     ReroutersGeneration(args)
> generateParkingAreaRerouters.py, in __init__
>     self._generate_rerouters()
> generateParkingAreaRerouters.py, in _generate_rerouters
>     with multiprocessing.Pool(processes=self._opt.processes) as pool:
> AttributeError: __exit__
---------- Differences in output ----------
4,7d3
< Computed 10 rerouters.
< Creation of out.add.xml
< out.add.xml created.
< Done.
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">

    <rerouter id="parkingArea_A0B0_0_0" edges="A0B0">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="parkingArea_A0B0_0_0" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="parkingArea_B0C0_0_1" visible="false"/> <!-- dist: 10.0 -->
            <parkingAreaReroute id="parkingArea_C0D0_0_2" visible="false"/> <!-- dist: 29.4 -->
            <parkingAreaReroute id="parkingArea_G0H0_0_6" visible="false"/> <!-- dist: 111.8 -->
            <parkingAreaReroute id="parkingArea_H0I0_0_7" visible="false"/> <!-- dist: 131.6 -->
        </interval>
    </rerouter>

    <rerouter id="parkingArea_B0C0_0_1" edges="B0C0">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="parkingArea_B0C0_0_1" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="parkingArea_C0D0_0_2" visible="false"/> <!-- dist: 9.4 -->
            <parkingAreaReroute id="parkingArea_D0E0_0_3" visible="false"/> <!-- dist: 28.9 -->
            <parkingAreaReroute id="parkingArea_G0H0_0_6" visible="false"/> <!-- dist: 91.8 -->
            <parkingAreaReroute id="parkingArea_H0I0_0_7" visible="false"/> <!-- dist: 111.6 -->
        </interval>
    </rerouter>

    <rerouter id="parkingArea_C0D0_0_2" edges="C0D0">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : misc generateParkingAreaRerouters distribute_1_1_1_1 ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
> generateParkingAreaRerouters.py, in <module>
>     main(sys.argv[1:])
> generateParkingAreaRerouters.py, in main
>     ReroutersGeneration(args)
> generateParkingAreaRerouters.py, in __init__
>     self._generate_rerouters()
> generateParkingAreaRerouters.py, in _generate_rerouters
>     with multiprocessing.Pool(processes=self._opt.processes) as pool:
> AttributeError: __exit__
---------- Differences in output ----------
4,7d3
< Computed 10 rerouters.
< Creation of out.add.xml
< out.add.xml created.
< Done.
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">

    <rerouter id="parkingArea_A0B0_0_0" edges="A0B0">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="parkingArea_A0B0_0_0" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="parkingArea_B0C0_0_1" visible="false"/> <!-- dist: 10.0 -->
            <parkingAreaReroute id="parkingArea_D0E0_0_3" visible="false"/> <!-- dist: 48.9 -->
            <parkingAreaReroute id="parkingArea_G0H0_0_6" visible="false"/> <!-- dist: 111.8 -->
            <parkingAreaReroute id="parkingArea_I0J0_0_8" visible="false"/> <!-- dist: 152.7 -->
        </interval>
    </rerouter>

    <rerouter id="parkingArea_B0C0_0_1" edges="B0C0">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="parkingArea_B0C0_0_1" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="parkingArea_C0D0_0_2" visible="false"/> <!-- dist: 9.4 -->
            <parkingAreaReroute id="parkingArea_E0F0_0_4" visible="false"/> <!-- dist: 50.7 -->
            <parkingAreaReroute id="parkingArea_G0H0_0_6" visible="false"/> <!-- dist: 91.8 -->
            <parkingAreaReroute id="parkingArea_I0J0_0_8" visible="false"/> <!-- dist: 132.8 -->
        </interval>
    </rerouter>

    <rerouter id="parkingArea_C0D0_0_2" edges="C0D0">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : misc generateParkingAreaRerouters distribute_3_1 ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
> generateParkingAreaRerouters.py, in <module>
>     main(sys.argv[1:])
> generateParkingAreaRerouters.py, in main
>     ReroutersGeneration(args)
> generateParkingAreaRerouters.py, in __init__
>     self._generate_rerouters()
> generateParkingAreaRerouters.py, in _generate_rerouters
>     with multiprocessing.Pool(processes=self._opt.processes) as pool:
> AttributeError: __exit__
---------- Differences in output ----------
4,7d3
< Computed 10 rerouters.
< Creation of out.add.xml
< out.add.xml created.
< Done.
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">

    <rerouter id="parkingArea_A0B0_0_0" edges="A0B0">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="parkingArea_A0B0_0_0" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="parkingArea_B0C0_0_1" visible="false"/> <!-- dist: 10.0 -->
            <parkingAreaReroute id="parkingArea_C0D0_0_2" visible="false"/> <!-- dist: 29.4 -->
            <parkingAreaReroute id="parkingArea_D0E0_0_3" visible="false"/> <!-- dist: 48.9 -->
            <parkingAreaReroute id="parkingArea_G0H0_0_6" visible="false"/> <!-- dist: 111.8 -->
        </interval>
    </rerouter>

    <rerouter id="parkingArea_B0C0_0_1" edges="B0C0">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="parkingArea_B0C0_0_1" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="parkingArea_C0D0_0_2" visible="false"/> <!-- dist: 9.4 -->
            <parkingAreaReroute id="parkingArea_D0E0_0_3" visible="false"/> <!-- dist: 28.9 -->
            <parkingAreaReroute id="parkingArea_E0F0_0_4" visible="false"/> <!-- dist: 50.7 -->
            <parkingAreaReroute id="parkingArea_G0H0_0_6" visible="false"/> <!-- dist: 91.8 -->
        </interval>
    </rerouter>

    <rerouter id="parkingArea_C0D0_0_2" edges="C0D0">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : misc generateParkingAreaRerouters distribute_3_1_only2 ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
> generateParkingAreaRerouters.py, in <module>
>     main(sys.argv[1:])
> generateParkingAreaRerouters.py, in main
>     ReroutersGeneration(args)
> generateParkingAreaRerouters.py, in __init__
>     self._generate_rerouters()
> generateParkingAreaRerouters.py, in _generate_rerouters
>     with multiprocessing.Pool(processes=self._opt.processes) as pool:
> AttributeError: __exit__
---------- Differences in output ----------
4,7d3
< Computed 10 rerouters.
< Creation of out.add.xml
< out.add.xml created.
< Done.
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">

    <rerouter id="parkingArea_A0B0_0_0" edges="A0B0">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="parkingArea_A0B0_0_0" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="parkingArea_B0C0_0_1" visible="false"/> <!-- dist: 10.0 -->
            <parkingAreaReroute id="parkingArea_G0H0_0_6" visible="false"/> <!-- dist: 111.8 -->
        </interval>
    </rerouter>

    <rerouter id="parkingArea_B0C0_0_1" edges="B0C0">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="parkingArea_B0C0_0_1" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="parkingArea_C0D0_0_2" visible="false"/> <!-- dist: 9.4 -->
            <parkingAreaReroute id="parkingArea_G0H0_0_6" visible="false"/> <!-- dist: 91.8 -->
        </interval>
    </rerouter>

    <rerouter id="parkingArea_C0D0_0_2" edges="C0D0">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="parkingArea_C0D0_0_2" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="parkingArea_D0E0_0_3" visible="false"/> <!-- dist: 9.4 -->
            <parkingAreaReroute id="parkingArea_H0I0_0_7" visible="false"/> <!-- dist: 92.2 -->
        </interval>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : misc generateParkingAreaRerouters example ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
> generateParkingAreaRerouters.py, in <module>
>     main(sys.argv[1:])
> generateParkingAreaRerouters.py, in main
>     ReroutersGeneration(args)
> generateParkingAreaRerouters.py, in __init__
>     self._generate_rerouters()
> generateParkingAreaRerouters.py, in _generate_rerouters
>     with multiprocessing.Pool(processes=self._opt.processes) as pool:
> AttributeError: __exit__
---------- Differences in output ----------
4,7d3
< Computed 4 rerouters.
< Creation of out.add.xml
< out.add.xml created.
< Done.
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">

    <rerouter id="parking_b" edges="b">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="parking_b" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="parking_c" visible="true"/> <!-- dist: 16.6 -->
            <parkingAreaReroute id="parking_d" visible="true"/> <!-- dist: 57.8 -->
            <parkingAreaReroute id="parking_e" visible="false"/> <!-- dist: 104.0 -->
        </interval>
    </rerouter>

    <rerouter id="parking_c" edges="c">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="parking_c" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="parking_d" visible="true"/> <!-- dist: 8.6 -->
            <parkingAreaReroute id="parking_e" visible="true"/> <!-- dist: 54.8 -->
            <parkingAreaReroute id="parking_b" visible="false"/> <!-- dist: 104.0 -->
        </interval>
    </rerouter>

    <rerouter id="parking_d" edges="d">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="parking_d" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="parking_e" visible="true"/> <!-- dist: 12.2 -->
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : misc generateParkingAreaRerouters extra_elements ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
> generateParkingAreaRerouters.py, in <module>
>     main(sys.argv[1:])
> generateParkingAreaRerouters.py, in main
>     ReroutersGeneration(args)
> generateParkingAreaRerouters.py, in __init__
>     self._generate_rerouters()
> generateParkingAreaRerouters.py, in _generate_rerouters
>     with multiprocessing.Pool(processes=self._opt.processes) as pool:
> AttributeError: __exit__
---------- Differences in output ----------
4,7d3
< Computed 4 rerouters.
< Creation of out.add.xml
< out.add.xml created.
< Done.
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">

    <rerouter id="parking_b" edges="b">
        <interval begin="0.0" end="86400.0">
            <!-- in order of distance --> 
            <parkingAreaReroute id="parking_b" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="parking_c" visible="true"/> <!-- dist: 10.6 -->
            <parkingAreaReroute id="parking_d" visible="false"/> <!-- dist: 51.8 -->
        </interval>
    </rerouter>

    <rerouter id="parking_c" edges="c">
        <interval begin="0.0" end="86400.0">
            <!-- in order of distance --> 
            <parkingAreaReroute id="parking_c" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="parking_d" visible="true"/> <!-- dist: 2.6 -->
            <parkingAreaReroute id="parking_e" visible="false"/> <!-- dist: 48.8 -->
        </interval>
    </rerouter>

    <rerouter id="parking_d" edges="d">
        <interval begin="0.0" end="86400.0">
            <!-- in order of distance --> 
            <parkingAreaReroute id="parking_d" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="parking_e" visible="true"/> <!-- dist: 2.6 -->
            <parkingAreaReroute id="parking_b" visible="false"/> <!-- dist: 51.8 -->
        </interval>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : misc generateParkingAreaRerouters minCapacity ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
> generateParkingAreaRerouters.py, in <module>
>     main(sys.argv[1:])
> generateParkingAreaRerouters.py, in main
>     ReroutersGeneration(args)
> generateParkingAreaRerouters.py, in __init__
>     self._generate_rerouters()
> generateParkingAreaRerouters.py, in _generate_rerouters
>     with multiprocessing.Pool(processes=self._opt.processes) as pool:
> AttributeError: __exit__
---------- Differences in output ----------
4,7d3
< Computed 6 rerouters.
< Creation of out.add.xml
< out.add.xml created.
< Done.
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">

    <rerouter id="parking_-a" edges="-a">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="parking_-a" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="parking_-b" visible="false"/> <!-- dist: 625.5 -->
            <parkingAreaReroute id="parking_-c" visible="false"/> <!-- dist: 775.5 -->
        </interval>
    </rerouter>

    <rerouter id="parking_-b" edges="-b">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="parking_-b" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="parking_-a" visible="false"/> <!-- dist: 16.1 -->
            <parkingAreaReroute id="parking_-c" visible="false"/> <!-- dist: 225.4 -->
        </interval>
    </rerouter>

    <rerouter id="parking_-c" edges="-c">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="parking_-c" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="parking_-b" visible="false"/> <!-- dist: 116.1 -->
            <parkingAreaReroute id="parking_-a" visible="false"/> <!-- dist: 166.2 -->
        </interval>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : misc generateParkingAreaRerouters minCapacityVisible ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
> generateParkingAreaRerouters.py, in <module>
>     main(sys.argv[1:])
> generateParkingAreaRerouters.py, in main
>     ReroutersGeneration(args)
> generateParkingAreaRerouters.py, in __init__
>     self._generate_rerouters()
> generateParkingAreaRerouters.py, in _generate_rerouters
>     with multiprocessing.Pool(processes=self._opt.processes) as pool:
> AttributeError: __exit__
---------- Differences in output ----------
4,7d3
< Computed 4 rerouters.
< Creation of out.add.xml
< out.add.xml created.
< Done.
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">

    <rerouter id="pB" edges="b">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="pB" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="pC" visible="false"/> <!-- dist: 84.5 -->
            <parkingAreaReroute id="pD" visible="true"/> <!-- dist: 178.2 -->
        </interval>
    </rerouter>

    <rerouter id="pC" edges="c">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="pC" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="pD" visible="true"/> <!-- dist: 83.7 -->
            <parkingAreaReroute id="pE" visible="false"/> <!-- dist: 174.7 -->
        </interval>
    </rerouter>

    <rerouter id="pD" edges="d">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="pD" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="pE" visible="false"/> <!-- dist: 81.0 -->
            <parkingAreaReroute id="pB" visible="false"/> <!-- dist: 179.5 -->
        </interval>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : misc generateParkingAreaRerouters opposite_visible ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
> generateParkingAreaRerouters.py, in <module>
>     main(sys.argv[1:])
> generateParkingAreaRerouters.py, in main
>     ReroutersGeneration(args)
> generateParkingAreaRerouters.py, in __init__
>     self._generate_rerouters()
> generateParkingAreaRerouters.py, in _generate_rerouters
>     with multiprocessing.Pool(processes=self._opt.processes) as pool:
> AttributeError: __exit__
---------- Differences in output ----------
4,7d3
< Computed 6 rerouters.
< Creation of out.add.xml
< out.add.xml created.
< Done.
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">

    <rerouter id="parking_-a" edges="-a">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="parking_-a" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="parking_a" visible="true"/> <!-- dist: 270.7 -->
            <parkingAreaReroute id="parking_b" visible="false"/> <!-- dist: 570.8 -->
            <parkingAreaReroute id="parking_c" visible="false"/> <!-- dist: 620.9 -->
            <parkingAreaReroute id="parking_-b" visible="false"/> <!-- dist: 625.5 -->
        </interval>
    </rerouter>

    <rerouter id="parking_-b" edges="-b">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="parking_-b" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="parking_-a" visible="false"/> <!-- dist: 16.1 -->
            <parkingAreaReroute id="parking_b" visible="true"/> <!-- dist: 20.7 -->
            <parkingAreaReroute id="parking_c" visible="false"/> <!-- dist: 70.8 -->
            <parkingAreaReroute id="parking_-c" visible="false"/> <!-- dist: 225.4 -->
        </interval>
    </rerouter>

    <rerouter id="parking_-c" edges="-c">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : misc generateParkingAreaRerouters opposite_visible_oneSided ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
> generateParkingAreaRerouters.py, in <module>
>     main(sys.argv[1:])
> generateParkingAreaRerouters.py, in main
>     ReroutersGeneration(args)
> generateParkingAreaRerouters.py, in __init__
>     self._generate_rerouters()
> generateParkingAreaRerouters.py, in _generate_rerouters
>     with multiprocessing.Pool(processes=self._opt.processes) as pool:
> AttributeError: __exit__
---------- Differences in output ----------
4,7d3
< Computed 3 rerouters.
< Creation of out.add.xml
< out.add.xml created.
< Done.
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">

    <rerouter id="parking_-c" edges="-c c">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="parking_-c" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="parking_b" visible="false"/> <!-- dist: 170.8 -->
            <parkingAreaReroute id="parking_a" visible="false"/> <!-- dist: 470.9 -->
        </interval>
    </rerouter>

    <rerouter id="parking_a" edges="a -a">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="parking_a" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="parking_b" visible="false"/> <!-- dist: 266.1 -->
            <parkingAreaReroute id="parking_-c" visible="false"/> <!-- dist: 470.9 -->
        </interval>
    </rerouter>

    <rerouter id="parking_b" edges="b -b">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="parking_b" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="parking_-c" visible="false"/> <!-- dist: 170.8 -->
            <parkingAreaReroute id="parking_a" visible="false"/> <!-- dist: 375.4 -->
        </interval>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : misc generateParkingAreaRerouters sameEdge ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
> generateParkingAreaRerouters.py, in <module>
>     main(sys.argv[1:])
> generateParkingAreaRerouters.py, in main
>     ReroutersGeneration(args)
> generateParkingAreaRerouters.py, in __init__
>     self._generate_rerouters()
> generateParkingAreaRerouters.py, in _generate_rerouters
>     with multiprocessing.Pool(processes=self._opt.processes) as pool:
> AttributeError: __exit__
---------- Differences in output ----------
4,7d3
< Computed 4 rerouters.
< Creation of out.add.xml
< out.add.xml created.
< Done.
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">

    <rerouter id="p_c1" edges="c">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="p_c1" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="p_c2" visible="true"/> <!-- dist: 5.6 -->
            <parkingAreaReroute id="p_e1" visible="true"/> <!-- dist: 75.9 -->
            <parkingAreaReroute id="p_e2" visible="false"/> <!-- dist: 93.2 -->
        </interval>
    </rerouter>

    <rerouter id="p_c2" edges="c">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="p_c2" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="p_e1" visible="true"/> <!-- dist: 57.4 -->
            <parkingAreaReroute id="p_e2" visible="true"/> <!-- dist: 74.7 -->
        </interval>
    </rerouter>

    <rerouter id="p_e1" edges="e">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="p_e1" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="p_e2" visible="true"/> <!-- dist: 4.8 -->
            <parkingAreaReroute id="p_c1" visible="true"/> <!-- dist: 80.2 -->
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : misc generateParkingAreaRerouters visible_explicit ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
> generateParkingAreaRerouters.py, in <module>
>     main(sys.argv[1:])
> generateParkingAreaRerouters.py, in main
>     ReroutersGeneration(args)
> generateParkingAreaRerouters.py, in __init__
>     self._generate_rerouters()
> generateParkingAreaRerouters.py, in _generate_rerouters
>     with multiprocessing.Pool(processes=self._opt.processes) as pool:
> AttributeError: __exit__
---------- Differences in output ----------
4,7d3
< Computed 4 rerouters.
< Creation of out.add.xml
< out.add.xml created.
< Done.
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">

    <rerouter id="parking_b" edges="b">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="parking_b" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="parking_c" visible="false"/> <!-- dist: 16.6 -->
            <parkingAreaReroute id="parking_d" visible="true"/> <!-- dist: 57.8 -->
            <parkingAreaReroute id="parking_e" visible="false"/> <!-- dist: 104.0 -->
        </interval>
    </rerouter>

    <rerouter id="parking_c" edges="c">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="parking_c" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="parking_d" visible="true"/> <!-- dist: 8.6 -->
            <parkingAreaReroute id="parking_e" visible="false"/> <!-- dist: 54.8 -->
            <parkingAreaReroute id="parking_b" visible="true"/> <!-- dist: 104.0 -->
        </interval>
    </rerouter>

    <rerouter id="parking_d" edges="d">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="parking_d" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="parking_e" visible="false"/> <!-- dist: 12.2 -->
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : misc generateParkingAreaRerouters visible_preferredAlternative ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
> generateParkingAreaRerouters.py, in <module>
>     main(sys.argv[1:])
> generateParkingAreaRerouters.py, in main
>     ReroutersGeneration(args)
> generateParkingAreaRerouters.py, in __init__
>     self._generate_rerouters()
> generateParkingAreaRerouters.py, in _generate_rerouters
>     with multiprocessing.Pool(processes=self._opt.processes) as pool:
> AttributeError: __exit__
---------- Differences in output ----------
4,7d3
< Computed 4 rerouters.
< Creation of out.add.xml
< out.add.xml created.
< Done.
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">

    <rerouter id="pB" edges="b">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="pB" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="pD" visible="true"/> <!-- dist: 178.2 -->
            <parkingAreaReroute id="pF" visible="true"/> <!-- dist: 401.3 -->
        </interval>
    </rerouter>

    <rerouter id="pC" edges="c">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="pC" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="pD" visible="true"/> <!-- dist: 83.7 -->
            <parkingAreaReroute id="pF" visible="true"/> <!-- dist: 684.5 -->
        </interval>
    </rerouter>

    <rerouter id="pD" edges="d">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="pD" visible="true"/> <!-- dist: 0.0 -->
            <parkingAreaReroute id="pF" visible="true"/> <!-- dist: 590.8 -->
            <parkingAreaReroute id="pE" visible="false"/> <!-- dist: 81.0 -->
        </interval>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : misc generateParkingAreaRerouters visible_preferredAlternative_minCount ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
> generateParkingAreaRerouters.py, in <module>
>     main(sys.argv[1:])
> generateParkingAreaRerouters.py, in main
>     ReroutersGeneration(args)
> generateParkingAreaRerouters.py, in __init__
>     self._generate_rerouters()
> generateParkingAreaRerouters.py, in _generate_rerouters
>     with multiprocessing.Pool(processes=self._opt.processes) as pool:
> AttributeError: __exit__
---------- Differences in output ----------
4,7d3
< Computed 4 rerouters.
< Creation of out.add.xml
< out.add.xml created.
< Done.
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">

    <rerouter id="pB" edges="b">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="pB" visible="true"/> <!-- dist: 0.0 -->
        </interval>
    </rerouter>

    <rerouter id="pC" edges="c">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="pC" visible="true"/> <!-- dist: 0.0 -->
        </interval>
    </rerouter>

    <rerouter id="pD" edges="d">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="pD" visible="true"/> <!-- dist: 0.0 -->
        </interval>
    </rerouter>

    <rerouter id="pE" edges="e">
        <interval begin="0.0" end="86400">
            <!-- in order of distance --> 
            <parkingAreaReroute id="pE" visible="true"/> <!-- dist: 0.0 -->
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : net abstractRail horizontal ( Last six runs Sep2024 )

---------- Differences in errors ----------
1,8c1,10
< Warning: Lane '124262120_0' is not connected from any incoming edge at junction '1383487041'.
< Warning: Lane '124264571_0' is not connected from any incoming edge at junction '1383506147'.
< Warning: Speed of turning connection '124262109#0_0->124262109#1_0' reduced by 29.24 due to turning radius of 42.01 (length=7.19, angle=45.00).
< Warning: Speed of turning connection '469983241_0->124262107#0_0' reduced by 30.63 due to turning radius of 42.01 (length=7.19, angle=45.00).
< Warning: Speed of turning connection '-124262124_0->124262109#2_0' reduced by 39.37 due to turning radius of 4.68 (length=5.96, angle=123.02).
< Warning: Speed of turning connection '124262109#1_0->124262124_0' reduced by 34.71 due to turning radius of 17.22 (length=6.30, angle=56.98).
< Warning: Speed of turning connection '-458067265_0->124262109#4_0' reduced by 39.33 due to turning radius of 4.75 (length=7.53, angle=144.22).
< Warning: 21 total messages of type: Speed of % connection '%' reduced by % due to turning radius of % (length=%, angle=%).
---
> Traceback (most recent call last):
> abstractRail.py, in <module>
>     main(get_options())
> abstractRail.py, in main
>     nodeYValues = computeTrackOrdering(options, mainLine, edges, nodeCoords, edgeShapes)
> abstractRail.py, in computeTrackOrdering
>     nodeYValues = optimizeTrackOrder(options, edges, nodes, orderings, nodeCoords)
> abstractRail.py, in optimizeTrackOrder
>     yOrderConstraints.append((nodeIndex[vNode], nodeIndex[vNode2]))
> KeyError: <edge id="124254501" from="566319135" to="566337751"/>
---------- Differences in output ----------
3,5d2
< Starting optimization with 523 inequalities
< Optimization succeeded after TIME
< Building new net
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>


<net version="1.20" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">

    <location netOffset="-339139.35,-5788711.14" convBoundary="-764.67,0.00,443.32,280.00" origBoundary="12.635011,52.237972,14.221191,52.746091" projParameter="+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs"/>

    <type id="railway.highspeed" priority="21" numLanes="1" speed="69.44" allow="rail_fast" oneway="1"/>
    <type id="railway.rail" priority="20" numLanes="1" speed="44.44" allow="rail" oneway="1"/>
    <type id="railway.rail|usage.industrial" priority="20" numLanes="1" speed="44.44" allow="rail" oneway="1"/>

    <edge id=":1383487001_0" function="internal">
        <lane id=":1383487001_0_0" index="0" allow="rail rail_electric rail_fast" speed="0.10" length="0.10" shape="-624.67,40.00 -624.67,40.00"/>
    </edge>
    <edge id=":1383487016_0" function="internal">
        <lane id=":1383487016_0_0" index="0" allow="rail" speed="44.44" length="7.53" shape="-543.53,40.00 -536.01,40.00"/>
    </edge>
    <edge id=":1383487016_1" function="internal">
        <lane id=":1383487016_1_0" index="0" allow="rail rail_electric rail_fast" speed="15.20" length="7.19" shape="-543.53,40.00 -542.35,40.24 -540.96,40.95 -539.37,42.13 -537.58,43.79"/>
    </edge>
    <edge id=":1383487022_0" function="internal">
        <lane id=":1383487022_0_0" index="0" allow="rail rail_fast" speed="15.20" length="7.19" shape="-473.03,160.00 -471.85,159.76 -470.46,159.05 -468.87,157.87 -467.08,156.21"/>
    </edge>
    <edge id=":1383487022_1" function="internal">
        <lane id=":1383487022_1_0" index="0" allow="rail rail_fast" speed="63.89" length="7.53" shape="-473.03,160.00 -465.51,160.00"/>
    </edge>
    <edge id=":1383487026_0" function="internal">
        <lane id=":1383487026_0_0" index="0" allow="rail rail_electric rail_fast" speed="0.10" length="0.10" shape="-432.57,120.00 -432.57,120.00"/>
    </edge>
    <edge id=":1383487041_0" function="internal">
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : net abstractRail multiple_stations horizontal ( Last six runs Sep2024 )

---------- Differences in errors ----------
1,2c1,11
< Cannot compute track ordering for edge '-176623658#0' because it runs orthogonal to the main line (intersects: [-824.2652473284106, -725.7540932715638])
< Warning: Lane '-347977095_0' is not connected from any incoming edge at junction '428647707'.
---
> Traceback (most recent call last):
> abstractRail.py, in <module>
>     main(get_options())
> abstractRail.py, in main
>     mainLine = findMainline(options, name, net, edges)
> abstractRail.py, in findMainline
>     for stop in sumolib.xml.parse(options.stopfile, ['busStop', 'trainStop']):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 1560: ordinal not in range(128)
---------- Differences in output ----------
3,5d2
< Starting optimization with 1509 inequalities
< Optimization succeeded after TIME
< Building new net
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>


<net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">

    <location netOffset="-403040.31,-5788711.14" convBoundary="-619.87,0.00,2239.27,460.00" origBoundary="13.574416,52.240912,13.691479,52.413950" projParameter="+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs"/>

    <type id="railway.light_rail" priority="19" numLanes="1" speed="27.78" allow="rail_urban" oneway="1"/>
    <type id="railway.rail" priority="20" numLanes="1" speed="44.44" allow="rail" oneway="1"/>

    <edge id="-121902849" from="42145788" to="374388207" name="6142" priority="20" type="railway.rail" spreadType="center" length="85.51" shape="467.14,380.00 428.32,300.00 385.57,300.00" bidi="33142249">
        <lane id="-121902849_0" index="0" allow="rail rail_electric rail_fast" speed="27.78" length="85.51" shape="466.05,377.75 428.32,300.00 387.73,300.00">
            <param key="origId" value="121902849 8602141 33142249"/>
        </lane>
    </edge>
    <edge id="-124449286#0" from="1363480435" to="4395255491" priority="20" type="railway.rail" spreadType="center" length="270.18" shape="232.25,80.00 272.25,40.00 472.84,40.00" bidi="441828377">
        <lane id="-124449286#0_0" index="0" allow="rail rail_electric rail_fast" speed="44.44" length="270.18" shape="233.78,78.47 272.25,40.00 472.84,40.00">
            <param key="origId" value="124449286 742458425 742458426 441828378 441828377"/>
        </lane>
    </edge>
    <edge id="-124449286#2" from="428994711" to="1363480434" priority="20" type="railway.rail" spreadType="center" length="8.44" bidi="124449286#2">
        <lane id="-124449286#2_0" index="0" allow="rail rail_electric rail_fast" speed="44.44" length="8.44" shape="183.26,160.00 186.88,160.00">
            <param key="origId" value="124449286"/>
        </lane>
    </edge>
    <edge id="-153134060#0" from="10707784192" to="296021288" name="6007" priority="19" type="railway.light_rail" spreadType="center" length="412.89" bidi="153134060#0">
        <lane id="-153134060#0_0" index="0" allow="rail_urban" speed="22.22" length="412.89" shape="1611.55,340.00 1629.39,340.00">
            <param key="origId" value="153134060"/>
        </lane>
    </edge>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : net abstractRail multiple_stations plain ( Last six runs Sep2024 )

---------- Differences in errors ----------
1,2c1,11
< Cannot compute track ordering for edge '-176623658#0' because it runs orthogonal to the main line (intersects: [-824.2652473284106, -725.7540932715638])
< Warning: Lane '-347977095_0' is not connected from any incoming edge at junction '428647707'.
---
> Traceback (most recent call last):
> abstractRail.py, in <module>
>     main(get_options())
> abstractRail.py, in main
>     mainLine = findMainline(options, name, net, edges)
> abstractRail.py, in findMainline
>     for stop in sumolib.xml.parse(options.stopfile, ['busStop', 'trainStop']):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 1560: ordinal not in range(128)
---------- Differences in output ----------
3,5d2
< Starting optimization with 1509 inequalities
< Optimization succeeded after TIME
< Building new net
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>


<net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">

    <location netOffset="-403040.31,-5788711.14" convBoundary="3189.69,5438.48,3641.45,8297.86" origBoundary="13.574416,52.240912,13.691479,52.413950" projParameter="+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs"/>

    <type id="railway.light_rail" priority="19" numLanes="1" speed="27.78" allow="rail_urban" oneway="1"/>
    <type id="railway.rail" priority="20" numLanes="1" speed="44.44" allow="rail" oneway="1"/>

    <edge id="-121902849" from="42145788" to="374388207" name="6142" priority="20" type="railway.rail" spreadType="center" length="85.51" shape="3253.09,6527.22 3332.32,6486.85 3331.49,6444.11" bidi="33142249">
        <lane id="-121902849_0" index="0" allow="rail rail_electric rail_fast" speed="27.78" length="85.51" shape="3255.32,6526.08 3332.32,6486.85 3331.53,6446.27">
            <param key="origId" value="121902849 8602141 33142249"/>
        </lane>
    </edge>
    <edge id="-124449286#0" from="1363480435" to="4395255491" priority="20" type="railway.rail" spreadType="center" length="270.18" shape="3548.48,6286.56 3589.24,6325.77 3593.13,6526.33" bidi="441828377">
        <lane id="-124449286#0_0" index="0" allow="rail rail_electric rail_fast" speed="44.44" length="270.18" shape="3550.04,6288.06 3589.24,6325.77 3593.13,6526.33">
            <param key="origId" value="124449286 742458425 742458426 441828378 441828377"/>
        </lane>
    </edge>
    <edge id="-124449286#2" from="428994711" to="1363480434" priority="20" type="railway.rail" spreadType="center" length="8.44" bidi="124449286#2">
        <lane id="-124449286#2_0" index="0" allow="rail rail_electric rail_fast" speed="44.44" length="8.44" shape="3467.54,6239.12 3467.61,6242.75">
            <param key="origId" value="124449286"/>
        </lane>
    </edge>
    <edge id="-153134060#0" from="10707784192" to="296021288" name="6007" priority="19" type="railway.light_rail" spreadType="center" length="412.89" bidi="153134060#0">
        <lane id="-153134060#0_0" index="0" allow="rail_urban" speed="22.22" length="412.89" shape="3315.27,7670.64 3315.61,7688.48">
            <param key="origId" value="153134060"/>
        </lane>
    </edge>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : net abstractRail multiple_stations split ( Last six runs Sep2024 )

---------- Differences in errors ----------
1c1,25
< Warning: Lane '-347977095_0' is not connected from any incoming edge at junction '428647707'.
---
> Traceback (most recent call last):
> stationDistricts.py, in <module>
>     main(get_options())
> stationDistricts.py, in main
>     stations = initStations(options, net)
> stationDistricts.py, in initStations
>     for stop in sumolib.xml.parse(options.stopfile, ['busStop', 'trainStop']):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 1560: ordinal not in range(128)
> Traceback (most recent call last):
> abstractRail.py, in <module>
>     main(get_options())
> abstractRail.py, in main
>     splitNet(options)
> abstractRail.py, in splitNet
>     numSplits = len(list(sumolib.xml.parse(splitfile, 'edge')))
> xml.py, in parse
>     xmlfile, close_source = _check_file_like(xmlfile)
> xml.py, in _check_file_like
>     return miscutils.openz(xmlfile), True
> miscutils.py, in openz
>     return io.open(fileOrURL, mode=mode, encoding=encoding)
> IOError: [Errno 2] No such file or directory: 'net.split.edg.xml'
---------- Differences in output ----------
2,24d1
< Reading net
< Processing region 'Bestensee' with 2 edges
< Starting optimization with 4 inequalities
< Optimization succeeded after TIME
< Processing region 'Eichwalde' with 28 edges
< Starting optimization with 133 inequalities
< Optimization succeeded after TIME
< Processing region 'Königs Wusterhausen' with 108 edges
< Starting optimization with 900 inequalities
< Optimization succeeded after TIME
< Processing region 'Niederlehme' with 5 edges
< Starting optimization with 10 inequalities
< Optimization succeeded after TIME
< Processing region 'Wildau' with 17 edges
< Starting optimization with 74 inequalities
< Optimization succeeded after TIME
< Processing region 'Zeesen' with 6 edges
< Starting optimization with 18 inequalities
< Optimization succeeded after TIME
< Processing region 'Zeuthen' with 20 edges
< Starting optimization with 94 inequalities
< Optimization succeeded after TIME
< Building new net
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>


<net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">

    <location netOffset="-403040.31,-5788711.14" convBoundary="2613.06,0.00,5185.46,14709.73" origBoundary="13.574416,52.240912,13.691479,52.413950" projParameter="+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs"/>

    <type id="railway.light_rail" priority="19" numLanes="1" speed="27.78" allow="rail_urban" oneway="1"/>
    <type id="railway.rail" priority="20" numLanes="1" speed="44.44" allow="rail" oneway="1"/>

    <edge id="-121902849" from="42145788" to="374388207" name="6142" priority="20" type="railway.rail" spreadType="center" length="85.51" shape="3272.04,6473.33 3291.65,6452.95 3291.27,6432.95" bidi="33142249">
        <lane id="-121902849_0" index="0" allow="rail rail_electric rail_fast" speed="27.78" length="85.51" shape="3273.54,6471.77 3291.65,6452.95 3291.31,6435.11">
            <param key="origId" value="121902849 8602141 33142249"/>
        </lane>
    </edge>
    <edge id="-124449286#0" from="1363480435" to="4395255491" priority="20" type="railway.rail" spreadType="center" length="270.18" shape="3508.33,6279.27 3610.09,6369.10 3612.09,6472.45" bidi="441828377">
        <lane id="-124449286#0_0" index="0" allow="rail rail_electric rail_fast" speed="44.44" length="270.18" shape="3509.98,6280.73 3610.09,6369.10 3612.09,6472.45">
            <param key="origId" value="124449286 742458425 742458426 441828378 441828377"/>
        </lane>
    </edge>
    <edge id="-124449286#2" from="428994711" to="1363480434" priority="20" type="railway.rail" spreadType="center" length="8.44" bidi="124449286#2">
        <lane id="-124449286#2_0" index="0" allow="rail rail_electric rail_fast" speed="44.44" length="8.44" shape="3427.55,6239.90 3427.62,6243.62">
            <param key="origId" value="124449286"/>
        </lane>
    </edge>
    <edge id="-153134060#0" from="10707784192" to="296021288" name="6007" priority="19" type="railway.light_rail" spreadType="center" length="412.89" bidi="153134060#0">
        <lane id="-153134060#0_0" index="0" allow="rail_urban" speed="22.22" length="412.89" shape="3549.79,11845.87 3542.14,11861.82">
            <param key="origId" value="153134060"/>
        </lane>
    </edge>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : net abstractRail multiple_stations splitNet ( Last six runs Sep2024 )

---------- Differences in errors ----------
1,2c1,25
< Warning: Lane '-347977095_0' is not connected from any incoming edge at junction '428647707'.
< Warning: Lane '-347977095_0' is not connected from any incoming edge at junction '428647707'.
---
> Traceback (most recent call last):
> stationDistricts.py, in <module>
>     main(get_options())
> stationDistricts.py, in main
>     stations = initStations(options, net)
> stationDistricts.py, in initStations
>     for stop in sumolib.xml.parse(options.stopfile, ['busStop', 'trainStop']):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 1560: ordinal not in range(128)
> Traceback (most recent call last):
> abstractRail.py, in <module>
>     main(get_options())
> abstractRail.py, in main
>     splitNet(options)
> abstractRail.py, in splitNet
>     numSplits = len(list(sumolib.xml.parse(splitfile, 'edge')))
> xml.py, in parse
>     xmlfile, close_source = _check_file_like(xmlfile)
> xml.py, in _check_file_like
>     return miscutils.openz(xmlfile), True
> miscutils.py, in openz
>     return io.open(fileOrURL, mode=mode, encoding=encoding)
> IOError: [Errno 2] No such file or directory: 'net.split.edg.xml'
---------- Differences in output ----------
1d0
< Success.
3,27d1
< Splitting 2 edges to ensure distinct regions
< Re-creating region file 'net.taz.xml' after splitting network
< Reading net
< Processing region 'Bestensee' with 2 edges
< Starting optimization with 4 inequalities
< Optimization succeeded after TIME
< Processing region 'Eichwalde' with 28 edges
< Starting optimization with 133 inequalities
< Optimization succeeded after TIME
< Processing region 'Königs Wusterhausen' with 108 edges
< Starting optimization with 900 inequalities
< Optimization succeeded after TIME
< Processing region 'Niederlehme' with 5 edges
< Starting optimization with 10 inequalities
< Optimization succeeded after TIME
< Processing region 'Wildau' with 17 edges
< Starting optimization with 74 inequalities
< Optimization succeeded after TIME
< Processing region 'Zeesen' with 6 edges
< Starting optimization with 18 inequalities
< Optimization succeeded after TIME
< Processing region 'Zeuthen' with 20 edges
< Starting optimization with 94 inequalities
< Optimization succeeded after TIME
< Building new net
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>


<net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">

    <location netOffset="-403040.31,-5788711.14" convBoundary="2613.06,0.00,5185.46,14709.73" origBoundary="13.574416,52.240912,13.691479,52.413950" projParameter="+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs"/>

    <type id="railway.light_rail" priority="19" numLanes="1" speed="27.78" allow="rail_urban" oneway="1"/>
    <type id="railway.rail" priority="20" numLanes="1" speed="44.44" allow="rail" oneway="1"/>

    <edge id="-121902849" from="42145788" to="374388207" name="6142" priority="20" type="railway.rail" spreadType="center" length="85.51" shape="3272.04,6473.33 3291.65,6452.95 3291.27,6432.95" bidi="33142249">
        <lane id="-121902849_0" index="0" allow="rail rail_electric rail_fast" speed="27.78" length="85.51" shape="3273.54,6471.77 3291.65,6452.95 3291.31,6435.11">
            <param key="origId" value="121902849 8602141 33142249"/>
        </lane>
    </edge>
    <edge id="-124449286#0" from="1363480435" to="4395255491" priority="20" type="railway.rail" spreadType="center" length="270.18" shape="3508.33,6279.27 3610.09,6369.10 3612.09,6472.45" bidi="441828377">
        <lane id="-124449286#0_0" index="0" allow="rail rail_electric rail_fast" speed="44.44" length="270.18" shape="3509.98,6280.73 3610.09,6369.10 3612.09,6472.45">
            <param key="origId" value="124449286 742458425 742458426 441828378 441828377"/>
        </lane>
    </edge>
    <edge id="-124449286#2" from="428994711" to="1363480434" priority="20" type="railway.rail" spreadType="center" length="8.44" bidi="124449286#2">
        <lane id="-124449286#2_0" index="0" allow="rail rail_electric rail_fast" speed="44.44" length="8.44" shape="3427.55,6239.90 3427.62,6243.62">
            <param key="origId" value="124449286"/>
        </lane>
    </edge>
    <edge id="-153134060#0" from="10707784192" to="296021288" name="6007" priority="19" type="railway.light_rail" spreadType="center" length="412.89" bidi="153134060#0">
        <lane id="-153134060#0_0" index="0" allow="rail_urban" speed="22.22" length="412.89" shape="3549.79,11845.87 3542.14,11861.82">
            <param key="origId" value="153134060"/>
        </lane>
    </edge>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : net abstractRail multiple_stations stations ( Last six runs Sep2024 )

---------- Differences in errors ----------
1c1,11
< Warning: Lane '-347977095_0' is not connected from any incoming edge at junction '428647707'.
---
> Traceback (most recent call last):
> abstractRail.py, in <module>
>     main(get_options())
> abstractRail.py, in main
>     regions = loadRegions(options, net)
> abstractRail.py, in loadRegions
>     for taz in sumolib.xml.parse(options.regionfile, 'taz'):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 1131: ordinal not in range(128)
---------- Differences in output ----------
2,23d1
< Processing region 'Bestensee' with 2 edges
< Starting optimization with 4 inequalities
< Optimization succeeded after TIME
< Processing region 'Eichwalde' with 28 edges
< Starting optimization with 133 inequalities
< Optimization succeeded after TIME
< Processing region 'Königs Wusterhausen' with 108 edges
< Starting optimization with 900 inequalities
< Optimization succeeded after TIME
< Processing region 'Niederlehme' with 5 edges
< Starting optimization with 10 inequalities
< Optimization succeeded after TIME
< Processing region 'Wildau' with 17 edges
< Starting optimization with 74 inequalities
< Optimization succeeded after TIME
< Processing region 'Zeesen' with 6 edges
< Starting optimization with 18 inequalities
< Optimization succeeded after TIME
< Processing region 'Zeuthen' with 20 edges
< Starting optimization with 94 inequalities
< Optimization succeeded after TIME
< Building new net
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>


<net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">

    <location netOffset="-403040.31,-5788711.14" convBoundary="2613.06,0.00,5185.46,14709.73" origBoundary="13.574416,52.240912,13.691479,52.413950" projParameter="+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs"/>

    <type id="railway.light_rail" priority="19" numLanes="1" speed="27.78" allow="rail_urban" oneway="1"/>
    <type id="railway.rail" priority="20" numLanes="1" speed="44.44" allow="rail" oneway="1"/>

    <edge id="-121902849" from="42145788" to="374388207" name="6142" priority="20" type="railway.rail" spreadType="center" length="85.51" shape="3272.04,6473.33 3291.65,6452.95 3291.27,6432.95" bidi="33142249">
        <lane id="-121902849_0" index="0" allow="rail rail_electric rail_fast" speed="27.78" length="85.51" shape="3273.54,6471.77 3291.65,6452.95 3291.31,6435.11">
            <param key="origId" value="121902849 8602141 33142249"/>
        </lane>
    </edge>
    <edge id="-124449286#0" from="1363480435" to="4395255491" priority="20" type="railway.rail" spreadType="center" length="270.18" shape="3508.33,6279.27 3610.09,6369.10 3612.09,6472.45" bidi="441828377">
        <lane id="-124449286#0_0" index="0" allow="rail rail_electric rail_fast" speed="44.44" length="270.18" shape="3509.98,6280.73 3610.09,6369.10 3612.09,6472.45">
            <param key="origId" value="124449286 742458425 742458426 441828378 441828377"/>
        </lane>
    </edge>
    <edge id="-124449286#2" from="428994711" to="1363480434" priority="20" type="railway.rail" spreadType="center" length="8.44" bidi="124449286#2">
        <lane id="-124449286#2_0" index="0" allow="rail rail_electric rail_fast" speed="44.44" length="8.44" shape="3427.55,6239.90 3427.62,6243.62">
            <param key="origId" value="124449286"/>
        </lane>
    </edge>
    <edge id="-153134060#0" from="10707784192" to="296021288" name="6007" priority="19" type="railway.light_rail" spreadType="center" length="412.89" bidi="153134060#0">
        <lane id="-153134060#0_0" index="0" allow="rail_urban" speed="22.22" length="412.89" shape="3549.79,11845.87 3542.14,11861.82">
            <param key="origId" value="153134060"/>
        </lane>
    </edge>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : net abstractRail multiple_stations stations_horizontal ( Last six runs Sep2024 )

---------- Differences in errors ----------
1,7c1,11
< Warning: Found angle of 106.96 degrees at edge '-326225735#1', segment 1.
< Warning: Found angle of 112.07 degrees at edge '22955557#8', segment 0.
< Warning: Found angle of 99.89 degrees at edge '248740648#2', segment 0.
< Warning: Found angle of 112.07 degrees at edge '248740648#4.1425', segment 0.
< Warning: Found angle of 106.84 degrees at edge '255228349#0', segment 0.
< Warning: Lane '-347977095_0' is not connected from any incoming edge at junction '428647707'.
< Warning: 12 total messages of type: Found angle of % degrees at edge '%', segment %.
---
> Traceback (most recent call last):
> abstractRail.py, in <module>
>     main(get_options())
> abstractRail.py, in main
>     regions = loadRegions(options, net)
> abstractRail.py, in loadRegions
>     for taz in sumolib.xml.parse(options.regionfile, 'taz'):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 1131: ordinal not in range(128)
---------- Differences in output ----------
2,23d1
< Processing region 'Bestensee' with 2 edges
< Starting optimization with 4 inequalities
< Optimization succeeded after TIME
< Processing region 'Eichwalde' with 28 edges
< Starting optimization with 133 inequalities
< Optimization succeeded after TIME
< Processing region 'Königs Wusterhausen' with 108 edges
< Starting optimization with 900 inequalities
< Optimization succeeded after TIME
< Processing region 'Niederlehme' with 5 edges
< Starting optimization with 10 inequalities
< Optimization succeeded after TIME
< Processing region 'Wildau' with 17 edges
< Starting optimization with 74 inequalities
< Optimization succeeded after TIME
< Processing region 'Zeesen' with 6 edges
< Starting optimization with 18 inequalities
< Optimization succeeded after TIME
< Processing region 'Zeuthen' with 20 edges
< Starting optimization with 94 inequalities
< Optimization succeeded after TIME
< Building new net
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>


<net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">

    <location netOffset="-403040.31,-5788711.14" convBoundary="2638.27,0.00,5207.72,14484.27" origBoundary="13.574416,52.240912,13.691479,52.413950" projParameter="+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs"/>

    <type id="railway.light_rail" priority="19" numLanes="1" speed="27.78" allow="rail_urban" oneway="1"/>
    <type id="railway.rail" priority="20" numLanes="1" speed="44.44" allow="rail" oneway="1"/>

    <edge id="-121902849" from="42145788" to="374388207" name="6142" priority="20" type="railway.rail" spreadType="center" length="85.51" shape="4037.59,6412.80 4017.59,6392.80 3997.59,6392.80" bidi="33142249">
        <lane id="-121902849_0" index="0" allow="rail rail_electric rail_fast" speed="27.78" length="85.51" shape="4036.06,6411.27 4017.59,6392.80 3999.75,6392.80">
            <param key="origId" value="121902849 8602141 33142249"/>
        </lane>
    </edge>
    <edge id="-124449286#0" from="1363480435" to="4395255491" priority="20" type="railway.rail" spreadType="center" length="270.18" shape="3848.15,6172.80 3939.94,6072.80 4043.30,6072.80" bidi="441828377">
        <lane id="-124449286#0_0" index="0" allow="rail rail_electric rail_fast" speed="44.44" length="270.18" shape="3849.64,6171.18 3939.94,6072.80 4043.30,6072.80">
            <param key="origId" value="124449286 742458425 742458426 441828378 441828377"/>
        </lane>
    </edge>
    <edge id="-124449286#2" from="428994711" to="1363480434" priority="20" type="railway.rail" spreadType="center" length="8.44" bidi="124449286#2">
        <lane id="-124449286#2_0" index="0" allow="rail rail_electric rail_fast" speed="44.44" length="8.44" shape="3807.21,6252.80 3810.94,6252.80">
            <param key="origId" value="124449286"/>
        </lane>
    </edge>
    <edge id="-153134060#0" from="10707784192" to="296021288" name="6007" priority="19" type="railway.light_rail" spreadType="center" length="412.89" bidi="153134060#0">
        <lane id="-153134060#0_0" index="0" allow="rail_urban" speed="22.22" length="412.89" shape="3461.61,11901.29 3479.45,11901.29">
            <param key="origId" value="153134060"/>
        </lane>
    </edge>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : net abstractRail no_stops ( Last six runs Sep2024 )

---------- Differences in errors ----------
2,9c2,11
< Warning: Lane '124262120_0' is not connected from any incoming edge at junction '1383487041'.
< Warning: Lane '124264571_0' is not connected from any incoming edge at junction '1383506147'.
< Warning: Speed of turning connection '124262109#0_0->124262109#1_0' reduced by 29.24 due to turning radius of 42.00 (length=7.19, angle=45.00).
< Warning: Speed of turning connection '469983241_0->124262107#0_0' reduced by 30.65 due to turning radius of 41.94 (length=7.19, angle=45.02).
< Warning: Speed of turning connection '124262109#1_0->124262124_0' reduced by 34.02 due to turning radius of 19.75 (length=6.45, angle=54.51).
< Warning: Speed of turning connection '-124262124_0->124262109#2_0' reduced by 39.39 due to turning radius of 4.64 (length=6.07, angle=125.50).
< Warning: Speed of turning connection '124262109#3_0->124262105_0' reduced by 29.02 due to turning radius of 43.21 (length=7.40, angle=45.00).
< Warning: 23 total messages of type: Speed of % connection '%' reduced by % due to turning radius of % (length=%, angle=%).
---
> Traceback (most recent call last):
> abstractRail.py, in <module>
>     main(get_options())
> abstractRail.py, in main
>     nodeYValues = computeTrackOrdering(options, mainLine, edges, nodeCoords, edgeShapes)
> abstractRail.py, in computeTrackOrdering
>     nodeYValues = optimizeTrackOrder(options, edges, nodes, orderings, nodeCoords)
> abstractRail.py, in optimizeTrackOrder
>     yOrderConstraints.append((nodeIndex[vNode], nodeIndex[vNode2]))
> KeyError: <edge id="124254501" from="566319135" to="566337751"/>
---------- Differences in output ----------
3,5d2
< Starting optimization with 510 inequalities
< Optimization succeeded after TIME
< Building new net
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>


<net version="1.20" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">

    <location netOffset="-339139.35,-5788711.14" convBoundary="16565.96,42317.53,17620.74,43011.84" origBoundary="12.635011,52.237972,14.221191,52.746091" projParameter="+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs"/>

    <type id="railway.highspeed" priority="21" numLanes="1" speed="69.44" allow="rail_fast" oneway="1"/>
    <type id="railway.rail" priority="20" numLanes="1" speed="44.44" allow="rail" oneway="1"/>
    <type id="railway.rail|usage.industrial" priority="20" numLanes="1" speed="44.44" allow="rail" oneway="1"/>

    <edge id=":1383487001_0" function="internal">
        <lane id=":1383487001_0_0" index="0" allow="rail rail_electric rail_fast" speed="0.10" length="0.10" shape="17539.59,42561.11 17539.59,42561.11"/>
    </edge>
    <edge id=":1383487016_0" function="internal">
        <lane id=":1383487016_0_0" index="0" allow="rail" speed="44.44" length="7.53" shape="17493.72,42588.96 17487.29,42592.86"/>
    </edge>
    <edge id=":1383487016_1" function="internal">
        <lane id=":1383487016_1_0" index="0" allow="rail rail_electric rail_fast" speed="15.20" length="7.19" shape="17493.72,42588.96 17492.58,42589.37 17491.03,42589.48 17489.06,42589.29 17486.66,42588.81"/>
    </edge>
    <edge id=":1383487022_0" function="internal">
        <lane id=":1383487022_0_0" index="0" allow="rail rail_fast" speed="15.19" length="7.19" shape="17360.86,42505.84 17359.97,42506.65 17359.15,42507.98 17358.41,42509.82 17357.74,42512.17"/>
    </edge>
    <edge id=":1383487022_1" function="internal">
        <lane id=":1383487022_1_0" index="0" allow="rail rail_fast" speed="63.89" length="7.53" shape="17360.86,42505.84 17354.43,42509.74"/>
    </edge>
    <edge id=":1383487026_0" function="internal">
        <lane id=":1383487026_0_0" index="0" allow="rail rail_electric rail_fast" speed="0.10" length="0.10" shape="17346.56,42561.31 17346.56,42561.31"/>
    </edge>
    <edge id=":1383487041_0" function="internal">
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : net abstractRail orthogonal ( Last six runs Sep2024 )

---------- Differences in errors ----------
1,28c1,11
< Cannot compute track ordering for edge '-56693791#0' because it runs orthogonal to the main line (intersects: [290.9669845476892, -88.5383101458865])
< Cannot compute track ordering for edge '142019441#2' because it runs orthogonal to the main line (intersects: [299.4103526938561, -98.89319089626952])
< Cannot compute track ordering for edge '-56693791#0' because it runs orthogonal to the main line (intersects: [514.34838448136, -224.05724693879893])
< Cannot compute track ordering for edge '636850729#2' because it runs orthogonal to the main line (intersects: [-497.10948454799654, -607.6429526739521, -705.6350193276885])
< Cannot compute track ordering for edge '636850730' because it runs orthogonal to the main line (intersects: [-488.1983802506875, -628.5373683323123, -686.5034025774657])
< Optimization failed
< Warning: Found angle of 180.00 degrees at edge '-427588057#0', segment 0.
< Warning: Found sharp turn with radius 0.00 at the start of edge '-427588057#0'.
< Warning: Found sharp turn with radius 8.42 at the start of edge '-56693794'.
< Warning: Found angle of 180.00 degrees at edge '427588057#0', segment 1.
< Warning: Found sharp turn with radius 0.00 at the end of edge '427588057#0'.
< Warning: Found sharp turn with radius 8.42 at the end of edge '56693794'.
< Warning: Found sharp turn with radius 7.38 at the start of edge '852701224'.
< Warning: Shape for junction '709048127' has distance 28.25 to its given position.
< Warning: Edge '-427588055' is not connected to outgoing edges at junction '709048127'.
< Warning: Edge '-427588056' is not connected to outgoing edges at junction '709048127'.
< Warning: Lane '-56693785_0' is not connected from any incoming edge at junction '5055609931'.
< Warning: Lane '-56693786#0_0' is not connected from any incoming edge at junction '709048055'.
< Warning: Lane '-56693787#0_0' is not connected from any incoming edge at junction '5055609931'.
< Warning: Lane '-56693812_0' is not connected from any incoming edge at junction '709048112'.
< Warning: Lane '-56693819_0' is not connected from any incoming edge at junction '709048055'.
< Warning: Speed of turning connection '56693802_0->56693810#3_0' reduced by 40.49 due to turning radius of 2.84 (length=4.82, angle=170.53).
< Warning: Connection '56693786#1_0->56693779#3_0' is only 0.00m short.
< Warning: Connection '56693806#6_0->56693792#2_0' is only 0.10m short.
< Warning: Speed of turning connection '56693783_0->56693806#3_0' reduced by 41.66 due to turning radius of 1.41 (length=1.47, angle=174.00).
< Warning: Speed of turning connection '56693787#2_0->56693779#4_0' reduced by 41.57 due to turning radius of 1.50 (length=1.69, angle=172.83).
< Warning: Connection '852701224_0->636850731#1_0' is only 0.09m short.
< Warning: 8 total messages of type: Lane '%' is not connected from any incoming edge at junction '%'.
---
<truncated after showing first 30 lines>
---------- Differences in output ----------
3,4d2
< Starting optimization with 600 inequalities
< Building new net
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>


<net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">

    <location netOffset="-307147.05,-5979440.89" convBoundary="68370.81,37929.25,71010.37,40791.85" origBoundary="12.052105,53.947383,13.153087,54.400547" projParameter="+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs"/>

    <type id="railway.rail" priority="20" numLanes="1" speed="44.44" allow="rail" oneway="1"/>

    <edge id=":283828717_0" function="internal">
        <lane id=":283828717_0_0" index="0" allow="rail rail_electric rail_fast" speed="34.72" length="0.10" shape="69627.70,39587.89 69627.70,39587.89"/>
    </edge>
    <edge id=":296266196_0" function="internal">
        <lane id=":296266196_0_0" index="0" allow="rail rail_electric rail_fast" speed="34.72" length="0.10" shape="69611.47,39560.24 69611.47,39560.24"/>
    </edge>
    <edge id=":322524703_0" function="internal">
        <lane id=":322524703_0_0" index="0" allow="rail rail_electric rail_fast" speed="34.72" length="2.97" shape="69844.38,39827.43 69846.65,39829.34"/>
    </edge>
    <edge id=":322524703_1" function="internal">
        <lane id=":322524703_1_0" index="0" allow="rail rail_electric rail_fast" speed="25.00" length="3.04" shape="69844.29,39827.42 69846.65,39829.34"/>
    </edge>
    <edge id=":3783289258_0" function="internal">
        <lane id=":3783289258_0_0" index="0" allow="rail" speed="44.44" length="2.92" shape="69190.86,40722.03 69189.66,40724.70"/>
    </edge>
    <edge id=":4267863817_0" function="internal" bidi=":4267863817_3">
        <lane id=":4267863817_0_0" index="0" allow="rail rail_electric rail_fast" speed="25.00" length="79.00" shape="69345.56,39062.85 69316.04,38989.58"/>
    </edge>
    <edge id=":4267863817_1" function="internal" bidi=":4267863817_2">
        <lane id=":4267863817_1_0" index="0" allow="rail rail_electric rail_fast" speed="34.72" length="79.00" shape="69348.56,39061.57 69316.04,38989.58"/>
    </edge>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : net abstractRail plain ( Last six runs Sep2024 )

---------- Differences in errors ----------
1,8c1,10
< Warning: Lane '124262120_0' is not connected from any incoming edge at junction '1383487041'.
< Warning: Lane '124264571_0' is not connected from any incoming edge at junction '1383506147'.
< Warning: Speed of turning connection '124262109#0_0->124262109#1_0' reduced by 29.01 due to turning radius of 43.27 (length=7.40, angle=44.99).
< Warning: Speed of turning connection '469983241_0->124262107#0_0' reduced by 30.66 due to turning radius of 41.87 (length=7.19, angle=45.03).
< Warning: Speed of turning connection '124262109#1_0->124262124_0' reduced by 34.71 due to turning radius of 17.22 (length=6.30, angle=56.98).
< Warning: Speed of turning connection '-124262124_0->124262109#2_0' reduced by 39.37 due to turning radius of 4.68 (length=5.95, angle=123.01).
< Warning: Speed of turning connection '-458067265_0->124262109#4_0' reduced by 39.33 due to turning radius of 4.75 (length=7.53, angle=144.23).
< Warning: 21 total messages of type: Speed of % connection '%' reduced by % due to turning radius of % (length=%, angle=%).
---
> Traceback (most recent call last):
> abstractRail.py, in <module>
>     main(get_options())
> abstractRail.py, in main
>     nodeYValues = computeTrackOrdering(options, mainLine, edges, nodeCoords, edgeShapes)
> abstractRail.py, in computeTrackOrdering
>     nodeYValues = optimizeTrackOrder(options, edges, nodes, orderings, nodeCoords)
> abstractRail.py, in optimizeTrackOrder
>     yOrderConstraints.append((nodeIndex[vNode], nodeIndex[vNode2]))
> KeyError: <edge id="124254501" from="566319135" to="566337751"/>
---------- Differences in output ----------
3,5d2
< Starting optimization with 523 inequalities
< Optimization succeeded after TIME
< Building new net
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>


<net version="1.20" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">

    <location netOffset="-339139.35,-5788711.14" convBoundary="17332.62,42037.43,18431.28,42593.67" origBoundary="12.635011,52.237972,14.221191,52.746091" projParameter="+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs"/>

    <type id="railway.highspeed" priority="21" numLanes="1" speed="69.44" allow="rail_fast" oneway="1"/>
    <type id="railway.rail" priority="20" numLanes="1" speed="44.44" allow="rail" oneway="1"/>
    <type id="railway.rail|usage.industrial" priority="20" numLanes="1" speed="44.44" allow="rail" oneway="1"/>

    <edge id=":1383487001_0" function="internal">
        <lane id=":1383487001_0_0" index="0" allow="rail rail_electric rail_fast" speed="0.10" length="0.10" shape="18353.83,42245.84 18353.83,42245.84"/>
    </edge>
    <edge id=":1383487016_0" function="internal">
        <lane id=":1383487016_0_0" index="0" allow="rail" speed="44.44" length="7.53" shape="18280.04,42279.56 18273.19,42282.69"/>
    </edge>
    <edge id=":1383487016_1" function="internal">
        <lane id=":1383487016_1_0" index="0" allow="rail rail_electric rail_fast" speed="15.43" length="7.40" shape="18280.04,42279.56 18278.05,42280.20 18276.58,42280.09 18275.08,42279.47 18273.04,42278.59"/>
    </edge>
    <edge id=":1383487022_0" function="internal">
        <lane id=":1383487022_0_0" index="0" allow="rail rail_fast" speed="15.17" length="7.19" shape="18166.04,42199.73 18165.06,42200.44 18164.09,42201.66 18163.14,42203.40 18162.20,42205.65"/>
    </edge>
    <edge id=":1383487022_1" function="internal">
        <lane id=":1383487022_1_0" index="0" allow="rail rail_fast" speed="63.89" length="7.53" shape="18166.04,42199.73 18159.19,42202.86"/>
    </edge>
    <edge id=":1383487026_0" function="internal">
        <lane id=":1383487026_0_0" index="0" allow="rail rail_electric rail_fast" speed="0.10" length="0.10" shape="18145.86,42252.93 18145.86,42252.93"/>
    </edge>
    <edge id=":1383487041_0" function="internal">
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : net net2geojson boundaries ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> net2geojson.py, in <module>
>     json.dump(geojson, outf, sort_keys=True, indent=4, separators=(',', ': '))
>   File "/usr/lib/python2.7/json/__init__.py", line 190, in dump
>     fp.write(chunk)
> TypeError: write() argument 1 must be unicode, not str
---------- Differences in geojson ----------
1,2161d0
< {
<     "features": [
<         {
<             "geometry": {
<                 "coordinates": [
<                     [
<                         [
<                             13.531292,
<                             52.429834
<                         ],
<                         [
<                             13.531087,
<                             52.42997
<                         ],
<                         [
<                             13.531031,
<                             52.429939
<                         ],
<                         [
<                             13.531053,
<                             52.429924
<                         ],
<                         [
<                             13.531235,
<                             52.429802
<                         ],
<                         [
<                             13.531292,
<                             52.429834
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : net net2geojson edges ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> net2geojson.py, in <module>
>     json.dump(geojson, outf, sort_keys=True, indent=4, separators=(',', ': '))
>   File "/usr/lib/python2.7/json/__init__.py", line 190, in dump
>     fp.write(chunk)
> TypeError: write() argument 1 must be unicode, not str
---------- Differences in geojson ----------
1,1209d0
< {
<     "features": [
<         {
<             "geometry": {
<                 "coordinates": [
<                     [
<                         13.531263,
<                         52.429818
<                     ],
<                     [
<                         13.531081,
<                         52.42994
<                     ],
<                     [
<                         13.531059,
<                         52.429955
<                     ]
<                 ],
<                 "type": "LineString"
<             },
<             "properties": {
<                 "element": "edge",
<                 "id": "-142575691#0",
<                 "name": "Magnusstra\u00dfe"
<             },
<             "type": "Feature"
<         },
<         {
<             "geometry": {
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : net net2geojson extra ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> net2geojson.py, in <module>
>     json.dump(geojson, outf, sort_keys=True, indent=4, separators=(',', ': '))
>   File "/usr/lib/python2.7/json/__init__.py", line 190, in dump
>     fp.write(chunk)
> TypeError: write() argument 1 must be unicode, not str
---------- Differences in geojson ----------
1,1305d0
< {
<     "features": [
<         {
<             "geometry": {
<                 "coordinates": [
<                     [
<                         13.531263,
<                         52.429818
<                     ],
<                     [
<                         13.531081,
<                         52.42994
<                     ],
<                     [
<                         13.531059,
<                         52.429955
<                     ]
<                 ],
<                 "type": "LineString"
<             },
<             "properties": {
<                 "allow": "aircraft,army,authority,bicycle,bus,cable_car,cityrail,coach,container,custom1,custom2,delivery,drone,emergency,evehicle,hov,lightrail,moped,motorcycle,passenger,pedestrian,private,public_army,public_authority,public_emergency,public_transport,rail_slow,scooter,subway,taxi,trailer,transport,truck,vip,wheelchair",
<                 "element": "edge",
<                 "id": "-142575691#0",
<                 "maxSpeed": 13.89,
<                 "name": "Magnusstra\u00dfe",
<                 "numLanes": 2
<             },
<             "type": "Feature"
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : net net2geojson extra_lanes ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> net2geojson.py, in <module>
>     json.dump(geojson, outf, sort_keys=True, indent=4, separators=(',', ': '))
>   File "/usr/lib/python2.7/json/__init__.py", line 190, in dump
>     fp.write(chunk)
> TypeError: write() argument 1 must be unicode, not str
---------- Differences in geojson ----------
1,2725d0
< {
<     "features": [
<         {
<             "geometry": {
<                 "coordinates": [
<                     [
<                         13.531277,
<                         52.429826
<                     ],
<                     [
<                         13.531095,
<                         52.429948
<                     ],
<                     [
<                         13.531073,
<                         52.429962
<                     ]
<                 ],
<                 "type": "LineString"
<             },
<             "properties": {
<                 "allow": "pedestrian",
<                 "element": "lane",
<                 "id": "-142575691#0_0",
<                 "index": 0,
<                 "maxSpeed": 13.89,
<                 "name": "Magnusstra\u00dfe"
<             },
<             "type": "Feature"
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : net net2geojson junctionCoordinates ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> net2geojson.py, in <module>
>     json.dump(geojson, outf, sort_keys=True, indent=4, separators=(',', ': '))
>   File "/usr/lib/python2.7/json/__init__.py", line 190, in dump
>     fp.write(chunk)
> TypeError: write() argument 1 must be unicode, not str
---------- Differences in geojson ----------
1,1429d0
< {
<     "features": [
<         {
<             "geometry": {
<                 "coordinates": [
<                     [
<                         13.531232,
<                         52.4298
<                     ],
<                     [
<                         13.531263,
<                         52.429818
<                     ],
<                     [
<                         13.531081,
<                         52.42994
<                     ],
<                     [
<                         13.531059,
<                         52.429955
<                     ],
<                     [
<                         13.530931,
<                         52.430001
<                     ]
<                 ],
<                 "type": "LineString"
<             },
<             "properties": {
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : net net2geojson junctions ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> net2geojson.py, in <module>
>     json.dump(geojson, outf, sort_keys=True, indent=4, separators=(',', ': '))
>   File "/usr/lib/python2.7/json/__init__.py", line 190, in dump
>     fp.write(chunk)
> TypeError: write() argument 1 must be unicode, not str
---------- Differences in geojson ----------
1,2505d0
< {
<     "features": [
<         {
<             "geometry": {
<                 "coordinates": [
<                     [
<                         13.531263,
<                         52.429818
<                     ],
<                     [
<                         13.531081,
<                         52.42994
<                     ],
<                     [
<                         13.531059,
<                         52.429955
<                     ]
<                 ],
<                 "type": "LineString"
<             },
<             "properties": {
<                 "element": "edge",
<                 "id": "-142575691#0",
<                 "name": "Magnusstra\u00dfe"
<             },
<             "type": "Feature"
<         },
<         {
<             "geometry": {
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : net net2geojson lanes ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> net2geojson.py, in <module>
>     json.dump(geojson, outf, sort_keys=True, indent=4, separators=(',', ': '))
>   File "/usr/lib/python2.7/json/__init__.py", line 190, in dump
>     fp.write(chunk)
> TypeError: write() argument 1 must be unicode, not str
---------- Differences in geojson ----------
1,4647d0
< {
<     "features": [
<         {
<             "geometry": {
<                 "coordinates": [
<                     [
<                         13.531054,
<                         52.429952
<                     ],
<                     [
<                         13.531033,
<                         52.429969
<                     ],
<                     [
<                         13.531026,
<                         52.429985
<                     ],
<                     [
<                         13.531033,
<                         52.43
<                     ],
<                     [
<                         13.531053,
<                         52.430013
<                     ]
<                 ],
<                 "type": "LineString"
<             },
<             "properties": {
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : net net2geojson save_template ( Last six runs Sep2024 )

---------- Differences in toolcfg ----------
2,9d1
<     <net-file value="None" type="net_file" help="The .net.xml file to convert" category="input" required="true"/>
<     <edgedata-file value="None" type="edgedata_file" help="Optional edgeData to include in the output" category="input"/>
<     <ptline-file value="None" type="file" help="Optional ptline information to include in the output" category="input"/>
<     <output-file value="None" type="file" help="The geojson output file name" category="output" required="true"/>
<     <lanes value="False" type="bool" help="Export lane geometries instead of edge geometries" category="processing"/>
<     <junctions value="False" type="bool" help="Export junction geometries" category="processing"/>
<     <internal value="False" type="bool" help="Export internal geometries" category="processing"/>
<     <junction-coordinates value="False" type="bool" help="Append junction coordinates to edge shapes" category="processing"/>
10a3
>     <edgedata-file value="None" type="edgedata_file" help="Optional edgeData to include in the output" category="input"/>
12a6,12
>     <internal value="False" type="bool" help="Export internal geometries" category="processing"/>
>     <junction-coordinates value="False" type="bool" help="Append junction coordinates to edge shapes" category="processing"/>
>     <junctions value="False" type="bool" help="Export junction geometries" category="processing"/>
>     <lanes value="False" type="bool" help="Export lane geometries instead of edge geometries" category="processing"/>
>     <net-file value="None" type="net_file" help="The .net.xml file to convert" category="input" required="true"/>
>     <output-file value="None" type="file" help="The geojson output file name" category="output" required="true"/>
>     <ptline-file value="None" type="file" help="Optional ptline information to include in the output" category="input"/>

TEST FAILED on ts-sim-build-ba : net net2jpsgeometry allow_junctions ( Last six runs Sep2024 )

---------- Differences in dxf ----------
12c12
< 6
---
> 20
17a18,21
> $LASTSAVEDBY
>   1
> unknown
>   9
28c32
< -100
---
> 1e+20
30c34
< -100
---
> 1e+20
32c36
< -100
---
> 1e+20
36c40
< 100
---
> -1e+20
38c42
< 100
---
> -1e+20
40c44
<truncated after showing first 30 lines>
---------- Differences in poly_additional ----------
2,17c2,17
< <poly id="CE_0_door_:C_w2_0" color="0,0,255" layer="11" shape="113.4,91.095 113.4,87.35"><param key="jps-type" value="door"/><param key="from-object-id" value="CE_0"/><param key="to-object-id" value=":C_w2_0"/><param key="transition-id" value="0"/></poly>
< <poly id="CE_0_door_:E_w0_0" color="0,0,255" layer="11" shape="200.0,87.35 200.0,91.095"><param key="jps-type" value="door"/><param key="from-object-id" value="CE_0"/><param key="to-object-id" value=":E_w0_0"/><param key="transition-id" value="1"/></poly>
< <poly id="WC_0_door_:W_w0_0" color="0,0,255" layer="11" shape="0.0,88.1 0.0,91.1"><param key="jps-type" value="door"/><param key="from-object-id" value="WC_0"/><param key="to-object-id" value=":W_w0_0"/><param key="transition-id" value="2"/></poly>
< <poly id="WC_0_door_:C_w3_0" color="0,0,255" layer="11" shape="86.6,88.1 86.6,91.1"><param key="jps-type" value="door"/><param key="from-object-id" value="WC_0"/><param key="to-object-id" value=":C_w3_0"/><param key="transition-id" value="3"/></poly>
< <poly id="CW_0_door_:C_w0_0" color="0,0,255" layer="11" shape="86.6,108.905 86.6,111.15"><param key="jps-type" value="door"/><param key="from-object-id" value="CW_0"/><param key="to-object-id" value=":C_w0_0"/><param key="transition-id" value="4"/></poly>
< <poly id="CW_0_door_:W_w0_0" color="0,0,255" layer="11" shape="0.0,111.15 0.0,108.905"><param key="jps-type" value="door"/><param key="from-object-id" value="CW_0"/><param key="to-object-id" value=":W_w0_0"/><param key="transition-id" value="5"/></poly>
< <poly id="NC_0_door_:N_w0_0" color="0,0,255" layer="11" shape="88.1,200.0 91.1,200.0"><param key="jps-type" value="door"/><param key="from-object-id" value="NC_0"/><param key="to-object-id" value=":N_w0_0"/><param key="transition-id" value="6"/></poly>
< <poly id="NC_0_door_:C_w0_0" color="0,0,255" layer="11" shape="88.1,112.65 91.1,112.65"><param key="jps-type" value="door"/><param key="from-object-id" value="NC_0"/><param key="to-object-id" value=":C_w0_0"/><param key="transition-id" value="7"/></poly>
< <poly id="C_door_EC_0" color="0,0,255" layer="11" shape="113.4,110.4 113.4,108.9"><param key="jps-type" value="door"/><param key="from-object-id" value="C"/><param key="to-object-id" value="EC_0"/><param key="transition-id" value="8"/></poly>
< <poly id="C_door_NC_0" color="0,0,255" layer="11" shape="88.1,112.65 91.1,112.65"><param key="jps-type" value="door"/><param key="from-object-id" value="C"/><param key="to-object-id" value="NC_0"/><param key="transition-id" value="9"/></poly>
< <poly id="C_door_SC_0" color="0,0,255" layer="11" shape="111.9,85.85 108.9,85.85"><param key="jps-type" value="door"/><param key="from-object-id" value="C"/><param key="to-object-id" value="SC_0"/><param key="transition-id" value="10"/></poly>
< <poly id="C_door_WC_0" color="0,0,255" layer="11" shape="86.6,88.1 86.6,91.1"><param key="jps-type" value="door"/><param key="from-object-id" value="C"/><param key="to-object-id" value="WC_0"/><param key="transition-id" value="11"/></poly>
< <poly id="C_door_CE_0" color="0,0,255" layer="11" shape="113.4,91.095 113.4,87.35"><param key="jps-type" value="door"/><param key="from-object-id" value="C"/><param key="to-object-id" value="CE_0"/><param key="transition-id" value="12"/></poly>
< <poly id="C_door_CN_0" color="0,0,255" layer="11" shape="108.9,112.65 111.9,112.65"><param key="jps-type" value="door"/><param key="from-object-id" value="C"/><param key="to-object-id" value="CN_0"/><param key="transition-id" value="13"/></poly>
< <poly id="C_door_CS_0" color="0,0,255" layer="11" shape="91.1,85.85 88.1,85.85"><param key="jps-type" value="door"/><param key="from-object-id" value="C"/><param key="to-object-id" value="CS_0"/><param key="transition-id" value="14"/></poly>
< <poly id="C_door_CW_0" color="0,0,255" layer="11" shape="86.6,108.905 86.6,111.15"><param key="jps-type" value="door"/><param key="from-object-id" value="C"/><param key="to-object-id" value="CW_0"/><param key="transition-id" value="15"/></poly>
---
> <poly id="CE_0_door_:C_w2_0" color="0,0,255" layer="11" shape="113.4,91.095 113.4,87.35"><param key="jps-type" value="door"/><param key="transition-id" value="0"/><param key="from-object-id" value="CE_0"/><param key="to-object-id" value=":C_w2_0"/></poly>
> <poly id="CE_0_door_:E_w0_0" color="0,0,255" layer="11" shape="200.0,87.35 200.0,91.095"><param key="jps-type" value="door"/><param key="transition-id" value="1"/><param key="from-object-id" value="CE_0"/><param key="to-object-id" value=":E_w0_0"/></poly>
> <poly id="WC_0_door_:W_w0_0" color="0,0,255" layer="11" shape="0.0,88.1 0.0,91.1"><param key="jps-type" value="door"/><param key="transition-id" value="2"/><param key="from-object-id" value="WC_0"/><param key="to-object-id" value=":W_w0_0"/></poly>
> <poly id="WC_0_door_:C_w3_0" color="0,0,255" layer="11" shape="86.6,88.1 86.6,91.1"><param key="jps-type" value="door"/><param key="transition-id" value="3"/><param key="from-object-id" value="WC_0"/><param key="to-object-id" value=":C_w3_0"/></poly>
> <poly id="CW_0_door_:C_w0_0" color="0,0,255" layer="11" shape="86.6,108.905 86.6,111.15"><param key="jps-type" value="door"/><param key="transition-id" value="4"/><param key="from-object-id" value="CW_0"/><param key="to-object-id" value=":C_w0_0"/></poly>
> <poly id="CW_0_door_:W_w0_0" color="0,0,255" layer="11" shape="0.0,111.15 0.0,108.905"><param key="jps-type" value="door"/><param key="transition-id" value="5"/><param key="from-object-id" value="CW_0"/><param key="to-object-id" value=":W_w0_0"/></poly>
> <poly id="NC_0_door_:N_w0_0" color="0,0,255" layer="11" shape="88.1,200.0 91.1,200.0"><param key="jps-type" value="door"/><param key="transition-id" value="6"/><param key="from-object-id" value="NC_0"/><param key="to-object-id" value=":N_w0_0"/></poly>
> <poly id="NC_0_door_:C_w0_0" color="0,0,255" layer="11" shape="88.1,112.65 91.1,112.65"><param key="jps-type" value="door"/><param key="transition-id" value="7"/><param key="from-object-id" value="NC_0"/><param key="to-object-id" value=":C_w0_0"/></poly>
> <poly id="C_door_EC_0" color="0,0,255" layer="11" shape="113.4,110.4 113.4,108.9"><param key="jps-type" value="door"/><param key="transition-id" value="8"/><param key="from-object-id" value="C"/><param key="to-object-id" value="EC_0"/></poly>
> <poly id="C_door_NC_0" color="0,0,255" layer="11" shape="88.1,112.65 91.1,112.65"><param key="jps-type" value="door"/><param key="transition-id" value="9"/><param key="from-object-id" value="C"/><param key="to-object-id" value="NC_0"/></poly>
> <poly id="C_door_SC_0" color="0,0,255" layer="11" shape="111.9,85.85 108.9,85.85"><param key="jps-type" value="door"/><param key="transition-id" value="10"/><param key="from-object-id" value="C"/><param key="to-object-id" value="SC_0"/></poly>
> <poly id="C_door_WC_0" color="0,0,255" layer="11" shape="86.6,88.1 86.6,91.1"><param key="jps-type" value="door"/><param key="transition-id" value="11"/><param key="from-object-id" value="C"/><param key="to-object-id" value="WC_0"/></poly>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : net net2jpsgeometry sidewalk_lanes ( Last six runs Sep2024 )

---------- Differences in dxf ----------
12c12
< 6
---
> 20
17a18,21
> $LASTSAVEDBY
>   1
> unknown
>   9
28c32
< -100
---
> 1e+20
30c34
< -100
---
> 1e+20
32c36
< -100
---
> 1e+20
36c40
< 100
---
> -1e+20
38c42
< 100
---
> -1e+20
40c44
<truncated after showing first 30 lines>
---------- Differences in poly_additional ----------
2,9c2,9
< <poly id="CE_0_door_:C_w2_0" color="0,0,255" layer="11" shape="113.4,91.095 113.4,87.35"><param key="jps-type" value="door"/><param key="from-object-id" value="CE_0"/><param key="to-object-id" value=":C_w2_0"/><param key="transition-id" value="0"/></poly>
< <poly id="CE_0_door_:E_w0_0" color="0,0,255" layer="11" shape="200.0,87.35 200.0,91.095"><param key="jps-type" value="door"/><param key="from-object-id" value="CE_0"/><param key="to-object-id" value=":E_w0_0"/><param key="transition-id" value="1"/></poly>
< <poly id="WC_0_door_:W_w0_0" color="0,0,255" layer="11" shape="0.0,88.1 0.0,91.1"><param key="jps-type" value="door"/><param key="from-object-id" value="WC_0"/><param key="to-object-id" value=":W_w0_0"/><param key="transition-id" value="2"/></poly>
< <poly id="WC_0_door_:C_w3_0" color="0,0,255" layer="11" shape="86.6,88.1 86.6,91.1"><param key="jps-type" value="door"/><param key="from-object-id" value="WC_0"/><param key="to-object-id" value=":C_w3_0"/><param key="transition-id" value="3"/></poly>
< <poly id="CW_0_door_:C_w0_0" color="0,0,255" layer="11" shape="86.6,108.905 86.6,111.15"><param key="jps-type" value="door"/><param key="from-object-id" value="CW_0"/><param key="to-object-id" value=":C_w0_0"/><param key="transition-id" value="4"/></poly>
< <poly id="CW_0_door_:W_w0_0" color="0,0,255" layer="11" shape="0.0,111.15 0.0,108.905"><param key="jps-type" value="door"/><param key="from-object-id" value="CW_0"/><param key="to-object-id" value=":W_w0_0"/><param key="transition-id" value="5"/></poly>
< <poly id="NC_0_door_:N_w0_0" color="0,0,255" layer="11" shape="88.1,200.0 91.1,200.0"><param key="jps-type" value="door"/><param key="from-object-id" value="NC_0"/><param key="to-object-id" value=":N_w0_0"/><param key="transition-id" value="6"/></poly>
< <poly id="NC_0_door_:C_w0_0" color="0,0,255" layer="11" shape="88.1,112.65 91.1,112.65"><param key="jps-type" value="door"/><param key="from-object-id" value="NC_0"/><param key="to-object-id" value=":C_w0_0"/><param key="transition-id" value="7"/></poly>
---
> <poly id="CE_0_door_:C_w2_0" color="0,0,255" layer="11" shape="113.4,91.095 113.4,87.35"><param key="jps-type" value="door"/><param key="transition-id" value="0"/><param key="from-object-id" value="CE_0"/><param key="to-object-id" value=":C_w2_0"/></poly>
> <poly id="CE_0_door_:E_w0_0" color="0,0,255" layer="11" shape="200.0,87.35 200.0,91.095"><param key="jps-type" value="door"/><param key="transition-id" value="1"/><param key="from-object-id" value="CE_0"/><param key="to-object-id" value=":E_w0_0"/></poly>
> <poly id="WC_0_door_:W_w0_0" color="0,0,255" layer="11" shape="0.0,88.1 0.0,91.1"><param key="jps-type" value="door"/><param key="transition-id" value="2"/><param key="from-object-id" value="WC_0"/><param key="to-object-id" value=":W_w0_0"/></poly>
> <poly id="WC_0_door_:C_w3_0" color="0,0,255" layer="11" shape="86.6,88.1 86.6,91.1"><param key="jps-type" value="door"/><param key="transition-id" value="3"/><param key="from-object-id" value="WC_0"/><param key="to-object-id" value=":C_w3_0"/></poly>
> <poly id="CW_0_door_:C_w0_0" color="0,0,255" layer="11" shape="86.6,108.905 86.6,111.15"><param key="jps-type" value="door"/><param key="transition-id" value="4"/><param key="from-object-id" value="CW_0"/><param key="to-object-id" value=":C_w0_0"/></poly>
> <poly id="CW_0_door_:W_w0_0" color="0,0,255" layer="11" shape="0.0,111.15 0.0,108.905"><param key="jps-type" value="door"/><param key="transition-id" value="5"/><param key="from-object-id" value="CW_0"/><param key="to-object-id" value=":W_w0_0"/></poly>
> <poly id="NC_0_door_:N_w0_0" color="0,0,255" layer="11" shape="88.1,200.0 91.1,200.0"><param key="jps-type" value="door"/><param key="transition-id" value="6"/><param key="from-object-id" value="NC_0"/><param key="to-object-id" value=":N_w0_0"/></poly>
> <poly id="NC_0_door_:C_w0_0" color="0,0,255" layer="11" shape="88.1,112.65 91.1,112.65"><param key="jps-type" value="door"/><param key="transition-id" value="7"/><param key="from-object-id" value="NC_0"/><param key="to-object-id" value=":C_w0_0"/></poly>

TEST FAILED on ts-sim-build-ba : net split_at_stops duplicate_splitpos ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
>   File "sumo/tools/net/split_at_stops.py", line 143, in <module>
>     main(get_options())
>   File "sumo/tools/net/split_at_stops.py", line 95, in main
>     print('    <edge id="%s">' % e, file=out)
> TypeError: write() argument 1 must be unicode, not str
---------- Differences in output ----------
1d0
< Success.
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>


<net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">

    <location netOffset="0.00,0.00" convBoundary="-200.00,-25.00,300.00,0.00" origBoundary="-10000000000.00,-10000000000.00,10000000000.00,10000000000.00" projParameter="!"/>

    <edge id="a" from="gneJ0" to="a.30" priority="-1">
        <lane id="a_0" index="0" allow="rail" speed="13.89" length="30.00" shape="-200.00,-1.60 -170.00,-1.60"/>
    </edge>
    <edge id="a.30" from="a.30" to="a.70" priority="-1">
        <lane id="a.30_0" index="0" allow="rail" speed="13.89" length="40.00" shape="-170.00,-1.60 -130.00,-1.60"/>
    </edge>
    <edge id="a.70" from="a.70" to="a.80" priority="-1">
        <lane id="a.70_0" index="0" allow="rail" speed="13.89" length="10.00" shape="-130.00,-1.60 -120.00,-1.60"/>
    </edge>
    <edge id="a.80" from="a.80" to="gneJ1" priority="-1">
        <lane id="a.80_0" index="0" allow="rail" speed="13.89" length="420.00" shape="-120.00,-1.60 300.00,-1.60"/>
    </edge>
    <edge id="b" from="gneJ2" to="gneJ3" priority="-1">
        <lane id="b_0" index="0" speed="13.89" length="100.00" shape="-200.00,-26.60 -100.00,-26.60"/>
    </edge>
    <edge id="c" from="gneJ6" to="gneJ7" priority="-1">
        <lane id="c_0" index="0" speed="13.89" length="100.00" shape="0.00,-26.60 100.00,-26.60"/>
    </edge>
    <edge id="d" from="gneJ4" to="gneJ5" priority="-1">
        <lane id="d_0" index="0" speed="13.89" length="100.00" shape="200.00,-26.60 300.00,-26.60"/>
    </edge>

    <junction id="a.30" type="priority" x="-170.00" y="0.00" incLanes="a_0" intLanes="" shape="-170.00,0.00 -170.00,-3.20 -170.00,0.00">
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="train" length="40.00" vClass="rail"/>
    <route edges="a a.30 a.70 a.80" color="yellow" id="route_0"/>
    <vehicle id="v0" type="train" depart="0.00" line="S42" route="route_0">
        <stop busStop="B" until="60.00"/>
        <stop busStop="C" until="70.00"/>
        <stop busStop="D" until="80.00"/>
        <param key="has.fcd.device" value="false"/>
    </vehicle>
    <person id="p0" depart="0">
        <walk from="b" busStop="B"/>
        <ride busStop="D" lines="S42"/>
        <walk to="d"/>
    </person>
</routes>
---------- Missing result in xml ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <trainStop endPos="40.00" id="B" lane="a.30_0" startPos="0">
        <access lane="b_0" pos="48.40"/>
    </trainStop>
    <trainStop endPos="190.00" id="C" lane="a.80_0" startPos="150.00">
        <access lane="c_0" pos="52.96"/>
    </trainStop>
    <trainStop endPos="390.00" id="D" lane="a.80_0" startPos="350.00">
        <access lane="d_0" pos="44.50"/>
    </trainStop>
    <trainStop endPos="10" id="A" lane="a_0" startPos="0">
    </trainStop>
    <trainStop endPos="10.00" id="B2" lane="a.70_0" startPos="0.20">
    </trainStop>
    <trainStop endPos="150.30" id="C2" lane="a.80_0" startPos="130.00">
    </trainStop>
    <trainStop endPos="390.50" id="D2" lane="a.80_0" startPos="350.50">
    </trainStop>
</additional>

TEST FAILED on ts-sim-build-ba : net split_at_stops plain ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
>   File "sumo/tools/net/split_at_stops.py", line 143, in <module>
>     main(get_options())
>   File "sumo/tools/net/split_at_stops.py", line 95, in main
>     print('    <edge id="%s">' % e, file=out)
> TypeError: write() argument 1 must be unicode, not str
---------- Differences in output ----------
1d0
< Success.
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>


<net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">

    <location netOffset="0.00,0.00" convBoundary="-200.00,-25.00,300.00,0.00" origBoundary="-10000000000.00,-10000000000.00,10000000000.00,10000000000.00" projParameter="!"/>

    <edge id="a" from="gneJ0" to="a.30" priority="-1">
        <lane id="a_0" index="0" allow="rail" speed="13.89" length="30.00" shape="-200.00,-1.60 -170.00,-1.60"/>
    </edge>
    <edge id="a.230" from="a.230" to="a.270" priority="-1">
        <lane id="a.230_0" index="0" allow="rail" speed="13.89" length="40.00" shape="30.00,-1.60 70.00,-1.60"/>
    </edge>
    <edge id="a.270" from="a.270" to="a.430" priority="-1">
        <lane id="a.270_0" index="0" allow="rail" speed="13.89" length="160.00" shape="70.00,-1.60 230.00,-1.60"/>
    </edge>
    <edge id="a.30" from="a.30" to="a.70" priority="-1">
        <lane id="a.30_0" index="0" allow="rail" speed="13.89" length="40.00" shape="-170.00,-1.60 -130.00,-1.60"/>
    </edge>
    <edge id="a.430" from="a.430" to="a.470" priority="-1">
        <lane id="a.430_0" index="0" allow="rail" speed="13.89" length="40.00" shape="230.00,-1.60 270.00,-1.60"/>
    </edge>
    <edge id="a.470" from="a.470" to="gneJ1" priority="-1">
        <lane id="a.470_0" index="0" allow="rail" speed="13.89" length="30.00" shape="270.00,-1.60 300.00,-1.60"/>
    </edge>
    <edge id="a.70" from="a.70" to="a.230" priority="-1">
        <lane id="a.70_0" index="0" allow="rail" speed="13.89" length="160.00" shape="-130.00,-1.60 30.00,-1.60"/>
    </edge>
    <edge id="b" from="gneJ2" to="gneJ3" priority="-1">
        <lane id="b_0" index="0" speed="13.89" length="100.00" shape="-200.00,-26.60 -100.00,-26.60"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : net split_at_stops routes ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
>   File "sumo/tools/net/split_at_stops.py", line 143, in <module>
>     main(get_options())
>   File "sumo/tools/net/split_at_stops.py", line 95, in main
>     print('    <edge id="%s">' % e, file=out)
> TypeError: write() argument 1 must be unicode, not str
---------- Differences in output ----------
1d0
< Success.
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>


<net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">

    <location netOffset="0.00,0.00" convBoundary="-200.00,-25.00,300.00,0.00" origBoundary="-10000000000.00,-10000000000.00,10000000000.00,10000000000.00" projParameter="!"/>

    <edge id="a" from="gneJ0" to="a.30" priority="-1">
        <lane id="a_0" index="0" allow="rail" speed="13.89" length="30.00" shape="-200.00,-1.60 -170.00,-1.60"/>
    </edge>
    <edge id="a.230" from="a.230" to="a.270" priority="-1">
        <lane id="a.230_0" index="0" allow="rail" speed="13.89" length="40.00" shape="30.00,-1.60 70.00,-1.60"/>
    </edge>
    <edge id="a.270" from="a.270" to="a.430" priority="-1">
        <lane id="a.270_0" index="0" allow="rail" speed="13.89" length="160.00" shape="70.00,-1.60 230.00,-1.60"/>
    </edge>
    <edge id="a.30" from="a.30" to="a.70" priority="-1">
        <lane id="a.30_0" index="0" allow="rail" speed="13.89" length="40.00" shape="-170.00,-1.60 -130.00,-1.60"/>
    </edge>
    <edge id="a.430" from="a.430" to="a.470" priority="-1">
        <lane id="a.430_0" index="0" allow="rail" speed="13.89" length="40.00" shape="230.00,-1.60 270.00,-1.60"/>
    </edge>
    <edge id="a.470" from="a.470" to="gneJ1" priority="-1">
        <lane id="a.470_0" index="0" allow="rail" speed="13.89" length="30.00" shape="270.00,-1.60 300.00,-1.60"/>
    </edge>
    <edge id="a.70" from="a.70" to="a.230" priority="-1">
        <lane id="a.70_0" index="0" allow="rail" speed="13.89" length="160.00" shape="-130.00,-1.60 30.00,-1.60"/>
    </edge>
    <edge id="b" from="gneJ2" to="gneJ3" priority="-1">
        <lane id="b_0" index="0" speed="13.89" length="100.00" shape="-200.00,-26.60 -100.00,-26.60"/>
<truncated after showing first 30 lines>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="train" length="40.00" vClass="rail"/>
    <route edges="a a.30 a.70 a.230 a.270 a.430 a.470" color="yellow" id="route_0"/>
    <vehicle id="v0" type="train" depart="0.00" line="S42" route="route_0">
        <stop busStop="B" until="60.00"/>
        <stop busStop="C" until="70.00"/>
        <stop busStop="D" until="80.00"/>
        <param key="has.fcd.device" value="false"/>
    </vehicle>
    <person id="p0" depart="0">
        <walk from="b" busStop="B"/>
        <ride busStop="D" lines="S42"/>
        <walk to="d"/>
    </person>
</routes>
---------- Missing result in xml ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <trainStop endPos="40.0" id="B" lane="a.30_0" startPos="0">
        <access lane="b_0" pos="48.40"/>
    </trainStop>
    <trainStop endPos="40.0" id="C" lane="a.230_0" startPos="0">
        <access lane="c_0" pos="52.96"/>
    </trainStop>
    <trainStop endPos="40.0" id="D" lane="a.430_0" startPos="0">
        <access lane="d_0" pos="44.50"/>
    </trainStop>
</additional>

TEST FAILED on ts-sim-build-ba : output aggregateBatteryOutput big_timeB ( Last six runs Sep2024 )

---------- Differences in aggregatebattery ----------
6c6
<         <vehicle id="vehWithCustDepartEnergy" energyConsumed="299.55909999999994" totalEnergyConsumed="9816.9416" totalEnergyRegenerated="598.3154999999997" energyChargedInTransit="0.0" energyChargedStopped="0.0" timeStopped="0.0" aggregateNumber="54.0"/>
---
>         <vehicle id="vehWithChrgStn0" energyConsumed="590.9021" totalEnergyConsumed="38266.9466" totalEnergyRegenerated="2575.0919" energyChargedInTransit="211.1112" energyChargedStopped="2375.001" timeStopped="1035.0" aggregateNumber="117.0"/>
8,9c8,9
<         <vehicle id="vehWithChrgStn0" energyConsumed="590.9020999999987" totalEnergyConsumed="38266.9466" totalEnergyRegenerated="2575.091900000001" energyChargedInTransit="211.1112" energyChargedStopped="2375.0009999999997" timeStopped="1035.0" aggregateNumber="117.0"/>
<         <vehicle id="vehWithChrgStn1" energyConsumed="1486.7915000000014" totalEnergyConsumed="235379.96090000006" totalEnergyRegenerated="20655.097100000006" energyChargedInTransit="211.1112" energyChargedStopped="1952.7786000000008" timeStopped="2393.0" aggregateNumber="306.0"/>
---
>         <vehicle id="vehWithChrgStn1" energyConsumed="1486.7915" totalEnergyConsumed="235379.9609" totalEnergyRegenerated="20655.0971" energyChargedInTransit="211.1112" energyChargedStopped="1952.7786" timeStopped="2393.0" aggregateNumber="306.0"/>
>         <vehicle id="vehWithCustDepartEnergy" energyConsumed="299.5591" totalEnergyConsumed="9816.9416" totalEnergyRegenerated="598.3155" energyChargedInTransit="0.0" energyChargedStopped="0.0" timeStopped="0.0" aggregateNumber="54.0"/>

TEST FAILED on ts-sim-build-ba : output aggregateBatteryOutput multiple_ids ( Last six runs Sep2024 )

---------- Differences in aggregatebattery ----------
6,7c6,7
<         <vehicle id="vehWithCustDepartEnergy" energyConsumed="180.83439999999996" totalEnergyConsumed="3557.3757" totalEnergyRegenerated="190.75590000000003" energyChargedInTransit="0.0" energyChargedStopped="0.0" timeStopped="0.0" aggregateNumber="30.0"/>
<         <vehicle id="vehWithBusStop" energyConsumed="162.0742" totalEnergyConsumed="1764.4996999999998" totalEnergyRegenerated="2.0272999999999994" energyChargedInTransit="0.0" energyChargedStopped="0.0" timeStopped="0.0" aggregateNumber="19.0"/>
---
>         <vehicle id="vehWithBusStop" energyConsumed="162.0742" totalEnergyConsumed="1764.4997" totalEnergyRegenerated="2.0273" energyChargedInTransit="0.0" energyChargedStopped="0.0" timeStopped="0.0" aggregateNumber="19.0"/>
>         <vehicle id="vehWithCustDepartEnergy" energyConsumed="180.8344" totalEnergyConsumed="3557.3757" totalEnergyRegenerated="190.7559" energyChargedInTransit="0.0" energyChargedStopped="0.0" timeStopped="0.0" aggregateNumber="30.0"/>
10,11d9
<         <vehicle id="vehWithBusStop" energyConsumed="129.99020000000002" totalEnergyConsumed="8201.830199999999" totalEnergyRegenerated="293.5405" energyChargedInTransit="105.5556" energyChargedStopped="316.6668" timeStopped="36.0" aggregateNumber="30.0"/>
<         <vehicle id="vehWithCustDepartEnergy" energyConsumed="118.72469999999998" totalEnergyConsumed="6259.5659000000005" totalEnergyRegenerated="407.5596" energyChargedInTransit="0.0" energyChargedStopped="0.0" timeStopped="0.0" aggregateNumber="24.0"/>
13c11,13
<         <vehicle id="vehWithChrgStn1" energyConsumed="81.07270000000001" totalEnergyConsumed="257.7082" totalEnergyRegenerated="0.0" energyChargedInTransit="0.0" energyChargedStopped="0.0" timeStopped="0.0" aggregateNumber="6.0"/>
---
>         <vehicle id="vehWithBusStop" energyConsumed="129.9902" totalEnergyConsumed="8201.8302" totalEnergyRegenerated="293.5405" energyChargedInTransit="105.5556" energyChargedStopped="316.6668" timeStopped="36.0" aggregateNumber="30.0"/>
>         <vehicle id="vehWithChrgStn1" energyConsumed="81.0727" totalEnergyConsumed="257.7082" totalEnergyRegenerated="0.0" energyChargedInTransit="0.0" energyChargedStopped="0.0" timeStopped="0.0" aggregateNumber="6.0"/>
>         <vehicle id="vehWithCustDepartEnergy" energyConsumed="118.7247" totalEnergyConsumed="6259.5659" totalEnergyRegenerated="407.5596" energyChargedInTransit="0.0" energyChargedStopped="0.0" timeStopped="0.0" aggregateNumber="24.0"/>
17,18c17,18
<         <vehicle id="vehWithChrgStn0" energyConsumed="136.46170000000004" totalEnergyConsumed="8353.143300000002" totalEnergyRegenerated="301.96500000000003" energyChargedInTransit="211.1112" energyChargedStopped="369.44460000000004" timeStopped="28.0" aggregateNumber="30.0"/>
<         <vehicle id="vehWithChrgStn1" energyConsumed="204.54639999999998" totalEnergyConsumed="6476.1629" totalEnergyRegenerated="77.13869999999999" energyChargedInTransit="158.33339999999998" energyChargedStopped="0.0" timeStopped="0.0" aggregateNumber="30.0"/>
---
>         <vehicle id="vehWithChrgStn1" energyConsumed="204.5464" totalEnergyConsumed="6476.1629" totalEnergyRegenerated="77.1387" energyChargedInTransit="158.3334" energyChargedStopped="0.0" timeStopped="0.0" aggregateNumber="30.0"/>
>         <vehicle id="vehWithChrgStn0" energyConsumed="136.4617" totalEnergyConsumed="8353.1433" totalEnergyRegenerated="301.965" energyChargedInTransit="211.1112" energyChargedStopped="369.4446" timeStopped="28.0" aggregateNumber="30.0"/>
22,23c22,23
<         <vehicle id="vehWithChrgStn0" energyConsumed="0.41700000000000026" totalEnergyConsumed="9967.2219" totalEnergyRegenerated="969.6600000000001" energyChargedInTransit="0.0" energyChargedStopped="1583.3340000000003" timeStopped="675.0" aggregateNumber="30.0"/>
<         <vehicle id="vehWithChrgStn1" energyConsumed="-2.5023999999999997" totalEnergyConsumed="9340.330800000003" totalEnergyRegenerated="852.9269999999996" energyChargedInTransit="52.7778" energyChargedStopped="1530.5562000000002" timeStopped="435.0" aggregateNumber="30.0"/>
---
>         <vehicle id="vehWithChrgStn1" energyConsumed="-2.5024" totalEnergyConsumed="9340.3308" totalEnergyRegenerated="852.927" energyChargedInTransit="52.7778" energyChargedStopped="1530.5562" timeStopped="435.0" aggregateNumber="30.0"/>
>         <vehicle id="vehWithChrgStn0" energyConsumed="0.417" totalEnergyConsumed="9967.2219" totalEnergyRegenerated="969.66" energyChargedInTransit="0.0" energyChargedStopped="1583.334" timeStopped="675.0" aggregateNumber="30.0"/>
27,28c27,28
<         <vehicle id="vehWithChrgStn0" energyConsumed="216.09760000000003" totalEnergyConsumed="12562.9506" totalEnergyRegenerated="975.6438999999996" energyChargedInTransit="0.0" energyChargedStopped="422.22240000000005" timeStopped="332.0" aggregateNumber="30.0"/>
<         <vehicle id="vehWithChrgStn1" energyConsumed="223.70199999999997" totalEnergyConsumed="12012.512999999997" totalEnergyRegenerated="859.6104999999999" energyChargedInTransit="0.0" energyChargedStopped="422.22240000000005" timeStopped="268.0" aggregateNumber="30.0"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : output attributeStats save_template ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,7
> usage: attributeStats.py [-h] [-c FILE] [-C FILE] [--save-template FILE] [-v]
>                          [-e ELEMENT] [-a ATTRIBUTE] [-i IDATTR] [-b BINWIDTH]
>                          [--hist-output HIST_OUTPUT] [-o FULL_OUTPUT]
>                          [-x XML_OUTPUT] [--xml-output.flat] [-q]
>                          [-p PRECISION] [--abs] [--sum] [-H]
>                          datafiles [datafiles ...]
> attributeStats.py: error: too few arguments
---------- Missing result in toolcfg ----------
<configuration>
    <datafiles value="None" type="file" help="XML files to analyze" category="input" required="true" positional="true" listSeparator=" "/>
    <verbose value="False" type="bool" help="Give more output" category="processing"/>
    <element value="None" type="string" help="element to analyze" category="input"/>
    <attribute value="None" type="string" help="attribute to analyze" category="input"/>
    <id-attribute value="id" type="string" help="attribute to identify data elements" category="input"/>
    <binwidth value="50" type="float" help="binning width of result histogram" category="processing"/>
    <hist-output value="None" type="string" help="output file for histogram (gnuplot compatible)" category="output"/>
    <full-output value="None" type="string" help="output file for full data dump" category="output"/>
    <xml-output value="None" type="file" help="output statistic to xml file" category="output"/>
    <xml-output.flat value="False" type="bool" help="legacy xml output" category="output"/>
    <fast value="False" type="bool" help="use fast parser (does not track missing data)" category="processing"/>
    <precision value="2" type="int" help="Set output precision" category="output"/>
    <abs value="False" type="bool" help="include statistics on absolute values" category="processing"/>
    <sum value="False" type="bool" help="include sum of values" category="processing"/>
    <human-readable-time value="False" type="bool" help="interpret values as times and write them as h:m:s" category="output"/>
</configuration>

TEST FAILED on ts-sim-build-ba : output edgeDataDiff ( Last six runs Sep2024 )

---------- Differences in output ----------
1d0
< attr: count 1, min 2.00 (1), max 2.00 (1), mean 2.00, Q1 2.00, median 2.00, Q3 2.00
2a2
> attr: count 1, min 2.00 (1), max 2.00 (1), mean 2.00, Q1 2.00, median 2.00, Q3 2.00

2 TESTS FAILED on ts-sim-build-ba :

---------- Differences in errors ----------
0a1,8
> Traceback (most recent call last):
> traceExporter.py, in <module>
>     sys.exit(main())
> traceExporter.py, in main
>     runMethod(options.fcd, options.gpsdat, gpsdat.fcd2gpsdat, options)
> traceExporter.py, in runMethod
>     further["base-date"] = datetime.datetime.fromtimestamp(options.base, tz=datetime.timezone.utc)
> AttributeError: 'module' object has no attribute 'timezone'
---------- Missing result in gpsdat ----------
output traceExporter boundary gpsdat ( Last six runs Sep2024 )
output traceExporter gpsdat ( Last six runs Sep2024 )

TEST FAILED on ts-sim-build-ba : output traceExporter gpx ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,8
> Traceback (most recent call last):
> traceExporter.py, in <module>
>     sys.exit(main())
> traceExporter.py, in main
>     runMethod(options.fcd, options.gpx, gpx.fcd2gpx, options)
> traceExporter.py, in runMethod
>     further["base-date"] = datetime.datetime.fromtimestamp(options.base, tz=datetime.timezone.utc)
> AttributeError: 'module' object has no attribute 'timezone'
---------- Missing result in gpx ----------
<?xml version="1.0" encoding="UTF-8"?>
<gpx version="1.0">
  <trk><name>r1#1</name><trkseg>
    <trkpt lon="516.45" lat="498.35"><time>10.0</time></trkpt>
    <trkpt lon="527.56" lat="498.35"><time>11.0</time></trkpt>
    <trkpt lon="538.67" lat="498.35"><time>12.0</time></trkpt>
    <trkpt lon="549.78" lat="498.35"><time>13.0</time></trkpt>
    <trkpt lon="560.89" lat="498.35"><time>14.0</time></trkpt>
    <trkpt lon="572.0" lat="498.35"><time>15.0</time></trkpt>
    <trkpt lon="583.11" lat="498.35"><time>16.0</time></trkpt>
    <trkpt lon="594.22" lat="498.35"><time>17.0</time></trkpt>
    <trkpt lon="605.33" lat="498.35"><time>18.0</time></trkpt>
    <trkpt lon="616.44" lat="498.35"><time>19.0</time></trkpt>
    <trkpt lon="627.55" lat="498.35"><time>20.0</time></trkpt>
    <trkpt lon="638.66" lat="498.35"><time>21.0</time></trkpt>
    <trkpt lon="649.77" lat="498.35"><time>22.0</time></trkpt>
    <trkpt lon="660.88" lat="498.35"><time>23.0</time></trkpt>
    <trkpt lon="671.99" lat="498.35"><time>24.0</time></trkpt>
    <trkpt lon="683.1" lat="498.35"><time>25.0</time></trkpt>
    <trkpt lon="694.21" lat="498.35"><time>26.0</time></trkpt>
    <trkpt lon="705.32" lat="498.35"><time>27.0</time></trkpt>
    <trkpt lon="716.43" lat="498.35"><time>28.0</time></trkpt>
    <trkpt lon="727.54" lat="498.35"><time>29.0</time></trkpt>
    <trkpt lon="738.65" lat="498.35"><time>30.0</time></trkpt>
    <trkpt lon="749.76" lat="498.35"><time>31.0</time></trkpt>
    <trkpt lon="760.87" lat="498.35"><time>32.0</time></trkpt>
    <trkpt lon="771.98" lat="498.35"><time>33.0</time></trkpt>
    <trkpt lon="783.09" lat="498.35"><time>34.0</time></trkpt>
    <trkpt lon="794.2" lat="498.35"><time>35.0</time></trkpt>
    <trkpt lon="805.31" lat="498.35"><time>36.0</time></trkpt>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : output traceExporter keplerjson ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,8
> Traceback (most recent call last):
> traceExporter.py, in <module>
>     sys.exit(main())
> traceExporter.py, in main
>     runMethod(options.fcd, options.keplerjson, keplerjson.fcd2keplerjson, options)
> traceExporter.py, in runMethod
>     further["base-date"] = datetime.datetime.fromtimestamp(options.base, tz=datetime.timezone.utc)
> AttributeError: 'module' object has no attribute 'timezone'
---------- Missing result in geojson ----------
{"type": "FeatureCollection", "features": [{"type": "Feature", "properties": {"vehId": "r1#1"}, "geometry": {"type": "LineString", "coordinates": [[516.45, 498.35, 0, 10.0], [527.56, 498.35, 0, 11.0], [538.67, 498.35, 0, 12.0], [549.78, 498.35, 0, 13.0], [560.89, 498.35, 0, 14.0], [572.0, 498.35, 0, 15.0], [583.11, 498.35, 0, 16.0], [594.22, 498.35, 0, 17.0], [605.33, 498.35, 0, 18.0], [616.44, 498.35, 0, 19.0], [627.55, 498.35, 0, 20.0], [638.66, 498.35, 0, 21.0], [649.77, 498.35, 0, 22.0], [66
0.88, 498.35, 0, 23.0], [671.99, 498.35, 0, 24.0], [683.1, 498.35, 0, 25.0], [694.21, 498.35, 0, 26.0], [705.32, 498.35, 0, 27.0], [716.43, 498.35, 0, 28.0], [727.54, 498.35, 0, 29.0], [738.65, 498.35, 0, 30.0], [749.76, 498.35, 0, 31.0], [760.87, 498.35, 0, 32.0], [771.98, 498.35, 0, 33.0], [783.09, 498.35, 0, 34.0], [794.2, 498.35, 0, 35.0], [805.31, 498.35, 0, 36.0], [816.42, 498.35, 0, 37.0], [827.53, 498.35, 0, 38.0], [838.64, 498.35, 0, 39.0], [849.75, 498.35, 0, 40.0], [860.86, 498.35, 0,
 41.0], [871.97, 498.35, 0, 42.0], [883.08, 498.35, 0, 43.0], [894.19, 498.35, 0, 44.0], [905.3, 498.35, 0, 45.0], [916.41, 498.35, 0, 46.0], [927.52, 498.35, 0, 47.0], [938.63, 498.35, 0, 48.0], [949.74, 498.35, 0, 49.0], [960.85, 498.35, 0, 50.0], [971.96, 498.35, 0, 51.0], [983.07, 498.35, 0, 52.0], [994.18, 498.35, 0, 53.0], [999.53, 501.65, 0, 54.0], [988.42, 501.65, 0, 55.0], [977.31, 501.65, 0, 56.0], [966.2, 501.65, 0, 57.0], [955.09, 501.65, 0, 58.0], [943.98, 501.65, 0, 59.0], [932.87,
 501.65, 0, 60.0], [921.76, 501.65, 0, 61.0], [910.65, 501.65, 0, 62.0], [899.54, 501.65, 0, 63.0], [888.43, 501.65, 0, 64.0], [877.32, 501.65, 0, 65.0], [866.21, 501.65, 0, 66.0], [855.1, 501.65, 0, 67.0], [843.99, 501.65, 0, 68.0], [832.88, 501.65, 0, 69.0], [821.77, 501.65, 0, 70.0], [810.66, 501.65, 0, 71.0], [799.55, 501.65, 0, 72.0], [788.44, 501.65, 0, 73.0], [777.33, 501.65, 0, 74.0], [766.22, 501.65, 0, 75.0], [755.11, 501.65, 0, 76.0], [748.25, 508.25, 0, 77.0], [736.34, 508.25, 0, 78.
0], [723.63, 508.25, 0, 79.0], [710.12, 508.25, 0, 80.0], [696.23, 508.25, 0, 81.0], [682.34, 508.25, 0, 82.0], [668.45, 508.25, 0, 83.0], [654.56, 508.25, 0, 84.0], [640.67, 508.25, 0, 85.0], [626.78, 508.25, 0, 86.0], [612.89, 508.25, 0, 87.0], [599.0, 508.25, 0, 88.0], [585.11, 508.25, 0, 89.0], [571.22, 508.25, 0, 90.0], [557.33, 508.25, 0, 91.0], [543.44, 508.25, 0, 92.0], [529.55, 508.25, 0, 93.0], [515.66, 508.25, 0, 94.0]]}}, {"type": "Feature", "properties": {"vehId": "r2"}, "geometry":
 {"type": "LineString", "coordinates": [[498.35, 483.55, 0, 20.0], [498.35, 472.44, 0, 21.0], [498.35, 461.33, 0, 22.0], [498.35, 450.22, 0, 23.0], [498.35, 439.11, 0, 24.0], [498.35, 428.0, 0, 25.0], [498.35, 416.89, 0, 26.0], [498.35, 405.78, 0, 27.0], [498.35, 394.67, 0, 28.0], [498.35, 383.56, 0, 29.0], [498.35, 372.45, 0, 30.0], [498.35, 361.34, 0, 31.0], [498.35, 350.23, 0, 32.0], [498.35, 339.12, 0, 33.0], [498.35, 328.01, 0, 34.0], [498.35, 316.9, 0, 35.0], [498.35, 305.79, 0, 36.0], [49
8.35, 294.68, 0, 37.0], [498.35, 283.57, 0, 38.0], [498.35, 272.46, 0, 39.0], [498.35, 261.35, 0, 40.0], [498.35, 250.24, 0, 41.0], [498.35, 239.13, 0, 42.0], [498.35, 228.02, 0, 43.0], [498.35, 216.91, 0, 44.0], [498.35, 205.8, 0, 45.0], [498.35, 194.69, 0, 46.0], [498.35, 183.58, 0, 47.0], [498.35, 172.47, 0, 48.0], [498.35, 161.36, 0, 49.0], [498.35, 150.25, 0, 50.0], [498.35, 139.14, 0, 51.0], [498.35, 128.03, 0, 52.0], [498.35, 116.92, 0, 53.0], [498.35, 105.81, 0, 54.0], [498.35, 94.7, 0, 
55.0], [498.35, 83.59, 0, 56.0], [498.35, 72.48, 0, 57.0], [498.35, 61.37, 0, 58.0], [498.35, 50.26, 0, 59.0], [498.35, 39.15, 0, 60.0], [498.35, 28.04, 0, 61.0], [498.35, 16.93, 0, 62.0], [498.35, 5.82, 0, 63.0], [501.65, 0.47, 0, 64.0], [501.65, 11.58, 0, 65.0], [501.65, 22.69, 0, 66.0], [501.65, 33.8, 0, 67.0], [501.65, 44.91, 0, 68.0], [501.65, 56.02, 0, 69.0], [501.65, 67.13, 0, 70.0], [501.65, 78.24, 0, 71.0], [501.65, 89.35, 0, 72.0], [501.65, 100.46, 0, 73.0], [501.65, 111.57, 0, 74.0], 
[501.65, 122.68, 0, 75.0], [501.65, 133.79, 0, 76.0], [501.65, 144.9, 0, 77.0], [501.65, 156.01, 0, 78.0], [501.65, 167.12, 0, 79.0], [501.65, 178.23, 0, 80.0], [501.65, 189.34, 0, 81.0], [501.65, 200.45, 0, 82.0], [501.65, 211.56, 0, 83.0], [501.65, 222.67, 0, 84.0], [501.65, 233.78, 0, 85.0], [501.65, 244.89, 0, 86.0], [508.25, 251.75, 0, 87.0], [508.25, 263.66, 0, 88.0], [508.25, 276.37, 0, 89.0], [508.25, 289.88, 0, 90.0], [508.25, 303.77, 0, 91.0], [508.25, 317.66, 0, 92.0], [508.25, 331.55
, 0, 93.0], [508.25, 345.44, 0, 94.0], [508.25, 359.33, 0, 95.0], [508.25, 373.22, 0, 96.0], [508.25, 387.11, 0, 97.0], [508.25, 401.0, 0, 98.0], [508.25, 414.89, 0, 99.0], [508.25, 428.78, 0, 100.0], [508.25, 442.67, 0, 101.0], [508.25, 456.56, 0, 102.0], [508.25, 470.45, 0, 103.0], [508.25, 484.34, 0, 104.0]]}}, {"type": "Feature", "properties": {"vehId": "r1#2"}, "geometry": {"type": "LineString", "coordinates": [[516.45, 498.35, 0, 30.0], [527.56, 498.35, 0, 31.0], [538.67, 498.35, 0, 32.0],
 [549.78, 498.35, 0, 33.0], [560.89, 498.35, 0, 34.0], [572.0, 498.35, 0, 35.0], [583.11, 498.35, 0, 36.0], [594.22, 498.35, 0, 37.0], [605.33, 498.35, 0, 38.0], [616.44, 498.35, 0, 39.0], [627.55, 498.35, 0, 40.0], [638.66, 498.35, 0, 41.0], [649.77, 498.35, 0, 42.0], [660.88, 498.35, 0, 43.0], [671.99, 498.35, 0, 44.0], [683.1, 498.35, 0, 45.0], [694.21, 498.35, 0, 46.0], [705.32, 498.35, 0, 47.0], [716.43, 498.35, 0, 48.0], [727.54, 498.35, 0, 49.0], [738.65, 498.35, 0, 50.0], [749.76, 498.35
, 0, 51.0], [760.87, 498.35, 0, 52.0], [771.98, 498.35, 0, 53.0], [783.09, 498.35, 0, 54.0], [794.2, 498.35, 0, 55.0], [805.31, 498.35, 0, 56.0], [816.42, 498.35, 0, 57.0], [827.53, 498.35, 0, 58.0], [838.64, 498.35, 0, 59.0], [849.75, 498.35, 0, 60.0], [860.86, 498.35, 0, 61.0], [871.97, 498.35, 0, 62.0], [883.08, 498.35, 0, 63.0], [894.19, 498.35, 0, 64.0], [905.3, 498.35, 0, 65.0], [916.41, 498.35, 0, 66.0], [927.52, 498.35, 0, 67.0], [938.63, 498.35, 0, 68.0], [949.74, 498.35, 0, 69.0], [960
.85, 498.35, 0, 70.0], [971.96, 498.35, 0, 71.0], [983.07, 498.35, 0, 72.0], [994.18, 498.35, 0, 73.0], [999.53, 501.65, 0, 74.0], [988.42, 501.65, 0, 75.0], [977.31, 501.65, 0, 76.0], [966.2, 501.65, 0, 77.0], [955.09, 501.65, 0, 78.0], [943.98, 501.65, 0, 79.0], [932.87, 501.65, 0, 80.0], [921.76, 501.65, 0, 81.0], [910.65, 501.65, 0, 82.0], [899.54, 501.65, 0, 83.0], [888.43, 501.65, 0, 84.0], [877.32, 501.65, 0, 85.0], [866.21, 501.65, 0, 86.0], [855.1, 501.65, 0, 87.0], [843.99, 501.65, 0, 
88.0], [832.88, 501.65, 0, 89.0], [821.77, 501.65, 0, 90.0], [810.66, 501.65, 0, 91.0], [799.55, 501.65, 0, 92.0], [788.44, 501.65, 0, 93.0], [777.33, 501.65, 0, 94.0], [766.22, 501.65, 0, 95.0], [755.11, 501.65, 0, 96.0], [748.25, 508.25, 0, 97.0], [736.34, 508.25, 0, 98.0], [723.63, 508.25, 0, 99.0], [710.12, 508.25, 0, 100.0], [696.23, 508.25, 0, 101.0], [682.34, 508.25, 0, 102.0], [668.45, 508.25, 0, 103.0], [654.56, 508.25, 0, 104.0], [640.67, 508.25, 0, 105.0], [626.78, 508.25, 0, 106.0], 
[612.89, 508.25, 0, 107.0], [599.0, 508.25, 0, 108.0], [585.11, 508.25, 0, 109.0], [571.22, 508.25, 0, 110.0], [557.33, 508.25, 0, 111.0], [543.44, 508.25, 0, 112.0], [529.55, 508.25, 0, 113.0], [515.66, 508.25, 0, 114.0]]}}]}

TEST FAILED on ts-sim-build-ba : output traceExporter kml ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,8
> Traceback (most recent call last):
> traceExporter.py, in <module>
>     sys.exit(main())
> traceExporter.py, in main
>     runMethod(options.fcd, options.kml, kml.fcd2kml, options)
> traceExporter.py, in runMethod
>     further["base-date"] = datetime.datetime.fromtimestamp(options.base, tz=datetime.timezone.utc)
> AttributeError: 'module' object has no attribute 'timezone'
---------- Missing result in kml ----------
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
	<name>SUMO FCD</name>
	<open>1</open>
	<description>traces of SUMO FCD output</description>
	<Style id="trace-r1#1">
		<LineStyle>
		<color>7f0000ff</color>
		<colorMode>random</colorMode> 
		<width>6</width>
		<gx:labelVisibility>1</gx:labelVisibility>
		</LineStyle>
	</Style>
	<Placemark>
		<name>FCD r1#1</name>
		<styleUrl>#trace-r1#1</styleUrl>
		<LineString>
		<extrude>1</extrude>
		<tessellate>1</tessellate>
			<coordinates>
				516.45,498.35
				527.56,498.35
				538.67,498.35
				549.78,498.35
				560.89,498.35
				572.0,498.35
				583.11,498.35
				594.22,498.35
				605.33,498.35
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : output traceExporter persons gpsdat ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,8
> Traceback (most recent call last):
> traceExporter.py, in <module>
>     sys.exit(main())
> traceExporter.py, in main
>     runMethod(options.fcd, options.gpsdat, gpsdat.fcd2gpsdat, options)
> traceExporter.py, in runMethod
>     further["base-date"] = datetime.datetime.fromtimestamp(options.base, tz=datetime.timezone.utc)
> AttributeError: 'module' object has no attribute 'timezone'
---------- Differences in output ----------
1d0
< One or more coordinates are negative, some applications might need strictly positive values. To avoid this use the option --shift.
---------- Missing result in gpsdat ----------
pNE	1970-01-01 00:00:55+00:00	97.68	63.48	70	3.528
pNW	1970-01-01 00:00:55+00:00	97.68	59.15	70	3.312
pWE	1970-01-01 00:00:55+00:00	44.95	-2.33	70	3.564
pWN	1970-01-01 00:00:55+00:00	49.47	-2.33	70	3.204
pNE	1970-01-01 00:00:56+00:00	97.68	62.63	70	3.060
pNW	1970-01-01 00:00:56+00:00	97.68	58.3	70	3.060
pWE	1970-01-01 00:00:56+00:00	45.93	-2.33	70	3.528
pWN	1970-01-01 00:00:56+00:00	50.34	-2.33	70	3.132
pNE	1970-01-01 00:00:57+00:00	97.68	61.63	70	3.600
pNW	1970-01-01 00:00:57+00:00	97.68	57.39	70	3.276
pWE	1970-01-01 00:00:57+00:00	46.91	-2.33	70	3.528
pWN	1970-01-01 00:00:57+00:00	51.22	-2.33	70	3.168

TEST FAILED on ts-sim-build-ba : output traceExporter persons gpx ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,8
> Traceback (most recent call last):
> traceExporter.py, in <module>
>     sys.exit(main())
> traceExporter.py, in main
>     runMethod(options.fcd, options.gpx, gpx.fcd2gpx, options)
> traceExporter.py, in runMethod
>     further["base-date"] = datetime.datetime.fromtimestamp(options.base, tz=datetime.timezone.utc)
> AttributeError: 'module' object has no attribute 'timezone'
---------- Differences in output ----------
1d0
< One or more coordinates are negative, some applications might need strictly positive values. To avoid this use the option --shift.
---------- Missing result in gpx ----------
<?xml version="1.0" encoding="UTF-8"?>
<gpx version="1.0">
  <trk><name>pNE</name><trkseg>
    <trkpt lon="97.68" lat="63.48"><time>55.0</time></trkpt>
    <trkpt lon="97.68" lat="62.63"><time>56.0</time></trkpt>
    <trkpt lon="97.68" lat="61.63"><time>57.0</time></trkpt>
  </trkseg></trk>
  <trk><name>pNW</name><trkseg>
    <trkpt lon="97.68" lat="59.15"><time>55.0</time></trkpt>
    <trkpt lon="97.68" lat="58.3"><time>56.0</time></trkpt>
    <trkpt lon="97.68" lat="57.39"><time>57.0</time></trkpt>
  </trkseg></trk>
  <trk><name>pWE</name><trkseg>
    <trkpt lon="44.95" lat="-2.33"><time>55.0</time></trkpt>
    <trkpt lon="45.93" lat="-2.33"><time>56.0</time></trkpt>
    <trkpt lon="46.91" lat="-2.33"><time>57.0</time></trkpt>
  </trkseg></trk>
  <trk><name>pWN</name><trkseg>
    <trkpt lon="49.47" lat="-2.33"><time>55.0</time></trkpt>
    <trkpt lon="50.34" lat="-2.33"><time>56.0</time></trkpt>
    <trkpt lon="51.22" lat="-2.33"><time>57.0</time></trkpt>
  </trkseg></trk>
  <trk><name>r1#1</name><trkseg>
    <trkpt lon="516.45" lat="498.35"><time>10.0</time></trkpt>
    <trkpt lon="527.56" lat="498.35"><time>11.0</time></trkpt>
    <trkpt lon="538.67" lat="498.35"><time>12.0</time></trkpt>
    <trkpt lon="549.78" lat="498.35"><time>13.0</time></trkpt>
    <trkpt lon="560.89" lat="498.35"><time>14.0</time></trkpt>
    <trkpt lon="572.0" lat="498.35"><time>15.0</time></trkpt>
    <trkpt lon="583.11" lat="498.35"><time>16.0</time></trkpt>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : output traceExporter persons poi ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,8
> Traceback (most recent call last):
> traceExporter.py, in <module>
>     sys.exit(main())
> traceExporter.py, in main
>     runMethod(options.fcd, options.poi, poi.fcd2poi, options)
> traceExporter.py, in runMethod
>     further["base-date"] = datetime.datetime.fromtimestamp(options.base, tz=datetime.timezone.utc)
> AttributeError: 'module' object has no attribute 'timezone'
---------- Differences in output ----------
1d0
< One or more coordinates are negative, some applications might need strictly positive values. To avoid this use the option --shift.
---------- Missing result in pois ----------
<pois>
    <poi id="r1#1_10.0" type="r1#1" color="107,0,255" layer="100" lon="516.45" lat="498.35"/>
    <poi id="r1#1_11.0" type="r1#1" color="107,0,255" layer="100" lon="527.56" lat="498.35"/>
    <poi id="r1#1_12.0" type="r1#1" color="107,0,255" layer="100" lon="538.67" lat="498.35"/>
    <poi id="r1#1_13.0" type="r1#1" color="107,0,255" layer="100" lon="549.78" lat="498.35"/>
    <poi id="r1#1_14.0" type="r1#1" color="107,0,255" layer="100" lon="560.89" lat="498.35"/>
    <poi id="r1#1_15.0" type="r1#1" color="107,0,255" layer="100" lon="572.0" lat="498.35"/>
    <poi id="r1#1_16.0" type="r1#1" color="107,0,255" layer="100" lon="583.11" lat="498.35"/>
    <poi id="r1#1_17.0" type="r1#1" color="107,0,255" layer="100" lon="594.22" lat="498.35"/>
    <poi id="r1#1_18.0" type="r1#1" color="107,0,255" layer="100" lon="605.33" lat="498.35"/>
    <poi id="r1#1_19.0" type="r1#1" color="107,0,255" layer="100" lon="616.44" lat="498.35"/>
    <poi id="r1#1_20.0" type="r1#1" color="107,0,255" layer="100" lon="627.55" lat="498.35"/>
    <poi id="r2_20.0" type="r2" color="255,46,0" layer="100" lon="498.35" lat="483.55"/>
    <poi id="r1#1_21.0" type="r1#1" color="107,0,255" layer="100" lon="638.66" lat="498.35"/>
    <poi id="r2_21.0" type="r2" color="255,46,0" layer="100" lon="498.35" lat="472.44"/>
    <poi id="r1#1_22.0" type="r1#1" color="107,0,255" layer="100" lon="649.77" lat="498.35"/>
    <poi id="r2_22.0" type="r2" color="255,46,0" layer="100" lon="498.35" lat="461.33"/>
    <poi id="r1#1_23.0" type="r1#1" color="107,0,255" layer="100" lon="660.88" lat="498.35"/>
    <poi id="r2_23.0" type="r2" color="255,46,0" layer="100" lon="498.35" lat="450.22"/>
    <poi id="r1#1_24.0" type="r1#1" color="107,0,255" layer="100" lon="671.99" lat="498.35"/>
    <poi id="r2_24.0" type="r2" color="255,46,0" layer="100" lon="498.35" lat="439.11"/>
    <poi id="r1#1_25.0" type="r1#1" color="107,0,255" layer="100" lon="683.1" lat="498.35"/>
    <poi id="r2_25.0" type="r2" color="255,46,0" layer="100" lon="498.35" lat="428.0"/>
    <poi id="r1#1_26.0" type="r1#1" color="107,0,255" layer="100" lon="694.21" lat="498.35"/>
    <poi id="r2_26.0" type="r2" color="255,46,0" layer="100" lon="498.35" lat="416.89"/>
    <poi id="r1#1_27.0" type="r1#1" color="107,0,255" layer="100" lon="705.32" lat="498.35"/>
    <poi id="r2_27.0" type="r2" color="255,46,0" layer="100" lon="498.35" lat="405.78"/>
    <poi id="r1#1_28.0" type="r1#1" color="107,0,255" layer="100" lon="716.43" lat="498.35"/>
    <poi id="r2_28.0" type="r2" color="255,46,0" layer="100" lon="498.35" lat="394.67"/>
    <poi id="r1#1_29.0" type="r1#1" color="107,0,255" layer="100" lon="727.54" lat="498.35"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : output traceExporter phem errors phem_fzp__no_fcd ( Last six runs Sep2024 )

---------- Differences in errors ----------
18c18
< traceExporter.py: error: the following arguments are required: -i/--fcd-input
---
> traceExporter.py: error: argument -i/--fcd-input is required

TEST FAILED on ts-sim-build-ba : output traceExporter poi ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,8
> Traceback (most recent call last):
> traceExporter.py, in <module>
>     sys.exit(main())
> traceExporter.py, in main
>     runMethod(options.fcd, options.poi, poi.fcd2poi, options)
> traceExporter.py, in runMethod
>     further["base-date"] = datetime.datetime.fromtimestamp(options.base, tz=datetime.timezone.utc)
> AttributeError: 'module' object has no attribute 'timezone'
---------- Missing result in pois ----------
<pois>
    <poi id="r1#1_10.0" type="r1#1" color="107,0,255" layer="100" lon="516.45" lat="498.35"/>
    <poi id="r1#1_11.0" type="r1#1" color="107,0,255" layer="100" lon="527.56" lat="498.35"/>
    <poi id="r1#1_12.0" type="r1#1" color="107,0,255" layer="100" lon="538.67" lat="498.35"/>
    <poi id="r1#1_13.0" type="r1#1" color="107,0,255" layer="100" lon="549.78" lat="498.35"/>
    <poi id="r1#1_14.0" type="r1#1" color="107,0,255" layer="100" lon="560.89" lat="498.35"/>
    <poi id="r1#1_15.0" type="r1#1" color="107,0,255" layer="100" lon="572.0" lat="498.35"/>
    <poi id="r1#1_16.0" type="r1#1" color="107,0,255" layer="100" lon="583.11" lat="498.35"/>
    <poi id="r1#1_17.0" type="r1#1" color="107,0,255" layer="100" lon="594.22" lat="498.35"/>
    <poi id="r1#1_18.0" type="r1#1" color="107,0,255" layer="100" lon="605.33" lat="498.35"/>
    <poi id="r1#1_19.0" type="r1#1" color="107,0,255" layer="100" lon="616.44" lat="498.35"/>
    <poi id="r1#1_20.0" type="r1#1" color="107,0,255" layer="100" lon="627.55" lat="498.35"/>
    <poi id="r2_20.0" type="r2" color="255,46,0" layer="100" lon="498.35" lat="483.55"/>
    <poi id="r1#1_21.0" type="r1#1" color="107,0,255" layer="100" lon="638.66" lat="498.35"/>
    <poi id="r2_21.0" type="r2" color="255,46,0" layer="100" lon="498.35" lat="472.44"/>
    <poi id="r1#1_22.0" type="r1#1" color="107,0,255" layer="100" lon="649.77" lat="498.35"/>
    <poi id="r2_22.0" type="r2" color="255,46,0" layer="100" lon="498.35" lat="461.33"/>
    <poi id="r1#1_23.0" type="r1#1" color="107,0,255" layer="100" lon="660.88" lat="498.35"/>
    <poi id="r2_23.0" type="r2" color="255,46,0" layer="100" lon="498.35" lat="450.22"/>
    <poi id="r1#1_24.0" type="r1#1" color="107,0,255" layer="100" lon="671.99" lat="498.35"/>
    <poi id="r2_24.0" type="r2" color="255,46,0" layer="100" lon="498.35" lat="439.11"/>
    <poi id="r1#1_25.0" type="r1#1" color="107,0,255" layer="100" lon="683.1" lat="498.35"/>
    <poi id="r2_25.0" type="r2" color="255,46,0" layer="100" lon="498.35" lat="428.0"/>
    <poi id="r1#1_26.0" type="r1#1" color="107,0,255" layer="100" lon="694.21" lat="498.35"/>
    <poi id="r2_26.0" type="r2" color="255,46,0" layer="100" lon="498.35" lat="416.89"/>
    <poi id="r1#1_27.0" type="r1#1" color="107,0,255" layer="100" lon="705.32" lat="498.35"/>
    <poi id="r2_27.0" type="r2" color="255,46,0" layer="100" lon="498.35" lat="405.78"/>
    <poi id="r1#1_28.0" type="r1#1" color="107,0,255" layer="100" lon="716.43" lat="498.35"/>
    <poi id="r2_28.0" type="r2" color="255,46,0" layer="100" lon="498.35" lat="394.67"/>
    <poi id="r1#1_29.0" type="r1#1" color="107,0,255" layer="100" lon="727.54" lat="498.35"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : output traceExporter poi_gz ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,8
> Traceback (most recent call last):
> traceExporter.py, in <module>
>     sys.exit(main())
> traceExporter.py, in main
>     runMethod(options.fcd, options.poi, poi.fcd2poi, options)
> traceExporter.py, in runMethod
>     further["base-date"] = datetime.datetime.fromtimestamp(options.base, tz=datetime.timezone.utc)
> AttributeError: 'module' object has no attribute 'timezone'

TEST FAILED on ts-sim-build-ba : public_transport ptlines2flows basic ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,11
> Traceback (most recent call last):
> ptlines2flows.py, in <module>
>     main(get_options())
> ptlines2flows.py, in main
>     trpMap, stopNames = createTrips(options)
> ptlines2flows.py, in createTrips
>     for stop in sumolib.output.parse(options.ptstops, 'busStop'):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xdf' in position 1236: ordinal not in range(128)
---------- Differences in output ----------
2,10d1
< Skipping line '4' because it only drives at night
< Skipping line '5' because it only drives at night
< Imported 4 lines with 10 stops and skipped 2 lines
<    bus: 4
< done.
< running SUMO to determine actual departure times...
< done.
< creating routes...
< done.
---------- Missing result in flows ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="bus" vClass="bus"/>
    <vType id="tram" vClass="tram"/>
    <vType id="train" vClass="rail"/>
    <vType id="subway" vClass="subway"/>
    <vType id="light_rail" vClass="rail_urban"/>
    <vType id="monorail" vClass="rail_urban"/>
    <vType id="trolleybus" vClass="bus"/>
    <vType id="minibus" vClass="bus"/>
    <vType id="share_taxi" vClass="taxi"/>
    <vType id="aerialway" vClass="cable_car" length="2.5" width="2" personCapacity="4"/>
    <vType id="ferry" vClass="ship"/>
    <route id="bus_104:0" color="red" edges="110450334#1 110450334#2 338412122 391493949 391493947 391493950#0 391493950#1 391493952#0 391493952#1 391493952#2 391493954#0 391493954#1 391493954#2 391493954#3" >
        <stop busStop="3959807221" duration="20" until="35.0"/> <!-- Kolonnenbrücke -->
        <stop busStop="3959807200" duration="20" until="101.0"/> <!-- Dudenstraße/Katzbachstraße -->
    </route>
    <route id="bus_104:1" edges="-391493954#3 -391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2 -110450334#1" >
        <stop busStop="3959807201" duration="20" until="39.0"/> <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="3959807220" duration="20" until="104.0"/> <!-- Kolonnenbrücke -->
    </route>
    <route id="bus_140:0" edges="391493945#1 391493945#2 391493945#3 161159325#0 161159325#1 -53356539#1 -53356539#0" >
        <stop busStop="2029039195" duration="20" until="34.0"/> <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="4032629820" duration="20" until="109.0"/> <!-- Monumentenstraße -->
    </route>
    <route id="bus_140:1" edges="53356539#0 53356539#1 4710636#0 4710636#1 4710636#2 111325187#0 111325187#1 111325187#2 111325187#3" >
        <stop busStop="4032629811" duration="20" until="47.0"/> <!-- Katzbachstraße/Kreuzbergstraße -->
        <stop busStop="4032629819" duration="20" until="100.0"/> <!-- Monumentenstraße -->
<truncated after showing first 30 lines>
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="bus" vClass="bus" speedFactor="0.95"/>
    <vType id="tram" vClass="tram" speedFactor="1.0"/>
    <vType id="train" vClass="rail"/>
    <vType id="subway" vClass="subway"/>
    <vType id="light_rail" vClass="rail_urban"/>
    <vType id="monorail" vClass="rail_urban"/>
    <vType id="trolleybus" vClass="bus" speedFactor="0.95"/>
    <vType id="minibus" vClass="bus" speedFactor="0.95"/>
    <vType id="share_taxi" vClass="taxi" speedFactor="0.95"/>
    <vType id="aerialway" vClass="cable_car" length="2.5" width="2" personCapacity="4"/>
    <vType id="ferry" vClass="ship"/>
    <trip id="0_bus_104:0" type="bus" depart="0" departLane="best" from="110450334#1" to="391493954#3">
        <stop busStop="3959807221" duration="30"/>  <!-- Kolonnenbrücke -->
        <stop busStop="3959807200" duration="30"/>  <!-- Dudenstraße/Katzbachstraße -->
    </trip>
    <trip id="1_bus_104:1" type="bus" depart="0" departLane="best" from="-391493954#3" to="-110450334#1">
        <stop busStop="3959807201" duration="30"/>  <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="3959807220" duration="30"/>  <!-- Kolonnenbrücke -->
    </trip>
    <trip id="2_bus_140:0" type="bus" depart="0" departLane="best" from="391493945#1" to="-53356539#0">
        <stop busStop="2029039195" duration="30"/>  <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="4032629820" duration="30"/>  <!-- Monumentenstraße -->
    </trip>
    <trip id="3_bus_140:1" type="bus" depart="0" departLane="best" from="53356539#0" to="111325187#3">
        <stop busStop="4032629811" duration="30"/>  <!-- Katzbachstraße/Kreuzbergstraße -->
        <stop busStop="4032629819" duration="30"/>  <!-- Monumentenstraße -->
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : public_transport ptlines2flows begin_end ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,11
> Traceback (most recent call last):
> ptlines2flows.py, in <module>
>     main(get_options())
> ptlines2flows.py, in main
>     trpMap, stopNames = createTrips(options)
> ptlines2flows.py, in createTrips
>     for stop in sumolib.output.parse(options.ptstops, 'busStop'):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xdf' in position 1236: ordinal not in range(128)
---------- Differences in output ----------
2,6d1
< done.
< running SUMO to determine actual departure times...
< done.
< creating routes...
< done.
---------- Missing result in flows ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="bus" vClass="bus"/>
    <vType id="tram" vClass="tram"/>
    <vType id="train" vClass="rail"/>
    <vType id="subway" vClass="subway"/>
    <vType id="light_rail" vClass="rail_urban"/>
    <vType id="monorail" vClass="rail_urban"/>
    <vType id="trolleybus" vClass="bus"/>
    <vType id="minibus" vClass="bus"/>
    <vType id="share_taxi" vClass="taxi"/>
    <vType id="aerialway" vClass="cable_car" length="2.5" width="2" personCapacity="4"/>
    <vType id="ferry" vClass="ship"/>
    <route id="bus_104:0" color="red" edges="110450334#1 110450334#2 338412122 391493949 391493947 391493950#0 391493950#1 391493952#0 391493952#1 391493952#2 391493954#0 391493954#1 391493954#2 391493954#3" >
        <stop busStop="3959807221" duration="20" until="35.0"/> <!-- Kolonnenbrücke -->
        <stop busStop="3959807200" duration="20" until="101.0"/> <!-- Dudenstraße/Katzbachstraße -->
    </route>
    <route id="bus_104:1" edges="-391493954#3 -391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2 -110450334#1" >
        <stop busStop="3959807201" duration="20" until="39.0"/> <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="3959807220" duration="20" until="104.0"/> <!-- Kolonnenbrücke -->
    </route>
    <route id="bus_140:0" edges="391493945#1 391493945#2 391493945#3 161159325#0 161159325#1 -53356539#1 -53356539#0" >
        <stop busStop="2029039195" duration="20" until="34.0"/> <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="4032629820" duration="20" until="109.0"/> <!-- Monumentenstraße -->
    </route>
    <route id="bus_140:1" edges="53356539#0 53356539#1 4710636#0 4710636#1 4710636#2 111325187#0 111325187#1 111325187#2 111325187#3" >
        <stop busStop="4032629811" duration="20" until="47.0"/> <!-- Katzbachstraße/Kreuzbergstraße -->
        <stop busStop="4032629819" duration="20" until="100.0"/> <!-- Monumentenstraße -->
<truncated after showing first 30 lines>
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="bus" vClass="bus" speedFactor="0.95"/>
    <vType id="tram" vClass="tram" speedFactor="1.0"/>
    <vType id="train" vClass="rail"/>
    <vType id="subway" vClass="subway"/>
    <vType id="light_rail" vClass="rail_urban"/>
    <vType id="monorail" vClass="rail_urban"/>
    <vType id="trolleybus" vClass="bus" speedFactor="0.95"/>
    <vType id="minibus" vClass="bus" speedFactor="0.95"/>
    <vType id="share_taxi" vClass="taxi" speedFactor="0.95"/>
    <vType id="aerialway" vClass="cable_car" length="2.5" width="2" personCapacity="4"/>
    <vType id="ferry" vClass="ship"/>
    <trip id="0_bus_104:0" type="bus" depart="18000.0" departLane="best" from="110450334#1" to="391493954#3">
        <stop busStop="3959807221" duration="30"/>  <!-- Kolonnenbrücke -->
        <stop busStop="3959807200" duration="30"/>  <!-- Dudenstraße/Katzbachstraße -->
    </trip>
    <trip id="1_bus_104:1" type="bus" depart="18000.0" departLane="best" from="-391493954#3" to="-110450334#1">
        <stop busStop="3959807201" duration="30"/>  <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="3959807220" duration="30"/>  <!-- Kolonnenbrücke -->
    </trip>
    <trip id="2_bus_140:0" type="bus" depart="18000.0" departLane="best" from="391493945#1" to="-53356539#0">
        <stop busStop="2029039195" duration="30"/>  <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="4032629820" duration="30"/>  <!-- Monumentenstraße -->
    </trip>
    <trip id="3_bus_140:1" type="bus" depart="18000.0" departLane="best" from="53356539#0" to="111325187#3">
        <stop busStop="4032629811" duration="30"/>  <!-- Katzbachstraße/Kreuzbergstraße -->
        <stop busStop="4032629819" duration="30"/>  <!-- Monumentenstraße -->
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : public_transport ptlines2flows extendFringe ( Last six runs Sep2024 )

---------- Differences in errors ----------
1,2c1,11
< Warning: skipping line '4' because it has no stops
< Warning: No stops for flow '0_bus_0:0'
---
> Traceback (most recent call last):
> ptlines2flows.py, in <module>
>     main(get_options())
> ptlines2flows.py, in main
>     trpMap, stopNames = createTrips(options)
> ptlines2flows.py, in createTrips
>     for stop in sumolib.output.parse(options.ptstops, 'busStop'):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xdf' in position 1236: ordinal not in range(128)
---------- Differences in output ----------
2,12d1
< Cannot extend route to fringe for line '3' (not enough edges given)
< Cannot extend route to fringe for line '4' (not enough edges given)
< Cannot extend route before first stop for line '5' (stop edge 53356539#1 not in route)
< Cannot extend route after last stop for line '5' (stop edge 111325187#1 not in route)
< Imported 5 lines with 7 stops and skipped 1 lines
<    bus: 5
< done.
< running SUMO to determine actual departure times...
< done.
< creating routes...
< done.
---------- Missing result in flows ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="bus" vClass="bus"/>
    <vType id="tram" vClass="tram"/>
    <vType id="train" vClass="rail"/>
    <vType id="subway" vClass="subway"/>
    <vType id="light_rail" vClass="rail_urban"/>
    <vType id="monorail" vClass="rail_urban"/>
    <vType id="trolleybus" vClass="bus"/>
    <vType id="minibus" vClass="bus"/>
    <vType id="share_taxi" vClass="taxi"/>
    <vType id="aerialway" vClass="cable_car" length="2.5" width="2" personCapacity="4"/>
    <vType id="ferry" vClass="ship"/>
    <route id="bus_0:0" edges="-391493954#3 -391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2 -110450334#1" >
    </route>
    <route id="bus_1:0" edges="-391493954#3 -391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2 -110450334#1" >
        <stop busStop="3959807220" duration="20" until="67.0"/> <!-- Kolonnenbrücke -->
    </route>
    <route id="bus_3:0" edges="53356539#1 4710636#0 4710636#1 4710636#2 111325187#0 111325187#1" >
        <stop busStop="4032629819" duration="20" until="50.0"/> <!-- Monumentenstraße -->
        <stop busStop="2029039199" duration="20" until="109.0"/> <!-- Dudenstraße/Katzbachstraße -->
    </route>
    <route id="bus_5:0" edges="53356539#1 4710636#0 4710636#1 4710636#2 111325187#0 111325187#1" >
        <stop busStop="4032629819" duration="20" until="49.0"/> <!-- Monumentenstraße -->
        <stop busStop="2029039199" duration="20" until="141.0"/> <!-- Dudenstraße/Katzbachstraße -->
    </route>
    <route id="bus_2:0" edges="53356539#0 53356539#1 4710636#0 4710636#1 4710636#2 111325187#0 111325187#1 111325187#2 111325187#3" >
        <stop busStop="4032629819" duration="20" until="57.0"/> <!-- Monumentenstraße -->
<truncated after showing first 30 lines>
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="bus" vClass="bus" speedFactor="0.95"/>
    <vType id="tram" vClass="tram" speedFactor="1.0"/>
    <vType id="train" vClass="rail"/>
    <vType id="subway" vClass="subway"/>
    <vType id="light_rail" vClass="rail_urban"/>
    <vType id="monorail" vClass="rail_urban"/>
    <vType id="trolleybus" vClass="bus" speedFactor="0.95"/>
    <vType id="minibus" vClass="bus" speedFactor="0.95"/>
    <vType id="share_taxi" vClass="taxi" speedFactor="0.95"/>
    <vType id="aerialway" vClass="cable_car" length="2.5" width="2" personCapacity="4"/>
    <vType id="ferry" vClass="ship"/>
    <trip id="0_bus_0:0" type="bus" depart="0" departLane="best" from="-391493954#3" to="-110450334#1">
    </trip>
    <trip id="1_bus_1:0" type="bus" depart="0" departLane="best" from="-391493954#3" to="-110450334#1">
        <stop busStop="3959807220" duration="30"/>  <!-- Kolonnenbrücke -->
    </trip>
    <trip id="2_bus_2:0" type="bus" depart="0" departLane="best" from="53356539#0" to="111325187#3">
        <stop busStop="4032629819" duration="30"/>  <!-- Monumentenstraße -->
        <stop busStop="2029039199" duration="30"/>  <!-- Dudenstraße/Katzbachstraße -->
    </trip>
    <trip id="3_bus_3:0" type="bus" depart="0" departLane="best" from="53356539#1" to="111325187#1">
        <stop busStop="4032629819" duration="30"/>  <!-- Monumentenstraße -->
        <stop busStop="2029039199" duration="30"/>  <!-- Dudenstraße/Katzbachstraße -->
    </trip>
    <trip id="5_bus_5:0" type="bus" depart="0" departLane="best" from="53356539#1" to="111325187#1">
        <stop busStop="4032629819" duration="30"/>  <!-- Monumentenstraße -->
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : public_transport ptlines2flows few_stops ( Last six runs Sep2024 )

---------- Differences in errors ----------
1,3c1,11
< Warning: skipping unknown stop '3959807221'
< Warning: skipping line '0' (bus_104) because it has too few stops
< Warning: skipping unknown stop '3959807221'
---
> Traceback (most recent call last):
> ptlines2flows.py, in <module>
>     main(get_options())
> ptlines2flows.py, in main
>     trpMap, stopNames = createTrips(options)
> ptlines2flows.py, in createTrips
>     for stop in sumolib.output.parse(options.ptstops, 'busStop'):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xdf' in position 1236: ordinal not in range(128)
---------- Differences in output ----------
2,10d1
< Skipping line '4' because it only drives at night
< Skipping line '5' because it only drives at night
< Imported 3 lines with 8 stops and skipped 3 lines
<    bus: 3
< done.
< running SUMO to determine actual departure times...
< done.
< creating routes...
< done.
---------- Missing result in flows ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="bus" vClass="bus"/>
    <vType id="tram" vClass="tram"/>
    <vType id="train" vClass="rail"/>
    <vType id="subway" vClass="subway"/>
    <vType id="light_rail" vClass="rail_urban"/>
    <vType id="monorail" vClass="rail_urban"/>
    <vType id="trolleybus" vClass="bus"/>
    <vType id="minibus" vClass="bus"/>
    <vType id="share_taxi" vClass="taxi"/>
    <vType id="aerialway" vClass="cable_car" length="2.5" width="2" personCapacity="4"/>
    <vType id="ferry" vClass="ship"/>
    <route id="bus_104:0" edges="-391493954#3 -391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2 -110450334#1" >
        <stop busStop="3959807201" duration="20" until="39.0"/> <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="3959807220" duration="20" until="104.0"/> <!-- Kolonnenbrücke -->
    </route>
    <route id="bus_140:0" edges="391493945#1 391493945#2 391493945#3 161159325#0 161159325#1 -53356539#1 -53356539#0" >
        <stop busStop="2029039195" duration="20" until="34.0"/> <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="4032629820" duration="20" until="109.0"/> <!-- Monumentenstraße -->
    </route>
    <route id="bus_140:1" edges="53356539#0 53356539#1 4710636#0 4710636#1 4710636#2 111325187#0 111325187#1 111325187#2 111325187#3" >
        <stop busStop="4032629811" duration="20" until="47.0"/> <!-- Katzbachstraße/Kreuzbergstraße -->
        <stop busStop="4032629819" duration="20" until="101.0"/> <!-- Monumentenstraße -->
        <stop busStop="2029039199" duration="20" until="159.0"/> <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="2029039146" duration="20" until="221.0"/> <!-- Badener Ring -->
    </route>
    <flow id="bus_104:0" type="bus" route="bus_104:0" begin="0.0" end="3600.0" period="480" line="104:0" >
<truncated after showing first 30 lines>
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="bus" vClass="bus" speedFactor="0.95"/>
    <vType id="tram" vClass="tram" speedFactor="1.0"/>
    <vType id="train" vClass="rail"/>
    <vType id="subway" vClass="subway"/>
    <vType id="light_rail" vClass="rail_urban"/>
    <vType id="monorail" vClass="rail_urban"/>
    <vType id="trolleybus" vClass="bus" speedFactor="0.95"/>
    <vType id="minibus" vClass="bus" speedFactor="0.95"/>
    <vType id="share_taxi" vClass="taxi" speedFactor="0.95"/>
    <vType id="aerialway" vClass="cable_car" length="2.5" width="2" personCapacity="4"/>
    <vType id="ferry" vClass="ship"/>
    <trip id="1_bus_104:0" type="bus" depart="0" departLane="best" from="-391493954#3" to="-110450334#1">
        <stop busStop="3959807201" duration="30"/>  <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="3959807220" duration="30"/>  <!-- Kolonnenbrücke -->
    </trip>
    <trip id="2_bus_140:0" type="bus" depart="0" departLane="best" from="391493945#1" to="-53356539#0">
        <stop busStop="2029039195" duration="30"/>  <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="4032629820" duration="30"/>  <!-- Monumentenstraße -->
    </trip>
    <trip id="3_bus_140:1" type="bus" depart="0" departLane="best" from="53356539#0" to="111325187#3">
        <stop busStop="4032629811" duration="30"/>  <!-- Katzbachstraße/Kreuzbergstraße -->
        <stop busStop="4032629819" duration="30"/>  <!-- Monumentenstraße -->
        <stop busStop="2029039199" duration="30"/>  <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="2029039146" duration="30"/>  <!-- Badener Ring -->
    </trip>
</routes>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : public_transport ptlines2flows hrtime ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,11
> Traceback (most recent call last):
> ptlines2flows.py, in <module>
>     main(get_options())
> ptlines2flows.py, in main
>     trpMap, stopNames = createTrips(options)
> ptlines2flows.py, in createTrips
>     for stop in sumolib.output.parse(options.ptstops, 'busStop'):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xdf' in position 1236: ordinal not in range(128)
---------- Differences in output ----------
2,6d1
< done.
< running SUMO to determine actual departure times...
< done.
< creating routes...
< done.
---------- Missing result in flows ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="bus" vClass="bus"/>
    <vType id="tram" vClass="tram"/>
    <vType id="train" vClass="rail"/>
    <vType id="subway" vClass="subway"/>
    <vType id="light_rail" vClass="rail_urban"/>
    <vType id="monorail" vClass="rail_urban"/>
    <vType id="trolleybus" vClass="bus"/>
    <vType id="minibus" vClass="bus"/>
    <vType id="share_taxi" vClass="taxi"/>
    <vType id="aerialway" vClass="cable_car" length="2.5" width="2" personCapacity="4"/>
    <vType id="ferry" vClass="ship"/>
    <route id="bus_104:0" color="red" edges="110450334#1 110450334#2 338412122 391493949 391493947 391493950#0 391493950#1 391493952#0 391493952#1 391493952#2 391493954#0 391493954#1 391493954#2 391493954#3" >
        <stop busStop="3959807221" duration="20" until="00:00:35"/> <!-- Kolonnenbrücke -->
        <stop busStop="3959807200" duration="20" until="00:01:41"/> <!-- Dudenstraße/Katzbachstraße -->
    </route>
    <route id="bus_104:1" edges="-391493954#3 -391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2 -110450334#1" >
        <stop busStop="3959807201" duration="20" until="00:00:39"/> <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="3959807220" duration="20" until="00:01:44"/> <!-- Kolonnenbrücke -->
    </route>
    <route id="bus_140:0" edges="391493945#1 391493945#2 391493945#3 161159325#0 161159325#1 -53356539#1 -53356539#0" >
        <stop busStop="2029039195" duration="20" until="00:00:34"/> <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="4032629820" duration="20" until="00:01:49"/> <!-- Monumentenstraße -->
    </route>
    <route id="bus_140:1" edges="53356539#0 53356539#1 4710636#0 4710636#1 4710636#2 111325187#0 111325187#1 111325187#2 111325187#3" >
        <stop busStop="4032629811" duration="20" until="00:00:47"/> <!-- Katzbachstraße/Kreuzbergstraße -->
        <stop busStop="4032629819" duration="20" until="00:01:40"/> <!-- Monumentenstraße -->
<truncated after showing first 30 lines>
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="bus" vClass="bus" speedFactor="0.95"/>
    <vType id="tram" vClass="tram" speedFactor="1.0"/>
    <vType id="train" vClass="rail"/>
    <vType id="subway" vClass="subway"/>
    <vType id="light_rail" vClass="rail_urban"/>
    <vType id="monorail" vClass="rail_urban"/>
    <vType id="trolleybus" vClass="bus" speedFactor="0.95"/>
    <vType id="minibus" vClass="bus" speedFactor="0.95"/>
    <vType id="share_taxi" vClass="taxi" speedFactor="0.95"/>
    <vType id="aerialway" vClass="cable_car" length="2.5" width="2" personCapacity="4"/>
    <vType id="ferry" vClass="ship"/>
    <trip id="0_bus_104:0" type="bus" depart="0" departLane="best" from="110450334#1" to="391493954#3">
        <stop busStop="3959807221" duration="30"/>  <!-- Kolonnenbrücke -->
        <stop busStop="3959807200" duration="30"/>  <!-- Dudenstraße/Katzbachstraße -->
    </trip>
    <trip id="1_bus_104:1" type="bus" depart="0" departLane="best" from="-391493954#3" to="-110450334#1">
        <stop busStop="3959807201" duration="30"/>  <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="3959807220" duration="30"/>  <!-- Kolonnenbrücke -->
    </trip>
    <trip id="2_bus_140:0" type="bus" depart="0" departLane="best" from="391493945#1" to="-53356539#0">
        <stop busStop="2029039195" duration="30"/>  <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="4032629820" duration="30"/>  <!-- Monumentenstraße -->
    </trip>
    <trip id="3_bus_140:1" type="bus" depart="0" departLane="best" from="53356539#0" to="111325187#3">
        <stop busStop="4032629811" duration="30"/>  <!-- Katzbachstraße/Kreuzbergstraße -->
        <stop busStop="4032629819" duration="30"/>  <!-- Monumentenstraße -->
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : public_transport ptlines2flows name_missing ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,11
> Traceback (most recent call last):
> ptlines2flows.py, in <module>
>     main(get_options())
> ptlines2flows.py, in main
>     trpMap, stopNames = createTrips(options)
> ptlines2flows.py, in createTrips
>     for stop in sumolib.output.parse(options.ptstops, 'busStop'):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xdf' in position 1236: ordinal not in range(128)
---------- Differences in output ----------
2,8d1
< Imported 2 lines with 4 stops and skipped 0 lines
<    bus: 2
< done.
< running SUMO to determine actual departure times...
< done.
< creating routes...
< done.
---------- Missing result in flows ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="bus" vClass="bus"/>
    <vType id="tram" vClass="tram"/>
    <vType id="train" vClass="rail"/>
    <vType id="subway" vClass="subway"/>
    <vType id="light_rail" vClass="rail_urban"/>
    <vType id="monorail" vClass="rail_urban"/>
    <vType id="trolleybus" vClass="bus"/>
    <vType id="minibus" vClass="bus"/>
    <vType id="share_taxi" vClass="taxi"/>
    <vType id="aerialway" vClass="cable_car" length="2.5" width="2" personCapacity="4"/>
    <vType id="ferry" vClass="ship"/>
    <route id="bus_104:0" edges="110450334#1 110450334#2 338412122 391493949 391493947 391493950#0 391493950#1 391493952#0 391493952#1 391493952#2 391493954#0 391493954#1 391493954#2 391493954#3" >
        <stop busStop="3959807221" duration="20" until="35.0"/> <!-- Kolonnenbrücke -->
        <stop busStop="3959807200" duration="20" until="101.0"/> <!-- Dudenstraße/Katzbachstraße -->
    </route>
    <route id="bus_104:1" edges="-391493954#3 -391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2 -110450334#1" >
        <stop busStop="3959807201" duration="20" until="39.0"/> <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="3959807220" duration="20" until="104.0"/> <!-- Kolonnenbrücke -->
    </route>
    <flow id="bus_104:0" type="bus" route="bus_104:0" begin="0.0" end="3600.0" period="600" line="104:0" >
        <param key="name" value="Buslinie 104: Neu-Westend, Brixplatz => Stralau, Tunnelstraße "(test some quotes""/>
        <param key="completeness" value="1.00"/>
    </flow>
    <flow id="bus_104:1" type="bus" route="bus_104:1" begin="0.0" end="3600.0" period="480" line="104:1" >
    </flow>
</routes>
<truncated after showing first 30 lines>
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="bus" vClass="bus" speedFactor="0.95"/>
    <vType id="tram" vClass="tram" speedFactor="1.0"/>
    <vType id="train" vClass="rail"/>
    <vType id="subway" vClass="subway"/>
    <vType id="light_rail" vClass="rail_urban"/>
    <vType id="monorail" vClass="rail_urban"/>
    <vType id="trolleybus" vClass="bus" speedFactor="0.95"/>
    <vType id="minibus" vClass="bus" speedFactor="0.95"/>
    <vType id="share_taxi" vClass="taxi" speedFactor="0.95"/>
    <vType id="aerialway" vClass="cable_car" length="2.5" width="2" personCapacity="4"/>
    <vType id="ferry" vClass="ship"/>
    <trip id="0_bus_104:0" type="bus" depart="0" departLane="best" from="110450334#1" to="391493954#3">
        <stop busStop="3959807221" duration="30"/>  <!-- Kolonnenbrücke -->
        <stop busStop="3959807200" duration="30"/>  <!-- Dudenstraße/Katzbachstraße -->
    </trip>
    <trip id="1_bus_104:1" type="bus" depart="0" departLane="best" from="-391493954#3" to="-110450334#1">
        <stop busStop="3959807201" duration="30"/>  <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="3959807220" duration="30"/>  <!-- Kolonnenbrücke -->
    </trip>
</routes>

TEST FAILED on ts-sim-build-ba : public_transport ptlines2flows night ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,11
> Traceback (most recent call last):
> ptlines2flows.py, in <module>
>     main(get_options())
> ptlines2flows.py, in main
>     trpMap, stopNames = createTrips(options)
> ptlines2flows.py, in createTrips
>     for stop in sumolib.output.parse(options.ptstops, 'busStop'):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xdf' in position 1236: ordinal not in range(128)
---------- Differences in output ----------
2,9d1
< Skipping line '3' because it only drives during the day
< Imported 5 lines with 10 stops and skipped 1 lines
<    bus: 5
< done.
< running SUMO to determine actual departure times...
< done.
< creating routes...
< done.
---------- Missing result in flows ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="bus" vClass="bus"/>
    <vType id="tram" vClass="tram"/>
    <vType id="train" vClass="rail"/>
    <vType id="subway" vClass="subway"/>
    <vType id="light_rail" vClass="rail_urban"/>
    <vType id="monorail" vClass="rail_urban"/>
    <vType id="trolleybus" vClass="bus"/>
    <vType id="minibus" vClass="bus"/>
    <vType id="share_taxi" vClass="taxi"/>
    <vType id="aerialway" vClass="cable_car" length="2.5" width="2" personCapacity="4"/>
    <vType id="ferry" vClass="ship"/>
    <route id="bus_104:0" color="red" edges="110450334#1 110450334#2 338412122 391493949 391493947 391493950#0 391493950#1 391493952#0 391493952#1 391493952#2 391493954#0 391493954#1 391493954#2 391493954#3" >
        <stop busStop="3959807221" duration="20" until="35.0"/> <!-- Kolonnenbrücke -->
        <stop busStop="3959807200" duration="20" until="102.0"/> <!-- Dudenstraße/Katzbachstraße -->
    </route>
    <route id="bus_104:1" edges="-391493954#3 -391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2 -110450334#1" >
        <stop busStop="3959807201" duration="20" until="39.0"/> <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="3959807220" duration="20" until="104.0"/> <!-- Kolonnenbrücke -->
    </route>
    <route id="bus_140:0" edges="391493945#1 391493945#2 391493945#3 161159325#0 161159325#1 -53356539#1 -53356539#0" >
        <stop busStop="2029039195" duration="20" until="34.0"/> <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="4032629820" duration="20" until="109.0"/> <!-- Monumentenstraße -->
    </route>
    <route id="bus_N42:0" edges="-391493954#3 -391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2 -110450334#1" >
        <stop busStop="3959807201" duration="20" until="70.0"/> <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="3959807220" duration="20" until="135.0"/> <!-- Kolonnenbrücke -->
<truncated after showing first 30 lines>
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="bus" vClass="bus" speedFactor="0.95"/>
    <vType id="tram" vClass="tram" speedFactor="1.0"/>
    <vType id="train" vClass="rail"/>
    <vType id="subway" vClass="subway"/>
    <vType id="light_rail" vClass="rail_urban"/>
    <vType id="monorail" vClass="rail_urban"/>
    <vType id="trolleybus" vClass="bus" speedFactor="0.95"/>
    <vType id="minibus" vClass="bus" speedFactor="0.95"/>
    <vType id="share_taxi" vClass="taxi" speedFactor="0.95"/>
    <vType id="aerialway" vClass="cable_car" length="2.5" width="2" personCapacity="4"/>
    <vType id="ferry" vClass="ship"/>
    <trip id="0_bus_104:0" type="bus" depart="0" departLane="best" from="110450334#1" to="391493954#3">
        <stop busStop="3959807221" duration="30"/>  <!-- Kolonnenbrücke -->
        <stop busStop="3959807200" duration="30"/>  <!-- Dudenstraße/Katzbachstraße -->
    </trip>
    <trip id="1_bus_104:1" type="bus" depart="0" departLane="best" from="-391493954#3" to="-110450334#1">
        <stop busStop="3959807201" duration="30"/>  <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="3959807220" duration="30"/>  <!-- Kolonnenbrücke -->
    </trip>
    <trip id="2_bus_140:0" type="bus" depart="0" departLane="best" from="391493945#1" to="-53356539#0">
        <stop busStop="2029039195" duration="30"/>  <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="4032629820" duration="30"/>  <!-- Monumentenstraße -->
    </trip>
    <trip id="4_bus_N42:0" type="bus" depart="0" departLane="best" from="-391493954#3" to="-110450334#1">
        <stop busStop="3959807201" duration="30"/>  <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="3959807220" duration="30"/>  <!-- Kolonnenbrücke -->
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : public_transport ptlines2flows parking ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,11
> Traceback (most recent call last):
> ptlines2flows.py, in <module>
>     main(get_options())
> ptlines2flows.py, in main
>     trpMap, stopNames = createTrips(options)
> ptlines2flows.py, in createTrips
>     for stop in sumolib.output.parse(options.ptstops, 'busStop'):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xdf' in position 1236: ordinal not in range(128)
---------- Differences in output ----------
2,6d1
< done.
< running SUMO to determine actual departure times...
< done.
< creating routes...
< done.
---------- Missing result in flows ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="bus" vClass="bus"/>
    <vType id="tram" vClass="tram"/>
    <vType id="train" vClass="rail"/>
    <vType id="subway" vClass="subway"/>
    <vType id="light_rail" vClass="rail_urban"/>
    <vType id="monorail" vClass="rail_urban"/>
    <vType id="trolleybus" vClass="bus"/>
    <vType id="minibus" vClass="bus"/>
    <vType id="share_taxi" vClass="taxi"/>
    <vType id="aerialway" vClass="cable_car" length="2.5" width="2" personCapacity="4"/>
    <vType id="ferry" vClass="ship"/>
    <route id="bus_104:0" color="red" edges="110450334#1 110450334#2 338412122 391493949 391493947 391493950#0 391493950#1 391493952#0 391493952#1 391493952#2 391493954#0 391493954#1 391493954#2 391493954#3" >
        <stop busStop="3959807221" duration="20" until="35.0" parking="true"/> <!-- Kolonnenbrücke -->
        <stop busStop="3959807200" duration="20" until="101.0" parking="true"/> <!-- Dudenstraße/Katzbachstraße -->
    </route>
    <route id="bus_104:1" edges="-391493954#3 -391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2 -110450334#1" >
        <stop busStop="3959807201" duration="20" until="39.0" parking="true"/> <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="3959807220" duration="20" until="104.0" parking="true"/> <!-- Kolonnenbrücke -->
    </route>
    <route id="bus_140:0" edges="391493945#1 391493945#2 391493945#3 161159325#0 161159325#1 -53356539#1 -53356539#0" >
        <stop busStop="2029039195" duration="20" until="34.0" parking="true"/> <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="4032629820" duration="20" until="109.0" parking="true"/> <!-- Monumentenstraße -->
    </route>
    <route id="bus_140:1" edges="53356539#0 53356539#1 4710636#0 4710636#1 4710636#2 111325187#0 111325187#1 111325187#2 111325187#3" >
        <stop busStop="4032629811" duration="20" until="47.0" parking="true"/> <!-- Katzbachstraße/Kreuzbergstraße -->
        <stop busStop="4032629819" duration="20" until="100.0" parking="true"/> <!-- Monumentenstraße -->
<truncated after showing first 30 lines>
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="bus" vClass="bus" speedFactor="0.95"/>
    <vType id="tram" vClass="tram" speedFactor="1.0"/>
    <vType id="train" vClass="rail"/>
    <vType id="subway" vClass="subway"/>
    <vType id="light_rail" vClass="rail_urban"/>
    <vType id="monorail" vClass="rail_urban"/>
    <vType id="trolleybus" vClass="bus" speedFactor="0.95"/>
    <vType id="minibus" vClass="bus" speedFactor="0.95"/>
    <vType id="share_taxi" vClass="taxi" speedFactor="0.95"/>
    <vType id="aerialway" vClass="cable_car" length="2.5" width="2" personCapacity="4"/>
    <vType id="ferry" vClass="ship"/>
    <trip id="0_bus_104:0" type="bus" depart="0" departLane="best" from="110450334#1" to="391493954#3">
        <stop busStop="3959807221" duration="30"/>  <!-- Kolonnenbrücke -->
        <stop busStop="3959807200" duration="30"/>  <!-- Dudenstraße/Katzbachstraße -->
    </trip>
    <trip id="1_bus_104:1" type="bus" depart="0" departLane="best" from="-391493954#3" to="-110450334#1">
        <stop busStop="3959807201" duration="30"/>  <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="3959807220" duration="30"/>  <!-- Kolonnenbrücke -->
    </trip>
    <trip id="2_bus_140:0" type="bus" depart="0" departLane="best" from="391493945#1" to="-53356539#0">
        <stop busStop="2029039195" duration="30"/>  <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="4032629820" duration="30"/>  <!-- Monumentenstraße -->
    </trip>
    <trip id="3_bus_140:1" type="bus" depart="0" departLane="best" from="53356539#0" to="111325187#3">
        <stop busStop="4032629811" duration="30"/>  <!-- Katzbachstraße/Kreuzbergstraße -->
        <stop busStop="4032629819" duration="30"/>  <!-- Monumentenstraße -->
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : public_transport ptlines2flows pt_routes_from_ptlines_file ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,11
> Traceback (most recent call last):
> ptlines2flows.py, in <module>
>     main(get_options())
> ptlines2flows.py, in main
>     trpMap, stopNames = createTrips(options)
> ptlines2flows.py, in createTrips
>     for stop in sumolib.output.parse(options.ptstops, 'busStop'):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xdf' in position 1236: ordinal not in range(128)
---------- Differences in output ----------
2,6d1
< done.
< running SUMO to determine actual departure times...
< done.
< creating routes...
< done.
---------- Missing result in flows ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="bus" vClass="bus"/>
    <vType id="tram" vClass="tram"/>
    <vType id="train" vClass="rail"/>
    <vType id="subway" vClass="subway"/>
    <vType id="light_rail" vClass="rail_urban"/>
    <vType id="monorail" vClass="rail_urban"/>
    <vType id="trolleybus" vClass="bus"/>
    <vType id="minibus" vClass="bus"/>
    <vType id="share_taxi" vClass="taxi"/>
    <vType id="aerialway" vClass="cable_car" length="2.5" width="2" personCapacity="4"/>
    <vType id="ferry" vClass="ship"/>
    <route id="bus_104:0" color="red" edges="110450334#1 110450334#2 338412122 391493949 391493947 391493950#0 391493950#1 391493952#0 391493952#1 391493952#2 391493954#0 391493954#1 391493954#2 391493954#3" >
        <stop busStop="3959807221" duration="20" until="35.0"/> <!-- Kolonnenbrücke -->
        <stop busStop="3959807200" duration="20" until="101.0"/> <!-- Dudenstraße/Katzbachstraße -->
    </route>
    <route id="bus_104:1" edges="-391493954#3 -391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2 -110450334#1" >
        <stop busStop="3959807201" duration="20" until="39.0"/> <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="3959807220" duration="20" until="104.0"/> <!-- Kolonnenbrücke -->
    </route>
    <route id="bus_140:0" edges="391493945#1 391493945#2 391493945#3 161159325#0 161159325#1 -53356539#1 -53356539#0" >
        <stop busStop="2029039195" duration="20" until="34.0"/> <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="4032629820" duration="20" until="109.0"/> <!-- Monumentenstraße -->
    </route>
    <route id="bus_140:1" edges="53356539#0 53356539#1 4710636#0 4710636#1 4710636#2 111325187#0 111325187#1 111325187#2 111325187#3" >
        <stop busStop="4032629811" duration="20" until="47.0"/> <!-- Katzbachstraße/Kreuzbergstraße -->
        <stop busStop="4032629819" duration="20" until="100.0"/> <!-- Monumentenstraße -->
<truncated after showing first 30 lines>
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="bus" vClass="bus" speedFactor="0.95"/>
    <vType id="tram" vClass="tram" speedFactor="1.0"/>
    <vType id="train" vClass="rail"/>
    <vType id="subway" vClass="subway"/>
    <vType id="light_rail" vClass="rail_urban"/>
    <vType id="monorail" vClass="rail_urban"/>
    <vType id="trolleybus" vClass="bus" speedFactor="0.95"/>
    <vType id="minibus" vClass="bus" speedFactor="0.95"/>
    <vType id="share_taxi" vClass="taxi" speedFactor="0.95"/>
    <vType id="aerialway" vClass="cable_car" length="2.5" width="2" personCapacity="4"/>
    <vType id="ferry" vClass="ship"/>
    <trip id="0_bus_104:0" type="bus" depart="0" departLane="best" from="110450334#1" to="391493954#3" via="110450334#2 338412122 391493949 391493947 391493950#0 391493950#1 391493952#0 391493952#1 391493952#2 391493954#0 391493954#1 391493954#2">
        <stop busStop="3959807221" duration="30"/>  <!-- Kolonnenbrücke -->
        <stop busStop="3959807200" duration="30"/>  <!-- Dudenstraße/Katzbachstraße -->
    </trip>
    <trip id="1_bus_104:1" type="bus" depart="0" departLane="best" from="-391493954#3" to="-110450334#1" via="-391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2">
        <stop busStop="3959807201" duration="30"/>  <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="3959807220" duration="30"/>  <!-- Kolonnenbrücke -->
    </trip>
    <trip id="2_bus_140:0" type="bus" depart="0" departLane="best" from="391493945#1" to="-53356539#0" via="391493945#2 391493945#3 161159325#0 161159325#1 -53356539#1">
        <stop busStop="2029039195" duration="30"/>  <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="4032629820" duration="30"/>  <!-- Monumentenstraße -->
    </trip>
    <trip id="3_bus_140:1" type="bus" depart="0" departLane="best" from="53356539#0" to="111325187#3" via="53356539#1 4710636#0 4710636#1 4710636#2 111325187#0 111325187#1 111325187#2">
        <stop busStop="4032629811" duration="30"/>  <!-- Katzbachstraße/Kreuzbergstraße -->
        <stop busStop="4032629819" duration="30"/>  <!-- Monumentenstraße -->
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : public_transport ptlines2flows random_begin ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,11
> Traceback (most recent call last):
> ptlines2flows.py, in <module>
>     main(get_options())
> ptlines2flows.py, in main
>     trpMap, stopNames = createTrips(options)
> ptlines2flows.py, in createTrips
>     for stop in sumolib.output.parse(options.ptstops, 'busStop'):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xdf' in position 1236: ordinal not in range(128)
---------- Differences in output ----------
2,6d1
< done.
< running SUMO to determine actual departure times...
< done.
< creating routes...
< done.
---------- Missing result in flows ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="bus" vClass="bus"/>
    <vType id="tram" vClass="tram"/>
    <vType id="train" vClass="rail"/>
    <vType id="subway" vClass="subway"/>
    <vType id="light_rail" vClass="rail_urban"/>
    <vType id="monorail" vClass="rail_urban"/>
    <vType id="trolleybus" vClass="bus"/>
    <vType id="minibus" vClass="bus"/>
    <vType id="share_taxi" vClass="taxi"/>
    <vType id="aerialway" vClass="cable_car" length="2.5" width="2" personCapacity="4"/>
    <vType id="ferry" vClass="ship"/>
    <route id="bus_104:0" color="red" edges="110450334#1 110450334#2 338412122 391493949 391493947 391493950#0 391493950#1 391493952#0 391493952#1 391493952#2 391493954#0 391493954#1 391493954#2 391493954#3" >
        <stop busStop="3959807221" duration="20" until="35.0"/> <!-- Kolonnenbrücke -->
        <stop busStop="3959807200" duration="20" until="100.0"/> <!-- Dudenstraße/Katzbachstraße -->
    </route>
    <route id="bus_104:1" edges="-391493954#3 -391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2 -110450334#1" >
        <stop busStop="3959807201" duration="20" until="38.0"/> <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="3959807220" duration="20" until="110.0"/> <!-- Kolonnenbrücke -->
    </route>
    <route id="bus_140:0" edges="391493945#1 391493945#2 391493945#3 161159325#0 161159325#1 -53356539#1 -53356539#0" >
        <stop busStop="2029039195" duration="20" until="35.0"/> <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="4032629820" duration="20" until="111.0"/> <!-- Monumentenstraße -->
    </route>
    <route id="bus_140:1" edges="53356539#0 53356539#1 4710636#0 4710636#1 4710636#2 111325187#0 111325187#1 111325187#2 111325187#3" >
        <stop busStop="4032629811" duration="20" until="47.0"/> <!-- Katzbachstraße/Kreuzbergstraße -->
        <stop busStop="4032629819" duration="20" until="99.0"/> <!-- Monumentenstraße -->
<truncated after showing first 30 lines>
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="bus" vClass="bus" speedFactor="0.95"/>
    <vType id="tram" vClass="tram" speedFactor="1.0"/>
    <vType id="train" vClass="rail"/>
    <vType id="subway" vClass="subway"/>
    <vType id="light_rail" vClass="rail_urban"/>
    <vType id="monorail" vClass="rail_urban"/>
    <vType id="trolleybus" vClass="bus" speedFactor="0.95"/>
    <vType id="minibus" vClass="bus" speedFactor="0.95"/>
    <vType id="share_taxi" vClass="taxi" speedFactor="0.95"/>
    <vType id="aerialway" vClass="cable_car" length="2.5" width="2" personCapacity="4"/>
    <vType id="ferry" vClass="ship"/>
    <trip id="0_bus_104:0" type="bus" depart="15" departLane="best" from="110450334#1" to="391493954#3">
        <stop busStop="3959807221" duration="30"/>  <!-- Kolonnenbrücke -->
        <stop busStop="3959807200" duration="30"/>  <!-- Dudenstraße/Katzbachstraße -->
    </trip>
    <trip id="1_bus_104:1" type="bus" depart="133" departLane="best" from="-391493954#3" to="-110450334#1">
        <stop busStop="3959807201" duration="30"/>  <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="3959807220" duration="30"/>  <!-- Kolonnenbrücke -->
    </trip>
    <trip id="2_bus_140:0" type="bus" depart="165" departLane="best" from="391493945#1" to="-53356539#0">
        <stop busStop="2029039195" duration="30"/>  <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="4032629820" duration="30"/>  <!-- Monumentenstraße -->
    </trip>
    <trip id="3_bus_140:1" type="bus" depart="383" departLane="best" from="53356539#0" to="111325187#3">
        <stop busStop="4032629811" duration="30"/>  <!-- Katzbachstraße/Kreuzbergstraße -->
        <stop busStop="4032629819" duration="30"/>  <!-- Monumentenstraße -->
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : public_transport ptlines2flows share_taxi_minibus ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,11
> Traceback (most recent call last):
> ptlines2flows.py, in <module>
>     main(get_options())
> ptlines2flows.py, in main
>     trpMap, stopNames = createTrips(options)
> ptlines2flows.py, in createTrips
>     for stop in sumolib.output.parse(options.ptstops, 'busStop'):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xdf' in position 1236: ordinal not in range(128)
---------- Differences in output ----------
2,10d1
< Cannot extend route to fringe for line '3' (not enough edges given)
< Imported 2 lines with 4 stops and skipped 0 lines
<    minibus: 1
<    share_taxi: 1
< done.
< running SUMO to determine actual departure times...
< done.
< creating routes...
< done.
---------- Missing result in flows ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="bus" vClass="bus"/>
    <vType id="tram" vClass="tram"/>
    <vType id="train" vClass="rail"/>
    <vType id="subway" vClass="subway"/>
    <vType id="light_rail" vClass="rail_urban"/>
    <vType id="monorail" vClass="rail_urban"/>
    <vType id="trolleybus" vClass="bus"/>
    <vType id="minibus" vClass="bus"/>
    <vType id="share_taxi" vClass="taxi"/>
    <vType id="aerialway" vClass="cable_car" length="2.5" width="2" personCapacity="4"/>
    <vType id="ferry" vClass="ship"/>
    <route id="share_taxi_3:0" edges="53356539#1 4710636#0 4710636#1 4710636#2 111325187#0 111325187#1" >
        <stop busStop="4032629819" duration="20" until="48.0"/> <!-- Monumentenstraße -->
        <stop busStop="2029039199" duration="20" until="102.0"/> <!-- Dudenstraße/Katzbachstraße -->
    </route>
    <route id="minibus_2:0" edges="53356539#0 53356539#1 4710636#0 4710636#1 4710636#2 111325187#0 111325187#1 111325187#2 111325187#3" >
        <stop busStop="4032629819" duration="20" until="61.0"/> <!-- Monumentenstraße -->
        <stop busStop="2029039199" duration="20" until="138.0"/> <!-- Dudenstraße/Katzbachstraße -->
    </route>
    <flow id="share_taxi_3:0" type="share_taxi" route="share_taxi_3:0" begin="0.0" end="3600.0" period="600" line="3:0" >
        <param key="name" value="noRoute"/>
    </flow>
    <flow id="minibus_2:0" type="minibus" route="minibus_2:0" begin="0.0" end="3600.0" period="600" line="2:0" >
        <param key="name" value="twoStops"/>
    </flow>
</routes>
<truncated after showing first 30 lines>
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="bus" vClass="bus" speedFactor="0.95"/>
    <vType id="tram" vClass="tram" speedFactor="1.0"/>
    <vType id="train" vClass="rail"/>
    <vType id="subway" vClass="subway"/>
    <vType id="light_rail" vClass="rail_urban"/>
    <vType id="monorail" vClass="rail_urban"/>
    <vType id="trolleybus" vClass="bus" speedFactor="0.95"/>
    <vType id="minibus" vClass="bus" speedFactor="0.95"/>
    <vType id="share_taxi" vClass="taxi" speedFactor="0.95"/>
    <vType id="aerialway" vClass="cable_car" length="2.5" width="2" personCapacity="4"/>
    <vType id="ferry" vClass="ship"/>
    <trip id="0_minibus_2:0" type="minibus" depart="0" departLane="best" from="53356539#0" to="111325187#3">
        <stop busStop="4032629819" duration="30"/>  <!-- Monumentenstraße -->
        <stop busStop="2029039199" duration="30"/>  <!-- Dudenstraße/Katzbachstraße -->
    </trip>
    <trip id="1_share_taxi_3:0" type="share_taxi" depart="0" departLane="best" from="53356539#1" to="111325187#1">
        <stop busStop="4032629819" duration="30"/>  <!-- Monumentenstraße -->
        <stop busStop="2029039199" duration="30"/>  <!-- Dudenstraße/Katzbachstraße -->
    </trip>
</routes>

TEST FAILED on ts-sim-build-ba : public_transport ptlines2flows stop_duration ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,11
> Traceback (most recent call last):
> ptlines2flows.py, in <module>
>     main(get_options())
> ptlines2flows.py, in main
>     trpMap, stopNames = createTrips(options)
> ptlines2flows.py, in createTrips
>     for stop in sumolib.output.parse(options.ptstops, 'busStop'):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xdf' in position 1236: ordinal not in range(128)
---------- Differences in output ----------
2,8d1
< Imported 1 lines with 2 stops and skipped 0 lines
<    bus: 1
< done.
< running SUMO to determine actual departure times...
< done.
< creating routes...
< done.
---------- Missing result in flows ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="bus" vClass="bus"/>
    <vType id="tram" vClass="tram"/>
    <vType id="train" vClass="rail"/>
    <vType id="subway" vClass="subway"/>
    <vType id="light_rail" vClass="rail_urban"/>
    <vType id="monorail" vClass="rail_urban"/>
    <vType id="trolleybus" vClass="bus"/>
    <vType id="minibus" vClass="bus"/>
    <vType id="share_taxi" vClass="taxi"/>
    <vType id="aerialway" vClass="cable_car" length="2.5" width="2" personCapacity="4"/>
    <vType id="ferry" vClass="ship"/>
    <route id="bus_104:0" edges="110450334#1 110450334#2 338412122 391493949 391493947 391493950#0 391493950#1 391493952#0 391493952#1 391493952#2 391493954#0 391493954#1 391493954#2 391493954#3" >
        <stop busStop="3959807221" duration="60.0" until="75.0"/> <!-- Kolonnenbrücke -->
        <stop busStop="3959807200" duration="60.0" until="180.0"/> <!-- Dudenstraße/Katzbachstraße -->
    </route>
    <flow id="bus_104:0" type="bus" route="bus_104:0" begin="0.0" end="3600.0" period="600" line="104:0" >
        <param key="name" value="Buslinie 104: Neu-Westend, Brixplatz => Stralau, Tunnelstraße"/>
        <param key="completeness" value="1.00"/>
    </flow>
</routes>
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="bus" vClass="bus" speedFactor="0.95"/>
    <vType id="tram" vClass="tram" speedFactor="1.0"/>
    <vType id="train" vClass="rail"/>
    <vType id="subway" vClass="subway"/>
    <vType id="light_rail" vClass="rail_urban"/>
    <vType id="monorail" vClass="rail_urban"/>
    <vType id="trolleybus" vClass="bus" speedFactor="0.95"/>
    <vType id="minibus" vClass="bus" speedFactor="0.95"/>
    <vType id="share_taxi" vClass="taxi" speedFactor="0.95"/>
    <vType id="aerialway" vClass="cable_car" length="2.5" width="2" personCapacity="4"/>
    <vType id="ferry" vClass="ship"/>
    <trip id="0_bus_104:0" type="bus" depart="0" departLane="best" from="110450334#1" to="391493954#3">
        <stop busStop="3959807221" duration="70.0"/>  <!-- Kolonnenbrücke -->
        <stop busStop="3959807200" duration="70.0"/>  <!-- Dudenstraße/Katzbachstraße -->
    </trip>
</routes>

TEST FAILED on ts-sim-build-ba : public_transport ptlines2flows types ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,11
> Traceback (most recent call last):
> ptlines2flows.py, in <module>
>     main(get_options())
> ptlines2flows.py, in main
>     trpMap, stopNames = createTrips(options)
> ptlines2flows.py, in createTrips
>     for stop in sumolib.output.parse(options.ptstops, 'busStop'):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xdf' in position 1236: ordinal not in range(128)
---------- Differences in output ----------
2,10d1
< Skipping line '2' because it has type 'aerialway'
< Imported 2 lines with 4 stops and skipped 1 lines
<    bus: 1
<    trolleybus: 1
< done.
< running SUMO to determine actual departure times...
< done.
< creating routes...
< done.
---------- Missing result in flows ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="bus" vClass="bus"/>
    <vType id="tram" vClass="tram"/>
    <vType id="train" vClass="rail"/>
    <vType id="subway" vClass="subway"/>
    <vType id="light_rail" vClass="rail_urban"/>
    <vType id="monorail" vClass="rail_urban"/>
    <vType id="trolleybus" vClass="bus"/>
    <vType id="minibus" vClass="bus"/>
    <vType id="share_taxi" vClass="taxi"/>
    <vType id="aerialway" vClass="cable_car" length="2.5" width="2" personCapacity="4"/>
    <vType id="ferry" vClass="ship"/>
    <route id="bus_104:0" edges="110450334#1 110450334#2 338412122 391493949 391493947 391493950#0 391493950#1 391493952#0 391493952#1 391493952#2 391493954#0 391493954#1 391493954#2 391493954#3" >
        <stop busStop="3959807221" duration="20" until="35.0"/> <!-- Kolonnenbrücke -->
        <stop busStop="3959807200" duration="20" until="101.0"/> <!-- Dudenstraße/Katzbachstraße -->
    </route>
    <route id="trolleybus_104:1" edges="-391493954#3 -391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2 -110450334#1" >
        <stop busStop="3959807201" duration="20" until="39.0"/> <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="3959807220" duration="20" until="104.0"/> <!-- Kolonnenbrücke -->
    </route>
    <flow id="bus_104:0" type="bus" route="bus_104:0" begin="0.0" end="3600.0" period="600" line="104:0" >
        <param key="name" value="Buslinie 104: Neu-Westend, Brixplatz => Stralau, Tunnelstraße"/>
        <param key="completeness" value="1.00"/>
    </flow>
    <flow id="trolleybus_104:1" type="trolleybus" route="trolleybus_104:1" begin="0.0" end="3600.0" period="600" line="104:1" >
        <param key="name" value="Buslinie 104: Stralau, Tunnelstraße => Neu-Westend, Brixplatz"/>
        <param key="completeness" value="1.00"/>
<truncated after showing first 30 lines>
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="bus" vClass="bus" speedFactor="0.95"/>
    <vType id="tram" vClass="tram" speedFactor="1.0"/>
    <vType id="train" vClass="rail"/>
    <vType id="subway" vClass="subway"/>
    <vType id="light_rail" vClass="rail_urban"/>
    <vType id="monorail" vClass="rail_urban"/>
    <vType id="trolleybus" vClass="bus" speedFactor="0.95"/>
    <vType id="minibus" vClass="bus" speedFactor="0.95"/>
    <vType id="share_taxi" vClass="taxi" speedFactor="0.95"/>
    <vType id="aerialway" vClass="cable_car" length="2.5" width="2" personCapacity="4"/>
    <vType id="ferry" vClass="ship"/>
    <trip id="0_bus_104:0" type="bus" depart="0" departLane="best" from="110450334#1" to="391493954#3">
        <stop busStop="3959807221" duration="30"/>  <!-- Kolonnenbrücke -->
        <stop busStop="3959807200" duration="30"/>  <!-- Dudenstraße/Katzbachstraße -->
    </trip>
    <trip id="1_trolleybus_104:1" type="trolleybus" depart="0" departLane="best" from="-391493954#3" to="-110450334#1">
        <stop busStop="3959807201" duration="30"/>  <!-- Dudenstraße/Katzbachstraße -->
        <stop busStop="3959807220" duration="30"/>  <!-- Kolonnenbrücke -->
    </trip>
</routes>

TEST FAILED on ts-sim-build-ba : route addParkingAreaStops2Trips interval ( Last six runs Sep2024 )

---------- Differences in routes ----------
5c5
<         <stop duration="3109" parkingArea="parkingArea_WC_3_0"/>
---
>         <stop duration="2951" parkingArea="parkingArea_WC_3_0"/>

TEST FAILED on ts-sim-build-ba : route addParkingAreaStops2Trips no_parameters ( Last six runs Sep2024 )

---------- Differences in errors ----------
7c7
< addParkingAreaStops2Trips.py: error: the following arguments are required: -r/--route-file, -p/--parking-areas
---
> addParkingAreaStops2Trips.py: error: argument -r/--route-file is required

TEST FAILED on ts-sim-build-ba : route addStops2Routes duration_random ( Last six runs Sep2024 )

---------- Differences in routes ----------
8c8
<         <stop duration="1309" lane="CN_3" parking="true" until="12:0:0"/>
---
>         <stop duration="1150" lane="CN_3" parking="true" until="12:0:0"/>
12c12
<         <stop duration="228" lane="CW_3" parking="true" until="12:0:0"/>
---
>         <stop duration="45" lane="CW_3" parking="true" until="12:0:0"/>
16c16
<         <stop duration="51" lane="CS_3" parking="true" until="12:0:0"/>
---
>         <stop duration="495" lane="CS_3" parking="true" until="12:0:0"/>

TEST FAILED on ts-sim-build-ba : route addStops2Routes lane_random ( Last six runs Sep2024 )

---------- Differences in routes ----------
8c8
<         <stop duration="1800" lane="CN_3" parking="true" until="12:0:0"/>
---
>         <stop duration="1800" lane="CN_4" parking="true" until="12:0:0"/>
16c16
<         <stop duration="1800" lane="CS_4" parking="true" until="12:0:0"/>
---
>         <stop duration="1800" lane="CS_3" parking="true" until="12:0:0"/>

TEST FAILED on ts-sim-build-ba : route analyzePersonPlans basic ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,9
> Traceback (most recent call last):
> analyzePersonPlans.py, in <module>
>     main(get_options())
> analyzePersonPlans.py, in main
>     for person in sumolib.xml.parse(routeFile, 'person'):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 1398: ordinal not in range(128)
---------- Differences in output ----------
1,20d0
< Loaded 324 persons
<   1: walk public public walk walk
<   1: walk public walk public public walk
<   1: walk public walk public walk public walk public walk
<   1: walk public walk public walk walk public walk
<   1: walk public walk walk walk
<   1: walk walk walk public walk
<   2: taxi
<   3: walk walk public walk public walk
<   3: walk walk public walk walk
<   4: walk public walk walk public walk
<   5: walk public public walk
<   7: walk public walk public walk walk
<   7: walk walk
<  13: walk walk public walk
<  15: walk public walk walk
<  28: car
<  46: walk public walk public walk
<  72: walk
< 113: walk public walk

TEST FAILED on ts-sim-build-ba : route analyzePersonPlans examples ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,9
> Traceback (most recent call last):
> analyzePersonPlans.py, in <module>
>     main(get_options())
> analyzePersonPlans.py, in main
>     for person in sumolib.xml.parse(routeFile, 'person'):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 1398: ordinal not in range(128)
---------- Differences in output ----------
1,20d0
< Loaded 324 persons
<   1: walk public public walk walk                         - ped1
<   1: walk public walk public public walk                  - ped212
<   1: walk public walk public walk public walk public walk - ped69
<   1: walk public walk public walk walk public walk        - ped143
<   1: walk public walk walk walk                           - ped266
<   1: walk walk walk public walk                           - ped150
<   2: taxi                                                 - ped4,ped14
<   3: walk walk public walk public walk                    - ped12,ped70,ped185
<   3: walk walk public walk walk                           - ped107,ped273,ped314
<   4: walk public walk walk public walk                    - ped133,ped139,ped274
<   5: walk public public walk                              - ped110,ped113,ped191
<   7: walk public walk public walk walk                    - ped31,ped48,ped76
<   7: walk walk                                            - ped45,ped54,ped60
<  13: walk walk public walk                                - ped56,ped101,ped111
<  15: walk public walk walk                                - ped3,ped61,ped80
<  28: car                                                  - ped13,ped40,ped53
<  46: walk public walk public walk                         - ped2,ped11,ped19
<  72: walk                                                 - ped5,ped6,ped10
< 113: walk public walk                                     - ped0,ped7,ped8

TEST FAILED on ts-sim-build-ba : route analyzePersonPlans filter_bus ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,9
> Traceback (most recent call last):
> analyzePersonPlans.py, in <module>
>     main(get_options())
> analyzePersonPlans.py, in main
>     for person in sumolib.xml.parse(routeFile, 'person'):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 1398: ordinal not in range(128)
---------- Differences in output ----------
1,12d0
< Loaded 324 persons
<  1: walk bus walk bus walk public walk public walk
<  1: walk public walk public walk public walk
<  2: taxi
< 10: walk bus walk bus walk
< 11: walk public walk bus walk
< 12: walk bus walk public walk
< 28: car
< 28: walk public walk public walk
< 67: walk bus walk
< 79: walk
< 85: walk public walk

TEST FAILED on ts-sim-build-ba : route analyzePersonPlans merge_walks ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,9
> Traceback (most recent call last):
> analyzePersonPlans.py, in <module>
>     main(get_options())
> analyzePersonPlans.py, in main
>     for person in sumolib.xml.parse(routeFile, 'person'):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 1398: ordinal not in range(128)
---------- Differences in output ----------
1,8d0
< Loaded 324 persons
<   1: walk public walk public walk public walk
<   1: walk public walk public walk public walk public walk
<   2: taxi
<  28: car
<  61: walk public walk public walk
<  79: walk
< 152: walk public walk

TEST FAILED on ts-sim-build-ba : route countEdgeUsage save_template ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,8
> usage: countEdgeUsage.py [-h] [-c FILE] [-C FILE] [--save-template FILE]
>                          [-o OUTFILE] [--subpart SUBPART]
>                          [--subpart-file SUBPART_FILE] [-i] [--taz]
>                          [--elements ELEMENTS] [-b BEGIN] [-e END]
>                          [--period PERIOD] [-m MIN_COUNT] [-n NET_FILE]
>                          [-p POI_FILE]
>                          routefiles [routefiles ...]
> countEdgeUsage.py: error: too few arguments
---------- Missing result in toolcfg ----------
<configuration>
    <output-file value="None" type="file" help="name of output file" category="output"/>
    <subpart value="None" type="string" help="Restrict counts to routes that contain the given consecutive edge sequence" category="processing"/>
    <subpart-file value="None" type="additional_file" help="Restrict counts to routes that contain one of the consecutive edge sequences in the given input file (one sequence per line)" category="processing"/>
    <intermediate value="False" type="bool" help="count all edges of a route" category="processing"/>
    <taz value="False" type="bool" help="use fromTaz and toTaz instead of from and to" category="processing"/>
    <elements value="trip,route,walk" type="string" help="include edges for the given elements in output" category="processing"/>
    <begin value="0" type="string" help="collect departures after begin time" category="time"/>
    <end value="None" type="string" help="collect departures up to end time (default unlimited)" category="time"/>
    <period value="None" type="string" help="create data intervals of the given period duration" category="time"/>
    <min-count value="0" type="int" help="include only values above the minimum" category="processing"/>
    <net-file value="None" type="net_file" help="parse net for geo locations of the edges" category="processing"/>
    <poi-file value="None" type="additional_file" help="write geo POIs" category="processing"/>
    <routefiles value="None" type="route_file" help="Set one or more input route files" category="input" required="true" positional="true" listSeparator=" "/>
</configuration>

TEST FAILED on ts-sim-build-ba : route cut_routes pt multiple_files ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,9
> Traceback (most recent call last):
> cutRoutes.py, in <module>
>     main(get_options())
> cutRoutes.py, in main
>     for busStop in parse(addFile, ('busStop', 'trainStop')):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xdf' in position 1236: ordinal not in range(128)
---------- Differences in output ----------
2,6d1
< Kept 10 of 13 busStops
< Parsing routes from input_routes.rou.xml
< Parsing routes from input_routes2.rou.xml
< Parsed 0 vehicles, 0 persons, 4 flows and kept 4 routes
< Number of disconnected routes: 0, broken routes: 0.
---------- Differences in xml ----------
5,15d4
<     <busStop endPos="137.22" friendlyPos="true" id="-14032629811" lane="-53356539#0_1" name="Katzbachstraße/Kreuzbergstraße" startPos="36.13"/>
<     <busStop endPos="239.48" friendlyPos="true" id="-14032629819" lane="-53356539#1_1" name="Monumentenstraße" startPos="99.73"/>
<     <busStop endPos="137.22" friendlyPos="true" id="-14032629820" lane="-53356539#0_1" name="Monumentenstraße" startPos="0.00"/>
<     <busStop endPos="47.41" friendlyPos="true" id="3959807200" lane="391493954#3_1" name="Dudenstraße/Katzbachstraße" startPos="33.75"/>
<     <busStop endPos="29.05" friendlyPos="true" id="3959807201" lane="-391493954#3_1" name="Dudenstraße/Katzbachstraße" startPos="15.38"/>
<     <busStop endPos="12.73" friendlyPos="true" id="3959807220" lane="-110450334#1_1" name="Kolonnenbrücke" startPos="0.01"/>
<     <busStop endPos="16.13" friendlyPos="true" id="3959807221" lane="110450334#1_1" name="Kolonnenbrücke" startPos="7.67"/>
<     <busStop endPos="101.09" friendlyPos="true" id="4032629811" lane="53356539#0_1" name="Katzbachstraße/Kreuzbergstraße" startPos="0.00"/>
<     <busStop endPos="139.74" friendlyPos="true" id="4032629819" lane="53356539#1_1" name="Monumentenstraße" startPos="0.00"/>
<     <busStop endPos="137.22" friendlyPos="true" id="4032629820" lane="-53356539#0_1" name="Monumentenstraße" startPos="0.00"/>
< </additional>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="aerialway" vClass="bus"/>
    <vType id="bus" vClass="bus"/>
    <vType id="ferry" vClass="ship"/>
    <vType id="light_rail" vClass="rail_urban"/>
    <vType id="monorail" vClass="rail"/>
    <vType id="subway" vClass="rail_urban"/>
    <vType id="train" vClass="rail"/>
    <vType id="tram" vClass="tram"/>
    <vType id="trolleybus" vClass="bus"/>
    <route edges="110450334#1 110450334#2 338412122 391493949 391493947 391493950#0 391493950#1 391493952#0 391493952#1 391493952#2 391493954#0 391493954#1 391493954#2 391493954#3" id="bus_104:0">
        <stop busStop="3959807221" duration="30.00" until="35.0"/>
        <stop busStop="3959807200" duration="30.00" until="100.0"/>
    </route>
    <flow begin="0.00" id="bus_104:0" line="104:0" period="600" route="bus_104:0" type="bus">
        <param key="name" value="Buslinie 104: Neu-Westend, Brixplatz => Stralau, Tunnelstraße "(test some quotes""/>
        <param key="completeness" value="1.00"/>
    </flow>
    <route edges="-391493954#3 -391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2 -110450334#1" id="bus_104:1">
        <stop busStop="3959807201" duration="30.00" until="39.0"/>
        <stop busStop="3959807220" duration="30.00" until="103.0"/>
    </route>
    <flow begin="0.00" id="bus_104:1" line="104:1" period="480" route="bus_104:1" type="bus">
        <param key="name" value="Buslinie 104: Stralau, Tunnelstraße => Neu-Westend, Brixplatz 'test other quotes' "/>
        <param key="completeness" value="1.00"/>
    </flow>
    <route edges="161159325#0 161159325#1 -53356539#1 -53356539#0" id="bus_140:0">
<truncated after showing first 30 lines>

2 TESTS FAILED on ts-sim-build-ba :

---------- Differences in errors ----------
0a1,9
> Traceback (most recent call last):
> cutRoutes.py, in <module>
>     main(get_options())
> cutRoutes.py, in main
>     for busStop in parse(addFile, ('busStop', 'trainStop')):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xdf' in position 1236: ordinal not in range(128)
---------- Differences in output ----------
2,5d1
< Kept 10 of 13 busStops
< Parsing routes from input_routes.rou.xml
< Parsed 0 vehicles, 0 persons, 4 flows and kept 4 routes
< Number of disconnected routes: 0, broken routes: 0.
---------- Differences in xml ----------
5,15d4
<     <busStop endPos="137.22" friendlyPos="true" id="-14032629811" lane="-53356539#0_1" name="Katzbachstraße/Kreuzbergstraße" startPos="36.13"/>
<     <busStop endPos="239.48" friendlyPos="true" id="-14032629819" lane="-53356539#1_1" name="Monumentenstraße" startPos="99.73"/>
<     <busStop endPos="137.22" friendlyPos="true" id="-14032629820" lane="-53356539#0_1" name="Monumentenstraße" startPos="0.00"/>
<     <busStop endPos="47.41" friendlyPos="true" id="3959807200" lane="391493954#3_1" name="Dudenstraße/Katzbachstraße" startPos="33.75"/>
<     <busStop endPos="29.05" friendlyPos="true" id="3959807201" lane="-391493954#3_1" name="Dudenstraße/Katzbachstraße" startPos="15.38"/>
<     <busStop endPos="12.73" friendlyPos="true" id="3959807220" lane="-110450334#1_1" name="Kolonnenbrücke" startPos="0.01"/>
<     <busStop endPos="16.13" friendlyPos="true" id="3959807221" lane="110450334#1_1" name="Kolonnenbrücke" startPos="7.67"/>
<     <busStop endPos="101.09" friendlyPos="true" id="4032629811" lane="53356539#0_1" name="Katzbachstraße/Kreuzbergstraße" startPos="0.00"/>
<     <busStop endPos="139.74" friendlyPos="true" id="4032629819" lane="53356539#1_1" name="Monumentenstraße" startPos="0.00"/>
<     <busStop endPos="137.22" friendlyPos="true" id="4032629820" lane="-53356539#0_1" name="Monumentenstraße" startPos="0.00"/>
< </additional>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="aerialway" vClass="bus"/>
    <vType id="bus" vClass="bus"/>
    <vType id="ferry" vClass="ship"/>
    <vType id="light_rail" vClass="rail_urban"/>
    <vType id="monorail" vClass="rail"/>
    <vType id="subway" vClass="rail_urban"/>
    <vType id="train" vClass="rail"/>
    <vType id="tram" vClass="tram"/>
    <vType id="trolleybus" vClass="bus"/>
    <route edges="110450334#1 110450334#2 338412122 391493949 391493947 391493950#0 391493950#1 391493952#0 391493952#1 391493952#2 391493954#0 391493954#1 391493954#2 391493954#3" id="bus_104:0">
        <stop busStop="3959807221" duration="30.00" until="35.0"/>
        <stop busStop="3959807200" duration="30.00" until="100.0"/>
    </route>
    <flow begin="0.00" end="3600.00" id="bus_104:0" line="104:0" period="600" route="bus_104:0" type="bus">
        <param key="name" value="Buslinie 104: Neu-Westend, Brixplatz => Stralau, Tunnelstraße "(test some quotes""/>
        <param key="completeness" value="1.00"/>
    </flow>
    <route edges="-391493954#3 -391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2 -110450334#1" id="bus_104:1">
        <stop busStop="3959807201" duration="30.00" until="39.0"/>
        <stop busStop="3959807220" duration="30.00" until="103.0"/>
    </route>
    <flow begin="0.00" end="3600.00" id="bus_104:1" line="104:1" period="480" route="bus_104:1" type="bus">
        <param key="name" value="Buslinie 104: Stralau, Tunnelstraße => Neu-Westend, Brixplatz 'test other quotes' "/>
        <param key="completeness" value="1.00"/>
    </flow>
    <route edges="161159325#0 161159325#1 -53356539#1 -53356539#0" id="bus_140:0">
<truncated after showing first 30 lines>
route cut_routes pt orig_net ( Last six runs Sep2024 )
route cut_routes pt plain ( Last six runs Sep2024 )

TEST FAILED on ts-sim-build-ba : route cut_routes pt person ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,9
> Traceback (most recent call last):
> cutRoutes.py, in <module>
>     main(get_options())
> cutRoutes.py, in main
>     for busStop in parse(addFile, ('busStop', 'trainStop')):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xdf' in position 1236: ordinal not in range(128)
---------- Differences in output ----------
2,9d1
< Kept 10 of 13 busStops
< Parsing routes from input_routes.rou.xml
< Parsed 0 vehicles, 0 persons, 4 flows and kept 4 routes
< Number of disconnected routes: 0, broken routes: 0.
< Parsing routes from input_routes2.rou.xml
< Parsed 0 vehicles, 4 persons, 0 flows and kept 0 routes
< Number of disconnected routes: 0, broken routes: 0.
< Wrote 3 persons
---------- Differences in xml ----------
5,15d4
<     <busStop endPos="137.22" friendlyPos="true" id="-14032629811" lane="-53356539#0_1" name="Katzbachstraße/Kreuzbergstraße" startPos="36.13"/>
<     <busStop endPos="239.48" friendlyPos="true" id="-14032629819" lane="-53356539#1_1" name="Monumentenstraße" startPos="99.73"/>
<     <busStop endPos="137.22" friendlyPos="true" id="-14032629820" lane="-53356539#0_1" name="Monumentenstraße" startPos="0.00"/>
<     <busStop endPos="47.41" friendlyPos="true" id="3959807200" lane="391493954#3_1" name="Dudenstraße/Katzbachstraße" startPos="33.75"/>
<     <busStop endPos="29.05" friendlyPos="true" id="3959807201" lane="-391493954#3_1" name="Dudenstraße/Katzbachstraße" startPos="15.38"/>
<     <busStop endPos="12.73" friendlyPos="true" id="3959807220" lane="-110450334#1_1" name="Kolonnenbrücke" startPos="0.01"/>
<     <busStop endPos="16.13" friendlyPos="true" id="3959807221" lane="110450334#1_1" name="Kolonnenbrücke" startPos="7.67"/>
<     <busStop endPos="101.09" friendlyPos="true" id="4032629811" lane="53356539#0_1" name="Katzbachstraße/Kreuzbergstraße" startPos="0.00"/>
<     <busStop endPos="139.74" friendlyPos="true" id="4032629819" lane="53356539#1_1" name="Monumentenstraße" startPos="0.00"/>
<     <busStop endPos="137.22" friendlyPos="true" id="4032629820" lane="-53356539#0_1" name="Monumentenstraße" startPos="0.00"/>
< </additional>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="aerialway" vClass="bus"/>
    <vType id="bus" vClass="bus"/>
    <vType id="ferry" vClass="ship"/>
    <vType id="light_rail" vClass="rail_urban"/>
    <vType id="monorail" vClass="rail"/>
    <vType id="subway" vClass="rail_urban"/>
    <vType id="train" vClass="rail"/>
    <vType id="tram" vClass="tram"/>
    <vType id="trolleybus" vClass="bus"/>
    <route edges="110450334#1 110450334#2 338412122 391493949 391493947 391493950#0 391493950#1 391493952#0 391493952#1 391493952#2 391493954#0 391493954#1 391493954#2 391493954#3" id="bus_104:0">
        <stop busStop="3959807221" duration="30.00" until="35.0"/>
        <stop busStop="3959807200" duration="30.00" until="100.0"/>
    </route>
    <flow begin="0.00" end="3600.00" id="bus_104:0" line="104:0" period="600" route="bus_104:0" type="bus">
        <param key="name" value="Buslinie 104: Neu-Westend, Brixplatz => Stralau, Tunnelstraße "(test some quotes""/>
        <param key="completeness" value="1.00"/>
    </flow>
    <route edges="-391493954#3 -391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2 -110450334#1" id="bus_104:1">
        <stop busStop="3959807201" duration="30.00" until="39.0"/>
        <stop busStop="3959807220" duration="30.00" until="103.0"/>
    </route>
    <flow begin="0.00" end="3600.00" id="bus_104:1" line="104:1" period="480" route="bus_104:1" type="bus">
        <param key="name" value="Buslinie 104: Stralau, Tunnelstraße => Neu-Westend, Brixplatz 'test other quotes' "/>
        <param key="completeness" value="1.00"/>
    </flow>
    <route edges="161159325#0 161159325#1 -53356539#1 -53356539#0" id="bus_140:0">
<truncated after showing first 30 lines>
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <person depart="0.00" id="walk_ride">
        <ride busStop="4032629820" from="161159325#0" lines="140:0"/>
    </person>
    <person depart="0.00" id="ride_walk">
        <ride from="53356539#0" lines="140:1" to="4710636#2"/>
    </person>
    <person depart="0.00" id="ride_off_nofrom">
        <ride lines="140:1" to="4710636#2" from="53356539#0"/>
    </person>
</routes>

TEST FAILED on ts-sim-build-ba : route cut_routes pt trainstop ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,9
> Traceback (most recent call last):
> cutRoutes.py, in <module>
>     main(get_options())
> cutRoutes.py, in main
>     for busStop in parse(addFile, ('busStop', 'trainStop')):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xdf' in position 1236: ordinal not in range(128)
---------- Differences in output ----------
2,9d1
< Kept 10 of 13 busStops
< Parsing routes from input_routes.rou.xml
< Parsed 0 vehicles, 0 persons, 4 flows and kept 4 routes
< Number of disconnected routes: 0, broken routes: 0.
< Parsing routes from input_routes2.rou.xml
< Parsed 0 vehicles, 2 persons, 0 flows and kept 0 routes
< Number of disconnected routes: 0, broken routes: 0.
< Wrote 2 persons
---------- Differences in xml ----------
5,15d4
<     <busStop endPos="137.22" friendlyPos="true" id="-14032629811" lane="-53356539#0_1" name="Katzbachstraße/Kreuzbergstraße" startPos="36.13"/>
<     <busStop endPos="239.48" friendlyPos="true" id="-14032629819" lane="-53356539#1_1" name="Monumentenstraße" startPos="99.73"/>
<     <busStop endPos="137.22" friendlyPos="true" id="-14032629820" lane="-53356539#0_1" name="Monumentenstraße" startPos="0.00"/>
<     <busStop endPos="47.41" friendlyPos="true" id="3959807200" lane="391493954#3_1" name="Dudenstraße/Katzbachstraße" startPos="33.75"/>
<     <busStop endPos="29.05" friendlyPos="true" id="3959807201" lane="-391493954#3_1" name="Dudenstraße/Katzbachstraße" startPos="15.38"/>
<     <busStop endPos="12.73" friendlyPos="true" id="3959807220" lane="-110450334#1_1" name="Kolonnenbrücke" startPos="0.01"/>
<     <busStop endPos="16.13" friendlyPos="true" id="3959807221" lane="110450334#1_1" name="Kolonnenbrücke" startPos="7.67"/>
<     <busStop endPos="101.09" friendlyPos="true" id="4032629811" lane="53356539#0_1" name="Katzbachstraße/Kreuzbergstraße" startPos="0.00"/>
<     <busStop endPos="139.74" friendlyPos="true" id="4032629819" lane="53356539#1_1" name="Monumentenstraße" startPos="0.00"/>
<     <busStop endPos="137.22" friendlyPos="true" id="4032629820" lane="-53356539#0_1" name="Monumentenstraße" startPos="0.00"/>
< </additional>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="aerialway" vClass="bus"/>
    <vType id="bus" vClass="bus"/>
    <vType id="ferry" vClass="ship"/>
    <vType id="light_rail" vClass="rail_urban"/>
    <vType id="monorail" vClass="rail"/>
    <vType id="subway" vClass="rail_urban"/>
    <vType id="train" vClass="rail"/>
    <vType id="tram" vClass="tram"/>
    <vType id="trolleybus" vClass="bus"/>
    <route edges="110450334#1 110450334#2 338412122 391493949 391493947 391493950#0 391493950#1 391493952#0 391493952#1 391493952#2 391493954#0 391493954#1 391493954#2 391493954#3" id="bus_104:0">
        <stop busStop="3959807221" duration="30.00" until="35.0"/>
        <stop busStop="3959807200" duration="30.00" until="100.0"/>
    </route>
    <flow begin="0.00" end="3600.00" id="bus_104:0" line="104:0" period="600" route="bus_104:0" type="bus">
        <param key="name" value="Buslinie 104: Neu-Westend, Brixplatz => Stralau, Tunnelstraße "(test some quotes""/>
        <param key="completeness" value="1.00"/>
    </flow>
    <route edges="-391493954#3 -391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2 -110450334#1" id="bus_104:1">
        <stop busStop="3959807201" duration="30.00" until="39.0"/>
        <stop busStop="3959807220" duration="30.00" until="103.0"/>
    </route>
    <flow begin="0.00" end="3600.00" id="bus_104:1" line="104:1" period="480" route="bus_104:1" type="bus">
        <param key="name" value="Buslinie 104: Stralau, Tunnelstraße => Neu-Westend, Brixplatz 'test other quotes' "/>
        <param key="completeness" value="1.00"/>
    </flow>
    <route edges="161159325#0 161159325#1 -53356539#1 -53356539#0" id="bus_140:0">
<truncated after showing first 30 lines>
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <person depart="0.00" id="walk_ride">
        <ride busStop="4032629820" from="161159325#0" lines="140:0"/>
    </person>
    <person depart="0.00" id="ride_walk">
        <ride from="53356539#0" lines="140:1" to="4710636#2"/>
    </person>
</routes>

TEST FAILED on ts-sim-build-ba : route cut_routes with_busstops ( Last six runs Sep2024 )

---------- Differences in additional ----------
5,6d4
<     <busStop endPos="40" id="busstop1" lane="middle_0" lines="100 101 102" name="班霍夫大街" startPos="20"/>
< </additional>
---------- Differences in errors ----------
0a1,9
> Traceback (most recent call last):
> cutRoutes.py, in <module>
>     main(get_options())
> cutRoutes.py, in main
>     for busStop in parse(addFile, ('busStop', 'trainStop')):
> xml.py, in parse
>     for _, parsenode in ET.iterparse(xmlfile, **kwargs):
>   File "<string>", line 103, in next
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 277: ordinal not in range(128)
---------- Differences in output ----------
2,6d1
< Kept 1 of 2 busStops
< Parsing routes from input_routes.rou.xml
< Parsed 1 vehicles, 0 persons, 0 flows and kept 1 routes
< Number of disconnected routes: 0, broken routes: 0.
< Wrote 1 vehicles
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vehicle depart="0.00" id="straight" departLane="best" departSpeed="max">
        <route edges="middle end"/>
        <stop busStop="busstop1" duration="10"/>
    </vehicle>
</routes>

TEST FAILED on ts-sim-build-ba : route route2OD ambiguous_taz ( Last six runs Sep2024 )

---------- Differences in od ----------
11c11
<         <tazRelation from="3_1" to="0_1" count="1"/>
---
>         <tazRelation from="3_0" to="0_1" count="1"/>

TEST FAILED on ts-sim-build-ba : route route2poly spread ( Last six runs Sep2024 )

---------- Differences in pois ----------
2,5c2
< <poly id="0" color="102,0,255" layer="100" type="route" shape="101.65,0.0 101.65,91.95 101.65,91.95 101.65,108.05 101.65,108.05 101.65,200.0" lineWidth="0.61">
<     <param key="count" value="61"/>
< </poly>
< <poly id="5" color="246,0,255" layer="100" type="route" shape="200.0,104.95 108.05,104.95 108.05,104.95 106.69,105.14 105.72,105.72 105.14,106.69 104.95,108.05 104.95,108.05 104.95,200.0" lineWidth="0.03">
---
> <poly id="5" color="102,0,255" layer="100" type="route" shape="200.0,104.95 108.05,104.95 108.05,104.95 106.69,105.14 105.72,105.72 105.14,106.69 104.95,108.05 104.95,108.05 104.95,200.0" lineWidth="0.03">
8,12c5
< <poly id="9" color="255,0,120" layer="100" type="route" shape="0.0,97.35 92.02156554334125,97.35 96.53011665590282,97.998635891194 98.53311493304078,99.19167858085541 99.94931003055412,100.0413956393634 102.00119728854722,103.46872380656066 102.65,107.97843445665875 102.65,200.0" lineWidth="0.08">
<     <param key="count" value="8"/>
<     <param key="spread" value="1"/>
< </poly>
< <poly id="12" color="255,24,0" layer="100" type="route" shape="102.65,0.0 102.65,92.02156554334125 102.001364108806,96.53011665590282 100.80832141914459,98.53311493304078 99.9586043606366,99.94931003055412 96.53127619343934,102.00119728854722 92.02156554334125,102.65 0.0,102.65" lineWidth="0.1">
---
> <poly id="12" color="246,0,255" layer="100" type="route" shape="101.65,0.0 101.65,91.95 101.65,91.95 101.04,96.19 99.95,98.02 99.95,98.02 99.23,99.22 96.19,101.04 91.95,101.65 91.95,101.65 0.0,101.65" lineWidth="0.1">
13a7,8
> </poly>
> <poly id="0" color="255,0,120" layer="100" type="route" shape="102.65,0.0 102.65,91.95 102.65,108.05 102.65,200.0" lineWidth="0.61">
14a10
>     <param key="count" value="61"/>
16c12
< <poly id="15" color="255,168,0" layer="100" type="route" shape="0.0,98.35 91.95,98.35 91.95,98.35 108.05,98.35 108.05,98.35 200.0,98.35" lineWidth="0.01">
---
> <poly id="15" color="255,24,0" layer="100" type="route" shape="0.0,98.35 91.95,98.35 91.95,98.35 108.05,98.35 108.05,98.35 200.0,98.35" lineWidth="0.01">
19,21c15,16
< <poly id="16" color="198,255,0" layer="100" type="route" shape="100.65,0.0 100.65,91.6462095115099 100.13614800632197,92.4138920080891 99.99730270814574,92.48331465717723 99.85510027593602,92.41307008223026 99.35,91.6492599088636 99.35,0.0" lineWidth="0.07">
<     <param key="count" value="7"/>
<     <param key="spread" value="-1"/>
---
> <poly id="63" color="255,168,0" layer="100" type="route" shape="98.35,200.0 98.35,108.05 98.35,108.05 99.18,106.81 100.0,106.4 100.0,106.4 100.83,106.81 101.65,108.05 101.65,108.05 101.65,200.0" lineWidth="0.05">
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : route routeStats speed ( Last six runs Sep2024 )

---------- Differences in fullstats ----------
1,7c1,7
< 24.19448275862069 49
< 24.68930232558139 38
< 26.823396226415092 42
< 27.9378947368421 37
< 28.279999999999998 21
< 28.470000000000002 56
< 28.69297297297297 18
---
> 24.1944827586 49
> 24.6893023256 38
> 26.8233962264 42
> 27.9378947368 37
> 28.28 21
> 28.47 56
> 28.692972973 18
9,16c9,16
< 29.489999999999995 32
< 30.506086956521738 67
< 30.717931034482756 11
< 31.058181818181822 62
< 31.058181818181822 65
< 31.058181818181822 8
< 31.058181818181822 85
< 31.058181818181822 93
---
> 29.49 32
> 30.5060869565 67
> 30.7179310345 11
> 31.0581818182 62
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : route scaleTimeline objects ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
> scaleTimeLine.py, in <module>
>     main(get_options(sys.argv[1:]))
> scaleTimeLine.py, in main
>     scaleRoutes(options, outf)
> scaleTimeLine.py, in scaleRoutes
>     totalList, idMap = getScaledObjList(periodMap, periodList, currIndex, candidatsList, idMap)
> scaleTimeLine.py, in getScaledObjList
>     selectedList = random.choices(candidatsList, k=abs(sampleSize))
> AttributeError: 'module' object has no attribute 'choices'
---------- Differences in scaledObj ----------
5,36d4
<     <vehicle depart="0" departPos="100" departSpeed="10" id="0">
<         <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
<     </vehicle>
<     <person depart="0" id="1">
<         <walk from="walkStart" to="walkEnd"/>
<         <walk edges="e1 e2 e3"/>
<     </person>
<     <trip depart="0" from="tripFrom" id="2" to="tripTo"/>
<     <vehicle depart="0" departPos="100" departSpeed="10" id="0#1">
<         <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
<     </vehicle>
<     <vehicle depart="0" departPos="100" departSpeed="10" id="0#2">
<         <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
<     </vehicle>
<     <vehicle depart="0" departPos="100" departSpeed="10" id="0#3">
<         <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
<     </vehicle>
<     <vehicle depart="0" departPos="100" departSpeed="10" id="0#4">
<         <route edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
<     </vehicle>
<     <person depart="0" id="1#1">
<         <walk from="walkStart" to="walkEnd"/>
<         <walk edges="e1 e2 e3"/>
<     </person>
<     <person depart="0" id="1#2">
<         <walk from="walkStart" to="walkEnd"/>
<         <walk edges="e1 e2 e3"/>
<     </person>
<     <trip depart="0" from="tripFrom" id="2#1" to="tripTo"/>
<truncated after showing first 30 lines>

2 TESTS FAILED on ts-sim-build-ba :

---------- Differences in routesA ----------
8,10c8
<     <trip depart="101048.00" departLane="best" departSpeed="max" from="320364658#0" id="100107425_100066737_242_0" to="320364658#0" type="large"/>
<     <trip depart="101133.00" departLane="best" departSpeed="max" from="318881710#0" id="100153764_100092940_243_0" to="-316764349#2" type="small"/>
<     <trip depart="101322.00" departLane="best" departSpeed="max" from="320364658#0" id="100176933_100106026_255_0" to="525452872" type="medium"/>
---
>     <trip depart="101397.00" departLane="best" departSpeed="max" from="318881710#0" id="100152146_100092001_256_0" to="5058977#1" type="large"/>
12,13c10
<     <trip depart="101718.00" departLane="best" departSpeed="max" from="125502220#0" id="100161450_100097048_254_0" to="5058977#1" type="medium"/>
<     <trip depart="101815.00" departLane="best" departSpeed="max" from="320364658#0" id="100095759_100060111_264_0" to="320364658#0" type="large"/>
---
>     <trip depart="101750.00" departLane="best" departSpeed="max" from="318881710#0" id="100149408_100090340_252_0" to="5058977#1" type="medium"/>
19d15
<     <trip depart="102023.67" departLane="best" departSpeed="max" from="320364658#0" id="100915789_100495458_259_0" to="84488280#2" type="small"/>
26a23
>     <trip depart="102316.00" departLane="best" departSpeed="max" from="377715252#0" id="100035930_100023280_263_0" to="375217310#0" type="medium"/>
32c29
<     <trip depart="102377.00" departLane="best" departSpeed="max" from="428966186#3" id="100042725_100027438_268_0" to="207083565#0" type="small"/>
---
>     <trip depart="102391.00" departLane="best" departSpeed="max" from="316764344#0" id="100026155_100017356_268_0" to="5058977#1" type="medium"/>
37d33
<     <trip depart="102450.00" departLane="best" departSpeed="max" from="321714436#0" id="100033259_100021681_266_0" to="5058977#1" type="small"/>
38a35
>     <trip depart="102494.00" departLane="best" departSpeed="max" from="24663733#0" id="100028303_100018644_268_0" to="5058977#1" type="medium"/>
40d36
<     <trip depart="102544.00" departLane="best" departSpeed="max" from="320364658#0" id="100175617_100105220_262_0" to="29136063#0" type="large"/>
46,47c42,43
<     <trip depart="102631.80" departLane="best" departSpeed="max" from="320364658#0" id="100298443_100180934_266_0" to="206498907#0" type="large"/>
<     <trip depart="102638.00" departLane="best" departSpeed="max" from="-206391414#0" id="100022869_100015335_267_0" to="316764350#2" type="medium"/>
---
>     <trip depart="102628.00" departLane="best" departSpeed="max" from="318881710#0" id="100080782_100051156_270_0" to="447787390#0" type="medium"/>
<truncated after showing first 30 lines>
---------- Differences in routesB ----------
5,6c5,10
<     <trip depart="101397.00" departLane="best" departSpeed="max" from="318881710#0" id="100152146_100092001_256_0" to="5058977#1" type="large"/>
<     <trip depart="101750.00" departLane="best" departSpeed="max" from="318881710#0" id="100149408_100090340_252_0" to="5058977#1" type="medium"/>
---
>     <trip depart="101048.00" departLane="best" departSpeed="max" from="320364658#0" id="100107425_100066737_242_0" to="320364658#0" type="large"/>
>     <trip depart="101133.00" departLane="best" departSpeed="max" from="318881710#0" id="100153764_100092940_243_0" to="-316764349#2" type="small"/>
>     <trip depart="101322.00" departLane="best" departSpeed="max" from="320364658#0" id="100176933_100106026_255_0" to="525452872" type="medium"/>
>     <trip depart="101718.00" departLane="best" departSpeed="max" from="125502220#0" id="100161450_100097048_254_0" to="5058977#1" type="medium"/>
>     <trip depart="101815.00" departLane="best" departSpeed="max" from="320364658#0" id="100095759_100060111_264_0" to="320364658#0" type="large"/>
>     <trip depart="102023.67" departLane="best" departSpeed="max" from="320364658#0" id="100915789_100495458_259_0" to="84488280#2" type="small"/>
11,12c15,16
<     <trip depart="102316.00" departLane="best" departSpeed="max" from="377715252#0" id="100035930_100023280_263_0" to="375217310#0" type="medium"/>
<     <trip depart="102391.00" departLane="best" departSpeed="max" from="316764344#0" id="100026155_100017356_268_0" to="5058977#1" type="medium"/>
---
>     <trip depart="102377.00" departLane="best" departSpeed="max" from="428966186#3" id="100042725_100027438_268_0" to="207083565#0" type="small"/>
>     <trip depart="102450.00" departLane="best" departSpeed="max" from="321714436#0" id="100033259_100021681_266_0" to="5058977#1" type="small"/>
14c18
<     <trip depart="102494.00" departLane="best" departSpeed="max" from="24663733#0" id="100028303_100018644_268_0" to="5058977#1" type="medium"/>
---
>     <trip depart="102544.00" departLane="best" departSpeed="max" from="320364658#0" id="100175617_100105220_262_0" to="29136063#0" type="large"/>
19,21c23,30
<     <trip depart="102628.00" departLane="best" departSpeed="max" from="318881710#0" id="100080782_100051156_270_0" to="447787390#0" type="medium"/>
<     <trip depart="102638.00" departLane="best" departSpeed="max" from="125502220#0" id="100086852_100054899_266_0" to="512158813#0" type="large"/>
<     <trip depart="102786.00" departLane="best" departSpeed="max" from="321714432#0" id="100033950_100022088_269_0" to="5058977#1" type="medium"/>
---
>     <trip depart="102631.80" departLane="best" departSpeed="max" from="320364658#0" id="100298443_100180934_266_0" to="206498907#0" type="large"/>
>     <trip depart="102638.00" departLane="best" departSpeed="max" from="-206391414#0" id="100022869_100015335_267_0" to="316764350#2" type="medium"/>
>     <trip depart="102680.00" departLane="best" departSpeed="max" from="510544107#2" id="100027657_100018245_271_0" to="5058977#1" type="large"/>
>     <trip depart="102729.00" departLane="best" departSpeed="max" from="-23207366#9" id="100040263_100025911_278_0" to="-23207366#9" type="large"/>
>     <trip depart="102816.00" departLane="best" departSpeed="max" from="125502220#0" id="100087888_100055488_272_0" to="5058977#1" type="large"/>
<truncated after showing first 30 lines>
route splitRandom number ( Last six runs Sep2024 )
route splitRandom percent ( Last six runs Sep2024 )

TEST FAILED on ts-sim-build-ba : shapes circlePolygon save_template ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,5
> usage: circlePolygon.py [-h] [-c FILE] [-C FILE] [--save-template FILE]
>                         [-r RADIUS] [-p PREFIX] [-t TYPE] [--color COLOR] [-f]
>                         [-l LAYER] [-x CORNERS] [-o OUTPUT_FILE]
>                         files [files ...]
> circlePolygon.py: error: too few arguments
---------- Missing result in toolcfg ----------
<configuration>
    <files value="None" type="file" help="List of XML files to plot" category="input" required="true" positional="true" listSeparator=" "/>
    <radius value="100" type="float" help="default radius" category="processing"/>
    <prefix value="poly" type="string" help="id prefix" category="processing"/>
    <type value="unknown" type="string" help="type string" category="processing"/>
    <color value="1,0,0" type="string" help="color string" category="processing"/>
    <fill value="False" type="bool" help="fill the polygons" category="processing"/>
    <layer value="-1" type="float" help="layer" category="processing"/>
    <corners value="100" type="int" help="default number of corners" category="processing"/>
    <output-file value="None" type="file" help="output file (default: standard output)" category="output"/>
</configuration>

TEST FAILED on ts-sim-build-ba : tls tlsAdaptation ticket12760 ( Last six runs Sep2024 )

---------- Differences in additional ----------
39,40c39,40
<         <phase duration="4" state="rrrrrrrrrrgggGGGGrrrGrrrGgGgggrrGGGrrrrrrrrrrrrrrrrrrrrrrrr"/>
<         <phase duration="4" state="rrrrrrrrrrgggGGGGrrrGrrrGgGgggrrGGrrrrrrrrrrrrrrrrrrrrrrrrr"/>
---
>         <phase duration="5" state="rrrrrrrrrrgggGGGGrrrGrrrGgGgggrrGGGrrrrrrrrrrrrrrrrrrrrrrrr"/>
>         <phase duration="5" state="rrrrrrrrrrgggGGGGrrrGrrrGgGgggrrGGrrrrrrrrrrrrrrrrrrrrrrrrr"/>
---------- Differences in output ----------
95,96c95,96
< Green time for phase 9: 4
< Green time for phase 10: 4
---
> Green time for phase 9: 5
> Green time for phase 10: 5
99c99
< The optimal cycle length:84
---
> The optimal cycle length:86

TEST FAILED on ts-sim-build-ba : trip randomTrips saveTemplate ( Last six runs Sep2024 )

---------- Differences in toolcfg ----------
3,19c3,19
<     <allow-roundabouts value="False" type="bool" help="Permit trips that start or end inside a roundabout" category="processing"/>
<     <allow-fringe value="False" type="bool" help="Allow departing on edges that leave the network and arriving on edges that enter the network (via turnarounds or as 1-edge trips" category="processing"/>
<     <allow-fringe.min-length value="None" type="float" help="Allow departing on edges that leave the network and arriving on edges that enter the network, if they have at least the given length" category="processing"/>
<     <angle value="90.0" type="float" help="weight edge probability by angle [0-360] relative to the network center" category="processing"/>
<     <angle-factor value="1.0" type="float" help="maximum weight factor for angle" category="processing"/>
<     <begin value="0" type="time" help="begin time" category="time"/>
<     <binomial value="None" type="int" help="If this is set, the number of departures per second will be drawn from a binomial distribution with n=N and p=PERIOD/N where PERIOD is the argument given to --period" category="processing"/>
<     <persontrip.transfer.car-walk value="None" type="string" help="Where are mode changes from car to walking allowed (possible values: 'ptStops', 'allJunctions' and combinations)" category="processing"/>
<     <edge-param value="None" type="string" help="use the given edge parameter as factor for edge" category="processing"/>
<     <end value="3600" type="time" help="end time (default 3600)" category="time"/>
<     <flows value="0" type="int" help="generates INT flows that together output vehicles with the specified period" category="processing"/>
<     <fringe-junctions value="False" type="bool" help="Determine fringe edges based on junction attribute 'fringe'" category="processing"/>
<     <fringe-factor value="1.0" type="string" help="multiply weight of fringe edges by 'FLOAT' (default 1) or set value 'max' to force all traffic to start/end at the fringe." category="processing"/>
<     <fringe-speed-exponent value="None" type="string" help="weight fringe edge probability by speed^'FLOAT' (default: speed exponent)" category="processing"/>
<     <fringe-threshold value="0.0" type="float" help="only consider edges with speed above 'FLOAT' as fringe edges (default 0)" category="processing"/>
<     <fringe-start-attributes value="" type="string" help="additional trip attributes when starting on a fringe." category="processing"/>
<     <from-stops value="None" type="string" help="Create trips that start at stopping places of the indicated type(s). i.e. 'busStop'" category="processing"/>
---
>     <allow-roundabouts value="False" type="bool" help="Permit trips that start or end inside a roundabout" category="weights"/>
>     <allow-fringe value="False" type="bool" help="Allow departing on edges that leave the network and arriving on edges that enter the network (via turnarounds or as 1-edge trips" category="weights"/>
>     <allow-fringe.min-length value="None" type="float" help="Allow departing on edges that leave the network and arriving on edges that enter the network, if they have at least the given length" category="weights"/>
>     <angle value="90.0" type="float" help="weight edge probability by angle [0-360] relative to the network center" category="weights"/>
>     <angle-factor value="1.0" type="float" help="maximum weight factor for angle" category="weights"/>
>     <begin value="0" type="time" help="begin time" category="flow"/>
>     <binomial value="None" type="int" help="If this is set, the number of departures per second will be drawn from a binomial distribution with n=N and p=PERIOD/N where PERIOD is the argument given to --period" category="flow"/>
>     <persontrip.transfer.car-walk value="None" type="string" help="Where are mode changes from car to walking allowed (possible values: 'ptStops', 'allJunctions' and combinations)" category="persons"/>
>     <edge-param value="None" type="string" help="use the given edge parameter as factor for edge" category="weights"/>
>     <end value="3600" type="time" help="end time (default 3600)" category="flow"/>
>     <flows value="0" type="int" help="generates INT flows that together output vehicles with the specified period" category="flow"/>
<truncated after showing first 30 lines>

3 TESTS FAILED on ts-sim-build-ba :

---------- Differences in errors ----------
0a1
> Using multiple cpus is only supported for python 3
---------- Differences in output ----------
1,10d0
< Warning: underflow locations: count 1, min 3.00 (('5',)), max 3.00 (('5',)), mean 3.00, Q1 3.00, median 3.00, Q3 3.00 (total 3)
< avg interval input count: count 2, min 16.00 (300.0), max 20.00 (0.0), mean 18.00, Q1 16.00, median 20.00, Q3 20.00
< avg interval written vehs: count 2, min 8.00 (300.0), max 10.00 (0.0), mean 9.00, Q1 8.00, median 10.00, Q3 10.00
< avg interval underflow: count 2, min 0.00 (300.0), max 3.00 (0.0), mean 1.50, Q1 0.00, median 3.00, Q3 3.00
< avg interval overflow: count 2, min 0.00 (0.0), max 0.00 (0.0), mean 0.00, Q1 0.00, median 0.00, Q3 0.00
< avg interval GEH%: count 2, min 100.00 (0.0), max 100.00 (0.0), mean 100.00, Q1 100.00, median 100.00, Q3 100.00
< -- Unordered text as found by filter 'Wrote.*routes.*achieving total count' --
< 0: Wrote 10 routes (3 distinct) achieving total count 17 (85.00%) at 2 locations. GEH<5 for 100.00%
< 300: Wrote 8 routes (1 distinct) achieving total count 16 (100.00%) at 2 locations. GEH<5 for 100.00%
< 
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<!-- begin="0.0" end="300.0" -->
    <route id="0_0" edges="-3 -3.180.00 11"/> <!-- 2 (route_2) -->
    <route id="0_1" edges="-3 -3.180.00 15"/> <!-- 1 (route_1) -->
    <route id="0_2" edges="-3 -3.180.00 5"/> <!-- 7 (route_0) -->

    <flow id="0_2" begin="18.51" end="300.00" number="7" route="0_2"/>
    <flow id="0_0" begin="45.64" end="300.00" number="2" route="0_0"/>
    <flow id="0_1" begin="157.43" end="300.00" number="1" route="0_1"/>
<!-- begin="300.0" end="600.0" -->
    <route id="300_0" edges="-3 -3.180.00 11"/> <!-- 8 (route_2) -->

    <flow id="300_0" begin="314.81" end="600.00" number="8" route="300_0"/>
</routes>
turndefs routeSampler intervals multiprocessing 2_intervals ( Last six runs Sep2024 )
turndefs routeSampler intervals multiprocessing 2_intervals_3_threads ( Last six runs Sep2024 )
turndefs routeSampler intervals multiprocessing f-number-i ( Last six runs Sep2024 )

TEST FAILED on ts-sim-build-ba : turndefs routeSampler intervals multiprocessing mismatch-output ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1
> Using multiple cpus is only supported for python 3
---------- Differences in output ----------
1,10d0
< Warning: underflow locations: count 1, min 3.00 (('5',)), max 3.00 (('5',)), mean 3.00, Q1 3.00, median 3.00, Q3 3.00 (total 3)
< avg interval input count: count 2, min 16.00 (300.0), max 20.00 (0.0), mean 18.00, Q1 16.00, median 20.00, Q3 20.00
< avg interval written vehs: count 2, min 8.00 (300.0), max 10.00 (0.0), mean 9.00, Q1 8.00, median 10.00, Q3 10.00
< avg interval underflow: count 2, min 0.00 (300.0), max 3.00 (0.0), mean 1.50, Q1 0.00, median 3.00, Q3 3.00
< avg interval overflow: count 2, min 0.00 (0.0), max 0.00 (0.0), mean 0.00, Q1 0.00, median 0.00, Q3 0.00
< avg interval GEH%: count 2, min 100.00 (0.0), max 100.00 (0.0), mean 100.00, Q1 100.00, median 100.00, Q3 100.00
< -- Unordered text as found by filter 'Wrote.*routes.*achieving total count' --
< 0: Wrote 10 routes (3 distinct) achieving total count 17 (85.00%) at 2 locations. GEH<5 for 100.00%
< 300: Wrote 8 routes (1 distinct) achieving total count 16 (100.00%) at 2 locations. GEH<5 for 100.00%
< 
---------- Missing result in edgedata ----------
<?xml version="1.0" encoding="UTF-8"?>


<data>
    <interval id="deficit" begin="0.0" end="300.0">
        <edge id="-3" measuredCount="10" deficit="0"/>
        <edge id="5" measuredCount="10" deficit="3"/>
    </interval>
    <interval id="deficit" begin="300.0" end="600.0">
        <edge id="-3" measuredCount="8" deficit="0"/>
        <edge id="11" measuredCount="8" deficit="0"/>
    </interval>
</data>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<!-- begin="0.0" end="300.0" -->
    <route id="0_0" edges="-3 -3.180.00 11"/> <!-- 2 (route_2) -->
    <route id="0_1" edges="-3 -3.180.00 15"/> <!-- 1 (route_1) -->
    <route id="0_2" edges="-3 -3.180.00 5"/> <!-- 7 (route_0) -->

    <flow id="0_2" begin="18.51" end="300.00" number="7" route="0_2"/>
    <flow id="0_0" begin="45.64" end="300.00" number="2" route="0_0"/>
    <flow id="0_1" begin="157.43" end="300.00" number="1" route="0_1"/>
<!-- begin="300.0" end="600.0" -->
    <route id="300_0" edges="-3 -3.180.00 11"/> <!-- 8 (route_2) -->

    <flow id="300_0" begin="314.81" end="600.00" number="8" route="300_0"/>
</routes>

TEST FAILED on ts-sim-build-ba : turndefs routeSampler intervals optimize_verbose ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
> routeSampler.py, in <module>
>     main(get_options())
> routeSampler.py, in main
>     options, routes, begin, end, intervalPrefix, outf, mismatchf, rng, intervalCount)
> routeSampler.py, in solveInterval
>     optimize(options, countData, routes, usedRoutes, routeUsage, intervalCount, rng)
> routeSampler.py, in optimize
>     if rng.random() < frac:
> AttributeError: 'mtrand.RandomState' object has no attribute 'random'
---------- Differences in output ----------
2,10d1
< avg interval input count: count 2, min 16.00 (300.0), max 20.00 (0.0), mean 18.00, Q1 16.00, median 20.00, Q3 20.00
< avg interval written vehs: count 2, min 8.00 (300.0), max 10.00 (0.0), mean 9.00, Q1 8.00, median 10.00, Q3 10.00
< avg interval underflow: count 2, min 0.00 (0.0), max 0.00 (0.0), mean 0.00, Q1 0.00, median 0.00, Q3 0.00
< avg interval overflow: count 2, min 0.00 (0.0), max 0.00 (0.0), mean 0.00, Q1 0.00, median 0.00, Q3 0.00
< avg interval GEH%: count 2, min 100.00 (0.0), max 100.00 (0.0), mean 100.00, Q1 100.00, median 100.00, Q3 100.00
< -- Unordered text as found by filter 'Wrote.*routes.*achieving total count' --
< 0: Wrote 10 routes (1 distinct) achieving total count 20 (100.00%) at 2 locations. GEH<5 for 100.00%
< 300: Wrote 8 routes (1 distinct) achieving total count 16 (100.00%) at 2 locations. GEH<5 for 100.00%
< 
---------- Differences in routes ----------
5,13d4
< <!-- begin="0.0" end="300.0" -->
<     <route id="0_2" edges="-3 -3.180.00 5"/> <!-- 10 (route_0) -->
< 
<     <flow id="0_2" begin="4.29" end="300.00" number="10" route="0_2"/>
< <!-- begin="300.0" end="600.0" -->
<     <route id="300_0" edges="-3 -3.180.00 11"/> <!-- 8 (route_2) -->
< 
<     <flow id="300_0" begin="322.94" end="600.00" number="8" route="300_0"/>
< </routes>

TEST FAILED on ts-sim-build-ba : turndefs routeSampler min_count_optimize ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
> routeSampler.py, in <module>
>     main(get_options())
> routeSampler.py, in main
>     options, routes, begin, end, intervalPrefix, outf, mismatchf, rng, intervalCount)
> routeSampler.py, in solveInterval
>     optimize(options, countData, routes, usedRoutes, routeUsage, intervalCount, rng)
> routeSampler.py, in optimize
>     if rng.random() < frac:
> AttributeError: 'mtrand.RandomState' object has no attribute 'random'
---------- Differences in output ----------
7,16d6
< result route edge count: count 89, min 5.00 (0), max 16.00 (41), mean 9.33, Q1 7.00, median 9.00, Q3 11.00
<  histogram: [(5, 8), (6, 10), (7, 8), (8, 14), (9, 11), (10, 12), (11, 6), (12, 2), (13, 7), (14, 5), (15, 4), (16, 2)]
< result route detector count: count 89, min 4.00 (0), max 15.00 (41), mean 8.33, Q1 6.00, median 8.00, Q3 10.00
<  histogram: [(4, 8), (5, 10), (6, 8), (7, 14), (8, 11), (9, 12), (10, 6), (11, 2), (12, 7), (13, 5), (14, 4), (15, 2)]
< GEH: count 138, min 0.00 ([-58.121.42 64] 36 36), max 12.06 ([-123.121.42 131] 72 0), mean 0.76, Q1 0.00, median 0.00, Q3 0.00
< Warning: underflow locations: count 18, min 1.00 (('-152.80.00', '-131')), max 2.00 (('-123.121.42', '131')), mean 1.06, Q1 1.00, median 1.00, Q3 1.00 (total 19)
< Warning: overflow locations: count 9, min -1.00 (('-55.80.00', '-27')), max -1.00 (('-55.80.00', '-27')), mean -1.00, Q1 -1.00, median -1.00, Q3 -1.00 (total -9)
< -- Unordered text as found by filter 'Wrote.*routes.*achieving total count' --
< Wrote 89 routes (74 distinct) achieving total count 741 (98.67%) at 138 locations. GEH<5 for 95.65%
< 
---------- Differences in routes ----------
5,273d4
< <!-- begin="0.0" end="99.0" -->
<     <vehicle id="0" depart="0.50">
<         <route edges="3.180.00 27 27.80.00 55 71"/>
<     </vehicle>
<     <vehicle id="1" depart="0.91">
<         <route edges="-3.180.00 11 11.80.00 23 23.80.00"/>
<     </vehicle>
<     <vehicle id="2" depart="1.64">
<         <route edges="-58 -58.121.42 64 64.80.00 120 120.180.00"/>
<     </vehicle>
<     <vehicle id="3" depart="2.41">
<         <route edges="-31.80.00 -23 -23.80.00 109 109.80.00 123"/>
<     </vehicle>
<     <vehicle id="4" depart="4.04">
<         <route edges="58 -37 -37.80.00 -23 -23.80.00 -11 -11.80.00 3 3.180.00"/>
<     </vehicle>
<     <vehicle id="5" depart="8.33">
<         <route edges="75 75.121.42 120 120.180.00 -109 -109.80.00 23 23.80.00"/>
<     </vehicle>
<     <vehicle id="6" depart="8.94">
<         <route edges="3 3.180.00 -3 -3.180.00 11 11.80.00 23 23.80.00 31 31.80.00 64 64.80.00"/>
<     </vehicle>
<     <vehicle id="7" depart="9.22">
<         <route edges="109 109.80.00 -109 -109.80.00 -11 -11.80.00 3 3.180.00 27 27.80.00 43 68 -45"/>
<     </vehicle>
<     <vehicle id="8" depart="9.27">
<         <route edges="-37.80.00 -23 -23.80.00 109 109.80.00 -109"/>
<     </vehicle>
<     <vehicle id="9" depart="10.05">
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : turndefs routeSampler optimize_1 ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
> routeSampler.py, in <module>
>     main(get_options())
> routeSampler.py, in main
>     options, routes, begin, end, intervalPrefix, outf, mismatchf, rng, intervalCount)
> routeSampler.py, in solveInterval
>     optimize(options, countData, routes, usedRoutes, routeUsage, intervalCount, rng)
> routeSampler.py, in optimize
>     if rng.random() < frac:
> AttributeError: 'mtrand.RandomState' object has no attribute 'random'
---------- Differences in output ----------
2,5d1
< Warning: underflow locations: count 3, min 1.00 (('-3', '-3.180.00')), max 1.00 (('-3', '-3.180.00')), mean 1.00, Q1 1.00, median 1.00, Q3 1.00 (total 3)
< -- Unordered text as found by filter 'Wrote.*routes.*achieving total count' --
< Wrote 99 routes (96 distinct) achieving total count 748 (99.60%) at 138 locations. GEH<5 for 100.00%
< 
---------- Differences in routes ----------
5,303d4
< <!-- begin="0.0" end="99.0" -->
<     <vehicle id="0" depart="0.51">
<         <route edges="-64 -64.80.00 64 64.80.00 120 120.180.00 -120 -120.180.00"/>
<     </vehicle>
<     <vehicle id="1" depart="1.52">
<         <route edges="-58.121.42 -31 -31.80.00 -23 -23.80.00 -11 -11.80.00 5"/>
<     </vehicle>
<     <vehicle id="2" depart="1.70">
<         <route edges="-15.180.00 11 11.80.00 23 23.80.00 31 31.80.00 64 64.80.00 120"/>
<     </vehicle>
<     <vehicle id="3" depart="2.73">
<         <route edges="27 27.80.00 -27 -27.80.00 -3 -3.180.00 11 11.80.00 23 23.80.00 31 31.80.00 64 64.80.00 -75"/>
<     </vehicle>
<     <vehicle id="4" depart="3.84">
<         <route edges="-43.80.00 -27 -27.80.00 -3 -3.180.00 15 15.180.00 -144 -144.121.42 152"/>
<     </vehicle>
<     <vehicle id="5" depart="4.07">
<         <route edges="-148 -148.80.00 -131 -131.180.00 -109 -109.80.00 23 23.80.00 37 -58 -58.121.42"/>
<     </vehicle>
<     <vehicle id="6" depart="4.72">
<         <route edges="-64 -64.80.00 64 64.80.00 120 120.180.00 123 123.121.42"/>
<     </vehicle>
<     <vehicle id="7" depart="4.76">
<         <route edges="75 75.121.42 120 120.180.00 -109 -109.80.00 23 23.80.00"/>
<     </vehicle>
<     <vehicle id="8" depart="5.03">
<         <route edges="120 120.180.00 -120 -120.180.00 -75 -75.121.42 -60"/>
<     </vehicle>
<     <vehicle id="9" depart="5.76">
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : turndefs routeSampler optimize_2 ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
> routeSampler.py, in <module>
>     main(get_options())
> routeSampler.py, in main
>     options, routes, begin, end, intervalPrefix, outf, mismatchf, rng, intervalCount)
> routeSampler.py, in solveInterval
>     optimize(options, countData, routes, usedRoutes, routeUsage, intervalCount, rng)
> routeSampler.py, in optimize
>     if rng.random() < frac:
> AttributeError: 'mtrand.RandomState' object has no attribute 'random'
---------- Differences in output ----------
2,4d1
< -- Unordered text as found by filter 'Wrote.*routes.*achieving total count' --
< Wrote 98 routes (98 distinct) achieving total count 751 (100.00%) at 138 locations. GEH<5 for 100.00%
< 
---------- Differences in routes ----------
5,300d4
< <!-- begin="0.0" end="99.0" -->
<     <vehicle id="0" depart="0.51">
<         <route edges="-64 -64.80.00 64 64.80.00 120 120.180.00 123 123.121.42"/>
<     </vehicle>
<     <vehicle id="1" depart="1.52">
<         <route edges="-60 -60.80.00 -31 -31.80.00 -23 -23.80.00 -11 -11.80.00 3 3.180.00 27 27.80.00 43 68 -45 -45.80.00"/>
<     </vehicle>
<     <vehicle id="2" depart="1.70">
<         <route edges="-15.180.00 11 11.80.00 23 23.80.00 31 31.80.00 64 64.80.00 120"/>
<     </vehicle>
<     <vehicle id="3" depart="2.73">
<         <route edges="27.80.00 -27 -27.80.00 -3 -3.180.00 11 11.80.00 23 23.80.00 31 31.80.00 60 60.80.00 75 75.121.42"/>
<     </vehicle>
<     <vehicle id="4" depart="3.84">
<         <route edges="-43.80.00 -27 -27.80.00 -71 -55 -55.80.00"/>
<     </vehicle>
<     <vehicle id="5" depart="4.07">
<         <route edges="-148 -148.80.00 -131 -131.180.00 -109 -109.80.00 23 23.80.00 37 -58 -58.121.42"/>
<     </vehicle>
<     <vehicle id="6" depart="4.72">
<         <route edges="-64.80.00 -31 -31.80.00 -23 -23.80.00 -11 -11.80.00 3 3.180.00 -3"/>
<     </vehicle>
<     <vehicle id="7" depart="4.76">
<         <route edges="75 75.121.42 120 120.180.00 -109 -109.80.00 23 23.80.00"/>
<     </vehicle>
<     <vehicle id="8" depart="5.03">
<         <route edges="123 123.121.42 -123"/>
<     </vehicle>
<     <vehicle id="9" depart="5.76">
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : turndefs routeSampler optimize_few_detectors ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
> routeSampler.py, in <module>
>     main(get_options())
> routeSampler.py, in main
>     options, routes, begin, end, intervalPrefix, outf, mismatchf, rng, intervalCount)
> routeSampler.py, in solveInterval
>     optimize(options, countData, routes, usedRoutes, routeUsage, intervalCount, rng)
> routeSampler.py, in optimize
>     if rng.random() < frac:
> AttributeError: 'mtrand.RandomState' object has no attribute 'random'
---------- Differences in output ----------
2,4d1
< -- Unordered text as found by filter 'Wrote.*routes.*achieving total count' --
< Wrote 200 routes (3 distinct) achieving total count 400 (100.00%) at 2 locations. GEH<5 for 100.00%
< 
---------- Differences in routes ----------
5,13d4
< <!-- begin="0.0" end="99.0" -->
<     <route id="10" edges="-27.80.00 -3 -3.180.00 11 11.80.00 23 23.80.00 31 31.80.00 60 60.80.00 75 75.121.42"/> <!-- 68 -->
<     <route id="13" edges="-43 -43.80.00 -27 -27.80.00 -3 -3.180.00 11 11.80.00 23 23.80.00 31 31.80.00 60 60.80.00 -60 -60.80.00"/> <!-- 55 -->
<     <route id="17" edges="-68 -43 -43.80.00 -27 -27.80.00 -3 -3.180.00 11 11.80.00 23 23.80.00 31 31.80.00 60"/> <!-- 77 -->
< 
<     <flow id="10" begin="0.83" end="99.00" number="68" route="10"/>
<     <flow id="17" begin="0.94" end="99.00" number="77" route="17"/>
<     <flow id="13" begin="1.04" end="99.00" number="55" route="13"/>
< </routes>

TEST FAILED on ts-sim-build-ba : turndefs routeSampler optimize_full ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
> routeSampler.py, in <module>
>     main(get_options())
> routeSampler.py, in main
>     options, routes, begin, end, intervalPrefix, outf, mismatchf, rng, intervalCount)
> routeSampler.py, in solveInterval
>     optimize(options, countData, routes, usedRoutes, routeUsage, intervalCount, rng)
> routeSampler.py, in optimize
>     if rng.random() < frac:
> AttributeError: 'mtrand.RandomState' object has no attribute 'random'
---------- Differences in output ----------
2,4d1
< -- Unordered text as found by filter 'Wrote.*routes.*achieving total count' --
< Wrote 98 routes (98 distinct) achieving total count 751 (100.00%) at 138 locations. GEH<5 for 100.00%
< 
---------- Differences in routes ----------
5,300d4
< <!-- begin="0.0" end="99.0" -->
<     <vehicle id="0" depart="1.79">
<         <route edges="-37.80.00 -23 -23.80.00 -11 -11.80.00 15 15.180.00"/>
<     </vehicle>
<     <vehicle id="1" depart="4.32">
<         <route edges="-123 -123.121.42 131 131.180.00"/>
<     </vehicle>
<     <vehicle id="2" depart="6.97">
<         <route edges="68 -45 -45.80.00 -27 -27.80.00 -3 -3.180.00 11 11.80.00 -11"/>
<     </vehicle>
<     <vehicle id="3" depart="7.46">
<         <route edges="3 3.180.00 -3 -3.180.00 11 11.80.00 23 23.80.00 31 31.80.00 64 64.80.00"/>
<     </vehicle>
<     <vehicle id="4" depart="13.53">
<         <route edges="-148 -148.80.00 144 144.121.42 -15 -15.180.00 3 3.180.00 -3"/>
<     </vehicle>
<     <vehicle id="5" depart="17.32">
<         <route edges="-123.121.42 131"/>
<     </vehicle>
<     <vehicle id="6" depart="17.42">
<         <route edges="-3.180.00 11 11.80.00 23 23.80.00"/>
<     </vehicle>
<     <vehicle id="7" depart="17.70">
<         <route edges="45 -68 -43 -43.80.00 43"/>
<     </vehicle>
<     <vehicle id="8" depart="18.68">
<         <route edges="-144 -144.121.42 -131 -131.180.00 131 131.180.00"/>
<     </vehicle>
<     <vehicle id="9" depart="18.90">
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : turndefs routeSampler optimize_minimize-vehs ( Last six runs Sep2024 )

---------- Differences in errors ----------
34a35,44
> Traceback (most recent call last):
> routeSampler.py, in <module>
>     main(get_options())
> routeSampler.py, in main
>     options, routes, begin, end, intervalPrefix, outf, mismatchf, rng, intervalCount)
> routeSampler.py, in solveInterval
>     optimize(options, countData, routes, usedRoutes, routeUsage, intervalCount, rng)
> routeSampler.py, in optimize
>     if rng.random() < frac:
> AttributeError: 'mtrand.RandomState' object has no attribute 'random'
---------- Differences in output ----------
2,6d1
< Warning: underflow locations: count 99, min 1.00 (('-58.121.42', '64')), max 15.00 (('11', '11.80.00')), mean 3.28, Q1 1.00, median 2.00, Q3 4.00 (total 325)
< Warning: overflow locations: count 3, min -1.00 (('-58.121.42', '-31')), max -1.00 (('-58.121.42', '-31')), mean -1.00, Q1 -1.00, median -1.00, Q3 -1.00 (total -3)
< -- Unordered text as found by filter 'Wrote.*routes.*achieving total count' --
< Wrote 49 routes (25 distinct) achieving total count 429 (57.12%) at 138 locations. GEH<5 for 42.03%
< 
---------- Differences in routes ----------
5,57d4
< <!-- begin="0.0" end="99.0" -->
<     <route id="4" edges="-131 -131.180.00 -109 -109.80.00 -11 -11.80.00 3 3.180.00 27"/> <!-- 3 -->
<     <route id="8" edges="-15 -15.180.00 15 15.180.00"/> <!-- 1 -->
<     <route id="11" edges="-27 -27.80.00 27 27.80.00 43 68 -45"/> <!-- 1 -->
<     <route id="12" edges="-27.80.00 -3 -3.180.00 11 11.80.00 23 23.80.00 31 31.80.00 60 60.80.00 75 75.121.42"/> <!-- 2 -->
<     <route id="13" edges="-3.180.00 11 11.80.00 109 109.80.00 123"/> <!-- 2 -->
<     <route id="14" edges="-37 -37.80.00 -23 -23.80.00 109 109.80.00 131 131.180.00"/> <!-- 4 -->
<     <route id="16" edges="-43 -43.80.00 -27 -27.80.00 -3 -3.180.00 11 11.80.00 23 23.80.00 31 31.80.00 60 60.80.00 -60 -60.80.00"/> <!-- 1 -->
<     <route id="17" edges="-45 -45.80.00 -27 -27.80.00 -3 -3.180.00 3"/> <!-- 1 -->
<     <route id="18" edges="-58 -58.121.42 -31 -31.80.00 -23 -23.80.00 -11 -11.80.00 3 3.180.00 27 27.80.00 43 68 -45 -45.80.00"/> <!-- 3 -->
<     <route id="19" edges="-58.121.42 -31 -31.80.00 -23 -23.80.00 -11 -11.80.00 3 3.180.00 27"/> <!-- 1 -->
<     <route id="20" edges="-60 -60.80.00 -31 -31.80.00 -23 -23.80.00 -11 -11.80.00 3 3.180.00 -3 -3.180.00"/> <!-- 5 -->
<     <route id="22" edges="-75 -75.121.42 -60 -60.80.00 -31 -31.80.00 -23 -23.80.00 23 23.80.00"/> <!-- 1 -->
<     <route id="23" edges="-79 -79.80.00 75 75.121.42 120 120.180.00 -120 -120.180.00"/> <!-- 2 -->
<     <route id="24" edges="-92 -92.180.00 75 75.121.42 120 120.180.00 123 123.121.42 -15 -15.180.00"/> <!-- 1 -->
<     <route id="25" edges="-92.180.00 -60 -60.80.00 -31 -31.80.00 -23 -23.80.00 -11 -11.80.00 3 3.180.00 -3 -3.180.00"/> <!-- 1 -->
<     <route id="26" edges="109.80.00 -109 -109.80.00 -11 -11.80.00 5"/> <!-- 2 -->
<     <route id="27" edges="120 120.180.00 -109 -109.80.00 23 23.80.00 -23"/> <!-- 1 -->
<     <route id="28" edges="123 123.121.42 -123 -123.121.42 -109 -109.80.00 23 23.80.00 31 31.80.00 64 64.80.00"/> <!-- 1 -->
<     <route id="31" edges="144 144.121.42 -123 -123.121.42 -120 -120.180.00 120"/> <!-- 2 -->
<     <route id="32" edges="144 144.121.42 -15 -15.180.00 3 3.180.00 -71 -55 -55.80.00"/> <!-- 4 -->
<     <route id="35" edges="15 15.180.00 -123 -123.121.42 -120 -120.180.00 -75 -75.121.42 -60"/> <!-- 2 -->
<     <route id="39" edges="27 27.80.00 -27 -27.80.00 -3 -3.180.00 15 15.180.00 -144 -144.121.42 -131"/> <!-- 2 -->
<     <route id="42" edges="31.80.00 -31 -31.80.00 -23 -23.80.00 -11 -11.80.00 3 3.180.00 27 27.80.00 -27 -27.80.00"/> <!-- 2 -->
<     <route id="44" edges="45 -68 -43 -43.80.00 -27 -27.80.00 -3 -3.180.00 15 15.180.00"/> <!-- 3 -->
<     <route id="48" edges="75.121.42 -64 -64.80.00 -31 -31.80.00 -23 -23.80.00 -11"/> <!-- 1 -->
< 
<     <flow id="16" begin="3.65" end="99.00" number="1" route="16"/>
<     <flow id="19" begin="5.10" end="99.00" number="1" route="19"/>
<truncated after showing first 30 lines>

2 TESTS FAILED on ts-sim-build-ba :

---------- Differences in output ----------
2c2
< Wrote 100 routes (3 distinct) achieving total count 100 (100.00%) at 1 locations. GEH<5 for 100.00% and avg ratio mismatch 0.67% at 3 ratio locations (count 100)
---
> Wrote 100 routes (3 distinct) achieving total count 100 (100.00%) at 1 locations. GEH<5 for 100.00% and avg ratio mismatch 33.33% at 3 ratio locations (count 100)
turndefs routeSampler ratios full ( Last six runs Sep2024 )
turndefs routeSampler ratios percentage_input ( Last six runs Sep2024 )

TEST FAILED on ts-sim-build-ba : turndefs routeSampler ratios mismatch ( Last six runs Sep2024 )

---------- Differences in edgedata ----------
6,8c6,8
<         <edgeRelation from="3.180.00" to="27" measuredProbability="0.5" deficit="0.000" totalAssignedFromCount="100"/>
<         <edgeRelation from="3.180.00" to="-71" measuredProbability="0.4" deficit="-0.010" totalAssignedFromCount="100"/>
<         <edgeRelation from="3.180.00" to="-3" measuredProbability="0.1" deficit="0.010" totalAssignedFromCount="100"/>
---
>         <edgeRelation from="3.180.00" to="27" measuredProbability="0.5" deficit="-0.500" totalAssignedFromCount="100"/>
>         <edgeRelation from="3.180.00" to="-71" measuredProbability="0.4" deficit="-0.400" totalAssignedFromCount="100"/>
>         <edgeRelation from="3.180.00" to="-3" measuredProbability="0.1" deficit="-0.100" totalAssignedFromCount="100"/>
---------- Differences in output ----------
2c2
< Wrote 100 routes (3 distinct) achieving total count 100 (100.00%) at 1 locations. GEH<5 for 100.00% and avg ratio mismatch 0.667% at 3 ratio locations (count 100)
---
> Wrote 100 routes (3 distinct) achieving total count 100 (100.00%) at 1 locations. GEH<5 for 100.00% and avg ratio mismatch 33.333% at 3 ratio locations (count 100)

TEST FAILED on ts-sim-build-ba : turndefs routeSampler ratios partial_counts ( Last six runs Sep2024 )

---------- Differences in edgedata ----------
6,11c6,11
<         <edgeRelation from="3.180.00" to="27" measuredProbability="0.5" deficit="-0.03" totalAssignedFromCount="85"/>
<         <edgeRelation from="3.180.00" to="-71" measuredProbability="0.4" deficit="0.01" totalAssignedFromCount="85"/>
<         <edgeRelation from="3.180.00" to="-3" measuredProbability="0.1" deficit="0.02" totalAssignedFromCount="85"/>
<         <edgeRelation from="-11.80.00" to="3" measuredProbability="0.2" deficit="0.02" totalAssignedFromCount="67"/>
<         <edgeRelation from="-11.80.00" to="5" measuredProbability="0.6" deficit="-0.03" totalAssignedFromCount="67"/>
<         <edgeRelation from="-11.80.00" to="15" measuredProbability="0.2" deficit="0.01" totalAssignedFromCount="67"/>
---
>         <edgeRelation from="3.180.00" to="27" measuredProbability="0.5" deficit="-0.50" totalAssignedFromCount="85"/>
>         <edgeRelation from="3.180.00" to="-71" measuredProbability="0.4" deficit="-0.40" totalAssignedFromCount="85"/>
>         <edgeRelation from="3.180.00" to="-3" measuredProbability="0.1" deficit="-0.10" totalAssignedFromCount="85"/>
>         <edgeRelation from="-11.80.00" to="3" measuredProbability="0.2" deficit="-0.20" totalAssignedFromCount="67"/>
>         <edgeRelation from="-11.80.00" to="5" measuredProbability="0.6" deficit="-0.60" totalAssignedFromCount="67"/>
>         <edgeRelation from="-11.80.00" to="15" measuredProbability="0.2" deficit="-0.20" totalAssignedFromCount="67"/>
---------- Differences in output ----------
3c3
< Wrote 152 routes (6 distinct) achieving total count 100 (100.00%) at 1 locations. GEH<5 for 100.00% and avg ratio mismatch 1.78% at 7 ratio locations (count 152)
---
> Wrote 152 routes (6 distinct) achieving total count 100 (100.00%) at 1 locations. GEH<5 for 100.00% and avg ratio mismatch 28.57% at 7 ratio locations (count 152)

TEST FAILED on ts-sim-build-ba : turndefs routeSampler ratios span_intervals ( Last six runs Sep2024 )

---------- Differences in output ----------
6c6
< avg interval ratio mismatch%: count 2, min 0.33 (1800.0), max 0.67 (0.0), mean 0.50, Q1 0.33, median 0.67, Q3 0.67
---
> avg interval ratio mismatch%: count 2, min 33.33 (0.0), max 33.33 (0.0), mean 33.33, Q1 33.33, median 33.33, Q3 33.33
8,9c8,9
< 0: Wrote 100 routes (3 distinct) achieving total count 100 (100.00%) at 1 locations. GEH<5 for 100.00% and avg ratio mismatch 0.67% at 3 ratio locations (count 100)
< 1800: Wrote 200 routes (3 distinct) achieving total count 200 (100.00%) at 1 locations. GEH<5 for 100.00% and avg ratio mismatch 0.33% at 3 ratio locations (count 200)
---
> 0: Wrote 100 routes (3 distinct) achieving total count 100 (100.00%) at 1 locations. GEH<5 for 100.00% and avg ratio mismatch 33.33% at 3 ratio locations (count 100)
> 1800: Wrote 200 routes (3 distinct) achieving total count 200 (100.00%) at 1 locations. GEH<5 for 100.00% and avg ratio mismatch 33.33% at 3 ratio locations (count 200)

TEST FAILED on ts-sim-build-ba : turndefs routeSampler save_config ( Last six runs Sep2024 )

---------- Differences in toolcfg ----------
1a2
>     <prefix value="foo"/>
4d4
<     <prefix value="foo"/>

TEST FAILED on ts-sim-build-ba : turndefs routeSampler save_template ( Last six runs Sep2024 )

---------- Differences in toolcfg ----------
2,4c2,5
<     <route-files value="None" type="route_file" help="Input route file" category="input" listSeparator=","/>
<     <turn-files value="None" type="file" help="Input turn-count file" category="input" listSeparator=","/>
<     <turn-ratio-files value="None" type="file" help="Input turn-ratio file" category="input" listSeparator=","/>
---
>     <arrival-attribute value="None" type="string" help="Read arrival counts from the given edgeData file attribute" category="input"/>
>     <begin value="None" type="string" help="custom begin time (seconds or H:M:S)" category="time"/>
>     <depart-attribute value="None" type="string" help="Read departure counts from the given edgeData file attribute" category="input"/>
>     <edgedata-attribute value="entered" type="string" help="Read edgeData counts from the given attribute" category="input"/>
5a7,14
>     <end value="None" type="string" help="custom end time (seconds or H:M:S)" category="time"/>
>     <extra-od value="False" type="bool" help="Permit traffic between OD-pairs that did not occur in the input" category="processing"/>
>     <geh-ok value="5" type="float" help="threshold for acceptable GEH values" category="processing"/>
>     <interval value="None" type="string" help="custom aggregation interval (seconds or H:M:S)" category="time"/>
>     <keep-stops value="False" type="bool" help="Preserve stops from the input routes" category="output"/>
>     <min-count value="1" type="int" help="Set minimum number of counting locations that a route must visit" category="processing"/>
>     <minimize-vehicles value="0" type="float" help="Set optimization factor from [0, 1[ for reducing the number of vehicles(prefer routes that pass multiple counting locations over routes that pass fewer)" category="processing"/>
>     <mismatch-output value="None" type="string" help="write cout-data with overflow/underflow information to FILE" category="output"/>
6a16,23
>     <optimize value="None" type="string" help="set optimization method level (full, INT boundary)" category="processing"/>
>     <optimize-input value="False" type="bool" help="Skip resampling and run optimize directly on the input routes" category="processing"/>
>     <output-file value="out.rou.xml" type="route_file" help="Output route file" category="output"/>
>     <pedestrians value="False" type="bool" help="write person walks instead of vehicle routes" category="attributes"/>
>     <precision value="2" type="int" help="Number of decimal digits in output" category="output"/>
>     <prefix value="" type="string" help="prefix for the vehicle ids" category="attributes"/>
>     <route-files value="None" type="route_file" help="Input route file" category="input" listSeparator=","/>
>     <seed value="42" type="int" help="random seed" category="processing"/>
8,10c25,26
<     <edgedata-attribute value="entered" type="string" help="Read edgeData counts from the given attribute" category="input"/>
<     <arrival-attribute value="None" type="string" help="Read arrival counts from the given edgeData file attribute" category="input"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : turndefs routeSampler small_input_duplicates_noSampling ( Last six runs Sep2024 )

---------- Differences in errors ----------
127a128,137
> Traceback (most recent call last):
> routeSampler.py, in <module>
>     main(get_options())
> routeSampler.py, in main
>     options, routes, begin, end, intervalPrefix, outf, mismatchf, rng, intervalCount)
> routeSampler.py, in solveInterval
>     optimize(options, countData, routes, usedRoutes, routeUsage, intervalCount, rng)
> routeSampler.py, in optimize
>     if rng.random() < frac:
> AttributeError: 'mtrand.RandomState' object has no attribute 'random'
---------- Differences in output ----------
2,5d1
< Warning: underflow locations: count 135, min 1.00 (('-58.121.42', '64')), max 23.00 (('3', '3.180.00')), mean 5.39, Q1 2.00, median 3.00, Q3 7.00 (total 727)
< -- Unordered text as found by filter 'Wrote.*routes.*achieving total count' --
< Wrote 4 routes (2 distinct) achieving total count 24 (3.20%) at 138 locations. GEH<5 for 2.90%
< 
---------- Differences in routes ----------
5,18d4
< <!-- begin="0.0" end="99.0" -->
<     <vehicle id="0" depart="5.75">
<         <route edges="-37 -37.80.00 31 31.80.00 64 64.80.00 -64"/>
<     </vehicle>
<     <vehicle id="1" depart="15.44">
<         <route edges="58 -37 -37.80.00 -23 -23.80.00 109 109.80.00 123"/>
<     </vehicle>
<     <vehicle id="2" depart="15.45">
<         <route edges="-37 -37.80.00 31 31.80.00 64 64.80.00 -64"/>
<     </vehicle>
<     <vehicle id="3" depart="85.75">
<         <route edges="58 -37 -37.80.00 -23 -23.80.00 109 109.80.00 123"/>
<     </vehicle>
< </routes>

TEST FAILED on ts-sim-build-ba : turndefs routeSampler small_input_noSampling_optimize ( Last six runs Sep2024 )

---------- Differences in errors ----------
34a35,44
> Traceback (most recent call last):
> routeSampler.py, in <module>
>     main(get_options())
> routeSampler.py, in main
>     options, routes, begin, end, intervalPrefix, outf, mismatchf, rng, intervalCount)
> routeSampler.py, in solveInterval
>     optimize(options, countData, routes, usedRoutes, routeUsage, intervalCount, rng)
> routeSampler.py, in optimize
>     if rng.random() < frac:
> AttributeError: 'mtrand.RandomState' object has no attribute 'random'
---------- Differences in output ----------
2,6d1
< Warning: underflow locations: count 101, min 1.00 (('-58.121.42', '64')), max 14.00 (('23', '23.80.00')), mean 3.21, Q1 1.00, median 2.00, Q3 3.00 (total 324)
< Warning: overflow locations: count 4, min -1.00 (('-58.121.42', '-31')), max -1.00 (('-58.121.42', '-31')), mean -1.00, Q1 -1.00, median -1.00, Q3 -1.00 (total -4)
< -- Unordered text as found by filter 'Wrote.*routes.*achieving total count' --
< Wrote 52 routes (29 distinct) achieving total count 431 (57.39%) at 138 locations. GEH<5 for 44.93%
< 
---------- Differences in routes ----------
5,162d4
< <!-- begin="0.0" end="99.0" -->
<     <vehicle id="0" depart="0.05">
<         <route edges="-27 -27.80.00 27 27.80.00 43 68 -45"/>
<     </vehicle>
<     <vehicle id="1" depart="4.00">
<         <route edges="27 27.80.00 -27 -27.80.00 -3 -3.180.00 15 15.180.00 -144 -144.121.42 -131"/>
<     </vehicle>
<     <vehicle id="2" depart="10.44">
<         <route edges="-58.121.42 -31 -31.80.00 -23 -23.80.00 -11 -11.80.00 3 3.180.00 27"/>
<     </vehicle>
<     <vehicle id="3" depart="10.98">
<         <route edges="123 123.121.42 -123 -123.121.42 -109 -109.80.00 23 23.80.00 31 31.80.00 64 64.80.00"/>
<     </vehicle>
<     <vehicle id="4" depart="12.09">
<         <route edges="15 15.180.00 -123 -123.121.42 -120 -120.180.00 -75 -75.121.42 -60"/>
<     </vehicle>
<     <vehicle id="5" depart="13.79">
<         <route edges="-131 -131.180.00 -109 -109.80.00 -11 -11.80.00 3 3.180.00 27"/>
<     </vehicle>
<     <vehicle id="6" depart="16.30">
<         <route edges="-131 -131.180.00 -109 -109.80.00 -11 -11.80.00 3 3.180.00 27"/>
<     </vehicle>
<     <vehicle id="7" depart="16.66">
<         <route edges="15 15.180.00 -123 -123.121.42 -120 -120.180.00 -75 -75.121.42 -60"/>
<     </vehicle>
<     <vehicle id="8" depart="19.97">
<         <route edges="144 144.121.42 -15 -15.180.00 3 3.180.00 -71 -55 -55.80.00"/>
<     </vehicle>
<     <vehicle id="9" depart="20.10">
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : turndefs routeSampler small_input_optimize ( Last six runs Sep2024 )

---------- Differences in errors ----------
34a35,44
> Traceback (most recent call last):
> routeSampler.py, in <module>
>     main(get_options())
> routeSampler.py, in main
>     options, routes, begin, end, intervalPrefix, outf, mismatchf, rng, intervalCount)
> routeSampler.py, in solveInterval
>     optimize(options, countData, routes, usedRoutes, routeUsage, intervalCount, rng)
> routeSampler.py, in optimize
>     if rng.random() < frac:
> AttributeError: 'mtrand.RandomState' object has no attribute 'random'
---------- Differences in output ----------
2,6d1
< Warning: underflow locations: count 100, min 1.00 (('-58.121.42', '64')), max 14.00 (('11', '11.80.00')), mean 3.26, Q1 1.00, median 2.00, Q3 3.00 (total 326)
< Warning: overflow locations: count 3, min -1.00 (('-58.121.42', '-31')), max -1.00 (('-58.121.42', '-31')), mean -1.00, Q1 -1.00, median -1.00, Q3 -1.00 (total -3)
< -- Unordered text as found by filter 'Wrote.*routes.*achieving total count' --
< Wrote 51 routes (28 distinct) achieving total count 428 (56.99%) at 138 locations. GEH<5 for 43.48%
< 
---------- Differences in routes ----------
5,159d4
< <!-- begin="0.0" end="99.0" -->
<     <vehicle id="0" depart="1.64">
<         <route edges="-60 -60.80.00 -31 -31.80.00 -23 -23.80.00 -11 -11.80.00 3 3.180.00 -3 -3.180.00"/>
<     </vehicle>
<     <vehicle id="1" depart="3.65">
<         <route edges="144 144.121.42 -123 -123.121.42 -120 -120.180.00 120"/>
<     </vehicle>
<     <vehicle id="2" depart="4.04">
<         <route edges="27 27.80.00 -27 -27.80.00 -3 -3.180.00 15 15.180.00 -144 -144.121.42 -131"/>
<     </vehicle>
<     <vehicle id="3" depart="5.10">
<         <route edges="45 -68 -43 -43.80.00 -27 -27.80.00 -3 -3.180.00 15 15.180.00"/>
<     </vehicle>
<     <vehicle id="4" depart="8.94">
<         <route edges="-37 -37.80.00 -23 -23.80.00 109 109.80.00 131 131.180.00"/>
<     </vehicle>
<     <vehicle id="5" depart="11.23">
<         <route edges="-45 -45.80.00 -27 -27.80.00 -3 -3.180.00 3"/>
<     </vehicle>
<     <vehicle id="6" depart="13.61">
<         <route edges="-3.180.00 11 11.80.00 109 109.80.00 123"/>
<     </vehicle>
<     <vehicle id="7" depart="14.34">
<         <route edges="-58 -58.121.42 -31 -31.80.00 -23 -23.80.00 -11 -11.80.00 3 3.180.00 27 27.80.00 43 68 -45 -45.80.00"/>
<     </vehicle>
<     <vehicle id="8" depart="17.26">
<         <route edges="27 27.80.00 -27 -27.80.00 -3 -3.180.00 15 15.180.00 -144 -144.121.42 -131"/>
<     </vehicle>
<     <vehicle id="9" depart="18.47">
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : turndefs routeSampler totalCount higher_intervals_proportial ( Last six runs Sep2024 )

---------- Differences in output ----------
2c2
< Splitting total count of 100 in proportion to interval counting data: 34,67
---
> Splitting total count of 100 in proportion to interval counting data: 33,66
6c6
< avg interval written vehs: count 2, min 34.00 (0.0), max 67.00 (100.0), mean 50.50, Q1 34.00, median 67.00, Q3 67.00
---
> avg interval written vehs: count 2, min 33.00 (0.0), max 66.00 (100.0), mean 49.50, Q1 33.00, median 66.00, Q3 66.00
11,12c11,12
< 0: Wrote 34 routes (23 distinct) achieving total count 10 (100.00%) at 2 locations. GEH<5 for 100.00%
< 100: Wrote 67 routes (42 distinct) achieving total count 20 (100.00%) at 2 locations. GEH<5 for 100.00%
---
> 0: Wrote 33 routes (22 distinct) achieving total count 10 (100.00%) at 2 locations. GEH<5 for 100.00%
> 100: Wrote 66 routes (43 distinct) achieving total count 20 (100.00%) at 2 locations. GEH<5 for 100.00%
---------- Differences in routes ----------
37c37
<         <route edges="68 -45 -45.80.00 -27 -27.80.00 -71 -55"/>
---
>         <route edges="64.80.00 120 120.180.00 131 131.180.00 -131"/>
70c70
<         <route edges="120 120.180.00 -109 -109.80.00 -11 -11.80.00 3 3.180.00 27 27.80.00 45"/>
---
>         <route edges="-79.80.00 -60 -60.80.00 -31 -31.80.00 -23 -23.80.00 -11 -11.80.00 3 3.180.00 27 27.80.00"/>
72c72
<     <vehicle id="0_22" depart="72.90">
---
>     <vehicle id="0_22" depart="77.22">
75c75
<     <vehicle id="0_23" depart="77.22">
---
>     <vehicle id="0_23" depart="77.51">
78c78
<     <vehicle id="0_24" depart="77.51">
---
>     <vehicle id="0_24" depart="80.22">
81c81
<     <vehicle id="0_25" depart="80.22">
---
>     <vehicle id="0_25" depart="81.55">
84c84
<     <vehicle id="0_26" depart="81.55">
---
>     <vehicle id="0_26" depart="82.87">
87c87
<     <vehicle id="0_27" depart="82.87">
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : turndefs routeSampler totalCount higher_optimize ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
> routeSampler.py, in <module>
>     main(get_options())
> routeSampler.py, in main
>     options, routes, begin, end, intervalPrefix, outf, mismatchf, rng, intervalCount)
> routeSampler.py, in solveInterval
>     optimize(options, countData, routes, usedRoutes, routeUsage, intervalCount, rng)
> routeSampler.py, in optimize
>     if rng.random() < frac:
> AttributeError: 'mtrand.RandomState' object has no attribute 'random'
---------- Differences in output ----------
2,5d1
< Warning: underflow locations: count 2, min 1.00 (('-23.80.00', '-11')), max 9.00 (('-31.80.00', '37')), mean 5.00, Q1 1.00, median 9.00, Q3 9.00 (total 10)
< -- Unordered text as found by filter 'Wrote.*routes.*achieving total count' --
< Wrote 100 routes (68 distinct) achieving total count 40 (80.00%) at 9 locations. GEH<5 for 88.89%
< 
---------- Differences in routes ----------
5,306d4
< <!-- begin="0.0" end="99.0" -->
<     <vehicle id="0" depart="0.50">
<         <route edges="-55 -55.80.00 -27 -27.80.00 -3 -3.180.00 15 15.180.00"/>
<     </vehicle>
<     <vehicle id="1" depart="0.91">
<         <route edges="-79.80.00 75 75.121.42 120 120.180.00 131 131.180.00 144 144.121.42"/>
<     </vehicle>
<     <vehicle id="2" depart="1.53">
<         <route edges="-79 -79.80.00 75 75.121.42 120 120.180.00 131 131.180.00 -131 -131.180.00"/>
<     </vehicle>
<     <vehicle id="3" depart="1.64">
<         <route edges="-92.180.00 -60 -60.80.00 -31 -31.80.00 37 -58 -58.121.42"/>
<     </vehicle>
<     <vehicle id="4" depart="2.41">
<         <route edges="144.121.42 -123 -123.121.42 -120 -120.180.00 -64 -64.80.00 58"/>
<     </vehicle>
<     <vehicle id="5" depart="4.04">
<         <route edges="31.80.00 58"/>
<     </vehicle>
<     <vehicle id="6" depart="8.33">
<         <route edges="109 109.80.00 -109 -109.80.00 -11 -11.80.00 3 3.180.00 -71 -55 -55.80.00"/>
<     </vehicle>
<     <vehicle id="7" depart="8.94">
<         <route edges="60.80.00 -60 -60.80.00 -31 -31.80.00 -23 -23.80.00 -11 -11.80.00 5"/>
<     </vehicle>
<     <vehicle id="8" depart="9.22">
<         <route edges="3.180.00 27 27.80.00 55 71"/>
<     </vehicle>
<     <vehicle id="9" depart="9.27">
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : turndefs routeSampler totalCount lower_optimize ( Last six runs Sep2024 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
> routeSampler.py, in <module>
>     main(get_options())
> routeSampler.py, in main
>     options, routes, begin, end, intervalPrefix, outf, mismatchf, rng, intervalCount)
> routeSampler.py, in solveInterval
>     optimize(options, countData, routes, usedRoutes, routeUsage, intervalCount, rng)
> routeSampler.py, in optimize
>     if rng.random() < frac:
> AttributeError: 'mtrand.RandomState' object has no attribute 'random'
---------- Differences in output ----------
2,6d1
< Warning: underflow locations: count 88, min 1.00 (('-58.121.42', '64')), max 6.00 (('-23', '-23.80.00')), mean 2.01, Q1 1.00, median 2.00, Q3 2.00 (total 177)
< Warning: overflow locations: count 4, min -1.00 (('-131', '-131.180.00')), max -1.00 (('-131', '-131.180.00')), mean -1.00, Q1 -1.00, median -1.00, Q3 -1.00 (total -4)
< -- Unordered text as found by filter 'Wrote.*routes.*achieving total count' --
< Wrote 50 routes (31 distinct) achieving total count 578 (76.96%) at 138 locations. GEH<5 for 57.97%
< 
---------- Differences in routes ----------
5,156d4
< <!-- begin="0.0" end="99.0" -->
<     <vehicle id="0" depart="1.64">
<         <route edges="27.80.00 -27 -27.80.00 -3 -3.180.00 11 11.80.00 23 23.80.00 31 31.80.00 60 60.80.00 75 75.121.42"/>
<     </vehicle>
<     <vehicle id="1" depart="3.65">
<         <route edges="-55 -55.80.00 -27 -27.80.00 -3 -3.180.00 11 11.80.00 23 23.80.00 31 31.80.00 58 -37 -37.80.00"/>
<     </vehicle>
<     <vehicle id="2" depart="4.04">
<         <route edges="-64 -64.80.00 64 64.80.00 120 120.180.00 -120 -120.180.00"/>
<     </vehicle>
<     <vehicle id="3" depart="5.10">
<         <route edges="-60 -60.80.00 -31 -31.80.00 -23 -23.80.00 -11 -11.80.00 3 3.180.00 27 27.80.00 43 68 -45 -45.80.00"/>
<     </vehicle>
<     <vehicle id="4" depart="8.94">
<         <route edges="131 131.180.00 144 144.121.42 -15 -15.180.00 3 3.180.00 27 27.80.00 55 71"/>
<     </vehicle>
<     <vehicle id="5" depart="11.23">
<         <route edges="3 3.180.00 -3 -3.180.00 11 11.80.00 23 23.80.00 31 31.80.00 64 64.80.00"/>
<     </vehicle>
<     <vehicle id="6" depart="13.61">
<         <route edges="37 -58 -58.121.42 -31 -31.80.00 -23 -23.80.00 109 109.80.00 131 131.180.00 -131 -131.180.00"/>
<     </vehicle>
<     <vehicle id="7" depart="14.34">
<         <route edges="27 27.80.00 -27 -27.80.00 -3 -3.180.00 11 11.80.00 23 23.80.00 37 -58 -58.121.42"/>
<     </vehicle>
<     <vehicle id="8" depart="17.26">
<         <route edges="-60 -60.80.00 -31 -31.80.00 -23 -23.80.00 -11 -11.80.00 3 3.180.00 27 27.80.00 43 68 -45 -45.80.00"/>
<     </vehicle>
<     <vehicle id="9" depart="18.47">
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : turndefs routeSampler totalCount ratio_no_counts ( Last six runs Sep2024 )

---------- Differences in output ----------
1c1
< Wrote 20 routes (3 distinct) achieving avg ratio mismatch 3.33% at 3 ratio locations (count 20)
---
> Wrote 20 routes (3 distinct) achieving avg ratio mismatch 33.33% at 3 ratio locations (count 20)

TEST FAILED on ts-sim-build-ba : visualization macrOutput plain ( Last six runs Sep2024 )

---------- Differences in errors ----------
1,6c1,4
< No artists with labels found to put in legend.  Note that artists whose label start with an underscore are ignored when legend() is called with no argument.
< No artists with labels found to put in legend.  Note that artists whose label start with an underscore are ignored when legend() is called with no argument.
< No artists with labels found to put in legend.  Note that artists whose label start with an underscore are ignored when legend() is called with no argument.
< No artists with labels found to put in legend.  Note that artists whose label start with an underscore are ignored when legend() is called with no argument.
< No artists with labels found to put in legend.  Note that artists whose label start with an underscore are ignored when legend() is called with no argument.
< No artists with labels found to put in legend.  Note that artists whose label start with an underscore are ignored when legend() is called with no argument.
---
> Traceback (most recent call last):
> macrOutput.py, in <module>
>     import pandas_read_xml as pdx
> ImportError: No module named pandas_read_xml

11 TESTS FAILED on ts-sim-build-ba :

---------- Differences in image ----------
4,17c4,5
< <svg xmlns:xlink="http://www.w3.org/1999/xlink" width="460.8pt" height="345.6pt" viewBox="0 0 460.8 345.6" xmlns="http://www.w3.org/2000/svg" version="1.1">
<  <metadata>
<   <rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<    <cc:Work>
<     <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<     <dc:format>image/svg+xml</dc:format>
<     <dc:creator>
<      <cc:Agent>
<       <dc:title>Matplotlib v3.8.4, https://matplotlib.org/</dc:title>
<      </cc:Agent>
<     </dc:creator>
<    </cc:Work>
<   </rdf:RDF>
<  </metadata>
---
> <!-- Created with matplotlib (http://matplotlib.org/) -->
> <svg height="345.6pt" version="1.1" viewBox="0 0 460.8 345.6" width="460.8pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
19c7,9
<   <style type="text/css">*{stroke-linejoin: round; stroke-linecap: butt}</style>
---
>   <style type="text/css">
> *{stroke-linecap:butt;stroke-linejoin:round;}
>   </style>
28c18
< " style="fill: #ffffff"/>
---
> " style="fill:#ffffff;"/>
37c27
< " style="fill: #ffffff"/>
<truncated after showing first 30 lines>
visualization plot_csv_bars plain ( Last six runs Sep2024 )
visualization plot_csv_timeline plain ( Last six runs Sep2024 )
visualization plot_net_dump colormap ( Last six runs Sep2024 )
visualization plot_net_dump constant_widths ( Last six runs Sep2024 )
visualization plot_net_dump internal ( Last six runs Sep2024 )
visualization plot_net_dump logColors ( Last six runs Sep2024 )
visualization plot_net_dump plain ( Last six runs Sep2024 )
visualization plot_net_dump verbose ( Last six runs Sep2024 )
visualization plot_net_selection plain ( Last six runs Sep2024 )
visualization plot_net_speeds plain ( Last six runs Sep2024 )
visualization plot_summary plain ( Last six runs Sep2024 )

TEST FAILED on ts-sim-build-ba : visualization plot_csv_bars pm10effects ( Last six runs Sep2024 )

---------- Differences in image ----------
4,17c4,5
< <svg xmlns:xlink="http://www.w3.org/1999/xlink" width="576pt" height="288pt" viewBox="0 0 576 288" xmlns="http://www.w3.org/2000/svg" version="1.1">
<  <metadata>
<   <rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<    <cc:Work>
<     <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<     <dc:format>image/svg+xml</dc:format>
<     <dc:creator>
<      <cc:Agent>
<       <dc:title>Matplotlib v3.8.4, https://matplotlib.org/</dc:title>
<      </cc:Agent>
<     </dc:creator>
<    </cc:Work>
<   </rdf:RDF>
<  </metadata>
---
> <!-- Created with matplotlib (http://matplotlib.org/) -->
> <svg height="288pt" version="1.1" viewBox="0 0 576 288" width="576pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
19c7,9
<   <style type="text/css">*{stroke-linejoin: round; stroke-linecap: butt}</style>
---
>   <style type="text/css">
> *{stroke-linecap:butt;stroke-linejoin:round;}
>   </style>
28c18
< " style="fill: #ffffff"/>
---
> " style="fill:#ffffff;"/>
37c27
< " style="fill: #ffffff"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : visualization plot_csv_bars vertical ( Last six runs Sep2024 )

---------- Differences in image ----------
4,17c4,5
< <svg xmlns:xlink="http://www.w3.org/1999/xlink" width="288pt" height="576pt" viewBox="0 0 288 576" xmlns="http://www.w3.org/2000/svg" version="1.1">
<  <metadata>
<   <rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<    <cc:Work>
<     <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<     <dc:format>image/svg+xml</dc:format>
<     <dc:creator>
<      <cc:Agent>
<       <dc:title>Matplotlib v3.8.4, https://matplotlib.org/</dc:title>
<      </cc:Agent>
<     </dc:creator>
<    </cc:Work>
<   </rdf:RDF>
<  </metadata>
---
> <!-- Created with matplotlib (http://matplotlib.org/) -->
> <svg height="576pt" version="1.1" viewBox="0 0 288 576" width="288pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
19c7,9
<   <style type="text/css">*{stroke-linejoin: round; stroke-linecap: butt}</style>
---
>   <style type="text/css">
> *{stroke-linecap:butt;stroke-linejoin:round;}
>   </style>
28c18
< " style="fill: #ffffff"/>
---
> " style="fill:#ffffff;"/>
37c27
< " style="fill: #ffffff"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : visualization plot_csv_pie paradigm ( Last six runs Sep2024 )

---------- Differences in image ----------
4,17c4,5
< <svg xmlns:xlink="http://www.w3.org/1999/xlink" width="432pt" height="432pt" viewBox="0 0 432 432" xmlns="http://www.w3.org/2000/svg" version="1.1">
<  <metadata>
<   <rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<    <cc:Work>
<     <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<     <dc:format>image/svg+xml</dc:format>
<     <dc:creator>
<      <cc:Agent>
<       <dc:title>Matplotlib v3.8.4, https://matplotlib.org/</dc:title>
<      </cc:Agent>
<     </dc:creator>
<    </cc:Work>
<   </rdf:RDF>
<  </metadata>
---
> <!-- Created with matplotlib (http://matplotlib.org/) -->
> <svg height="432pt" version="1.1" viewBox="0 0 432 432" width="432pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
19c7,9
<   <style type="text/css">*{stroke-linejoin: round; stroke-linecap: butt}</style>
---
>   <style type="text/css">
> *{stroke-linecap:butt;stroke-linejoin:round;}
>   </style>
28c18
< " style="fill: #ffffff"/>
---
> " style="fill:#ffffff;"/>
32,34c22,24
<     <path d="M 354.456 218.16 
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : visualization plot_csv_pie plain ( Last six runs Sep2024 )

---------- Differences in image ----------
4,17c4,5
< <svg xmlns:xlink="http://www.w3.org/1999/xlink" width="460.8pt" height="345.6pt" viewBox="0 0 460.8 345.6" xmlns="http://www.w3.org/2000/svg" version="1.1">
<  <metadata>
<   <rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<    <cc:Work>
<     <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<     <dc:format>image/svg+xml</dc:format>
<     <dc:creator>
<      <cc:Agent>
<       <dc:title>Matplotlib v3.8.4, https://matplotlib.org/</dc:title>
<      </cc:Agent>
<     </dc:creator>
<    </cc:Work>
<   </rdf:RDF>
<  </metadata>
---
> <!-- Created with matplotlib (http://matplotlib.org/) -->
> <svg height="345.6pt" version="1.1" viewBox="0 0 460.8 345.6" width="460.8pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
19c7,9
<   <style type="text/css">*{stroke-linejoin: round; stroke-linecap: butt}</style>
---
>   <style type="text/css">
> *{stroke-linecap:butt;stroke-linejoin:round;}
>   </style>
28c18
< " style="fill: #ffffff"/>
---
> " style="fill:#ffffff;"/>
32,34c22,24
<     <path d="M 342.6048 174.528 
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : visualization plot_csv_pie pm10effects ( Last six runs Sep2024 )

---------- Differences in image ----------
4,17c4,5
< <svg xmlns:xlink="http://www.w3.org/1999/xlink" width="432pt" height="432pt" viewBox="0 0 432 432" xmlns="http://www.w3.org/2000/svg" version="1.1">
<  <metadata>
<   <rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<    <cc:Work>
<     <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<     <dc:format>image/svg+xml</dc:format>
<     <dc:creator>
<      <cc:Agent>
<       <dc:title>Matplotlib v3.8.4, https://matplotlib.org/</dc:title>
<      </cc:Agent>
<     </dc:creator>
<    </cc:Work>
<   </rdf:RDF>
<  </metadata>
---
> <!-- Created with matplotlib (http://matplotlib.org/) -->
> <svg height="432pt" version="1.1" viewBox="0 0 432 432" width="432pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
19c7,9
<   <style type="text/css">*{stroke-linejoin: round; stroke-linecap: butt}</style>
---
>   <style type="text/css">
> *{stroke-linecap:butt;stroke-linejoin:round;}
>   </style>
28c18
< " style="fill: #ffffff"/>
---
> " style="fill:#ffffff;"/>
34a25
> L 221.4 85.104 
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : visualization plot_net_dump multiple_intervals ( Last six runs Sep2024 )

---------- Differences in image-600 ----------
4,17c4,5
< <svg xmlns:xlink="http://www.w3.org/1999/xlink" width="460.8pt" height="345.6pt" viewBox="0 0 460.8 345.6" xmlns="http://www.w3.org/2000/svg" version="1.1">
<  <metadata>
<   <rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<    <cc:Work>
<     <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<     <dc:format>image/svg+xml</dc:format>
<     <dc:creator>
<      <cc:Agent>
<       <dc:title>Matplotlib v3.8.4, https://matplotlib.org/</dc:title>
<      </cc:Agent>
<     </dc:creator>
<    </cc:Work>
<   </rdf:RDF>
<  </metadata>
---
> <!-- Created with matplotlib (http://matplotlib.org/) -->
> <svg height="345.6pt" version="1.1" viewBox="0 0 460.8 345.6" width="460.8pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
19c7,9
<   <style type="text/css">*{stroke-linejoin: round; stroke-linecap: butt}</style>
---
>   <style type="text/css">
> *{stroke-linecap:butt;stroke-linejoin:round;}
>   </style>
28c18
< " style="fill: #ffffff"/>
---
> " style="fill:#ffffff;"/>
37c27
< " style="fill: #ffffff"/>
<truncated after showing first 30 lines>
---------- Differences in image-800 ----------
4,17c4,5
< <svg xmlns:xlink="http://www.w3.org/1999/xlink" width="460.8pt" height="345.6pt" viewBox="0 0 460.8 345.6" xmlns="http://www.w3.org/2000/svg" version="1.1">
<  <metadata>
<   <rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<    <cc:Work>
<     <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<     <dc:format>image/svg+xml</dc:format>
<     <dc:creator>
<      <cc:Agent>
<       <dc:title>Matplotlib v3.8.4, https://matplotlib.org/</dc:title>
<      </cc:Agent>
<     </dc:creator>
<    </cc:Work>
<   </rdf:RDF>
<  </metadata>
---
> <!-- Created with matplotlib (http://matplotlib.org/) -->
> <svg height="345.6pt" version="1.1" viewBox="0 0 460.8 345.6" width="460.8pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
19c7,9
<   <style type="text/css">*{stroke-linejoin: round; stroke-linecap: butt}</style>
---
>   <style type="text/css">
> *{stroke-linecap:butt;stroke-linejoin:round;}
>   </style>
28c18
< " style="fill: #ffffff"/>
---
> " style="fill:#ffffff;"/>
37c27
< " style="fill: #ffffff"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : visualization plot_trajectories filter_edges ( Last six runs Sep2024 )

---------- Differences in csv ----------
2,26c2,26
< 20.0 0.0 0.0 0 270.0 194.9 104.95
< 21.0 1.92 1.92 1.92 270.0 192.98 104.95
< 22.0 3.64 5.5600000000000005 1.7200000000000002 270.0 189.34 104.95
< 23.0 5.64 11.2 1.9999999999999996 270.0 183.7 104.95
< 24.0 8.09 19.29 2.45 270.0 175.61 104.95
< 25.0 10.28 29.57 2.1899999999999995 270.0 165.33 104.95
< 26.0 12.17 41.74 1.8900000000000006 270.0 153.16 104.95
< 27.0 13.7 55.44 1.5299999999999994 270.0 139.46 104.95
< 28.0 13.32 68.75999999999999 -0.379999999999999 270.0 126.14 104.95
< 29.0 10.12 78.88 -3.200000000000001 270.0 116.02 104.95
< 30.0 5.62 84.5 -4.499999999999999 270.0 110.4 104.95
< 31.0 1.12 85.62 -4.5 270.0 109.28 104.95
< 32.0 0.18 85.80000000000001 -0.9400000000000002 270.0 109.09 104.95
< 33.0 0.03 85.83000000000001 -0.15 270.0 109.07 104.95
< 34.0 0.01 85.84000000000002 -0.019999999999999997 270.0 109.06 104.95
< 35.0 0.0 85.84000000000002 -0.01 270.0 109.05 104.95
< 36.0 0.0 85.84000000000002 0.0 270.0 109.05 104.95
< 37.0 0.0 85.84000000000002 0.0 270.0 109.05 104.95
< 38.0 0.0 85.84000000000002 0.0 270.0 109.05 104.95
< 39.0 0.0 85.84000000000002 0.0 270.0 109.05 104.95
< 40.0 0.0 85.84000000000002 0.0 270.0 109.05 104.95
< 41.0 0.0 85.84000000000002 0.0 270.0 109.05 104.95
< 42.0 0.0 85.84000000000002 0.0 270.0 109.05 104.95
< 43.0 0.0 85.84000000000002 0.0 270.0 109.05 104.95
< 44.0 0.0 85.84000000000002 0.0 270.0 109.05 104.95
---
> 20.0 0.0 0.0 0 104.95 270.0 194.9
> 21.0 1.92 1.92 1.92 104.95 270.0 192.98
> 22.0 3.64 5.56 1.72 104.95 270.0 189.34
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : visualization plot_trajectories filter_ids ( Last six runs Sep2024 )

---------- Differences in csv ----------
2,36c2,36
< 20.0 0.0 0.0 0 270.0 194.9 104.95
< 21.0 1.92 1.92 1.92 270.0 192.98 104.95
< 22.0 3.64 5.5600000000000005 1.7200000000000002 270.0 189.34 104.95
< 23.0 5.64 11.2 1.9999999999999996 270.0 183.7 104.95
< 24.0 8.09 19.29 2.45 270.0 175.61 104.95
< 25.0 10.28 29.57 2.1899999999999995 270.0 165.33 104.95
< 26.0 12.17 41.74 1.8900000000000006 270.0 153.16 104.95
< 27.0 13.7 55.44 1.5299999999999994 270.0 139.46 104.95
< 28.0 13.32 68.75999999999999 -0.379999999999999 270.0 126.14 104.95
< 29.0 10.12 78.88 -3.200000000000001 270.0 116.02 104.95
< 30.0 5.62 84.5 -4.499999999999999 270.0 110.4 104.95
< 31.0 1.12 85.62 -4.5 270.0 109.28 104.95
< 32.0 0.18 85.80000000000001 -0.9400000000000002 270.0 109.09 104.95
< 33.0 0.03 85.83000000000001 -0.15 270.0 109.07 104.95
< 34.0 0.01 85.84000000000002 -0.019999999999999997 270.0 109.06 104.95
< 35.0 0.0 85.84000000000002 -0.01 270.0 109.05 104.95
< 36.0 0.0 85.84000000000002 0.0 270.0 109.05 104.95
< 37.0 0.0 85.84000000000002 0.0 270.0 109.05 104.95
< 38.0 0.0 85.84000000000002 0.0 270.0 109.05 104.95
< 39.0 0.0 85.84000000000002 0.0 270.0 109.05 104.95
< 40.0 0.0 85.84000000000002 0.0 270.0 109.05 104.95
< 41.0 0.0 85.84000000000002 0.0 270.0 109.05 104.95
< 42.0 0.0 85.84000000000002 0.0 270.0 109.05 104.95
< 43.0 0.0 85.84000000000002 0.0 270.0 109.05 104.95
< 44.0 0.0 85.84000000000002 0.0 270.0 109.05 104.95
< 45.0 2.53 88.37000000000002 2.53 273.12 106.55 105.22
< 46.0 5.02 93.39000000000001 2.4899999999999998 340.06 104.95 109.6
< 47.0 6.57 99.96000000000001 1.5500000000000007 0.0 104.95 116.17
< 48.0 7.97 107.93 1.3999999999999995 0.0 104.95 124.13
<truncated after showing first 30 lines>

2 TESTS FAILED on ts-sim-build-ba :

---------- Differences in csv ----------
2,105c2,105
< 0.0 13.89 0.0 0 90.0 5.1 0.0
< 1.0 12.73 12.73 -1.1600000000000001 90.0 17.83 0.0
< 2.0 12.96 25.69 0.23000000000000043 90.0 30.8 0.0
< 3.0 13.25 38.94 0.28999999999999915 90.0 44.05 0.0
< 4.0 12.92 51.86 -0.33000000000000007 90.0 56.97 0.0
< 5.0 12.92 64.78 0.0 90.0 69.89 0.0
< 6.0 13.3 78.08 0.3800000000000008 90.0 83.19 0.0
< 7.0 13.47 91.55 0.16999999999999993 90.0 96.67 0.0
< 8.0 13.07 104.62 -0.40000000000000036 90.0 109.73 0.0
< 9.0 13.18 117.80000000000001 0.10999999999999943 90.0 122.91 0.0
< 10.0 12.65 130.45000000000002 -0.5299999999999994 90.0 135.56 0.0
< 11.0 13.36 143.81 0.7099999999999991 90.0 148.92 0.0
< 12.0 12.83 156.64000000000001 -0.5299999999999994 90.0 161.75 0.0
< 13.0 12.64 169.28000000000003 -0.1899999999999995 90.0 174.39 0.0
< 14.0 13.69 182.97000000000003 1.049999999999999 90.0 188.09 0.0
< 15.0 13.48 196.45000000000002 -0.20999999999999908 90.0 201.57 0.0
< 16.0 13.43 209.88000000000002 -0.05000000000000071 90.0 215.0 0.0
< 17.0 13.13 223.01000000000002 -0.29999999999999893 90.0 228.13 0.0
< 18.0 13.25 236.26000000000002 0.11999999999999922 90.0 241.38 0.0
< 19.0 12.98 249.24 -0.2699999999999996 90.0 254.36 0.0
< 20.0 13.41 262.65000000000003 0.4299999999999997 90.0 267.77 0.0
< 21.0 13.33 275.98 -0.08000000000000007 90.0 281.1 0.0
< 22.0 9.57 285.55 -3.76 90.0 290.67 0.0
< 23.0 6.47 292.02000000000004 -3.1000000000000005 90.0 297.14 0.0
< 24.0 2.34 294.36 -4.13 90.0 299.49 0.0
< 25.0 0.43 294.79 -1.91 90.0 299.92 0.0
< 26.0 0.07 294.86 -0.36 90.0 299.99 0.0
< 27.0 0.0 294.86 -0.07 90.0 299.99 0.0
< 28.0 0.0 294.86 0.0 90.0 299.99 0.0
<truncated after showing first 30 lines>
visualization plot_trajectories gz ( Last six runs Sep2024 )
visualization plot_trajectories plain ( Last six runs Sep2024 )

TEST FAILED on ts-sim-build-ba : visualization plot_trajectories kilometrage ( Last six runs Sep2024 )

---------- Differences in csv ----------
2,98c2,98
< 100.0 0.0 0.0 0 90.0 -2990.9 -1.6 13009.1
< 101.0 1.71 1.71 1.71 90.0 -2989.19 -1.6 13010.81
< 102.0 3.91 5.62 2.2 90.0 -2985.28 -1.6 13014.72
< 103.0 5.36 10.98 1.4500000000000002 90.0 -2979.92 -1.6 13020.08
< 104.0 6.78 17.76 1.42 90.0 -2973.14 -1.6 13026.86
< 105.0 9.35 27.11 2.5699999999999994 90.0 -2963.8 -1.6 13036.2
< 106.0 11.87 38.98 2.5199999999999996 90.0 -2951.93 -1.6 13048.07
< 107.0 13.31 52.29 1.4400000000000013 90.0 -2938.62 -1.6 13061.38
< 108.0 14.96 67.25 1.6500000000000004 90.0 -2923.66 -1.6 13076.34
< 109.0 17.16 84.41 2.1999999999999993 90.0 -2906.5 -1.6 13093.5
< 110.0 18.91 103.32 1.75 90.0 -2887.59 -1.6 13112.41
< 111.0 20.37 123.69 1.4600000000000009 90.0 -2867.22 -1.6 13132.78
< 112.0 22.66 146.35 2.289999999999999 90.0 -2844.56 -1.6 13155.44
< 113.0 25.13 171.48 2.469999999999999 90.0 -2819.42 -1.6 13180.58
< 114.0 27.58 199.06 2.4499999999999993 90.0 -2791.84 -1.6 13208.16
< 115.0 29.95 229.01 2.370000000000001 90.0 -2761.89 -1.6 13238.11
< 116.0 32.36 261.37 2.41 90.0 -2729.53 -1.6 13270.47
< 117.0 34.07 295.44 1.7100000000000009 90.0 -2695.46 -1.6 13304.54
< 118.0 35.9 331.34 1.8299999999999983 90.0 -2659.56 -1.6 13340.44
< 119.0 37.65 368.98999999999995 1.75 90.0 -2621.91 -1.6 13378.09
< 120.0 36.88 405.86999999999995 -0.769999999999996 90.0 -2585.03 -1.6 13414.97
< 121.0 37.2 443.06999999999994 0.3200000000000003 90.0 -2547.83 -1.6 13452.17
< 122.0 37.82 480.88999999999993 0.6199999999999974 90.0 -2510.01 -1.6 13489.99
< 123.0 37.0 517.8899999999999 -0.8200000000000003 90.0 -2473.01 -1.6 13526.99
< 124.0 37.33 555.2199999999999 0.3299999999999983 90.0 -2435.68 -1.6 13564.32
< 125.0 37.49 592.7099999999999 0.1600000000000037 90.0 -2398.19 -1.6 13601.81
< 126.0 37.13 629.8399999999999 -0.35999999999999943 90.0 -2361.06 -1.6 13638.94
< 127.0 37.38 667.2199999999999 0.25 90.0 -2323.68 -1.6 13676.32
< 128.0 37.5 704.7199999999999 0.11999999999999744 90.0 -2286.18 -1.6 13713.82
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : visualization plot_trajectories leaderGap ( Last six runs Sep2024 )

---------- Differences in csv ----------
2,260c2,260
< 0.0 10.0 0.0 0 270.0 1495.25 401.65 -1.0
< 1.0 10.0 10.0 0.0 270.0 1485.25 401.65 -1.0
< 2.0 10.0 20.0 0.0 270.0 1475.25 401.65 -1.0
< 3.0 10.0 30.0 0.0 270.0 1465.25 401.65 -1.0
< 4.0 10.0 40.0 0.0 270.0 1455.25 401.65 -1.0
< 5.0 10.0 50.0 0.0 270.0 1445.25 401.65 -1.0
< 6.0 10.0 60.0 0.0 270.0 1435.25 401.65 -1.0
< 7.0 10.0 70.0 0.0 270.0 1425.25 401.65 -1.0
< 8.0 10.0 80.0 0.0 270.0 1415.25 401.65 -1.0
< 9.0 10.0 90.0 0.0 270.0 1405.25 401.65 -1.0
< 10.0 10.0 100.0 0.0 270.0 1395.25 401.65 -1.0
< 11.0 10.0 110.0 0.0 270.0 1385.25 401.65 -1.0
< 12.0 10.0 120.0 0.0 270.0 1375.25 401.65 -1.0
< 13.0 10.0 130.0 0.0 270.0 1365.25 401.65 -1.0
< 14.0 10.0 140.0 0.0 270.0 1355.25 401.65 -1.0
< 15.0 10.0 150.0 0.0 270.0 1345.25 401.65 -1.0
< 16.0 10.0 160.0 0.0 270.0 1335.25 401.65 -1.0
< 17.0 10.0 170.0 0.0 270.0 1325.25 401.65 -1.0
< 18.0 10.0 180.0 0.0 270.0 1315.25 401.65 -1.0
< 19.0 10.0 190.0 0.0 270.0 1305.25 401.65 -1.0
< 20.0 10.0 200.0 0.0 270.0 1295.25 401.65 -1.0
< 21.0 10.0 210.0 0.0 270.0 1285.25 401.65 -1.0
< 22.0 10.0 220.0 0.0 270.0 1275.25 401.65 -1.0
< 23.0 10.0 230.0 0.0 270.0 1265.25 401.65 -1.0
< 24.0 10.0 240.0 0.0 270.0 1255.25 401.65 -1.0
< 25.0 10.0 250.0 0.0 270.0 1245.25 401.65 -1.0
< 26.0 10.0 260.0 0.0 270.0 1235.25 401.65 -1.0
< 27.0 10.0 270.0 0.0 270.0 1225.25 401.65 -1.0
< 28.0 10.0 280.0 0.0 270.0 1215.25 401.65 -1.0
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : visualization plot_trajectories meso ( Last six runs Sep2024 )

---------- Differences in csv ----------
2,21c2,21
< 0.0 13.89 0.0 0 0.0 4.8 0.0
< 1.0 13.89 13.89 0.0 0.0 4.8 0.0
< 2.0 13.89 27.78 0.0 0.0 4.8 0.0
< 3.0 13.89 41.67 0.0 0.0 4.8 0.0
< 4.0 13.89 55.56 0.0 0.0 4.8 0.0
< 5.0 13.89 69.45 0.0 0.0 4.8 0.0
< 6.0 13.89 83.34 0.0 0.0 4.8 0.0
< 7.0 13.89 97.23 0.0 0.0 4.8 0.0
< 8.0 13.89 111.12 0.0 0.0 4.8 100.0
< 9.0 13.89 125.01 0.0 0.0 4.8 100.0
< 10.0 13.89 138.9 0.0 0.0 4.8 100.0
< 11.0 13.89 152.79000000000002 0.0 0.0 4.8 100.0
< 12.0 13.89 166.68 0.0 0.0 4.8 100.0
< 13.0 13.89 180.57 0.0 0.0 4.8 100.0
< 14.0 13.89 194.45999999999998 0.0 0.0 4.8 100.0
< 15.0 13.89 208.34999999999997 0.0 0.0 4.8 200.0
< 16.0 13.89 222.23999999999995 0.0 0.0 4.8 200.0
< 17.0 13.89 236.12999999999994 0.0 0.0 4.8 200.0
< 18.0 13.89 250.01999999999992 0.0 0.0 4.8 200.0
< 19.0 13.89 263.9099999999999 0.0 0.0 4.8 200.0
---
> 0.0 13.89 0.0 0 0.0 0.0 4.8
> 1.0 13.89 13.89 0.0 0.0 0.0 4.8
> 2.0 13.89 27.78 0.0 0.0 0.0 4.8
> 3.0 13.89 41.67 0.0 0.0 0.0 4.8
> 4.0 13.89 55.56 0.0 0.0 0.0 4.8
> 5.0 13.89 69.45 0.0 0.0 0.0 4.8
> 6.0 13.89 83.34 0.0 0.0 0.0 4.8
> 7.0 13.89 97.23 0.0 0.0 0.0 4.8
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : visualization plot_trajectories multiple_files ( Last six runs Sep2024 )

---------- Differences in csv ----------
2,217c2,217
< 0.0 13.89 0.0 0 90.0 5.1 -4.95
< 1.0 13.89 13.89 0.0 90.0 18.99 -4.95
< 2.0 13.89 27.78 0.0 90.0 32.88 -4.95
< 3.0 13.89 41.67 0.0 90.0 46.77 -4.95
< 4.0 13.89 55.56 0.0 90.0 60.66 -4.95
< 5.0 13.89 69.45 0.0 90.0 74.55 -4.95
< 6.0 13.89 83.34 0.0 90.0 88.44 -4.95
< 7.0 13.89 97.23 0.0 90.0 102.33 -4.95
< 8.0 13.89 111.12 0.0 90.0 116.22 -4.95
< 9.0 13.89 125.01 0.0 90.0 130.11 -4.95
< 10.0 13.89 138.9 0.0 90.0 144.0 -4.95
< 11.0 13.89 152.79000000000002 0.0 90.0 157.89 -4.95
< 12.0 13.89 166.68 0.0 90.0 171.78 -4.95
< 13.0 13.89 180.57 0.0 90.0 185.67 -4.95
< 14.0 13.89 194.45999999999998 0.0 90.0 199.56 -4.95
< 15.0 13.89 208.34999999999997 0.0 90.0 213.45 -4.95
< 16.0 13.89 222.23999999999995 0.0 90.0 227.34 -4.95
< 17.0 13.89 236.12999999999994 0.0 90.0 241.23 -4.95
< 18.0 13.89 250.01999999999992 0.0 90.0 255.12 -4.95
< 19.0 13.89 263.9099999999999 0.0 90.0 269.01 -4.95
< 20.0 13.89 277.7999999999999 0.0 90.0 282.9 -4.95
< 21.0 13.89 291.6899999999999 0.0 90.0 296.79 -4.95
< 22.0 13.89 305.57999999999987 0.0 90.0 310.68 -4.95
< 23.0 13.89 319.46999999999986 0.0 90.0 324.57 -4.95
< 24.0 13.89 333.35999999999984 0.0 90.0 338.46 -4.95
< 25.0 13.89 347.24999999999983 0.0 90.0 352.35 -4.95
< 26.0 13.89 361.1399999999998 0.0 90.0 366.24 -4.95
< 27.0 13.89 375.0299999999998 0.0 90.0 380.13 -4.95
< 28.0 13.89 388.9199999999998 0.0 90.0 394.02 -4.95
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : visualization plot_trajectories persons ( Last six runs Sep2024 )

---------- Differences in csv ----------
2,31c2,31
< 0.0 0.0 0.0 0 270.0 108.05 96.33
< 1.0 1.21 1.21 1.21 180.0 93.77 90.74
< 2.0 1.26 2.4699999999999998 0.050000000000000044 180.0 93.77 89.48
< 3.0 1.3 3.7699999999999996 0.040000000000000036 180.0 93.77 88.18
< 4.0 1.4 5.17 0.09999999999999987 180.0 93.77 86.78
< 5.0 1.27 6.4399999999999995 -0.1299999999999999 180.0 93.77 85.51
< 6.0 1.45 7.89 0.17999999999999994 180.0 93.77 84.05
< 7.0 1.38 9.27 -0.07000000000000006 180.0 93.77 82.67
< 8.0 1.4 10.67 0.020000000000000018 180.0 93.77 81.27
< 9.0 1.37 12.04 -0.029999999999999805 180.0 93.77 79.89
< 10.0 1.4 13.44 0.029999999999999805 180.0 93.77 78.49
< 11.0 1.33 14.77 -0.06999999999999984 180.0 93.77 77.16
< 12.0 1.2 15.969999999999999 -0.13000000000000012 180.0 93.77 75.97
< 13.0 1.46 17.43 0.26 180.0 93.77 74.51
< 14.0 1.32 18.75 -0.1399999999999999 180.0 93.77 73.19
< 15.0 1.29 20.04 -0.030000000000000027 180.0 93.77 71.9
< 16.0 1.35 21.39 0.06000000000000005 180.0 93.77 70.55
< 17.0 1.26 22.650000000000002 -0.09000000000000008 180.0 93.77 69.28
< 18.0 1.43 24.080000000000002 0.16999999999999993 180.0 93.77 67.86
< 19.0 1.3 25.380000000000003 -0.1299999999999999 180.0 93.77 66.55
< 20.0 1.33 26.71 0.030000000000000027 180.0 93.77 65.22
< 21.0 1.47 28.18 0.1399999999999999 180.0 93.77 63.76
< 22.0 1.2 29.38 -0.27 180.0 93.77 62.56
< 23.0 1.34 30.72 0.14000000000000012 180.0 93.77 61.22
< 24.0 1.41 32.129999999999995 0.06999999999999984 180.0 93.77 59.81
< 25.0 1.41 33.53999999999999 0.0 180.0 93.77 58.4
< 26.0 1.28 34.81999999999999 -0.1299999999999999 180.0 93.77 57.13
< 27.0 1.42 36.239999999999995 0.1399999999999999 180.0 93.77 55.71
< 28.0 1.21 37.449999999999996 -0.20999999999999996 180.0 93.77 54.51
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : xml changeAttribute save_template ( Last six runs Sep2024 )

---------- Differences in toolcfg ----------
1a2
>     <attribute value="None" type="string" help="attribute to edit" category="processing" required="true"/>
2a4
>     <upper-limit value="None" type="string" help="updates to this maximum value (reduces all greater values)" category="processing"/>
5d6
<     <attribute value="None" type="string" help="attribute to edit" category="processing" required="true"/>
7d7
<     <upper-limit value="None" type="string" help="updates to this maximum value (reduces all greater values)" category="processing"/>

TEST FAILED on ts-sim-build-ba : xml csv2xml save_template ( Last six runs Sep2024 )

---------- Differences in toolcfg ----------
2c2
<     <source value="source.csv" type="data_file" help="the input CSV file" category="input" required="true" positional="true"/>
---
>     <delimiter value=";" type="string" help="the field separator of the input file" category="processing"/>
5d4
<     <delimiter value=";" type="string" help="the field separator of the input file" category="processing"/>
6a6
>     <source value="source.csv" type="data_file" help="the input CSV file" category="input" required="true" positional="true"/>

TEST FAILED on ts-sim-build-ba : xml schemaCheck tests additional ( Last six runs Sep2024 )

---------- Differences in errors ----------
4d3
<   File "sumo/tests/sumo/extended/calibrator/errors/invalid_flow/input_additional.add.xml", line 5

TEST FAILED on ts-sim-build-ba : xml schemaCheck tests cfgs ( Last six runs Sep2024 )

---------- Differences in errors ----------
4d3
<   File "sumo/tests/sumo/meta/umlaut/sumo.sumocfg", line 3

TEST FAILED on ts-sim-build-ba : xml xml2csv save_template ( Last six runs Sep2024 )

---------- Differences in toolcfg ----------
2d1
<     <source value="source.xml" type="file" help="the input data (stream given by digits or file" category="input" required="true" positional="true"/>
4d2
<     <separator value=";" type="string" help="separating character for fields" category="processing"/>
6,7c4,5
<     <xsd value="None" type="string" help="xsd schema to use" category="processing"/>
<     <validation value="False" type="bool" help="enable schema validation" category="processing"/>
---
>     <separator value=";" type="string" help="separating character for fields" category="processing"/>
>     <source value="source.xml" type="file" help="the input data (stream given by digits or file" category="input" required="true" positional="true"/>
8a7,8
>     <validation value="False" type="bool" help="enable schema validation" category="processing"/>
>     <xsd value="None" type="string" help="xsd schema to use" category="processing"/>

Detailed information for the tests that had known bugs:

TEST had known bugs (see #7391) on ts-sim-build-ba : assign dua-iterate mapmatchJunctions ( Last six runs Sep2024 )

duaIterate only works with fixed departEdge
(This bug was triggered by text found in file 'dualog' matching 'input_trips_000.rou.alt.xml' is not accessible')
---------- Differences in dualog ----------
1d0
< Loading configuration ... done.
3d1
< Loading configuration ... done.
6c4
< Simulation ended at time: 177.00
---
> Simulation ended at time: 177.00.
8,9c6,7
< Performance: 
< Vehicles: 
---
> Performance:
> Vehicles:
13,65c11,13
< 
< Loading configuration ... done.
< Success.
< Loading configuration ... done.
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 177.00
< Reason: All vehicles have left the simulation.
< Performance: 
< Vehicles: 
<  Inserted: 10
<  Running: 0
<  Waiting: 0
< 
< Loading configuration ... done.
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1
> Execution of <path-to>duarouter'] failed. Look into dua.log for details.
---------- Differences in output ----------
1d0
< Loading configuration ... done.
9d7
< Loading configuration ... done.
11,40c9
< >> Running router on input_trips_000.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< Loading configuration ... done.
< > Executing step 2
< >> Running router on input_trips_001.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< Loading configuration ... done.
< > Executing step 3
< >> Running router on input_trips_002.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< Loading configuration ... done.
< > Executing step 4
< >> Running router on input_trips_003.rou.alt.xml
<truncated after showing first 30 lines>
---------- Missing result in tripinfos ----------
<?xml version="1.0" encoding="UTF-8"?>


<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
    <tripinfo id="0" depart="0.00" departLane="middle_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="70.00" arrivalLane="middle_0" arrivalPos="1000.00" arrivalSpeed="14.73" duration="70.00" routeLength="994.90" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.35" rerouteNo="0" devices="tripinfo_0" vType="t" speedFactor="1.06" vaporized=""/>
    <tripinfo id="1" depart="10.00" departLane="middle_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="89.00" arrivalLane="middle_0" arrivalPos="1000.00" arrivalSpeed="13.04" duration="79.00" routeLength="994.90" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.01" rerouteNo="0" devices="tripinfo_1" vType="t" speedFactor="0.94" vaporized=""/>
    <tripinfo id="2" depart="20.00" departLane="middle_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="94.00" arrivalLane="middle_0" arrivalPos="1000.00" arrivalSpeed="14.04" duration="74.00" routeLength="994.90" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.22" rerouteNo="0" devices="tripinfo_2" vType="t" speedFactor="1.01" vaporized=""/>
    <tripinfo id="3" depart="30.00" departLane="middle_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="99.00" arrivalLane="middle_0" arrivalPos="1000.00" arrivalSpeed="15.05" duration="69.00" routeLength="994.90" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.41" rerouteNo="0" devices="tripinfo_3" vType="t" speedFactor="1.08" vaporized=""/>
    <tripinfo id="4" depart="40.00" departLane="middle_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="112.00" arrivalLane="middle_0" arrivalPos="1000.00" arrivalSpeed="14.32" duration="72.00" routeLength="994.90" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.28" rerouteNo="0" devices="tripinfo_4" vType="t" speedFactor="1.03" vaporized=""/>
    <tripinfo id="5" depart="50.00" departLane="middle_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="138.00" arrivalLane="middle_0" arrivalPos="1000.00" arrivalSpeed="11.55" duration="88.00" routeLength="994.90" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="1.75" rerouteNo="0" devices="tripinfo_5" vType="t" speedFactor="0.83" vaporized=""/>
    <tripinfo id="6" depart="60.00" departLane="middle_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="140.00" arrivalLane="middle_0" arrivalPos="1000.00" arrivalSpeed="14.54" duration="80.00" routeLength="994.90" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="10.80" rerouteNo="0" devices="tripinfo_6" vType="t" speedFactor="1.05" vaporized=""/>
    <tripinfo id="7" depart="70.00" departLane="middle_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="153.00" arrivalLane="middle_0" arrivalPos="1000.00" arrivalSpeed="12.32" duration="83.00" routeLength="994.90" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="1.89" rerouteNo="0" devices="tripinfo_7" vType="t" speedFactor="0.89" vaporized=""/>
    <tripinfo id="8" depart="80.00" departLane="middle_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="159.00" arrivalLane="middle_0" arrivalPos="1000.00" arrivalSpeed="13.04" duration="79.00" routeLength="994.90" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="2.01" rerouteNo="0" devices="tripinfo_8" vType="t" speedFactor="0.94" vaporized=""/>
    <tripinfo id="9" depart="90.00" departLane="middle_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="176.00" arrivalLane="middle_0" arrivalPos="1000.00" arrivalSpeed="11.91" duration="86.00" routeLength="994.90" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="1.82" rerouteNo="0" devices="tripinfo_9" vType="t" speedFactor="0.86" vaporized=""/>
</tripinfos>

TEST had known bugs (see #5409) on ts-sim-build-ba : detector flowrouter motorway_ramps lane_based ( Last six runs Sep2024 )

option lane-based does not work
(This bug was triggered by text found in file 'routes' matching 'on3 3 off3')
---------- Differences in flows ----------
2c2,3
<     <flow id="1_off3.qPKW" departSpeed="max" departPos="last" departLane="best" route="1_off3.qPKW" number="450" begin="0" end="3600"/>
---
>     <flow id="1_0_9_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="1_0_9_0.qPKW" number="450" begin="0" end="3600"/>
>     <flow id="on3_0_off3_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="on3_0_off3_0.qPKW" number="450" begin="0" end="3600"/>
---------- Differences in routes ----------
2c2,3
<     <route id="1_off3.qPKW" edges="1 2 3 off3"/>
---
>     <route id="1_0_9_0.qPKW" edges="1 2 3 4 5 6 7 8 9"/>
>     <route id="on3_0_off3_0.qPKW" edges="on3 3 off3"/>

TEST had known bugs (attribute order) on ts-sim-build-ba : route addTAZ ambiguous_taz ( Last six runs Sep2024 )

Keeping attribute order is a feature of Python 3.7 and later
(This bug was triggered by text found in file 'routes' matching '<trip depart')
---------- Differences in routes ----------
2,3c2,3
<     <trip id="0" depart="0.00" from="D0E0" to="A1A0" fromTaz="3_1" toTaz="0_1" />
<     <trip id="1" depart="0.00" from="B2B3" to="B1B0" fromTaz="1_2" toTaz="1_1" />
---
>     <trip depart="0.00" from="D0E0" fromTaz="3_1" id="0" to="A1A0" toTaz="0_1" />
>     <trip depart="0.00" from="B2B3" fromTaz="1_2" id="1" to="B1B0" toTaz="1_1" />

TEST had known bugs (attribute order) on ts-sim-build-ba : route addTAZ simple ( Last six runs Sep2024 )

Keeping attribute order is a feature of Python 3.7 and later
(This bug was triggered by text found in file 'routes' matching '<vehicle depart')
---------- Differences in routes ----------
2c2
<     <vehicle id="0" depart="0.00" fromTaz="3_0" toTaz="0_1">
---
>     <vehicle depart="0.00" fromTaz="3_0" id="0" toTaz="0_1">
5c5
<     <vehicle id="1" depart="1.00" fromTaz="1_2" toTaz="1_1">
---
>     <vehicle depart="1.00" fromTaz="1_2" id="1" toTaz="1_1">
8c8
<     <vehicle id="2" depart="2.00" fromTaz="3_2" toTaz="3_1">
---
>     <vehicle depart="2.00" fromTaz="3_2" id="2" toTaz="3_1">
11c11
<     <vehicle id="3" depart="3.00" fromTaz="4_1" toTaz="0_2">
---
>     <vehicle depart="3.00" fromTaz="4_1" id="3" toTaz="0_2">
14c14
<     <vehicle id="4" depart="4.00" fromTaz="2_0" toTaz="0_1">
---
>     <vehicle depart="4.00" fromTaz="2_0" id="4" toTaz="0_1">
17c17
<     <vehicle id="5" depart="5.00" fromTaz="1_1" toTaz="2_2">
---
>     <vehicle depart="5.00" fromTaz="1_1" id="5" toTaz="2_2">
20c20
<     <vehicle id="6" depart="6.00" fromTaz="0_1" toTaz="1_0">
---
>     <vehicle depart="6.00" fromTaz="0_1" id="6" toTaz="1_0">
23c23
<     <vehicle id="7" depart="7.00" fromTaz="3_0" toTaz="2_3">
<truncated after showing first 30 lines>

TEST had known bugs (attribute order) on ts-sim-build-ba : route addTAZ trips ( Last six runs Sep2024 )

Keeping attribute order is a feature of Python 3.7 and later
(This bug was triggered by text found in file 'routes' matching '<trip depart')
---------- Differences in routes ----------
2,3c2,3
<     <trip id="0" depart="0.00" from="D0E0" to="A1A0" fromTaz="3_0" toTaz="0_1" />
<     <trip id="1" depart="0.00" from="B2B3" to="B1B0" fromTaz="1_2" toTaz="1_1" />
---
>     <trip depart="0.00" from="D0E0" fromTaz="3_0" id="0" to="A1A0" toTaz="0_1" />
>     <trip depart="0.00" from="B2B3" fromTaz="1_2" id="1" to="B1B0" toTaz="1_1" />

TEST had known bugs (attribute order) on ts-sim-build-ba : route sort dfrouter ( Last six runs Sep2024 )

Keeping attribute order is a feature of Python 3.7 and later
(This bug was triggered by text found in file 'routes' matching '<route probability')
---------- Differences in routes ----------
6,9c6,9
<         <route refId="33_to_18" probability="0.02"/>
<         <route refId="33_to_35" probability="0.75"/>
<         <route refId="33_to_19" probability="0.22"/>
<         <route refId="33_to_20" probability="0.75"/>
---
>         <route probability="0.02" refId="33_to_18"/>
>         <route probability="0.75" refId="33_to_35"/>
>         <route probability="0.22" refId="33_to_19"/>
>         <route probability="0.75" refId="33_to_20"/>
12,15c12,15
<         <route refId="33_to_18" probability="0.02"/>
<         <route refId="33_to_35" probability="0.75"/>
<         <route refId="33_to_19" probability="0.22"/>
<         <route refId="33_to_20" probability="0.75"/>
---
>         <route probability="0.02" refId="33_to_18"/>
>         <route probability="0.75" refId="33_to_35"/>
>         <route probability="0.22" refId="33_to_19"/>
>         <route probability="0.75" refId="33_to_20"/>
18,22c18,22
<         <route refId="17_to_18" probability="0.01"/>
<         <route refId="17_to_-33" probability="0.64"/>
<         <route refId="17_to_35" probability="0.27"/>
<         <route refId="17_to_19" probability="0.08"/>
<         <route refId="17_to_20" probability="0.27"/>
---
>         <route probability="0.01" refId="17_to_18"/>
>         <route probability="0.64" refId="17_to_-33"/>
>         <route probability="0.27" refId="17_to_35"/>
<truncated after showing first 30 lines>

TEST had known bugs (attribute order) on ts-sim-build-ba : route sort normal ( Last six runs Sep2024 )

Keeping attribute order is a feature of Python 3.7 and later
(This bug was triggered by text found in file 'routes' matching '<vehicle arrival')
---------- Differences in routes ----------
5,6c5,6
<     <vType id="pt0" vClass="pedestrian" width="0.7" length="0.35" minGap="0.12659873434" maxSpeed="1.23678360979" guiShape="pedestrian"/>
<     <vehicle id="0" type="t1" depart="0.00" arrival="147.00">
---
>     <vType guiShape="pedestrian" id="pt0" length="0.35" maxSpeed="1.23678360979" minGap="0.12659873434" vClass="pedestrian" width="0.7"/>
>     <vehicle arrival="147.00" depart="0.00" id="0" type="t1">
9,10c9,10
<     <person id="4" type="pt0" depart="1">
<         <walk edges="4/1to3/1 3/1to2/1" departPos="20.0" arrivalPos="80.0"/>
---
>     <person depart="1" id="4" type="pt0">
>         <walk arrivalPos="80.0" departPos="20.0" edges="4/1to3/1 3/1to2/1"/>
12c12
<     <flow id="3" type="t2" begin="2.00" arrival="">
---
>     <flow arrival="" begin="2.00" id="3" type="t2">
15c15
<     <vehicle id="1" type="t2" depart="3.00" arrival="">
---
>     <vehicle arrival="" depart="3.00" id="1" type="t2">
18c18
<     <vehicle id="2" type="t2" depart="5.00" arrival="">
---
>     <vehicle arrival="" depart="5.00" id="2" type="t2">

TEST had known bugs (attribute order) on ts-sim-build-ba : route sort person_plans ( Last six runs Sep2024 )

Keeping attribute order is a feature of Python 3.7 and later
(This bug was triggered by text found in file 'routes' matching '<vehicle depart')
---------- Differences in routes ----------
3c3
<     <vehicle id="100009_0" depart="triggered">
---
>     <vehicle depart="triggered" id="100009_0">
6c6
<     <vehicle id="100009_1" depart="triggered">
---
>     <vehicle depart="triggered" id="100009_1">
9c9
<     <vehicle id="100011_0" depart="triggered">
---
>     <vehicle depart="triggered" id="100011_0">
12c12
<     <vehicle id="100011_1" depart="triggered">
---
>     <vehicle depart="triggered" id="100011_1">
15c15
<     <vehicle id="100014_0" depart="triggered">
---
>     <vehicle depart="triggered" id="100014_0">
18c18
<     <vehicle id="100014_1" depart="triggered">
---
>     <vehicle depart="triggered" id="100014_1">
21c21
<     <vehicle id="100017_0" depart="triggered">
---
>     <vehicle depart="triggered" id="100017_0">
24c24
<     <vehicle id="100017_1" depart="triggered">
<truncated after showing first 30 lines>

TEST had known bugs (see #5588) on ts-sim-build-ba : xml csv2xml meandata_edges_utf8 ( Last six runs Sep2024 )

python2 csv reader cannot handle utf8
(This bug was triggered by text found in file 'errors' matching 'UnicodeEncodeError')
---------- Differences in errors ----------
0a1,8
> Traceback (most recent call last):
> csv2xml.py, in <module>
>     main()
> csv2xml.py, in main
>     writeHierarchicalXml(xsd.XsdStructure(options.xsd), options)
> csv2xml.py, in writeHierarchicalXml
>     for raw in csv.reader(inputf, delimiter=options.delimiter):
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xe4' in position 25: ordinal not in range(128)
---------- Differences in xml ----------
1,16c1
< <meandata>
<     <interval begin="0.00" end="60.00" id="dump_60">
<         <edge arrived="0" departed="0" entered="0" id="ä" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<         <edge arrived="0" departed="0" entered="0" id="1o" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<         <edge arrived="0" departed="0" entered="0" id="1si" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<         <edge arrived="0" departed="0" entered="0" id="2fi" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<         <edge arrived="0" departed="0" entered="0" id="2o" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<         <edge arrived="0" departed="0" entered="0" id="2si" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<         <edge arrived="0" departed="0" entered="0" id="3fi" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<         <edge arrived="0" departed="0" entered="0" id="3o" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<         <edge arrived="0" departed="0" entered="0" id="3si" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<         <edge arrived="0" departed="0" entered="0" id="4fi" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<         <edge arrived="0" departed="0" entered="0" id="4o" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<         <edge arrived="0" departed="0" entered="0" id="4si" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<     </interval>
< </meandata>
---
> <meandata
\ No newline at end of file

Detailed information for the tests that were terminated before completion:

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : assign dua-iterate braess noShortcut ( Last six runs Sep2024 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in dualog ----------
64,66c64,67
< Simulation ended at time: 3729.00.
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
---
> Interrupt signal received, trying to exit gracefully.
> Simulation ended at time: 1840.00.
> Reason: Interrupted.
> Statistics (avg of 479):
68,83c69,72
<  Speed: 9.40
<  Duration: 107.51
<  WaitingTime: 8.94
<  TimeLoss: 31.09
<  DepartDelay: 0.40
< Success.
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 3729.00.
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<  RouteLength: 996.00
<  Speed: 9.40
<  Duration: 107.51
<  WaitingTime: 8.94
<  TimeLoss: 31.09
---
>  Speed: 9.33
>  Duration: 108.35
>  WaitingTime: 9.59
<truncated after showing first 30 lines>
---------- Differences in output ----------
40,49d39
< <<
< ------------------
< 
< > Executing step 6
< >> Running router on 5/input_routes_005.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : assign dua-iterate braess shortcut ( Last six runs Sep2024 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in dualog ----------
28,84c28,37
< Simulation ended at time: 4411.00.
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<  RouteLength: 1005.93
<  Speed: 5.55
<  Duration: 233.04
<  WaitingTime: 75.92
<  TimeLoss: 165.04
<  DepartDelay: 110.16
< Success.
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 4290.00.
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<  RouteLength: 1005.74
<  Speed: 5.84
<  Duration: 222.47
<  WaitingTime: 70.62
<  TimeLoss: 154.33
<  DepartDelay: 70.84
< Success.
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 4038.00.
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<  RouteLength: 1005.46
<  Speed: 6.19
<truncated after showing first 30 lines>
---------- Differences in output ----------
19,49d18
< <<
< ------------------
< 
< > Executing step 3
< >> Running router on 2/input_routes_002.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< > Executing step 4
< >> Running router on 3/input_routes_003.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< > Executing step 5
< >> Running router on 4/input_routes_004.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< > Executing step 6
< >> Running router on 5/input_routes_005.rou.alt.xml
< <<
< >> Running simulation
< <<
<truncated after showing first 30 lines>
---------- Missing result in tripinfos ----------
<?xml version="1.0" encoding="UTF-8"?>


<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
    <tripinfo id="flow_0.2" depart="8.00" departLane="start_1" departPos="5.10" departSpeed="14.03" departDelay="0.80" arrival="93.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.44" duration="85.00" routeLength="1028.10" waitingTime="18.00" waitingCount="1" stopTime="0.00" timeLoss="36.74" rerouteNo="0" devices="tripinfo_flow_0.2" vType="DEFAULT_VEHTYPE" speedFactor="1.01" vaporized=""/>
    <tripinfo id="flow_0.5" depart="18.00" departLane="start_1" departPos="5.10" departSpeed="11.54" departDelay="0.00" arrival="102.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="11.26" duration="84.00" routeLength="1028.10" waitingTime="6.00" waitingCount="1" stopTime="0.00" timeLoss="25.70" rerouteNo="0" devices="tripinfo_flow_0.5" vType="DEFAULT_VEHTYPE" speedFactor="0.83" vaporized=""/>
    <tripinfo id="flow_0.7" depart="26.00" departLane="start_1" departPos="5.10" departSpeed="12.31" departDelay="0.80" arrival="105.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="11.18" duration="79.00" routeLength="1028.10" waitingTime="2.00" waitingCount="1" stopTime="0.00" timeLoss="24.18" rerouteNo="0" devices="tripinfo_flow_0.7" vType="DEFAULT_VEHTYPE" speedFactor="0.89" vaporized=""/>
    <tripinfo id="flow_0.10" depart="36.00" departLane="start_1" departPos="5.10" departSpeed="15.15" departDelay="0.00" arrival="107.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="14.65" duration="71.00" routeLength="1028.10" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="26.87" rerouteNo="0" devices="tripinfo_flow_0.10" vType="DEFAULT_VEHTYPE" speedFactor="1.09" vaporized=""/>
    <tripinfo id="flow_0.3" depart="11.00" departLane="start_0" departPos="5.10" departSpeed="15.04" departDelay="0.20" arrival="109.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="14.77" duration="98.00" routeLength="996.05" waitingTime="12.00" waitingCount="1" stopTime="0.00" timeLoss="27.61" rerouteNo="0" devices="tripinfo_flow_0.3" vType="DEFAULT_VEHTYPE" speedFactor="1.08" vaporized=""/>
    <tripinfo id="flow_0.4" depart="15.00" departLane="start_0" departPos="5.10" departSpeed="14.31" departDelay="0.60" arrival="110.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.76" duration="95.00" routeLength="996.05" waitingTime="7.00" waitingCount="1" stopTime="0.00" timeLoss="21.67" rerouteNo="0" devices="tripinfo_flow_0.4" vType="DEFAULT_VEHTYPE" speedFactor="1.03" vaporized=""/>
    <tripinfo id="flow_0.0" depart="0.00" departLane="start_1" departPos="5.10" departSpeed="14.72" departDelay="0.00" arrival="114.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="13.61" duration="114.00" routeLength="995.93" waitingTime="25.00" waitingCount="1" stopTime="0.00" timeLoss="41.66" rerouteNo="0" devices="tripinfo_flow_0.0" vType="DEFAULT_VEHTYPE" speedFactor="1.06" vaporized=""/>
    <tripinfo id="flow_0.1" depart="4.00" departLane="start_1" departPos="5.10" departSpeed="13.03" departDelay="0.40" arrival="123.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="12.18" duration="119.00" routeLength="995.93" waitingTime="19.00" waitingCount="1" stopTime="0.00" timeLoss="37.16" rerouteNo="0" devices="tripinfo_flow_0.1" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="flow_0.6" depart="22.00" departLane="start_1" departPos="5.10" departSpeed="14.53" departDelay="0.40" arrival="125.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="13.40" duration="103.00" routeLength="995.93" waitingTime="5.00" waitingCount="1" stopTime="0.00" timeLoss="29.81" rerouteNo="0" devices="tripinfo_flow_0.6" vType="DEFAULT_VEHTYPE" speedFactor="1.05" vaporized=""/>
    <tripinfo id="flow_0.9" depart="33.00" departLane="start_1" departPos="5.10" departSpeed="11.90" departDelay="0.60" arrival="141.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="11.26" duration="108.00" routeLength="995.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="18.59" rerouteNo="0" devices="tripinfo_flow_0.9" vType="DEFAULT_VEHTYPE" speedFactor="0.86" vaporized=""/>
    <tripinfo id="flow_0.11" depart="40.00" departLane="start_1" departPos="5.10" departSpeed="14.26" departDelay="0.40" arrival="143.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="13.01" duration="103.00" routeLength="995.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="28.00" rerouteNo="0" devices="tripinfo_flow_0.11" vType="DEFAULT_VEHTYPE" speedFactor="1.03" vaporized=""/>
    <tripinfo id="flow_0.8" depart="29.00" departLane="start_0" departPos="5.10" departSpeed="13.03" departDelay="0.20" arrival="145.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="12.50" duration="116.00" routeLength="996.05" waitingTime="17.00" waitingCount="1" stopTime="0.00" timeLoss="35.34" rerouteNo="0" devices="tripinfo_flow_0.8" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="flow_0.12" depart="44.00" departLane="start_0" departPos="5.10" departSpeed="14.54" departDelay="0.80" arrival="147.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="14.13" duration="103.00" routeLength="996.05" waitingTime="11.00" waitingCount="1" stopTime="0.00" timeLoss="30.54" rerouteNo="0" devices="tripinfo_flow_0.12" vType="DEFAULT_VEHTYPE" speedFactor="1.05" vaporized=""/>
    <tripinfo id="flow_0.13" depart="47.00" departLane="start_0" departPos="5.10" departSpeed="15.60" departDelay="0.20" arrival="148.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="14.61" duration="101.00" routeLength="996.05" waitingTime="8.00" waitingCount="1" stopTime="0.00" timeLoss="33.94" rerouteNo="0" devices="tripinfo_flow_0.13" vType="DEFAULT_VEHTYPE" speedFactor="1.12" vaporized=""/>
    <tripinfo id="flow_0.15" depart="54.00" departLane="start_1" departPos="5.10" departSpeed="12.87" departDelay="0.00" arrival="151.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="12.36" duration="97.00" routeLength="1028.10" waitingTime="19.00" waitingCount="1" stopTime="0.00" timeLoss="44.90" rerouteNo="0" devices="tripinfo_flow_0.15" vType="DEFAULT_VEHTYPE" speedFactor="0.93" vaporized=""/>
    <tripinfo id="flow_0.16" depart="58.00" departLane="start_1" departPos="5.10" departSpeed="12.20" departDelay="0.40" arrival="154.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="11.59" duration="96.00" routeLength="1028.10" waitingTime="16.00" waitingCount="1" stopTime="0.00" timeLoss="39.64" rerouteNo="0" devices="tripinfo_flow_0.16" vType="DEFAULT_VEHTYPE" speedFactor="0.88" vaporized=""/>
    <tripinfo id="flow_0.20" depart="72.00" departLane="start_1" departPos="5.10" departSpeed="14.14" departDelay="0.00" arrival="156.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.74" duration="84.00" routeLength="1028.10" waitingTime="7.00" waitingCount="1" stopTime="0.00" timeLoss="35.79" rerouteNo="0" devices="tripinfo_flow_0.20" vType="DEFAULT_VEHTYPE" speedFactor="1.02" vaporized=""/>
    <tripinfo id="flow_0.14" depart="51.00" departLane="start_0" departPos="5.10" departSpeed="13.77" departDelay="0.60" arrival="157.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.30" duration="106.00" routeLength="996.05" waitingTime="12.00" waitingCount="1" stopTime="0.00" timeLoss="29.77" rerouteNo="0" devices="tripinfo_flow_0.14" vType="DEFAULT_VEHTYPE" speedFactor="0.99" vaporized=""/>
    <tripinfo id="flow_0.18" depart="65.00" departLane="start_0" departPos="5.10" departSpeed="13.00" departDelay="0.20" arrival="159.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="12.60" duration="94.00" routeLength="996.05" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="13.49" rerouteNo="0" devices="tripinfo_flow_0.18" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="flow_0.21" depart="76.00" departLane="start_0" departPos="5.10" departSpeed="14.03" departDelay="0.40" arrival="162.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.49" duration="86.00" routeLength="996.05" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="10.73" rerouteNo="0" devices="tripinfo_flow_0.21" vType="DEFAULT_VEHTYPE" speedFactor="1.01" vaporized=""/>
    <tripinfo id="flow_0.17" depart="62.00" departLane="start_1" departPos="5.10" departSpeed="13.08" departDelay="0.80" arrival="178.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="12.69" duration="116.00" routeLength="995.93" waitingTime="16.00" waitingCount="1" stopTime="0.00" timeLoss="34.85" rerouteNo="0" devices="tripinfo_flow_0.17" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="flow_0.19" depart="69.00" departLane="start_1" departPos="5.10" departSpeed="16.09" departDelay="0.60" arrival="180.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="14.93" duration="111.00" routeLength="995.93" waitingTime="12.00" waitingCount="1" stopTime="0.00" timeLoss="44.35" rerouteNo="0" devices="tripinfo_flow_0.19" vType="DEFAULT_VEHTYPE" speedFactor="1.16" vaporized=""/>
    <tripinfo id="flow_0.23" depart="83.00" departLane="start_1" departPos="5.10" departSpeed="12.36" departDelay="0.20" arrival="187.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="12.30" duration="104.00" routeLength="995.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="18.41" rerouteNo="0" devices="tripinfo_flow_0.23" vType="DEFAULT_VEHTYPE" speedFactor="0.89" vaporized=""/>
    <tripinfo id="flow_0.24" depart="87.00" departLane="start_1" departPos="5.10" departSpeed="11.47" departDelay="0.60" arrival="195.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="10.53" duration="108.00" routeLength="995.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="14.89" rerouteNo="0" devices="tripinfo_flow_0.24" vType="DEFAULT_VEHTYPE" speedFactor="0.83" vaporized=""/>
    <tripinfo id="flow_0.22" depart="80.00" departLane="start_0" departPos="5.10" departSpeed="13.54" departDelay="0.80" arrival="197.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="12.66" duration="117.00" routeLength="996.05" waitingTime="19.00" waitingCount="1" stopTime="0.00" timeLoss="39.29" rerouteNo="0" devices="tripinfo_flow_0.22" vType="DEFAULT_VEHTYPE" speedFactor="0.97" vaporized=""/>
    <tripinfo id="flow_0.25" depart="90.00" departLane="start_1" departPos="5.10" departSpeed="12.12" departDelay="0.00" arrival="197.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="11.05" duration="107.00" routeLength="995.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="18.77" rerouteNo="0" devices="tripinfo_flow_0.25" vType="DEFAULT_VEHTYPE" speedFactor="0.87" vaporized=""/>
<truncated after showing first 30 lines>

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : assign dua-iterate braess shortcut_gawron_marginal ( Last six runs Sep2024 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in dualog ----------
28,84c28,37
< Simulation ended at time: 4151.00.
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<  RouteLength: 1004.07
<  Speed: 5.98
<  Duration: 216.01
<  WaitingTime: 67.22
<  TimeLoss: 146.40
<  DepartDelay: 31.72
< Success.
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 4716.00.
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<  RouteLength: 1004.51
<  Speed: 4.89
<  Duration: 259.38
<  WaitingTime: 86.60
<  TimeLoss: 190.04
<  DepartDelay: 236.25
< Success.
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 4522.00.
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<  RouteLength: 1003.49
<  Speed: 5.49
<truncated after showing first 30 lines>
---------- Differences in output ----------
19,49d18
< <<
< ------------------
< 
< > Executing step 3
< >> Running router on 2/input_routes_002.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< > Executing step 4
< >> Running router on 3/input_routes_003.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< > Executing step 5
< >> Running router on 4/input_routes_004.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< > Executing step 6
< >> Running router on 5/input_routes_005.rou.alt.xml
< <<
< >> Running simulation
< <<
<truncated after showing first 30 lines>
---------- Missing result in tripinfos ----------
<?xml version="1.0" encoding="UTF-8"?>


<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
    <tripinfo id="flow_0.2" depart="8.00" departLane="start_1" departPos="5.10" departSpeed="14.03" departDelay="0.80" arrival="91.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.18" duration="83.00" routeLength="1028.10" waitingTime="18.00" waitingCount="1" stopTime="0.00" timeLoss="34.96" rerouteNo="0" devices="tripinfo_flow_0.2" vType="DEFAULT_VEHTYPE" speedFactor="1.01" vaporized=""/>
    <tripinfo id="flow_0.5" depart="18.00" departLane="start_1" departPos="5.10" departSpeed="11.54" departDelay="0.00" arrival="100.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="10.57" duration="82.00" routeLength="1028.10" waitingTime="4.00" waitingCount="1" stopTime="0.00" timeLoss="23.14" rerouteNo="0" devices="tripinfo_flow_0.5" vType="DEFAULT_VEHTYPE" speedFactor="0.83" vaporized=""/>
    <tripinfo id="flow_0.10" depart="36.00" departLane="start_1" departPos="5.10" departSpeed="14.96" departDelay="0.00" arrival="102.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="14.47" duration="66.00" routeLength="1028.10" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="20.54" rerouteNo="0" devices="tripinfo_flow_0.10" vType="DEFAULT_VEHTYPE" speedFactor="1.09" vaporized=""/>
    <tripinfo id="flow_0.1" depart="4.00" departLane="start_0" departPos="5.10" departSpeed="13.03" departDelay="0.40" arrival="104.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="12.21" duration="100.00" routeLength="996.05" waitingTime="5.00" waitingCount="1" stopTime="0.00" timeLoss="19.12" rerouteNo="0" devices="tripinfo_flow_0.1" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="flow_0.3" depart="11.00" departLane="start_0" departPos="5.10" departSpeed="15.04" departDelay="0.20" arrival="106.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="14.88" duration="95.00" routeLength="996.05" waitingTime="5.00" waitingCount="1" stopTime="0.00" timeLoss="24.43" rerouteNo="0" devices="tripinfo_flow_0.3" vType="DEFAULT_VEHTYPE" speedFactor="1.08" vaporized=""/>
    <tripinfo id="flow_0.4" depart="15.00" departLane="start_0" departPos="5.10" departSpeed="14.31" departDelay="0.60" arrival="107.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.91" duration="92.00" routeLength="996.05" waitingTime="3.00" waitingCount="1" stopTime="0.00" timeLoss="19.00" rerouteNo="0" devices="tripinfo_flow_0.4" vType="DEFAULT_VEHTYPE" speedFactor="1.03" vaporized=""/>
    <tripinfo id="flow_0.0" depart="0.00" departLane="start_1" departPos="5.10" departSpeed="14.72" departDelay="0.00" arrival="114.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="13.61" duration="114.00" routeLength="995.93" waitingTime="24.00" waitingCount="1" stopTime="0.00" timeLoss="41.51" rerouteNo="0" devices="tripinfo_flow_0.0" vType="DEFAULT_VEHTYPE" speedFactor="1.06" vaporized=""/>
    <tripinfo id="flow_0.6" depart="22.00" departLane="start_1" departPos="5.10" departSpeed="14.53" departDelay="0.40" arrival="121.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="14.49" duration="99.00" routeLength="995.93" waitingTime="4.00" waitingCount="1" stopTime="0.00" timeLoss="26.14" rerouteNo="0" devices="tripinfo_flow_0.6" vType="DEFAULT_VEHTYPE" speedFactor="1.05" vaporized=""/>
    <tripinfo id="flow_0.9" depart="33.00" departLane="start_1" departPos="5.10" departSpeed="11.90" departDelay="0.60" arrival="137.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="10.77" duration="104.00" routeLength="995.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="14.40" rerouteNo="0" devices="tripinfo_flow_0.9" vType="DEFAULT_VEHTYPE" speedFactor="0.86" vaporized=""/>
    <tripinfo id="flow_0.7" depart="26.00" departLane="start_0" departPos="5.10" departSpeed="12.31" departDelay="0.80" arrival="145.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="11.18" duration="119.00" routeLength="996.05" waitingTime="17.00" waitingCount="1" stopTime="0.00" timeLoss="34.08" rerouteNo="0" devices="tripinfo_flow_0.7" vType="DEFAULT_VEHTYPE" speedFactor="0.89" vaporized=""/>
    <tripinfo id="flow_0.8" depart="29.00" departLane="start_0" departPos="5.10" departSpeed="13.03" departDelay="0.20" arrival="147.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="12.05" duration="118.00" routeLength="996.05" waitingTime="15.00" waitingCount="1" stopTime="0.00" timeLoss="37.52" rerouteNo="0" devices="tripinfo_flow_0.8" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="flow_0.11" depart="40.00" departLane="start_0" departPos="5.10" departSpeed="14.26" departDelay="0.40" arrival="149.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.77" duration="109.00" routeLength="996.05" waitingTime="13.00" waitingCount="1" stopTime="0.00" timeLoss="34.61" rerouteNo="0" devices="tripinfo_flow_0.11" vType="DEFAULT_VEHTYPE" speedFactor="1.03" vaporized=""/>
    <tripinfo id="flow_0.12" depart="44.00" departLane="start_0" departPos="5.10" departSpeed="14.54" departDelay="0.80" arrival="150.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.99" duration="106.00" routeLength="996.05" waitingTime="12.00" waitingCount="1" stopTime="0.00" timeLoss="34.25" rerouteNo="0" devices="tripinfo_flow_0.12" vType="DEFAULT_VEHTYPE" speedFactor="1.05" vaporized=""/>
    <tripinfo id="flow_0.13" depart="47.00" departLane="start_0" departPos="5.10" departSpeed="15.60" departDelay="0.20" arrival="152.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="14.99" duration="105.00" routeLength="996.05" waitingTime="10.00" waitingCount="1" stopTime="0.00" timeLoss="37.48" rerouteNo="0" devices="tripinfo_flow_0.13" vType="DEFAULT_VEHTYPE" speedFactor="1.12" vaporized=""/>
    <tripinfo id="flow_0.16" depart="58.00" departLane="start_1" departPos="5.10" departSpeed="12.20" departDelay="0.40" arrival="155.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="11.96" duration="97.00" routeLength="1028.10" waitingTime="15.00" waitingCount="1" stopTime="0.00" timeLoss="42.05" rerouteNo="0" devices="tripinfo_flow_0.16" vType="DEFAULT_VEHTYPE" speedFactor="0.88" vaporized=""/>
    <tripinfo id="flow_0.20" depart="72.00" departLane="start_1" departPos="5.10" departSpeed="14.14" departDelay="0.00" arrival="157.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.24" duration="85.00" routeLength="1028.10" waitingTime="6.00" waitingCount="1" stopTime="0.00" timeLoss="36.87" rerouteNo="0" devices="tripinfo_flow_0.20" vType="DEFAULT_VEHTYPE" speedFactor="1.02" vaporized=""/>
    <tripinfo id="flow_0.14" depart="51.00" departLane="start_0" departPos="5.10" departSpeed="13.77" departDelay="0.60" arrival="159.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.60" duration="108.00" routeLength="996.05" waitingTime="13.00" waitingCount="1" stopTime="0.00" timeLoss="31.10" rerouteNo="0" devices="tripinfo_flow_0.14" vType="DEFAULT_VEHTYPE" speedFactor="0.99" vaporized=""/>
    <tripinfo id="flow_0.15" depart="54.00" departLane="start_0" departPos="5.10" departSpeed="12.87" departDelay="0.00" arrival="160.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="12.65" duration="106.00" routeLength="996.05" waitingTime="7.00" waitingCount="1" stopTime="0.00" timeLoss="25.03" rerouteNo="0" devices="tripinfo_flow_0.15" vType="DEFAULT_VEHTYPE" speedFactor="0.93" vaporized=""/>
    <tripinfo id="flow_0.18" depart="65.00" departLane="start_0" departPos="5.10" departSpeed="13.00" departDelay="0.20" arrival="162.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="12.35" duration="97.00" routeLength="996.05" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="16.66" rerouteNo="0" devices="tripinfo_flow_0.18" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="flow_0.17" depart="62.00" departLane="start_1" departPos="5.10" departSpeed="13.08" departDelay="0.80" arrival="175.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="12.45" duration="113.00" routeLength="995.93" waitingTime="12.00" waitingCount="1" stopTime="0.00" timeLoss="32.04" rerouteNo="0" devices="tripinfo_flow_0.17" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="flow_0.24" depart="87.00" departLane="start_1" departPos="5.10" departSpeed="11.47" departDelay="0.60" arrival="189.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="10.47" duration="102.00" routeLength="995.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="9.54" rerouteNo="0" devices="tripinfo_flow_0.24" vType="DEFAULT_VEHTYPE" speedFactor="0.83" vaporized=""/>
    <tripinfo id="flow_0.25" depart="90.00" departLane="start_1" departPos="5.10" departSpeed="12.12" departDelay="0.00" arrival="192.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="11.32" duration="102.00" routeLength="995.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="13.50" rerouteNo="0" devices="tripinfo_flow_0.25" vType="DEFAULT_VEHTYPE" speedFactor="0.87" vaporized=""/>
    <tripinfo id="flow_0.26" depart="94.00" departLane="start_1" departPos="5.10" departSpeed="12.74" departDelay="0.40" arrival="193.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="12.40" duration="99.00" routeLength="995.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="15.45" rerouteNo="0" devices="tripinfo_flow_0.26" vType="DEFAULT_VEHTYPE" speedFactor="0.92" vaporized=""/>
    <tripinfo id="flow_0.19" depart="69.00" departLane="start_0" departPos="5.10" departSpeed="16.09" departDelay="0.60" arrival="195.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="15.77" duration="126.00" routeLength="996.05" waitingTime="28.00" waitingCount="1" stopTime="0.00" timeLoss="61.05" rerouteNo="0" devices="tripinfo_flow_0.19" vType="DEFAULT_VEHTYPE" speedFactor="1.16" vaporized=""/>
    <tripinfo id="flow_0.21" depart="76.00" departLane="start_0" departPos="5.10" departSpeed="14.03" departDelay="0.40" arrival="198.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.98" duration="122.00" routeLength="996.05" waitingTime="27.00" waitingCount="1" stopTime="0.00" timeLoss="47.40" rerouteNo="0" devices="tripinfo_flow_0.21" vType="DEFAULT_VEHTYPE" speedFactor="1.01" vaporized=""/>
    <tripinfo id="flow_0.22" depart="80.00" departLane="start_0" departPos="5.10" departSpeed="13.54" departDelay="0.80" arrival="201.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="12.49" duration="121.00" routeLength="996.05" waitingTime="24.00" waitingCount="1" stopTime="0.00" timeLoss="43.61" rerouteNo="0" devices="tripinfo_flow_0.22" vType="DEFAULT_VEHTYPE" speedFactor="0.97" vaporized=""/>
<truncated after showing first 30 lines>

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : assign dua-iterate braess shortcut_gawron_marginal_default ( Last six runs Sep2024 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in dualog ----------
28,84c28,37
< Simulation ended at time: 4392.00.
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<  RouteLength: 1005.90
<  Speed: 5.59
<  Duration: 230.94
<  WaitingTime: 74.53
<  TimeLoss: 162.91
<  DepartDelay: 105.88
< Success.
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 4362.00.
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<  RouteLength: 1005.93
<  Speed: 5.76
<  Duration: 225.45
<  WaitingTime: 71.10
<  TimeLoss: 157.45
<  DepartDelay: 91.91
< Success.
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 4253.00.
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<  RouteLength: 1005.78
<  Speed: 5.93
<truncated after showing first 30 lines>
---------- Differences in output ----------
19,49d18
< <<
< ------------------
< 
< > Executing step 3
< >> Running router on 2/input_routes_002.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< > Executing step 4
< >> Running router on 3/input_routes_003.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< > Executing step 5
< >> Running router on 4/input_routes_004.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< > Executing step 6
< >> Running router on 5/input_routes_005.rou.alt.xml
< <<
< >> Running simulation
< <<
<truncated after showing first 30 lines>
---------- Missing result in tripinfos ----------
<?xml version="1.0" encoding="UTF-8"?>


<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
    <tripinfo id="flow_0.2" depart="8.00" departLane="start_1" departPos="5.10" departSpeed="14.03" departDelay="0.80" arrival="93.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.44" duration="85.00" routeLength="1028.10" waitingTime="18.00" waitingCount="1" stopTime="0.00" timeLoss="36.74" rerouteNo="0" devices="tripinfo_flow_0.2" vType="DEFAULT_VEHTYPE" speedFactor="1.01" vaporized=""/>
    <tripinfo id="flow_0.5" depart="18.00" departLane="start_1" departPos="5.10" departSpeed="11.54" departDelay="0.00" arrival="102.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="11.26" duration="84.00" routeLength="1028.10" waitingTime="6.00" waitingCount="1" stopTime="0.00" timeLoss="25.70" rerouteNo="0" devices="tripinfo_flow_0.5" vType="DEFAULT_VEHTYPE" speedFactor="0.83" vaporized=""/>
    <tripinfo id="flow_0.7" depart="26.00" departLane="start_1" departPos="5.10" departSpeed="12.31" departDelay="0.80" arrival="105.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="11.18" duration="79.00" routeLength="1028.10" waitingTime="2.00" waitingCount="1" stopTime="0.00" timeLoss="24.18" rerouteNo="0" devices="tripinfo_flow_0.7" vType="DEFAULT_VEHTYPE" speedFactor="0.89" vaporized=""/>
    <tripinfo id="flow_0.10" depart="36.00" departLane="start_1" departPos="5.10" departSpeed="15.15" departDelay="0.00" arrival="107.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="14.65" duration="71.00" routeLength="1028.10" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="26.87" rerouteNo="0" devices="tripinfo_flow_0.10" vType="DEFAULT_VEHTYPE" speedFactor="1.09" vaporized=""/>
    <tripinfo id="flow_0.3" depart="11.00" departLane="start_0" departPos="5.10" departSpeed="15.04" departDelay="0.20" arrival="109.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="14.77" duration="98.00" routeLength="996.05" waitingTime="12.00" waitingCount="1" stopTime="0.00" timeLoss="27.61" rerouteNo="0" devices="tripinfo_flow_0.3" vType="DEFAULT_VEHTYPE" speedFactor="1.08" vaporized=""/>
    <tripinfo id="flow_0.4" depart="15.00" departLane="start_0" departPos="5.10" departSpeed="14.31" departDelay="0.60" arrival="110.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.76" duration="95.00" routeLength="996.05" waitingTime="7.00" waitingCount="1" stopTime="0.00" timeLoss="21.67" rerouteNo="0" devices="tripinfo_flow_0.4" vType="DEFAULT_VEHTYPE" speedFactor="1.03" vaporized=""/>
    <tripinfo id="flow_0.0" depart="0.00" departLane="start_1" departPos="5.10" departSpeed="14.72" departDelay="0.00" arrival="114.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="13.61" duration="114.00" routeLength="995.93" waitingTime="25.00" waitingCount="1" stopTime="0.00" timeLoss="41.66" rerouteNo="0" devices="tripinfo_flow_0.0" vType="DEFAULT_VEHTYPE" speedFactor="1.06" vaporized=""/>
    <tripinfo id="flow_0.1" depart="4.00" departLane="start_1" departPos="5.10" departSpeed="13.03" departDelay="0.40" arrival="123.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="12.18" duration="119.00" routeLength="995.93" waitingTime="19.00" waitingCount="1" stopTime="0.00" timeLoss="37.16" rerouteNo="0" devices="tripinfo_flow_0.1" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="flow_0.6" depart="22.00" departLane="start_1" departPos="5.10" departSpeed="14.53" departDelay="0.40" arrival="125.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="13.40" duration="103.00" routeLength="995.93" waitingTime="5.00" waitingCount="1" stopTime="0.00" timeLoss="29.81" rerouteNo="0" devices="tripinfo_flow_0.6" vType="DEFAULT_VEHTYPE" speedFactor="1.05" vaporized=""/>
    <tripinfo id="flow_0.9" depart="33.00" departLane="start_1" departPos="5.10" departSpeed="11.90" departDelay="0.60" arrival="141.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="11.26" duration="108.00" routeLength="995.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="18.59" rerouteNo="0" devices="tripinfo_flow_0.9" vType="DEFAULT_VEHTYPE" speedFactor="0.86" vaporized=""/>
    <tripinfo id="flow_0.11" depart="40.00" departLane="start_1" departPos="5.10" departSpeed="14.26" departDelay="0.40" arrival="143.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="13.01" duration="103.00" routeLength="995.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="28.00" rerouteNo="0" devices="tripinfo_flow_0.11" vType="DEFAULT_VEHTYPE" speedFactor="1.03" vaporized=""/>
    <tripinfo id="flow_0.8" depart="29.00" departLane="start_0" departPos="5.10" departSpeed="13.03" departDelay="0.20" arrival="145.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="12.50" duration="116.00" routeLength="996.05" waitingTime="17.00" waitingCount="1" stopTime="0.00" timeLoss="35.34" rerouteNo="0" devices="tripinfo_flow_0.8" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="flow_0.12" depart="44.00" departLane="start_0" departPos="5.10" departSpeed="14.54" departDelay="0.80" arrival="147.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="14.13" duration="103.00" routeLength="996.05" waitingTime="11.00" waitingCount="1" stopTime="0.00" timeLoss="30.54" rerouteNo="0" devices="tripinfo_flow_0.12" vType="DEFAULT_VEHTYPE" speedFactor="1.05" vaporized=""/>
    <tripinfo id="flow_0.13" depart="47.00" departLane="start_0" departPos="5.10" departSpeed="15.60" departDelay="0.20" arrival="148.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="14.61" duration="101.00" routeLength="996.05" waitingTime="8.00" waitingCount="1" stopTime="0.00" timeLoss="33.94" rerouteNo="0" devices="tripinfo_flow_0.13" vType="DEFAULT_VEHTYPE" speedFactor="1.12" vaporized=""/>
    <tripinfo id="flow_0.15" depart="54.00" departLane="start_1" departPos="5.10" departSpeed="12.87" departDelay="0.00" arrival="151.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="12.36" duration="97.00" routeLength="1028.10" waitingTime="19.00" waitingCount="1" stopTime="0.00" timeLoss="44.90" rerouteNo="0" devices="tripinfo_flow_0.15" vType="DEFAULT_VEHTYPE" speedFactor="0.93" vaporized=""/>
    <tripinfo id="flow_0.16" depart="58.00" departLane="start_1" departPos="5.10" departSpeed="12.20" departDelay="0.40" arrival="154.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="11.59" duration="96.00" routeLength="1028.10" waitingTime="16.00" waitingCount="1" stopTime="0.00" timeLoss="39.64" rerouteNo="0" devices="tripinfo_flow_0.16" vType="DEFAULT_VEHTYPE" speedFactor="0.88" vaporized=""/>
    <tripinfo id="flow_0.20" depart="72.00" departLane="start_1" departPos="5.10" departSpeed="14.14" departDelay="0.00" arrival="156.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.74" duration="84.00" routeLength="1028.10" waitingTime="7.00" waitingCount="1" stopTime="0.00" timeLoss="35.79" rerouteNo="0" devices="tripinfo_flow_0.20" vType="DEFAULT_VEHTYPE" speedFactor="1.02" vaporized=""/>
    <tripinfo id="flow_0.14" depart="51.00" departLane="start_0" departPos="5.10" departSpeed="13.77" departDelay="0.60" arrival="157.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.30" duration="106.00" routeLength="996.05" waitingTime="12.00" waitingCount="1" stopTime="0.00" timeLoss="29.77" rerouteNo="0" devices="tripinfo_flow_0.14" vType="DEFAULT_VEHTYPE" speedFactor="0.99" vaporized=""/>
    <tripinfo id="flow_0.18" depart="65.00" departLane="start_0" departPos="5.10" departSpeed="13.00" departDelay="0.20" arrival="159.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="12.60" duration="94.00" routeLength="996.05" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="13.49" rerouteNo="0" devices="tripinfo_flow_0.18" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="flow_0.21" depart="76.00" departLane="start_0" departPos="5.10" departSpeed="14.03" departDelay="0.40" arrival="162.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.49" duration="86.00" routeLength="996.05" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="10.73" rerouteNo="0" devices="tripinfo_flow_0.21" vType="DEFAULT_VEHTYPE" speedFactor="1.01" vaporized=""/>
    <tripinfo id="flow_0.17" depart="62.00" departLane="start_1" departPos="5.10" departSpeed="13.08" departDelay="0.80" arrival="178.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="12.69" duration="116.00" routeLength="995.93" waitingTime="16.00" waitingCount="1" stopTime="0.00" timeLoss="34.85" rerouteNo="0" devices="tripinfo_flow_0.17" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="flow_0.19" depart="69.00" departLane="start_1" departPos="5.10" departSpeed="16.09" departDelay="0.60" arrival="180.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="14.93" duration="111.00" routeLength="995.93" waitingTime="12.00" waitingCount="1" stopTime="0.00" timeLoss="44.35" rerouteNo="0" devices="tripinfo_flow_0.19" vType="DEFAULT_VEHTYPE" speedFactor="1.16" vaporized=""/>
    <tripinfo id="flow_0.23" depart="83.00" departLane="start_1" departPos="5.10" departSpeed="12.36" departDelay="0.20" arrival="187.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="12.30" duration="104.00" routeLength="995.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="18.41" rerouteNo="0" devices="tripinfo_flow_0.23" vType="DEFAULT_VEHTYPE" speedFactor="0.89" vaporized=""/>
    <tripinfo id="flow_0.24" depart="87.00" departLane="start_1" departPos="5.10" departSpeed="11.47" departDelay="0.60" arrival="195.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="10.53" duration="108.00" routeLength="995.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="14.89" rerouteNo="0" devices="tripinfo_flow_0.24" vType="DEFAULT_VEHTYPE" speedFactor="0.83" vaporized=""/>
    <tripinfo id="flow_0.22" depart="80.00" departLane="start_0" departPos="5.10" departSpeed="13.54" departDelay="0.80" arrival="197.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="12.66" duration="117.00" routeLength="996.05" waitingTime="19.00" waitingCount="1" stopTime="0.00" timeLoss="39.29" rerouteNo="0" devices="tripinfo_flow_0.22" vType="DEFAULT_VEHTYPE" speedFactor="0.97" vaporized=""/>
    <tripinfo id="flow_0.25" depart="90.00" departLane="start_1" departPos="5.10" departSpeed="12.12" departDelay="0.00" arrival="197.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="11.05" duration="107.00" routeLength="995.93" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="18.77" rerouteNo="0" devices="tripinfo_flow_0.25" vType="DEFAULT_VEHTYPE" speedFactor="0.87" vaporized=""/>
<truncated after showing first 30 lines>

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : assign dua-iterate braess shortcut_logit ( Last six runs Sep2024 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in dualog ----------
28,84c28,37
< Simulation ended at time: 4084.00.
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<  RouteLength: 1008.58
<  Speed: 5.69
<  Duration: 214.37
<  WaitingTime: 70.11
<  TimeLoss: 148.69
<  DepartDelay: 15.80
< Success.
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 3896.00.
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<  RouteLength: 1006.78
<  Speed: 6.03
<  Duration: 189.22
<  WaitingTime: 59.98
<  TimeLoss: 121.98
<  DepartDelay: 0.40
< Success.
< Loading done.
< Simulation started with time: 0.00.
< Simulation ended at time: 3794.00.
< Reason: All vehicles have left the simulation.
< Statistics (avg of 1000):
<  RouteLength: 1006.56
<  Speed: 7.32
<truncated after showing first 30 lines>
---------- Differences in output ----------
19,49d18
< <<
< ------------------
< 
< > Executing step 3
< >> Running router on 2/input_routes_002.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< > Executing step 4
< >> Running router on 3/input_routes_003.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< > Executing step 5
< >> Running router on 4/input_routes_004.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< > Executing step 6
< >> Running router on 5/input_routes_005.rou.alt.xml
< <<
< >> Running simulation
< <<
<truncated after showing first 30 lines>
---------- Missing result in tripinfos ----------
<?xml version="1.0" encoding="UTF-8"?>


<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
    <tripinfo id="flow_0.1" depart="4.00" departLane="start_1" departPos="5.10" departSpeed="13.03" departDelay="0.40" arrival="94.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="11.80" duration="90.00" routeLength="1028.10" waitingTime="19.00" waitingCount="1" stopTime="0.00" timeLoss="38.38" rerouteNo="0" devices="tripinfo_flow_0.1" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="flow_0.3" depart="11.00" departLane="start_1" departPos="5.10" departSpeed="15.04" departDelay="0.20" arrival="95.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.96" duration="84.00" routeLength="1028.10" waitingTime="16.00" waitingCount="1" stopTime="0.00" timeLoss="39.63" rerouteNo="0" devices="tripinfo_flow_0.3" vType="DEFAULT_VEHTYPE" speedFactor="1.08" vaporized=""/>
    <tripinfo id="flow_0.4" depart="15.00" departLane="start_1" departPos="5.10" departSpeed="14.31" departDelay="0.60" arrival="97.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.85" duration="82.00" routeLength="1028.10" waitingTime="14.00" waitingCount="1" stopTime="0.00" timeLoss="34.80" rerouteNo="0" devices="tripinfo_flow_0.4" vType="DEFAULT_VEHTYPE" speedFactor="1.03" vaporized=""/>
    <tripinfo id="flow_0.6" depart="22.00" departLane="start_1" departPos="5.10" departSpeed="14.53" departDelay="0.40" arrival="100.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.39" duration="78.00" routeLength="1028.10" waitingTime="6.00" waitingCount="1" stopTime="0.00" timeLoss="32.64" rerouteNo="0" devices="tripinfo_flow_0.6" vType="DEFAULT_VEHTYPE" speedFactor="1.05" vaporized=""/>
    <tripinfo id="flow_0.9" depart="33.00" departLane="start_1" departPos="5.10" departSpeed="11.90" departDelay="0.60" arrival="108.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="11.13" duration="75.00" routeLength="1028.10" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="18.29" rerouteNo="0" devices="tripinfo_flow_0.9" vType="DEFAULT_VEHTYPE" speedFactor="0.86" vaporized=""/>
    <tripinfo id="flow_0.10" depart="36.00" departLane="start_1" departPos="5.10" departSpeed="15.15" departDelay="0.00" arrival="109.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.34" duration="73.00" routeLength="1028.10" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="28.74" rerouteNo="0" devices="tripinfo_flow_0.10" vType="DEFAULT_VEHTYPE" speedFactor="1.09" vaporized=""/>
    <tripinfo id="flow_0.11" depart="40.00" departLane="start_1" departPos="5.10" departSpeed="14.26" departDelay="0.40" arrival="111.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="14.22" duration="71.00" routeLength="1028.10" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="23.48" rerouteNo="0" devices="tripinfo_flow_0.11" vType="DEFAULT_VEHTYPE" speedFactor="1.03" vaporized=""/>
    <tripinfo id="flow_0.0" depart="0.00" departLane="start_1" departPos="5.10" departSpeed="14.72" departDelay="0.00" arrival="113.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="13.61" duration="113.00" routeLength="995.93" waitingTime="25.00" waitingCount="1" stopTime="0.00" timeLoss="40.63" rerouteNo="0" devices="tripinfo_flow_0.0" vType="DEFAULT_VEHTYPE" speedFactor="1.06" vaporized=""/>
    <tripinfo id="flow_0.5" depart="18.00" departLane="start_1" departPos="5.10" departSpeed="11.54" departDelay="0.00" arrival="139.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="10.90" duration="121.00" routeLength="995.93" waitingTime="7.00" waitingCount="1" stopTime="0.00" timeLoss="29.01" rerouteNo="0" devices="tripinfo_flow_0.5" vType="DEFAULT_VEHTYPE" speedFactor="0.83" vaporized=""/>
    <tripinfo id="flow_0.2" depart="8.00" departLane="start_0" departPos="5.10" departSpeed="14.03" departDelay="0.80" arrival="144.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.77" duration="136.00" routeLength="996.05" waitingTime="39.00" waitingCount="2" stopTime="0.00" timeLoss="60.79" rerouteNo="0" devices="tripinfo_flow_0.2" vType="DEFAULT_VEHTYPE" speedFactor="1.01" vaporized=""/>
    <tripinfo id="flow_0.7" depart="26.00" departLane="start_0" departPos="5.10" departSpeed="12.31" departDelay="0.80" arrival="147.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="11.64" duration="121.00" routeLength="996.05" waitingTime="18.00" waitingCount="1" stopTime="0.00" timeLoss="35.76" rerouteNo="0" devices="tripinfo_flow_0.7" vType="DEFAULT_VEHTYPE" speedFactor="0.89" vaporized=""/>
    <tripinfo id="flow_0.8" depart="29.00" departLane="start_0" departPos="5.10" departSpeed="13.03" departDelay="0.20" arrival="149.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="11.97" duration="120.00" routeLength="996.05" waitingTime="16.00" waitingCount="1" stopTime="0.00" timeLoss="39.43" rerouteNo="0" devices="tripinfo_flow_0.8" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="flow_0.12" depart="44.00" departLane="start_1" departPos="5.10" departSpeed="14.54" departDelay="0.80" arrival="151.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.54" duration="107.00" routeLength="1028.10" waitingTime="28.00" waitingCount="1" stopTime="0.00" timeLoss="60.03" rerouteNo="0" devices="tripinfo_flow_0.12" vType="DEFAULT_VEHTYPE" speedFactor="1.05" vaporized=""/>
    <tripinfo id="flow_0.13" depart="47.00" departLane="start_1" departPos="5.10" departSpeed="15.60" departDelay="0.20" arrival="152.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="15.20" duration="105.00" routeLength="1028.10" waitingTime="27.00" waitingCount="1" stopTime="0.00" timeLoss="61.53" rerouteNo="0" devices="tripinfo_flow_0.13" vType="DEFAULT_VEHTYPE" speedFactor="1.12" vaporized=""/>
    <tripinfo id="flow_0.17" depart="62.00" departLane="start_1" departPos="5.10" departSpeed="13.08" departDelay="0.80" arrival="155.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="11.85" duration="93.00" routeLength="1028.10" waitingTime="17.00" waitingCount="1" stopTime="0.00" timeLoss="40.49" rerouteNo="0" devices="tripinfo_flow_0.17" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="flow_0.20" depart="72.00" departLane="start_1" departPos="5.10" departSpeed="14.14" departDelay="0.00" arrival="157.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.24" duration="85.00" routeLength="1028.10" waitingTime="11.00" waitingCount="1" stopTime="0.00" timeLoss="36.81" rerouteNo="0" devices="tripinfo_flow_0.20" vType="DEFAULT_VEHTYPE" speedFactor="1.02" vaporized=""/>
    <tripinfo id="flow_0.21" depart="76.00" departLane="start_1" departPos="5.10" departSpeed="14.03" departDelay="0.40" arrival="158.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.05" duration="82.00" routeLength="1028.10" waitingTime="9.00" waitingCount="1" stopTime="0.00" timeLoss="34.03" rerouteNo="0" devices="tripinfo_flow_0.21" vType="DEFAULT_VEHTYPE" speedFactor="1.01" vaporized=""/>
    <tripinfo id="flow_0.16" depart="58.00" departLane="start_0" departPos="5.10" departSpeed="12.20" departDelay="0.40" arrival="162.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="11.40" duration="104.00" routeLength="996.05" waitingTime="4.00" waitingCount="1" stopTime="0.00" timeLoss="18.24" rerouteNo="0" devices="tripinfo_flow_0.16" vType="DEFAULT_VEHTYPE" speedFactor="0.88" vaporized=""/>
    <tripinfo id="flow_0.18" depart="65.00" departLane="start_0" departPos="5.10" departSpeed="13.00" departDelay="0.20" arrival="164.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="12.56" duration="99.00" routeLength="996.05" waitingTime="2.00" waitingCount="1" stopTime="0.00" timeLoss="18.14" rerouteNo="0" devices="tripinfo_flow_0.18" vType="DEFAULT_VEHTYPE" speedFactor="0.94" vaporized=""/>
    <tripinfo id="flow_0.14" depart="51.00" departLane="start_1" departPos="5.10" departSpeed="13.77" departDelay="0.60" arrival="174.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="12.93" duration="123.00" routeLength="995.93" waitingTime="27.00" waitingCount="1" stopTime="0.00" timeLoss="45.30" rerouteNo="0" devices="tripinfo_flow_0.14" vType="DEFAULT_VEHTYPE" speedFactor="0.99" vaporized=""/>
    <tripinfo id="flow_0.15" depart="54.00" departLane="start_1" departPos="5.10" departSpeed="12.87" departDelay="0.00" arrival="181.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="12.56" duration="127.00" routeLength="995.93" waitingTime="24.00" waitingCount="1" stopTime="0.00" timeLoss="44.52" rerouteNo="0" devices="tripinfo_flow_0.15" vType="DEFAULT_VEHTYPE" speedFactor="0.93" vaporized=""/>
    <tripinfo id="flow_0.19" depart="69.00" departLane="start_1" departPos="5.10" departSpeed="16.09" departDelay="0.60" arrival="183.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="14.47" duration="114.00" routeLength="995.93" waitingTime="14.00" waitingCount="1" stopTime="0.00" timeLoss="47.99" rerouteNo="0" devices="tripinfo_flow_0.19" vType="DEFAULT_VEHTYPE" speedFactor="1.16" vaporized=""/>
    <tripinfo id="flow_0.23" depart="83.00" departLane="start_1" departPos="5.10" departSpeed="12.36" departDelay="0.20" arrival="195.00" arrivalLane="end_1" arrivalPos="115.32" arrivalSpeed="12.22" duration="112.00" routeLength="995.93" waitingTime="1.00" waitingCount="1" stopTime="0.00" timeLoss="25.47" rerouteNo="0" devices="tripinfo_flow_0.23" vType="DEFAULT_VEHTYPE" speedFactor="0.89" vaporized=""/>
    <tripinfo id="flow_0.22" depart="80.00" departLane="start_0" departPos="5.10" departSpeed="13.54" departDelay="0.80" arrival="196.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="13.02" duration="116.00" routeLength="996.05" waitingTime="21.00" waitingCount="1" stopTime="0.00" timeLoss="38.45" rerouteNo="0" devices="tripinfo_flow_0.22" vType="DEFAULT_VEHTYPE" speedFactor="0.97" vaporized=""/>
    <tripinfo id="flow_0.24" depart="87.00" departLane="start_1" departPos="5.10" departSpeed="11.47" departDelay="0.60" arrival="200.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="10.93" duration="113.00" routeLength="1028.10" waitingTime="29.00" waitingCount="1" stopTime="0.00" timeLoss="54.49" rerouteNo="0" devices="tripinfo_flow_0.24" vType="DEFAULT_VEHTYPE" speedFactor="0.83" vaporized=""/>
    <tripinfo id="flow_0.26" depart="94.00" departLane="start_1" departPos="5.10" departSpeed="12.74" departDelay="0.40" arrival="202.00" arrivalLane="end_0" arrivalPos="115.32" arrivalSpeed="11.66" duration="108.00" routeLength="1028.10" waitingTime="26.00" waitingCount="1" stopTime="0.00" timeLoss="54.13" rerouteNo="0" devices="tripinfo_flow_0.26" vType="DEFAULT_VEHTYPE" speedFactor="0.92" vaporized=""/>
<truncated after showing first 30 lines>

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : assign duaIterateMix simple ( Last six runs Sep2024 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in dualog ----------
24,25c24,26
< Simulation ended at time: 2897.00.
< Reason: All vehicles have left the simulation.
---
> Interrupt signal received, trying to exit gracefully.
> Simulation ended at time: 2423.00.
> Reason: Interrupted.
28,37c29,38
<  Inserted: 1000
<  Running: 0
<  Waiting: 0
< Statistics (avg of 1000):
<  RouteLength: 1181.62
<  Speed: 5.86
<  Duration: 274.59
<  WaitingTime: 85.03
<  TimeLoss: 200.16
<  DepartDelay: 155.13
---
>  Inserted: 974 (Loaded: 1000)
>  Running: 64
>  Waiting: 26
> Statistics (avg of 910):
>  RouteLength: 1196.91
>  Speed: 6.13
>  Duration: 268.25
>  WaitingTime: 80.02
>  TimeLoss: 191.22
>  DepartDelay: 102.64
39,95d39
<truncated after showing first 30 lines>
---------- Differences in output ----------
16,45d15
< <<
< ------------------
< 
< > Executing step 2
< >> Running router on 001/input_routes_001.rou.alt.xml
< <<
< >> Running router on 001/input_routes2_001.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< > Executing step 3
< >> Running router on 002/input_routes_002.rou.alt.xml
< <<
< >> Running router on 002/input_routes2_002.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
< 
< > Executing step 4
< >> Running router on 003/input_routes_003.rou.alt.xml
< <<
< >> Running router on 003/input_routes2_003.rou.alt.xml
< <<
< >> Running simulation
< <<
< ------------------
<truncated after showing first 30 lines>
---------- Differences in xmlstats1 ----------
5c5
<     <vehicles loaded="1000" inserted="1000" running="0" waiting="0"/>
---
>     <vehicles loaded="1000" inserted="974" running="64" waiting="26"/>
10c10
<     <vehicleTripStatistics count="1000" routeLength="1181.62" speed="5.86" duration="274.59" waitingTime="85.03" timeLoss="200.16" departDelay="155.13" departDelayWaiting="-1.00" totalTravelTime="274594.00" totalDepartDelay="155126.00"/>
---
>     <vehicleTripStatistics count="910" routeLength="1196.91" speed="6.13" duration="268.25" waitingTime="80.02" timeLoss="191.22" departDelay="102.64" departDelayWaiting="-1.00" totalTravelTime="244111.00" totalDepartDelay="93403.40"/>

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : build_config checkStyle netedit_demand ( Last six runs Sep2024 )

Test exceeded wallclock time limit of 300.0 seconds

4 TESTS were terminated before completion (TIMEOUT) on ts-sim-build-ba :

Test exceeded wallclock time limit of 300.0 seconds
---------- Missing result in gtfs_additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <busStop id="132244371.0" lane="27220201#0_0" startPos="120.44" endPos="133.44" friendlyPos="true" name="Braunschweig Rathaus"/>
    <busStop id="132244371.1" lane="319583927#0_0" startPos="2.76" endPos="15.76" friendlyPos="true" name="Braunschweig Schloss"/>
    <busStop id="132244371.2" lane="5059167#0_0" startPos="26.17" endPos="39.17" friendlyPos="true" name="Braunschweig John-F.-Kennedy-Platz"/>
    <busStop id="132244371.3" lane="588927595_0" startPos="47.22" endPos="60.22" friendlyPos="true" name="Braunschweig Friedrich-Wilhelm-Platz"/>
    <busStop id="132244371.4" lane="122119622#0_0" startPos="82.59" endPos="95.59" friendlyPos="true" name="Braunschweig Europaplatz"/>
    <busStop id="132185783.0" lane="-5148300_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="Braunschweig Rathaus"/>
    <busStop id="132185783.1" lane="37983000_0" startPos="28.48" endPos="41.48" friendlyPos="true" name="Braunschweig Packhof"/>
    <busStop id="132185783.2" lane="30425275#0_0" startPos="29.12" endPos="42.12" friendlyPos="true" name="Braunschweig Hintern Brüdern"/>
    <busStop id="132185783.3" lane="8108069_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="Braunschweig Altstadtmarkt"/>
    <busStop id="132185783.4" lane="-320399277#2_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="Braunschweig Güldenstraße"/>
    <busStop id="132185783.5" lane="-25290640_0" startPos="18.61" endPos="31.61" friendlyPos="true" name="Braunschweig Goslarsche Straße"/>
    <busStop id="132218462.0" lane="51353826#0_0" startPos="16.57" endPos="29.57" friendlyPos="true" name="Braunschweig John-F.-Kennedy-Platz"/>
    <busStop id="132218462.1" lane="25730281#0_0" startPos="4.75" endPos="17.75" friendlyPos="true" name="Braunschweig Schloss"/>
    <busStop id="132218462.2" lane="27220209#0_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="Braunschweig Rathaus"/>
    <busStop id="132189814.0" lane="-171756596_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="Braunschweig Staatstheater"/>
    <busStop id="132189814.5" lane="8618349#0_0" startPos="31.99" endPos="44.99" friendlyPos="true" name="Braunschweig Güldenstraße"/>
    <busStop id="132189814.6" lane="319389908#0_0" startPos="79.29" endPos="92.29" friendlyPos="true" name="Braunschweig Südstraße"/>
    <busStop id="132189814.7" lane="127240643#2_0" startPos="0.56" endPos="13.56" friendlyPos="true" name="Braunschweig Holzhof"/>
    <busStop id="132194506.0" lane="32055654_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="Braunschweig John-F.-Kennedy-Platz"/>
    <busStop id="132183536.0" lane="316791974#1_0" startPos="7.60" endPos="20.60" friendlyPos="true" name="Braunschweig Holzhof"/>
    <busStop id="132183536.1" lane="316791983_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="Braunschweig Am Wassertor"/>
    <busStop id="132183536.2" lane="43328051#0_0" startPos="24.74" endPos="37.74" friendlyPos="true" name="Braunschweig John-F.-Kennedy-Platz"/>
</additional>
---------- Missing result in gtfs_routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <route id="132244371" edges="27220201#0 61312640#0 27220216 319583927#0 29087077#0 25730280#0 25730280#3 25730282 315422094 315422095#0 315422095#1 5059167#0 305951363 25076279#0 25076279#1 23209054#0 29085916#0 588927595 6279149#0 316781871#1 30426426#0 316781875#0 306497784 306497780 23118706 384876527 384876529 559570920#0 122119622#0">
        <stop busStop="132244371.0" duration="10" until="0"/> <!-- Braunschweig Rathaus -->
        <stop busStop="132244371.1" duration="10" until="120"/> <!-- Braunschweig Schloss -->
        <stop busStop="132244371.2" duration="10" until="240"/> <!-- Braunschweig John-F.-Kennedy-Platz -->
        <stop busStop="132244371.3" duration="10" until="360"/> <!-- Braunschweig Friedrich-Wilhelm-Platz -->
        <stop busStop="132244371.4" duration="10" until="480"/> <!-- Braunschweig Europaplatz -->
    </route>
    <route id="132185783" edges="-198087353#0 -5148300 22978949#0 54684975#0 54684975#11 23386846#0 37983000 28381788 28509534#0 28509534#1 28509707#0 307200571 409312582#1 30425275#0 291686198 210624811#0 210624811#2 210624811#3 210624811#4 409312580 8108069 -376915189 -8107411#2 -320399277#2 -320814805#1 -59873991 -8118981 -320814798 -59873992 -25087143 -25290640 -283066855">
        <stop busStop="132185783.0" duration="10" until="0"/> <!-- Braunschweig Rathaus -->
        <stop busStop="132185783.1" duration="10" until="60"/> <!-- Braunschweig Packhof -->
        <stop busStop="132185783.2" duration="10" until="120"/> <!-- Braunschweig Hintern Brüdern -->
        <stop busStop="132185783.3" duration="10" until="180"/> <!-- Braunschweig Altstadtmarkt -->
        <stop busStop="132185783.4" duration="10" until="300"/> <!-- Braunschweig Güldenstraße -->
        <stop busStop="132185783.5" duration="10" until="360"/> <!-- Braunschweig Goslarsche Straße -->
    </route>
    <route id="132185786.trimmed" edges="8108069 -376915189 -8107411#2 -320399277#2 -320814805#1 -59873991 -8118981 -320814798 -59873992 -25087143 -25290640 -283066855">
        <stop busStop="132185783.3" duration="10" until="0"/> <!-- Braunschweig Altstadtmarkt -->
        <stop busStop="132185783.4" duration="10" until="120"/> <!-- Braunschweig Güldenstraße -->
        <stop busStop="132185783.5" duration="10" until="180"/> <!-- Braunschweig Goslarsche Straße -->
    </route>
    <route id="132218462" edges="51353826#0 61976434#0 61976434#1 61976434#2 61976434#3 61976434#4 25730283#0 315422093#0 25730281#0 27220157#0 29976721#0 4729561#0 317365383#0 317365383#1 317365382#0 27220209#0">
        <stop busStop="132218462.0" duration="10" until="0"/> <!-- Braunschweig John-F.-Kennedy-Platz -->
        <stop busStop="132218462.1" duration="10" until="120"/> <!-- Braunschweig Schloss -->
        <stop busStop="132218462.2" duration="10" until="240"/> <!-- Braunschweig Rathaus -->
    </route>
    <route id="132189814" edges="-171756596 -37976103#3 -314841164#1 -37976385#1 -615184925 -198087353#0 -5148300 22978949#0 54684975#0 54684975#11 23386846#0 37983000 28381788 28509534#0 28509534#1 28509707#0 307200571 409312582#1 30425275#0 291686198 210624811#0 210624811#2 210624811#3 210624811#4 409312580 8108069 -376915189 -8107411#2 8618349#0 8618349#3 319389908#0 31016344#0 316781879#0 8618348 316785565 23118706 384876527 384876526 4743778#0 127240643#0 127240643#1 127240643#2">
<truncated after showing first 30 lines>
import GTFS import_begin72000_end259200 gtfs2pt_fcd ( Last six runs Sep2024 )
import GTFS import_bus_routes gtfs2pt_fcd ( Last six runs Sep2024 )
import GTFS import_bus_routes gtfs2pt_fcd_sort ( Last six runs Sep2024 )
import GTFS import_days gtfs2pt_fcd ( Last six runs Sep2024 )

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : route splitRouteFiles gz ( Last six runs Sep2024 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in validate0 ----------
2,3c2
<     <vehicle id="3249717" type="bus" depart="4">
<         <route edges="28386159 58666036 33786672#0 155737095#1 263546724 32043134#0 55822778 58666034#0 58666034#2 58666034#3 282123892#0 335369962 142903351 266106263 362641685#2 8080941 24870681 -600204868 374419977#2 495906621 590292076 590292075 342986969#0 342986969#1 55822771"/>
---
>  342986969#0 342986969#1 55822771"/>
5,6c4
<     <vehicle id="2277611" type="bus" depart="201">
<         <route edges="4531519#0 60838074#1 316934738 316934737#0 316934737#1 316934737#2 380570388 206893436#0 206893436#1 206893436#2 206893436#3 206865820#0 206865820#1 319188807 25290438 315425129#1 315425129#3 315425129#4 32055654 5059167#2 305951363 25076279#0 25076279#1 233938392 29085916#0 19044896#0 19044896#1 19044896#2 6279149#0 6279149#1 6279149#2 30426426#0 23118706 384876527 23329785#1 23329785#2 4743778#0 4743778#1 4743778#2 127240643#1 127240643#2 127240643#3 122119623 59393474#
3 59393474#4 59393474#5 316791974#0 316791974#1 30426519#0 30426519#1 30426519#2 8618332 319389905 316785563#0 316785564#0 316785564#1 8118997 171266179#0 61996465#1 24021025 319389907 518086680#0 10231578#0 10231578#2 10231578#3 518086681 61996453#2 171266151#0 385335099#2 385335099#3 385335114#0 385335114#2 385043746#0 385043746#1 385335102#2 385335109 385335107 385335113#0 385335113#2 4743791#0 4743791#1 314246981 314246982#1 120263929#1 107439082 120263924 130752520 27893822 114797743 114797
741 -313800994 -24167028#1 -313800995 -171266171#3 -171266171#2 -171266171#1 -171266171#0 -28192201#2 -28192201#0 -171266169#1 -171266169#0 -526258220#1 -313800997#1 -30766035 -313800999 -313801000#1 -313801000#0 -171266170 -313801002 -30773323 -171266168#1 -28192197#1 -505402283 28746623#1 28746623#2 -505402286#1 -505402286#0 -34144732 -34144847 -254495596 -171266172 -197922718#0 175987071 329685947 -30992159 -26242745#2 -441042379#3 -171266115 -171266114#7 -171266114#6 -171266114#4 -171266114#
2 -171266114#1 -132867141#2"/>
---
> 791974#0 316791974#1 30426519#0 30426519#1 30426519#2 8618332 319389905 316785563#0 316785564#0 316785564#1 8118997 171266179#0 61996465#1 24021025 319389907 518086680#0 10231578#0 10231578#2 10231578#3 518086681 61996453#2 171266151#0 385335099#2 385335099#3 385335114#0 385335114#2 385043746#0 385043746#1 385335102#2 385335109 385335107 385335113#0 385335113#2 4743791#0 4743791#1 314246981 314246982#1 120263929#1 107439082 120263924 130752520 27893822 114797743 114797741 -313800994 -24167028#
1 -313800995 -171266171#3 -171266171#2 -171266171#1 -171266171#0 -28192201#2 -28192201#0 -171266169#1 -171266169#0 -526258220#1 -313800997#1 -30766035 -313800999 -313801000#1 -313801000#0 -171266170 -313801002 -30773323 -171266168#1 -28192197#1 -505402283 28746623#1 28746623#2 -505402286#1 -505402286#0 -34144732 -34144847 -254495596 -171266172 -197922718#0 175987071 329685947 -30992159 -26242745#2 -441042379#3 -171266115 -171266114#7 -171266114#6 -171266114#4 -171266114#2 -171266114#1 -132867141
#2"/>
8,9c6
<     <vehicle id="2915007" type="bus" depart="209">
<         <route edges="30642116#1 207590291#0 207590291#1 501199060 169305851 -317360238#3 -317360238#2 -317360238#1 -317360238#0 -317360237 -171201109 -30642178#5 -30642178#4 -30642178#1 -520138353#1 -520138353#0 502198145#1 8093321#0 8093321#1 8093321#2 8093321#3 8093321#4 8093325#0 8093325#2 8093325#3"/>
---
> 321#1 -8093321#0 -502198145#1 520138353#0 520138353#1 30642178#0 30642178#2 30642178#5 171201109 317360237 317360238#0 317360238#1"/>
11,12c8
<     <vehicle id="2928360" type="bus" depart="245">
<         <route edges="-108915817 108915796 509331931 328670992#0 328670992#1 611101972 509331932 33199328 33199416#0 33199416#1 33199416#2 33199416#3 33199416#4 108915782#0 108915782#3 4726795 82457977 230783871#1 230783871#7 296479157#0 296479157#1 296479157#3 217363983 217363982#0 217363982#1 217363982#2 217363982#4 217363982#5 70545098#0 70545098#1 70545098#3 70545096#1 70545096#2 70545096#3 70545096#5 6244362 61890740 277665454#0 277665454#1 277665454#3 277665454#4 319192875 319192873 3191
92885 319192887 319192884 319192876#0 319192876#3 319192876#4 319192876#7 374169552#0 374169548#0 374169548#2 374169553#0 83723985#2 378166624#2 394077003#0 394077003#1 394077003#2 621507756 375727027#0 375727027#1 375727027#4 394076983 394076973#2 505845266 5021500#0 5021500#1 31413930#1 60922609#0 60922609#1 60922609#2 320399275#0 320399275#1 320399275#2 320399275#3 320399274#0 320399274#1 320399274#2 30424376#0 8107411#2 89428515#0 89428515#1 89428515#2 -625229902 30424433#1 30424433#2 304244
33#3 8074362#0 8074362#1 8074362#2 141542465 19045105#1 19045105#2 18962450#0 190405266#1 190405266#2 190405266#3 25116462#1 320044358#0 5021504 220890642#1 220890642#2 220890642#3 220890642#5 478295461 173044205#0 173044205#4 5148300 198087353#0 37976385#1 314841164#0 37976103#2 171756596 405363051#0 499618366 5134714 23095964 23095961#0 23095961#3 23095961#6 178631878#1 316761549 316761550#0 23207367#1 246973997#1 246973997#2 246973997#3 246973997#4 316764345 316764347 316764352#2 147688816#0 
147688816#1 147688814 316764351#0 33049438#3 316764355 316764357 166445406#0 166445405#0 23204862#1 511268004#2 511268004#3 206498903#2 -108892340#1 -5088349#1 -511268005 511268006 4839225#0 4839225#1 4839225#3 511268007 243122644#0 243122644#1 243122644#2 610299118#0 565835831#0 565835831#2 511268001#0 511268001#2 511268001#3 511268011 4752545#1 221477561 221477562#1 221477562#2 511268012#0 511268012#1 511268013#2 31451330#0 31451330#1 31451330#2 508534061 24021667#0 24021667#1 499157757#0 3145
1331#1 5182602#2 46110617#0 46110617#2 -511268008 -35919683#3 -511268012#1 -511268012#0 -221477562#2 -221477562#1 -221477561 -4752545#1 -4752545#0 221477557#1 511268000 328388041#0 328388041#1 359426034 359426035#0 359426035#1 586130369#0 -359426033#2 -586130368 586130364#1 25123507 -6244369 -115813516#1 -115813516#0 -6244368#5 -6244368#4 -6244368#0 -71079508#3 -71079508#1 22947837#0 -5640212#15 -5640212#12 -5640212#10 -5640212#2"/>
---
>  31451330#1 31451330#2 508534061 24021667#0 24021667#1 499157757#0 31451331#1 5182602#2 46110617#0 46110617#2 -511268008 -35919683#3 -511268012#1 -511268012#0 -221477562#2 -221477562#1 -221477561 -4752545#1 -4752545#0 221477557#1 511268000 328388041#0 328388041#1 359426034 359426035#0 359426035#1 586130369#0 -359426033#2 -586130368 586130364#1 25123507 -6244369 -115813516#1 -115813516#0 -6244368#5 -6244368#4 -6244368#0 -71079508#3 -71079508#1 22947837#0 -5640212#15 -5640212#12 -5640212#10 -564
0212#2"/>
14c10
<     <vehicle id="2752852" type="tram" depart="269">
---
> "tram" depart="269">
17,18c13
<     <vehicle id="2657480" type="bus" depart="392">
<         <route edges="332861878 254495540 254495542 181314846 84087303#0 323036835 323036836 254546104 84087300 254546106 133618054 114798486 310843529#0 71130246 115796544 85385844 181314847 33288889 32055286 181314848#0 181314848#2 385335110#0 385335110#1 385335108 385335111 385335112#0 385335104 385335116#0 385043745#2 385335100#0 626854757#1 9887579#2 385335098#0 385335098#1 314533294#0 32755712#2 68327844#3 23329778#1 23329778#2 171266134#2 171266134#4 122119619 319389909#0 319389909#1 31
9389909#2 316789358 316789359 61996467#0 61996467#1 61996467#2 127240632 316789357#0 127240631#0 127240631#1 127240631#2 317191948 316791983 316791991 25076268 316779270 23209056#0 305951352 311580921#0 25076286#0 25076286#2 25076286#3 24020907#0 24020907#1 24020907#2 43328052 25290416 610807850#1 610807850#2 319188806 32353722 502452005#0 502452005#1 502452005#2 319188805 32353723#0 32353723#1 32353723#2 32353723#3 319188808#0"/>
---
> 323036835 323036836 254546104 84087300 254546106 133618054 114798486 310843529#0 71130246 115796544 85385844 181314847 33288889 32055286 181314848#0 181314848#2 385335110#0 385335110#1 385335108 385335111 385335112#0 385335104 385335116#0 385043745#2 385335100#0 626854757#1 9887579#2 385335098#0 385335098#1 314533294#0 32755712#2 68327844#3 23329778#1 23329778#2 171266134#2 171266134#4 122119619 319389909#0 319389909#1 319389909#2 316789358 316789359 61996467#0 61996467#1 61996467#2 127240632 
316789357#0 127240631#0 127240631#1 127240631#2 317191948 316791983 316791991 25076268 316779270 23209056#0 305951352 311580921#0 25076286#0 25076286#2 25076286#3 24020907#0 24020907#1 24020907#2 43328052 25290416 610807850#1 610807850#2 319188806 32353722 502452005#0 502452005#1 502452005#2 319188805 32353723#0 32353723#1 32353723#2 32353723#3 319188808#0"/>
20,21c15
<truncated after showing first 30 lines>
---------- Differences in validate1800 ----------
1,44d0
< <routes>
<     <vehicle id="2930766" type="bus" depart="2004">
<         <route edges="525207783#0"/>
<     </vehicle>
<     <vehicle id="2665967" type="bus" depart="2014">
<         <route edges="132867141#0 132867141#1 132867141#2 614064190 171266114#2 171266114#3 171266114#5 171266114#7 171266114#8 -132867135#6 -132867135#5"/>
<     </vehicle>
<     <vehicle id="2928805" type="bus" depart="2037">
<         <route edges="25076207#0 25076207#2 25076207#9 503735160 316917600#0 30420829#3 320364658#0 320364658#2 320364658#3 320364658#4 23341397#0 23341397#1 23341397#2 23341397#3 23341397#4 29136146#0 29136146#2 84488280#2 84488280#4 84488280#5 84488280#6 321714434#0 321714431#2 59383254#1 59383254#3 59383254#4 59383254#7 59383254#8 316764342#0 316764342#1 316764341#0 23207367#1 246973997#1 246973997#2 246973997#3 246973997#4 316764345 316764347 316764352#2 147688816#0 147688816#1 147688814 3
16764351#0 33049438#3 316764355 316764357 166445406#0 166445405#0 23204862#1 511268004#2 511268004#3 206498903#2 -108892340#1 -5088349#1 -511268005 511268006 4839225#0 4839225#1 4839225#3 511268007 243122644#0 243122644#1 243122644#2 610299118#0 565835831#0 565835831#2 511268001#0 511268001#2 511268001#3 221477557#1 511268000 328388041#0 328388041#1 359426034 359426035#0 359426035#1 586130369#0 -359426033#2 -586130368 586130364#1 25123507 -6244369 -115813516#1 -115813516#0 -6244368#5 -6244368#4 
-6244368#0 -116064030#3 -116064030#2 -116064030#1 -625219019#2 -625219019#1 -4839256#1 -4839256#0 -30622683#0 -329721714#3 -329721714#2 -329721714#1 -329721714#0 329721712 -625219023#1 -625219023#0 25644376#0 25644376#2 25644376#5 25644376#6 -165804406#3 -165804406#0 -320681825 -427480092#0 151627458#1 165484799 151627454 165484800#0 165484800#1 165484798 500532444#0 500532444#1 238389805#9 238389805#12 500532443 32757660#1 30622613#0 492791794#1 -4764258"/>
<     </vehicle>
<     <vehicle id="1967175" type="bus" depart="2068">
<         <route edges="-10749352 -511175451 -173298393 -25498147#2 -25498147#1 -25498147#0 -25498146 -614969456 -4304991 511175442 4729000#0 4729000#2 222114077#0 222114077#1 222114077#4 222114077#6 611113418#0 611113418#1 4726410#0 4726410#1 4726410#2 4726410#3 4726410#4 -5640229#6 -5640229#5 -5640229#2 -5640229#1 -5640229#0 30253923 -5640228#5 -5640228#2 -5640227#8 -5640227#4 -5640227#2 13972654#0 10905598 119225907#0 119225907#3 119225907#4 119225907#5 119225907#6 119225907#7 610165278 -6111
14548#2 -610165279#2 -610165279#1 -610165279#0 -23952720#2 -23952720#1 -23952720#0 10512191#0"/>
<     </vehicle>
<     <vehicle id="2770412" type="tram" depart="2072">
<         <route edges="310291535#1 310291535#2 310291535#4 310291535#5 310291535#6 310291535#7 310291535#8 310291535#10 310291535#11 310290271 310290266#0 310290266#1 310290265#1 310290267 249224438#0 249224438#1 393236370#1 393236370#2 -310143561#9 -310143561#8 -310143561#6 -310143561#5 -310143561#3 -310143561#2 -310143561#1 -310143561#0 25290479#0 25290479#1 25290479#2 25290479#3 25290479#4 25290479#6 309119321#1 309119317#0 309119317#1 312890950#0 312890950#1 312890950#2 312890950#3 31289095
0#4 312890950#5 317682099#0 317682099#1 317682099#2 317682099#3 308958255#0 308958255#1 308958255#2 308958255#3 308956942 308956945#0 308956945#1 308956945#2 308956945#3 308956945#4 308956945#5 308956945#6 308956945#7 308956945#8 37976661#0 37976661#1 37976661#2 60840981#1 60840981#2 60840979#1 60840979#2 26811540 377062617#0 377062617#1 325737564#0 325737564#2 325737564#3 325737564#5 310266782#0 310266782#1 310266782#2 310266782#3 317671621#1 317671621#3 317671621#4 317673532#0 317673532#4 2705
79796#3 6144278#0 6144278#1 6144278#2 6144278#4 6144278#5 6144278#6 6144278#7 6144278#8 6144278#11 6144278#13 6144278#14 6144278#15 6144278#16 6144278#17 6144278#18 6144278#19 6144278#20 6144278#21 6144278#22 6144278#23 6144278#24 6144278#25 26812001#1 26812001#2 6078218#0 6078218#2 6078218#3 6078218#4 6076833#0 6076833#1 6076833#2 6076833#3 6076833#4 6076833#5 6076833#8 6076833#9 6076833#10 6076833#11 6076833#12 6076833#13 6076833#18 6076833#19 6076833#20 6075587#0"/>
<     </vehicle>
<     <vehicle id="4616533" type="bus" depart="2101">
<         <route edges="-27293818#1 -10512191#1 -10512191#0 512159603 23952720#1 23952720#2 610165279#0 610165279#1 610165279#2 625075014#1 -610165278 -119225907#7 -119225907#6 -119225907#5 -119225907#4 -119225907#3 -119225907#2 -10905598 -13972654#3 5640227#1 5640227#3 5640227#6 5640228#0 5640228#3 -30253923 5640229#0 5640229#1 5640229#2 5640229#3 5640229#6 -4726410#6 -4726410#3 -4726410#2 -4726410#1 -4726410#0 -611113418#1 -611113418#0 -222114077#6 -222114077#5 -222114077#3 -222114077#0 -47290
00#2 -4729000#1 -511175442 4304991 614969456 25498146 25498147#0 25498147#1 25498147#2 173298393 511175451 173298390 28266064#0 198052184#2"/>
<     </vehicle>
<     <vehicle id="31366" type="tram" depart="2154">
<         <route edges="115040302#1 115040301#0 115040301#2 310424295#1 310424295#2 310424295#3 310424295#4 394078513#1 394078513#2 6193067#0 6193067#1 243444102#1 243444102#2 243526557#1 243526557#2 243526557#3 243526557#4 243526557#6 310421847#1 310421845#1 310421849#1 310421848#1 310421855#1 310421851 310290272#0 310290272#1 310290272#2 310290266#0 310290266#1 310290265#1 310290267 249224438#0 249224438#1 393236370#1 393236370#2 310144577#0 310144577#1 310144577#6 310144577#7 310144574#0 3101
44574#1 310144574#4 310144574#5 310144574#6 310144574#7 310144574#9 310144574#10 206614449#0 206614449#1 206614449#3 26922996#0 26922996#1 26922996#2 412551599#1 412551607#2 412551607#3 412551607#4 412551607#5 206614455#0 206614455#1 206614455#2 206614455#3 206614455#4 206614455#5 23295225#1 23295225#2 23295225#3 23295225#4 23295225#5 23295225#6 23295225#7 23295225#8 23295225#9 406055114#1 406055114#2 244228711#0 244228711#1 244228711#2 317682099#0 317682099#1 317682099#2 317682099#3 308958255#0
 308958255#1 308958255#2 308958255#3 308956942 308956945#0 308956945#1 308956945#2 308956945#3 308956945#4 308956945#5 308956945#6 308956945#7 308956945#8 37976661#0 37976661#1 37976661#2 60840981#1 60840981#2 60840979#1 60840979#2 26811540 377062617#0 377062617#1 325737564#0 325737564#2 325737564#3 325737564#5 310266782#0 310266782#1 310266782#2 310266782#3 317671621#1 317671621#3 317671621#4 317673532#0 317673532#4 270579796#3 6144278#0 6144278#1 6144278#2 6144278#4 6144278#5 6144278#6 6144278
#7 6144278#8 6144278#11 6144278#13 6144278#14 6144278#15 6144278#16 6144278#17 6144278#18 6144278#19 6144278#20 6144278#21 6144278#22 6144278#23 6144278#24 6144278#25 26812001#1 26812001#2 245334405#0 245334405#1 245334405#2 245334405#4 245334405#5 245334405#6 245334405#7 244227170#0 244227170#2 244227170#3 244227170#4 244227169#1 244227169#2 244227169#3 244227169#4 244227169#5 244227169#6 244227169#8 244227169#9 244227169#10 244227169#11 244227169#12 244227169#13 245334406#2 245334406#6 2453344
06#7 245334406#8 245334406#9 245334406#10 245334406#11 245334406#12 245334406#13 245334406#14 245334406#15 245334406#16 245334406#17 245334406#19 124928232 10749641#0 10749641#1 10749641#3 10749641#4 10749641#5 10749641#6 10749641#7 10749641#8 206616707#1 206616707#2 206616707#3 206616707#4 206616707#5 206616707#6"/>
<     </vehicle>
<     <vehicle id="1132154" type="bus" depart="2160">
<         <route edges="-342986969#1 -342986969#0 -590292075 -590292076 -495906621 -374419977#2 600204868 -24870681 -8080941 266106260#0 362641686#2 266103103 266106250 266103100#0 266103100#1 -58666034#3 -58666034#2 -58666034#1 -55822778 266107853#1 266107857#0 40040237 176051973 55823887#0 55823887#1 55823887#2 55823887#3 55823887#4 55823887#5 55823887#6 55823887#7 23021566#4 23021566#1 23021566#2 23021570#0 23021570#1 23021570#2 23021570#3 624354913#0 624354913#1 28386157#1 22999088#0 2299908
8#1 610196760#0 610196760#1 610196760#2 610196760#5 610196760#6 610196760#7 499549479#0 499549479#1 246412247 73169910#0 73169910#1 73169910#2 73169910#3 73058972#0 73058968#0 73058968#1 73058968#2 619460424#0 619460424#1 23022322#0 30425068#1 30425068#2 30425068#3 55846847#0 55846847#2 55846847#4 486738430#0 24936966 55846848#1 24526713#1 24526713#2 24526713#3 33878475 24570897#0 24570897#1 24570897#2 33878474#0 33878474#1 33878474#2 33878474#4 -619457944 -223036378#4 -223036378#2 -223036378#1 
-223036378#0 -223036375#2 -223036375#0 -24948233#3 -24948233#1 -610203691 -173277793 -621507752#0 -621507753#0 24702926#4 24702926#1 -499546705#1 -499546705#0 -61513716#0 -61513717#1 -61513717#0 -56220914#0 -223025606#15 -40819923#1 -24029823 -24240792 -313809965 -80632792 -80632790 313809964 313809963#0 313809963#2 313809962#0 313809962#1 313809962#2 313809962#3 314085145 313809959#0 10318959#1 313809961 8091540 74018181#1 74018181#2 74018181#3 74018181#4 -10999643#1 11824366 5210419#3 -7401818
1#3 -74018181#2 -74018181#1 -8091540 80725611#0 80725611#1 80725611#3 80725611#4 80725611#5 313809967#0 313809967#1 313809968#0 313809969#0 313809969#1 313809970 323999320#0 323999320#1 323999320#5 22720126#1 22720126#2 323999318#1 610203746 610203713#0 610203713#1 610203713#3 610203713#4 -80725614#6 -80725614#5 -80725614#3 -80725614#2 -80725614#1 -173277151#5 -173277151#4 -173277151#3 -173277151#1 -173277151#0 122024411 122024415 122024412#0 24029843 624354914#0 624354914#1 624354914#2 62435491
4#3 5199987#2 5199987#3 5199987#5 495519447#1 80817384#0 80817384#1 80817384#2 80817384#3 80817384#4 80817384#5 80817384#6 80817384#7 80817384#8 80817384#9 80817384#10 80817384#11 5196810#0 5196810#1 499546701#0 499546701#2 499546695 499546685 28247320#1 323957163 5059192 24043883 223146753 323951971#0 323951971#1 323951971#7 323951971#11 499546680 323956197 393236411 393079302#1"/>
<     </vehicle>
<     <vehicle id="2658026" type="bus" depart="2202">
<         <route edges="4531519#0 60838074#1 316934738 316934737#0 316934737#1 316934737#2 380570388 206893436#0 206893436#1 206893436#2 206893436#3 206865820#0 206865820#1 319188807 25290438 315425129#1 315425129#3 315425129#4 32055654 5059167#2 305951363 25076279#0 25076279#1 233938392 29085916#0 19044896#0 19044896#1 19044896#2 6279149#0 6279149#1 6279149#2 30426426#0 23118706 384876527 23329785#1 23329785#2 4743778#0 4743778#1 4743778#2 127240643#1 127240643#2 127240643#3 122119623 59393474#
3 59393474#4 59393474#5 316791974#0 316791974#1 30426519#0 30426519#1 30426519#2 8618332 319389905 316785563#0 316785564#0 316785564#1 8118997 171266179#0 61996465#1 24021025 319389907 518086680#0 10231578#0 10231578#2 10231578#3 518086681 61996453#2 171266151#0 385335099#2 385335099#3 385335114#0 385335114#2 385043746#0 385043746#1 385335102#2 385335109 385335107 385335113#0 385335113#2 4743791#0 4743791#1 314246981 314246982#1 120263929#1 107439082 120263924 130752520 27893822 114797743 114797
741 -313800994 -24167028#1 -313800995 -171266171#3 -171266171#2 -171266171#1 -171266171#0 -28192201#2 -28192201#0 -171266169#1 -171266169#0 -526258220#1 -313800997#1 -30766035 -313800999 -313801000#1 -313801000#0 -171266170 -313801002 -30773323 -171266168#1 -28192197#1 -505402283 28746623#1 28746623#2 -505402286#1 -505402286#0 -34144732 -34144847 -254495596 -171266172 -197922718#0 -83402785#1"/>
<     </vehicle>
<     <vehicle id="3887930" type="tram" depart="2227">
<truncated after showing first 30 lines>
---------- Differences in validate900 ----------
2,3c2
<     <vehicle id="4599998" type="tram" depart="930">
<         <route edges="115040302#1 115040301#0 115040301#2 310424295#1 310424295#2 310424295#3 310424295#4 394078513#1 394078513#2 6193067#0 6193067#1 243444102#1 243444102#2 243526557#1 243526557#2 243526557#3 243526557#4 243526557#6 310421847#1 310421845#1 310421849#1 310421848#1 310421855#1 310421851 6193070 24226484#3 6193075#1 6193075#2 6193075#4 6193075#5 6193075#6 6193075#7 6193075#9 243323446#0 243323446#1 310291535#1 310291535#2 310291535#4 310291535#5 310291535#6 310291535#7 310291535
#8 310291535#10 310291535#11 310290271 310290266#0 310290266#1 310290265#1 310290267 249224438#0 249224438#1 393236370#1 393236370#2 310144577#0 310144577#1 310144577#6 310144577#7 310144574#0 310144574#1 310144574#4 310144574#5 310144574#6 310144574#7 310144574#9 310144574#10 206614449#0 206614449#1 206614449#3 26922996#0 26922996#1 26922996#2 412551599#1 412551607#2 412551607#3 412551607#4 412551607#5 206614455#0 206614455#1 206614455#2 206614455#3 206614455#4 206614455#5 23295225#1 23295225#2
 23295225#3 23295225#4 23295225#5 23295225#6 23295225#7 23295225#8 23295225#9 406055114#1 406055114#2 244228711#0 244228711#1 244228711#2 317682099#0 317682099#1 317682099#2 317682099#3 308958255#0 308958255#1 308958255#2 308958255#3 308956942 308956945#0 308956945#1 308956945#2 308956945#3 308956945#4 308956945#5 308956945#6 308956945#7 308956945#8 37976661#0 37976661#1 37976661#2 60840981#1 60840981#2 60840979#1 60840979#2 26811540 377062617#0 377062617#1 325737564#0 325737564#2 325737564#3 32
5737564#5 310266782#0 310266782#1 310266782#2 310266782#3 317671621#1 317671621#3 317671621#4 317673532#0 317673532#4 270579796#3 6144278#0 6144278#1 6144278#2 6144278#4 6144278#5 6144278#6 6144278#7 6144278#8 6144278#11 6144278#13 6144278#14 6144278#15 6144278#16 6144278#17 6144278#18 6144278#19 6144278#20 6144278#21 6144278#22 6144278#23 6144278#24 6144278#25 26812001#1 26812001#2 245334405#0 245334405#1 245334405#2 245334405#4 245334405#5 245334405#6 245334405#7 244227170#0 244227170#2 244227
170#3 244227170#4 244227169#1 244227169#2 244227169#3 244227169#4 244227169#5 244227169#6 244227169#8 244227169#9 244227169#10 244227169#11 244227169#12 244227169#13 245334406#2 245334406#6 245334406#7 245334406#8 245334406#9 245334406#10 245334406#11 245334406#12 245334406#13 245334406#14 245334406#15 245334406#16 245334406#17 245334406#19 124928232 10749641#0 10749641#1 10749641#3 10749641#4 10749641#5 10749641#6 10749641#7 10749641#8 206616707#1 206616707#2 206616707#3 206616707#4 206616707#5
 206616707#6"/>
---
> 06614455#0 206614455#1 206614455#2 206614455#3 206614455#4 206614455#5 23295225#1 23295225#2 23295225#3 23295225#4 23295225#5 23295225#6 23295225#7 23295225#8 23295225#9 406055114#1 406055114#2 244228711#0 244228711#1 244228711#2 317682099#0 317682099#1 317682099#2 317682099#3 308958255#0 308958255#1 308958255#2 308958255#3 308956942 308956945#0 308956945#1 308956945#2 308956945#3 308956945#4 308956945#5 308956945#6 308956945#7 308956945#8 37976661#0 37976661#1 37976661#2 60840981#1 60840981#2
 60840979#1 60840979#2 26811540 377062617#0 377062617#1 325737564#0 325737564#2 325737564#3 325737564#5 310266782#0 310266782#1 310266782#2 310266782#3 317671621#1 317671621#3 317671621#4 317673532#0 317673532#4 270579796#3 6144278#0 6144278#1 6144278#2 6144278#4 6144278#5 6144278#6 6144278#7 6144278#8 6144278#11 6144278#13 6144278#14 6144278#15 6144278#16 6144278#17 6144278#18 6144278#19 6144278#20 6144278#21 6144278#22 6144278#23 6144278#24 6144278#25 26812001#1 26812001#2 245334405#0 24533440
5#1 245334405#2 245334405#4 245334405#5 245334405#6 245334405#7 244227170#0 244227170#2 244227170#3 244227170#4 244227169#1 244227169#2 244227169#3 244227169#4 244227169#5 244227169#6 244227169#8 244227169#9 244227169#10 244227169#11 244227169#12 244227169#13 245334406#2 245334406#6 245334406#7 245334406#8 245334406#9 245334406#10 245334406#11 245334406#12 245334406#13 245334406#14 245334406#15 245334406#16 245334406#17 245334406#19 124928232 10749641#0 10749641#1 10749641#3 10749641#4 10749641#
5 10749641#6 10749641#7 10749641#8 206616707#1 206616707#2 206616707#3 206616707#4 206616707#5 206616707#6"/>
5,6c4
<     <vehicle id="1518915" type="bus" depart="955">
<         <route edges="106565788#0 106565788#1 106565788#2 106565788#3 106565788#4 -121228319#3 -121228319#1 -10061776#4 -10061776#3 -10061776#2 -10061776#1 8074300#0 8074300#1 10522135#0 10522135#2 190823582 -10522118#0 -10522152#3 -10522152#1 -10522152#0 10522156#0 10522156#1 10522156#3 10522156#6 367772443#1 290601650#0 290601651#0 290601651#4 375722891#0 31722493#0 31722493#2 31722493#3 25624801 7975439#0 7975439#1 7975439#2 31722496#0 31722496#1 31722496#6 59393478#1 -103495995#0 -10653154
2#1 -106531542#0 106531541#0 106531541#5 106531541#7 106531541#8 106531547#0 106531547#1 283066855 9887577 25087143 320815288 320814805#1 320399277#0 8107411#2 89428515#0 89428515#1 89428515#2 -625229902 30424433#1 30424433#2 30424433#3 8074362#0 8074362#1 8074362#2 141542465 19045105#1 19045105#2 18962450#0 190405266#1 190405266#2 190405266#3 25116462#1 320044358#0 5021504 220890642#1 220890642#2 220890642#3 220890642#5 478295461 173044205#0 173044205#4 5148300 198087353#0 37976385#1 314841164#
0 37976103#2 171756596 405363051#0 499618366 5134714 23095964 23095961#0 23095961#3 23095961#6 178631878#1 316761549 316761550#0 30425927#2 30425927#3 30425927#4 41290240#1 -41376110 -531939110 -60151069#3 -60151069#2 -60151069#1 -60151069#0 -495046986#2 -495046986#1 -495046986#0 -61567473#3 -61567473#2 -61567473#1 -61567473#0 -5184855#3 -533531079#1 -207083565#7 -207083565#6 -207083565#4 377715252#0 -29223994#6 -29223994#5 -29223994#3 -29223994#1 -428966186#5 -428966186#4 -428966186#3 -42896618
6#2 -428966186#1 563616438#0 563616438#1 23040911#0 23040911#1 584032569#0 584032569#1 584032569#2 29136133 155737094#0 155737094#1 155737094#2 155737094#3 155737094#4 5058977#0 5058977#1 5058977#2 5058977#3 503735158#0 380570397#2 316934741 564399032#0 577024364 577024355 577024345#0 577024345#1 577024338 578374647#2 564399027 -599936773 -563320576#2 -563320576#1 -361120217#0 -361120213#7 -361120213#6 -361120213#5 -361120215#1 -361120215#0 -361120214#5 -361120214#1 -323956185#1 -7866802#3 -3239
56195#1"/>
---
> 0 37976385#1 314841164#0 37976103#2 171756596 405363051#0 499618366 5134714 23095964 23095961#0 23095961#3 23095961#6 178631878#1 316761549 316761550#0 30425927#2 30425927#3 30425927#4 41290240#1 -41376110 -531939110 -60151069#3 -60151069#2 -60151069#1 -60151069#0 -495046986#2 -495046986#1 -495046986#0 -61567473#3 -61567473#2 -61567473#1 -61567473#0 -5184855#3 -533531079#1 -207083565#7 -207083565#6 -207083565#4 377715252#0 -29223994#6 -29223994#5 -29223994#3 -29223994#1 -428966186#5 -428966186
#4 -428966186#3 -428966186#2 -428966186#1 563616438#0 563616438#1 23040911#0 23040911#1 584032569#0 584032569#1 584032569#2 29136133 155737094#0 155737094#1 155737094#2 155737094#3 155737094#4 5058977#0 5058977#1 5058977#2 5058977#3 503735158#0 380570397#2 316934741 564399032#0 577024364 577024355 577024345#0 577024345#1 577024338 578374647#2 564399027 -599936773 -563320576#2 -563320576#1 -361120217#0 -361120213#7 -361120213#6 -361120213#5 -361120215#1 -361120215#0 -361120214#5 -361120214#1 -323
956185#1 -7866802#3 -323956195#1"/>
8,9c6,7
<     <vehicle id="2661865" type="bus" depart="965">
<         <route edges="132867141#0 132867141#1 132867141#2 614064190 171266114#2 171266114#3 171266114#5 171266114#7"/>
---
>  <vehicle id="2665968" type="bus" depart="895">
>         <route edges="132867141#0 132867141#1 132867141#2 614064190 171266114#2 171266114#3 171266114#5 171266114#7 171266114#8 -132867135#6 -132867135#5"/>
11,12c9
<     <vehicle id="2928355" type="bus" depart="969">
<         <route edges="5640212#0 5640212#2 5640212#3 5640212#11 5640212#14 32403590 71079508#0 71079508#2 625219026#0 6244368#1 6244368#5 115813516#0 115813516#1 6244369 133114145 586130366 586130368 359426033#2 586130367 -359426035#1 -359426035#0 -27149113 -328388041#5 -328388041#0 -511268000 -221477557#2 511268011 4752545#1 221477561 221477562#1 221477562#2 511268012#0 511268012#1 511268013#2 31451330#0 31451330#1 31451330#2 508534061 24021667#0 24021667#1 499157757#0 31451331#1 5182602#2 461
10617#0 46110617#2 -511268008 -35919683#3 -511268012#1 -511268012#0 -221477562#2 -221477562#1 -221477561 -4752545#1 -4752545#0 -511268001#4 -511268001#2 -511268001#1 329089070#0 329089070#2 -610299118#2 -243122644#2 -243122644#1 -243122644#0 -329089071#1 -4839225#4 -4839225#2 -4839225#0 -511268006 511268005 5088349#0 108892340#0 4314834 511268002#0 511268002#1 511268003#1 511268003#2 318881710#0 29136063#2 316764356 316764353 316764354#0 35047528#3 147688820#0 316764350#2 316764350#3 316764344#0
 316764344#1 246973996#1 316764343#0 30429265#2 178631879#1 178631879#4 178631879#7 -25290653 29085604#0 23227272#1 405363048#1 -171756596 -37976103#2 -314841164#0 -37976385#1 -198087353#1 -5148300 22978949#0 22978949#2 54684975#0 54684975#1 54684975#2 54684975#3 54684975#4 54684975#5 54684975#6 54684975#7 54684975#8 54684975#9 54684975#10 54684975#11 54684975#12 54684975#13 54684975#14 23386846#0 23386846#1 37983000 592010999#0 592010999#1 592010999#2 592010999#3 28381788 28509534#0 28509534#1 
28509707#0 28509707#1 307200571 409312582#0 30425275#0 30425275#1 291686198 210624811#0 210624811#1 210624811#2 210624811#3 210624811#4 409312580 8108069 -376915189 -89428515#1 -89428515#0 -8107411#2 376743573#2 376743573#3 376743572#0 376743572#1 376743572#2 382052543 376743574#0 376743574#1 30424335#0 30424335#1 30424335#2 31413791#1 501412548#1 501412550 394076960#0 394076960#3 501406797 501406799#0 501406799#1 501406799#2 7975425#0 7975424#2 374169547#0 374169547#1 374169546#1 374169546#7 37
4169546#9 10522108#3 30426790#0 30426790#1 -30426838#4 -30426838#3 -30426838#2 -30426838#1 635617943#0 635617943#1 277665457 61890329 61890739#2 -70545096#5 -70545096#4 -70545096#2 -70545096#1 -70545096#0 -70545098#1 -70545098#0 -217363982#5 -217363982#4 -217363982#2 -217363982#1 -217363982#0 -217363983 -296479157#3 -296479157#2 -296479157#0 -230783871#7 -230783871#6 -230783871#0 -4726795 -47007889 -108915782#2 -33199416#4 -33199416#3 -33199416#2 -33199416#1 -33199416#0 -33199328 -509331932 -611
101972 -328670992#1 -328670992#0 -509331931"/>
---
> 32403590 71079508#0 71079508#2 625219026#0 6244368#1 6244368#5 115813516#0 115813516#1 6244369 133114145 586130366 586130368 359426033#2 586130367 -359426035#1 -359426035#0 -27149113 -328388041#5 -328388041#0 -511268000 -221477557#2 511268011 4752545#1 221477561 221477562#1 221477562#2 511268012#0 511268012#1 511268013#2 31451330#0 31451330#1 31451330#2 508534061 24021667#0 24021667#1 499157757#0 31451331#1 5182602#2 46110617#0 46110617#2 -511268008 -35919683#3 -511268012#1 -511268012#0 -22147
7562#2 -221477562#1 -221477561 -4752545#1 -4752545#0 -511268001#4 -511268001#2 -511268001#1 329089070#0 329089070#2 -610299118#2 -243122644#2 -243122644#1 -243122644#0 -329089071#1 -4839225#4 -4839225#2 -4839225#0 -511268006 511268005 5088349#0 108892340#0 4314834 511268002#0 511268002#1 511268003#1 511268003#2 318881710#0 29136063#2 316764356 316764353 316764354#0 35047528#3 147688820#0 316764350#2 316764350#3 316764344#0 316764344#1 246973996#1 316764343#0 30429265#2 178631879#1 178631879#4 17
8631879#7 -25290653 29085604#0 23227272#1 405363048#1 -171756596 -37976103#2 -314841164#0 -37976385#1 -198087353#1 -5148300 22978949#0 22978949#2 54684975#0 54684975#1 54684975#2 54684975#3 54684975#4 54684975#5 54684975#6 54684975#7 54684975#8 54684975#9 54684975#10 54684975#11 54684975#12 54684975#13 54684975#14 23386846#0 23386846#1 37983000 592010999#0 592010999#1 592010999#2 592010999#3 28381788 28509534#0 28509534#1 28509707#0 28509707#1 307200571 409312582#0 30425275#0 30425275#1 29168619
8 210624811#0 210624811#1 210624811#2 210624811#3 210624811#4 409312580 8108069 -376915189 -89428515#1 -89428515#0 -8107411#2 376743573#2 376743573#3 376743572#0 376743572#1 376743572#2 382052543 376743574#0 376743574#1 30424335#0 30424335#1 30424335#2 31413791#1 501412548#1 501412550 394076960#0 394076960#3 501406797 501406799#0 501406799#1 501406799#2 7975425#0 7975424#2 374169547#0 374169547#1 374169546#1 374169546#7 374169546#9 10522108#3 30426790#0 30426790#1 -30426838#4 -30426838#3 -304268
38#2 -30426838#1 635617943#0 635617943#1 277665457 61890329 61890739#2 -70545096#5 -70545096#4 -70545096#2 -70545096#1 -70545096#0 -70545098#1 -70545098#0 -217363982#5 -217363982#4 -217363982#2 -217363982#1 -217363982#0 -217363983 -296479157#3 -296479157#2 -296479157#0 -230783871#7 -230783871#6 -230783871#0 -4726795 -47007889 -108915782#2 -33199416#4 -33199416#3 -33199416#2 -33199416#1 -33199416#0 -33199328 -509331932 -611101972 -328670992#1 -328670992#0 -509331931"/>
14c11
<     <vehicle id="2656639" type="bus" depart="978">
---
> "978">
17,18c14
<     <vehicle id="349308" type="bus" depart="980">
<         <route edges="4531519#0 60838074#1 316934738 316934737#0 316934737#1 316934737#2 380570388 206893436#0 206893436#1 206893436#2 206893436#3 206865820#0 206865820#1 319188807 25290438 315425129#1 315425129#3 315425129#4 32055654 5059167#2 305951363 25076279#0 25076279#1 233938392 29085916#0 19044896#0 19044896#1 19044896#2 6279149#0 6279149#1 6279149#2 30426426#0 23118706 384876527 23329785#1 23329785#2 4743778#0 4743778#1 4743778#2 127240643#1 127240643#2 127240643#3 127240643#4 1272406
43#12 127240643#15 127240643#17 655716537#2 311549885#0 311549883 311549884#0 311549884#2 385335110#0 385335110#1 385335108 385335111 385335112#0 385335104 385335116#0 385043745#2 385335100#0 626854757#1 9887579#2 385335098#0 385335098#1 314533294#0 32905529#2 68327840#2 217194754#2 42128193#0 42128193#1 626854755#0 626854755#1 626854755#2 559569229#0 231661249#2 231661249#3 231661249#8 31722495#0 31722495#2 31722495#3 7975423 292081334 624411668#0 624411668#1 624411668#2 30128883 7975428#1 7975
428#3 375722892#0 135155217#1 299910129#2 299910129#3 299910129#4 299910129#6 299910129#7 375862677#0 375862677#2 375862677#4 375862677#7 375862684#1 318774686 318774687#0 318774687#1 318774687#2 159066584#0 159066584#2 573738885#0 573738885#1 51352411 318774679#0 292107965#1 293142147 525452876 525452881#0 525452881#1 525207783#0 605871450#2 605871450#3 314915850#0 29136063#2 316764356 316764353 316764354#0 35047528#3 147688820#0 316764350#2 316764350#3 316764344#0 316764344#1 246973996#1 31676
4343#0 30424681#1 30424681#2 30424681#3 30424681#4 510544106#0 510544107#1 510544107#2 321714433#0 321714432#2 321714432#3 321714432#4 355730462#1 320364657#0 320364657#2 155737094#0 155737094#1 155737094#2 155737094#3 155737094#4 5058977#0 5058977#1 5058977#2 5058977#3 503735158#0 30420838#2 316917598 28217281#0"/>
---
> 438 315425129#1 315425129#3 315425129#4 32055654 5059167#2 305951363 25076279#0 25076279#1 233938392 29085916#0 19044896#0 19044896#1 19044896#2 6279149#0 6279149#1 6279149#2 30426426#0 23118706 384876527 23329785#1 23329785#2 4743778#0 4743778#1 4743778#2 127240643#1 127240643#2 127240643#3 127240643#4 127240643#12 127240643#15 127240643#17 655716537#2 311549885#0 311549883 311549884#0 311549884#2 385335110#0 385335110#1 385335108 385335111 385335112#0 385335104 385335116#0 385043745#2 385335
100#0 626854757#1 9887579#2 385335098#0 385335098#1 314533294#0 32905529#2 68327840#2 217194754#2 42128193#0 42128193#1 626854755#0 626854755#1 626854755#2 559569229#0 231661249#2 231661249#3 231661249#8 31722495#0 31722495#2 31722495#3 7975423 292081334 624411668#0 624411668#1 624411668#2 30128883 7975428#1 7975428#3 375722892#0 135155217#1 299910129#2 299910129#3 299910129#4 299910129#6 299910129#7 375862677#0 375862677#2 375862677#4 375862677#7 375862684#1 318774686 318774687#0 318774687#1 31
8774687#2 159066584#0 159066584#2 573738885#0 573738885#1 51352411 318774679#0 292107965#1 293142147 525452876 525452881#0 525452881#1 525207783#0 605871450#2 605871450#3 314915850#0 29136063#2 316764356 316764353 316764354#0 35047528#3 147688820#0 316764350#2 316764350#3 316764344#0 316764344#1 246973996#1 316764343#0 30424681#1 30424681#2 30424681#3 30424681#4 510544106#0 510544107#1 510544107#2 321714433#0 321714432#2 321714432#3 321714432#4 355730462#1 320364657#0 320364657#2 155737094#0 155
737094#1 155737094#2 155737094#3 155737094#4 5058977#0 5058977#1 5058977#2 5058977#3 503735158#0 30420838#2 316917598 28217281#0"/>
<truncated after showing first 30 lines>
---------- Differences in vehtypes ----------
1,8d0
< <vtypes>
<     <vType id="PKW" accel="2.6" decel="4.5" sigma="0.5" length="7" maxspeed="41.6" color="0,1,0"/>
<     <vType id="LKW" accel="2.6" decel="4.5" sigma="0.5" length="15" maxspeed="25" color="1,0,0"/>
<     <vType id="bus" vClass="bus"/>
< 
<     <vType id="tram" vClass="tram"/>
< 
< </vtypes>
---------- Missing result in validate2700 ----------
<routes>
    <vehicle id="2639593" type="bus" depart="2721">
        <route edges="24803131#1 146902430#0 146902430#1 146902430#2 146902430#3 146902430#4 611113394#0 30915929#0 397239842 172467303 10944687#0 10944687#1 10944687#2"/>
    </vehicle>
    <vehicle id="2665966" type="bus" depart="2850">
        <route edges="132867135#0 132867135#2 132867135#4 132867135#6 -171266115 -171266114#7 -171266114#6 -171266114#4 -171266114#2 -171266114#1 -132867141#2"/>
    </vehicle>
    <vehicle id="1862608" type="bus" depart="3102">
        <route edges="-198087353#1 -5148300 22978949#0 22978949#2 54684975#0 54684975#1 54684975#2 54684975#3 54684975#4 54684975#5 54684975#6 54684975#7 54684975#8 54684975#9 54684975#10 54684975#11 54684975#12 54684975#13 54684975#14 23386846#0 23386846#1 37983000 592010999#0 592010999#1 592010999#2 592010999#3 28381788 28509534#0 28509534#1 28509707#0 28509707#1 307200571 409312582#0 30425275#0 30425275#1 291686198 210624811#0 210624811#1 210624811#2 210624811#3 210624811#4 409312580 8108069 
-376915189 -89428515#1 -89428515#0 -8107411#2 376743573#2 376743573#3 376743572#0 376743572#1 376743572#2 382052543 376743574#0 376743574#1 30424335#0 30424335#1 30424335#2 31413791#1 501412548#1 501412550 394076960#0 394076960#3 501406797 501406799#0 501406799#1 501406799#2 7975425#0 48861560#2 290601651#0 290601651#4 375722891#0 31722493#0 31722493#2 31722493#3 25624802#0 25624802#1 25624802#2 378048182 378048188 102718393#0 102718393#2 10522141#0 10522141#2 122164787#2 32756465 296271622#0 29
6271622#1 30424216#0 122164789#1 320858412 32020609#0 32020609#1 32020609#3 32020609#4 291287872 293964071#0 293964071#1"/>
    </vehicle>
    <vehicle id="2928268" type="bus" depart="3107">
        <route edges="5640212#0 5640212#2 5640212#3 5640212#11 5640212#14 32403590 71079508#0 71079508#2 625219026#0 6244368#1 6244368#5 115813516#0 115813516#1 6244369 133114145 586130366 586130368 359426033#2 586130367 -359426035#1 -359426035#0 -27149113 -328388041#5 -328388041#0 -511268000 -221477557#2 -511268001#4 -511268001#2 -511268001#1 329089070#0 329089070#2 -610299118#2 -243122644#2 -243122644#1 -243122644#0 -329089071#1 -4839225#4 -4839225#2 -4839225#0 -511268006 511268005 5088349#0 1
08892340#0 4314834 511268002#0 511268002#1 511268003#1 511268003#2 318881710#0 29136063#2 316764356 316764353 316764354#0 35047528#3 147688820#0 316764350#2 316764350#3 316764344#0 316764344#1 246973996#1 316764343#0 30429265#2 178631879#1 178631879#4 178631879#7 -25290653 29085604#0 23227272#1 405363048#1 -171756596 -37976103#2 -314841164#0 -37976385#1 -198087353#1 -5148300 22978949#0 22978949#2 54684975#0 54684975#1 54684975#2 54684975#3 54684975#4 54684975#5 54684975#6 54684975#7 54684975#8 5
4684975#9 54684975#10 54684975#11 54684975#12 54684975#13 54684975#14 23386846#0 23386846#1 37983000 592010999#0 592010999#1 592010999#2 592010999#3 28381788 28509534#0 28509534#1 28509707#0 28509707#1 307200571 409312582#0 30425275#0 30425275#1 291686198 210624811#0 210624811#1 210624811#2 210624811#3 210624811#4 409312580 8108069 -376915189 -89428515#1 -89428515#0 -8107411#2 376743573#2 376743573#3 376743572#0 376743572#1 376743572#2 382052543 376743574#0 376743574#1 30424335#0 30424335#1 3042
4335#2 31413791#1 501412548#1 501412550 394076960#0 394076960#3 501406797 501406799#0 501406799#1 501406799#2 7975425#0 7975424#2 374169547#0 374169547#1 374169546#1 374169546#7 374169546#9 10522108#3 30426790#0 30426790#1 -30426838#4 -30426838#3 -30426838#2 -30426838#1 635617943#0 635617943#1 277665457 61890329 61890739#2 -70545096#5 -70545096#4 -70545096#2 -70545096#1 -70545096#0 -70545098#1 -70545098#0 -217363982#5 -217363982#4 -217363982#2 -217363982#1 -217363982#0 -217363983 -296479157#3 -2
96479157#2 -296479157#0 -230783871#7 -230783871#6 -230783871#0 -4726795 -47007889 -108915782#2 -33199416#4 -33199416#3 -33199416#2 -33199416#1 -33199416#0 -33199328 -509331932 -611101972 -328670992#1 -328670992#0 -509331931"/>
    </vehicle>
    <vehicle id="2657699" type="bus" depart="3174">
        <route edges="-326372053#2 -106859585 83402785#1 197922718#0 197922718#2 254495596 34144847 254495597 504322180 505402286#1 28746623#3 28746623#0 505402283 28192197#0 28192197#2 30773323 313801002 384632933 313801000#0 313801000#1 313800999 313800998 313800997#0 526258220#0 171266169#0 171266169#1 28192201#0 28192201#2 313800996 171266171#1 171266171#2 171266171#3 313800995 24167028#1 313800994 278490890 310843528 71126522 71130248 114798486 310843529#0 71130246 115796544 85385844 181314
847 33288889 32055286 181314848#0 181314848#2 385335110#0 385335110#1 385335108 385335111 385335112#0 385335104 385335116#0 385043745#2 385335100#0 626854757#1 9887579#2 385335098#0 385335098#1 314533294#0 32755712#2 68327844#3 23329778#1 23329778#2 171266134#2 171266134#4 122119619 319389909#0 319389909#1 319389909#2 316789358 316789359 61996467#0 61996467#1 61996467#2 127240632 316789357#0 127240631#0 127240631#1 127240631#2 317191948 316791983 316791991 25076268 316779270 23209056#0 305951352
 311580921#0 25076286#0 25076286#2 25076286#3 24020907#0 24020907#1 24020907#2 43328052 25290416 610807850#1 610807850#2 319188806 32353722 502452005#0 502452005#1 502452005#2 319188805 32353723#0 32353723#1 32353723#2 32353723#3 319188808#0"/>
    </vehicle>
    <vehicle id="3249632" type="bus" depart="3181">
        <route edges="-342986969#1 -342986969#0 -590292075 -590292076 -495906621 -374419977#2 600204868 -24870681 -8080941 266106260#0 362641686#2 266103103 266106250 266103100#0 266103100#1 -58666034#3 -58666034#2 -58666034#1 -55822778 -27127973#1 -263546724 -155737095#2 -33786672#1"/>
    </vehicle>
    <vehicle id="2657421" type="bus" depart="3266">
        <route edges="24803131#1 146902430#0 146902430#1 146902430#2 146902430#3 146902430#4 611113394#0 30915929#0"/>
    </vehicle>
    <vehicle id="3589226" type="bus" depart="3304">
        <route edges="332861878 254495540 254495542 181314846 84087303#0 323036835 323036836 254546104 84087300 254546106 71126526 59653864 59653865 60853446 59653855 81634408 120263928 26938738 24032975 24032977 24032980 24243255 309297581#0 5059192 24043883 223146753 323951971#0 323951971#1 323951971#7 323951971#11 499546680 323956197 393236411 393079302#1 393079240 221632395 221632396#0 221632396#2 221632396#3 221632396#4 221632397#0 221632397#1 31286924#0 230726562 7849629 319187476#0 319187
476#3 24032967#0 24032967#1 24032967#2 319187466 372156678 221632394#1 393079299 393079300 -323956195#1 -393236413 -30429077#0 -323951971#11 -323951971#7 -323951971#6 -323951971#0 -223146753 -24043884 -5059192 24032972#1 332880811 230726560 332880796 309461380 24044072 24063170 30780641 32725444 332861875 289811942 493773645"/>
    </vehicle>
    <vehicle id="2808890" type="tram" depart="3365">
        <route edges="412551599#1 412551607#2 412551607#3 412551607#4 412551607#5 6148697#0 6148697#1 6148697#2 6148697#3 6148697#4 206614452#2 206614452#3 206614452#7 206614452#8 206614452#9 206614452#10 206614452#11 206614452#12 206614452#13 206614452#14 206614452#15 291757757#0 291757757#1 291757757#2 291757757#3 291757757#4 291757757#5 291757757#6 291757757#8 291757757#9 309839196#1 309839196#2 309839196#3 309839196#6 309839196#7 309839196#8 309839196#9 309839196#12 309839196#13 308956946#0 
308956946#1 308956946#2 308956946#3 308956946#4 308956946#5 308956946#6 308956946#7 6148678#0 6148678#1 308958256#0 308958256#1 308958256#3 308958256#4 308958253#0 308958253#1 308958253#2 308958253#3 308958253#4 309121426#0 309121426#1 309121426#2 309121426#3 26812744#0 26812744#1 26812744#4 23329789#1 23329789#2 23329789#3 23329789#4 23329789#5 23329789#6 23329789#7 23329789#8 23329789#9 23329789#10 23329789#11 23329789#12 23329789#15 23329789#16 23329789#17 23329789#18 23329789#19 23329789#23 
23329789#24 23329789#29 27571138#1 27571138#3 27571138#7 7978374#0 7978374#2 7978374#3 7978374#4 7978374#5 7978374#6 243203979#2 243203979#4 243203979#5 243203979#6 243203979#7 243203979#8 208927315#1 208927315#3 208927315#6 208927315#7 208927316#4"/>
    </vehicle>
    <vehicle id="2928804" type="bus" depart="3373">
        <route edges="13974168 492783332 4829929#0 4829929#1 492791782 -32757660#2 -32757660#0 -500532442 -238389805#11 -238389805#8 -500532444#0 165484796 151627443 -165484800#1 -165484800#0 -151627454 151627445 165484797 -151627458#1 -151627458#0 427480092#1 625219035#2 165804406#1 165804406#4 -25644376#5 -25644376#4 -25644376#1 7027506#0 625219023#1 329721713 329721714#0 329721714#1 329721714#2 329721714#3 30622683#0 4839256#0 4839256#1 625219019#0 625219019#2 625219019#3 116064030#2 11606403
0#3 625219026#0 6244368#1 6244368#5 115813516#0 115813516#1 6244369 133114145 586130366 586130368 359426033#2 586130367 -359426035#1 -359426035#0 -27149113 -328388041#5 -328388041#0 -511268000 -221477557#2 -511268001#4 -511268001#2 -511268001#1 329089070#0 329089070#2 -610299118#2 -243122644#2 -243122644#1 -243122644#0 -329089071#1 -4839225#4 -4839225#2 -4839225#0 -511268006 511268005 5088349#0 108892340#0 4314834 511268002#0 511268002#1 511268003#1 511268003#2 318881710#0 29136063#2 316764356 3
16764353 316764354#0 35047528#3 147688820#0 316764350#2 316764350#3 316764344#0 316764344#1 246973996#1 316764343#0 30424681#1 30424681#2 30424681#3 30424681#4 510544106#0 510544107#1 510544107#2 321714433#0 321714432#2 321714432#3 321714432#4 355730462#1 320364657#0 320364657#2 155737094#0 155737094#1 155737094#2 155737094#3 155737094#4 5058977#0 5058977#1 5058977#2 5058977#3 503735158#0 30420838#2 316917598 28217281#0"/>
<truncated after showing first 30 lines>

TEST were terminated before completion (TIMEOUT) on ts-sim-build-ba : xml schemaCheck tests routes ( Last six runs Sep2024 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
42,44d41
< netedit/elements/demands/containerflow/load/begin/routes.rou.xml:12:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'containerFlow', attribute 'begin': '' is not a valid value of the union type 'personDepartType'.
< netedit/elements/demands/containerflow/load/begin/routes.rou.xml:16:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'containerFlow', attribute 'begin': 'dummyDepart' is not a valid value of the union type 'personDepartType'.
< netedit/elements/demands/containerflow/load/begin/routes.rou.xml:20:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'containerFlow', attribute 'begin': '-12.00' is not a valid value of the union type 'personDepartType'.
47d43
< netedit/elements/demands/containerflow/load/containersperhour/routes.rou.xml:20:0:ERROR:SCHEMASV:SCHEMAV_CVC_MININCLUSIVE_VALID: Element 'containerFlow', attribute 'containersPerHour': [facet 'minInclusive'] The value '-10' is less than the minimum value allowed ('0').
50,52c46,59
< netedit/elements/demands/containerflow/load/end/routes.rou.xml:12:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'containerFlow', attribute 'end': '' is not a valid value of the union type 'timeType'.
< netedit/elements/demands/containerflow/load/end/routes.rou.xml:16:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'containerFlow', attribute 'end': 'dummy' is not a valid value of the union type 'timeType'.
< netedit/elements/demands/containerflow/load/end/routes.rou.xml:20:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'containerFlow', attribute 'end': '-23.00' is not a valid value of the union type 'timeType'.
---
> netedit/elements/demands/containerflow/load/flow_attributes/begin/routes.rou.xml:12:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'containerFlow', attribute 'begin': '' is not a valid value of the union type 'personDepartType'.
> netedit/elements/demands/containerflow/load/flow_attributes/begin/routes.rou.xml:16:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'containerFlow', attribute 'begin': 'dummyDepart' is not a valid value of the union type 'personDepartType'.
> netedit/elements/demands/containerflow/load/flow_attributes/begin/routes.rou.xml:20:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'containerFlow', attribute 'begin': '-12.00' is not a valid value of the union type 'personDepartType'.
> netedit/elements/demands/containerflow/load/flow_attributes/containersperhour/routes.rou.xml:20:0:ERROR:SCHEMASV:SCHEMAV_CVC_MININCLUSIVE_VALID: Element 'containerFlow', attribute 'containersPerHour': [facet 'minInclusive'] The value '-10' is less than the minimum value allowed ('0').
> netedit/elements/demands/containerflow/load/flow_attributes/end/routes.rou.xml:12:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'containerFlow', attribute 'end': '' is not a valid value of the union type 'timeType'.
> netedit/elements/demands/containerflow/load/flow_attributes/end/routes.rou.xml:16:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'containerFlow', attribute 'end': 'dummy' is not a valid value of the union type 'timeType'.
> netedit/elements/demands/containerflow/load/flow_attributes/end/routes.rou.xml:20:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'containerFlow', attribute 'end': '-23.00' is not a valid value of the union type 'timeType'.
> netedit/elements/demands/containerflow/load/flow_attributes/period/routes.rou.xml:12:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'containerFlow', attribute 'period': 'dummyPeriod' is not a valid value of the union type 'periodType'.
> netedit/elements/demands/containerflow/load/flow_attributes/period/routes.rou.xml:16:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'containerFlow', attribute 'period': '' is not a valid value of the union type 'periodType'.
> netedit/elements/demands/containerflow/load/flow_attributes/period/routes.rou.xml:20:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'containerFlow', attribute 'period': '-10' is not a valid value of the union type 'periodType'.
> netedit/elements/demands/containerflow/load/flow_attributes/poisson/routes.rou.xml:12:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'containerFlow', attribute 'period': 'exp(dummyPeriod)' is not a valid value of the union type 'periodType'.
> netedit/elements/demands/containerflow/load/flow_attributes/poisson/routes.rou.xml:16:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'containerFlow', attribute 'period': '' is not a valid value of the union type 'periodType'.
> netedit/elements/demands/containerflow/load/flow_attributes/poisson/routes.rou.xml:8:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'containerFlow', attribute 'period': 'exp(10' is not a valid value of the union type 'periodType'.
> netedit/elements/demands/containerflow/load/flow_attributes/probability/routes.rou.xml:20:0:ERROR:SCHEMASV:SCHEMAV_CVC_MININCLUSIVE_VALID: Element 'containerFlow', attribute 'probability': [facet 'minInclusive'] The value '-10' is less than the minimum value allowed ('0').
56,233c63,113
< netedit/elements/demands/containerflow/load/period/routes.rou.xml:12:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'containerFlow', attribute 'period': 'dummyPeriod' is not a valid value of the union type 'periodType'.
< netedit/elements/demands/containerflow/load/period/routes.rou.xml:16:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'containerFlow', attribute 'period': '' is not a valid value of the union type 'periodType'.
< netedit/elements/demands/containerflow/load/period/routes.rou.xml:20:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'containerFlow', attribute 'period': '-10' is not a valid value of the union type 'periodType'.
< netedit/elements/demands/containerflow/load/poisson/routes.rou.xml:12:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'containerFlow', attribute 'period': 'exp(dummyPeriod)' is not a valid value of the union type 'periodType'.
<truncated after showing first 30 lines>
---------- Differences in output ----------
1d0
< <number> files checked