20Dec22rv1_15_0+1138-0fc352c22bd - 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\msvc16x64texttesttmp\msvc16x64.31Dec013348.27948 -g

To start TextTest for these tests, run:

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


default: 691 tests: 671 succeeded 9 known bugs 9 FAILED 2 killed

Detailed information for the tests that FAILED:

TEST FAILED on ts-sim-wintest-ba : emissionsMap hbefa3 ( Last six runs Dec2022 )

---------- Differences in results ----------
2654c2654
< 30;3;0;fuel;11014.2
---
> 30;3;0;fuel;11014.3
2661c2661
< 30;4;0;fuel;13979.2
---
> 30;4;0;fuel;13979.3
15456c15456
< 25;2;0;CO2;109612
---
> 25;2;0;CO2;109613
17246c17246
< 25;4;0;CO2;221912
---
> 25;4;0;CO2;221913
17435c17435
< 5;3;0;fuel;11636.2
---
> 5;3;0;fuel;11636.3
18323c18323
< 5;3;0;fuel;11821.2
---
> 5;3;0;fuel;11821.3
19008c19008
< 25;2;0;CO2;119212
---
> 25;2;0;CO2;119213
20337c20337
< 25;1;0;fuel;18671.2
<truncated after showing first 30 lines>

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

---------- Differences in errors ----------
0a1,28
> Traceback (most recent call last):
>   File "C:/Users/delphi/testreports/sumo/git/tools/xml/protobuf2xml.py", line 32, in <module>
>     import google.protobuf.descriptor  # we need to do this late because the xml2protobuf import modifies sys.path
> ImportError: bad magic number in 'google': b'/x03/xf3/r/n'
> Traceback (most recent call last):
>   File "C:/Users/delphi/testreports/sumo/git/tools/xml/xml2protobuf.py", line 210, in <module>
>     main()
>   File "C:/Users/delphi/testreports/sumo/git/tools/xml/xml2protobuf.py", line 196, in main
>     module = generateProto(attrFinder.tagAttrs, attrFinder.depthTags,
>   File "C:/Users/delphi/testreports/sumo/git/tools/xml/xml2protobuf.py", line 187, in generateProto
>     return importlib.import_module("%s_pb2" % base)
>   File "C:/Program Files/Python38/lib/importlib/__init__.py", line 127, in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
>   File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
>   File "<frozen importlib._bootstrap>", line 991, in _find_and_load
>   File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
>   File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
>   File "<frozen importlib._bootstrap_external>", line 783, in exec_module
>   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
>   File "C:/Users/delphi/testreports/sumo/msvc16x64texttesttmp/msvc16x64.20Dec013257.5396/complex/sumo/protobuf/trajectories_pb2.py", line 5, in <module>
>     from google.protobuf.internal import builder as _builder
> ImportError: bad magic number in 'google': b'/x03/xf3/r/n'
> Traceback (most recent call last):
>   File "C:/Users/delphi/testreports/sumo/git/tests/../tests/complex/sumo/protobuf/runner.py", line 82, in <module>
>     connect(IN_PORT, OUT_PORT)
>   File "C:/Users/delphi/testreports/sumo/git/tests/../tests/complex/sumo/protobuf/runner.py", line 38, in connect
>     i.connect(("localhost", inPort))
> ConnectionRefusedError: [WinError 10061] Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte
---------- 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 Dec2022 )

---------- Differences in output ----------
11a12,16
> 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).
13a19,23
> 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).
53a64,68
> 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).
58a74,78
> 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).
69c89
< Error: no declaration found for element 'tri'
---
> Error: unable to open file 'https://sumo.dlr.de/xsd/routes_file.xsd'
71c91
<  At line/column 9/52.
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-wintest-ba : traci gui gui ( Last six runs Dec2022 )

---------- Differences in errors ----------
0a1,12
> 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:/Program Files/Python38/lib/site-packages/matplotlib/pyplot.py", line 2246, in imread
>     return matplotlib.image.imread(fname, format)
>   File "C:/Program Files/Python38/lib/site-packages/matplotlib/image.py", line 1490, in imread
>     with img_open(fname) as image:
>   File "C:/Program Files/Python38/lib/site-packages/PIL/ImageFile.py", line 117, in __init__
>     self._open()
>   File "C:/Program Files/Python38/lib/site-packages/PIL/PngImagePlugin.py", line 639, in _open
>     raise SyntaxError("not a PNG file")
> SyntaxError: not a PNG file
---------- 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 : gtfs_mitte osmroutes ( Last six runs Dec2022 )

---------- Differences in errors ----------
1,489c1,65
< Warning: Discarding unknown compound 'usage.main' in type 'railway.light_rail|usage.main' (first occurrence for edge '4471817').
< Warning: Discarding unknown compound 'usage.main' in type 'railway.rail|usage.main' (first occurrence for edge '23809674').
< Warning: Discarding unknown compound 'highway.construction' in type 'cycleway.lane|highway.construction' (first occurrence for edge '23812656').
< Warning: Edge '23812656#0' already has a dedicated lane for bicycles. Not adding another one.
< Warning: Edge '23812656#1' already has a dedicated lane for bicycles. Not adding another one.
< Warning: Edge '23812656#2' already has a dedicated lane for bicycles. Not adding another one.
< Warning: Ambiguous railway kilometrage direction for way '25386365' (assuming forward)
< Warning: Ambiguous railway kilometrage direction for way '25946680' (assuming forward)
< Warning: Discarding unusable type 'highway.construction' (first occurrence for edge '25959781').
< Warning: Discarding unusable type 'railway.disused' (first occurrence for edge '27079979').
< Warning: Discarding unusable type 'waterway.stream' (first occurrence for edge '31112384').
< Warning: Discarding unusable type 'waterway.weir' (first occurrence for edge '31560876').
< Warning: Ambiguous railway kilometrage direction for way '32572620' (assuming forward)
< Warning: Ambiguous railway kilometrage direction for way '32572624' (assuming forward)
< Warning: Ambiguous railway kilometrage direction for way '32590428' (assuming forward)
< Warning: Discarding unusable type 'railway.platform' (first occurrence for edge '43185748').
< Warning: Edge '60333309#0' already has a dedicated lane for bicycles. Not adding another one.
< Warning: Edge '60333309#1' already has a dedicated lane for bicycles. Not adding another one.
< Warning: PT line in relation 374676 with no stops ignored. Probably OSM file is incomplete.
< Warning: direction of restriction relation could not be determined
< Warning: Ignoring restriction relation '1028113'.
< Warning: PT line in relation 1085700 with no stops ignored. Probably OSM file is incomplete.
< Warning: No way found for reference '102982573' in relation '1460957'
< Warning: Ignoring restriction relation '1460957' with unknown to-way.
< Warning: Platform '383505803' in relation: '1650240' is given as polygon, which currently is not supported.
< Warning: Platform '383505803' in relation: '1650240' is given as polygon, which currently is not supported.
< Warning: Platform '383505803' in relation: '1650240' is given as polygon, which currently is not supported.
< Warning: Platform '383505803' in relation: '1650240' is given as polygon, which currently is not supported.
< Warning: Platform '383505803' in relation: '1650240' is given as polygon, which currently is not supported.
<truncated after showing first 30 lines>
---------- Differences in output ----------
1,203c1
< Written configuration to 'osm.netccfg'
< Parsing types from 'C:\Users\behr_mi\Projekte\sumo\repos\sumo/data/typemap/osmNetconvert.typ.xml' ... done.
< Parsing types from 'C:\Users\behr_mi\Projekte\sumo\repos\sumo/data/typemap/osmNetconvertUrbanDe.typ.xml' ... done.
< Parsing types from 'C:\Users\behr_mi\Projekte\sumo\repos\sumo/data/typemap/osmNetconvertPedestrians.typ.xml' ... done.
< Parsing types from 'C:\Users\behr_mi\Projekte\sumo\repos\sumo/data/typemap/osmNetconvertShips.typ.xml' ... done.
< Parsing types from 'C:\Users\behr_mi\Projekte\sumo\repos\sumo/data/typemap/osmNetconvertBicycle.typ.xml' ... done.
< Parsing types from 'C:\Users\behr_mi\Projekte\sumo\repos\sumo/data/typemap/osmNetconvertAerialway.typ.xml' ... done.
< Parsing nodes from (FILE)
< Found and substituted 35 osm nodes.
< done ((TIME)).
< Parsing edges from (FILE)
< Removing duplicate edges ... done.
< Adding new type 'cycleway.track|highway.primary' (first occurrence for edge '4067932').
< Adding new type 'cycleway.lane|highway.secondary' (first occurrence for edge '4401967').
< Adding new type 'cycleway.lane|highway.primary' (first occurrence for edge '4484427').
< Adding new type 'cycleway.opposite_lane|highway.tertiary' (first occurrence for edge '4588220').
< Adding new type 'cycleway.lane|highway.tertiary' (first occurrence for edge '4611696').
< Adding new type 'cycleway.track|highway.tertiary' (first occurrence for edge '4773465').
< Adding new type 'cycleway.lane|highway.residential' (first occurrence for edge '38208961').
< Adding new type 'cycleway.track|highway.secondary' (first occurrence for edge '66311464').
< Parsing relations from osm-file 'osm_bbox.osm.xml.gz' ... 
< done ((TIME)).
<  Removed 226 traffic lights before loading plain-XML
<  Import done:
<    6301 nodes loaded.
<    51 types loaded.
<    10186 edges loaded.
< Proj projection parameters used: '+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs'.
< Removing self-loops ... done ((TIME)).
<truncated after showing first 30 lines>
---------- Missing result in gtfs_additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <busStop id="-4612981#1:13.00" lane="-4612981#1_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="S+U Alexanderplatz Bhf (Berlin)">
        <access friendlyPos="true" lane="272757341#0_0" pos="0.06" length="1.71"/>
        <access friendlyPos="true" lane="272757341#2_0" pos="0.20" length="5.02"/>
        <access friendlyPos="true" lane="272757311_0" pos="0.00" length="5.56"/>
        <access friendlyPos="true" lane="272757341#1_0" pos="0.13" length="6.66"/>
        <access friendlyPos="true" lane="272757273_0" pos="0.00" length="7.51"/>
        <access friendlyPos="true" lane="272757271_0" pos="0.00" length="10.52"/>
        <access friendlyPos="true" lane="272757274_0" pos="9.62" length="9.25"/>
        <access friendlyPos="true" lane="272757314_0" pos="2.41" length="11.73"/>
        <access friendlyPos="true" lane="272757342#1_0" pos="10.46" length="15.24"/>
        <access friendlyPos="true" lane="272757322#0_0" pos="0.00" length="20.24"/>
    </busStop>
    <busStop id="465376243#1:13.00" lane="465376243#1_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="S+U Friedrichstr. Bhf (Berlin)">
        <access friendlyPos="true" lane="254523901#1_0" pos="19.03" length="8.14"/>
        <access friendlyPos="true" lane="274524381#1_0" pos="1.57" length="19.68"/>
        <access friendlyPos="true" lane="274524381#0_0" pos="2.96" length="22.06"/>
        <access friendlyPos="true" lane="440946431_0" pos="0.00" length="23.40"/>
        <access friendlyPos="true" lane="335043665#0_0" pos="0.00" length="21.79"/>
        <access friendlyPos="true" lane="428486924_0" pos="0.00" length="22.86"/>
        <access friendlyPos="true" lane="274524361#0_0" pos="0.84" length="23.40"/>
        <access friendlyPos="true" lane="274524361#1_0" pos="0.00" length="23.94"/>
        <access friendlyPos="true" lane="254339574_0" pos="11.19" length="27.43"/>
        <access friendlyPos="true" lane="274524361#2_0" pos="0.00" length="25.53"/>
    </busStop>
    <busStop id="340498988#0:41.31" lane="340498988#0_1" startPos="28.31" endPos="41.31" friendlyPos="true" name="Unter den Linden/Friedrichstr. (Berlin)">
    </busStop>
<truncated after showing first 30 lines>
---------- Missing result in gtfs_routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vehicle id="120410.0" route="120410" type="bus" depart="7730" line="120410">
        <param key="gtfs.route_name" value="EV"/>
        <param key="gtfs.trip_headsign" value="S+U Zoologischer Garten Bhf (Berlin)"/>
    </vehicle>
    <vehicle id="122409.0" route="122409" type="bus" depart="34070" line="122409">
        <param key="gtfs.route_name" value="100"/>
        <param key="gtfs.trip_headsign" value="S+U Alexanderplatz"/>
    </vehicle>
    <vehicle id="122411.0" route="122409" type="bus" depart="34910" line="122409">
        <param key="gtfs.route_name" value="100"/>
        <param key="gtfs.trip_headsign" value="S+U Alexanderplatz"/>
    </vehicle>
    <vehicle id="122413.0" route="122409" type="bus" depart="35690" line="122409">
        <param key="gtfs.route_name" value="100"/>
        <param key="gtfs.trip_headsign" value="S+U Alexanderplatz"/>
    </vehicle>
    <vehicle id="122415.0" route="122409" type="bus" depart="36110" line="122409">
        <param key="gtfs.route_name" value="100"/>
        <param key="gtfs.trip_headsign" value="S+U Alexanderplatz"/>
    </vehicle>
    <vehicle id="122417.0" route="122409" type="bus" depart="36890" line="122409">
        <param key="gtfs.route_name" value="100"/>
        <param key="gtfs.trip_headsign" value="S+U Alexanderplatz"/>
    </vehicle>
    <vehicle id="122419.0" route="122409" type="bus" depart="38090" line="122409">
        <param key="gtfs.route_name" value="100"/>
<truncated after showing first 30 lines>
---------- Missing result in vtypes ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <vType id="bus" vClass="bus"/>
    <vType id="ferry" vClass="ship"/>
    <vType id="light_rail" vClass="rail_urban"/>
    <vType id="subway" vClass="rail_urban"/>
    <vType id="train" vClass="rail"/>
    <vType id="tram" vClass="tram"/>
</additional>

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

---------- Differences in errors ----------
1,513c1,65
< Warning: Discarding unknown compound 'usage.main' in type 'railway.light_rail|usage.main' (first occurrence for edge '4471817').
< Warning: Discarding unknown compound 'usage.main' in type 'railway.rail|usage.main' (first occurrence for edge '23809674').
< Warning: Discarding unknown compound 'highway.construction' in type 'cycleway.lane|highway.construction' (first occurrence for edge '23812656').
< Warning: Edge '23812656#0' already has a dedicated lane for bicycles. Not adding another one.
< Warning: Edge '23812656#1' already has a dedicated lane for bicycles. Not adding another one.
< Warning: Edge '23812656#2' already has a dedicated lane for bicycles. Not adding another one.
< Warning: Ambiguous railway kilometrage direction for way '25386365' (assuming forward)
< Warning: Ambiguous railway kilometrage direction for way '25946680' (assuming forward)
< Warning: Discarding unusable type 'highway.construction' (first occurrence for edge '25959781').
< Warning: Discarding unusable type 'railway.disused' (first occurrence for edge '27079979').
< Warning: Discarding unusable type 'waterway.stream' (first occurrence for edge '31112384').
< Warning: Discarding unusable type 'waterway.weir' (first occurrence for edge '31560876').
< Warning: Ambiguous railway kilometrage direction for way '32572620' (assuming forward)
< Warning: Ambiguous railway kilometrage direction for way '32572624' (assuming forward)
< Warning: Ambiguous railway kilometrage direction for way '32590428' (assuming forward)
< Warning: Discarding unusable type 'railway.platform' (first occurrence for edge '43185748').
< Warning: Edge '60333309#0' already has a dedicated lane for bicycles. Not adding another one.
< Warning: Edge '60333309#1' already has a dedicated lane for bicycles. Not adding another one.
< Warning: PT line in relation 374676 with no stops ignored. Probably OSM file is incomplete.
< Warning: direction of restriction relation could not be determined
< Warning: Ignoring restriction relation '1028113'.
< Warning: PT line in relation 1085700 with no stops ignored. Probably OSM file is incomplete.
< Warning: No way found for reference '102982573' in relation '1460957'
< Warning: Ignoring restriction relation '1460957' with unknown to-way.
< Warning: Platform '383505803' in relation: '1650240' is given as polygon, which currently is not supported.
< Warning: Platform '383505803' in relation: '1650240' is given as polygon, which currently is not supported.
< Warning: Platform '383505803' in relation: '1650240' is given as polygon, which currently is not supported.
< Warning: Platform '383505803' in relation: '1650240' is given as polygon, which currently is not supported.
< Warning: Platform '383505803' in relation: '1650240' is given as polygon, which currently is not supported.
<truncated after showing first 30 lines>
---------- Differences in output ----------
1,105c1
< Success.
< Building scenario in '/home/behr_mi/.texttest/tmp/complex.perf.19Dec120022.18201/complex.perf/tutorial/gtfs/mitte/plain/test'.
< 200 OK
< generating trips...
< Skipping line '1231708' because it only drives at night
< Cannot extend route to fringe for line '1929071' (not enough edges given)
< Skipping line '2194813' because it only drives at night
< Skipping line '2194814' because it only drives at night
< Skipping line '2202086' because it only drives at night
< Skipping line '2206192' because it only drives at night
< Skipping line '2211984' because it only drives at night
< Skipping line '2211985' because it only drives at night
< Cannot extend route to fringe for line '2269238' (not enough edges given)
< Cannot extend route to fringe for line '2422951' (not enough edges given)
< Skipping line '2441959' because it only drives at night
< Skipping line '2441960' because it only drives at night
< Skipping line '2512806' because it only drives at night
< Skipping line '2512807' because it only drives at night
< Cannot extend route to fringe for line '2679013' (not enough edges given)
< Cannot extend route to fringe for line '2679014' (not enough edges given)
< Skipping line '28286' because it only drives at night
< Cannot extend route before first stop for line '300432' (stop edge 25946661 not in route)
< Cannot extend route after last stop for line '300432' (stop edge 25946661 not in route)
< Cannot extend route to fringe for line '3019045' (not enough edges given)
< Skipping line '3353027' because it only drives at night
< Skipping line '35040' because it only drives at night
< Skipping line '6187328' because it only drives at night
< Skipping line '6187329' because it only drives at night
< Cannot extend route before first stop for line '6593455' (stop edge 25946661 not in route)
<truncated after showing first 30 lines>
---------- Missing result in gtfs_additional ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <busStop id="-4612981#1:13.00" lane="-4612981#1_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="S+U Alexanderplatz Bhf (Berlin)">
        <access friendlyPos="true" lane="272757341#0_0" pos="0.06" length="1.71"/>
        <access friendlyPos="true" lane="272757341#2_0" pos="0.20" length="5.02"/>
        <access friendlyPos="true" lane="272757311_0" pos="0.00" length="5.56"/>
        <access friendlyPos="true" lane="272757341#1_0" pos="0.13" length="6.66"/>
        <access friendlyPos="true" lane="272757273_0" pos="0.00" length="7.51"/>
        <access friendlyPos="true" lane="272757271_0" pos="0.00" length="10.52"/>
        <access friendlyPos="true" lane="272757274_0" pos="9.62" length="9.25"/>
        <access friendlyPos="true" lane="272757314_0" pos="2.41" length="11.73"/>
        <access friendlyPos="true" lane="272757342#1_0" pos="10.46" length="15.24"/>
        <access friendlyPos="true" lane="272757322#0_0" pos="0.00" length="20.24"/>
    </busStop>
    <busStop id="465376243#1:13.00" lane="465376243#1_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="S+U Friedrichstr. Bhf (Berlin)">
        <access friendlyPos="true" lane="254523901#1_0" pos="19.03" length="8.14"/>
        <access friendlyPos="true" lane="274524381#1_0" pos="1.57" length="19.68"/>
        <access friendlyPos="true" lane="274524381#0_0" pos="2.96" length="22.06"/>
        <access friendlyPos="true" lane="440946431_0" pos="0.00" length="23.40"/>
        <access friendlyPos="true" lane="335043665#0_0" pos="0.00" length="21.79"/>
        <access friendlyPos="true" lane="428486924_0" pos="0.00" length="22.86"/>
        <access friendlyPos="true" lane="274524361#0_0" pos="0.84" length="23.40"/>
        <access friendlyPos="true" lane="274524361#1_0" pos="0.00" length="23.94"/>
        <access friendlyPos="true" lane="254339574_0" pos="11.19" length="27.43"/>
        <access friendlyPos="true" lane="274524361#2_0" pos="0.00" length="25.53"/>
    </busStop>
    <busStop id="24240246#0:75.61" lane="24240246#0_2" startPos="62.61" endPos="75.61" friendlyPos="true" name="S+U Brandenburger Tor (Berlin)">
    </busStop>
<truncated after showing first 30 lines>
---------- Missing result in gtfs_routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vehicle id="120410.0" route="120410" type="bus" depart="7730" line="120410">
        <param key="gtfs.route_name" value="EV"/>
        <param key="gtfs.trip_headsign" value="S+U Zoologischer Garten Bhf (Berlin)"/>
    </vehicle>
    <vehicle id="122409.0" route="122409" type="bus" depart="33950" line="122409">
        <param key="gtfs.route_name" value="100"/>
        <param key="gtfs.trip_headsign" value="S+U Alexanderplatz"/>
    </vehicle>
    <vehicle id="122411.0" route="122409" type="bus" depart="34790" line="122409">
        <param key="gtfs.route_name" value="100"/>
        <param key="gtfs.trip_headsign" value="S+U Alexanderplatz"/>
    </vehicle>
    <vehicle id="122413.0" route="122409" type="bus" depart="35570" line="122409">
        <param key="gtfs.route_name" value="100"/>
        <param key="gtfs.trip_headsign" value="S+U Alexanderplatz"/>
    </vehicle>
    <vehicle id="122415.0" route="122409" type="bus" depart="35990" line="122409">
        <param key="gtfs.route_name" value="100"/>
        <param key="gtfs.trip_headsign" value="S+U Alexanderplatz"/>
    </vehicle>
    <vehicle id="122417.0" route="122409" type="bus" depart="36770" line="122409">
        <param key="gtfs.route_name" value="100"/>
        <param key="gtfs.trip_headsign" value="S+U Alexanderplatz"/>
    </vehicle>
    <vehicle id="122419.0" route="122409" type="bus" depart="37970" line="122409">
        <param key="gtfs.route_name" value="100"/>
<truncated after showing first 30 lines>
---------- Missing result in vtypes ----------
<?xml version="1.0" encoding="UTF-8"?>


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <vType id="bus" vClass="bus"/>
    <vType id="ferry" vClass="ship"/>
    <vType id="light_rail" vClass="rail_urban"/>
    <vType id="subway" vClass="rail_urban"/>
    <vType id="train" vClass="rail"/>
    <vType id="tram" vClass="tram"/>
</additional>

TEST FAILED on ts-sim-wintest-ba : osm_get ( Last six runs Dec2022 )

---------- Differences in catalogue ----------
1,3c1
< The following new files/directories were created:
< <Test Directory>
< ----osm_bbox.osm.xml
---
> No files or directories were created, edited or deleted.
---------- Differences in errors ----------
0a1,26
> Traceback (most recent call last):
>   File "C:/Users/delphi/testreports/sumo/git/tests/../tools/osmGet.py", line 257, in <module>
>     get()
>   File "C:/Users/delphi/testreports/sumo/git/tests/../tools/osmGet.py", line 206, in get
>     readCompressed(conn, url.path, '<bbox-query n="%s" s="%s" w="%s" e="%s"/>' %
>   File "C:/Users/delphi/testreports/sumo/git/tests/../tools/osmGet.py", line 108, in readCompressed
>     conn.request("POST", "/" + urlpath, """
>   File "C:/Program Files/Python38/lib/http/client.py", line 1255, in request
>     self._send_request(method, url, body, headers, encode_chunked)
>   File "C:/Program Files/Python38/lib/http/client.py", line 1301, in _send_request
>     self.endheaders(body, encode_chunked=encode_chunked)
>   File "C:/Program Files/Python38/lib/http/client.py", line 1250, in endheaders
>     self._send_output(message_body, encode_chunked=encode_chunked)
>   File "C:/Program Files/Python38/lib/http/client.py", line 1010, in _send_output
>     self.send(msg)
>   File "C:/Program Files/Python38/lib/http/client.py", line 950, in send
>     self.connect()
>   File "C:/Program Files/Python38/lib/http/client.py", line 1424, in connect
>     self.sock = self._context.wrap_socket(self.sock,
>   File "C:/Program Files/Python38/lib/ssl.py", line 500, in wrap_socket
>     return self.sslsocket_class._create(
>   File "C:/Program Files/Python38/lib/ssl.py", line 1040, in _create
>     self.do_handshake()
>   File "C:/Program Files/Python38/lib/ssl.py", line 1309, in do_handshake
>     self._sslobj.do_handshake()
> ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123)
---------- Differences in output ----------
1d0
< 200 OK

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

---------- Differences in errors ----------
26,30d25
< Warning: Non-static traffic light '2481301522' does not define variable phase length.
< Warning: Non-static traffic light '296091316' does not define variable phase length.
< Warning: Non-static traffic light 'cluster_1599656332_6994510228_6994510229' does not define variable phase length.
< Warning: Non-static traffic light 'cluster_21483449_296092567_382717803' does not define variable phase length.
< Warning: Non-static traffic light 'cluster_60345087_60345088' does not define variable phase length.
35a31
> Warning: 6 total messages of type: Non-static traffic light '%' does not define variable phase length.
45,47c41
< Warning: Non-static traffic light 'cluster_167874644_167874669_1907460195' does not define variable phase length.
< Warning: Non-static traffic light 'cluster_1820622388_1929543239_2078713441_2078713444_2078713447_2078713448_21432472_5101431876_6700271646_6700271647_6700271648_6700271649' does not define variable phase length.
< Warning: Non-static traffic light 'cluster_234120413_2663195253_344890128' does not define variable phase length.
---
> Warning: 4 total messages of type: Non-static traffic light '%' does not define variable phase length.
---------- Differences in gtfs_additional ----------
5c5
<     <busStop id="19508631#0:13.00" lane="19508631#0_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="Gosen, Schillerhöhe">
---
>     <busStop id="19508631#0:13.00" lane="19508631#0_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="Gosen, Schillerhöhe">
55c55
<     <busStop id="4068154#19:23.03" lane="4068154#19_0" startPos="10.03" endPos="23.03" friendlyPos="true" name="Eichwalde, Schmöckwitzer Str.">
---
>     <busStop id="4068154#19:23.03" lane="4068154#19_0" startPos="10.03" endPos="23.03" friendlyPos="true" name="Eichwalde, Schmöckwitzer Str.">
59c59
<     <busStop id="4463781#1:13.00" lane="4463781#1_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="Alt-Schmöckwitz (Berlin)">
---
>     <busStop id="4463781#1:13.00" lane="4463781#1_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="Alt-Schmöckwitz (Berlin)">
65c65
<     <busStop id="38416189#0:13.00" lane="38416189#0_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="Berlin, Schmöckwitzwerder">
---
>     <busStop id="38416189#0:13.00" lane="38416189#0_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="Berlin, Schmöckwitzwerder">
67c67
<     <busStop id="-38416189#0:41.75" lane="-38416189#0_0" startPos="28.75" endPos="41.75" friendlyPos="true" name="Berlin, Schmöckwitzwerder">
---
>     <busStop id="-38416189#0:41.75" lane="-38416189#0_0" startPos="28.75" endPos="41.75" friendlyPos="true" name="Berlin, Schmöckwitzwerder">
73c73
<     <busStop id="-4463781#1:18.11" lane="-4463781#1_0" startPos="5.11" endPos="18.11" friendlyPos="true" name="Alt-Schmöckwitz (Berlin)">
---
>     <busStop id="-4463781#1:18.11" lane="-4463781#1_0" startPos="5.11" endPos="18.11" friendlyPos="true" name="Alt-Schmöckwitz (Berlin)">
75c75
<     <busStop id="-4068154#19:13.00" lane="-4068154#19_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="Eichwalde, Schmöckwitzer Str.">
---
>     <busStop id="-4068154#19:13.00" lane="-4068154#19_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="Eichwalde, Schmöckwitzer Str.">
97c97
<     <busStop id="-782714969#9:13.00" lane="-782714969#9_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="Miersdorf, Wüstemarker Weg">
<truncated after showing first 30 lines>
---------- Differences in gtfs_routes ----------
7c7
<         <param key="gtfs.trip_headsign" value="Alt-Schmöckwitz (Berlin)"/>
---
>         <param key="gtfs.trip_headsign" value="Alt-Schmöckwitz (Berlin)"/>
11c11
<         <param key="gtfs.trip_headsign" value="S Königs Wusterhausen Bhf"/>
---
>         <param key="gtfs.trip_headsign" value="S Königs Wusterhausen Bhf"/>
15c15
<         <param key="gtfs.trip_headsign" value="S Königs Wusterhausen Bhf"/>
---
>         <param key="gtfs.trip_headsign" value="S Königs Wusterhausen Bhf"/>
19c19
<         <param key="gtfs.trip_headsign" value="S Königs Wusterhausen Bhf"/>
---
>         <param key="gtfs.trip_headsign" value="S Königs Wusterhausen Bhf"/>
23c23
<         <param key="gtfs.trip_headsign" value="S Königs Wusterhausen Bhf"/>
---
>         <param key="gtfs.trip_headsign" value="S Königs Wusterhausen Bhf"/>
31c31
<         <param key="gtfs.trip_headsign" value="S Königs Wusterhausen Bhf"/>
---
>         <param key="gtfs.trip_headsign" value="S Königs Wusterhausen Bhf"/>
39c39
<         <param key="gtfs.trip_headsign" value="S Königs Wusterhausen Bhf"/>
---
>         <param key="gtfs.trip_headsign" value="S Königs Wusterhausen Bhf"/>
51c51
<         <param key="gtfs.trip_headsign" value="S Königs Wusterhausen Bhf"/>
<truncated after showing first 30 lines>

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

---------- Differences in errors ----------
20,22c20
< Warning: Non-static traffic light 'cluster_167874644_167874669_1907460195' does not define variable phase length.
< Warning: Non-static traffic light 'cluster_1820622388_1929543239_2078713441_2078713444_2078713447_2078713448_21432472_5101431876_6700271646_6700271647_6700271648_6700271649' does not define variable phase length.
< Warning: Non-static traffic light 'cluster_234120413_2663195253_344890128' does not define variable phase length.
---
> Warning: 4 total messages of type: Non-static traffic light '%' does not define variable phase length.
---------- Differences in gtfs_additional ----------
5c5
<     <trainStop id="171419641:225.65" lane="171419641_0" startPos="165.65" endPos="225.65" friendlyPos="true" name="Wendenschloß (Berlin)">
---
>     <trainStop id="171419641:225.65" lane="171419641_0" startPos="165.65" endPos="225.65" friendlyPos="true" name="Wendenschloß (Berlin)">
17c17
<     <trainStop id="319292807:97.87" lane="319292807_0" startPos="37.87" endPos="97.87" friendlyPos="true" name="Müggelbergallee (Berlin)">
---
>     <trainStop id="319292807:97.87" lane="319292807_0" startPos="37.87" endPos="97.87" friendlyPos="true" name="Müggelbergallee (Berlin)">
39c39
<     <trainStop id="107701626:680.04" lane="107701626_0" startPos="620.04" endPos="680.04" friendlyPos="true" name="Müggelbergallee (Berlin)">
---
>     <trainStop id="107701626:680.04" lane="107701626_0" startPos="620.04" endPos="680.04" friendlyPos="true" name="Müggelbergallee (Berlin)">
45c45
<     <trainStop id="110800148:60.00" lane="110800148_0" startPos="0.00" endPos="60.00" friendlyPos="true" name="Wendenschloß (Berlin)">
---
>     <trainStop id="110800148:60.00" lane="110800148_0" startPos="0.00" endPos="60.00" friendlyPos="true" name="Wendenschloß (Berlin)">
69c69
<     <trainStop id="180390329#2:60.00" lane="180390329#2_0" startPos="0.00" endPos="60.00" friendlyPos="true" name="S Grünau (Berlin) [Adlergestell]">
---
>     <trainStop id="180390329#2:60.00" lane="180390329#2_0" startPos="0.00" endPos="60.00" friendlyPos="true" name="S Grünau (Berlin) [Adlergestell]">
81c81
<     <trainStop id="180390329#10:133.36" lane="180390329#10_0" startPos="73.36" endPos="133.36" friendlyPos="true" name="Regattatribünen (Berlin)">
---
>     <trainStop id="180390329#10:133.36" lane="180390329#10_0" startPos="73.36" endPos="133.36" friendlyPos="true" name="Regattatribünen (Berlin)">
89a90
>         <access friendlyPos="true" lane="301687321_0" pos="0.00" length="67.84"/>
91d91
<         <access friendlyPos="true" lane="-151627029#17_0" pos="0.00" length="77.18"/>
96,97d95
<         <access friendlyPos="true" lane="416587113#0_0" pos="0.00" length="9.15"/>
<truncated after showing first 30 lines>
---------- Differences in gtfs_routes ----------
211c211
<         <param key="gtfs.trip_headsign" value="S Köpenick"/>
---
>         <param key="gtfs.trip_headsign" value="S Köpenick"/>
215c215
<         <param key="gtfs.trip_headsign" value="S Köpenick"/>
---
>         <param key="gtfs.trip_headsign" value="S Köpenick"/>
219c219
<         <param key="gtfs.trip_headsign" value="S Köpenick"/>
---
>         <param key="gtfs.trip_headsign" value="S Köpenick"/>
223c223
<         <param key="gtfs.trip_headsign" value="S Köpenick"/>
---
>         <param key="gtfs.trip_headsign" value="S Köpenick"/>
227c227
<         <param key="gtfs.trip_headsign" value="S Köpenick"/>
---
>         <param key="gtfs.trip_headsign" value="S Köpenick"/>
231c231
<         <param key="gtfs.trip_headsign" value="S Köpenick"/>
---
>         <param key="gtfs.trip_headsign" value="S Köpenick"/>
235c235
<         <param key="gtfs.trip_headsign" value="S Köpenick"/>
---
>         <param key="gtfs.trip_headsign" value="S Köpenick"/>
239c239
<         <param key="gtfs.trip_headsign" value="S Köpenick"/>
<truncated after showing first 30 lines>

Detailed information for the tests that had known bugs:

TEST had known bugs (see #8973) on ts-sim-wintest-ba : sumo ToCDevice dynamic_ToC_stop ( Last six runs Dec2022 )

dynamic ToC triggered despite stop present on vehicle's lane continuation
(This bug was triggered by text found in file 'tocs' matching 'DYNTOR')

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

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 0x000001B9BFA171C0>
> failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (72.0, 73.0) <zip object at 0x000001B9BF9E6900>
> failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001B9BF9FD040>
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 0x000001B9C04E13C0>
> failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (72.0, 73.0) <zip object at 0x000001B9BFA1F480>
> failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001B9BF9E1140>
> failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x000001B9BFA1F800>
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 0x000001B9BFA26C40>
> failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (73.0, 74.0) <zip object at 0x000001B9BFA26C40>
> failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001B9BFA26140>
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 Dec2022 )

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

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 0x00000216488E62C0>
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (148.9, 149.0) <zip object at 0x0000021648C54440>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (149.0, 150.0) <zip object at 0x0000021647CECD80>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (149.0, 150.0) <zip object at 0x0000021647C64E40>
> failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) <zip object at 0x0000021647C00740>
> failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) <zip object at 0x0000021647C00380>
> failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) <zip object at 0x0000021647C00440>
> failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) <zip object at 0x0000021647CB2340>
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 Dec2022 )

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 0x000002E4F8B44240>
> failed 0.1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x000002E4F8B97440>
> failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x000002E4F8B339C0>
> failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x000002E4F8B33A80>
> failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) <zip object at 0x000002E4F8B337C0>
> failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) <zip object at 0x000002E4F8B33CC0>
> failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) <zip object at 0x000002E4F8B33580>
> failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) <zip object at 0x000002E4F8B30640>
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x000002E4F97B72C0>
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x000002E4F9B24300>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x000002E4F9787040>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x000002E4F8ADD640>
<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 Dec2022 )

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 0x000001CDC7E3C4C0>
> failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (76.0, 77.0) <zip object at 0x000001CDC7E1D1C0>
> failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001CDC7DE1780>
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 0x000001CDC89064C0>
> failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (76.0, 77.0) <zip object at 0x000001CDC7DF5600>
> failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001CDC7E4E740>
> failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x000001CDC7E4EE80>
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 0x000001CDC7DD0180>
> failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x000001CDC7DD05C0>
> failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001CDC7DD0E00>
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 Dec2022 )

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 0x00000183722EA440>
> failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x0000018372291100>
> failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x00000183722917C0>
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 0x0000018372DB44C0>
> failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x00000183722F9640>
> failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x00000183722B6600>
> failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x00000183722B65C0>
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 0x00000183722F6780>
> failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (78.0, 79.0) <zip object at 0x00000183722F6F80>
> failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x00000183722F6380>
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 Dec2022 )

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 0x000002315F2018C0>
> failed 1 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000002315F1FB1C0>
> failed 10 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000002315F206240>
> failed 100 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) <zip object at 0x000002315F206080>
> failed 0.1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x000002315F23FFC0>
> failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000002315F206740>
> failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000002315F1D8340>
> failed 100 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000002315F206900>
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x000002315FD10FC0>
> failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000002315F249200>
> failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000002315F1E47C0>
> failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000002315F1E49C0>
> failed 0.1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000002315F24EC80>
> failed 1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000002315F2493C0>
> failed 10 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000002315F249AC0>
> failed 100 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) <zip object at 0x000002315F2494C0>
> failed 0.1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000002315F249AC0>
> failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000002315F2494C0>
> failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000002315F249AC0>
> failed 100 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000002315F242940>
> failed 0.1 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000002315F253B00>
> failed 1 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000002315F210340>
> failed 10 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000002315F237FC0>
> failed 100 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000002315F249100>

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

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:

2 TESTS were terminated before completion (TIMEOUT) on ts-sim-wintest-ba :

Test exceeded wallclock time limit of 900.0 seconds
sumo parallel ( Last six runs Dec2022 )
traci gui b50 ( Last six runs Dec2022 )