18Apr25rv1_22_0+1609-d3d000a8f75 - detailed test results for COMPLEX

To reconnect the TextTest GUI to these results, run:

texttest.exe -a complex -d C:\Users\delphi\testreports\sumo\git\tests -reconnect C:\Users\delphi\testreports\sumo\msvc16x64tmp\msvc16x64.30Apr012924.6900 -g

To start TextTest for these tests, run:

texttest.exe -a complex -d C:\Users\delphi\testreports\sumo\git\tests


default: 823 tests: 801 succeeded 8 known bugs 8 FAILED 6 killed

Detailed information for the tests that FAILED:

TEST FAILED on ts-sim-wintest-ba : sumo protobuf ( Last six runs Apr2025 )

---------- Differences in errors ----------
0a1,38
> Traceback (most recent call last):
>   File "C:/Users/delphi/testreports/sumo/git/tools/xml/xml2protobuf.py", line 208, in <module>
>     main()
>   File "C:/Users/delphi/testreports/sumo/git/tools/xml/xml2protobuf.py", line 194, in main
>     module = generateProto(attrFinder.tagAttrs, attrFinder.depthTags,
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "C:/Users/delphi/testreports/sumo/git/tools/xml/xml2protobuf.py", line 185, in generateProto
>     return importlib.import_module("%s_pb2" % base)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "C:/Python311/Lib/importlib/__init__.py", line 126, in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
>   File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
>   File "<frozen importlib._bootstrap>", line 1140, in _find_and_load_unlocked
> ModuleNotFoundError: No module named 'trajectories_pb2'
> Traceback (most recent call last):
>   File "C:/Users/delphi/testreports/sumo/git/tools/xml/protobuf2xml.py", line 130, in <module>
>     main()
>   File "C:/Users/delphi/testreports/sumo/git/tools/xml/protobuf2xml.py", line 124, in main
>     module = xml2protobuf.generateProto(attrFinder.tagAttrs, attrFinder.depthTags,
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "C:/Users/delphi/testreports/sumo/git/tools/xml/xml2protobuf.py", line 185, in generateProto
>     return importlib.import_module("%s_pb2" % base)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "C:/Python311/Lib/importlib/__init__.py", line 126, in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
<truncated after showing first 30 lines>
---------- Differences in output ----------
1,5d0
< --- 
< +++ 
< -
< -<trajectories xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/amitran/trajectories.xsd" timeStepSize="1000">
< +<trajectories timeStepSize="1000">

TEST FAILED on ts-sim-wintest-ba : sumo xmlValidation ( Last six runs Apr2025 )

---------- Differences in output ----------
6a7,11
> Error: unable to open file 'https://sumo.dlr.de/xsd/routes_file.xsd'
>  In file 'routes.rou.xml'
>  At line/column 1/0.
> 
> Quitting (on error).
8a14,18
> Error: unable to open file 'https://sumo.dlr.de/xsd/routes_file.xsd'
>  In file 'routes.rou.xml'
>  At line/column 1/0.
> 
> Quitting (on error).
18a29,33
> Error: unable to open file 'https://sumo.dlr.de/xsd/routes_file.xsd'
>  In file 'routes.rou.xml'
>  At line/column 1/0.
> 
> Quitting (on error).
21a37,41
> Error: unable to open file 'https://sumo.dlr.de/xsd/routes_file.xsd'
>  In file 'routes.rou.xml'
>  At line/column 1/0.
> 
> Quitting (on error).
27a48,52
> Error: unable to open file 'https://sumo.dlr.de/xsd/routes_file.xsd'
>  In file 'routes.rou.xml'
>  At line/column 1/0.
> 
> Quitting (on error).
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-wintest-ba : traci misc signature ( Last six runs Apr2025 )

---------- Differences in errors ----------
1,14c1,9
<   traci.vehicle.setLaneChangeMode("horiz", lcm=0)
<   traci.vehicle.setParameter(objID="horiz", key="blub", value="blubber")
<   traci.vehicle.setParameter(objectID="horiz", param="blub", value="blubber")
<   traci.vehicle.setParameter(objID="horiz", param="blub", value="blubber")
<   traci.vehicle.setParameter(objID="horiz", param="blub", value="blubber")
<   traci.vehicle.setParameter(oID="horiz", param="blub", value="blubber")
< -- Unordered text as found by filter '^UserWarning:' --
< UserWarning: Use of deprecated parameter lcm in function setLaneChangeMode, use laneChangeMode instead.
< UserWarning: Use of deprecated parameter objID in function setParameter, use objectID instead.
< UserWarning: Use of deprecated parameter objID in function setParameter, use objectID instead.
< UserWarning: Use of deprecated parameter param in function setParameter, use key instead.
< UserWarning: Use of deprecated parameter param in function setParameter, use key instead.
< UserWarning: Use of deprecated parameter param in function setParameter, use key instead.
< 
---
> Traceback (most recent call last):
>   File "C:/Users/delphi/testreports/sumo/git/tests/../tests/complex/traci/misc/signature/runner.py", line 27, in <module>
>     import libsumo
>   File "C:/Users/delphi/testreports/sumo/git/tools/libsumo/__init__.py", line 38, in <module>
>     from .libsumo import vehicle, simulation, person, trafficlight, edge  # noqa
>     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "C:/Users/delphi/testreports/sumo/git/tools/libsumo/libsumo.py", line 13, in <module>
>     from . import _libsumo
> ImportError: DLL load failed while importing _libsumo: Das angegebene Modul wurde nicht gefunden.
---------- Differences in output ----------
1,5d0
< lane.getLinks traci: (laneID, extended=True) libsumo: (laneID)
< person.getPosition traci: (personID) libsumo: (personID, includeZ=False)
< poi.getPosition traci: (poiID) libsumo: (poiID, includeZ=False)
< vehicle.getPosition traci: (vehID) libsumo: (vehID, includeZ=False)
< Domain.setParameter() got an unexpected keyword argument 'oID'

TEST FAILED on ts-sim-wintest-ba : gtfs_mitte osmroutes ( Last six runs Apr2025 )

---------- Differences in errors ----------
21c21
< Warning: 3 total messages of type: Ignoring restriction relation '%' with unknown to-way.
---
> Warning: 2 total messages of type: Ignoring restriction relation '%' with unknown to-way.
37d36
< Warning: 1 total messages of type: Removed % pt stops because they could not be assigned to the network
39d37
< Warning: 6 total messages of type: Removing pt stop '%' on non existing edge '%'.
60,69c58,67
< Warning: Teleporting vehicle '84_subway_U2:1'; waited too long (wrong lane), lane='387106272_0', time=25947.00.
< Warning: Vehicle '84_subway_U2:1' ends teleporting on edge '387106272', time=25947.00.
< Warning: Teleporting vehicle '83_subway_U2:0'; waited too long (wrong lane), lane='200422335#0_0', time=25983.00.
< Warning: Vehicle '83_subway_U2:0' ends teleporting on edge '200422335#0', time=25983.00.
< Warning: Teleporting vehicle '84_subway_U2:1'; waited too long (wrong lane), lane='387106272_0', time=26262.00.
< Warning: Vehicle '84_subway_U2:1' ends teleporting on edge '199847347#2', time=26262.00.
< Warning: Teleporting vehicle '83_subway_U2:0'; waited too long (wrong lane), lane='200422335#1_0', time=26455.00.
< Warning: Vehicle '83_subway_U2:0' ends teleporting on edge '200422335#1', time=26455.00.
< Warning: Teleporting vehicle '84_subway_U2:1'; waited too long (wrong lane), lane='199847347#3_0', time=26676.00.
< Warning: Vehicle '84_subway_U2:1' ends teleporting on edge '272795470#1', time=26676.00.
---
> Warning: Teleporting vehicle '84_subway_U2:1'; waited too long (wrong lane), lane='387106272_0', time=25949.00.
> Warning: Vehicle '84_subway_U2:1' ends teleporting on edge '387106272', time=25949.00.
> Warning: Teleporting vehicle '83_subway_U2:0'; waited too long (wrong lane), lane='200422335#0_0', time=25984.00.
> Warning: Vehicle '83_subway_U2:0' ends teleporting on edge '200422335#0', time=25984.00.
> Warning: Teleporting vehicle '84_subway_U2:1'; waited too long (wrong lane), lane='387106272_0', time=26264.00.
> Warning: Vehicle '84_subway_U2:1' ends teleporting on edge '199847347#2', time=26264.00.
> Warning: Teleporting vehicle '83_subway_U2:0'; waited too long (wrong lane), lane='200422335#1_0', time=26453.00.
> Warning: Vehicle '83_subway_U2:0' ends teleporting on edge '200422335#1', time=26453.00.
> Warning: Teleporting vehicle '84_subway_U2:1'; waited too long (wrong lane), lane='199847347#3_0', time=26679.00.
> Warning: Vehicle '84_subway_U2:1' ends teleporting on edge '272795470#1', time=26679.00.
<truncated after showing first 30 lines>
---------- Differences in gtfs_additional ----------
15c15
<         <access friendlyPos="true" lane="272757322#0_0" pos="0.00" length="20.24"/>
---
>         <access friendlyPos="true" lane="272757342#2_0" pos="0.00" length="18.59"/>
20d19
<         <access friendlyPos="true" lane="440946431_0" pos="0.00" length="23.40"/>
21a21
>         <access friendlyPos="true" lane="440946431_0" pos="0.00" length="23.40"/>
25d24
<         <access friendlyPos="true" lane="274524361#1_0" pos="0.00" length="23.94"/>
27c26,27
<         <access friendlyPos="true" lane="274524361#2_0" pos="0.00" length="25.53"/>
---
>         <access friendlyPos="true" lane="274524361#1_0" pos="0.00" length="23.94"/>
>         <access friendlyPos="true" lane="254339586_0" pos="0.00" length="27.97"/>
35d34
<         <access friendlyPos="true" lane="440946431_0" pos="0.00" length="23.40"/>
36a36
>         <access friendlyPos="true" lane="440946431_0" pos="0.00" length="23.40"/>
40d39
<         <access friendlyPos="true" lane="274524361#1_0" pos="0.00" length="23.94"/>
42c41,42
<         <access friendlyPos="true" lane="274524361#2_0" pos="0.00" length="25.53"/>
---
>         <access friendlyPos="true" lane="274524361#1_0" pos="0.00" length="23.94"/>
>         <access friendlyPos="true" lane="254339586_0" pos="0.00" length="27.97"/>
47d46
<         <access friendlyPos="true" lane="440946431_0" pos="0.00" length="23.40"/>
48a48
>         <access friendlyPos="true" lane="440946431_0" pos="0.00" length="23.40"/>
<truncated after showing first 30 lines>
---------- Differences in gtfs_routes ----------
706,707c706,707
<     <route id="8179" edges="112128419#2 -1133992822#0 -1133992736#0 -1123151415#3 -1123151415#2 -1123151415#0 -24241797#2 -24241797#0 19002357#1 1179820019#0 1179820253#0 1179820253#1 1179820254#3 19002363#1 19002363#2 19002363#3 19002363#4 84960597#1 84960597#2 83517332#1 316746323#3 743631784#0 370359204#1 370359204#2 370359204#3 156364570#2 156364570#3 156364556#1 202157002#0 202157002#1 202157002#2 606078072#1 -534588621#3 -534588621#2 606078071#0 61583423#1 82654059#0 82654059#1 113345773
5#1 1133457733 1332751227#0 81112790#0 81112790#1 23851930 11549895 233835641#0 233835641#2 753730627#0 753730627#1 4773463#1 4611723 541763976 120359703"/>
<     <vehicle id="114273462.0" route="8179" line="17488_700_114273462" depart="2160" departEdge="0" arrivalEdge="52" type="bus" color="89,91,98">
---
>     <route id="8179" edges="112128419#2 -1133992822#0 -1133992736#0 -1123151415#3 -1123151415#2 -1123151415#0 -24241797#2 -24241797#0 19002357#1 1179820019#0 1179820253#0 1179820253#1 1179820254#3 19002363#1 19002363#2 19002363#3 19002363#4 84960597#1 84960597#2 83517332#1 316746323#3 743631784#0 370359204#1 370359204#2 370359204#3 1374309650 156364570#2 156364570#3 156364556#1 202157002#0 202157002#1 202157002#2 606078072#1 -534588621#3 -534588621#2 606078071#0 61583423#1 82654059#0 82654059#
1 1133457735#1 1133457733 1332751227#0 81112790#0 81112790#1 23851930 11549895 233835641#0 233835641#2 753730627#0 753730627#1 4773463#1 4611723 541763976 120359703"/>
>     <vehicle id="114273462.0" route="8179" line="17488_700_114273462" depart="2160" departEdge="0" arrivalEdge="53" type="bus" color="89,91,98">
753,754c753,754
<     <route id="8176" edges="4773464#0 4773464#1 4611724 625843709 304627753#0 304627753#1 1151326816 328426208#0 328426208#2 1320422403#0 1320422403#1 -625843712 -23851930 1320422402 1320422400#0 82654055 1133457765#0 606078065 1112054538 61583424#1 534588621#0 534588621#3 284493291#0 4773465#2 1127592486#1 490365295#0 -156364570#4 -156364570#2 -387892378 -370359204#2 -370359204#1 -743631784#0 -316746323#4 46140376#1 46140376#2 -84960597#2 -84960597#1 11103418#3 23809678#1 23809678#2 23809678#
4 23809678#5 23809678#6 23809678#7 23809678#8 1157231004#1 -19002363#5 -19002363#3 -19002363#2 -19002363#1 -19002363#0 -1179820254#0 -1179820253#0 -1179820019#0 4613292#0 4613308#2 756306892 112128419#1 112128419#2"/>
<     <vehicle id="114273498.0" route="8176" line="17488_700_114273498" depart="2400" departEdge="0" arrivalEdge="58" type="bus" color="89,91,98">
---
>     <route id="8176" edges="4773464#0 4773464#1 4611724 625843709 304627753#0 304627753#1 1151326816 328426208#0 328426208#2 1320422403#0 1320422403#1 -625843712 -23851930 1320422402 1320422400#0 82654055 1133457765#0 606078065 1112054538 61583424#1 534588621#0 534588621#3 284493291#0 4773465#2 1127592486#1 490365295#0 -156364570#4 -156364570#2 -1374309650 -387892378 -370359204#2 -370359204#1 -743631784#0 -316746323#4 46140376#1 46140376#2 -84960597#2 -84960597#1 11103418#3 23809678#1 23809678
#2 23809678#4 23809678#5 23809678#6 23809678#7 23809678#8 1157231004#1 -19002363#5 -19002363#3 -19002363#2 -19002363#1 -19002363#0 -1179820254#0 -1179820253#0 -1179820019#0 4613292#0 4613308#2 756306892 112128419#1 112128419#2"/>
>     <vehicle id="114273498.0" route="8176" line="17488_700_114273498" depart="2400" departEdge="0" arrivalEdge="59" type="bus" color="89,91,98">
997c997
<     <vehicle id="114273463.0" route="8179" line="17488_700_114273462" depart="3960" departEdge="0" arrivalEdge="52" type="bus" color="89,91,98">
---
>     <vehicle id="114273463.0" route="8179" line="17488_700_114273462" depart="3960" departEdge="0" arrivalEdge="53" type="bus" color="89,91,98">
1042c1042
<     <vehicle id="114273499.0" route="8176" line="17488_700_114273498" depart="4200" departEdge="0" arrivalEdge="58" type="bus" color="89,91,98">
---
>     <vehicle id="114273499.0" route="8176" line="17488_700_114273498" depart="4200" departEdge="0" arrivalEdge="59" type="bus" color="89,91,98">
1246c1246
<     <vehicle id="114273464.0" route="8179" line="17488_700_114273462" depart="5760" departEdge="0" arrivalEdge="52" type="bus" color="89,91,98">
---
>     <vehicle id="114273464.0" route="8179" line="17488_700_114273462" depart="5760" departEdge="0" arrivalEdge="53" type="bus" color="89,91,98">
1288c1288
<     <vehicle id="114273502.0" route="8176" line="17488_700_114273498" depart="6000" departEdge="0" arrivalEdge="58" type="bus" color="89,91,98">
---
>     <vehicle id="114273502.0" route="8176" line="17488_700_114273498" depart="6000" departEdge="0" arrivalEdge="59" type="bus" color="89,91,98">
1492c1492
<     <vehicle id="114273465.0" route="8179" line="17488_700_114273462" depart="7560" departEdge="0" arrivalEdge="52" type="bus" color="89,91,98">
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-wintest-ba : gtfs_mitte plain ( Last six runs Apr2025 )

---------- Differences in errors ----------
21c21
< Warning: 3 total messages of type: Ignoring restriction relation '%' with unknown to-way.
---
> Warning: 2 total messages of type: Ignoring restriction relation '%' with unknown to-way.
37d36
< Warning: 1 total messages of type: Removed % pt stops because they could not be assigned to the network
39d37
< Warning: 6 total messages of type: Removing pt stop '%' on non existing edge '%'.
60,69c58,67
< Warning: Teleporting vehicle '84_subway_U2:1'; waited too long (wrong lane), lane='387106272_0', time=25947.00.
< Warning: Vehicle '84_subway_U2:1' ends teleporting on edge '387106272', time=25947.00.
< Warning: Teleporting vehicle '83_subway_U2:0'; waited too long (wrong lane), lane='200422335#0_0', time=25983.00.
< Warning: Vehicle '83_subway_U2:0' ends teleporting on edge '200422335#0', time=25983.00.
< Warning: Teleporting vehicle '84_subway_U2:1'; waited too long (wrong lane), lane='387106272_0', time=26262.00.
< Warning: Vehicle '84_subway_U2:1' ends teleporting on edge '199847347#2', time=26262.00.
< Warning: Teleporting vehicle '83_subway_U2:0'; waited too long (wrong lane), lane='200422335#1_0', time=26455.00.
< Warning: Vehicle '83_subway_U2:0' ends teleporting on edge '200422335#1', time=26455.00.
< Warning: Teleporting vehicle '84_subway_U2:1'; waited too long (wrong lane), lane='199847347#3_0', time=26676.00.
< Warning: Vehicle '84_subway_U2:1' ends teleporting on edge '272795470#1', time=26676.00.
---
> Warning: Teleporting vehicle '84_subway_U2:1'; waited too long (wrong lane), lane='387106272_0', time=25949.00.
> Warning: Vehicle '84_subway_U2:1' ends teleporting on edge '387106272', time=25949.00.
> Warning: Teleporting vehicle '83_subway_U2:0'; waited too long (wrong lane), lane='200422335#0_0', time=25984.00.
> Warning: Vehicle '83_subway_U2:0' ends teleporting on edge '200422335#0', time=25984.00.
> Warning: Teleporting vehicle '84_subway_U2:1'; waited too long (wrong lane), lane='387106272_0', time=26264.00.
> Warning: Vehicle '84_subway_U2:1' ends teleporting on edge '199847347#2', time=26264.00.
> Warning: Teleporting vehicle '83_subway_U2:0'; waited too long (wrong lane), lane='200422335#1_0', time=26453.00.
> Warning: Vehicle '83_subway_U2:0' ends teleporting on edge '200422335#1', time=26453.00.
> Warning: Teleporting vehicle '84_subway_U2:1'; waited too long (wrong lane), lane='199847347#3_0', time=26679.00.
> Warning: Vehicle '84_subway_U2:1' ends teleporting on edge '272795470#1', time=26679.00.
<truncated after showing first 30 lines>
---------- Differences in gtfs_additional ----------
7c7
<     <busStop id="114180574.2" lane="195401013#2_0" startPos="61.75" endPos="74.75" friendlyPos="true" name="S+U Alexanderplatz (Bln) [Bus K.-Liebknecht-Str]">
---
>     <busStop id="114180574.2" lane="171826984#2_0" startPos="188.13" endPos="201.13" friendlyPos="true" name="S+U Alexanderplatz (Bln) [Bus K.-Liebknecht-Str]">
19c19,20
<     <busStop id="114180574.3" lane="24913519#1_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="Berlin, Spandauer Str./Marienkirche">
---
>     <busStop id="114180574.3" lane="202156994#0_0" startPos="62.08" endPos="75.08" friendlyPos="true" name="Berlin, Spandauer Str./Marienkirche">
>         <access friendlyPos="true" lane="1212793337#1_0" pos="0.20" length="43.76"/>
22a24
>         <access friendlyPos="true" lane="1212793346#2_0" pos="0.00" length="44.76"/>
25d26
<         <access friendlyPos="true" lane="375901769#2_0" pos="0.20" length="52.09"/>
28d28
<         <access friendlyPos="true" lane="375901779#1_0" pos="0.20" length="44.89"/>
43c43
<     <busStop id="114180574.5" lane="169195795#0_1" startPos="0.00" endPos="13.00" friendlyPos="true" name="Berlin, Staatsoper">
---
>     <busStop id="114180574.5" lane="340498982#0_1" startPos="93.86" endPos="106.86" friendlyPos="true" name="Berlin, Staatsoper">
103,114d102
<     <busStop id="114180848.3" lane="340498982#0_1" startPos="93.86" endPos="106.86" friendlyPos="true" name="Berlin, Staatsoper">
<         <access friendlyPos="true" lane="-1171295120#0_0" pos="0.00" length="41.55"/>
<         <access friendlyPos="true" lane="-1171295120#1_0" pos="0.00" length="34.11"/>
<         <access friendlyPos="true" lane="1037130735#3_0" pos="93.55" length="24.54"/>
<         <access friendlyPos="true" lane="1037130735#4_0" pos="0.00" length="35.80"/>
<         <access friendlyPos="true" lane="1215085507#0_0" pos="0.20" length="28.79"/>
<         <access friendlyPos="true" lane="1215085507#1_0" pos="0.00" length="24.06"/>
<         <access friendlyPos="true" lane="442389818#6_0" pos="73.21" length="32.34"/>
<         <access friendlyPos="true" lane="442389818#7_0" pos="12.71" length="18.44"/>
<         <access friendlyPos="true" lane="803471188#0_0" pos="0.20" length="22.60"/>
<truncated after showing first 30 lines>
---------- Differences in gtfs_routes ----------
5c5
<     <route id="114180574" edges="1113401735#1 139877314#1 783042668 310357283#2 112128419#1 112128419#2 415280722 195401013#2 171826985#2 24913519#1 1144362247 541763975 202156995 4067932 339201219 541763974 61584187#0 61584187#1 1126245113 15971197 4611699#0 4611699#1 1149417521#1 169195795#0 169195795#1 1217865061#0 1113726463 1077923225#0 882389494#1 340498988#0 -461526153#0 461526153#0 188386313#1 1119935327#0 1119935327#1 1119935543#0 1119936840#1 1119937599#3">
---
>     <route id="114180574" edges="1113401735#1 139877314#1 783042668 310357283#2 112128419#1 112128419#2 415280722 195401013#2 171826985#2 72157174#1 171826984#2 195401006 1113401735#1 139877314#1 783042668 310357283#2 112128419#1 112128419#2 415280722 195401013#2 171826985#2 24913519#1 1144362247 541763975 202156995 4067932 339201219 831694400#0 831694400#1 23013165 4611698 202156994#0 24913519#1 1144362247 541763975 202156995 4067932 339201219 541763974 61584187#0 61584187#1 1126245113 159711
97 4611699#0 4611699#1 1149417521#1 169195795#0 169195795#1 340498982#0 169195795#0 169195795#1 1217865061#0 1113726463 1077923225#0 882389494#1 340498988#0 -461526153#0 461526153#0 188386313#1 1119935327#0 1119935327#1 1119935543#0 1119936840#1 1119937599#3">
18c18
<         <stop busStop="114180848.3" duration="10" until="240"/> <!-- Berlin, Staatsoper -->
---
>         <stop busStop="114180574.5" duration="10" until="240"/> <!-- Berlin, Staatsoper -->
20c20
<         <stop busStop="114180848.5" duration="10" until="360"/> <!-- Berlin, Spandauer Str./Marienkirche -->
---
>         <stop busStop="114180574.3" duration="10" until="360"/> <!-- Berlin, Spandauer Str./Marienkirche -->
27c27
<         <stop busStop="114180848.3" duration="10" until="240"/> <!-- Berlin, Staatsoper -->
---
>         <stop busStop="114180574.5" duration="10" until="240"/> <!-- Berlin, Staatsoper -->
29c29
<         <stop busStop="114180848.5" duration="10" until="360"/> <!-- Berlin, Spandauer Str./Marienkirche -->
---
>         <stop busStop="114180574.3" duration="10" until="360"/> <!-- Berlin, Spandauer Str./Marienkirche -->
42c42
<     <route id="114194096" edges="713576589#0 713576589#1 713576589#2 312651888#1 312651888#2 312651888#3 312651888#4 312651888#5 -36689633#2 -36689633#1 -36689633#0 -980542375#1 4296467#1 4610354#1 4610354#2 4610354#3 4610354#4 4610354#5 1157396753 847103786#0 847103786#2 847103786#3 755340907#0 755340907#1 -1225924291#1 -371927739#3 -1119855803#1 -1119855803#0 -4296469#2 -4296469#0 4296469#0 4296469#2 1119855803#0 980371139#0 980371139#1 980371139#4 44427220#0 44427220#1 -24241762#2 -24241762
#1 -24241762#0 -19002363#5 -19002363#3 -19002363#2 -19002363#1 -19002363#0 -1179820254#0 -1179820253#0 -1179820019#0 4613292#0 -24993933#2 -24993933#0 -1115509343#2 -1115509343#1 -1115509343#0 -1157111072#1 -369223458#3 -369223458#2 1098856743#1 4613299#0 4613299#1 4613299#2 4613299#3 -4613300#5 -4613300#4 -4613300#3 -4613300#2 -4613300#1 -4613300#0 4613300#0 4613300#1 4613300#2 4613300#3 4613300#4 4613300#5 -4613299#3 -4613299#2 -1323456348#2 -1323456348#1 -268002748#0 -1133761630#0 24914141#8 
318282850#2 1105526112#1 112128418#2 112128418#4 457031289 1020548406 1101404246#1 177372522 295445243">
---
>     <route id="114194096" edges="713576589#0 713576589#1 713576589#2 312651888#1 312651888#2 312651888#3 312651888#4 312651888#5 -36689633#2 -36689633#1 -36689633#0 -980542375#1 4296467#1 4610354#1 4610354#2 4610354#3 4610354#4 4610354#5 1157396753 847103786#0 847103786#2 847103786#3 755340907#0 755340907#1 -1225924291#1 -371927739#3 -1119855803#1 -1119855803#0 -4296469#2 -4296469#0 4296469#0 4296469#2 1119855803#0 1119855803#1 371927739#3 371927739#4 36892597#1 36892597#3 1103300964#2 1110341
8#3 23809678#1 23809678#2 23809678#4 23809678#5 23809678#6 23809678#7 23809678#8 1157231004#1 -19002363#5 -19002363#3 -19002363#2 -19002363#1 -19002363#0 -1179820254#0 -1179820253#0 -1179820019#0 4613292#0 -24993933#2 -24993933#0 -1115509343#2 -1115509343#1 -1115509343#0 -1157111072#1 -369223458#3 -369223458#2 1098856743#1 4613299#0 4613299#1 4613299#2 4613299#3 -4613300#5 -4613300#4 -4613300#3 -4613300#2 -4613300#1 -4613300#0 4613300#0 4613300#1 4613300#2 4613300#3 4613300#4 4613300#5 -4613299#
3 -4613299#2 -1323456348#2 -1323456348#1 -268002748#0 -1133761630#0 24914141#8 318282850#2 1105526112#1 112128418#2 112128418#4 457031289 1020548406 1101404246#1 177372522 295445243">
49c49
<     <route id="114194382" edges="-176043807#4 -176043807#0 -176043806#2 -176043806#1 -176043806#0 -1100824590#1 -1100824590#0 -111251382#3 -111251382#2 541295978#1 1097921784#1 -541295974#0 -222328410 34848160#2 1151064405#1 194073677#0 194073677#1 194073677#2 194073677#3 194073677#4 190447768#1 195411602#0 195411602#1 465376240#0 195411604 11483007#0 -1119933622 -461526153#0 -194069450#1 -882389497#1 171423001#1 171423001#2 171423001#3 1190781963#1 35557143#2 35557143#3 389101365#1 66071366#1
 66071366#2 66071366#3 66071366#4 1127602336 23755950#0 4611696#2 4611696#4 4611696#5 8008608 -1263204721 -120675240#4 -120675240#3 -120675240#2 -43156728#1 -1127596842#0 -1127597264#0 -755551646#0 -52328295#2 -52328295#0 -37289106 -328426193#2 -328426193#1 -1102369963#1 -1102369963#0 -1102369964 -30705211#1 -30705211#0 -1040934262#1 -1040934262#0 339201210 4612414#0 4612414#1 4612414#2">
---
>     <route id="114194382" edges="-176043807#4 -176043807#0 -176043806#2 -176043806#1 -176043806#0 -1100824590#1 -1100824590#0 -111251382#3 -111251382#2 541295978#1 1097921784#1 -541295974#0 -222328410 34848160#2 1151064405#1 194073677#0 194073677#1 194073677#2 194073677#3 194073677#4 190447768#1 195411602#0 195411602#1 465376240#0 195411604 11483007#0 -1119933622 -461526153#0 461526153#0 -461526153#0 -194069450#1 -882389497#1 171423001#1 171423001#2 171423001#3 1190781963#1 35557143#2 35557143
#3 389101365#1 66071366#1 66071366#2 66071366#3 66071366#4 1127602336 23755950#0 4611696#2 4611696#4 4611696#5 8008608 -1263204721 -120675240#4 -120675240#3 -120675240#2 -43156728#1 -1127596842#0 -1127597264#0 -755551646#0 -52328295#2 -52328295#0 -37289106 -328426193#2 -328426193#1 -1102369963#1 -1102369963#0 -1102369964 -30705211#1 -30705211#0 -1040934262#1 -1040934262#0 339201210 4612414#0 4612414#1 4612414#2 -4612414#2">
60c60
<     <route id="114194392" edges="-176043807#4 -176043807#0 -176043806#2 -176043806#1 -176043806#0 -1100824590#1 -1100824590#0 -111251382#3 -111251382#2 541295978#1 1097921784#1 -541295974#0 -222328410 34848160#2 1151064405#1 194073677#0 194073677#1 194073677#2 194073677#3 194073677#4 190447768#1 195411602#0 195411602#1 465376240#0 195411604 11483007#0 -1119933622 -461526153#0 -194069450#1 -882389497#1 171423001#1 171423001#2 171423001#3 1190781963#1 35557143#2 35557143#3 389101365#1 66071366#1
 66071366#2 66071366#3 66071366#4 1127602336 23755950#0 4611696#2 4611696#4 4611696#5 8008608 -1263204721 -120675240#4 -120675240#3 -120675240#2 -43156728#1 -1127596842#0 -1127597264#0 -755551646#0 -52328295#2 -52328295#0 -37289106 -328426193#2 -328426193#1 -1102369963#1 -1102369963#0 -1102369964 -30705211#1 -30705211#0 -1040934262#1 -1040934262#0 339201210 4612414#0 4612414#1 4612414#2">
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-wintest-ba : sumo-gui pyautogui_start_stop ( Last six runs Apr2025 )

---------- Differences in errors ----------
0a1,22
> Traceback (most recent call last):
>   File "C:/Users/delphi/testreports/sumo/git/tests/../tests/complex/sumo-gui/pyautogui_start_stop/runner.py", line 47, in <module>
>     findAndClick(PLAY)
>   File "C:/Users/delphi/testreports/sumo/git/tests/../tests/complex/sumo-gui/pyautogui_start_stop/runner.py", line 38, in findAndClick
>     positionOnScreen = pyautogui.locateOnScreen(obj, minSearchTime=3, confidence=0.9)
>                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 172, in wrapper
>     return wrappedFunction(*args, **kwargs)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 210, in locateOnScreen
>     return pyscreeze.locateOnScreen(*args, **kwargs)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "C:/Python311/Lib/site-packages/pyscreeze/__init__.py", line 404, in locateOnScreen
>     screenshotIm = screenshot(region=None)
>                    ^^^^^^^^^^^^^^^^^^^^^^^
>   File "C:/Python311/Lib/site-packages/pyscreeze/__init__.py", line 538, in _screenshot_win32
>     im = ImageGrab.grab(all_screens=allScreens)
>          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "C:/Python311/Lib/site-packages/PIL/ImageGrab.py", line 48, in grab
>     offset, size, data = Image.core.grabscreen_win32(
>                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> OSError: screen grab failed
---------- Missing result in vehroutes ----------
<?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 id="vertical.0" depart="103.00" arrival="344.00">
        <route edges="3fi 3si 4o 4fi 4si 3o 3fi"/>
    </vehicle>

    <vehicle id="vertical.1" depart="113.00" arrival="378.00">
        <route edges="3fi 3si 4o 4fi 4si 3o 3fi"/>
    </vehicle>

    <vehicle id="vertical.2" depart="123.00" arrival="380.00">
        <route edges="3fi 3si 4o 4fi 4si 3o 3fi"/>
    </vehicle>

    <vehicle id="vertical.3" depart="133.00" arrival="382.00">
        <route edges="3fi 3si 4o 4fi 4si 3o 3fi"/>
    </vehicle>

    <vehicle id="vertical.4" depart="143.00" arrival="384.00">
        <route edges="3fi 3si 4o 4fi 4si 3o 3fi"/>
    </vehicle>

    <vehicle id="vertical.5" depart="153.00" arrival="386.00">
        <route edges="3fi 3si 4o 4fi 4si 3o 3fi"/>
    </vehicle>

    <vehicle id="vertical.6" depart="163.00" arrival="435.00">
        <route edges="3fi 3si 4o 4fi 4si 3o 3fi"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-wintest-ba : tutorial gtfs plain ( Last six runs Apr2025 )

---------- Differences in errors ----------
3c3
< Warning! Fixed connection 109242 4
---
> Warning! Fixed connection 109242 5
5c5
< Warning! Fixed connection 109244 4
---
> Warning! Fixed connection 109244 5
7c7
< Warning! Fixed connection 280056 4
---
> Warning! Fixed connection 280056 5
16,17c16,17
< Warning! Fixed connection 281979 26
< Warning! Fixed connection 284866 26
---
> Warning! Fixed connection 281979 25
> Warning! Fixed connection 284866 25
29d28
< Warning! Fixed connection 236759 55
---------- Differences in gtfs_additional ----------
9c9
<     <busStop id="109241.4" lane="-708450472#1_0" startPos="38.36" endPos="51.36" friendlyPos="true" name="Ziegenhals, Schulstr."/>
---
>     <busStop id="109241.4" lane="708450472#1_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="Ziegenhals, Schulstr."/>
16d15
<     <busStop id="109242.7" lane="206903446#0_0" startPos="59.60" endPos="72.60" friendlyPos="true" name="Ziegenhals, Pappelweg"/>
20,21d18
<     <busStop id="109242.11" lane="708450472#1_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="Ziegenhals, Schulstr."/>
<     <busStop id="109242.12" lane="785847089#1_0" startPos="2.69" endPos="15.69" friendlyPos="true" name="Ziegenhals, Neubau"/>
23d19
<     <busStop id="109243.0" lane="-86499884#0_0" startPos="205.23" endPos="218.23" friendlyPos="true" name="Ziegenhals, Neubau"/>
30c26
<     <busStop id="109244.6" lane="4068154#19_0" startPos="10.03" endPos="23.03" friendlyPos="true" name="Eichwalde, Schmöckwitzer Str."/>
---
>     <busStop id="109244.6" lane="4935233#5_0" startPos="17.30" endPos="30.30" friendlyPos="true" name="Eichwalde, Schmöckwitzer Str."/>
32c28
<     <busStop id="109244.8" lane="4463781#1_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="Alt-Schmöckwitz (Berlin)"/>
---
>     <busStop id="109244.8" lane="-4463781#1_0" startPos="5.11" endPos="18.11" friendlyPos="true" name="Alt-Schmöckwitz (Berlin)"/>
35c31
<     <busStop id="109244.11" lane="38416189#0_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="Berlin, Schmöckwitzwerder"/>
---
>     <busStop id="109244.11" lane="-38416189#0_0" startPos="28.75" endPos="41.75" friendlyPos="true" name="Berlin, Schmöckwitzwerder"/>
38d33
<     <busStop id="280370.12" lane="-38416189#0_0" startPos="28.75" endPos="41.75" friendlyPos="true" name="Berlin, Schmöckwitzwerder"/>
41,42c36
<     <busStop id="280370.15" lane="-4463781#1_0" startPos="5.11" endPos="18.11" friendlyPos="true" name="Alt-Schmöckwitz (Berlin)"/>
<     <busStop id="280370.17" lane="-4068154#19_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="Eichwalde, Schmöckwitzer Str."/>
---
>     <busStop id="280370.17" lane="-4935233#5_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="Eichwalde, Schmöckwitzer Str."/>
<truncated after showing first 30 lines>
---------- Differences in gtfs_routes ----------
11c11
<     <route id="109241" edges="38417587#2 -38417587#2 -38417587#1 38417588 -708450472#6 -708450472#5 -708450472#4 -708450472#2 -708450472#1 -708450472#0 708450474 -382263640#3 -382263640#2 -382263640#0 -24380016#3 -24380016#2 -24380016#1 -24380016#0 -206903446#18 -206903446#17 -206903446#16 -206903446#15 -206903446#14 -206903446#13 -206903446#12 -206903446#11 -206903446#10 -206903446#8 -206903446#7 -206903446#6 -206903446#5 -206903446#4 -206903446#3 -206903446#2 -206903446#1 -206903446#0 -35630
851#8 -35630851#7 -35630851#6 -35630851#4 -35630851#3">
---
>     <route id="109241" edges="38417587#2 -38417587#2 -38417587#1 38417588 -708450472#6 -708450472#5 -708450472#4 -708450472#2 -708450472#1 708450472#1 -708450472#1 -708450472#0 708450474 -382263640#3 -382263640#2 -382263640#0 -24380016#3 -24380016#2 -24380016#1 -24380016#0 -206903446#18 -206903446#17 -206903446#16 -206903446#15 -206903446#14 -206903446#13 -206903446#12 -206903446#11 -206903446#10 -206903446#8 -206903446#7 -206903446#6 -206903446#5 -206903446#4 -206903446#3 -206903446#2 -206903
446#1 -206903446#0 -35630851#8 -35630851#7 -35630851#6 -35630851#4 -35630851#3">
22c22
<     <route id="109242" edges="35630851#3 35630851#4 35630851#6 35630851#7 35630851#8 206903446#0 206903446#1 206903446#2 206903446#3 206903446#4 206903446#5 206903446#6 206903446#7 206903446#8 206903446#10 206903446#11 206903446#12 206903446#13 206903446#14 206903446#15 206903446#16 206903446#17 206903446#18 206903446#19 24380016#1 24380016#2 24380016#3 382263640#0 382263640#2 382263640#3 708450473 708450472#0 708450472#1 708450472#2 708450472#3 708450472#5 708450472#6 785847089#0 785847089#1 
38417587#1 38417587#2">
---
>     <route id="109242" edges="35630851#3 35630851#4 35630851#6 35630851#7 35630851#8 206903446#0 -206903446#0 -35630851#8 35630851#8 206903446#0 206903446#1 206903446#2 206903446#3 206903446#4 206903446#5 206903446#6 206903446#7 206903446#8 206903446#10 206903446#11 206903446#12 206903446#13 206903446#14 206903446#15 206903446#16 206903446#17 206903446#18 206903446#19 24380016#1 24380016#2 24380016#3 382263640#0 382263640#2 382263640#3 708450473 708450472#0 708450472#1 708450472#2 708450472#3 
708450472#5 708450472#6 785847089#0 785847089#1 38417588 785847089#0 785847089#1 38417587#1 38417587#2 -38417587#2">
24c24
<         <stop busStop="109242.7" duration="10" until="60"/> <!-- Ziegenhals, Pappelweg -->
---
>         <stop busStop="109241.8" duration="10" until="60"/> <!-- Ziegenhals, Pappelweg -->
28,29c28,29
<         <stop busStop="109242.11" duration="10" until="360"/> <!-- Ziegenhals, Schulstr. -->
<         <stop busStop="109242.12" duration="10" until="420"/> <!-- Ziegenhals, Neubau -->
---
>         <stop busStop="109241.4" duration="10" until="360"/> <!-- Ziegenhals, Schulstr. -->
>         <stop busStop="109241.3" duration="10" until="420"/> <!-- Ziegenhals, Neubau -->
33,34c33,34
<     <route id="109243" edges="-86499884#0 38417587#1 38417587#2">
<         <stop busStop="109243.0" duration="10" until="0"/> <!-- Ziegenhals, Neubau -->
---
>     <route id="109243" edges="38417588 785847089#0 785847089#1 38417587#1 38417587#2 -38417587#2">
>         <stop busStop="109241.3" duration="10" until="0"/> <!-- Ziegenhals, Neubau -->
38c38
<     <route id="109244" edges="-112698780#1 -112698780#0 -27003048#3 -27003048#2 -27003048#1 -27003048#0 -27002935#6 -27002935#2 -27002935#1 -27002935#0 -27002932 -4930682 797340923 -797340923 8068171#0 8068171#1 8068171#2 8068171#3 8068171#4 8068171#5 8068171#6 8068171#7 8068171#8 8068171#9 8068171#10 -785407797#2 -785407797#1 -785407797#0 -797340925#2 -797340925#1 -797340925#0 -4045247#4 -4045247#3 -4045247#2 -4045247#1 -4045247#0 4068154#0 4068154#1 4068154#2 4068154#3 4068154#4 4068154#5 40
68154#6 4068154#11 4068154#15 4068154#16 4068154#17 4068154#18 4068154#19 4068154#20 355736431#0 355736431#1 355736431#2 355736431#3 355736431#4 355736431#5 355736431#6 37825300#0 37825300#1 -355736433#2 -355736433#0 -182599168#2 240539089#1 240539089#2 240539089#3 240539089#4 421209091#0 421209091#1 421209091#2 355736434#1 -240539088 -4463780#2 -4463780#1 -4463780#0 4463781#1 4463781#2 552103455#0 552103455#1 132063757#0 132063757#1 132063757#2 132063757#3 155720293 176187637#0 176187637#1 1761
87637#2 157743397#1 157743397#2 4463796#0 4463796#1 4463796#2 4463796#3 4463796#4 4463796#5 4463796#6 38416377 38416189#0 38416189#1 38415026#1 38415026#2">
---
>     <route id="109244" edges="-112698780#1 -112698780#0 -27003048#3 -27003048#2 -27003048#1 -27003048#0 -27002935#6 -27002935#2 -27002935#1 -27002935#0 -27002932 -4930682 797340923 -797340923 8068171#0 8068171#1 8068171#2 8068171#3 8068171#4 8068171#5 8068171#6 8068171#7 8068171#8 8068171#9 8068171#10 -785407797#2 -785407797#1 -785407797#0 -797340925#2 -797340925#1 -797340925#0 -4045247#4 -4045247#3 -4045247#2 -4045247#1 -4045247#0 4068154#0 4068154#1 24275810#0 -24275839 -124266862#0 -1242668
63 4935233#3 4935233#4 4935233#5 355736431#0 355736431#1 -355736431#1 355736431#1 355736431#2 355736431#3 355736431#4 355736431#5 355736431#6 37825300#0 37825300#1 -355736433#2 -355736433#0 -182599168#2 240539089#1 240539089#2 240539089#3 240539089#4 421209091#0 421209091#1 421209091#2 355736434#1 -240539088 -4463780#2 -4463780#1 -4463780#0 4463781#1 -4463781#1 4463781#1 4463781#2 552103455#0 552103455#1 132063757#0 132063757#1 132063757#2 132063757#3 155720293 176187637#0 176187637#1 176187637#
2 157743397#1 157743397#2 4463796#0 4463796#1 4463796#2 4463796#3 4463796#4 4463796#5 4463796#6 38416377 38416189#0 -38416189#0 38416189#0 38416189#1 38415026#1 38415026#2">
53c53
<     <route id="280056" edges="-112698780#1 -112698780#0 -27003048#3 -27003048#2 -27003048#1 -27003048#0 -27002935#6 -27002935#2 -27002935#1 -27002935#0 -27002932 -4930682 797340923 -797340923 8068171#0 8068171#1 8068171#2 8068171#3 8068171#4 8068171#5 8068171#6 8068171#7 8068171#8 8068171#9 8068171#10 -785407797#2 -785407797#1 -785407797#0 -797340925#2 -797340925#1 -797340925#0 -4045247#4 -4045247#3 -4045247#2 -4045247#1 -4045247#0 4068154#0 4068154#1 4068154#2 4068154#3 4068154#4 4068154#5 40
68154#6 4068154#11 4068154#15 4068154#16 4068154#17 4068154#18 4068154#19 4068154#20 355736431#0 355736431#1 355736431#2 355736431#3 355736431#4 355736431#5 355736431#6 37825300#0 37825300#1 -355736433#2 -355736433#0 -182599168#2 240539089#1 240539089#2 240539089#3 240539089#4 421209091#0 421209091#1 421209091#2 355736434#1 -240539088 -4463780#2 -4463780#1 -4463780#0 4463781#1 4463781#2 552103455#0 552103455#1 132063757#0 132063757#1 132063757#2 132063757#3 155720293 176187637#0 176187637#1 1761
87637#2 157743397#1 157743397#2 4463796#0 4463796#1 4463796#2 4463796#3 4463796#4 4463796#5 4463796#6 38416377 38416189#0 38416189#1 38415026#1 38415026#2">
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-wintest-ba : tutorial gtfs tram ( Last six runs Apr2025 )

---------- Differences in gtfs_additional ----------
37,48d36
<     <trainStop id="257596.7" lane="110800148_0" startPos="0.00" endPos="60.00" friendlyPos="true" name="Wendenschloß (Berlin)">
<         <access friendlyPos="true" lane="-23532795#0_0" pos="29.69" length="121.00"/>
<         <access friendlyPos="true" lane="-32204604#0_0" pos="0.00" length="22.32"/>
<         <access friendlyPos="true" lane="-32204604#1_0" pos="18.47" length="0.38"/>
<         <access friendlyPos="true" lane="-445947592_0" pos="127.04" length="39.33"/>
<         <access friendlyPos="true" lane="32204604#0_0" pos="90.78" length="22.68"/>
<         <access friendlyPos="true" lane="32204604#1_0" pos="9.45" length="4.41"/>
<         <access friendlyPos="true" lane="445947587_0" pos="3.41" length="16.44"/>
<         <access friendlyPos="true" lane="445947591#0_0" pos="63.07" length="37.13"/>
<         <access friendlyPos="true" lane="445947591#2_0" pos="10.82" length="24.06"/>
<         <access friendlyPos="true" lane="445947592_0" pos="0.00" length="39.73"/>
<     </trainStop>
---------- Differences in gtfs_routes ----------
20c20
<     <route id="257596" edges="107701626 110800148">
---
>     <route id="257596" edges="107701626 110800148 386219212 171419641">
24c24
<         <stop busStop="257596.7" duration="10" until="180"/> <!-- Wendenschloß (Berlin) -->
---
>         <stop busStop="257252.0" duration="10" until="180"/> <!-- Wendenschloß (Berlin) -->

Detailed information for the tests that had known bugs:

TEST had known bugs (see #254) on ts-sim-wintest-ba : sumo output one_vehicle ( Last six runs Apr2025 )

different outputs from detectors which should detect the same
(This bug was triggered by text found in file 'output' matching 'failed')
---------- Differences in output ----------
5,7c5,7
< success 0.1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
< success 1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
< success 10 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
---
> failed 0.1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (71.4, 71.5) <zip object at 0x00000234DF343B80>
> failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (72.0, 73.0) <zip object at 0x00000234DF3146C0>
> failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x00000234DF317DC0>
9,12c9,12
< success 0.1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
< success 1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
< success 10 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
< success 100 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
---
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (71.4, 71.5) <zip object at 0x00000234DF317300>
> failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (72.0, 73.0) <zip object at 0x00000234DF342840>
> failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x00000234DF3404C0>
> failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x00000234DF340D40>
17,19c17,19
< success 0.1 ['--step-length', '1', '--end', '100'] ['3/1to2/1_0']
< success 1 ['--step-length', '1', '--end', '100'] ['3/1to2/1_0']
< success 10 ['--step-length', '1', '--end', '100'] ['3/1to2/1_0']
---
> failed 0.1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (73.0, 74.0) <zip object at 0x00000234DF343400>
> failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (73.0, 74.0) <zip object at 0x00000234DF342C40>
> failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x00000234DF35B300>
21,50c21,24
< success 0.1 ['--step-length', '1', '--end', '1000'] ['3/1to2/1_0']
< success 1 ['--step-length', '1', '--end', '1000'] ['3/1to2/1_0']
< success 10 ['--step-length', '1', '--end', '1000'] ['3/1to2/1_0']
<truncated after showing first 30 lines>

TEST had known bugs (see #254) on ts-sim-wintest-ba : sumo output teleport ( Last six runs Apr2025 )

different outputs from detectors which should detect the same
(This bug was triggered by text found in file 'output' matching 'failed')
---------- Differences in output ----------
1,98c1,48
< success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
< success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
< success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
< success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
< success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
< success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
< success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
< success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
< success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0']
< success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0', '1/1to0/1_0']
< success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0']
< success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0', '1/1to0/1_0']
< success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0']
< success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0', '1/1to0/1_0']
< success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0']
< success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0', '1/1to0/1_0']
< failed ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (108.6, 108.7) [9.9, 10.0, 9.9, 9.9]
< failed ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (108.6, 108.7) [9.9, 10.0, 9.9, 9.9]
< failed ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (108.0, 109.0) [9.87, 10.0, 9.87, 9.87]
< failed ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (108.0, 109.0) [9.87, 10.0, 9.87, 9.87]
< failed ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 110.0) [9.85, 9.96, 9.85, 9.85]
< failed ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 110.0) [9.85, 9.96, 9.85, 9.85]
< failed ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) [-1.0, 2.26, 3.2, 2.27, 2.27]
< failed ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) [-1.0, 2.26, 3.2, 2.27, 2.27]
< success ['--step-length', '1', '--end', '51'] ['2/1to1/1_0']
< success ['--step-length', '1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
< success ['--step-length', '1', '--end', '51'] ['2/1to1/1_0']
< success ['--step-length', '1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
< success ['--step-length', '1', '--end', '51'] ['2/1to1/1_0']
<truncated after showing first 30 lines>

TEST had known bugs (see #254) on ts-sim-wintest-ba : sumo output teleport_multihop ( Last six runs Apr2025 )

different outputs from detectors which should detect the same
(This bug was triggered by text found in file 'output' matching 'failed')
---------- Differences in output ----------
17,24c17,24
< success 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (230.0, 230.1) [('e2', 9.99), ('e3', 10.0), ('edge', 9.99), ('lane', 9.99)]
< success 0.1 ['--step-length', '.1', '--end', '1000'] 1/1to0/1_0 (148.1, 148.2) [('e2', 9.99), ('e3', 10.0), ('edge', 9.99), ('lane', 9.99)]
< success 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (230.0, 231.0) [('e2', 9.99), ('e3', 10.0), ('edge', 9.99), ('lane', 9.99)]
< success 1 ['--step-length', '.1', '--end', '1000'] 1/1to0/1_0 (148.0, 149.0) [('e2', 9.91), ('e3', 10.0), ('edge', 9.91), ('lane', 9.91)]
< success 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (230.0, 240.0) [('e2', 9.42), ('e3', 9.9), ('edge', 9.42), ('lane', 9.42)]
< success 10 ['--step-length', '.1', '--end', '1000'] 1/1to0/1_0 (140.0, 150.0) [('e2', 9.96), ('e3', 9.99), ('edge', 9.96), ('lane', 9.96)]
< success 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (200.0, 300.0) [('e1', 10.0), ('e2', 9.22), ('e3', 5.71), ('edge', 9.22), ('lane', 9.22)]
< success 100 ['--step-length', '.1', '--end', '1000'] 1/1to0/1_0 (100.0, 200.0) [('e1', 9.53), ('e2', 5.82), ('e3', 6.93), ('edge', 5.82), ('lane', 5.82)]
---
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (148.9, 149.0) <zip object at 0x000001F27FC12980>
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (148.9, 149.0) <zip object at 0x000001F27FBE4AC0>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (149.0, 150.0) <zip object at 0x000001F27FE91880>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (149.0, 150.0) <zip object at 0x000001F27FE69200>
> failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) <zip object at 0x000001F27F120300>
> failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) <zip object at 0x000001F27EFF8CC0>
> failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) <zip object at 0x000001F27FC3B440>
> failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) <zip object at 0x000001F27FC3A800>
41,98c41,48
< success 0.1 ['--step-length', '1', '--end', '1000'] 2/1to1/1_0 (245.0, 246.0) [('e2', 8.92), ('e3', 10.0), ('edge', 8.92), ('lane', 8.92)]
< success 0.1 ['--step-length', '1', '--end', '1000'] 1/1to0/1_0 (150.0, 151.0) [('e2', 9.82), ('e3', 10.0), ('edge', 9.82), ('lane', 9.82)]
< success 1 ['--step-length', '1', '--end', '1000'] 2/1to1/1_0 (245.0, 246.0) [('e2', 8.92), ('e3', 10.0), ('edge', 8.92), ('lane', 8.92)]
< success 1 ['--step-length', '1', '--end', '1000'] 1/1to0/1_0 (150.0, 151.0) [('e2', 9.82), ('e3', 10.0), ('edge', 9.82), ('lane', 9.82)]
< success 10 ['--step-length', '1', '--end', '1000'] 2/1to1/1_0 (240.0, 250.0) [('e2', 9.9), ('e3', 10.0), ('edge', 9.9), ('lane', 9.9)]
< success 10 ['--step-length', '1', '--end', '1000'] 1/1to0/1_0 (150.0, 160.0) [('e2', 9.15), ('e3', 9.84), ('edge', 9.15), ('lane', 9.15)]
< success 100 ['--step-length', '1', '--end', '1000'] 2/1to1/1_0 (200.0, 300.0) [('e1', 10.0), ('e2', 9.41), ('e3', 5.84), ('edge', 9.41), ('lane', 9.41)]
< success 100 ['--step-length', '1', '--end', '1000'] 1/1to0/1_0 (100.0, 200.0) [('e1', 10.0), ('e2', 5.94), ('e3', 7.08), ('edge', 5.94), ('lane', 5.94)]
< -- Unordered text as found by filter '^Loading configuration ... done.' --
< Loading configuration ... done.
< Loading configuration ... done.
<truncated after showing first 30 lines>

TEST had known bugs (see #254) on ts-sim-wintest-ba : sumo output teleport_multihop_newDefaults ( Last six runs Apr2025 )

different outputs from detectors which should detect the same
(This bug was triggered by text found in file 'output' matching 'failed')
---------- Differences in output ----------
9,24c9,24
< failed 0.1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (76.2, 76.3) [('e2', 10.49), ('e3', 10.35), ('edge', 10.49), ('lane', 10.49)]
< failed 0.1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (76.2, 76.3) [('e2', 10.49), ('e3', 10.35), ('edge', 10.49), ('lane', 10.49)]
< failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (76.0, 77.0) [('e2', 10.39), ('e3', 10.35), ('edge', 10.39), ('lane', 10.39)]
< failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (76.0, 77.0) [('e2', 10.39), ('e3', 10.35), ('edge', 10.39), ('lane', 10.39)]
< failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) [('e2', 10.42), ('e3', 10.25), ('edge', 10.42), ('lane', 10.42)]
< failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) [('e2', 10.42), ('e3', 10.25), ('edge', 10.42), ('lane', 10.42)]
< failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) [('e1', 10.27), ('e2', 10.24), ('e3', 9.59), ('edge', 10.24), ('lane', 10.24)]
< failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) [('e1', 10.27), ('e2', 10.24), ('e3', 9.59), ('edge', 10.24), ('lane', 10.24)]
< failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (76.2, 76.3) [('e2', 10.49), ('e3', 10.35), ('edge', 10.49), ('lane', 10.49)]
< failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (76.2, 76.3) [('e2', 10.49), ('e3', 10.35), ('edge', 10.49), ('lane', 10.49)]
< failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (76.0, 77.0) [('e2', 10.39), ('e3', 10.35), ('edge', 10.39), ('lane', 10.39)]
< failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (76.0, 77.0) [('e2', 10.39), ('e3', 10.35), ('edge', 10.39), ('lane', 10.39)]
< failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 80.0) [('e2', 10.42), ('e3', 10.25), ('edge', 10.42), ('lane', 10.42)]
< failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 80.0) [('e2', 10.42), ('e3', 10.25), ('edge', 10.42), ('lane', 10.42)]
< failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (0.0, 100.0) [('e1', 10.27), ('e2', 10.24), ('e3', 9.59), ('edge', 10.24), ('lane', 10.24)]
< failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (0.0, 100.0) [('e1', 10.27), ('e2', 10.24), ('e3', 9.59), ('edge', 10.24), ('lane', 10.24)]
---
> failed 0.1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x00000281A3A45940>
> failed 0.1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x00000281A3A17640>
> failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x00000281A3A9EE80>
> failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x00000281A3A9CE80>
> failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) <zip object at 0x00000281A3A9EA80>
> failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) <zip object at 0x00000281A3A9EA80>
> failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) <zip object at 0x00000281A3A9F880>
> failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) <zip object at 0x00000281A3A9CE80>
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x00000281A3A9FBC0>
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x00000281A3A8AB00>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x00000281A3E7CA40>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x00000281A3EA94C0>
<truncated after showing first 30 lines>

TEST had known bugs (see #254) on ts-sim-wintest-ba : sumo output two_same_vehicles ( Last six runs Apr2025 )

different outputs from detectors which should detect the same
(This bug was triggered by text found in file 'output' matching 'failed')
---------- Differences in output ----------
5,7c5,7
< success 0.1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
< success 1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
< success 10 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
---
> failed 0.1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (75.4, 75.5) <zip object at 0x00000203CF6B8200>
> failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (76.0, 77.0) <zip object at 0x00000203CF6E3BC0>
> failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x00000203CF6E1840>
9,12c9,12
< success 0.1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
< success 1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
< success 10 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
< success 100 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
---
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (75.4, 75.5) <zip object at 0x00000203CF6E0480>
> failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (76.0, 77.0) <zip object at 0x00000203CF6BA900>
> failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x00000203CF6BA740>
> failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x00000203CF6BAB80>
17,19c17,19
< success 0.1 ['--step-length', '1', '--end', '100'] ['3/1to2/1_0']
< success 1 ['--step-length', '1', '--end', '100'] ['3/1to2/1_0']
< success 10 ['--step-length', '1', '--end', '100'] ['3/1to2/1_0']
---
> failed 0.1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x00000203CF6FAB80>
> failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x00000203CF6F9BC0>
> failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x00000203CF6F87C0>
21,50c21,24
< success 0.1 ['--step-length', '1', '--end', '1000'] ['3/1to2/1_0']
< success 1 ['--step-length', '1', '--end', '1000'] ['3/1to2/1_0']
< success 10 ['--step-length', '1', '--end', '1000'] ['3/1to2/1_0']
<truncated after showing first 30 lines>

TEST had known bugs (see #254) on ts-sim-wintest-ba : sumo output two_vehicles_diff_length ( Last six runs Apr2025 )

different outputs from detectors which should detect the same
(This bug was triggered by text found in file 'output' matching 'failed')
---------- Differences in output ----------
5,7c5,7
< success 0.1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
< success 1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
< success 10 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
---
> failed 0.1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (76.4, 76.5) <zip object at 0x000001B56D2FBF80>
> failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x000001B56D2DC980>
> failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001B56D2DF980>
9,12c9,12
< success 0.1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
< success 1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
< success 10 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
< success 100 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
---
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (76.4, 76.5) <zip object at 0x000001B56D2DED80>
> failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x000001B56D2FB1C0>
> failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001B56D2FB980>
> failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x000001B56D2F9AC0>
17,19c17,19
< success 0.1 ['--step-length', '1', '--end', '100'] ['3/1to2/1_0']
< success 1 ['--step-length', '1', '--end', '100'] ['3/1to2/1_0']
< success 10 ['--step-length', '1', '--end', '100'] ['3/1to2/1_0']
---
> failed 0.1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (78.0, 79.0) <zip object at 0x000001B56D2C5F00>
> failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (78.0, 79.0) <zip object at 0x000001B56D2C5BC0>
> failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001B56D2C7340>
21,50c21,24
< success 0.1 ['--step-length', '1', '--end', '1000'] ['3/1to2/1_0']
< success 1 ['--step-length', '1', '--end', '1000'] ['3/1to2/1_0']
< success 10 ['--step-length', '1', '--end', '1000'] ['3/1to2/1_0']
<truncated after showing first 30 lines>

TEST had known bugs (see #254) on ts-sim-wintest-ba : sumo output two_vehicles_diff_speed ( Last six runs Apr2025 )

different outputs from detectors which should detect the same
(This bug was triggered by text found in file 'output' matching 'failed')
---------- Differences in output ----------
0a1,24
> failed 0.1 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x000002449C29A7C0>
> failed 1 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000002449C490940>
> failed 10 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000002449C29A7C0>
> failed 100 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) <zip object at 0x000002449CE73EC0>
> failed 0.1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x000002449CE84040>
> failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000002449CE464C0>
> failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000002449CE44A80>
> failed 100 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000002449CE45F40>
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x000002449CE44940>
> failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000002449CE5E000>
> failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000002449CE5D540>
> failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000002449CE5CEC0>
> failed 0.1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000002449CE5F1C0>
> failed 1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000002449CE5DE00>
> failed 10 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000002449CE5F200>
> failed 100 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) <zip object at 0x000002449CE9EB40>
> failed 0.1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000002449CE9DB80>
> failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000002449CE9FB80>
> failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000002449CE9E040>
> failed 100 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000002449CE9E8C0>
> failed 0.1 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000002449CE9C7C0>
> failed 1 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000002449CE5DA80>
> failed 10 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000002449CE5F500>
> failed 100 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000002449CE5D3C0>

TEST had known bugs (see #3263) on ts-sim-wintest-ba : traci vehicle moveToXY keepRoute2 ( Last six runs Apr2025 )

mapping failure
(This bug was triggered by text found in file 'output' matching 'failed')
---------- Differences in output ----------
0a1
> internal corner (inside, segment2) failed: x=198, x2=198.0,   y=1.9, y2=1.9,   lane=middle_0, lane2=middle_0, pos=102, pos2=98.0   posLat=2.0 posLat2=1.9

Detailed information for the tests that were terminated before completion:

TEST were terminated before completion (TIMEOUT) on ts-sim-wintest-ba : routes duarouter ( Last six runs Apr2025 )

Test exceeded wallclock time limit of 900.0 seconds
---------- Differences in output ----------
3190,11040d3189
< Success.
< Success.
< trip 12 13
< Error: no declaration found for element 'route'
<  In file 'routes.xml'
<  At line/column 5/44.
< 
< Quitting (on error).
< Error: no declaration found for element 'route'
<  In file 'routes.xml'
<  At line/column 5/44.
< 
< Quitting (on error).
< trip 12 14
< Success.
< Success.
< trip 12 15
< Error: no declaration found for element 'route'
<  In file 'routes.xml'
<  At line/column 5/44.
< 
< Quitting (on error).
< Error: no declaration found for element 'route'
<  In file 'routes.xml'
<  At line/column 5/44.
< 
< Quitting (on error).
< trip 13 0
< Success.
<truncated after showing first 30 lines>

TEST were terminated before completion (TIMEOUT) on ts-sim-wintest-ba : routes duarouter_no_validation ( Last six runs Apr2025 )

Test exceeded wallclock time limit of 900.0 seconds
---------- Differences in output ----------
2812,5672d2811
< Error: The route for vehicle 'v' has no edges.
< Quitting (on error).
< Warning: Taz usage was requested but no taz present in trip 'v'!
< Error: The route for vehicle 'v' has no edges.
< Quitting (on error).
< trip 16 6
< Success.
< Warning: Taz usage was requested but no taz present in trip 'v'!
< Success.
< trip 16 7
< Error: The route for vehicle 'v' has no edges.
< Quitting (on error).
< Warning: Taz usage was requested but no taz present in trip 'v'!
< Error: The route for vehicle 'v' has no edges.
< Quitting (on error).
< trip 16 8
< Success.
< Warning: Taz usage was requested but no taz present in trip 'v'!
< Success.
< trip 16 9
< Error: The route for vehicle 'v' has no edges.
< Quitting (on error).
< Warning: Taz usage was requested but no taz present in trip 'v'!
< Error: The route for vehicle 'v' has no edges.
< Quitting (on error).
< trip 16 10
< Success.
< Warning: Taz usage was requested but no taz present in trip 'v'!
< Success.
<truncated after showing first 30 lines>

TEST were terminated before completion (TIMEOUT) on ts-sim-wintest-ba : routes sumo ( Last six runs Apr2025 )

Test exceeded wallclock time limit of 900.0 seconds
---------- Differences in output ----------
1746,9632d1745
< trip 10 9
< Error: no declaration found for element 'route'
<  In file 'routes.xml'
<  At line/column 5/44.
< 
< Quitting (on error).
< Error: no declaration found for element 'route'
<  In file 'routes.xml'
<  At line/column 5/44.
< 
< Quitting (on error).
< trip 10 10
< trip 10 11
< Error: no declaration found for element 'route'
<  In file 'routes.xml'
<  At line/column 5/44.
< 
< Quitting (on error).
< Error: no declaration found for element 'route'
<  In file 'routes.xml'
<  At line/column 5/44.
< 
< Quitting (on error).
< trip 10 12
< trip 10 13
< Error: no declaration found for element 'route'
<  In file 'routes.xml'
<  At line/column 5/44.
< 
<truncated after showing first 30 lines>

TEST were terminated before completion (TIMEOUT) on ts-sim-wintest-ba : routes sumo_no_validation ( Last six runs Apr2025 )

Test exceeded wallclock time limit of 900.0 seconds
---------- Differences in output ----------
1302,3936d1301
< trip 11 13
< Error: The route for trip 'v' has no edges.
< Quitting (on error).
< Error: The route for trip 'v' has no edges.
< Quitting (on error).
< trip 11 14
< trip 11 15
< Error: The route for trip 'v' has no edges.
< Quitting (on error).
< Error: The route for trip 'v' has no edges.
< Quitting (on error).
< trip 12 0
< trip 12 1
< Error: The route for trip 'v' has no edges.
< Quitting (on error).
< Error: The route for trip 'v' has no edges.
< Quitting (on error).
< trip 12 2
< trip 12 3
< Error: The route for trip 'v' has no edges.
< Quitting (on error).
< Error: The route for trip 'v' has no edges.
< Quitting (on error).
< trip 12 4
< trip 12 5
< Error: The route for trip 'v' has no edges.
< Quitting (on error).
< Error: The route for trip 'v' has no edges.
< Quitting (on error).
<truncated after showing first 30 lines>

TEST were terminated before completion (TIMEOUT) on ts-sim-wintest-ba : traci gui b50 ( Last six runs Apr2025 )

Test exceeded wallclock time limit of 900.0 seconds

TEST were terminated before completion (TIMEOUT) on ts-sim-wintest-ba : traci gui gui ( Last six runs Apr2025 )

Test exceeded wallclock time limit of 900.0 seconds
---------- Differences in output ----------
1,33d0
< step 0
< step 1
< step 2
< hasGUI True
< views ('View #0',)
< examining View #0
< set zoom (80.0)
< get zoom 80.0
< set offset (400.0, 400.0)
< get offset (400.0, 400.0)
< set schema ('real world')
< get schema real world
< visible boundary ((-809.6875, -232.0), (1609.6875, 1032.0))
< has view View #0 True
< has view 'foo' False
< track vehicle 'horiz'
< get tracked vehicle horiz
< {0: ('View #0',)}
< step 3
< {0: ('View #0',)}
< step 4
< {0: ('View #0',)}
< step 5
< {0: ('View #0',)}
< veh selected: False
< edge selected: False
< veh selected: True
< edge selected: True
< screenshot dimensions (500, 500, 4)
<truncated after showing first 30 lines>