texttest.exe -a complex -d C:\Users\delphi\testreports\sumo\git\tests -reconnect C:\Users\delphi\testreports\sumo\msvc16x64tmp\msvc16x64.31Jul031605.9032 -g
texttest.exe -a complex -d C:\Users\delphi\testreports\sumo\git\tests
---------- Differences in errors ---------- 2,5c2 < Warning: Unsafe green phase 0 in tlLogic '0', program 'freaky'. Lane '1o_0' is targeted by 4 'G'-links. (use 'g' instead) < Warning: Unsafe green phase 0 in tlLogic '0', program 'freaky'. Lane '2o_0' is targeted by 4 'G'-links. (use 'g' instead) < Warning: Unsafe green phase 0 in tlLogic '0', program 'freaky'. Lane '3o_0' is targeted by 4 'G'-links. (use 'g' instead) < Warning: Unsafe green phase 0 in tlLogic '0', program 'freaky'. Lane '4o_0' is targeted by 4 'G'-links. (use 'g' instead) --- > Warning: Unsafe green phase 0 in tlLogic '0', program 'freaky'. Lane '1o_0' is targeted by 4 'G'-links. (use 'g' instead) Overall 4 lanes in 1 phases are unsafe. 36,39c33 < Warning: Unsafe green phase 0 in tlLogic '0', program 'freaky'. Lane '1o_0' is targeted by 4 'G'-links. (use 'g' instead) < Warning: Unsafe green phase 0 in tlLogic '0', program 'freaky'. Lane '2o_0' is targeted by 4 'G'-links. (use 'g' instead) < Warning: Unsafe green phase 0 in tlLogic '0', program 'freaky'. Lane '3o_0' is targeted by 4 'G'-links. (use 'g' instead) < Warning: Unsafe green phase 0 in tlLogic '0', program 'freaky'. Lane '4o_0' is targeted by 4 'G'-links. (use 'g' instead) --- > Warning: Unsafe green phase 0 in tlLogic '0', program 'freaky'. Lane '1o_0' is targeted by 4 'G'-links. (use 'g' instead) Overall 4 lanes in 1 phases are unsafe.
---------- 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">
---------- 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>
---------- Differences in errors ----------
0a1,17
> Traceback (most recent call last):
> File "C:/Users/delphi/testreports/sumo/git/tests/../tests/complex/traci/gui/gui/runner.py", line 81, in <module>
> pic = imread("out.png")
> ^^^^^^^^^^^^^^^^^
> File "C:/Python311/Lib/site-packages/matplotlib/pyplot.py", line 2131, in imread
> return matplotlib.image.imread(fname, format)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "C:/Python311/Lib/site-packages/matplotlib/image.py", line 1541, in imread
> with img_open(fname) as image:
> ^^^^^^^^^^^^^^^
> File "C:/Python311/Lib/site-packages/PIL/ImageFile.py", line 137, in __init__
> self._open()
> File "C:/Python311/Lib/site-packages/PIL/PngImagePlugin.py", line 707, in _open
> raise SyntaxError(msg)
> SyntaxError: not a PNG file
> sys:1: ResourceWarning: unclosed <socket.socket fd=812, family=2, type=1, proto=0, laddr=('127.0.0.1', 53771), raddr=('127.0.0.1', 53770)>
> C:/Python311/Lib/subprocess.py:1127: ResourceWarning: subprocess 1780 is still running
---------- Differences in output ----------
29,33d28
< screenshot dimensions (500, 500, 4)
< adding view
< views ('View #0', 'newView')
< removing view
< views ('View #0',)
---------- Differences in errors ----------
1,71c1,26
< Warning: 12 total messages of type: Ambiguity in turnarounds computation at junction '%'.
< Warning: 3 total messages of type: Ambiguous node type for node cluster '%' (%,%), setting to 'priority'.
< Warning: 18 total messages of type: Ambiguous railway kilometrage direction for way '%' (assuming forward)
< Warning: 6 total messages of type: Cannot assign stop % on edge '%' to pt line '%'. Ignoring!
< Warning: 4 total messages of type: Connection '%_%->%_%' is only %m short.
< Warning: 30 total messages of type: Converting invalid rail_crossing to priority junction '%'.
< Warning: 39 total messages of type: Converting invalid rail_crossing to traffic_light at junction '%'.
< Warning: 1 total messages of type: Could not add bidi-edge '%'.
< Warning: 8 total messages of type: Could not assign stop '%' to pt line '%' (closest edge '%', distance %). Ignoring!
< Warning: 10 total messages of type: Could not determine direction for line '%' at stop '%'.
< Warning: 5 total messages of type: Could not find corresponding edge or compatible lane for free-floating pt stop '%' (%). Thus, it will be removed!
< Warning: 2 total messages of type: Could not re-assign PT stop '%', probably broken osm file.
< Warning: 9 total messages of type: Discarding invalid crossing '%' at junction '%' with edges [%] (no vehicle lanes to cross).
< Warning: 2 total messages of type: Discarding invalid crossing '%' at junction '%' with edges [%] (no walkingarea found).
< Warning: 4 total messages of type: Discarding unknown compound '%' in type '%' (first occurrence for edge '%').
< Warning: 17 total messages of type: Discarding unusable type '%' (first occurrence for edge '%').
< Warning: 15 total messages of type: Edge '%' already has a dedicated lane for %s. Not adding another one.
< Warning: 7 total messages of type: Edge sequence is not consistent with stop sequence in line '%', not adding bidi edges.
< Warning: 6 total messages of type: First stop edge '%' is not part of the route of line '%'.
< Warning: 10 total messages of type: Found sharp turn with radius % at the % of edge '%'.
< Warning: 2 total messages of type: Ignoring restriction relation '%' with unknown to-way.
< Warning: 1 total messages of type: Ignoring restriction relation '%' with unknown via.
< Warning: 2 total messages of type: Ignoring restriction relation '%'.
< Warning: 2 total messages of type: Ignoring track count % for edge '%'.
< Warning: 5 total messages of type: Intersecting left turns at junction '%' from lane '%' and lane '%' (increase junction radius to avoid this).
< Warning: 1 total messages of type: Invalid pedestrian topology: crossing '%' across [%] has no target.
< Warning: 4 total messages of type: Lane '%' is not connected from any incoming edge at junction '%'.
< Warning: 9 total messages of type: Last stop edge '%' is not part of the route of line '%'.
< Warning: 2 total messages of type: No connection found between stops on edge '%' and edge '%'.
<truncated after showing first 30 lines>
---------- Differences in output ----------
1d0
< Success.
3,45d1
< generating trips...
< Skipping line '1231708' because it only drives at night
< 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
< 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
< 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
< Imported 105 lines with 304 stops and skipped 16 lines
< bus: 45
< light_rail: 18
< subway: 8
< train: 12
< tram: 22
< done.
< running SUMO to determine actual departure times...
<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">
<trainStop id="000008011155_0" lane="32590636#1_0" startPos="413.08" endPos="523.08" name="S+U Alexanderplatz Bhf (Berlin)" friendlyPos="true">
<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="272757273_0" pos="0.00" length="7.91"/>
<access friendlyPos="true" lane="272757341#1_0" pos="0.13" length="6.66"/>
<access friendlyPos="true" lane="272757271_0" pos="0.00" length="10.52"/>
<access friendlyPos="true" lane="272757274_0" pos="7.28" length="9.50"/>
<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="272757342#2_0" pos="0.00" length="18.59"/>
</trainStop>
<trainStop id="000008011306_0" lane="25946656#1_0" startPos="7.11" endPos="117.11" name="S+U Friedrichstr. Bhf (Berlin)" friendlyPos="true">
<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="254339574_0" pos="11.20" length="27.43"/>
<access friendlyPos="true" lane="274524361#1_0" pos="0.00" length="23.94"/>
<access friendlyPos="true" lane="254339586_0" pos="0.00" length="27.97"/>
</trainStop>
<trainStop id="060007104411_0" lane="230976794#2_0" startPos="211.06" endPos="321.06" name="S Nordbahnhof (Berlin)" friendlyPos="true"/>
<trainStop id="060007104413_0" lane="230976794#2_0" startPos="211.06" endPos="321.06" name="S Nordbahnhof (Berlin)" friendlyPos="true"/>
<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">
<route id="7248" edges="1127597264#1 1127596842#2 120675240#1 120675240#3 120675240#4 1263204721 -8008608 -4611696#5 -4611696#4 -4611696#3 -23755950#1 -1127602336 -66071366#5 -66071366#3 -66071366#2 -66071366#1 -389101365#3 -35557143#4 -35557143#2 -35557143#0 196850609#0 196850609#1 196850609#2 882389497#1 194069450#0 461526153#0 169999355#1 -11483007#2 22972195#2 465376239 465376255#0 465376255#2 190447767 190447766#1 1151064403 1151064402#0 465376254#0 465376254#3 222328410 -6228081#1 3072
0544#0 30720544#1 42103020#0 42103020#2 111251382#1 111251382#3 1100889498 1100824590#1 176043806#0 176043806#1 176043806#2 176043807#0 176043807#3 176043807#6"/>
<vehicle id="114194584.0" route="7248" line="17318_700_114194584" depart="0" departEdge="0" arrivalEdge="53" type="bus" color="149,39,110">
<param key="gtfs.route_name" value="147"/>
<param key="gtfs.trip_headsign" value="S+U Berlin Hauptbahnhof"/>
<stop busStop="070101006419_0" arrival="60" duration="10" until="60"/><!--stopSequence="3.0/12.0" "Berlin, Neumannsgasse"-->
<stop busStop="070101005222_0" arrival="120" duration="10" until="120"/><!--stopSequence="4.0/12.0" "Berlin, Werderscher Markt"-->
<stop busStop="070101006112_0" arrival="180" duration="10" until="180"/><!--stopSequence="5.0/12.0" "U Französische Str. (Berlin)"-->
<stop busStop="070101006167_0" arrival="300" duration="10" until="300"/><!--stopSequence="6.0/12.0" "Berlin, Unter den Linden/Friedrichstr."-->
<stop busStop="070101007223_0" arrival="420" duration="10" until="420"/><!--stopSequence="7.0/12.0" "S+U Friedrichstr. Bhf (Berlin)"-->
<stop busStop="070101005224_0" arrival="480" duration="10" until="480"/><!--stopSequence="8.0/12.0" "Berlin, Friedrichstr./Reinhardtstr."-->
<stop busStop="070101005225_0" arrival="540" duration="10" until="540"/><!--stopSequence="9.0/12.0" "Berlin, Deutsches Theater"-->
<stop busStop="070101005411_0" arrival="600" duration="10" until="600"/><!--stopSequence="10.0/12.0" "Berlin, Schumannstr."-->
</vehicle>
<route id="8448" edges="144014230#2 1340133922#1 207364191#0 207364191#1 144014242#1 1340133921 1340133920#0 1340133920#1 1340133920#3 167272512#0 167272512#1 167272512#4 167272512#6 167272512#8 195411594#0 195411594#1 195411594#2 195411594#3 195411594#4 165409971#1 165409971#2 165409971#3 165409971#4 1340133927#0 1340133927#1 1340133931#1 1340133926 388702049#0 388702049#1 1044592562#0 1044592562#2 1044592562#3 167272531#0 167272531#1 1340133930#0 154321049#4 101699672#0 101699672#1 1438910
40#1 143891040#2 143891040#3 143891040#4 143891040#5 1340133918#0 1340133918#1 1340133918#2 1340133918#3 1340133918#4 101699676#1 101699676#2 101699676#4 101699676#13 30721656#0 30721656#1 30721656#2 30721656#3 30721656#4 421641065#1 421641065#2 1328606998 28341062#0 28341062#1 1053166656#1 421641064 30721657#1 30721657#2 1328606977#0 1328606977#1 46140383#0 46140383#1 46140383#2 143931935#0 143931935#1 153537606#1 153537606#2 153537606#3 153537606#4 153537606#5 153537606#6 -153537612#1 -1535376
12#0 -143931933#4 -143931933#2 -143931933#1 -143931933#0"/>
<vehicle id="114236836.trimmed.0" route="8448" line="17438_900_114236836.trimmed" depart="60" departEdge="9" arrivalEdge="29" type="tram" color="190,20,20">
<param key="gtfs.route_name" value="M1"/>
<param key="gtfs.trip_headsign" value="Niederschönhausen, Schillerstr."/>
<stop busStop="070301009588_0" arrival="60" duration="10" until="60"/><!--stopSequence="1.0/10.0" "Berlin, Georgenstr./Am Kupfergraben"-->
<stop busStop="070301009377_0" arrival="240" duration="10" until="240"/><!--stopSequence="2.0/10.0" "S+U Friedrichstr. Bhf (Berlin)"-->
<stop busStop="070301009378_0" arrival="360" duration="10" until="360"/><!--stopSequence="3.0/10.0" "U Oranienburger Tor (Berlin) [Tram/Bus]"-->
</vehicle>
<route id="7220" edges="4773464#0 4773464#1 4611724 625843709 304627753#0 304627753#1 1151326816 328426208#0 328426208#2 1320422403#0 1320422403#1 -625843712 -23851930 1320422402 1320422400#0 82654055 1133457765#0 606078065 1112054538 61583424#1 534588621#0 534588621#3 284493291#0 72157174#1 171826984#2 195401006 1113401735#1 139877314#1 783042668 310357283#2 1105526112#1 112128418#2 112128418#4 457031289 1020548406 1101404246#1 177372522 295445243"/>
<vehicle id="114209213.trimmed.0" route="7220" line="17350_700_114209213.trimmed" depart="60" departEdge="23" arrivalEdge="37" type="bus" color="149,39,110">
<param key="gtfs.route_name" value="200"/>
<param key="gtfs.trip_headsign" value="Michelangelostr."/>
<stop busStop="070101007173_0" arrival="120" duration="10" until="120"/><!--stopSequence="15.0/22.0" "Berlin, Spandauer Str./Marienkirche"-->
<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="aerialway" vClass="cable_car"/>
<vType id="bus" vClass="bus"/>
<vType id="ferry" vClass="ship"/>
<vType id="light_rail" vClass="rail_urban"/>
<vType id="monorail" vClass="rail_urban"/>
<vType id="subway" vClass="subway"/>
<vType id="train" vClass="rail"/>
<vType id="tram" vClass="tram"/>
</additional>
---------- Differences in errors ---------- 15,16c15,16 < Warning: 4 total messages of type: Discarding unknown compound '%' in type '%' (first occurrence for edge '%'). < Warning: 17 total messages of type: Discarding unusable type '%' (first occurrence for edge '%'). --- > Warning: 9 total messages of type: Discarding unknown compound '%' in type '%' (first occurrence for edge '%'). > Warning: 13 total messages of type: Discarding unusable type '%' (first occurrence for edge '%'). 20c20 < Warning: 10 total messages of type: Found sharp turn with radius % at the % of edge '%'. --- > Warning: 11 total messages of type: Found sharp turn with radius % at the % of edge '%'. 31c31 < Warning: 5 total messages of type: Not joining junctions % (%). --- > Warning: 4 total messages of type: Not joining junctions % (%). 33c33 < Warning: 21 total messages of type: PT line in relation % with no stops ignored. Probably OSM file is incomplete. --- > Warning: 20 total messages of type: PT line in relation % with no stops ignored. Probably OSM file is incomplete. 36c36 < Warning: 3 total messages of type: Reducing junction cluster % (%). --- > Warning: 4 total messages of type: Reducing junction cluster % (%). 39,40c39,40 < Warning: 8 total messages of type: The traffic light '%' cannot be adapted to a cycle time of %. < Warning: 11 total messages of type: The traffic light '%' has a high cycle time of %. --- > Warning: 7 total messages of type: The traffic light '%' cannot be adapted to a cycle time of %. > Warning: 7 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. <truncated after showing first 30 lines> ---------- Differences in gtfs_additional ---------- 20c20 < <access friendlyPos="true" lane="1212793337#1_0" pos="0.20" length="43.76"/> --- > <access friendlyPos="true" lane="1212793336#1_0" pos="0.00" length="46.82"/> 132,133c132,133 < <access friendlyPos="true" lane="1071049481#3_0" pos="48.70" length="52.01"/> < <access friendlyPos="true" lane="1071049481#4_0" pos="0.20" length="43.82"/> --- > <access friendlyPos="true" lane="1071049481#4_0" pos="45.04" length="52.01"/> > <access friendlyPos="true" lane="1071049481#5_0" pos="0.20" length="43.82"/> 136c136 < <access friendlyPos="true" lane="1212774064#5_0" pos="8.46" length="86.33"/> --- > <access friendlyPos="true" lane="1212774064#6_0" pos="8.46" length="86.33"/> 165c165 < <busStop id="114194096.8" lane="295445243_0" startPos="14.95" endPos="27.95" friendlyPos="true" name="Berlin, Mollstr./Otto-Braun-Str."> --- > <busStop id="114194096.8" lane="295445243_0" startPos="30.51" endPos="43.51" friendlyPos="true" name="Berlin, Mollstr./Otto-Braun-Str."> 360c360 < <busStop id="114199375.6" lane="-4612431#1_2" startPos="79.80" endPos="92.80" friendlyPos="true" name="U Heinrich-Heine-Str. (Berlin)"/> --- > <busStop id="114199375.6" lane="-4612431#1_2" startPos="79.83" endPos="92.83" friendlyPos="true" name="U Heinrich-Heine-Str. (Berlin)"/> 377c377 < <access friendlyPos="true" lane="-1110751835#1_0" pos="0.00" length="85.85"/> --- > <access friendlyPos="true" lane="-1110751835#1_0" pos="0.00" length="86.81"/> 380c380 < <access friendlyPos="true" lane="1110751835#1_0" pos="0.20" length="77.42"/> --- > <access friendlyPos="true" lane="1110751835#1_0" pos="1.48" length="78.45"/> <truncated after showing first 30 lines> ---------- Differences in gtfs_routes ---------- 5c5 < <route id="114180574" edges="1113401735#1 139877314#1 783042668 310357283#2 112128419#1 112128419#2 415280722 195401013#2 171826985#2 72157174#1 171826984#2 195401006 1113401735#1 139877314#1 783042668 310357283#2 112128419#1 112128419#2 415280722 195401013#2 171826985#2 24913519#1 1144362247 541763975 202156995 4067932 339201219 831694400#0 831694400#1 23013165 4611698 202156994#0 24913519#1 1144362247 541763975 202156995 4067932 339201219 541763974 61584187#0 61584187#1 1126245113 159711 97 4611699#0 4611699#1 1149417521#1 169195795#0 169195795#1 340498982#0 169195795#0 169195795#1 1217865061#0 1113726463 1077923225#0 882389494#1 340498988#0 -461526153#0 461526153#0 188386313#1 1119935327#0 1119935327#1 1119935543#0 1119936840#1 1119937599#3"> --- > <route id="114180574" edges="1113401735#1 139877314#1 783042668 310357283#2 112128419#1 112128419#2 415280722 195401013#2 171826985#2 72157174#1 171826984#2 195401006 1113401735#1 139877314#1 783042668 310357283#2 112128419#1 112128419#2 415280722 195401013#2 171826985#2 1395686814#1 1144362247 541763975 202156995 4067932 339201219 831694400#0 831694400#1 23013165 4611698 202156994#0 1395686814#1 1144362247 541763975 202156995 4067932 339201219 541763974 61584187#0 61584187#1 1126245113 15 971197 4611699#0 4611699#1 1149417521#1 169195795#0 169195795#1 340498982#0 169195795#0 169195795#1 1217865061#0 1113726463 1077923225#0 882389494#1 340498988#0 -461526153#0 461526153#0 188386313#1 1119935327#0 1119935327#1 1119935543#0 1119936840#1 1119937599#3"> 32c32 < <route id="114193955" edges="300401898 1101404262#1 24914141#1 24914141#2 24914141#4 24914141#5 1133761630#0 1133761630#1 1323456348#1 1323456348#2 4613299#2 4613299#3 -4613300#5 -4613300#4 -4613300#3 -4613300#2 -4613300#1 -4613300#0 4613300#0 4613300#1 4613300#2 4613300#3 4613300#4 4613300#5 -4613299#3 -4613299#2 -4613299#1 -4613299#0 -1098856743#1 369223458#2 369223458#3 4613298#1 4613295#7 4613294#0 4613294#1 1359925416#1 1359925416#2 4613286#1 4613286#2 4613286#3 4613286#6 4613286#7 10 98856715#1 4296469#2 1119855803#0 1119855803#1 371927739#3 371927739#4 36892597#1 36892597#3 4610355#1 4610355#2 4610355#4 4610355#5 4610355#7 4610355#9 4610355#10 4610355#12 4610355#13 4610355#14 4610355#15 4610355#16 4610355#18 4610355#19 73310499 493008123#1 4296467#1 4296467#3 4296467#4 267542609#1 267542609#2 267542609#4 267542609#5 238682696"> --- > <route id="114193955" edges="300401898 1101404262#1 24914141#1 24914141#2 24914141#4 24914141#5 1133761630#0 1133761630#1 1323456348#1 1323456348#2 1323456348#3 1323456348#4 1323456348#5 4613299#2 4613299#3 -4613300#6 -4613300#5 -4613300#4 -4613300#3 -4613300#2 -4613300#1 -4613300#0 4613300#0 4613300#1 4613300#2 4613300#3 4613300#4 4613300#5 4613300#6 -4613299#3 -4613299#2 -4613299#1 -4613299#0 -1098856743#1 369223458#2 369223458#3 4613298#1 4613298#2 4613295#8 4613295#9 4613294#0 4613294# 1 1359925416#1 1359925416#2 4613286#1 4613286#2 4613286#3 4613286#6 4613286#7 1098856715#1 4296469#2 1119855803#0 1119855803#1 371927739#3 371927739#4 36892597#1 36892597#3 4610355#1 4610355#2 4610355#4 4610355#5 4610355#7 4610355#9 4610355#10 4610355#12 4610355#13 4610355#14 4610355#15 4610355#16 4610355#18 4610355#19 73310499 493008123#1 4296467#1 4296467#3 4296467#4 267542609#1 267542609#2 267542609#4 267542609#5 238682696"> 37c37 < <route id="114194036.trimmed" edges="300401898 1101404262#1 24914141#1 24914141#2 24914141#4 24914141#5 1133761630#0 1133761630#1 1323456348#1 1323456348#2 4613299#2 4613299#3 -4613300#5 -4613300#4 -4613300#3 -4613300#2 -4613300#1 -4613300#0 4613300#0 4613300#1 4613300#2 4613300#3 4613300#4 4613300#5 -4613299#3 -4613299#2 -4613299#1 -4613299#0 -1098856743#1 369223458#2 369223458#3 4613298#1 4613295#7 4613294#0 4613294#1 1359925416#1 1359925416#2 4613286#1 4613286#2 4613286#3 4613286#6 4613 286#7 1098856715#1 4296469#2 1119855803#0 1119855803#1 371927739#3 371927739#4 36892597#1 36892597#3 4610355#1 4610355#2 4610355#4 4610355#5 4610355#7 4610355#9 4610355#10 4610355#12 4610355#13 4610355#14 4610355#15 4610355#16 4610355#18 4610355#19 73310499 493008123#1 4296467#1 4296467#3 4296467#4 267542609#1 267542609#2 267542609#4 267542609#5 238682696"> --- > <route id="114194036.trimmed" edges="300401898 1101404262#1 24914141#1 24914141#2 24914141#4 24914141#5 1133761630#0 1133761630#1 1323456348#1 1323456348#2 1323456348#3 1323456348#4 1323456348#5 4613299#2 4613299#3 -4613300#6 -4613300#5 -4613300#4 -4613300#3 -4613300#2 -4613300#1 -4613300#0 4613300#0 4613300#1 4613300#2 4613300#3 4613300#4 4613300#5 4613300#6 -4613299#3 -4613299#2 -4613299#1 -4613299#0 -1098856743#1 369223458#2 369223458#3 4613298#1 4613298#2 4613295#8 4613295#9 4613294#0 4613294#1 1359925416#1 1359925416#2 4613286#1 4613286#2 4613286#3 4613286#6 4613286#7 1098856715#1 4296469#2 1119855803#0 1119855803#1 371927739#3 371927739#4 36892597#1 36892597#3 4610355#1 4610355#2 4610355#4 4610355#5 4610355#7 4610355#9 4610355#10 4610355#12 4610355#13 4610355#14 4610355#15 4610355#16 4610355#18 4610355#19 73310499 493008123#1 4296467#1 4296467#3 4296467#4 267542609#1 267542609#2 267542609#4 267542609#5 238682696"> 42c42 < <route id="114194096" edges="713576589#0 713576589#1 713576589#2 312651888#1 312651888#2 312651888#3 312651888#4 312651888#5 -36689633#2 -36689633#1 -36689633#0 -980542375#1 4296467#1 4610354#1 4610354#2 4610354#3 4610354#4 4610354#5 1157396753 847103786#0 847103786#2 847103786#3 755340907#0 755340907#1 -1225924291#1 -371927739#3 -1119855803#1 -1119855803#0 -4296469#2 -4296469#0 4296469#0 4296469#2 1119855803#0 1119855803#1 371927739#3 371927739#4 36892597#1 36892597#3 1103300964#2 1110341 8#3 23809678#1 23809678#2 23809678#4 23809678#5 23809678#6 23809678#7 23809678#8 1157231004#1 -19002363#5 -19002363#3 -19002363#2 -19002363#1 -19002363#0 -1179820254#0 -1179820253#0 -1179820019#0 4613292#0 -24993933#2 -24993933#0 -1115509343#2 -1115509343#1 -1115509343#0 -1157111072#1 -369223458#3 -369223458#2 1098856743#1 4613299#0 4613299#1 4613299#2 4613299#3 -4613300#5 -4613300#4 -4613300#3 -4613300#2 -4613300#1 -4613300#0 4613300#0 4613300#1 4613300#2 4613300#3 4613300#4 4613300#5 -4613299# 3 -4613299#2 -1323456348#2 -1323456348#1 -268002748#0 -1133761630#0 24914141#8 318282850#2 1105526112#1 112128418#2 112128418#4 457031289 1020548406 1101404246#1 177372522 295445243"> --- > <route id="114194096" edges="713576589#0 713576589#1 713576589#2 312651888#1 312651888#2 312651888#3 312651888#4 312651888#5 268002745#2 1353005053#0 1353005053#1 -4396823#5 -4396823#4 -4396823#3 -4396823#2 -4396823#0 -165415464#1 165415454#0 165415454#1 165415454#2 -1216575599 -36689633#2 -36689633#1 -36689633#0 -980542375#1 4296467#1 4610354#1 4610354#2 4610354#3 4610354#4 4610354#5 1157396753 847103786#0 847103786#2 847103786#3 755340907#0 755340907#1 -1225924291#1 -371927739#3 -1119855 803#1 -1119855803#0 -4296469#2 -4296469#0 4296469#0 4296469#2 1119855803#0 1119855803#1 371927739#3 371927739#4 36892597#1 36892597#3 1103300964#2 11103418#3 23809678#1 23809678#2 23809678#4 23809678#5 23809678#6 23809678#7 23809678#8 1157231004#1 -1396211788#2 -1396211788#0 -1396211787#0 -19002363#1 -19002363#0 -1179820254#0 -1179820253#0 -1179820019#0 4613292#0 -24993933#1 -1396608576#0 -1396608575 -1115509343#2 -1115509343#1 -1115509343#0 -1157111072#1 -369223458#3 -369223458#2 1098856743#1 4 613299#0 4613299#1 4613299#2 4613299#3 -4613300#6 -4613300#5 -4613300#4 -4613300#3 -4613300#2 -4613300#1 -4613300#0 4613300#0 4613300#1 4613300#2 4613300#3 4613300#4 4613300#5 4613300#6 -4613299#3 -4613299#2 -1323456348#5 -1323456348#4 -1323456348#3 -1323456348#2 -1323456348#1 -268002748#0 -1133761630#0 24914141#8 318282850#2 1105526112#1 112128418#2 112128418#4 457031289 1020548406 1101404246#1 177372522 295445243"> 71c71 < <route id="114194407" edges="-176043807#4 -176043807#0 -176043806#2 -176043806#1 -176043806#0 -1100824590#1 -1100824590#0 -111251382#3 -111251382#2 541295978#1 1097921784#1 -541295974#0 -222328410 34848160#2 1151064405#1 194073677#0 194073677#1 194073677#2 194073677#3 194073677#4 190447768#1 195411602#0 195411602#1 465376240#0 195411604 11483007#0 -1119933622 -461526153#0 461526153#0 -461526153#0 -194069450#1 -882389497#1 171423001#1 171423001#2 171423001#3 1190781963#1 35557143#2 35557143 #3 389101365#1 66071366#1 66071366#2 66071366#3 66071366#4 1127602336 23755950#0 4611696#2 4611696#4 4611696#5 8008608 -1263204721 -120675240#4 -120675240#3 -120675240#2 -43156728#1 -1127596842#0 -1127597264#0 -755551646#0 -52328295#2 -52328295#0 -37289106 -328426193#2 -328426193#1 -1102369963#1 -1102369963#0 -1102369964 -30705211#1 -30705211#0 -1040934262#1 -1040934262#0 339201210 4612414#0 4612414#1 4612414#2 22954357#1 328426253 458953719#0 328426256#0 328426256#1 328426256#2 -195430954#1 -19 5430954#0 195430954#0 195430954#1 328426251#0 328426251#1 328426251#2 -458953719#0 -1102369972 328426258#1 328426258#2"> --- > <route id="114194407" edges="-176043807#4 -176043807#0 -176043806#2 -176043806#1 -176043806#0 -1100824590#1 -1100824590#0 -111251382#3 -111251382#2 541295978#1 1097921784#1 -541295974#0 -222328410 34848160#2 1151064405#1 194073677#0 194073677#1 194073677#2 194073677#3 194073677#4 190447768#1 195411602#0 195411602#1 465376240#0 195411604 11483007#0 -1119933622 -461526153#0 461526153#0 -461526153#0 -194069450#1 -882389497#1 171423001#1 171423001#2 171423001#3 1190781963#1 35557143#2 35557143 #3 389101365#1 66071366#1 66071366#2 66071366#3 66071366#4 1127602336 23755950#0 4611696#2 4611696#4 4611696#5 8008608 -1263204721 -120675240#4 -120675240#3 -120675240#2 -43156728#1 -1127596842#0 -1127597264#0 -755551646#0 -52328295#2 -52328295#0 -37289106 -328426193#2 -328426193#1 -1102369963#1 -1102369963#0 -1102369964 -30705211#1 -30705211#0 -1040934262#1 -1040934262#0 339201210 4612414#0 4612414#1 4612414#2 22954357#1 328426253 458953719#0 328426256#0 328426256#1 328426256#2 -195430954#1 -19 5430954#0 195430954#0 195430954#1 328426251#0 328426251#1 328426251#2 328426251#3 -458953719#0 -1102369972 328426258#1 328426258#2"> 83c83 < <route id="114194483.trimmed" edges="194073677#3 194073677#4 190447768#1 195411602#0 195411602#1 465376240#0 195411604 11483007#0 -1119933622 -461526153#0 461526153#0 -461526153#0 -194069450#1 -882389497#1 171423001#1 171423001#2 171423001#3 1190781963#1 35557143#2 35557143#3 389101365#1 66071366#1 66071366#2 66071366#3 66071366#4 1127602336 23755950#0 4611696#2 4611696#4 4611696#5 8008608 -1263204721 -120675240#4 -120675240#3 -120675240#2 -43156728#1 -1127596842#0 -1127597264#0 -755551646 #0 -52328295#2 -52328295#0 -37289106 -328426193#2 -328426193#1 -1102369963#1 -1102369963#0 -1102369964 -30705211#1 -30705211#0 -1040934262#1 -1040934262#0 339201210 4612414#0 4612414#1 4612414#2 22954357#1 328426253 458953719#0 328426256#0 328426256#1 328426256#2 -195430954#1 -195430954#0 195430954#0 195430954#1 328426251#0 328426251#1 328426251#2 -458953719#0 -1102369972 328426258#1 328426258#2"> --- > <route id="114194483.trimmed" edges="194073677#3 194073677#4 190447768#1 195411602#0 195411602#1 465376240#0 195411604 11483007#0 -1119933622 -461526153#0 461526153#0 -461526153#0 -194069450#1 -882389497#1 171423001#1 171423001#2 171423001#3 1190781963#1 35557143#2 35557143#3 389101365#1 66071366#1 66071366#2 66071366#3 66071366#4 1127602336 23755950#0 4611696#2 4611696#4 4611696#5 8008608 -1263204721 -120675240#4 -120675240#3 -120675240#2 -43156728#1 -1127596842#0 -1127597264#0 -755551646 #0 -52328295#2 -52328295#0 -37289106 -328426193#2 -328426193#1 -1102369963#1 -1102369963#0 -1102369964 -30705211#1 -30705211#0 -1040934262#1 -1040934262#0 339201210 4612414#0 4612414#1 4612414#2 22954357#1 328426253 458953719#0 328426256#0 328426256#1 328426256#2 -195430954#1 -195430954#0 195430954#0 195430954#1 328426251#0 328426251#1 328426251#2 328426251#3 -458953719#0 -1102369972 328426258#1 328426258#2"> 149c149 < <route id="114199375" edges="-4612431#1 4612431#0 4612431#2 -195430959#2 -195430959#1 -195430959#0 -195430960#3 -195430960#2 -195430960#1 -195430960#0 -511748316 -4612422#0 195430954#0 195430954#1 328426251#0 328426251#1 328426251#2 -458953719#0 -1102369972 328426258#1 328426258#2"> --- > <route id="114199375" edges="-4612431#1 4612431#0 4612431#2 -195430959#2 -195430959#1 -195430960#3 -195430960#2 -195430960#1 -195430960#0 -511748316 -4612422#0 195430954#0 195430954#1 328426251#0 328426251#1 328426251#2 328426251#3 -458953719#0 -1102369972 328426258#1 328426258#2"> 154c154 < <route id="114199501" edges="328426258#2 22954357#1 328426253 458953719#0 328426256#0 328426256#1 328426256#2 -195430954#1 -195430954#0 4612422#0 511748316 195430960#0 195430960#1 195430960#2 195430960#3 195430959#0 195430959#1 195430959#2 -4612431#2 -4612431#1"> <truncated after showing first 30 lines> ---------- Differences in output ---------- 7a8,9 > Extending up to route split between 319339413#2 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
---------- 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 ---------- Differences in vehroutes ---------- 2a3,4 > <!-- generated on 2025-07-03 02:44:28 by Eclipse SUMO GUI Version v1_23_1+0822-840a90eb7d9 > <sumoConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd"> 4,7c6,23 < <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> --- > <input> > <net-file value="input_net.net.xml"/> > <route-files value="input_routes.rou.xml"/> > </input> > > <output> > <vehroute-output value="vehroutes.xml"/> > </output> > > <report> > <duration-log.disable value="true"/> > <no-step-log value="true"/> > </report> > > <gui_only> > <gui-settings-file value="settings.xml"/> > <quit-on-end value="true"/> > </gui_only> 9,1217c25 < <vehicle id="vertical.1" depart="113.00" arrival="378.00"> < <route edges="3fi 3si 4o 4fi 4si 3o 3fi"/> <truncated after showing first 30 lines>
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 0x000001EB7FE1C280> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (72.0, 73.0) <zip object at 0x000001EB7FDC9DC0> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001EB7FDCB900> 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 0x000001EB7FDE1FC0> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (72.0, 73.0) <zip object at 0x000001EB7FDCBC80> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001EB7FDCB380> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x000001EB7FE157C0> 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 0x000001EB7FE3CA00> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (73.0, 74.0) <zip object at 0x000001EB7FE3CA00> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001EB7FE3CD00> 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>
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>
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 0x0000011E5903EC80>
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (148.9, 149.0) <zip object at 0x0000011E59015540>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (149.0, 150.0) <zip object at 0x0000011E592B3300>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (149.0, 150.0) <zip object at 0x0000011E5927F040>
> failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) <zip object at 0x0000011E5857C700>
> failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) <zip object at 0x0000011E59064600>
> failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) <zip object at 0x0000011E590651C0>
> failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) <zip object at 0x0000011E59066FC0>
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>
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 0x000001815771C100>
> failed 0.1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x00000181576B7940>
> failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x000001815771D100>
> failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x000001815771F200>
> failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) <zip object at 0x000001815771E500>
> failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) <zip object at 0x000001815771D900>
> failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) <zip object at 0x000001815771F100>
> failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) <zip object at 0x000001815771D340>
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x000001815771D240>
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x000001815773DD00>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x00000181579995C0>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x000001815771C900>
<truncated after showing first 30 lines>
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 0x00000203AC6CC1C0> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (76.0, 77.0) <zip object at 0x00000203AC67BE40> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x00000203AC67BC40> 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 0x00000203AC9601C0> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (76.0, 77.0) <zip object at 0x00000203AC690040> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x00000203AC690F40> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x00000203AC691040> 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 0x00000203AC6EDDC0> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x00000203AC6EE800> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x00000203AC6EE140> 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>
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 0x000001753B550240> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x000001753B53EE40> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001753B53D240> 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 0x000001753B53FC40> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x000001753B550E40> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001753B550400> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x000001753B550900> 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 0x000001753B553D40> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (78.0, 79.0) <zip object at 0x000001753B4FEB00> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001753B4FF840> 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>
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 0x000001899ED15080> > failed 1 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x00000189864F60C0> > failed 10 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001899F6AFB00> > failed 100 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) <zip object at 0x000001899F667C40> > failed 0.1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x000001899F6BC280> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000001899F65F3C0> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001899F666FC0> > failed 100 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000001899F6679C0> > failed 0.1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x000001899F685E00> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000001899F6AD400> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001899F6AD400> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000001899F6AF540> > failed 0.1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001899F6ADD40> > failed 1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001899F6AE180> > failed 10 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001899F6A2200> > failed 100 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) <zip object at 0x000001899F6A10C0> > failed 0.1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001899F6A1880> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001899F6A0280> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001899F6A3C40> > failed 100 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000001899F6A0EC0> > failed 0.1 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001899F6A0EC0> > failed 1 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001899F6AD1C0> > failed 10 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001899F6ADD00> > failed 100 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000001899F6AE400>
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
Test exceeded wallclock time limit of 900.0 seconds