texttest.exe -a complex -d C:\Users\delphi\testreports\sumo\git\tests -reconnect C:\Users\delphi\testreports\sumo\msvc16x64tmp\msvc16x64.05Jun013909.5312 -g
texttest.exe -a complex -d C:\Users\delphi\testreports\sumo\git\tests
---------- Differences in errors ----------
0a1,38
> Traceback (most recent call last):
> File "C:/Users/delphi/testreports/sumo/git/tools/xml/xml2protobuf.py", line 208, in <module>
> main()
> File "C:/Users/delphi/testreports/sumo/git/tools/xml/xml2protobuf.py", line 194, in main
> module = generateProto(attrFinder.tagAttrs, attrFinder.depthTags,
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "C:/Users/delphi/testreports/sumo/git/tools/xml/xml2protobuf.py", line 185, in generateProto
> return importlib.import_module("%s_pb2" % base)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "C:/Python311/Lib/importlib/__init__.py", line 126, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
> File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
> File "<frozen importlib._bootstrap>", line 1140, in _find_and_load_unlocked
> ModuleNotFoundError: No module named 'trajectories_pb2'
> Traceback (most recent call last):
> File "C:/Users/delphi/testreports/sumo/git/tools/xml/protobuf2xml.py", line 130, in <module>
> main()
> File "C:/Users/delphi/testreports/sumo/git/tools/xml/protobuf2xml.py", line 124, in main
> module = xml2protobuf.generateProto(attrFinder.tagAttrs, attrFinder.depthTags,
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "C:/Users/delphi/testreports/sumo/git/tools/xml/xml2protobuf.py", line 185, in generateProto
> return importlib.import_module("%s_pb2" % base)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "C:/Python311/Lib/importlib/__init__.py", line 126, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
<truncated after showing first 30 lines>
---------- Differences in output ----------
1,5d0
< ---
< +++
< -
< -<trajectories xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/amitran/trajectories.xsd" timeStepSize="1000">
< +<trajectories timeStepSize="1000">
---------- 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=956, family=2, type=1, proto=0, laddr=('127.0.0.1', 50596), raddr=('127.0.0.1', 50590)>
> C:/Python311/Lib/subprocess.py:1127: ResourceWarning: subprocess 2776 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,14c1,9
< traci.vehicle.setLaneChangeMode("horiz", lcm=0)
< traci.vehicle.setParameter(objID="horiz", key="blub", value="blubber")
< traci.vehicle.setParameter(objectID="horiz", param="blub", value="blubber")
< traci.vehicle.setParameter(objID="horiz", param="blub", value="blubber")
< traci.vehicle.setParameter(objID="horiz", param="blub", value="blubber")
< traci.vehicle.setParameter(oID="horiz", param="blub", value="blubber")
< -- Unordered text as found by filter '^UserWarning:' --
< UserWarning: Use of deprecated parameter lcm in function setLaneChangeMode, use laneChangeMode instead.
< UserWarning: Use of deprecated parameter objID in function setParameter, use objectID instead.
< UserWarning: Use of deprecated parameter objID in function setParameter, use objectID instead.
< UserWarning: Use of deprecated parameter param in function setParameter, use key instead.
< UserWarning: Use of deprecated parameter param in function setParameter, use key instead.
< UserWarning: Use of deprecated parameter param in function setParameter, use key instead.
<
---
> Traceback (most recent call last):
> File "C:/Users/delphi/testreports/sumo/git/tests/../tests/complex/traci/misc/signature/runner.py", line 27, in <module>
> import libsumo
> File "C:/Users/delphi/testreports/sumo/git/tools/libsumo/__init__.py", line 38, in <module>
> from .libsumo import vehicle, simulation, person, trafficlight, edge # noqa
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "C:/Users/delphi/testreports/sumo/git/tools/libsumo/libsumo.py", line 10, in <module>
> from . import _libsumo
> ImportError: DLL load failed while importing _libsumo: Das angegebene Modul wurde nicht gefunden.
---------- Differences in output ----------
1,5d0
< lane.getLinks traci: (laneID, extended=True) libsumo: (laneID)
< person.getPosition traci: (personID) libsumo: (personID, includeZ=False)
< poi.getPosition traci: (poiID) libsumo: (poiID, includeZ=False)
< vehicle.getPosition traci: (vehID) libsumo: (vehID, includeZ=False)
< Domain.setParameter() got an unexpected keyword argument 'oID'
---------- Differences in output ---------- 2c2 < waiting time (max, mean, dev): False True False --- > waiting time (max, mean, dev): True True False
---------- Differences in errors ---------- 31c31 < Warning: 5 total messages of type: Not joining junctions % (%). --- > Warning: 4 total messages of type: Not joining junctions % (%). 36c36 < Warning: 3 total messages of type: Reducing junction cluster % (%). --- > Warning: 4 total messages of type: Reducing junction cluster % (%). 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. < Warning: No route for vehicle '84_subway_U2:1' found. < Warning: No connection between edge '384294422#2' and edge '387106270#2' found. < Warning: No route for vehicle '83_subway_U2:0' found. < Warning: Teleporting vehicle '84_subway_U2:1'; waited too long (wrong lane), lane='387106272_0', time=25951.00. < Warning: Vehicle '84_subway_U2:1' ends teleporting on edge '387106272', time=25951.00. < Warning: Teleporting vehicle '83_subway_U2:0'; waited too long (wrong lane), lane='200422335#0_0', time=25984.00. < Warning: Vehicle '83_subway_U2:0' ends teleporting on edge '200422335#0', time=25984.00. < Warning: Teleporting vehicle '84_subway_U2:1'; waited too long (wrong lane), lane='387106272_0', time=26266.00. < Warning: Vehicle '84_subway_U2:1' ends teleporting on edge '199847347#2', time=26266.00. < Warning: Teleporting vehicle '83_subway_U2:0'; waited too long (wrong lane), lane='200422335#1_0', time=26457.00. < Warning: Vehicle '83_subway_U2:0' ends teleporting on edge '200422335#1', time=26457.00. < Warning: Teleporting vehicle '84_subway_U2:1'; waited too long (wrong lane), lane='199847347#3_0', time=26679.00. < Warning: Vehicle '84_subway_U2:1' ends teleporting on edge '272795470#1', time=26679.00. 69,70d54 <truncated after showing first 30 lines> ---------- Differences in gtfs_additional ---------- 9d8 < <access friendlyPos="true" lane="272757273_0" pos="0.00" length="7.91"/> 10a10 > <access friendlyPos="true" lane="272757273_0" pos="0.00" length="7.91"/> 25d24 < <access friendlyPos="true" lane="254339574_0" pos="11.20" length="27.43"/> 27c26,27 < <access friendlyPos="true" lane="254339586_0" pos="0.00" length="27.97"/> --- > <access friendlyPos="true" lane="254339574_0" pos="11.20" length="27.43"/> > <access friendlyPos="true" lane="274524361#2_0" pos="0.00" length="25.53"/> 40d39 < <access friendlyPos="true" lane="254339574_0" pos="11.20" length="27.43"/> 42c41,42 < <access friendlyPos="true" lane="254339586_0" pos="0.00" length="27.97"/> --- > <access friendlyPos="true" lane="254339574_0" pos="11.20" length="27.43"/> > <access friendlyPos="true" lane="274524361#2_0" pos="0.00" length="25.53"/> 52d51 < <access friendlyPos="true" lane="254339574_0" pos="11.20" length="27.43"/> 54c53,54 < <access friendlyPos="true" lane="254339586_0" pos="0.00" length="27.97"/> --- > <access friendlyPos="true" lane="254339574_0" pos="11.20" length="27.43"/> > <access friendlyPos="true" lane="274524361#2_0" pos="0.00" length="25.53"/> 64d63 < <access friendlyPos="true" lane="254339574_0" pos="11.20" length="27.43"/> 66c65,66 < <access friendlyPos="true" lane="254339586_0" pos="0.00" length="27.97"/> --- <truncated after showing first 30 lines> ---------- Differences in gtfs_routes ---------- 6c6 < <vehicle id="114194584.0" route="7248" line="17318_700_114194584" depart="0" departEdge="0" arrivalEdge="53" type="bus" color="149,39,110"> --- > <vehicle id="114194584.0" route="7248" line="17318_700_114194584" depart="60" departEdge="0" arrivalEdge="53" type="bus" color="149,39,110"> 27c27 < <vehicle id="114209213.trimmed.0" route="7220" line="17350_700_114209213.trimmed" depart="60" departEdge="23" arrivalEdge="37" type="bus" color="149,39,110"> --- > <vehicle id="114209213.trimmed.0" route="7220" line="17350_700_114209213.trimmed" depart="120" departEdge="23" arrivalEdge="37" type="bus" color="149,39,110"> 36c36 < <vehicle id="114237293.trimmed.0" route="8441" line="17438_900_114237293.trimmed" depart="60" departEdge="41" arrivalEdge="70" type="tram" color="190,20,20"> --- > <vehicle id="114237293.trimmed.0" route="8441" line="17438_900_114237293.trimmed" depart="240" departEdge="41" arrivalEdge="70" type="tram" color="190,20,20"> 46c46 < <vehicle id="114249414.trimmed.0" route="8305" line="17446_900_114249414.trimmed" depart="60" departEdge="7" arrivalEdge="9" type="tram" color="51,255,51"> --- > <vehicle id="114249414.trimmed.0" route="8305" line="17446_900_114249414.trimmed" depart="120" departEdge="7" arrivalEdge="9" type="tram" color="51,255,51"> 74c74 < <vehicle id="114264902.trimmed.0" route="8691" line="17459_900_114264902.trimmed" depart="60" departEdge="0" arrivalEdge="37" type="tram" color="190,20,20"> --- > <vehicle id="114264902.trimmed.0" route="8691" line="17459_900_114264902.trimmed" depart="240" departEdge="0" arrivalEdge="37" type="tram" color="190,20,20"> 84c84 < <vehicle id="114270026.trimmed.0" route="8363" line="17463_900_114270026.trimmed" depart="60" departEdge="0" arrivalEdge="10" type="tram" color="255,102,51"> --- > <vehicle id="114270026.trimmed.0" route="8363" line="17463_900_114270026.trimmed" depart="360" departEdge="0" arrivalEdge="10" type="tram" color="255,102,51"> 101c101 < <vehicle id="114281348.trimmed.0" route="9144" line="17521_400_114281348.trimmed" depart="90" departEdge="1" arrivalEdge="4" type="subway" color="140,109,171"> --- > <vehicle id="114281348.trimmed.0" route="9144" line="17521_400_114281348.trimmed" depart="180" departEdge="1" arrivalEdge="4" type="subway" color="140,109,171"> 137c137 < <vehicle id="114181240.trimmed.0" route="6556" line="17289_700_114181240.trimmed" depart="120" departEdge="0" arrivalEdge="31" type="bus" color="149,39,110"> <truncated after showing first 30 lines> ---------- Differences in output ---------- 7a8,9 > Extending up to route split between 319339413 and -1102154066#3 > Extending up to route split between 1102154066#2 and 1105526087 14a17,18 > Extending up to route split between 384294422#2 and 391559412 > Extending up to route split between 199847347#3 and 387141734
---------- Differences in errors ---------- 31c31 < Warning: 5 total messages of type: Not joining junctions % (%). --- > Warning: 4 total messages of type: Not joining junctions % (%). 36c36 < Warning: 3 total messages of type: Reducing junction cluster % (%). --- > Warning: 4 total messages of type: Reducing junction cluster % (%). 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. < Warning: No route for vehicle '84_subway_U2:1' found. < Warning: No connection between edge '384294422#2' and edge '387106270#2' found. < Warning: No route for vehicle '83_subway_U2:0' found. < Warning: Teleporting vehicle '84_subway_U2:1'; waited too long (wrong lane), lane='387106272_0', time=25951.00. < Warning: Vehicle '84_subway_U2:1' ends teleporting on edge '387106272', time=25951.00. < Warning: Teleporting vehicle '83_subway_U2:0'; waited too long (wrong lane), lane='200422335#0_0', time=25984.00. < Warning: Vehicle '83_subway_U2:0' ends teleporting on edge '200422335#0', time=25984.00. < Warning: Teleporting vehicle '84_subway_U2:1'; waited too long (wrong lane), lane='387106272_0', time=26266.00. < Warning: Vehicle '84_subway_U2:1' ends teleporting on edge '199847347#2', time=26266.00. < Warning: Teleporting vehicle '83_subway_U2:0'; waited too long (wrong lane), lane='200422335#1_0', time=26457.00. < Warning: Vehicle '83_subway_U2:0' ends teleporting on edge '200422335#1', time=26457.00. < Warning: Teleporting vehicle '84_subway_U2:1'; waited too long (wrong lane), lane='199847347#3_0', time=26679.00. < Warning: Vehicle '84_subway_U2:1' ends teleporting on edge '272795470#1', time=26679.00. 69,70d54 <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"/> 24c24 < <access friendlyPos="true" lane="1212793346#2_0" pos="0.00" length="44.76"/> --- > <access friendlyPos="true" lane="171826987#2_0" pos="0.00" length="42.82"/> 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."> 539c539 < <access friendlyPos="true" lane="378662086#1_0" pos="44.37" length="16.43"/> --- > <access friendlyPos="true" lane="378662086#0_0" pos="44.33" length="15.95"/> 693c693 < <access friendlyPos="true" lane="-566154986#1_0" pos="1.78" length="22.03"/> --- > <access friendlyPos="true" lane="-566154986#1_0" pos="2.41" length="21.79"/> 695c695 < <access friendlyPos="true" lane="1071210926#10_0" pos="13.91" length="22.89"/> --- > <access friendlyPos="true" lane="1071210926#10_0" pos="12.42" length="22.89"/> 696a697 > <access friendlyPos="true" lane="1071210926#12_0" pos="0.00" length="28.67"/> 701,702c702 < <access friendlyPos="true" lane="566154986#1_0" pos="0.00" length="17.45"/> < <access friendlyPos="true" lane="566154986#2_0" pos="0.00" length="23.11"/> --- <truncated after showing first 30 lines> ---------- Differences in gtfs_routes ---------- 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 -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 4 613299#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"> 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 -195430959#0 -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"> 252c252 < <route id="114218493" 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="114218493" 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 328426251#3 -458953719#0 -1102369972 328426258#1 328426258#2"> 257c257 < <route id="114218623" 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 -4612414#2 -4612414#1 -4612414#0 -339201210 1040934262#0 1040934262#1 30705211#0 30705211#1 1102369964 1102369963#0 1102369963#1 328426193#0 328426193#2 37289106 753730627#0 753730627#1 4773463#1 4611723 54176397 6 4773464#1 4611724 625843709 304627753#0 304627753#1 1151326816 328426208#0 328426208#2 37289106 753730627#0 753730627#1 4773463#1 4611723 541763976 -1127601410 -1195383150#1 -1163350372#2 -1163350372#1 -1163350372#0 -15973619#9 4611718#0 4611718#1 1238797610#0 1238797610#1 -4611711#1 -4611711#0 4611712"> --- > <route id="114218623" 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 328426251#3 -458953719#0 -1102369972 328426258#1 328426258#2 -4612414#2 -4612414#1 -4612414#0 -339201210 1040934262#0 1040934262#1 30705211#0 30705211#1 1102369964 1102369963#0 1102369963#1 328426193#0 328426193#2 37289106 753730627#0 753730627#1 4773463#1 4611 723 541763976 4773464#1 4611724 625843709 304627753#0 304627753#1 1151326816 328426208#0 328426208#2 37289106 753730627#0 753730627#1 4773463#1 4611723 541763976 -1127601410 -1195383150#1 -1163350372#2 -1163350372#1 -1163350372#0 -15973619#9 4611718#0 4611718#1 1238797610#0 1238797610#1 1238797610#2 -4611711#1 -4611711#0 4611712"> 301c301 < <route id="114234722" edges="713576589#0 713576589#1 713576589#2 312651888#1 312651888#2 312651888#3 312651888#4 312651888#5 1353005049#2 165415452#0 165415452#1 165415452#2 165415464#0 -165415464#1 165415454#0 165415454#1 165415454#2 -1216575599 268002745#2 1353005053#0 1353005053#1 1102154070#1 1102154070#2 318915601#1 1255579902 1020077809 489068253#0 318915602#4 318915602#6 -1102154070#2 1102154070#2 318915601#1 1255579902 1020077809 489068253#0 465376253#1 32805741#1 32805741#3 110090 3094#0 1100903094#1 1100903094#2 1100903094#3 1100903094#4 169719829#0 169719829#1 1100903092 1100903093 1100903091#1 1100903090#0 1100903090#1 -1100903090#1"> --- > <route id="114234722" 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 1353005049#2 165415452#0 165415452#1 165415452#2 165415464#0 465398529#1 4396823#2 4396823#3 4396823#4 4396823#5 1102154070#1 1102154070#2 318915601#1 1255579902 1020077809 489068253#0 318915602#4 318915602#6 -11021 54070#2 1102154070#2 318915601#1 1255579902 1020077809 489068253#0 465376253#1 32805741#1 32805741#3 1100903094#0 1100903094#1 1100903094#2 1100903094#3 1100903094#4 169719829#0 169719829#1 1100903092 1100903093 1100903091#1 1100903090#0 1100903090#1 -1100903090#1"> 310c310 < <route id="114234788" edges="713576589#0 713576589#1 713576589#2 312651888#1 312651888#2 312651888#3 312651888#4 312651888#5 1353005049#2 165415452#0 165415452#1 165415452#2 165415464#0 -165415464#1 165415454#0 165415454#1 165415454#2 -1216575599 268002745#2 1353005053#0 1353005053#1 1102154070#1 1102154070#2 318915601#1 1255579902 1020077809 489068253#0 318915602#4"> <truncated after showing first 30 lines> ---------- Differences in output ---------- 7a8,9 > Extending up to route split between 319339413 and -1102154066#3 > Extending up to route split between 1102154066#2 and 1105526087 14a17,18 > Extending up to route split between 384294422#2 and 391559412 > Extending up to route split between 199847347#3 and 387141734
---------- Differences in errors ----------
0a1,22
> Traceback (most recent call last):
> File "C:/Users/delphi/testreports/sumo/git/tests/../tests/complex/sumo-gui/pyautogui_start_stop/runner.py", line 47, in <module>
> findAndClick(PLAY)
> File "C:/Users/delphi/testreports/sumo/git/tests/../tests/complex/sumo-gui/pyautogui_start_stop/runner.py", line 38, in findAndClick
> positionOnScreen = pyautogui.locateOnScreen(obj, minSearchTime=3, confidence=0.9)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 172, in wrapper
> return wrappedFunction(*args, **kwargs)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 210, in locateOnScreen
> return pyscreeze.locateOnScreen(*args, **kwargs)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "C:/Python311/Lib/site-packages/pyscreeze/__init__.py", line 404, in locateOnScreen
> screenshotIm = screenshot(region=None)
> ^^^^^^^^^^^^^^^^^^^^^^^
> File "C:/Python311/Lib/site-packages/pyscreeze/__init__.py", line 538, in _screenshot_win32
> im = ImageGrab.grab(all_screens=allScreens)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "C:/Python311/Lib/site-packages/PIL/ImageGrab.py", line 48, in grab
> offset, size, data = Image.core.grabscreen_win32(
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> OSError: screen grab failed
---------- Missing result in vehroutes ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vehicle id="vertical.0" depart="103.00" arrival="344.00">
<route edges="3fi 3si 4o 4fi 4si 3o 3fi"/>
</vehicle>
<vehicle id="vertical.1" depart="113.00" arrival="378.00">
<route edges="3fi 3si 4o 4fi 4si 3o 3fi"/>
</vehicle>
<vehicle id="vertical.2" depart="123.00" arrival="380.00">
<route edges="3fi 3si 4o 4fi 4si 3o 3fi"/>
</vehicle>
<vehicle id="vertical.3" depart="133.00" arrival="382.00">
<route edges="3fi 3si 4o 4fi 4si 3o 3fi"/>
</vehicle>
<vehicle id="vertical.4" depart="143.00" arrival="384.00">
<route edges="3fi 3si 4o 4fi 4si 3o 3fi"/>
</vehicle>
<vehicle id="vertical.5" depart="153.00" arrival="386.00">
<route edges="3fi 3si 4o 4fi 4si 3o 3fi"/>
</vehicle>
<vehicle id="vertical.6" depart="163.00" arrival="435.00">
<route edges="3fi 3si 4o 4fi 4si 3o 3fi"/>
<truncated after showing first 30 lines>
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 0x000002327FBB7F80> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (72.0, 73.0) <zip object at 0x000002327FB8B980> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000002327FB8A880> 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 0x000002327FEA0280> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (72.0, 73.0) <zip object at 0x000002327FBB5A40> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000002327FBB4240> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x000002327FBB5300> 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 0x000002327FBCB940> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (73.0, 74.0) <zip object at 0x000002327FBCB940> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000002327FBCAA00> 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 0x0000028FE373A880>
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (148.9, 149.0) <zip object at 0x0000028FE36B8580>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (149.0, 150.0) <zip object at 0x0000028FE2D794C0>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (149.0, 150.0) <zip object at 0x0000028FE39CEAC0>
> failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) <zip object at 0x0000028FE3B48D80>
> failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) <zip object at 0x0000028FE3B4AE40>
> failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) <zip object at 0x0000028FE3B48D80>
> failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) <zip object at 0x0000028FE3B498C0>
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 0x00000188995B4A80>
> failed 0.1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x000001889959B640>
> failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x0000018899622380>
> failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x0000018899622D80>
> failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) <zip object at 0x0000018899620580>
> failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) <zip object at 0x0000018899621F80>
> failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) <zip object at 0x0000018899621C80>
> failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) <zip object at 0x0000018899623080>
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x0000018899622D80>
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x0000018899605100>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x00000188998566C0>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x0000018899890500>
<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 0x000002B4FBD78040> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (76.0, 77.0) <zip object at 0x000002B4FBD657C0> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000002B4FBD66840> 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 0x000002B4FBD659C0> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (76.0, 77.0) <zip object at 0x000002B4FBD7BBC0> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000002B4FBD79000> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x000002B4FBD7A280> 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 0x000002B4FBD39500> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x000002B4FBD3BFC0> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000002B4FBD3A880> 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 0x000002D4CD9F0240> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x000002D4CD9D0CC0> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000002D4CD9D17C0> 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 0x000002D4CD9D1040> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x000002D4CD9D53C0> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000002D4CD9D4880> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x000002D4CD9D6F00> 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 0x000002D4CD9AA500> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (78.0, 79.0) <zip object at 0x000002D4CD9AB840> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000002D4CD9AA680> 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 0x000002D341DB92C0> > failed 1 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000002D342795D40> > failed 10 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000002D3427569C0> > failed 100 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) <zip object at 0x000002D342768980> > failed 0.1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x000002D34276BD00> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000002D3427821C0> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000002D342780D00> > failed 100 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000002D342781B00> > failed 0.1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x000002D342780100> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000002D3427DC400> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000002D3427DE800> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000002D3427DF1C0> > failed 0.1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000002D3427DC100> > failed 1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000002D3427DF800> > failed 10 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000002D3427AA9C0> > failed 100 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) <zip object at 0x000002D3427A8F00> > failed 0.1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000002D3427AA6C0> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000002D3427A81C0> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000002D3427AB700> > failed 100 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000002D3427A8B80> > failed 0.1 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000002D3427A9C40> > failed 1 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000002D3427DDCC0> > failed 10 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000002D3427DF100> > failed 100 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000002D3427DD080>
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 ---------- Differences in output ---------- 2941,11040d2940 < Error: no declaration found for element 'route' < In file 'routes.xml' < At line/column 5/44. < < Quitting (on error). < Error: no declaration found for element 'route' < In file 'routes.xml' < At line/column 5/44. < < Quitting (on error). < trip 10 10 < Success. < Success. < trip 10 11 < Error: no declaration found for element 'route' < In file 'routes.xml' < At line/column 5/44. < < Quitting (on error). < Error: no declaration found for element 'route' < In file 'routes.xml' < At line/column 5/44. < < Quitting (on error). < trip 10 12 < Success. < Success. < trip 10 13 < Error: no declaration found for element 'route' <truncated after showing first 30 lines>
Test exceeded wallclock time limit of 900.0 seconds ---------- Differences in output ---------- 2658,5672d2657 < Success. < Success. < trip 14 1 < Error: The route for vehicle 'v' has no edges. < Quitting (on error). < Error: The route for vehicle 'v' has no edges. < Quitting (on error). < trip 14 2 < Success. < Success. < trip 14 3 < Error: The route for vehicle 'v' has no edges. < Quitting (on error). < Error: The route for vehicle 'v' has no edges. < Quitting (on error). < trip 14 4 < Success. < Success. < trip 14 5 < Error: The route for vehicle 'v' has no edges. < Quitting (on error). < Error: The route for vehicle 'v' has no edges. < Quitting (on error). < trip 14 6 < Success. < Success. < trip 14 7 < Error: The route for vehicle 'v' has no edges. < Quitting (on error). <truncated after showing first 30 lines>
Test exceeded wallclock time limit of 900.0 seconds ---------- Differences in output ---------- 1661,9632d1660 < Error: no declaration found for element 'route' < In file 'routes.xml' < At line/column 5/44. < < Quitting (on error). < Error: no declaration found for element 'route' < In file 'routes.xml' < At line/column 5/44. < < Quitting (on error). < trip 9 12 < trip 9 13 < Error: no declaration found for element 'route' < In file 'routes.xml' < At line/column 5/44. < < Quitting (on error). < Error: no declaration found for element 'route' < In file 'routes.xml' < At line/column 5/44. < < Quitting (on error). < trip 9 14 < trip 9 15 < Error: no declaration found for element 'route' < In file 'routes.xml' < At line/column 5/44. < < Quitting (on error). <truncated after showing first 30 lines>
Test exceeded wallclock time limit of 900.0 seconds ---------- Differences in output ---------- 1243,3936d1242 < Error: The route for trip 'v' has no edges. < Quitting (on error). < Error: The route for trip 'v' has no edges. < Quitting (on error). < trip 10 10 < trip 10 11 < Error: The route for trip 'v' has no edges. < Quitting (on error). < Error: The route for trip 'v' has no edges. < Quitting (on error). < trip 10 12 < trip 10 13 < Error: The route for trip 'v' has no edges. < Quitting (on error). < Error: The route for trip 'v' has no edges. < Quitting (on error). < trip 10 14 < trip 10 15 < Error: The route for trip 'v' has no edges. < Quitting (on error). < Error: The route for trip 'v' has no edges. < Quitting (on error). < trip 11 0 < trip 11 1 < Error: The route for trip 'v' has no edges. < Quitting (on error). < Error: The route for trip 'v' has no edges. < Quitting (on error). < trip 11 2 <truncated after showing first 30 lines>
Test exceeded wallclock time limit of 900.0 seconds