13May25rv1_23_1+0047-ada85d6e487 - 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.31May014549.15408 -g

To start TextTest for these tests, run:

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


default: 824 tests: 803 succeeded 8 known bugs 7 FAILED 6 killed

Detailed information for the tests that FAILED:

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

---------- Differences in errors ----------
0a1,38
> 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
>   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/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
<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 May2025 )

---------- 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 connection multipleConnections basic sumo-gui ( Last six runs May2025 )

---------- Differences in output ----------
6a7
>  done.
45a47
> Loading configuration ...Starting process 4 with steplength 1.0
69d70
< Starting process 4 with steplength 1.0
76d76
< Loading configuration ... done.

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

---------- 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 10, 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 May2025 )

---------- Differences in errors ----------
31c31
< Warning: 5 total messages of type: Not joining junctions % (%).
---
> Warning: 4 total messages of type: Not joining junctions % (%).
36c36
< Warning: 3 total messages of type: Reducing junction cluster % (%).
---
> Warning: 4 total messages of type: Reducing junction cluster % (%).
40c40
< Warning: 11 total messages of type: The traffic light '%' has a high cycle time of %.
---
> Warning: 8 total messages of type: The traffic light '%' has a high cycle time of %.
54,67d53
< Warning: No connection between edge '199847347#3' and edge '272795470#1' found.
< Warning: No route for vehicle '84_subway_U2:1' found.
< Warning: No connection between edge '384294422#2' and edge '387106270#2' found.
< Warning: No route for vehicle '83_subway_U2:0' found.
< Warning: Teleporting vehicle '84_subway_U2:1'; waited too long (wrong lane), lane='387106272_0', time=25951.00.
< Warning: Vehicle '84_subway_U2:1' ends teleporting on edge '387106272', time=25951.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=26266.00.
< Warning: Vehicle '84_subway_U2:1' ends teleporting on edge '199847347#2', time=26266.00.
< Warning: Teleporting vehicle '83_subway_U2:0'; waited too long (wrong lane), lane='200422335#1_0', time=26457.00.
< Warning: Vehicle '83_subway_U2:0' ends teleporting on edge '200422335#1', time=26457.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.
69,70d54
< Warning: 7 total messages of type: Teleporting vehicle '%'; waited too long (wrong lane), lane='%', time=%.
< Warning: 7 total messages of type: Vehicle '%' ends teleporting on edge '%', time=%.
<truncated after showing first 30 lines>
---------- Differences in gtfs_additional ----------
9d8
<         <access friendlyPos="true" lane="272757273_0" pos="0.00" length="7.91"/>
10a10
>         <access friendlyPos="true" lane="272757273_0" pos="0.00" length="7.91"/>
15c15
<         <access friendlyPos="true" lane="272757342#2_0" pos="0.00" length="18.59"/>
---
>         <access friendlyPos="true" lane="272757322#0_0" pos="0.00" length="20.24"/>
77d76
<         <access friendlyPos="true" lane="377110622#1_0" pos="26.23" length="24.60"/>
78a78
>         <access friendlyPos="true" lane="377110622#1_0" pos="26.23" length="24.60"/>
84d83
<         <access friendlyPos="true" lane="272757273_0" pos="0.00" length="7.91"/>
85a85
>         <access friendlyPos="true" lane="272757273_0" pos="0.00" length="7.91"/>
90c90
<         <access friendlyPos="true" lane="272757342#2_0" pos="0.00" length="18.59"/>
---
>         <access friendlyPos="true" lane="272757322#0_0" pos="0.00" length="20.24"/>
102c102
<         <access friendlyPos="true" lane="4612966#0_0" pos="0.00" length="100.78"/>
---
>         <access friendlyPos="true" lane="-4612966#0_0" pos="47.77" length="103.62"/>
231a232
>         <access friendlyPos="true" lane="1384287564_0" pos="4.02" length="48.27"/>
363d363
<         <access friendlyPos="true" lane="59636538#2_0" pos="0.20" length="32.98"/>
364a365
>         <access friendlyPos="true" lane="59636538#2_0" pos="0.20" length="32.98"/>
<truncated after showing first 30 lines>
---------- Differences in output ----------
7a8,9
> Extending up to route split between 319339413 and -1102154066#3
> Extending up to route split between 1102154066#2 and 1105526087
14a17,18
> Extending up to route split between 384294422#2 and 391559412
> Extending up to route split between 199847347#3 and 387141734

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

---------- Differences in errors ----------
31c31
< Warning: 5 total messages of type: Not joining junctions % (%).
---
> Warning: 4 total messages of type: Not joining junctions % (%).
36c36
< Warning: 3 total messages of type: Reducing junction cluster % (%).
---
> Warning: 4 total messages of type: Reducing junction cluster % (%).
40c40
< Warning: 11 total messages of type: The traffic light '%' has a high cycle time of %.
---
> Warning: 8 total messages of type: The traffic light '%' has a high cycle time of %.
54,67d53
< Warning: No connection between edge '199847347#3' and edge '272795470#1' found.
< Warning: No route for vehicle '84_subway_U2:1' found.
< Warning: No connection between edge '384294422#2' and edge '387106270#2' found.
< Warning: No route for vehicle '83_subway_U2:0' found.
< Warning: Teleporting vehicle '84_subway_U2:1'; waited too long (wrong lane), lane='387106272_0', time=25951.00.
< Warning: Vehicle '84_subway_U2:1' ends teleporting on edge '387106272', time=25951.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=26266.00.
< Warning: Vehicle '84_subway_U2:1' ends teleporting on edge '199847347#2', time=26266.00.
< Warning: Teleporting vehicle '83_subway_U2:0'; waited too long (wrong lane), lane='200422335#1_0', time=26457.00.
< Warning: Vehicle '83_subway_U2:0' ends teleporting on edge '200422335#1', time=26457.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.
69,70d54
< Warning: 7 total messages of type: Teleporting vehicle '%'; waited too long (wrong lane), lane='%', time=%.
< Warning: 7 total messages of type: Vehicle '%' ends teleporting on edge '%', time=%.
<truncated after showing first 30 lines>
---------- Differences in gtfs_additional ----------
20d19
<         <access friendlyPos="true" lane="1212793337#1_0" pos="0.20" length="43.76"/>
23a23
>         <access friendlyPos="true" lane="1212793345#1_0" pos="0.00" length="49.83"/>
636a637
>         <access friendlyPos="true" lane="272757322#0_0" pos="0.00" length="20.24"/>
641d641
<         <access friendlyPos="true" lane="272757342#2_0" pos="0.00" length="18.59"/>
693c693
<         <access friendlyPos="true" lane="-566154986#1_0" pos="1.78" length="22.03"/>
---
>         <access friendlyPos="true" lane="-566154986#1_0" pos="2.41" length="21.79"/>
696a697
>         <access friendlyPos="true" lane="1071210926#12_0" pos="0.00" length="28.67"/>
701,702c702
<         <access friendlyPos="true" lane="566154986#1_0" pos="0.00" length="17.45"/>
<         <access friendlyPos="true" lane="566154986#2_0" pos="0.00" length="23.11"/>
---
>         <access friendlyPos="true" lane="566154986#1_0" pos="0.00" length="17.15"/>
776a777
>         <access friendlyPos="true" lane="-4612966#0_0" pos="47.77" length="103.62"/>
783d783
<         <access friendlyPos="true" lane="4612966#0_0" pos="0.00" length="100.78"/>
793a794
>         <access friendlyPos="true" lane="272757322#0_0" pos="0.00" length="20.24"/>
798d798
<         <access friendlyPos="true" lane="272757342#2_0" pos="0.00" length="18.59"/>
951a952
>         <access friendlyPos="true" lane="272757322#0_0" pos="0.00" length="20.24"/>
956d956
<truncated after showing first 30 lines>
---------- Differences in gtfs_routes ----------
318c318
<     <route id="114262208" edges="195401013#2 171826985#2 24913519#1 1144362247 541763975 202156995 4067932 339201219 831694400#0 831694400#1 23013165 4611698 202156994#0 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 -37289106 37289106 753730627#0 753730627#1 4773463#1 4611723 541763976 4773464#1 4611724 625843709 304627753#0 304627753#1 1151326816 328426208#
0 328426208#2 37289106 753730627#0 753730627#1 4773463#1 4611723 541763976 -1127601410 -1195383150#1 -1163350372#2 -1163350372#1 -1163350372#0 -15973619#9 4611718#0 4611718#1 1238797610#0 1238797610#1 -4611711#1 -4611711#0 4611712 -4611712 -23017852#2 -23017852#1 -23017852#0 -1151333056 4611710#0 4611710#1 4611710#2 -35557161#3 -35557161#2 -35557161#1 -389101365#3 -35557143#4 -35557143#2 -35557143#0 42102542#1 196850608#0 196850608#1 196850608#2 1132163645#1 1132163645#4 1132163645#9">
---
>     <route id="114262208" edges="195401013#2 171826985#2 24913519#1 1144362247 541763975 202156995 4067932 339201219 831694400#0 831694400#1 23013165 4611698 202156994#0 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 -37289106 37289106 753730627#0 753730627#1 4773463#1 4611723 541763976 4773464#1 4611724 625843709 304627753#0 304627753#1 1151326816 328426208#
0 328426208#2 37289106 753730627#0 753730627#1 4773463#1 4611723 541763976 -1127601410 -1195383150#1 -1163350372#2 -1163350372#1 -1163350372#0 -15973619#9 4611718#0 4611718#1 1238797610#0 1238797610#1 -4611711#1 -4611711#0 4611712 -4611712 -23755961#1 -1249342904#2 -1249342904#1 389101374#0 389101374#1 389101374#2 1116358457#0 1116358457#1 24997595#1 1073015936 1132163645#9">
327c327
<     <route id="114262209" edges="-4612981#2 -4612981#1 195401006 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 606078072#1 -534588621#3 -534588621#2 606078071#0 61583423#1 82654059#0 82654
059#1 1133457735#1 1133457733 1332751227#0 81112790#0 81112790#1 23851930 11549895 233835641#0 233835641#2 -37289106 37289106 753730627#0 753730627#1 4773463#1 4611723 541763976 4773464#1 4611724 625843709 304627753#0 304627753#1 1151326816 328426208#0 328426208#2 37289106 753730627#0 753730627#1 4773463#1 4611723 541763976 -1127601410 -1195383150#1 -1163350372#2 -1163350372#1 -1163350372#0 -15973619#9 4611718#0 4611718#1 1238797610#0 1238797610#1 -4611711#1 -4611711#0 4611712 -4611712 -23017852
#2 -23017852#1 -23017852#0 -1151333056 4611710#0 4611710#1 4611710#2 -35557161#3 -35557161#2 -35557161#1 -389101365#3 -35557143#4 -35557143#2 -35557143#0 42102542#1 196850608#0 196850608#1 196850608#2 1132163645#1 1132163645#4 1132163645#9">
---
>     <route id="114262209" edges="-4612981#2 -4612981#1 195401006 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 606078072#1 -534588621#3 -534588621#2 606078071#0 61583423#1 82654059#0 82654
059#1 1133457735#1 1133457733 1332751227#0 81112790#0 81112790#1 23851930 11549895 233835641#0 233835641#2 -37289106 37289106 753730627#0 753730627#1 4773463#1 4611723 541763976 4773464#1 4611724 625843709 304627753#0 304627753#1 1151326816 328426208#0 328426208#2 37289106 753730627#0 753730627#1 4773463#1 4611723 541763976 -1127601410 -1195383150#1 -1163350372#2 -1163350372#1 -1163350372#0 -15973619#9 4611718#0 4611718#1 1238797610#0 1238797610#1 -4611711#1 -4611711#0 4611712 -4611712 -23755961
#1 -1249342904#2 -1249342904#1 389101374#0 389101374#1 389101374#2 1116358457#0 1116358457#1 24997595#1 1073015936 1132163645#9">
337c337
<     <route id="114262305.trimmed" edges="4773464#0 -1127601410 -1195383150#1 -1163350372#2 -1163350372#1 -1163350372#0 -15973619#9 4611718#0 4611718#1 1238797610#0 1238797610#1 -4611711#1 -4611711#0 4611712 -4611712 -23017852#2 -23017852#1 -23017852#0 -1151333056 4611710#0 4611710#1 4611710#2 -35557161#3 -35557161#2 -35557161#1 -389101365#3 -35557143#4 -35557143#2 -35557143#0 42102542#1 196850608#0 196850608#1 196850608#2 1132163645#1 1132163645#4 1132163645#9">
---
>     <route id="114262305.trimmed" edges="4773464#0 -1127601410 -1195383150#1 -1163350372#2 -1163350372#1 -1163350372#0 -15973619#9 4611718#0 4611718#1 1238797610#0 1238797610#1 -4611711#1 -4611711#0 4611712 -4611712 -23755961#1 -1249342904#2 -1249342904#1 389101374#0 389101374#1 389101374#2 1116358457#0 1116358457#1 24997595#1 1073015936 1132163645#9">
342c342
<     <route id="114262390" edges="1132163645#9 -1132163645#10 1136657261 -24997595#1 -24997595#0 -1116358457#0 389101373#1 389101373#2 389101373#3 1249342904#1 1249342904#2 1249342904#3 23755961#1 4611712 -4611712 -23017852#2 -23017852#1 -23017852#0 -1151333056 4611710#0 4611710#1 4611710#2 -35557161#3 -35557161#2 -35557161#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 -112
7596842#0 -1127597264#0 -755551646#0 -52328295#2 -52328295#0 753730627#0 753730627#1 4773463#1 4611723 541763976 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 24913519#1 1144362247 541763975 202156995 4067932 339201219 831694400#0 831694400#1 23013165 4611698 202156994#0 72157174#1 171826984#2 195
401006 1113401735#1 139877314#1 783042668 310357283#2 112128419#1 112128419#2 415280722 195401013#2 171826985#2 72157174#1 171826984#2 4612981#1 4612981#2 -4612981#2">
---
>     <route id="114262390" edges="1132163645#9 -1132163645#10 1136657261 -24997595#1 -24997595#0 -1116358457#0 389101373#1 389101373#2 389101373#3 1249342904#1 1249342904#2 23755961#1 4611712 -4611712 -23017852#2 -23017852#1 -23017852#0 -1151333056 4611710#0 4611710#1 4611710#2 -35557161#3 -35557161#2 -35557161#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 -11
27597264#0 -755551646#0 -52328295#2 -52328295#0 753730627#0 753730627#1 4773463#1 4611723 541763976 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 24913519#1 1144362247 541763975 202156995 4067932 339201219 831694400#0 831694400#1 23013165 4611698 202156994#0 72157174#1 171826984#2 195401006 111340
1735#1 139877314#1 783042668 310357283#2 112128419#1 112128419#2 415280722 195401013#2 171826985#2 72157174#1 171826984#2 4612981#1 4612981#2 -4612981#2">
361c361
<     <route id="114262515" edges="1132163645#9 -1132163645#10 1136657261 -24997595#1 -24997595#0 -1116358457#0 389101373#1 389101373#2 389101373#3 1249342904#1 1249342904#2 1249342904#3 23755961#1 4611712 -4611712 -23017852#2 -23017852#1 -23017852#0 -1151333056 4611710#0 4611710#1 4611710#2 -35557161#3 -35557161#2 -35557161#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 -112
7596842#0 -1127597264#0 -755551646#0 -52328295#2 -52328295#0 753730627#0 753730627#1 4773463#1 4611723 541763976 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 24913519#1 1144362247 541763975 202156995 4067932 339201219 831694400#0 831694400#1 23013165 4611698 202156994#0 72157174#1 171826984#2 195
401006 1113401735#1">
---
>     <route id="114262515" edges="1132163645#9 -1132163645#10 1136657261 -24997595#1 -24997595#0 -1116358457#0 389101373#1 389101373#2 389101373#3 1249342904#1 1249342904#2 23755961#1 4611712 -4611712 -23017852#2 -23017852#1 -23017852#0 -1151333056 4611710#0 4611710#1 4611710#2 -35557161#3 -35557161#2 -35557161#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 -11
27597264#0 -755551646#0 -52328295#2 -52328295#0 753730627#0 753730627#1 4773463#1 4611723 541763976 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 24913519#1 1144362247 541763975 202156995 4067932 339201219 831694400#0 831694400#1 23013165 4611698 202156994#0 72157174#1 171826984#2 195401006 111340
1735#1">
---------- Differences in output ----------
7a8,9
> Extending up to route split between 319339413 and -1102154066#3
> Extending up to route split between 1102154066#2 and 1105526087
14a17,18
> Extending up to route split between 384294422#2 and 391559412
> Extending up to route split between 199847347#3 and 387141734

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

---------- 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>

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 May2025 )

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 0x0000016B9981C800>
> failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (72.0, 73.0) <zip object at 0x0000016B997DD3C0>
> failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x0000016B997DDAC0>
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 0x0000016B997DC380>
> failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (72.0, 73.0) <zip object at 0x0000016B997F0080>
> failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x0000016B997F0080>
> failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x0000016B997F3740>
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 0x0000016B998089C0>
> failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (73.0, 74.0) <zip object at 0x0000016B99808680>
> failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x0000016B9980A0C0>
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 May2025 )

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 May2025 )

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 0x000002877CA3EDC0>
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (148.9, 149.0) <zip object at 0x000002877CA08E80>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (149.0, 150.0) <zip object at 0x0000028763A03B00>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (149.0, 150.0) <zip object at 0x000002877CC81F80>
> failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) <zip object at 0x000002877BDC1340>
> failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) <zip object at 0x000002877C9945C0>
> failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) <zip object at 0x000002877C994B80>
> failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) <zip object at 0x000002877C9D24C0>
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 May2025 )

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 0x000001DFC20F09C0>
> failed 0.1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x000001DFC215FC00>
> failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x000001DFC214A440>
> failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x000001DFC214BC40>
> failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) <zip object at 0x000001DFC2148B40>
> failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) <zip object at 0x000001DFC2148B40>
> failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) <zip object at 0x000001DFC214BB00>
> failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) <zip object at 0x000001DFC214BC40>
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x000001DFC214B240>
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x000001DFC20B7840>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x000001DFC23C7D40>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x000001DFC2396200>
<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 May2025 )

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 0x000001C9E3530100>
> failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (76.0, 77.0) <zip object at 0x000001C9E3512B80>
> failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001C9E3512980>
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 0x000001C9E3512580>
> failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (76.0, 77.0) <zip object at 0x000001C9E34E6BC0>
> failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001C9E34E7880>
> failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x000001C9E34E4740>
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 0x000001C9E3528EC0>
> failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x000001C9E3529BC0>
> failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001C9E35285C0>
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 May2025 )

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 0x000001C7BE4CC040>
> failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x000001C7BE4F8A80>
> failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001C7BE4F8880>
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 0x000001C7BE4F8880>
> failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x000001C7BE4CF500>
> failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001C7BE4CED80>
> failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x000001C7BE4CFD00>
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 0x000001C7BE4A6700>
> failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (78.0, 79.0) <zip object at 0x000001C7BE4A6A80>
> failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001C7BE4A69C0>
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 May2025 )

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 0x000001A2FFD1A5C0>
> failed 1 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000001A2E73C8EC0>
> failed 10 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001A2FFE74B00>
> failed 100 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) <zip object at 0x000001A2E73C8EC0>
> failed 0.1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x000001A2FFEBC100>
> failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000001A2FFE75D80>
> failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001A2FFE77C00>
> failed 100 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000001A2FFE75980>
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x000001A2FFE74C00>
> failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000001A2FFEE4340>
> failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001A2FFEE6740>
> failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000001A2FFEE7540>
> failed 0.1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001A2FFEE4380>
> failed 1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001A2FFEE5F40>
> failed 10 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001A2FFE84F00>
> failed 100 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) <zip object at 0x000001A2FFE87240>
> failed 0.1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001A2FFE87E00>
> failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001A2FFE871C0>
> failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001A2FFE87D00>
> failed 100 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000001A2FFE84200>
> failed 0.1 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001A2FFE84D00>
> failed 1 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001A2FFEE4F80>
> failed 10 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001A2FFE95640>
> failed 100 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000001A2FFE94280>

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

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 May2025 )

Test exceeded wallclock time limit of 900.0 seconds
---------- Differences in output ----------
3386,11040d3385
< Success.
< Success.
< trip 14 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 14 10
< Success.
< Success.
< trip 14 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 14 12
< 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 May2025 )

Test exceeded wallclock time limit of 900.0 seconds
---------- Differences in output ----------
2908,5672d2907
< Success.
< Warning: Taz usage was requested but no taz present in trip 'v'!
< Success.
< trip 17 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 17 10
< Success.
< Warning: Taz usage was requested but no taz present in trip 'v'!
< Success.
< trip 17 11
< 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 17 12
< Success.
< Warning: Taz usage was requested but no taz present in trip 'v'!
< Success.
< trip 17 13
< 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 May2025 )

Test exceeded wallclock time limit of 900.0 seconds
---------- Differences in output ----------
1938,9632d1937
< trip 12 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 12 10
< trip 12 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 12 12
< trip 12 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 May2025 )

Test exceeded wallclock time limit of 900.0 seconds
---------- Differences in output ----------
1459,3936d1458
< 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 15 2
< trip 15 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 15 4
< trip 15 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 15 6
< trip 15 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 15 8
< trip 15 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 15 10
<truncated after showing first 30 lines>

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

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 May2025 )

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>