04Apr25rv1_22_0+1260-1ba452a0ce3 - 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: 820 tests: 799 succeeded 9 FAILED 8 known bugs 4 killed

Detailed information for the tests that FAILED:

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

---------- Differences in errors ----------
6a7,8
> Warning: Teleporting vehicle 'vehicle.960'; waited too long (wrong lane), lane='i7_1', time=3164.00.
> Warning: Vehicle 'vehicle.960' ends teleporting on edge 'e1', time=3195.00.
---------- Differences in output ----------
11a12
>  Teleports: 1 (Wrong Lane: 1)
13c14
< Simulation ended at time: 8210.00.
---
> Simulation ended at time: 8615.00.

TEST FAILED on ts-sim-wintest-ba : sumo gui ( 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/runner.py", line 47, in <module>
>     findAndClick(PLAY)
>   File "C:/Users/delphi/testreports/sumo/git/tests/../tests/complex/sumo/gui/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 : 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
> 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)
>     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'
>   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 vehroute-roundtrip grid_flows ( Last six runs Apr2025 )

---------- Differences in output ----------
12,18c12,18
<  RouteLength: 1174.72
<  Speed: 4.39
<  Duration: 285.99
<  WaitingTime: 130.62
<  TimeLoss: 198.39
<  DepartDelay: 4.88
< DijkstraRouter answered 4410 queries and explored 60.60 edges on average.
---
>  RouteLength: 1178.07
>  Speed: 4.32
>  Duration: 296.44
>  WaitingTime: 137.99
>  TimeLoss: 208.55
>  DepartDelay: 5.64
> DijkstraRouter answered 4562 queries and explored 60.32 edges on average.
31,35c31,35
<  RouteLength: 1174.72
<  Speed: 4.39
<  Duration: 285.99
<  WaitingTime: 130.62
<  TimeLoss: 198.39
---
>  RouteLength: 1178.07
>  Speed: 4.32
>  Duration: 296.44
>  WaitingTime: 137.99
>  TimeLoss: 208.55
37,38c37,38
< <     <vehicleTripStatistics count="832" routeLength="1174.72" speed="4.39" duration="285.99" waitingTime="130.62" timeLoss="198.39" departDelay="4.88" departDelayWaiting="-1.00" totalTravelTime="237947.00" totalDepartDelay="4064.00"/>
<truncated after showing first 30 lines>
---------- Differences in statistics ----------
10c10
<     <vehicleTripStatistics count="832" routeLength="1174.72" speed="4.39" duration="285.99" waitingTime="130.62" timeLoss="198.39" departDelay="4.88" departDelayWaiting="-1.00" totalTravelTime="237947.00" totalDepartDelay="4064.00"/>
---
>     <vehicleTripStatistics count="832" routeLength="1178.07" speed="4.32" duration="296.44" waitingTime="137.99" timeLoss="208.55" departDelay="5.64" departDelayWaiting="-1.00" totalTravelTime="246637.00" totalDepartDelay="4692.00"/>
---------- Differences in statistics2 ----------
10c10
<     <vehicleTripStatistics count="832" routeLength="1174.72" speed="4.39" duration="285.99" waitingTime="130.62" timeLoss="198.39" departDelay="0.00" departDelayWaiting="-1.00" totalTravelTime="237947.00" totalDepartDelay="0.00"/>
---
>     <vehicleTripStatistics count="832" routeLength="1178.07" speed="4.32" duration="296.44" waitingTime="137.99" timeLoss="208.55" departDelay="0.00" departDelayWaiting="-1.00" totalTravelTime="246637.00" totalDepartDelay="0.00"/>

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 gui gui ( Last six runs Apr2025 )

---------- Differences in errors ----------
0a1,17
> Traceback (most recent call last):
>   File "C:/Users/delphi/testreports/sumo/git/tests/../tests/complex/traci/gui/gui/runner.py", line 81, in <module>
>     pic = imread("out.png")
>           ^^^^^^^^^^^^^^^^^
>   File "C:/Python311/Lib/site-packages/matplotlib/pyplot.py", line 2131, in imread
>     return matplotlib.image.imread(fname, format)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "C:/Python311/Lib/site-packages/matplotlib/image.py", line 1541, in imread
>     with img_open(fname) as image:
>          ^^^^^^^^^^^^^^^
>   File "C:/Python311/Lib/site-packages/PIL/ImageFile.py", line 137, in __init__
>     self._open()
>   File "C:/Python311/Lib/site-packages/PIL/PngImagePlugin.py", line 707, in _open
>     raise SyntaxError(msg)
> SyntaxError: not a PNG file
> sys:1: ResourceWarning: unclosed <socket.socket fd=956, family=2, type=1, proto=0, laddr=('127.0.0.1', 53321), raddr=('127.0.0.1', 53320)>
> C:/Python311/Lib/subprocess.py:1127: ResourceWarning: subprocess 14740 is still running
---------- Differences in output ----------
29,33d28
< screenshot dimensions (500, 500, 4)
< adding view
< views ('View #0', 'newView')
< removing view
< views ('View #0',)

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 ----------
60,61c60,61
< 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 '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.
64,69c64,69
< 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=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=26454.00.
> Warning: Vehicle '83_subway_U2:0' ends teleporting on edge '200422335#1', time=26454.00.
> Warning: Teleporting vehicle '84_subway_U2:1'; waited too long (wrong lane), lane='199847347#3_0', time=26678.00.
> Warning: Vehicle '84_subway_U2:1' ends teleporting on edge '272795470#1', time=26678.00.
---------- Differences in gtfs_additional ----------
427d426
<         <access friendlyPos="true" lane="1124928840#3_0" pos="0.00" length="8.64"/>
428a428
>         <access friendlyPos="true" lane="1124928840#3_0" pos="0.00" length="8.64"/>
463d462
<         <access friendlyPos="true" lane="1124928840#3_0" pos="0.00" length="8.64"/>
464a464
>         <access friendlyPos="true" lane="1124928840#3_0" pos="0.00" length="8.64"/>
556a557
>         <access friendlyPos="true" lane="1212138780#3_0" pos="34.95" length="20.81"/>
559d559
<         <access friendlyPos="true" lane="1212138780#3_0" pos="34.95" length="20.81"/>
580a581
>         <access friendlyPos="true" lane="1212138780#3_0" pos="34.95" length="20.81"/>
583d583
<         <access friendlyPos="true" lane="1212138780#3_0" pos="34.95" length="20.81"/>
640d639
<         <access friendlyPos="true" lane="-687787219_0" pos="96.51" length="25.10"/>
641a641
>         <access friendlyPos="true" lane="-687787219_0" pos="96.51" length="25.10"/>
651d650
<         <access friendlyPos="true" lane="1124928840#3_0" pos="0.00" length="8.64"/>
652a652
>         <access friendlyPos="true" lane="1124928840#3_0" pos="0.00" length="8.64"/>
675d674
<         <access friendlyPos="true" lane="1124928840#3_0" pos="0.00" length="8.64"/>
676a676
>         <access friendlyPos="true" lane="1124928840#3_0" pos="0.00" length="8.64"/>
827d826
<         <access friendlyPos="true" lane="780334232#0_0" pos="34.84" length="48.47"/>
<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 ----------
60,61c60,61
< 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 '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.
64,69c64,69
< 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=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=26454.00.
> Warning: Vehicle '83_subway_U2:0' ends teleporting on edge '200422335#1', time=26454.00.
> Warning: Teleporting vehicle '84_subway_U2:1'; waited too long (wrong lane), lane='199847347#3_0', time=26678.00.
> Warning: Vehicle '84_subway_U2:1' ends teleporting on edge '272795470#1', time=26678.00.
---------- Differences in gtfs_routes ----------
277c277
<     <route id="114234399" edges="-1100903090#1 -1100903090#0 -1100903091#1 -1100903091#0 -1100903092 -169719829#1 -169719829#0 -1100903095 -1100903094#3 -1100903094#2 -1100903094#1 -1100903094#0 -32805741#3 -32805741#2 169717723#1 169717723#3 441788215 -441788215 -169717723#3 -169717723#2 6227654#1 318915602#4 318915602#6 -1102154070#2 -1102154070#1 -1353005053#1 -1353005053#0 -268002745#2 1353005049#2 165415452#0 165415452#1 165415452#2 165415464#0 -437325048#1 -560370523 -437325047#6 -437325
047#3 -437325047#2 -437325047#1 -437325047#0 1117432853#1 1117432853#2 4610362#0 4610362#2 4610362#11 30721662#0 30721662#1 1121011269#0 1121011269#1 1121011269#2 831659093#0 1173516144#1 23809670#1 1173516145#1 28016312 1123150361#0 -156364570#4 -156364570#2 -387892378 -370359204#2 -370359204#1 -743631784#0 -316746323#4 316746323#3 743631784#0 -743631784#0 -316746323#4 46140376#1 46140376#2 -84960597#2 -84960597#1 -1103300964#2 -1103300964#0 36892597#3 4610355#1 4610355#2 4610355#4 4610355#5 46
10355#7 4610355#9 4610355#10 4610355#12 4610355#13 4610355#14 4610355#15 4610355#16 4610355#18 4610355#19 73310499 493008123#1 4296467#1 4296467#3 4296467#4 267542609#1 267542609#2 267542609#4 267542609#5 238682696">
---
>     <route id="114234399" edges="-1100903090#1 -1100903090#0 -1100903091#1 -1100903091#0 -1100903092 -169719829#1 -169719829#0 -1100903095 -1100903094#3 -1100903094#2 -1100903094#1 -1100903094#0 -32805741#3 -32805741#2 169717723#1 169717723#3 441788215 -441788215 -169717723#3 -169717723#2 6227654#1 318915602#4 318915602#6 -1102154070#2 -1102154070#1 -1353005053#1 -1353005053#0 -268002745#2 1353005049#2 165415452#0 165415452#1 165415452#2 165415464#0 -437325048#1 -560370523 -437325047#6 -437325
047#3 -437325047#2 -437325047#1 -437325047#0 1117432853#1 1117432853#2 4610362#0 4610362#2 4610362#11 30721662#0 30721662#1 1121011269#0 1121011269#1 1121011269#2 831659093#0 1173516144#1 23809670#1 1173516145#1 28016312 1123150361#0 -156364570#4 -156364570#2 -1374309650 -387892378 -370359204#2 -370359204#1 -743631784#0 -316746323#4 316746323#3 743631784#0 -743631784#0 -316746323#4 46140376#1 46140376#2 -84960597#2 -84960597#1 -1103300964#2 -1103300964#0 36892597#3 4610355#1 4610355#2 4610355#4 
4610355#5 4610355#7 4610355#9 4610355#10 4610355#12 4610355#13 4610355#14 4610355#15 4610355#16 4610355#18 4610355#19 73310499 493008123#1 4296467#1 4296467#3 4296467#4 267542609#1 267542609#2 267542609#4 267542609#5 238682696">
287c287
<     <route id="114234585" edges="-169717723#2 6227654#1 318915602#4 318915602#6 -1102154070#2 -1102154070#1 -1353005053#1 -1353005053#0 -268002745#2 1353005049#2 165415452#0 165415452#1 165415452#2 165415464#0 -437325048#1 -560370523 -437325047#6 -437325047#3 -437325047#2 -437325047#1 -437325047#0 1117432853#1 1117432853#2 4610362#0 4610362#2 4610362#11 30721662#0 30721662#1 1121011269#0 1121011269#1 1121011269#2 831659093#0 1173516144#1 23809670#1 1173516145#1 28016312 1123150361#0 -156364570
#4 -156364570#2 -387892378 -370359204#2 -370359204#1 -743631784#0 -316746323#4 316746323#3 743631784#0 -743631784#0 -316746323#4 46140376#1 46140376#2 -84960597#2 -84960597#1 -1103300964#2 -1103300964#0 36892597#3 4610355#1 4610355#2 4610355#4 4610355#5 4610355#7 4610355#9 4610355#10 4610355#12 4610355#13 4610355#14 4610355#15 4610355#16 4610355#18 4610355#19 73310499 493008123#1 4296467#1 4296467#3 4296467#4 267542609#1 267542609#2 267542609#4 267542609#5 238682696">
---
>     <route id="114234585" edges="-169717723#2 6227654#1 318915602#4 318915602#6 -1102154070#2 -1102154070#1 -1353005053#1 -1353005053#0 -268002745#2 1353005049#2 165415452#0 165415452#1 165415452#2 165415464#0 -437325048#1 -560370523 -437325047#6 -437325047#3 -437325047#2 -437325047#1 -437325047#0 1117432853#1 1117432853#2 4610362#0 4610362#2 4610362#11 30721662#0 30721662#1 1121011269#0 1121011269#1 1121011269#2 831659093#0 1173516144#1 23809670#1 1173516145#1 28016312 1123150361#0 -156364570
#4 -156364570#2 -1374309650 -387892378 -370359204#2 -370359204#1 -743631784#0 -316746323#4 316746323#3 743631784#0 -743631784#0 -316746323#4 46140376#1 46140376#2 -84960597#2 -84960597#1 -1103300964#2 -1103300964#0 36892597#3 4610355#1 4610355#2 4610355#4 4610355#5 4610355#7 4610355#9 4610355#10 4610355#12 4610355#13 4610355#14 4610355#15 4610355#16 4610355#18 4610355#19 73310499 493008123#1 4296467#1 4296467#3 4296467#4 267542609#1 267542609#2 267542609#4 267542609#5 238682696">
506c506
<     <route id="114234986" edges="743631784#0 -743631784#0 -316746323#4 46140376#1 46140376#2 -84960597#2 -84960597#1 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 72157174#1 171826984#2 4612981#1 4612981#2 -4612981#2">
---
>     <route id="114234986" edges="743631784#0 -743631784#0 -316746323#4 46140376#1 46140376#2 -84960597#2 -84960597#1 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 72157174#1 171826984#2 4612981#1 4612981#2 -4612981#2">
511c511
<     <route id="114234999" edges="-4612981#2 -4612981#1 195401006 1113401735#1 139877314#1 783042668 310357283#2 112128419#1 112128419#2 415280722 195401013#2 171826985#2 4773465#2 1127592486#1 490365295#0 -156364570#4 -156364570#2 -387892378 -370359204#2 -370359204#1 -743631784#0 -316746323#4 316746323#3 743631784#0">
---
>     <route id="114234999" edges="-4612981#2 -4612981#1 195401006 1113401735#1 139877314#1 783042668 310357283#2 112128419#1 112128419#2 415280722 195401013#2 171826985#2 4773465#2 1127592486#1 490365295#0 -156364570#4 -156364570#2 -1374309650 -387892378 -370359204#2 -370359204#1 -743631784#0 -316746323#4 316746323#3 743631784#0">

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 0x00000252A2580200>
> failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (72.0, 73.0) <zip object at 0x00000252A2537C80>
> failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x00000252A2535840>
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 0x00000252A2535C00>
> failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (72.0, 73.0) <zip object at 0x00000252A2560DC0>
> failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x00000252A2562100>
> failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x00000252A2562640>
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 0x00000252A2561840>
> failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (73.0, 74.0) <zip object at 0x00000252A25603C0>
> failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x00000252A254EB40>
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 0x000002885D0DBE40>
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (148.9, 149.0) <zip object at 0x000002885D0BE180>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (149.0, 150.0) <zip object at 0x000002885D324CC0>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (149.0, 150.0) <zip object at 0x000002885D343600>
> failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) <zip object at 0x000002885C481240>
> failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) <zip object at 0x000002885D045300>
> failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) <zip object at 0x000002885C483180>
> failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) <zip object at 0x000002885D4D7C80>
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 0x000001ED7FF2C1C0>
> failed 0.1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x000001ED7FF9E7C0>
> failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x000001ED7FF94340>
> failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x000001ED7FF95240>
> failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) <zip object at 0x000001ED7FF94980>
> failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) <zip object at 0x000001ED7FF94D80>
> failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) <zip object at 0x000001ED7FF94B80>
> failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) <zip object at 0x000001ED7FF948C0>
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x000001ED7FF8CA00>
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x000001ED7FF6FEC0>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x000001ED06A3E8C0>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x000001ED06A31880>
<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 0x000001C24D9E8080>
> failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (76.0, 77.0) <zip object at 0x000001C24D9F2DC0>
> failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001C24D9F2340>
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 0x000001C24D9F2740>
> failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (76.0, 77.0) <zip object at 0x000001C24DA0B8C0>
> failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001C24DA09EC0>
> failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x000001C24DA0AAC0>
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 0x000001C24D9DCE00>
> failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x000001C24D9DC8C0>
> failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001C24D9DC840>
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 0x000001E65A46C4C0>
> failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x000001E65A44B640>
> failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001E65A449240>
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 0x000001E65A448840>
> failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x000001E65A4353C0>
> failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001E65A436740>
> failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x000001E65A435C40>
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 0x000001E65A43FE40>
> failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (78.0, 79.0) <zip object at 0x000001E65A43CA80>
> failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001E65A43F840>
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 0x000001F97E69E540>
> failed 1 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000001F97E8D3440>
> failed 10 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001F97F272F40>
> failed 100 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) <zip object at 0x000001F97F244CC0>
> failed 0.1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x000001F97F276080>
> failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000001F97F244CC0>
> failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001F97F247D80>
> failed 100 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000001F97F247CC0>
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x000001F97F246140>
> failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000001F97F2B08C0>
> failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001F97F2B3A40>
> failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000001F97F2B0AC0>
> failed 0.1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001F97F2B0EC0>
> failed 1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001F97F2B3780>
> failed 10 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001F97F2B1A40>
> failed 100 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) <zip object at 0x000001F97F2B3780>
> failed 0.1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001F97F253A00>
> failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001F97F253680>
> failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001F97F251480>
> failed 100 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000001F97F2528C0>
> failed 0.1 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001F97F252940>
> failed 1 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001F97F2B19C0>
> failed 10 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001F97F28CAC0>
> failed 100 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000001F97F28C600>

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 ----------
3025,11040d3024
< 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 11 6
< Success.
< Success.
< trip 11 7
< 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 11 8
< Success.
< Success.
< trip 11 9
< Error: no declaration found for element 'route'
<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 ----------
2808,5672d2807
< Success.
< Warning: Taz usage was requested but no taz present in trip 'v'!
< Success.
< trip 16 5
< 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).
<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 ----------
1699,9632d1698
< 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 2
< trip 10 3
< 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 4
< trip 10 5
< Error: no declaration found for element 'route'
<  In file 'routes.xml'
<  At line/column 5/44.
< 
< Quitting (on error).
<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 ----------
1278,3936d1277
< trip 11 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).
< trip 11 6
< trip 11 7
< 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 8
< trip 11 9
< 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 10
< trip 11 11
< 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 12
< 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).
<truncated after showing first 30 lines>