texttest.exe -a complex -d C:\Users\delphi\testreports\sumo\git\tests -reconnect C:\Users\delphi\testreports\sumo\msvc16x64texttesttmp\msvc16x64.28Aug013655.5092 -g
texttest.exe -a complex -d C:\Users\delphi\testreports\sumo\git\tests
---------- Differences in errors ---------- 0a1,9 > Traceback (most recent call last): > File "C:/Users/delphi/testreports/sumo/git/tests/../tests/complex/sumo/gui/runner.py", line 47, in <module> > findAndClick(PLAY) > File "C:/Users/delphi/testreports/sumo/git/tests/../tests/complex/sumo/gui/runner.py", line 38, in findAndClick > positionOnScreen = pyautogui.locateOnScreen(obj, minSearchTime=3, confidence=0.9) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 231, in _couldNotImportPyScreeze > raise PyAutoGUIException( > pyautogui.PyAutoGUIException: PyAutoGUI was unable to import pyscreeze. (This is likely because you're running a version of Python that Pillow (which pyscreeze depends on) doesn't support currently.) Please install this module to enable the function you tried to call. ---------- 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>
---------- 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 2404, in imread > return matplotlib.image.imread(fname, format) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "C:/Python311/Lib/site-packages/matplotlib/image.py", line 1525, 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=296, family=2, type=1, proto=0, laddr=('127.0.0.1', 65438), raddr=('127.0.0.1', 65437)> > C:/Python311/Lib/subprocess.py:1127: ResourceWarning: subprocess 14908 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 13, in <module> > from . import _libsumo > ImportError: DLL load failed while importing _libsumo: Das angegebene Modul wurde nicht gefunden. ---------- Differences in output ---------- 1,9d0 < chargingstation.setChargeDelay traci: (typeID, delay) libsumo: (stopID, delay) < chargingstation.setChargeInTransit traci: (typeID, inTransit) libsumo: (stopID, value) < chargingstation.setChargingPower traci: (typeID, power) libsumo: (stopID, chargingpower) < chargingstation.setEfficiency traci: (typeID, efficiency) libsumo: (stopID, efficiency) < 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 errors ---------- 17c17 < Warning: 14 total messages of type: Edge '%' already has a dedicated lane for %s. Not adding another one. --- > Warning: 16 total messages of type: Edge '%' already has a dedicated lane for %s. Not adding another one. 21c21 < Warning: 53 total messages of type: Found sharp turn with radius % at the % of edge '%'. --- > Warning: 52 total messages of type: Found sharp turn with radius % at the % of edge '%'. 35c35 < Warning: 14 total messages of type: PT stop '%' has been moved to edge '%'. --- > Warning: 15 total messages of type: PT stop '%' has been moved to edge '%'. 37c37 < Warning: 3 total messages of type: Reducing junction cluster % (%). --- > Warning: 2 total messages of type: Reducing junction cluster % (%). 42,43c42,43 < Warning: 5 total messages of type: The traffic light '%' cannot be adapted to a cycle time of %. < Warning: 13 total messages of type: The traffic light '%' has a high cycle time of %. --- > Warning: 9 total messages of type: The traffic light '%' cannot be adapted to a cycle time of %. > Warning: 17 total messages of type: The traffic light '%' has a high cycle time of %. 54,57c54 < Warning: Program '0' at tlLogic 'joinedS_cluster_10315129568_10315129569_10315129570_10315129571_#13more_cluster_10763445329_10763445330_1661927184_cluster_11204975346_11204975347_4673135619_588181295_cluster_8361403547_9830554031' is incompatible with logic at junction 'cluster_10315129568_10315129569_10315129570_10315129571_#13more' (mutual conflict between link indices 7,16 tl indices 7,16 phase 7). < To avoid deadlock/collisions, either: rebuild the signal plan with a newer version of netconvert/netedit < or rebuild the network with option '--tls.ignore-internal-junction-jam' or include the program when building. < Warning: At actuated tlLogic 'joinedS_cluster_10761998985_10761998986_11204980566_cluster_10761998988_10761998990_10761998991_11204980564_#1more_cluster_10761998992_10761998996_11204980565_cluster_10761998995_11204980568_#1more', linkIndex 26 has no controlling detector. --- > Warning: At actuated tlLogic 'joinedS_cluster_21487242_6583929458_6583929459_6583929460_#1more_cluster_2264199819_6583929461_6583929462_6583929463', linkIndex 3,16 has no controlling detector. 60,61d56 <truncated after showing first 30 lines> ---------- Differences in gtfs_additional ---------- 20d19 < <access friendlyPos="true" lane="274524381#0_0" pos="2.96" length="22.06"/> 21a21 > <access friendlyPos="true" lane="274524381#0_0" pos="2.96" length="22.06"/> 58d57 < <access friendlyPos="true" lane="274524381#0_0" pos="2.96" length="22.06"/> 59a59 > <access friendlyPos="true" lane="274524381#0_0" pos="2.96" length="22.06"/> 86d85 < <access friendlyPos="true" lane="72985556#1_0" pos="0.00" length="96.07"/> 87a87 > <access friendlyPos="true" lane="72985556#1_0" pos="0.00" length="96.07"/> 95d94 < <access friendlyPos="true" lane="272757341#1_0" pos="0.13" length="6.66"/> 96a96 > <access friendlyPos="true" lane="272757341#1_0" pos="0.13" length="6.66"/> 101c101 < <access friendlyPos="true" lane="272757342#2_0" pos="0.00" length="18.59"/> --- > <access friendlyPos="true" lane="272757322#0_0" pos="0.00" length="20.24"/> 106d105 < <access friendlyPos="true" lane="377110621#1_0" pos="0.00" length="14.67"/> 108c107 < <access friendlyPos="true" lane="377110621#2_0" pos="0.00" length="19.14"/> --- > <access friendlyPos="true" lane="377110621#1_0" pos="0.00" length="14.67"/> 109a109 > <access friendlyPos="true" lane="377110621#2_0" pos="0.00" length="19.14"/> 118d117 < <access friendlyPos="true" lane="274524381#0_0" pos="2.96" length="22.06"/> <truncated after showing first 30 lines> ---------- Differences in gtfs_routes ---------- 117c117 < <route id="7664" edges="316092515 195407521 1025851956 312357351#1 312357351#3 312357351#4 312357351#5 4611726#1 1132678576#0 819027709 1133457733#0 1133457733#1 81112790#0 81112790#1 23851930 11549895 233835641#0 233835641#2 753730627#0 753730627#1 4773463#1 4611723 541763976 120359703"/> --- > <route id="7664" edges="316092515 195407521 1025851956 312357351#1 312357351#3 312357351#4 312357351#5 4611726#1 1132678576#0 819027709 1133457733 1332751227 81112790#0 81112790#1 23851930 11549895 233835641#0 233835641#2 753730627#0 753730627#1 4773463#1 4611723 541763976 120359703"/> 135,136c135,136 < <route id="7220" edges="4773464#0 4773464#1 4611724 625843709 304627753#0 304627753#1 328426208#0 328426208#2 1320422403#0 1320422403#1 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="18" arrivalEdge="32" type="bus" color="149,39,110"> --- > <route id="7220" edges="4773464#0 4773464#1 4611724 625843709 304627753#0 304627753#1 328426208#0 328426208#2 1320422403#0 1320422403#1 -625843712 -23851930 1320422402 1320422400 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="22" arrivalEdge="36" type="bus" color="149,39,110"> 367c367 < <route id="7221" edges="232070355#0 300401898 1101404262#1 24914141#1 24914141#2 24914141#4 24914141#5 24914141#8 318282850#2 112128419#1 112128419#2 415280722 195401013#2 171826985#2 606078072#1 -534588621#3 -534588621#2 606078071#0 61583423#1 -751595930 82654059#0 82654059#1 819027709 1133457733#0 1133457733#1 81112790#0 81112790#1 23851930 11549895 233835641#0 233835641#2 753730627#0 753730627#1 4773463#1 4611723 541763976 120359703"/> --- > <route id="7221" edges="232070355#0 300401898 1101404262#1 24914141#1 24914141#2 24914141#4 24914141#5 24914141#8 318282850#2 112128419#1 112128419#2 415280722 195401013#2 171826985#2 606078072#1 -534588621#3 -534588621#2 606078071#0 61583423#1 -751595930 82654059#0 82654059#1 819027709 1133457733 1332751227 81112790#0 81112790#1 23851930 11549895 233835641#0 233835641#2 753730627#0 753730627#1 4773463#1 4611723 541763976 120359703"/> 401,402c401,402 < <route id="7639" edges="4773464#0 4773464#1 4611724 625843709 304627753#0 304627753#1 328426208#0 328426208#2 1320422403#0 1320422403#1 82654055 1133457765#0 1132678575#1 1132678575#2 1133457766#0 1277784875#0 289966281 344594961#0 344594961#1 289830064#0 289830064#1 289966845 289967595#0 82659290 1133761791#1 316092515"/> < <vehicle id="114215087.trimmed.0" route="7639" line="17364_700_114215087.trimmed" depart="390" departEdge="0" arrivalEdge="20" type="bus" color="149,39,110"> --- > <route id="7639" edges="4773464#0 4773464#1 4611724 625843709 304627753#0 304627753#1 328426208#0 328426208#2 1320422403#0 1320422403#1 -625843712 -23851930 1320422402 1320422400 82654055 1133457765#0 1132678575#1 1132678575#2 1133457766#0 1277784875#0 289966281 344594961#0 344594961#1 289830064#0 289830064#1 289966845 289967595#0 82659290 1133761791#1 316092515"/> > <vehicle id="114215087.trimmed.0" route="7639" line="17364_700_114215087.trimmed" depart="390" departEdge="0" arrivalEdge="24" type="bus" color="149,39,110"> 523c523 < <vehicle id="114209214.trimmed.0" route="7220" line="17350_700_114209214.trimmed" depart="660" departEdge="18" arrivalEdge="32" type="bus" color="149,39,110"> --- > <vehicle id="114209214.trimmed.0" route="7220" line="17350_700_114209214.trimmed" depart="660" departEdge="22" arrivalEdge="36" type="bus" color="149,39,110"> 931c931 < <vehicle id="114215112.0" route="7639" line="17364_700_114215087.trimmed" depart="1590" departEdge="0" arrivalEdge="20" type="bus" color="149,39,110"> --- > <vehicle id="114215112.0" route="7639" line="17364_700_114215087.trimmed" depart="1590" departEdge="0" arrivalEdge="24" type="bus" color="149,39,110"> 975c975 < <route id="9008" edges="112128419#2 415280722 195401013#2 171826985#2 606078072#1 -534588621#3 -534588621#2 606078071#0 61583423#1 -751595930 82654059#0 82654059#1 819027709 1133457733#0 1133457733#1 81112790#0 81112790#1 23851930 11549895 233835641#0 233835641#2 -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 32842 6256#2 -195430954#1 -195430954#0 -195430953"/> <truncated after showing first 30 lines> ---------- Differences in output ---------- 2c2 < Building scenario in '<TEXTTEST_SANDBOX>/test'. --- > Building scenario in '<TEXTTEST_SANDBOX>\test'.
---------- Differences in errors ---------- 35c35 < Warning: 14 total messages of type: PT stop '%' has been moved to edge '%'. --- > Warning: 15 total messages of type: PT stop '%' has been moved to edge '%'. 42,43c42,43 < Warning: 5 total messages of type: The traffic light '%' cannot be adapted to a cycle time of %. < Warning: 13 total messages of type: The traffic light '%' has a high cycle time of %. --- > Warning: 9 total messages of type: The traffic light '%' cannot be adapted to a cycle time of %. > Warning: 17 total messages of type: The traffic light '%' has a high cycle time of %. 54,57c54 < Warning: Program '0' at tlLogic 'joinedS_cluster_10315129568_10315129569_10315129570_10315129571_#13more_cluster_10763445329_10763445330_1661927184_cluster_11204975346_11204975347_4673135619_588181295_cluster_8361403547_9830554031' is incompatible with logic at junction 'cluster_10315129568_10315129569_10315129570_10315129571_#13more' (mutual conflict between link indices 7,16 tl indices 7,16 phase 7). < To avoid deadlock/collisions, either: rebuild the signal plan with a newer version of netconvert/netedit < or rebuild the network with option '--tls.ignore-internal-junction-jam' or include the program when building. < Warning: At actuated tlLogic 'joinedS_cluster_10761998985_10761998986_11204980566_cluster_10761998988_10761998990_10761998991_11204980564_#1more_cluster_10761998992_10761998996_11204980565_cluster_10761998995_11204980568_#1more', linkIndex 26 has no controlling detector. --- > Warning: At actuated tlLogic 'joinedS_cluster_21487242_6583929458_6583929459_6583929460_#1more_cluster_2264199819_6583929461_6583929462_6583929463', linkIndex 3,16 has no controlling detector. 66,67c63,64 < Warning: Teleporting vehicle '83_subway_U2:0'; waited too long (wrong lane), lane='200422335#0_0', time=25985.00. < Warning: Vehicle '83_subway_U2:0' ends teleporting on edge '200422335#0', time=25985.00. --- > Warning: Teleporting vehicle '83_subway_U2:0'; waited too long (wrong lane), lane='200422335#0_0', time=25983.00. > Warning: Vehicle '83_subway_U2:0' ends teleporting on edge '200422335#0', time=25983.00. 70,74c67,70 < Warning: Teleporting vehicle '83_subway_U2:0'; waited too long (wrong lane), lane='200422335#1_0', time=26456.00. < Warning: Vehicle '83_subway_U2:0' ends teleporting on edge '200422335#1', time=26456.00. < Warning: Teleporting vehicle '84_subway_U2:1'; waited too long (wrong lane), lane='199847347#3_0', time=26680.00. < Warning: Vehicle '84_subway_U2:1' ends teleporting on edge '272795470#1', time=26680.00. < Warning: 6 total messages of type: At actuated tlLogic '%', linkIndex % has no controlling detector. --- <truncated after showing first 30 lines> ---------- Differences in gtfs_additional ---------- 10a11 > <access friendlyPos="true" lane="272757322#0_0" pos="0.00" length="20.24"/> 15d15 < <access friendlyPos="true" lane="272757342#2_0" pos="0.00" length="18.59"/> 57a58 > <access friendlyPos="true" lane="1170011367#1_0" pos="2.44" length="33.18"/> 64d64 < <access friendlyPos="true" lane="974193167#1_0" pos="34.47" length="33.68"/> 67d66 < <access friendlyPos="true" lane="1212793336#1_0" pos="0.00" length="46.82"/> 75a75 > <access friendlyPos="true" lane="375901779#1_0" pos="0.19" length="44.89"/> 92d91 < <access friendlyPos="true" lane="1212793336#1_0" pos="0.00" length="46.82"/> 100a100 > <access friendlyPos="true" lane="375901779#1_0" pos="0.19" length="44.89"/> 106a107 > <access friendlyPos="true" lane="1170011367#1_0" pos="2.44" length="33.18"/> 113d113 < <access friendlyPos="true" lane="974193167#1_0" pos="34.47" length="33.68"/> 409d408 < <access friendlyPos="true" lane="1212793336#1_0" pos="0.00" length="46.82"/> 417a417 > <access friendlyPos="true" lane="375901779#1_0" pos="0.19" length="44.89"/> 505,507c505,507 < <access friendlyPos="true" lane="1320422400#0_0" pos="60.66" length="10.31"/> < <access friendlyPos="true" lane="23812656#1_0" pos="0.00" length="51.98"/> < <access friendlyPos="true" lane="60333311#1_0" pos="0.00" length="89.34"/> --- > <access friendlyPos="true" lane="1320422400_0" pos="60.66" length="10.30"/> <truncated after showing first 30 lines> ---------- Differences in gtfs_routes ---------- 186c186 < <route id="180610" edges="4773464#0 4773464#1 4611724 625843709 304627753#0 304627753#1 328426208#0 328426208#2 1320422403#0 1320422403#1 -625843712 -23851930 1320422402 1320422400#0 82654055 1133457765#0 1132678575#1 1132678575#2 1133457766#0 1277784875#0 289966281 344594961#0 344594961#1 289830064#0 289830064#1 289966845 289967595#0 82659290 66311464#1 82639450 82639457#1 82639457#3 246044848 749876418#0 749876418#2 -1186656843#1 -194962398#2 -194962398#1 -194962398#0 194962398#0 1949623 98#1 194962398#2 1186656843#0 -1186656843#1 -194962398#2 -194962398#1 -194962398#0 -628330888 -4612974#1 -4612974#0 310176513#2 310176513#3 344594966 82652397#0 82652397#1"> --- > <route id="180610" edges="4773464#0 4773464#1 4611724 625843709 304627753#0 304627753#1 328426208#0 328426208#2 1320422403#0 1320422403#1 -625843712 -23851930 1320422402 1320422400 82654055 1133457765#0 1132678575#1 1132678575#2 1133457766#0 1277784875#0 289966281 344594961#0 344594961#1 289830064#0 289830064#1 289966845 289967595#0 82659290 66311464#1 82639450 82639457#1 82639457#3 246044848 749876418#0 749876418#2 -1186656843#1 -194962398#2 -194962398#1 -194962398#0 194962398#0 194962398 #1 194962398#2 1186656843#0 -1186656843#1 -194962398#2 -194962398#1 -194962398#0 -628330888 -4612974#1 -4612974#0 310176513#2 310176513#3 344594966 82652397#0 82652397#1"> 195c195 < <route id="180624" edges="4773464#0 4773464#1 4611724 625843709 304627753#0 304627753#1 328426208#0 328426208#2 1320422403#0 1320422403#1 -625843712 -23851930 1320422402 1320422400#0 82654055 1133457765#0 1132678575#1 1132678575#2 1133457766#0 1277784875#0 289966281 344594961#0 344594961#1 289830064#0 289830064#1 289966845 289967595#0 82659290 66311464#1"> --- > <route id="180624" edges="4773464#0 4773464#1 4611724 625843709 304627753#0 304627753#1 328426208#0 328426208#2 1320422403#0 1320422403#1 -625843712 -23851930 1320422402 1320422400 82654055 1133457765#0 1132678575#1 1132678575#2 1133457766#0 1277784875#0 289966281 344594961#0 344594961#1 289830064#0 289830064#1 289966845 289967595#0 82659290 66311464#1"> 202c202 < <route id="180638" edges="4773464#0 4773464#1 4611724 625843709 304627753#0 304627753#1 328426208#0 328426208#2 1320422403#0 1320422403#1 -625843712 -23851930 1320422402 1320422400#0 82654055 1133457765#0 1132678575#1 1132678575#2 1133457766#0 1277784875#0 289966281 344594961#0 344594961#1 289830064#0 289830064#1 289966845 289967595#0 82659290 66311464#1 82639450 82639457#1 82639457#3 246044848 749876418#0 749876418#2 -1186656843#1 -194962398#2 -194962398#1 -194962398#0 194962398#0 1949623 98#1 194962398#2 1186656843#0 -1186656843#1 -194962398#2 -194962398#1 -194962398#0 -628330888 -4612974#1 -4612974#0 310176513#2 310176513#3 344594966 82652397#0 82652397#1"> --- > <route id="180638" edges="4773464#0 4773464#1 4611724 625843709 304627753#0 304627753#1 328426208#0 328426208#2 1320422403#0 1320422403#1 -625843712 -23851930 1320422402 1320422400 82654055 1133457765#0 1132678575#1 1132678575#2 1133457766#0 1277784875#0 289966281 344594961#0 344594961#1 289830064#0 289830064#1 289966845 289967595#0 82659290 66311464#1 82639450 82639457#1 82639457#3 246044848 749876418#0 749876418#2 -1186656843#1 -194962398#2 -194962398#1 -194962398#0 194962398#0 194962398 #1 194962398#2 1186656843#0 -1186656843#1 -194962398#2 -194962398#1 -194962398#0 -628330888 -4612974#1 -4612974#0 310176513#2 310176513#3 344594966 82652397#0 82652397#1"> 211c211 < <route id="180762" edges="4773464#0 4773464#1 4611724 625843709 304627753#0 304627753#1 328426208#0 328426208#2 1320422403#0 1320422403#1 -625843712 -23851930 1320422402 1320422400#0 82654055 1133457765#0 1132678575#1 1132678575#2 1133457766#0 1277784875#0 289966281 344594961#0 344594961#1 289830064#0 289830064#1 289966845 289967595#0 82659290 1133761791#1"> --- > <route id="180762" edges="4773464#0 4773464#1 4611724 625843709 304627753#0 304627753#1 328426208#0 328426208#2 1320422403#0 1320422403#1 -625843712 -23851930 1320422402 1320422400 82654055 1133457765#0 1132678575#1 1132678575#2 1133457766#0 1277784875#0 289966281 344594961#0 344594961#1 289830064#0 289830064#1 289966845 289967595#0 82659290 1133761791#1"> 218c218 < <route id="180812" edges="1133761791#1 316092515 195407521 1025851956 312357351#1 312357351#3 312357351#4 312357351#5 4611726#1 1132678576#0 819027709 1133457733#0 1330159216 82654055 1133457765#0 819027709 1133457733#0 1133457733#1 81112790#0 81112790#1 23851930 11549895 233835641#0 233835641#2 -37289106 37289106 753730627#0 753730627#1 4773463#1 4611723 541763976 120359703"> --- > <route id="180812" edges="1133761791#1 316092515 195407521 1025851956 312357351#1 312357351#3 312357351#4 312357351#5 4611726#1 1132678576#0 819027709 1133457733 1330159216 82654055 1133457765#0 819027709 1133457733 1332751227 81112790#0 81112790#1 23851930 11549895 233835641#0 233835641#2 -37289106 37289106 753730627#0 753730627#1 4773463#1 4611723 541763976 120359703"> 225c225 < <route id="180818" edges="156364559#0 29311581#1 1153905265#0 1153905265#1 194962398#0 194962398#1 194962398#2 1186656843#0 -1186656843#1 -194962398#2 -194962398#1 -194962398#0 1153905265#2 1153905266 310177222#1 289967595#0 82659290 1133761791#1 316092515 195407521 1025851956 312357351#1 312357351#3 312357351#4 312357351#5 4611726#1 1132678576#0 819027709 1133457733#0 1330159216 82654055 1133457765#0 819027709 1133457733#0 1133457733#1 81112790#0 81112790#1 23851930 11549895 233835641#0 2 33835641#2 -37289106 37289106 753730627#0 753730627#1 4773463#1 4611723 541763976 120359703"> --- > <route id="180818" edges="156364559#0 29311581#1 1153905265#0 1153905265#1 194962398#0 194962398#1 194962398#2 1186656843#0 -1186656843#1 -194962398#2 -194962398#1 -194962398#0 1153905265#2 1153905266 310177222#1 289967595#0 82659290 1133761791#1 316092515 195407521 1025851956 312357351#1 312357351#3 312357351#4 312357351#5 4611726#1 1132678576#0 819027709 1133457733 1330159216 82654055 1133457765#0 819027709 1133457733 1332751227 81112790#0 81112790#1 23851930 11549895 233835641#0 2338356 41#2 -37289106 37289106 753730627#0 753730627#1 4773463#1 4611723 541763976 120359703"> 234c234 < <route id="181055" edges="156364559#0 29311581#1 1153905265#0 1153905265#1 194962398#0 194962398#1 194962398#2 1186656843#0 -1186656843#1 -194962398#2 -194962398#1 -194962398#0 1153905265#2 1153905266 310177222#1 289967595#0 82659290 1133761791#1 316092515 195407521 1025851956 312357351#1 312357351#3 312357351#4 312357351#5 4611726#1 1132678576#0 819027709 1133457733#0 1330159216 82654055 1133457765#0 819027709 1133457733#0 1133457733#1 81112790#0 81112790#1 23851930 11549895 233835641#0 2 33835641#2 -37289106 37289106 753730627#0 753730627#1 4773463#1 4611723 541763976 120359703"> --- > <route id="181055" edges="156364559#0 29311581#1 1153905265#0 1153905265#1 194962398#0 194962398#1 194962398#2 1186656843#0 -1186656843#1 -194962398#2 -194962398#1 -194962398#0 1153905265#2 1153905266 310177222#1 289967595#0 82659290 1133761791#1 316092515 195407521 1025851956 312357351#1 312357351#3 312357351#4 312357351#5 4611726#1 1132678576#0 819027709 1133457733 1330159216 82654055 1133457765#0 819027709 1133457733 1332751227 81112790#0 81112790#1 23851930 11549895 233835641#0 2338356 41#2 -37289106 37289106 753730627#0 753730627#1 4773463#1 4611723 541763976 120359703"> 279c279 < <route id="225877" edges="-1132164282 1136657261 -24997595#1 -24997595#0 389101373#1 389101373#2 389101373#3 1249342904#0 1249342904#1 1249342904#2 1249342904#3 23755961#1 4611712 -4611712 -23017852#2 -23017852#1 -23017852#0 -1151333056 4611710#0 4611710#1 4611710#2 -35557161#3 -35557161#2 -35557161#1 66071366#1 66071366#2 66071366#3 66071366#4 1127602336 23755950#0 4611696#2 4611696#4 4611696#5 8008608 -1263204721 -120675240#4 -120675240#3 -120675240#2 -43156728#1 -1127596842#0 -112759726 4#0 -755551646#0 -52328295#2 -52328295#0 753730627#0 753730627#1 4773463#1 4611723 541763976 4773464#1 4611724 625843709 304627753#0 304627753#1 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"> <truncated after showing first 30 lines> ---------- Differences in output ---------- 2c2 < Building scenario in '<TEXTTEST_SANDBOX>/test'. --- > Building scenario in '<TEXTTEST_SANDBOX>\test'.
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 0x0000024BBB4A8300> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (72.0, 73.0) <zip object at 0x0000024BBB445EC0> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x0000024BBB447A40> 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 0x0000024BBB446240> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (72.0, 73.0) <zip object at 0x0000024BBB458AC0> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x0000024BBB45BA40> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x0000024BBB45BAC0> 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 0x0000024BBB45BBC0> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (73.0, 74.0) <zip object at 0x0000024BBB459EC0> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x0000024BBB45BCC0> 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 0x0000021832B0ACC0> > failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (148.9, 149.0) <zip object at 0x0000021832AF4C00> > failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (149.0, 150.0) <zip object at 0x00000218330B5E80> > failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (149.0, 150.0) <zip object at 0x0000021832AA84C0> > failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) <zip object at 0x0000021832D90140> > failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) <zip object at 0x0000021832D90700> > failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) <zip object at 0x0000021832D90140> > failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) <zip object at 0x0000021832D90580> 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 0x00000216DCBB3F00> > failed 0.1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x00000216DCC000C0> > failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x00000216DCBDBE40> > failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x00000216DCBDBC40> > failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) <zip object at 0x00000216DCBDBA40> > failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) <zip object at 0x00000216DCBDBA40> > failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) <zip object at 0x00000216DCBD8B80> > failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) <zip object at 0x00000216DCBDBA40> > failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x00000216DCBD9680> > failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x00000216DCC0BA00> > failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x00000216C3BAAE40> > failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x00000216DCBEC5C0> <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 0x0000015EFFCB18C0> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (76.0, 77.0) <zip object at 0x0000015EFFC7AE00> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x0000015EFFC79640> 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 0x0000015EFFC7AE40> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (76.0, 77.0) <zip object at 0x0000015EFFCAB200> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x0000015EFFCAB180> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x0000015EFFCAA100> 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 0x0000015EFFCB30C0> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x0000015EFFCB3600> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x0000015EFFCB2A40> 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 0x0000021D71D68100> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x0000021D71D27B80> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x0000021D71D27A40> 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 0x0000021D71D27780> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x0000021D71D7CF40> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x0000021D71D7FD80> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x0000021D71D7DC80> 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 0x0000021D71D18AC0> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (78.0, 79.0) <zip object at 0x0000021D71D1B200> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x0000021D71D1BC00> 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 0x000001F1D25D8840> > failed 1 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000001F1B92CF640> > failed 10 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001F1D2632540> > failed 100 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) <zip object at 0x000001F1D25FBCC0> > failed 0.1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x000001F1D263C780> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000001F1D25FB900> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001F1D25FBFC0> > failed 100 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000001F1D25FAB80> > failed 0.1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x000001F1D25FB800> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000001F1D266CE80> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001F1D266FC40> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000001F1D266E480> > failed 0.1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001F1D266DF80> > failed 1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001F1D266FB40> > failed 10 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001F1D1BAE900> > failed 100 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) <zip object at 0x000001F1D261FE00> > failed 0.1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001F1D261EA80> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001F1D261FA80> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001F1D261E080> > failed 100 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000001F1D261D600> > failed 0.1 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001F1D261DA80> > failed 1 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001F1D266D500> > failed 10 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001F1D266CD80> > failed 100 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000001F1D266E040>
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 ---------- 8341,11040d8340 < vehicle 13 12 < Error: attribute 'from' is not declared for element 'vehicle' < In file 'routes.xml' < At line/column 4/65. < < Quitting (on error). < Error: attribute 'from' is not declared for element 'vehicle' < In file 'routes.xml' < At line/column 4/65. < < Quitting (on error). < vehicle 13 13 < Error: attribute 'from' is not declared for element 'vehicle' < In file 'routes.xml' < At line/column 4/65. < < Quitting (on error). < Error: attribute 'from' is not declared for element 'vehicle' < In file 'routes.xml' < At line/column 4/65. < < Quitting (on error). < vehicle 13 14 < Error: attribute 'from' is not declared for element 'vehicle' < In file 'routes.xml' < At line/column 4/65. < < Quitting (on error). < Error: attribute 'from' is not declared for element 'vehicle' <truncated after showing first 30 lines>
Test exceeded wallclock time limit of 900.0 seconds ---------- Differences in output ---------- 5342,5672d5341 < Success. < vehicle 25 2 < Success. < Success. < vehicle 25 3 < Success. < Success. < vehicle 25 4 < Success. < Success. < vehicle 25 5 < Success. < Success. < vehicle 25 6 < Success. < Success. < vehicle 25 7 < Success. < Success. < vehicle 25 8 < Success. < Success. < vehicle 25 9 < Success. < Success. < vehicle 25 10 < Success. < Success. < vehicle 25 11 <truncated after showing first 30 lines>
Test exceeded wallclock time limit of 900.0 seconds ---------- Differences in output ---------- 6225,9632d6224 < Error: attribute 'from' is not declared for element 'vehicle' < In file 'routes.xml' < At line/column 4/64. < < Quitting (on error). < vehicle 7 15 < Error: attribute 'from' is not declared for element 'vehicle' < In file 'routes.xml' < At line/column 4/64. < < Quitting (on error). < Error: attribute 'from' is not declared for element 'vehicle' < In file 'routes.xml' < At line/column 4/64. < < Quitting (on error). < vehicle 8 0 < Error: Vehicle 'v' has no route. < Quitting (on error). < Error: Vehicle 'v' has no route. < Quitting (on error). < vehicle 8 1 < vehicle 8 2 < Error: Vehicle 'v' has no route. < Quitting (on error). < Error: Vehicle 'v' has no route. < Quitting (on error). < vehicle 8 3 < vehicle 8 4 <truncated after showing first 30 lines>
Test exceeded wallclock time limit of 900.0 seconds ---------- Differences in output ---------- 3202,3936d3201 < vehicle 11 5 < vehicle 11 6 < Error: Vehicle 'v' has no route. < Quitting (on error). < Error: Vehicle 'v' has no route. < Quitting (on error). < vehicle 11 7 < vehicle 11 8 < Error: Vehicle 'v' has no route. < Quitting (on error). < Error: Vehicle 'v' has no route. < Quitting (on error). < vehicle 11 9 < vehicle 11 10 < Error: Vehicle 'v' has no route. < Quitting (on error). < Error: Vehicle 'v' has no route. < Quitting (on error). < vehicle 11 11 < vehicle 11 12 < Error: Vehicle 'v' has no route. < Quitting (on error). < Error: Vehicle 'v' has no route. < Quitting (on error). < vehicle 11 13 < vehicle 11 14 < Error: Vehicle 'v' has no route. < Quitting (on error). < Error: Vehicle 'v' has no route. <truncated after showing first 30 lines>
Test exceeded wallclock time limit of 900.0 seconds