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=944, family=2, type=1, proto=0, laddr=('127.0.0.1', 63771), raddr=('127.0.0.1', 63770)> > C:/Python311/Lib/subprocess.py:1127: ResourceWarning: subprocess 7156 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 '%'. 37c37 < Warning: 3 total messages of type: Reducing junction cluster % (%). --- > Warning: 2 total messages of type: Reducing junction cluster % (%). 60,61d59 < Warning: No connection between edge '384294422#2' and edge '387106270#2' found. < Warning: No route for vehicle '83_subway_U2:0' found. 63a62,63 > Warning: No connection between edge '384294422#2' and edge '387106270#2' found. > Warning: No route for vehicle '83_subway_U2:0' found. 66,69c66,69 < 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. < Warning: Teleporting vehicle '84_subway_U2:1'; waited too long (wrong lane), lane='387106272_0', time=26264.00. < Warning: Vehicle '84_subway_U2:1' ends teleporting on edge '199847347#2', time=26264.00. --- > Warning: Teleporting vehicle '83_subway_U2:0'; waited too long (wrong lane), lane='200422335#0_0', time=25981.00. > Warning: Vehicle '83_subway_U2:0' ends teleporting on edge '200422335#0', time=25981.00. > Warning: Teleporting vehicle '84_subway_U2:1'; waited too long (wrong lane), lane='387106272_0', time=26265.00. > Warning: Vehicle '84_subway_U2:1' ends teleporting on edge '199847347#2', time=26265.00. 72,73c72,73 < Warning: Teleporting vehicle '84_subway_U2:1'; waited too long (wrong lane), lane='199847347#3_0', time=26679.00. <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 ---------- 66,73c66,73 < 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 '84_subway_U2:1'; waited too long (wrong lane), lane='387106272_0', time=26263.00. < Warning: Vehicle '84_subway_U2:1' ends teleporting on edge '199847347#2', time=26263.00. < 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: Teleporting vehicle '83_subway_U2:0'; waited too long (wrong lane), lane='200422335#0_0', time=25981.00. > Warning: Vehicle '83_subway_U2:0' ends teleporting on edge '200422335#0', time=25981.00. > Warning: Teleporting vehicle '84_subway_U2:1'; waited too long (wrong lane), lane='387106272_0', time=26265.00. > Warning: Vehicle '84_subway_U2:1' ends teleporting on edge '199847347#2', time=26265.00. > Warning: Teleporting vehicle '83_subway_U2:0'; waited too long (wrong lane), lane='200422335#1_0', time=26453.00. > Warning: Vehicle '83_subway_U2:0' ends teleporting on edge '200422335#1', time=26453.00. > Warning: Teleporting vehicle '84_subway_U2:1'; waited too long (wrong lane), lane='199847347#3_0', time=26681.00. > Warning: Vehicle '84_subway_U2:1' ends teleporting on edge '272795470#1', time=26681.00. ---------- Differences in gtfs_additional ---------- 1390c1390,1402 < <trainStop id="292436.0" lane="-421021565#0_0" startPos="62.45" endPos="172.45" friendlyPos="true" name="S+U Friedrichstr. Bhf (Berlin)"> --- > <trainStop id="292436.0" lane="25946668#1_0" startPos="0.00" endPos="110.00" friendlyPos="true" name="S+U Friedrichstr. Bhf (Berlin)"> > <access friendlyPos="true" lane="254339574_0" pos="11.19" length="27.43"/> > <access friendlyPos="true" lane="254523901#1_0" pos="19.03" length="8.14"/> > <access friendlyPos="true" lane="274524361#0_0" pos="0.84" length="23.40"/> > <access friendlyPos="true" lane="274524361#1_0" pos="0.00" length="23.94"/> > <access friendlyPos="true" lane="274524361#2_0" pos="0.00" length="25.53"/> > <access friendlyPos="true" lane="274524381#0_0" pos="2.96" length="22.06"/> > <access friendlyPos="true" lane="274524381#1_0" pos="1.57" length="19.68"/> > <access friendlyPos="true" lane="335043665#0_0" pos="0.00" length="21.79"/> > <access friendlyPos="true" lane="428486924_0" pos="0.00" length="22.86"/> > <access friendlyPos="true" lane="440946431_0" pos="0.00" length="23.40"/> > </trainStop> > <trainStop id="101679.0" lane="-421021565#0_0" startPos="62.45" endPos="172.45" friendlyPos="true" name="S+U Friedrichstr. Bhf (Berlin)"> 1425,1436d1436 < </trainStop> < <trainStop id="101742.2" lane="25946668#1_0" startPos="0.00" endPos="110.00" friendlyPos="true" name="S+U Friedrichstr. Bhf (Berlin)"> < <access friendlyPos="true" lane="254339574_0" pos="11.19" length="27.43"/> < <access friendlyPos="true" lane="254523901#1_0" pos="19.03" length="8.14"/> < <access friendlyPos="true" lane="274524361#0_0" pos="0.84" length="23.40"/> < <access friendlyPos="true" lane="274524361#1_0" pos="0.00" length="23.94"/> < <access friendlyPos="true" lane="274524361#2_0" pos="0.00" length="25.53"/> < <access friendlyPos="true" lane="274524381#0_0" pos="2.96" length="22.06"/> < <access friendlyPos="true" lane="274524381#1_0" pos="1.57" length="19.68"/> < <access friendlyPos="true" lane="335043665#0_0" pos="0.00" length="21.79"/> < <access friendlyPos="true" lane="428486924_0" pos="0.00" length="22.86"/> < <access friendlyPos="true" lane="440946431_0" pos="0.00" length="23.40"/> ---------- Differences in gtfs_routes ---------- 618,619c618,619 < <route id="94958.trimmed" edges="-4471820#0"> < <stop busStop="93815.4" duration="10" until="0"/> <!-- S+U Friedrichstr. Bhf (Berlin) --> --- > <route id="94958.trimmed" edges="25946658#2"> > <stop busStop="93931.0" duration="10" until="0"/> <!-- S+U Friedrichstr. Bhf (Berlin) --> 795c795 < <route id="292436" edges="-421021565#0"> --- > <route id="292436" edges="25946668#1"> 798c798 < <route id="101501" edges="-421021565#0"> --- > <route id="101501" edges="25946668#1"> 802c802 < <stop busStop="292436.0" duration="10" until="0"/> <!-- S+U Friedrichstr. Bhf (Berlin) --> --- > <stop busStop="101679.0" duration="10" until="0"/> <!-- S+U Friedrichstr. Bhf (Berlin) --> 807c807 < <stop busStop="101742.2" duration="10" until="180"/> <!-- S+U Friedrichstr. Bhf (Berlin) --> --- > <stop busStop="292436.0" duration="10" until="180"/> <!-- S+U Friedrichstr. Bhf (Berlin) --> 809c809 < <route id="101845" edges="-421021565#0"> --- > <route id="101845" edges="25946668#1"> 812c812 < <route id="101962" edges="-421021565#0"> --- > <route id="101962" edges="25946668#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 0x000001DC76728300> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (72.0, 73.0) <zip object at 0x000001DC766C4DC0> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001DC766C7A00> 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 0x000001DC766C7E80> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (72.0, 73.0) <zip object at 0x000001DC76700700> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001DC76701E40> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x000001DC76703380> 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 0x000001DC76703300> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (73.0, 74.0) <zip object at 0x000001DC767032C0> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001DC766D8BC0> 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 0x00000168470C3740> > failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (148.9, 149.0) <zip object at 0x00000168470A0DC0> > failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (149.0, 150.0) <zip object at 0x00000168473455C0> > failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (149.0, 150.0) <zip object at 0x0000016847334380> > failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) <zip object at 0x00000168470273C0> > failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) <zip object at 0x000001682DE33CC0> > failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) <zip object at 0x00000168464A1380> > failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) <zip object at 0x0000016847069F80> 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 0x000001D9E5C18400> > failed 0.1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x000001D9E5BDEAC0> > failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x000001D9E5C56240> > failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x000001D9E5C54D40> > failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) <zip object at 0x000001D9E5C57540> > failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) <zip object at 0x000001D9E5C57240> > failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) <zip object at 0x000001D9E5C57B40> > failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) <zip object at 0x000001D9E5C57080> > failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x000001D9E5C54640> > failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x000001D9E5C374C0> > failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x000001D9E5EC13C0> > failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x000001D9E5EBD440> <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 0x0000018CC1CCEB00> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (76.0, 77.0) <zip object at 0x0000018CC1CB1E00> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x0000018CC1CB1280> 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 0x0000018CC1CB0F80> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (76.0, 77.0) <zip object at 0x0000018CC1CA8940> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x0000018CC1CA8540> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x0000018CC1CAA5C0> 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 0x0000018CC1C976C0> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x0000018CC1C97780> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x0000018CC1C96100> 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 0x000001B64C2A1F80> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x000001B64C284AC0> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001B64C287AC0> 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 0x000001B64C578180> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x000001B64C2DC980> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001B64C2DCD40> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x000001B64C2DF5C0> 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 0x000001B64C2A1340> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (78.0, 79.0) <zip object at 0x000001B64C2A2FC0> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001B64C2A18C0> 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 0x000001EAA4D88840> > failed 1 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000001EA8BA0F640> > failed 10 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001EAA4DE2540> > failed 100 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) <zip object at 0x000001EAA4DABCC0> > failed 0.1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x000001EAA4DEC780> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000001EAA4DAB900> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001EAA4DABFC0> > failed 100 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000001EAA4DABF80> > failed 0.1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x000001EAA4DAA1C0> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000001EAA4DBAD40> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001EAA4DB8E00> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000001EAA4DB9E80> > failed 0.1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001EAA4DBAF80> > failed 1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001EAA4DBBB40> > failed 10 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001EAA4DBAF80> > failed 100 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) <zip object at 0x000001EAA4DBB1C0> > failed 0.1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001EAA4DE2580> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001EAA4DE2580> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001EAA4DE18C0> > failed 100 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000001EAA4DE0B80> > failed 0.1 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001EAA4DE1B80> > failed 1 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001EAA4DB9D40> > failed 10 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001EAA4DB8680> > failed 100 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000001EAA4DB9AC0>
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 ---------- 8769,11040d8768 < Success. < vehicle 16 11 < Success. < Success. < vehicle 16 12 < Success. < Success. < vehicle 16 13 < Success. < Success. < vehicle 16 14 < Success. < Success. < vehicle 16 15 < Success. < Success. < vehicle 17 0 < Error: attribute 'from' is not declared for element 'vehicle' < In file 'routes.xml' < At line/column 4/53. < < Quitting (on error). < Error: attribute 'from' is not declared for element 'vehicle' < In file 'routes.xml' < At line/column 4/53. < < Quitting (on error). < vehicle 17 1 < 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 ---------- 5522,5672d5521 < Success. < vehicle 28 14 < Success. < Success. < vehicle 28 15 < Success. < Success. < vehicle 29 0 < Success. < Success. < vehicle 29 1 < Success. < Success. < vehicle 29 2 < Success. < Success. < vehicle 29 3 < Success. < Success. < vehicle 29 4 < Success. < Success. < vehicle 29 5 < Success. < Success. < vehicle 29 6 < Success. < Success. < vehicle 29 7 <truncated after showing first 30 lines>
Test exceeded wallclock time limit of 900.0 seconds ---------- Differences in output ---------- 6259,9632d6258 < vehicle 8 6 < Error: Vehicle 'v' has no route. < Quitting (on error). < Error: Vehicle 'v' has no route. < Quitting (on error). < vehicle 8 7 < vehicle 8 8 < Error: Vehicle 'v' has no route. < Quitting (on error). < Error: Vehicle 'v' has no route. < Quitting (on error). < vehicle 8 9 < vehicle 8 10 < Error: Vehicle 'v' has no route. < Quitting (on error). < Error: Vehicle 'v' has no route. < Quitting (on error). < vehicle 8 11 < vehicle 8 12 < Error: Vehicle 'v' has no route. < Quitting (on error). < Error: Vehicle 'v' has no route. < Quitting (on error). < vehicle 8 13 < vehicle 8 14 < Error: Vehicle 'v' has no route. < Quitting (on error). < Error: Vehicle 'v' has no route. < Quitting (on error). <truncated after showing first 30 lines>
Test exceeded wallclock time limit of 900.0 seconds ---------- Differences in output ---------- 3282,3936d3281 < Error: Vehicle 'v' has no route. < Quitting (on error). < Error: Vehicle 'v' has no route. < Quitting (on error). < vehicle 13 1 < vehicle 13 2 < Error: Vehicle 'v' has no route. < Quitting (on error). < Error: Vehicle 'v' has no route. < Quitting (on error). < vehicle 13 3 < vehicle 13 4 < Error: Vehicle 'v' has no route. < Quitting (on error). < Error: Vehicle 'v' has no route. < Quitting (on error). < vehicle 13 5 < vehicle 13 6 < Error: Vehicle 'v' has no route. < Quitting (on error). < Error: Vehicle 'v' has no route. < Quitting (on error). < vehicle 13 7 < vehicle 13 8 < Error: Vehicle 'v' has no route. < Quitting (on error). < Error: Vehicle 'v' has no route. < Quitting (on error). < vehicle 13 9 <truncated after showing first 30 lines>
Test exceeded wallclock time limit of 900.0 seconds