texttest.exe -a complex -d C:\Users\delphi\testreports\sumo\git\tests -reconnect C:\Users\delphi\testreports\sumo\msvc16x64texttesttmp\msvc16x64.31Jul013538.10896 -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. ---------- Differences in vehroutes ---------- 2a3,4 > <!-- generated on 2024-07-03 01:33:21 by Eclipse SUMO GUI Version v1_20_0+0963-89ad34cf688 > <sumoConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd"> 4,7c6,23 < <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> < <vehicle id="vertical.0" depart="103.00" arrival="344.00"> < <route edges="3fi 3si 4o 4fi 4si 3o 3fi"/> < </vehicle> --- > <input> > <net-file value="input_net.net.xml"/> > <route-files value="input_routes.rou.xml"/> > </input> > > <output> > <vehroute-output value="vehroutes.xml"/> > </output> > > <report> > <duration-log.disable value="true"/> > <no-step-log value="true"/> > </report> > > <gui_only> > <gui-settings-file value="settings.xml"/> > <quit-on-end value="true"/> > </gui_only> 9,1217c25 < <vehicle id="vertical.1" depart="113.00" arrival="378.00"> < <route edges="3fi 3si 4o 4fi 4si 3o 3fi"/> <truncated after showing first 30 lines>
---------- 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 ---------- 1,2c1,2 < Note: data/APITest.java uses unchecked or unsafe operations. < Note: Recompile with -Xlint:unchecked for details. --- > Hinweis: data/APITest.java verwendet nicht geprüfte oder unsichere Vorgänge. > Hinweis: Wiederholen Sie die Kompilierung mit -Xlint:unchecked, um Details zu erhalten.
---------- 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=288, family=2, type=1, proto=0, laddr=('127.0.0.1', 50539), raddr=('127.0.0.1', 50538)> > C:/Python311/Lib/subprocess.py:1127: ResourceWarning: subprocess 8980 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 26, in <module> > import libsumo > File "C:/Users/delphi/testreports/sumo/git/tools/libsumo/__init__.py", line 30, 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 ---------- 1,80c1,43 < Warning: 10 total messages of type: Ambiguity in turnarounds computation at junction '%'. < Warning: 3 total messages of type: Ambiguous node type for node cluster '%' (%,%), setting to 'priority'. < Warning: 18 total messages of type: Ambiguous railway kilometrage direction for way '%' (assuming forward) < Warning: 7 total messages of type: Cannot assign stop % on edge '%' to pt line '%'. Ignoring! < Warning: 2 total messages of type: Connection '%_%->%_%' is only %m short. < Warning: 29 total messages of type: Converting invalid rail_crossing to priority junction '%'. < Warning: 34 total messages of type: Converting invalid rail_crossing to traffic_light at junction '%'. < Warning: 1 total messages of type: Could not add bidi-edge '%'. < Warning: 8 total messages of type: Could not assign stop '%' to pt line '%' (closest edge '%', distance %). Ignoring! < Warning: 5 total messages of type: Could not find corresponding edge or compatible lane for free-floating pt stop '%' (%). Thus, it will be removed! < Warning: 2 total messages of type: Could not re-assign PT stop '%', probably broken osm file. < Warning: 2 total messages of type: Discarding invalid crossing '%' at junction '%' with edges [%] (no walkingarea found). < Warning: 4 total messages of type: Discarding unknown compound '%' in type '%' (first occurrence for edge '%'). < Warning: 15 total messages of type: Discarding unusable type '%' (first occurrence for edge '%'). < Warning: 9 total messages of type: Edge '%' already has a dedicated lane for %s. Not adding another one. < Warning: 9 total messages of type: Edge sequence is not consistent with stop sequence in line '%', not adding bidi edges. < Warning: 7 total messages of type: First stop edge '%' is not part of the route of line '%'. < Warning: 4 total messages of type: Found angle of % degrees at edge '%', segment %. < Warning: 49 total messages of type: Found sharp turn with radius % at the % of edge '%'. < Warning: 3 total messages of type: Ignoring restriction relation '%' with unknown to-way. < Warning: 1 total messages of type: Ignoring restriction relation '%' with unknown via. < Warning: 2 total messages of type: Ignoring restriction relation '%'. < Warning: 2 total messages of type: Ignoring track count % for edge '%'. < Warning: 4 total messages of type: Intersecting left turns at junction '%' from lane '%' and lane '%' (increase junction radius to avoid this). < Warning: 2 total messages of type: Invalid pedestrian topology: crossing '%' across [%] has no target. < Warning: 3 total messages of type: Lane '%' is not connected from any incoming edge at junction '%'. < Warning: 10 total messages of type: Last stop edge '%' is not part of the route of line '%'. < Warning: 2 total messages of type: No connection found between stops on edge '%' and edge '%'. < Warning: 112 total messages of type: No way found for reference '%' in relation '%' <truncated after showing first 30 lines> ---------- Differences in output ---------- 1,43c1 < Success. < Building scenario in '<TEXTTEST_SANDBOX>/test'. < 200 OK < generating trips... < Skipping line '1231708' because it only drives at night < Skipping line '2194813' because it only drives at night < Skipping line '2194814' because it only drives at night < Skipping line '2202086' because it only drives at night < Skipping line '2206192' because it only drives at night < Skipping line '2211984' because it only drives at night < Skipping line '2211985' because it only drives at night < Skipping line '2441959' because it only drives at night < Skipping line '2441960' because it only drives at night < Skipping line '2512806' because it only drives at night < Skipping line '2512807' because it only drives at night < Cannot extend route to fringe for line '2679013' (not enough edges given) < Cannot extend route to fringe for line '2679014' (not enough edges given) < Skipping line '28286' because it only drives at night < Skipping line '3353027' because it only drives at night < Skipping line '35040' because it only drives at night < Skipping line '6187328' because it only drives at night < Skipping line '6187329' because it only drives at night < Cannot extend route after last stop for line '6622626' (stop edge 1151326815 not in route) < Imported 107 lines with 310 stops and skipped 16 lines < bus: 47 < light_rail: 18 < subway: 8 < train: 12 < tram: 22 <truncated after showing first 30 lines> ---------- Missing result in gtfs_additional ---------- <?xml version="1.0" encoding="UTF-8"?> <additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd"> <trainStop id="060100025432_0" lane="459344269_0" startPos="22.17" endPos="132.17" name="S+U Brandenburger Tor (Berlin)" friendlyPos="true"> <access friendlyPos="true" lane="915958593#3_0" pos="126.01" length="0.46"/> <access friendlyPos="true" lane="317859982#3_0" pos="23.40" length="11.63"/> <access friendlyPos="true" lane="1169204832_0" pos="1.22" length="16.34"/> <access friendlyPos="true" lane="1169204816_0" pos="14.64" length="16.46"/> <access friendlyPos="true" lane="915958593#4_0" pos="65.65" length="17.11"/> <access friendlyPos="true" lane="1169204836_0" pos="3.59" length="17.28"/> <access friendlyPos="true" lane="1169204835_0" pos="0.00" length="20.36"/> <access friendlyPos="true" lane="541320665#2_0" pos="1.48" length="20.75"/> <access friendlyPos="true" lane="1169204833_0" pos="2.43" length="20.93"/> <access friendlyPos="true" lane="1169204820_0" pos="0.00" length="21.11"/> </trainStop> <trainStop id="060100000432_0" lane="459344269_0" startPos="672.57" endPos="782.57" name="S+U Friedrichstr. Bhf (Berlin)" friendlyPos="true"> <access friendlyPos="true" lane="254523901#1_0" pos="19.03" length="8.14"/> <access friendlyPos="true" lane="274524381#1_0" pos="1.57" length="19.68"/> <access friendlyPos="true" lane="274524381#0_0" pos="2.96" length="22.06"/> <access friendlyPos="true" lane="440946431_0" pos="0.00" length="23.40"/> <access friendlyPos="true" lane="335043665#0_0" pos="0.00" length="21.79"/> <access friendlyPos="true" lane="428486924_0" pos="0.00" length="22.86"/> <access friendlyPos="true" lane="274524361#0_0" pos="0.84" length="23.40"/> <access friendlyPos="true" lane="254339574_0" pos="11.19" length="27.43"/> <access friendlyPos="true" lane="274524361#1_0" pos="0.00" length="23.94"/> <access friendlyPos="true" lane="254339586_0" pos="0.00" length="27.97"/> </trainStop> <trainStop id="060100007432_0" lane="463462760_0" startPos="0.00" endPos="110.00" name="S Oranienburger Str. (Berlin)" friendlyPos="true"> <access friendlyPos="true" lane="1095407477#5_0" pos="7.71" length="0.98"/> <truncated after showing first 30 lines> ---------- Missing result in gtfs_routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <route id="7248" edges="1127597264#1 1127596842#2 120675240#1 120675240#3 120675240#4 1263204721 -8008608 -4611696#5 -4611696#4 -4611696#3 -23755950#1 -1127602336 -66071366#5 -66071366#3 -66071366#2 -66071366#1 -389101365#3 -35557143#4 -35557143#2 -35557143#0 196850609#0 196850609#1 196850609#2 882389497#1 194069450#0 169999355#1 -11483007#2 22972195#2 465376239 465376255#0 465376255#2 190447767 190447766#1 1151064403 1151064402#0 465376254#0 465376254#3 222328410 -6228081#1 30720544#0 30720 544#1 42103020#0 42103020#2 111251382#1 111251382#3 1100889498 1100824590#1 176043806#0 176043806#2 176043807#0 176043807#3 176043807#6"/> <vehicle id="114194584.0" route="7248" line="17318_700_114194584" depart="0" departEdge="0" arrivalEdge="51" type="bus" color="149,39,110"> <param key="gtfs.route_name" value="147"/> <param key="gtfs.trip_headsign" value="S+U Berlin Hauptbahnhof"/> <stop busStop="070101006419_0" arrival="60" duration="10" until="60"/><!--stopSequence="3.0/12.0" "Berlin, Neumannsgasse"--> <stop busStop="070101005222_0" arrival="120" duration="10" until="120"/><!--stopSequence="4.0/12.0" "Berlin, Werderscher Markt"--> <stop busStop="070101006112_0" arrival="180" duration="10" until="180"/><!--stopSequence="5.0/12.0" "U Französische Str. (Berlin)"--> <stop busStop="070101006167_0" arrival="300" duration="10" until="300"/><!--stopSequence="6.0/12.0" "Berlin, Unter den Linden/Friedrichstr."--> <stop busStop="070101007223_0" arrival="420" duration="10" until="420"/><!--stopSequence="7.0/12.0" "S+U Friedrichstr. Bhf (Berlin)"--> <stop busStop="070101005224_0" arrival="480" duration="10" until="480"/><!--stopSequence="8.0/12.0" "Berlin, Friedrichstr./Reinhardtstr."--> <stop busStop="070101005225_0" arrival="540" duration="10" until="540"/><!--stopSequence="9.0/12.0" "Berlin, Deutsches Theater"--> <stop busStop="070101005411_0" arrival="600" duration="10" until="600"/><!--stopSequence="10.0/12.0" "Berlin, Schumannstr."--> </vehicle> <route id="8933" edges="379102293#0"/> <vehicle id="106146461.trimmed.0" route="8933" line="17525_400_106146461.trimmed" depart="30" departEdge="0" arrivalEdge="0" type="subway" color="34,79,134"> <param key="gtfs.route_name" value="U8"/> <param key="gtfs.trip_headsign" value="S+U Wittenau"/> <stop busStop="070201083402_0" arrival="30" duration="10" until="30"/><!--stopSequence="11.0/12.0" "U Rosenthaler Platz (Berlin)"--> <stop busStop="070201083302_0" arrival="120" duration="10" until="120"/><!--stopSequence="12.0/12.0" "U Bernauer Str. (Berlin)"--> </vehicle> <route id="9071" edges="200422335#0 200422335#1 384294422#1 391559412 207993050 387106270#0 387106270#1 387106270#2"/> <vehicle id="106076694.trimmed.0" route="9071" line="17514_400_106076694.trimmed" depart="30" departEdge="3" arrivalEdge="7" type="subway" color="218,66,30"> <param key="gtfs.route_name" value="U2"/> <param key="gtfs.trip_headsign" value="U Ruhleben"/> <stop busStop="070201022901_0" arrival="30" duration="10" until="30"/><!--stopSequence="9.0/14.0" "U Spittelmarkt (Berlin)"--> <stop busStop="070201023001_0" arrival="150" duration="10" until="150"/><!--stopSequence="10.0/14.0" "U Hausvogteiplatz (Berlin)"--> <truncated after showing first 30 lines> ---------- Missing result in vtypes ---------- <?xml version="1.0" encoding="UTF-8"?> <additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd"> <vType id="bus" vClass="bus"/> <vType id="ferry" vClass="ship"/> <vType id="light_rail" vClass="rail_urban"/> <vType id="subway" vClass="rail_urban"/> <vType id="train" vClass="rail"/> <vType id="tram" vClass="tram"/> </additional>
---------- Differences in errors ---------- 1,148c1,43 < Warning: 10 total messages of type: Ambiguity in turnarounds computation at junction '%'. < Warning: 3 total messages of type: Ambiguous node type for node cluster '%' (%,%), setting to 'priority'. < Warning: 18 total messages of type: Ambiguous railway kilometrage direction for way '%' (assuming forward) < Warning: 7 total messages of type: Cannot assign stop % on edge '%' to pt line '%'. Ignoring! < Warning: 2 total messages of type: Connection '%_%->%_%' is only %m short. < Warning: 29 total messages of type: Converting invalid rail_crossing to priority junction '%'. < Warning: 34 total messages of type: Converting invalid rail_crossing to traffic_light at junction '%'. < Warning: 1 total messages of type: Could not add bidi-edge '%'. < Warning: 8 total messages of type: Could not assign stop '%' to pt line '%' (closest edge '%', distance %). Ignoring! < Warning: 5 total messages of type: Could not find corresponding edge or compatible lane for free-floating pt stop '%' (%). Thus, it will be removed! < Warning: 2 total messages of type: Could not re-assign PT stop '%', probably broken osm file. < Warning: 2 total messages of type: Discarding invalid crossing '%' at junction '%' with edges [%] (no walkingarea found). < Warning: 4 total messages of type: Discarding unknown compound '%' in type '%' (first occurrence for edge '%'). < Warning: 15 total messages of type: Discarding unusable type '%' (first occurrence for edge '%'). < Warning: 9 total messages of type: Edge '%' already has a dedicated lane for %s. Not adding another one. < Warning: 9 total messages of type: Edge sequence is not consistent with stop sequence in line '%', not adding bidi edges. < Warning: 7 total messages of type: First stop edge '%' is not part of the route of line '%'. < Warning: 4 total messages of type: Found angle of % degrees at edge '%', segment %. < Warning: 49 total messages of type: Found sharp turn with radius % at the % of edge '%'. < Warning: 3 total messages of type: Ignoring restriction relation '%' with unknown to-way. < Warning: 1 total messages of type: Ignoring restriction relation '%' with unknown via. < Warning: 2 total messages of type: Ignoring restriction relation '%'. < Warning: 2 total messages of type: Ignoring track count % for edge '%'. < Warning: 4 total messages of type: Intersecting left turns at junction '%' from lane '%' and lane '%' (increase junction radius to avoid this). < Warning: 2 total messages of type: Invalid pedestrian topology: crossing '%' across [%] has no target. < Warning: 3 total messages of type: Lane '%' is not connected from any incoming edge at junction '%'. < Warning: 10 total messages of type: Last stop edge '%' is not part of the route of line '%'. < Warning: 2 total messages of type: No connection found between stops on edge '%' and edge '%'. < Warning: 112 total messages of type: No way found for reference '%' in relation '%' <truncated after showing first 30 lines> ---------- Differences in output ---------- 1,48c1 < Success. < Building scenario in '<TEXTTEST_SANDBOX>/test'. < 200 OK < generating trips... < Skipping line '1231708' because it only drives at night < Skipping line '2194813' because it only drives at night < Skipping line '2194814' because it only drives at night < Skipping line '2202086' because it only drives at night < Skipping line '2206192' because it only drives at night < Skipping line '2211984' because it only drives at night < Skipping line '2211985' because it only drives at night < Skipping line '2441959' because it only drives at night < Skipping line '2441960' because it only drives at night < Skipping line '2512806' because it only drives at night < Skipping line '2512807' because it only drives at night < Cannot extend route to fringe for line '2679013' (not enough edges given) < Cannot extend route to fringe for line '2679014' (not enough edges given) < Skipping line '28286' because it only drives at night < Skipping line '3353027' because it only drives at night < Skipping line '35040' because it only drives at night < Skipping line '6187328' because it only drives at night < Skipping line '6187329' because it only drives at night < Cannot extend route after last stop for line '6622626' (stop edge 1151326815 not in route) < Imported 107 lines with 310 stops and skipped 16 lines < bus: 47 < light_rail: 18 < subway: 8 < train: 12 < tram: 22 <truncated after showing first 30 lines> ---------- Missing result in gtfs_additional ---------- <?xml version="1.0" encoding="UTF-8"?> <additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd"> <busStop id="120410.1" lane="-4612981#1_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="S+U Alexanderplatz Bhf (Berlin)"> <access friendlyPos="true" lane="272757271_0" pos="0.00" length="10.52"/> <access friendlyPos="true" lane="272757273_0" pos="0.00" length="7.91"/> <access friendlyPos="true" lane="272757274_0" pos="7.29" length="9.50"/> <access friendlyPos="true" lane="272757311_0" pos="0.00" length="5.56"/> <access friendlyPos="true" lane="272757314_0" pos="2.41" length="11.73"/> <access friendlyPos="true" lane="272757322#0_0" pos="0.00" length="20.24"/> <access friendlyPos="true" lane="272757341#0_0" pos="0.06" length="1.71"/> <access friendlyPos="true" lane="272757341#1_0" pos="0.13" length="6.66"/> <access friendlyPos="true" lane="272757341#2_0" pos="0.20" length="5.02"/> <access friendlyPos="true" lane="272757342#1_0" pos="10.46" length="15.24"/> </busStop> <busStop id="120410.2" lane="194073677#3_1" startPos="0.00" endPos="13.00" friendlyPos="true" name="S+U Friedrichstr. Bhf (Berlin)"/> <busStop id="122409.1" lane="24240246#0_1" startPos="61.74" endPos="74.74" friendlyPos="true" name="S+U Brandenburger Tor (Berlin)"> <access friendlyPos="true" lane="1169204816_0" pos="14.64" length="16.46"/> <access friendlyPos="true" lane="1169204820_0" pos="0.00" length="21.11"/> <access friendlyPos="true" lane="1169204832_0" pos="1.22" length="16.34"/> <access friendlyPos="true" lane="1169204833_0" pos="2.43" length="20.93"/> <access friendlyPos="true" lane="1169204835_0" pos="0.00" length="20.36"/> <access friendlyPos="true" lane="1169204836_0" pos="3.59" length="17.28"/> <access friendlyPos="true" lane="317859982#3_0" pos="23.40" length="11.63"/> <access friendlyPos="true" lane="541320665#2_0" pos="1.48" length="20.75"/> <access friendlyPos="true" lane="915958593#3_0" pos="126.01" length="0.46"/> <access friendlyPos="true" lane="915958593#4_0" pos="65.65" length="17.11"/> </busStop> <busStop id="122409.2" lane="461526152#1_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="Unter den Linden/Friedrichstr. (Berlin)"> <truncated after showing first 30 lines> ---------- Missing result in gtfs_routes ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> <route id="120410" edges="-4612981#1 195401006 1113401735#1 139877314#1 783042668 112128419#1 112128419#2 -1133992822#0 -979668824#0 -1133992734#1 -1133992735#0 -168942727#2 -168942727#1 -743631784#0 -316746323#3 183415643 46140382 1120993114#0 1120993114#2 30721660#1 30721660#3 30721660#4 30721660#5 437325047#0 437325047#2 437325047#3 51167934#1 51167934#2 51167934#3 51167934#4 51167934#5 507023458#0 507023458#1 4610375#0 -1198409426#2 -1198409426#1 -1198409426#0 -1114798610#1 -1114798610#0 -24243101 339201185 1158584613 1151064395#1 4610472#2 1151064396#0 1151064397#3 34848160#2 1151064405#1 194073677#0 194073677#1 194073677#3"> <stop busStop="120410.1" duration="10" until="0"/> <!-- S+U Alexanderplatz Bhf (Berlin) --> <stop busStop="120410.2" duration="10" until="300"/> <!-- S+U Friedrichstr. Bhf (Berlin) --> </route> <route id="122409" edges="24240246#0 1125871262#1 1125871619#1 1125871619#2 1125871619#3 1125871619#4 1170522574 236092221#0 236092221#1 342968607#1 1170522572#0 461526152#1 1126234503#0 1126237668#1 1079495669#1 340498982#0 1170522567#0 251884680#0 251884680#1 1126246695#1 339201217 1126244314#0 1126244314#1 54048862#2 831694400#0 831694400#1 23013165 4611698 202156994#0 72157174#1 171826984#2 195401006 1113401735#1"> <stop busStop="122409.1" duration="10" until="0"/> <!-- S+U Brandenburger Tor (Berlin) --> <stop busStop="122409.2" duration="10" until="120"/> <!-- Unter den Linden/Friedrichstr. (Berlin) --> <stop busStop="122409.3" duration="10" until="240"/> <!-- Staatsoper (Berlin) --> <stop busStop="122409.4" duration="10" until="300"/> <!-- Lustgarten (Berlin) --> <stop busStop="122409.5" duration="10" until="420"/> <!-- Spandauer Str./Marienkirche (Berlin) --> <stop busStop="122409.6" duration="10" until="540"/> <!-- S+U Alexanderplatz Bhf/Memhardstr. (Berlin) --> </route> <route id="122807" edges="1113401735#1 139877314#1 783042668 112128419#1 112128419#2 415280722 195401013#2 171826985#2 24913519#1 1144362247 541763975 202156995 4067932 339201219 541763974 61584187#0 61584187#1 1126245113 15971197 4611699#0 4611699#1 1149417521#1 169195795#0 169195795#1 1217865061#0 1113726463 1077923225#0 882389494#1 340498988#0 188386313#1 1119935327#0 1119935327#1 1119935543#0 1119936840#1 1119937599#1 1119937599#2 1119937599#3"> <stop busStop="122409.6" duration="10" until="0"/> <!-- S+U Alexanderplatz Bhf/Memhardstr. (Berlin) --> <stop busStop="122807.1" duration="10" until="120"/> <!-- S+U Alexanderplatz (Bln) [Bus K.-Liebknecht-Str] --> <stop busStop="122807.2" duration="10" until="180"/> <!-- Spandauer Str./Marienkirche (Berlin) --> <stop busStop="122807.3" duration="10" until="240"/> <!-- Lustgarten (Berlin) --> <stop busStop="122807.4" duration="10" until="300"/> <!-- Staatsoper (Berlin) --> <stop busStop="122807.5" duration="10" until="420"/> <!-- Unter den Linden/Friedrichstr. (Berlin) --> <stop busStop="122807.6" duration="10" until="480"/> <!-- S+U Brandenburger Tor (Berlin) --> </route> <route id="144589" edges="713576589#0 713576589#1 713576589#2 312651888#1 312651888#2 312651888#3 312651888#4 312651888#5 312651888#6 -36689633#2 -36689633#1 -36689633#0 -980542375#1 4296467#1 4610354#2 4610354#4 4610354#5 1157396753 847103786#2 847103786#3 755340907#0 755340907#1 -1225924291#1 -371927739#3 -1119855803#1 -1119855803#0 -4296469#2 -4296469#0 4296469#0 4296469#2 1119855803#0 980371139#0 980371139#1 980371139#4 44427220#0 44427220#1 -24241762#2 -24241762#1 -24241762#0 -19002363# 2 -19002363#0 -1179820254#0 -1179820253#0 4613292#0 -24993933#2 -1115509343#0 -1157111072#0 -369223458#3 -369223458#2 1098856743#0 1098856743#1 4613299#0 4613299#1 4613299#2 4613299#3 -4613300#4 -4613300#2 -4613300#0 4613300#0 4613300#2 4613300#4 -4613299#3 -4613299#2 -112128825#4 -112128825#3 -268002748#0 -1133761630#0 24914141#8 318282850#2 1105526112#1 112128418#2 112128418#4 457031289 1020548406 1101404246#1 177372522 295445243"> <stop busStop="144589.4" duration="10" until="0"/> <!-- Tucholskystr. (Berlin) --> <stop busStop="144589.5" duration="10" until="120"/> <!-- U Rosenthaler Platz (Berlin) --> <stop busStop="144589.6" duration="10" until="240"/> <!-- U Rosa-Luxemburg-Platz (Berlin) --> <stop busStop="144589.7" duration="10" until="360"/> <!-- Mollstr./Prenzlauer Allee (Berlin) --> <truncated after showing first 30 lines> ---------- Missing result in vtypes ---------- <?xml version="1.0" encoding="UTF-8"?> <additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd"> <vType id="bus" vClass="bus"/> <vType id="light_rail" vClass="rail_urban"/> <vType id="subway" vClass="rail_urban"/> <vType id="train" vClass="rail"/> <vType id="tram" vClass="tram"/> </additional>
---------- Differences in catalogue ---------- 1,3c1 < The following new files/directories were created: < <Test Directory> < ----osm_bbox.osm.xml --- > No files or directories were created, edited or deleted. ---------- Differences in errors ---------- 0a1 > Error with SSL certificate, try 'pip install -U certifi'. ---------- Differences in output ---------- 1d0 < 200 OK
dynamic ToC triggered despite stop present on vehicle's lane continuation (This bug was triggered by text found in file 'tocs' matching 'DYNTOR')
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 0x0000014C29133C40> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (72.0, 73.0) <zip object at 0x0000014C29109540> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x0000014C2910B5C0> 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 0x0000014C2910B4C0> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (72.0, 73.0) <zip object at 0x0000014C29133540> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x0000014C29133FC0> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x0000014C29131B40> 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 0x0000014C2912B340> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (73.0, 74.0) <zip object at 0x0000014C2912AC00> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x0000014C2912BF40> 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 0x00000277DF766640> > failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (148.9, 149.0) <zip object at 0x00000277DF778B80> > failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (149.0, 150.0) <zip object at 0x00000277C6906900> > failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (149.0, 150.0) <zip object at 0x00000277DFA17F80> > failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) <zip object at 0x00000277C63BB5C0> > failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) <zip object at 0x00000277DFA219C0> > failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) <zip object at 0x00000277DFA20EC0> > failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) <zip object at 0x00000277DFA22940> 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 0x0000019860004100> > failed 0.1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x000001985FFF00C0> > failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x0000019860052700> > failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x0000019860051C00> > failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) <zip object at 0x0000019860052200> > failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) <zip object at 0x0000019860050100> > failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) <zip object at 0x0000019860050100> > failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) <zip object at 0x0000019860053300> > failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x0000019860052F00> > failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x000001986002C4C0> > failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x00000198602BEAC0> > failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x00000198602C1F40> <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 0x0000017C9AECDC40> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (76.0, 77.0) <zip object at 0x0000017C9AEC7480> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x0000017C9AEC7C00> 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 0x0000017C9AEC4140> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (76.0, 77.0) <zip object at 0x0000017C9AE9B980> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x0000017C9AE98B40> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x0000017C9AE9AF00> 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 0x0000017C9AEE01C0> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x0000017C9AEE1800> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x0000017C9AEE3580> 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 0x000001C843550040> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x000001C843521400> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001C8435237C0> 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 0x000001C8435216C0> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x000001C84357ADC0> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001C84357BB40> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x000001C84357AE00> 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 0x000001C843534BC0> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (78.0, 79.0) <zip object at 0x000001C843534840> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001C843535A40> 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 0x000002B5FFDE7EC0> > failed 1 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000002B5FFDF5480> > failed 10 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000002B5E8B3F540> > failed 100 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) <zip object at 0x000002B5FFE2E3C0> > failed 0.1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x000002B5FFE40240> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000002B5FFDF64C0> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000002B5FFDF5400> > failed 100 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000002B5FFDF7780> > failed 0.1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x000002B5FFDF5F40> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000002B5FFE05140> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000002B5FFE05CC0> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000002B5FFE04080> > failed 0.1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000002B5FFE05FC0> > failed 1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000002B5FFE069C0> > failed 10 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000002B5FFE05D40> > failed 100 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) <zip object at 0x000002B5FFE06B80> > failed 0.1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000002B5FFE1BD40> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000002B5FFE1BBC0> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000002B5FFE1AE00> > failed 100 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000002B5FFE1A880> > failed 0.1 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000002B5FFE1A880> > failed 1 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000002B5FFE06F40> > failed 10 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000002B5FF3E9880> > failed 100 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000002B5FFE43380>
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