texttest.exe -a complex -d C:\Users\delphi\testreports\sumo\git\tests -reconnect C:\Users\delphi\testreports\sumo\msvc16x64texttesttmp\msvc16x64.31Mar013548.19976 -g
texttest.exe -a complex -d C:\Users\delphi\testreports\sumo\git\tests
---------- Differences in errors ---------- 0a1,12 > Traceback (most recent call last): > File "C:/Users/delphi/testreports/sumo/git/tools/stateReplay.py", line 88, in <module> > main() > File "C:/Users/delphi/testreports/sumo/git/tools/stateReplay.py", line 51, in main > traci.start([sumoBinary, "-c", options.sumo_config, "-S", "-Q"]) > File "C:/Users/delphi/testreports/sumo/git/tools/traci/main.py", line 145, in start > sumoProcess = subprocess.Popen(cmd2, stdout=stdout) > File "C:/Program Files/Python38/lib/subprocess.py", line 854, in __init__ > self._execute_child(args, executable, preexec_fn, close_fds, > File "C:/Program Files/Python38/lib/subprocess.py", line 1307, in _execute_child > hp, ht, pid, tid = _winapi.CreateProcess(executable, args, > FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in errors ----------
0a1,28
> Traceback (most recent call last):
> File "C:/Users/delphi/testreports/sumo/git/tools/xml/protobuf2xml.py", line 32, in <module>
> import google.protobuf.descriptor # we need to do this late because the xml2protobuf import modifies sys.path
> ImportError: bad magic number in 'google': b'/x03/xf3/r/n'
> Traceback (most recent call last):
> File "C:/Users/delphi/testreports/sumo/git/tools/xml/xml2protobuf.py", line 210, in <module>
> main()
> File "C:/Users/delphi/testreports/sumo/git/tools/xml/xml2protobuf.py", line 196, in main
> module = generateProto(attrFinder.tagAttrs, attrFinder.depthTags,
> File "C:/Users/delphi/testreports/sumo/git/tools/xml/xml2protobuf.py", line 187, in generateProto
> return importlib.import_module("%s_pb2" % base)
> File "C:/Program Files/Python38/lib/importlib/__init__.py", line 127, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
> File "<frozen importlib._bootstrap>", line 991, in _find_and_load
> File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
> File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
> File "<frozen importlib._bootstrap_external>", line 783, in exec_module
> File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
> File "C:/Users/delphi/testreports/sumo/msvc16x64texttesttmp/msvc16x64.21Mar013422.7456/complex/sumo/protobuf/trajectories_pb2.py", line 5, in <module>
> from google.protobuf.internal import builder as _builder
> ImportError: bad magic number in 'google': b'/x03/xf3/r/n'
> Traceback (most recent call last):
> File "C:/Users/delphi/testreports/sumo/git/tests/../tests/complex/sumo/protobuf/runner.py", line 80, in <module>
> connect(IN_PORT, OUT_PORT)
> File "C:/Users/delphi/testreports/sumo/git/tests/../tests/complex/sumo/protobuf/runner.py", line 37, in connect
> i.connect(("localhost", inPort))
> ConnectionRefusedError: [WinError 10061] Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte
---------- 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 ----------
1,3c1,9
< Could not connect in 61 tries
< Error: tcpip::Socket::accept() Unable to create listening socket: Address already in use
< Quitting (on error).
---
> Traceback (most recent call last):
> File "C:/Users/delphi/testreports/sumo/git/tests/../tests/complex/traci/connection/busySocket/runner.py", line 42, in <module>
> sumoProc = subprocess.Popen([sumoBinary, "--remote-port", str(PORT)] + addOption,
> File "C:/Program Files/Python38/lib/subprocess.py", line 854, in __init__
> self._execute_child(args, executable, preexec_fn, close_fds,
> File "C:/Program Files/Python38/lib/subprocess.py", line 1307, in _execute_child
> hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
> sys:1: ResourceWarning: unclosed <socket.socket fd=484, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('0.0.0.0', 62314)>
---------- Differences in errors ---------- 0a1,10 > Traceback (most recent call last): > File "C:/Users/delphi/testreports/sumo/git/tests/../tests/complex/traci/connection/clientCloses/runner.py", line 69, in <module> > runSingle(99, 50) > File "C:/Users/delphi/testreports/sumo/git/tests/../tests/complex/traci/connection/clientCloses/runner.py", line 47, in runSingle > sumoProcess = subprocess.Popen([sumoBinary, "-c", "sumo.sumocfg", "--remote-port", str(PORT)] + opt, > File "C:/Program Files/Python38/lib/subprocess.py", line 854, in __init__ > self._execute_child(args, executable, preexec_fn, close_fds, > File "C:/Program Files/Python38/lib/subprocess.py", line 1307, in _execute_child > hp, ht, pid, tid = _winapi.CreateProcess(executable, args, > FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden ---------- Differences in output ---------- 3,15d2 < Print ended at step 100.0 < ----------- SUMO end time is not given ----------- < Print ended at step 100.0 < =========== empty routes in SUMO =========== < ----------- SUMO end time is smaller than TraCI's ----------- < Print ended at step 100.0 < ----------- SUMO end time is not given ----------- < Print ended at step 100.0 < =========== vehicle leaves before TraCI ends =========== < ----------- SUMO end time is smaller than TraCI's ----------- < Print ended at step 100.0 < ----------- SUMO end time is not given ----------- < Print ended at step 100.0
---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
> File "C:/Users/delphi/testreports/sumo/git/tests/../tests/complex/traci/connection/closingOutput/runner.py", line 37, in <module>
> traci.start([sumoBinary, "-c", "sumo.sumocfg"] + addOption, stdout=sys.stdout)
> File "C:/Users/delphi/testreports/sumo/git/tools/traci/main.py", line 145, in start
> sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
> File "C:/Program Files/Python38/lib/subprocess.py", line 854, in __init__
> self._execute_child(args, executable, preexec_fn, close_fds,
> File "C:/Program Files/Python38/lib/subprocess.py", line 1307, in _execute_child
> hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Missing result in state ----------
<?xml version="1.0" encoding="UTF-8"?>
<netstate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netstate_file.xsd">
<timestep time="0.00">
<edge id="2fi">
<lane id="2fi_0">
<vehicle id="horiz" pos="5.10" speed="0.00"/>
</lane>
</edge>
</timestep>
<timestep time="1.00">
<edge id="2fi">
<lane id="2fi_0">
<vehicle id="horiz" pos="6.53" speed="1.43"/>
</lane>
</edge>
</timestep>
<timestep time="2.00">
<edge id="2fi">
<lane id="2fi_0">
<vehicle id="horiz" pos="10.57" speed="4.03"/>
</lane>
</edge>
</timestep>
<timestep time="3.00">
<edge id="2fi">
<lane id="2fi_0">
<vehicle id="horiz" pos="16.77" speed="6.21"/>
</lane>
<truncated after showing first 30 lines>
---------- Missing result in tripinfo ----------
<?xml version="1.0" encoding="UTF-8"?>
<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
</tripinfos>
---------- Differences in errors ---------- 0a1,12 > Traceback (most recent call last): > File "C:/Users/delphi/testreports/sumo/git/tests/../tests/complex/traci/connection/parallelConnection/runner.py", line 54, in <module> > runSingle(50, 99, i) > File "C:/Users/delphi/testreports/sumo/git/tests/../tests/complex/traci/connection/parallelConnection/runner.py", line 41, in runSingle > traci.start([sumoBinary, "-c", "used.sumocfg", "-S", "-Q"], port=PORT, label=label, stdout=sys.stdout) > File "C:/Users/delphi/testreports/sumo/git/tools/traci/main.py", line 145, in start > sumoProcess = subprocess.Popen(cmd2, stdout=stdout) > File "C:/Program Files/Python38/lib/subprocess.py", line 854, in __init__ > self._execute_child(args, executable, preexec_fn, close_fds, > File "C:/Program Files/Python38/lib/subprocess.py", line 1307, in _execute_child > hp, ht, pid, tid = _winapi.CreateProcess(executable, args, > FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden ---------- Differences in output ---------- 3,16d2 < Run 1 < Run 2 < Print ended at step 100.0 < Print ended at step 100.0 < Print ended at step 100.0 < Connection already closed. < ----------- TraCI ends first ----------- < Run 0 < Run 1 < Run 2 < Print ended at step 100.0 < Print ended at step 100.0 < Print ended at step 100.0 < Connection '2' is not known.
---------- Differences in errors ----------
0a1,6
> Der Befehl "sumo-gui" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Traceback (most recent call last):
> raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 61 tries
> C:/Program Files/Python38/lib/subprocess.py:942: ResourceWarning: subprocess 8980 is still running
---------- Differences in output ----------
3,42d2
< Print ended at step 100.0
< Run 1
< Print ended at step 100.0
< Run 2
< Print ended at step 100.0
< Run 3
< Print ended at step 100.0
< Run 4
< Print ended at step 100.0
< Run 5
< Print ended at step 100.0
< Run 6
< Print ended at step 100.0
< Run 7
< Print ended at step 100.0
< Run 8
< Print ended at step 100.0
< Run 9
< Print ended at step 100.0
< ----------- TraCI ends first -----------
< Run 0
< Print ended at step 100.0
< Run 1
< Print ended at step 100.0
< Run 2
< Print ended at step 100.0
< Run 3
< Print ended at step 100.0
< Run 4
<truncated after showing first 30 lines>
---------- Differences in errors ---------- 6a7,14 > Traceback (most recent call last): > File "C:/Users/delphi/testreports/sumo/git/tests/../tests/complex/traci/gui/b50/runner.py", line 40, in <module> > p = subprocess.Popen( > File "C:/Program Files/Python38/lib/subprocess.py", line 854, in __init__ > self._execute_child(args, executable, preexec_fn, close_fds, > File "C:/Program Files/Python38/lib/subprocess.py", line 1307, in _execute_child > hp, ht, pid, tid = _winapi.CreateProcess(executable, args, > FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden ---------- Differences in output ---------- 2,4d1 < -- Unordered text as found by filter '^Loading configuration ... done.' -- < Loading configuration ... done. <
---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
> File "C:/Users/delphi/testreports/sumo/git/tests/../tests/complex/traci/gui/gui/runner.py", line 33, in <module>
> traci.start([sumolib.checkBinary('sumo-gui'),
> File "C:/Users/delphi/testreports/sumo/git/tools/traci/main.py", line 145, in start
> sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
> File "C:/Program Files/Python38/lib/subprocess.py", line 854, in __init__
> self._execute_child(args, executable, preexec_fn, close_fds,
> File "C:/Program Files/Python38/lib/subprocess.py", line 1307, in _execute_child
> hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,33d0
< step 0
< step 1
< step 2
< hasGUI True
< views ('View #0',)
< examining View #0
< set zoom (80.0)
< get zoom 80.0
< set offset (400.0, 400.0)
< get offset (400.0, 400.0)
< set schema ('real world')
< get schema real world
< visible boundary ((-809.6875, -232.0), (1609.6875, 1032.0))
< has view View #0 True
< has view 'foo' False
< track vehicle 'horiz'
< get tracked vehicle horiz
< {0: ('View #0',)}
< step 3
< {0: ('View #0',)}
< step 4
< {0: ('View #0',)}
< step 5
< {0: ('View #0',)}
< veh selected: False
< edge selected: False
< veh selected: True
< edge selected: True
< screenshot dimensions (500, 500, 4)
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
> File "C:/Users/delphi/testreports/sumo/git/tests/../tests/complex/traci/gui/polygon_dynamics_gui/runner.py", line 40, in <module>
> traci.start([sumolib.checkBinary('sumo-gui'), "-c", "sumo.sumocfg", "-S", "-Q"], stdout=sys.stdout)
> File "C:/Users/delphi/testreports/sumo/git/tools/traci/main.py", line 145, in start
> sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
> File "C:/Program Files/Python38/lib/subprocess.py", line 854, in __init__
> self._execute_child(args, executable, preexec_fn, close_fds,
> File "C:/Program Files/Python38/lib/subprocess.py", line 1307, in _execute_child
> hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ----------
1,256d0
< step 0
< step 1
< step 2
< adding poly0
< polygons ('poly0',)
< polygon count 1
< # examining poly0
< shape ((960.0, 510.0), (960.0, 550.0), (1000.0, 550.0), (1000.0, 510.0))
< type test
< color (100, 200, 0, 255)
< filled True
< step 3
< step 4
< step 5
< # (1) Adding underspecified dynamics...
< Caught TraCIException
< # (2) Adding malformed dynamics 1 ...
< Caught TraCIException
< # (3) Adding malformed dynamics 2 ...
< Caught TraCIException
< # (4) Adding malformed dynamics 3 ...
< Caught TraCIException
< # (5) Adding malformed dynamics 4 ...
< Caught TraCIException
< # (6) Adding malformed dynamics 5 ...
< Caught TraCIException
< # examining poly0
< shape ((960.0, 510.0), (960.0, 550.0), (1000.0, 550.0), (1000.0, 510.0))
< type test
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
> File "C:/Users/delphi/testreports/sumo/git/tests/../tests/complex/traci/gui/polygon_dynamics_remove/runner.py", line 32, in <module>
> traci.start([sumolib.checkBinary('sumo-gui'),
> File "C:/Users/delphi/testreports/sumo/git/tools/traci/main.py", line 145, in start
> sumoProcess = subprocess.Popen(cmd2, stdout=stdout)
> File "C:/Program Files/Python38/lib/subprocess.py", line 854, in __init__
> self._execute_child(args, executable, preexec_fn, close_fds,
> File "C:/Program Files/Python38/lib/subprocess.py", line 1307, in _execute_child
> hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
> FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
---------- Differences in output ---------- 632,633c632,633 < duration 59.62 < waitingTime 19.12 --- > duration 59.63 > waitingTime 19.13 642,643c642,643 < vehicleTripStatistics.duration 59.62 < vehicleTripStatistics.waitingTime 19.12 --- > vehicleTripStatistics.duration 59.63 > vehicleTripStatistics.waitingTime 19.13
---------- Differences in errors ---------- 1,4c1,3 < Warning: Person 'v-6.4p1' is jammed on edge 'cyber6to7', time=586.00. < Warning: Person 'v-6.4p2' is jammed on edge 'cyber6to7', time=591.00. < Warning: Person 'v-7.4p0' is jammed on edge 'cyber6to7', time=594.00. < Warning: Person 'v-7.4p2' is jammed on edge 'cyber6to7', time=601.00. --- > Warning: Person 'v6.4p0' is jammed on edge 'cyber6to7', time=562.00. > Warning: Person 'v-7.4p0' is jammed on edge 'cyber6to7', time=589.00. > Warning: Person 'v6.5p0' is jammed on edge 'cyber6to7', time=603.00. 6,20c5,27 < Warning: Person 'v7.5p0' is jammed on edge 'cyber6to7', time=611.00. < Warning: Person 'v-6.5p0' is jammed on edge 'cyber6to7', time=628.00. < Warning: Person 'v7.6p2' is jammed on edge 'cyber6to7', time=647.00. < Warning: Person 'v7.4p1' is jammed on edge 'cyber6to7', time=722.00. < Warning: Person 'v-7.9p0' is jammed on edge 'cyber6to7', time=822.00. < Warning: Person 'v6.5p0' is jammed on edge 'cyber6to7', time=888.00. < Warning: Person 'v-6.5p1' is jammed on edge 'cyber6to7', time=893.00. < Warning: Person 'v6.8p0' is jammed on edge 'cyber6to7', time=895.00. < Warning: Person 'v7.6p1' is jammed on edge 'cyber6to7', time=897.00. < Warning: Person 'v-7.5p0' is jammed on edge 'cyber6to7', time=903.00. < Warning: Person 'v7.6p0' is jammed on edge 'cyber6to7', time=903.00. < Warning: Person 'v-6.6p0' is jammed on edge 'cyber6to7', time=910.00. < Warning: Person 'v-7.4p1' is jammed on edge 'cyber6to7', time=920.00. < Warning: Person 'v-7.7p2' is jammed on edge 'cyber6to7', time=950.00. < Warning: Person 'v6.6p1' is jammed on edge 'cyber6to7', time=979.00. --- > Warning: Person 'v7.5p0' is jammed on edge 'cyber6to7', time=620.00. > Warning: Person 'v-6.5p0' is jammed on edge 'cyber6to7', time=625.00. > Warning: Person 'v7.6p1' is jammed on edge 'cyber6to7', time=658.00. > Warning: Person 'v-5.6p1' is jammed on edge 'cyber5to6', time=669.00. <truncated after showing first 30 lines>
---------- Differences in errors ---------- 1,4c1 < Warning: Person 'v7.7p0' is jammed on edge 'cyber6to7', time=701.00. < Warning: Person 'v7.7p1' is jammed on edge 'cyber6to7', time=709.00. < Warning: Person 'v7.6p2' is jammed on edge 'cyber6to7', time=710.00. < Warning: Person 'v-7.8p0' is jammed on edge 'cyber6to7', time=987.00. --- > Warning: Person 'v-7.6p0' is jammed on edge 'cyber6to7', time=681.00.
---------- Differences in errors ----------
1,65c1,65
< Warning: 7 total messages of type: Ambiguity in turnarounds computation at junction '%'.
< 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: 21 total messages of type: Converting invalid rail_crossing to priority junction '%'.
< Warning: 25 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: 1 total messages of type: Could not build program '%' for traffic light '%'
< Warning: 7 total messages of type: Could not find corresponding edge or compatible lane for free-floating pt stop '%' (%). Thus, it will be removed!
< Warning: 8 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: 2 total messages of type: Discarding unknown compound '%' in type '%' (first occurrence for edge '%').
< Warning: 13 total messages of type: Discarding unusable type '%' (first occurrence for edge '%').
< Warning: 2 total messages of type: Edge '%' is not connected to outgoing edges at junction '%'.
< Warning: 14 total messages of type: Edge sequence is not consistent with stop sequence in line '%', not adding bidi edges.
< Warning: 9 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: 15 total messages of type: Found sharp turn with radius % at the end of edge '%'.
< Warning: 28 total messages of type: Found sharp turn with radius % at the start of edge '%'.
< Warning: 3 total messages of type: Ignoring restriction relation '%' with unknown to-way.
< Warning: 2 total messages of type: Ignoring restriction relation '%'.
< Warning: 1 total messages of type: Invalid pedestrian topology: crossing '%' across [%] has no target.
< 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 '%'
< Warning: 7 total messages of type: Not joining junctions % (%).
< Warning: 4 total messages of type: PT line '%' in relation % seems to be split, only keeping first part.
< Warning: 17 total messages of type: PT line in relation % with no stops ignored. Probably OSM file is incomplete.
< Warning: 13 total messages of type: PT stop '%' has been moved to edge '%'.
<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
< Cannot extend route to fringe for line '1929071' (not enough edges given)
< 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
< Cannot extend route to fringe for line '2269238' (not enough edges given)
< Cannot extend route to fringe for line '2422951' (not enough edges given)
< 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
< Cannot extend route to fringe for line '3019045' (not enough edges given)
< 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 755551647 not in route)
< Cannot extend route to fringe for line '7794031' (not enough edges given)
< Imported 105 lines with 309 stops and skipped 16 lines
<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#2_0" pos="126.01" length="0.63"/>
<access friendlyPos="true" lane="317859982#5_0" pos="23.39" length="11.70"/>
<access friendlyPos="true" lane="541320665_0" pos="18.14" length="17.82"/>
<access friendlyPos="true" lane="24240246#0_0" pos="75.56" length="14.01"/>
<access friendlyPos="true" lane="541320662_0" pos="0.00" length="20.85"/>
<access friendlyPos="true" lane="541320663_0" pos="15.12" length="21.70"/>
<access friendlyPos="true" lane="541320656_0" pos="0.00" length="22.42"/>
<access friendlyPos="true" lane="541320666_0" pos="15.38" length="23.91"/>
<access friendlyPos="true" lane="541320657_0" pos="0.20" length="23.97"/>
<access friendlyPos="true" lane="541320664_0" pos="0.00" length="25.96"/>
</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="274524361#1_0" pos="0.00" length="23.94"/>
<access friendlyPos="true" lane="254339574_0" pos="11.19" length="27.43"/>
<access friendlyPos="true" lane="274524361#2_0" pos="0.00" length="25.53"/>
</trainStop>
<trainStop id="060100007432_0" lane="459344269_0" startPos="1413.24" endPos="1523.24" name="S Oranienburger Str. (Berlin)" friendlyPos="true">
<access friendlyPos="true" lane="1095407477#5_0" pos="7.08" length="0.99"/>
<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#0 120675240#3 120675240#4 -8008608 -4611696#5 -4611696#4 -4611696#3 -23755950#3 -23755950#0 -1127602336 -66071366#4 -66071366#2 -66071366#1 -66071366#0 -389101365#3 -35557143#4 196850609#0 196850609#1 196850609#2 882389497 194069450#0 169999355#1 -11483007#2 22972195#2 465376239 465376255#2 190447767 190447766#1 4402228#0 4402228#1 465376254#0 222328410 -6228081#1 541295974 30720544#0 30720544#1 42103020#0 42103020#2 111251382#1 111
251382#3 1100889498 176043806#0 176043806#1 176043807#0 176043807#1 176043807#5 176043807#6 176043807#7 176043807#8 176043807#9 176043807#10"/>
<vehicle id="114194584.0" route="7248" line="17318_700_114194584" depart="0:00:00:00" departEdge="0" arrivalEdge="52" type="bus">
<param key="gtfs.route_name" value="147"/>
<param key="gtfs.trip_headsign" value="S+U Berlin Hauptbahnhof"/>
<stop busStop="070101006419_0" arrival="0:00:01:00" duration="10" until="0:00:01:00"/><!--"Berlin, Neumannsgasse"-->
<stop busStop="070101005222_0" arrival="0:00:02:00" duration="10" until="0:00:02:00"/><!--"Berlin, Werderscher Markt"-->
<stop busStop="070101006112_0" arrival="0:00:03:00" duration="10" until="0:00:03:00"/><!--"U Französische Str. (Berlin)"-->
<stop busStop="070101006167_0" arrival="0:00:05:00" duration="10" until="0:00:05:00"/><!--"Berlin, Unter den Linden/Friedrichstr."-->
<stop busStop="070101007223_0" arrival="0:00:07:00" duration="10" until="0:00:07:00"/><!--"S+U Friedrichstr. Bhf (Berlin)"-->
<stop busStop="070101005224_0" arrival="0:00:08:00" duration="10" until="0:00:08:00"/><!--"Berlin, Friedrichstr./Reinhardtstr."-->
<stop busStop="070101005225_0" arrival="0:00:09:00" duration="10" until="0:00:09:00"/><!--"Berlin, Deutsches Theater"-->
<stop busStop="070101005411_0" arrival="0:00:10:00" duration="10" until="0:00:10:00"/><!--"Berlin, Schumannstr."-->
</vehicle>
<route id="8933" edges="379102293#0"/>
<vehicle id="106146461.trimmed.0" route="8933" line="17525_400_106146461.trimmed" depart="0:00:00:30" departEdge="0" arrivalEdge="0" type="subway">
<param key="gtfs.route_name" value="U8"/>
<param key="gtfs.trip_headsign" value="S+U Wittenau"/>
<stop busStop="070201083402_0" arrival="0:00:00:30" duration="10" until="0:00:00:30"/><!--"U Rosenthaler Platz (Berlin)"-->
<stop busStop="070201083302_0" arrival="0:00:02:00" duration="10" until="0:00:02:00"/><!--"U Bernauer Str. (Berlin)"-->
</vehicle>
<route id="9066" edges="200422335#0 200422335#1 384294422#1 391559412 207993050 387106270#0 387106270#1 387106270#2"/>
<vehicle id="106076694.trimmed.0" route="9066" line="17514_400_106076694.trimmed" depart="0:00:00:30" departEdge="3" arrivalEdge="7" type="subway">
<param key="gtfs.route_name" value="U2"/>
<param key="gtfs.trip_headsign" value="U Ruhleben"/>
<stop busStop="070201022901_0" arrival="0:00:00:30" duration="10" until="0:00:00:30"/><!--"U Spittelmarkt (Berlin)"-->
<stop busStop="070201023001_0" arrival="0:00:02:30" duration="10" until="0:00:02:30"/><!--"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,179c1,65
< Warning: 7 total messages of type: Ambiguity in turnarounds computation at junction '%'.
< 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: 21 total messages of type: Converting invalid rail_crossing to priority junction '%'.
< Warning: 25 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: 1 total messages of type: Could not build program '%' for traffic light '%'
< Warning: 7 total messages of type: Could not find corresponding edge or compatible lane for free-floating pt stop '%' (%). Thus, it will be removed!
< Warning: 8 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: 2 total messages of type: Discarding unknown compound '%' in type '%' (first occurrence for edge '%').
< Warning: 13 total messages of type: Discarding unusable type '%' (first occurrence for edge '%').
< Warning: 2 total messages of type: Edge '%' is not connected to outgoing edges at junction '%'.
< Warning: 14 total messages of type: Edge sequence is not consistent with stop sequence in line '%', not adding bidi edges.
< Warning: 9 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: 15 total messages of type: Found sharp turn with radius % at the end of edge '%'.
< Warning: 28 total messages of type: Found sharp turn with radius % at the start of edge '%'.
< Warning: 3 total messages of type: Ignoring restriction relation '%' with unknown to-way.
< Warning: 2 total messages of type: Ignoring restriction relation '%'.
< Warning: 1 total messages of type: Invalid pedestrian topology: crossing '%' across [%] has no target.
< 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 '%'
< Warning: 7 total messages of type: Not joining junctions % (%).
< Warning: 4 total messages of type: PT line '%' in relation % seems to be split, only keeping first part.
< Warning: 17 total messages of type: PT line in relation % with no stops ignored. Probably OSM file is incomplete.
< Warning: 13 total messages of type: PT stop '%' has been moved to edge '%'.
<truncated after showing first 30 lines>
---------- Differences in output ----------
1,53c1
< Success.
< Building scenario in '<TEXTTEST_SANDBOX>/test'.
< 200 OK
< generating trips...
< Skipping line '1231708' because it only drives at night
< Cannot extend route to fringe for line '1929071' (not enough edges given)
< 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
< Cannot extend route to fringe for line '2269238' (not enough edges given)
< Cannot extend route to fringe for line '2422951' (not enough edges given)
< 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
< Cannot extend route to fringe for line '3019045' (not enough edges given)
< 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 755551647 not in route)
< Cannot extend route to fringe for line '7794031' (not enough edges given)
< Imported 105 lines with 309 stops and skipped 16 lines
<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="-4612981#1:13.00" 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.51"/>
<access friendlyPos="true" lane="272757274_0" pos="9.62" length="9.25"/>
<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="465376243#1:13.00" lane="465376243#1_0" startPos="0.00" endPos="13.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"/>
</busStop>
<busStop id="24240246#0:75.61" lane="24240246#0_2" startPos="62.61" endPos="75.61" friendlyPos="true" name="S+U Brandenburger Tor (Berlin)"/>
<busStop id="461526152#1:13.00" 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 -979668824#0 -1133992735#0 -168942727#0 -743631784#1 -743631784#0 -316746323#3 183415643 46140382 1120993114#0 1120993114#1 1120993114#2 1120993183#1 30721660#1 437325047#0 437325047#2 437325047#3 51167934#3 51167934#4 51167934#5 51167934#6 507023458 4610375 -24243107#2 -24243107#1 -24243107#0 -1114798610#1 -1114798610#0 -24243101 339201185 4610472#0 4610472#1 4610472#2 46104
72#3 34848160#2 34848160#4 34848160#6 195105329 1134013286 -292429063#1 24243052#0 24243052#1 24243052#2 24243052#3 465376243#1">
<stop busStop="-4612981#1:13.00" duration="10" until="0"/>
<stop busStop="465376243#1:13.00" duration="10" until="300"/>
</route>
<route id="122409" edges="24240246#0 1125871007#1 1125871262#1 1125871417 1125871619#1 1125871619#2 1125871619#4 236092221#0 236092221#1 342968607#1 461526152#1 1126234503#0 1126237668#1 1079495669#0 1079495669#1 340498982#0 340498982#1 340498982#4 340498982#5 251884680#0 251884680#1 1126246695#1 339201217 1126244314#1 54048862#2 831694400 23013165#1 23013165#2 4611698 202156994#0 72157174#1 171826984#2 195401006 1113401735#1">
<stop busStop="24240246#0:75.61" duration="10" until="0"/>
<stop busStop="461526152#1:13.00" duration="10" until="120"/>
<stop busStop="340498982#1:93.30" duration="10" until="240"/>
<stop busStop="1126244314#1:73.74" duration="10" until="300"/>
<stop busStop="202156994#0:75.72" duration="10" until="420"/>
<stop busStop="1113401735#1:62.07" duration="10" until="540"/>
</route>
<route id="122807" edges="1113401735#1 139877314#1 783042668 112128419#1 112128419#2 415280722 195401013#2 171826985#2 24913519#1 24913519#2 541763975 202156995#0 202156995#1 4067932#0 4067932#1 541763974 61584187#0 61584187#1 1126245113 15971197 4611699#0 4611699#1 169195795#0 169195795#1 169195795#4 169195795#5 169195795#6 1113726463 1077923225#0 882389494#1 340498988#0 188386313#1 1119934869 1119935543 1119936840#1 24913304#3 24913304#4">
<stop busStop="1113401735#1:62.07" duration="10" until="0"/>
<stop busStop="195401013#2:74.69" duration="10" until="120"/>
<stop busStop="24913519#1:13.00" duration="10" until="180"/>
<stop busStop="61584187#1:30.39" duration="10" until="240"/>
<stop busStop="169195795#4:13.00" duration="10" until="300"/>
<stop busStop="340498988#0:39.18" duration="10" until="420"/>
<stop busStop="24913304#4:92.46" duration="10" until="480"/>
</route>
<route id="144589" edges="-1100903092 -169719829#1 -169719829#0 -1100903095 -1100903094#3 -1100903094#1 -1100903094#0 -32805741#3 -32805741#2 169717723#1">
<stop busStop="-1100903092:36.25" duration="10" until="0"/>
<stop busStop="169717723#1:13.00" duration="10" until="60"/>
</route>
<route id="20322" edges="24914109 4790822 1101404262#1 24914141#1 24914141#2 24914141#4 24914141#5 1133761630#0 1133761630#1 112128825#3 4613299#2 4613299#3 -4613300#2 -4613300#1 -4613300#0">
<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
---------- Differences in gtfs_additional ---------- 344d343 < <access friendlyPos="true" lane="-151627029#17_0" pos="0.00" length="77.18"/> 351a351 > <access friendlyPos="true" lane="301687321_0" pos="0.00" length="67.84"/> 413a414 > <access friendlyPos="true" lane="-116171834#2_0" pos="0.00" length="66.97"/> 418a420 > <access friendlyPos="true" lane="116171834#2_0" pos="43.38" length="67.26"/> 421,422d422 < <access friendlyPos="true" lane="21721173#8_0" pos="0.00" length="60.44"/> < <access friendlyPos="true" lane="301687326#2_0" pos="42.29" length="68.20"/> 438d437 < <access friendlyPos="true" lane="-176187644#0_0" pos="101.95" length="32.29"/> 441d439 < <access friendlyPos="true" lane="176187579#0_0" pos="0.00" length="36.19"/> 445a444,445 > <access friendlyPos="true" lane="28925245#3_0" pos="25.13" length="37.77"/> > <access friendlyPos="true" lane="350351302#5_0" pos="0.20" length="34.06"/> 498d497 < <access friendlyPos="true" lane="-176187644#0_0" pos="101.95" length="32.29"/> 501d499 < <access friendlyPos="true" lane="176187579#0_0" pos="0.00" length="36.19"/> 505a504,505 > <access friendlyPos="true" lane="28925245#3_0" pos="25.13" length="37.77"/> > <access friendlyPos="true" lane="350351302#5_0" pos="0.20" length="34.06"/> 521a522 > <access friendlyPos="true" lane="-116171834#2_0" pos="0.00" length="66.97"/> 526a528 > <access friendlyPos="true" lane="116171834#2_0" pos="43.38" length="67.26"/> 529,530d530 <truncated after showing first 30 lines>
---------- Differences in gtfs_additional ---------- 74d73 < <access friendlyPos="true" lane="-151627029#17_0" pos="0.00" length="77.18"/> 81a81 > <access friendlyPos="true" lane="301687321_0" pos="0.00" length="67.84"/> 143a144 > <access friendlyPos="true" lane="-116171834#2_0" pos="0.00" length="66.97"/> 148a150 > <access friendlyPos="true" lane="116171834#2_0" pos="43.38" length="67.26"/> 151,152d152 < <access friendlyPos="true" lane="21721173#8_0" pos="0.00" length="60.44"/> < <access friendlyPos="true" lane="301687326#2_0" pos="42.29" length="68.20"/> 168d167 < <access friendlyPos="true" lane="-176187644#0_0" pos="101.95" length="32.29"/> 171d169 < <access friendlyPos="true" lane="176187579#0_0" pos="0.00" length="36.19"/> 175a174,175 > <access friendlyPos="true" lane="28925245#3_0" pos="25.13" length="37.77"/> > <access friendlyPos="true" lane="350351302#5_0" pos="0.20" length="34.06"/> 228d227 < <access friendlyPos="true" lane="-176187644#0_0" pos="101.95" length="32.29"/> 231d229 < <access friendlyPos="true" lane="176187579#0_0" pos="0.00" length="36.19"/> 235a234,235 > <access friendlyPos="true" lane="28925245#3_0" pos="25.13" length="37.77"/> > <access friendlyPos="true" lane="350351302#5_0" pos="0.20" length="34.06"/> 251a252 > <access friendlyPos="true" lane="-116171834#2_0" pos="0.00" length="66.97"/> 256a258 > <access friendlyPos="true" lane="116171834#2_0" pos="43.38" length="67.26"/> 259,260d260 <truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,21
> capi_return is NULL
> Call-back cb_calcfc_in__cobyla__user__routines failed.
> Traceback (most recent call last):
> File "C:/Users/delphi/testreports/sumo/git/tests/../tests/complex/tutorial/san_pablo_dam/runner.py", line 134, in <module>
> fmin_cobyla(
> File "C:/Program Files/Python38/lib/site-packages/scipy/optimize/cobyla.py", line 34, in wrapper
> return func(*args, **kwargs)
> File "C:/Program Files/Python38/lib/site-packages/scipy/optimize/cobyla.py", line 176, in fmin_cobyla
> sol = _minimize_cobyla(func, x0, args, constraints=con,
> File "C:/Program Files/Python38/lib/site-packages/scipy/optimize/cobyla.py", line 34, in wrapper
> return func(*args, **kwargs)
> File "C:/Program Files/Python38/lib/site-packages/scipy/optimize/cobyla.py", line 260, in _minimize_cobyla
> xopt, info = _cobyla.minimize(calcfc, m=m, x=np.copy(x0), rhobeg=rhobeg,
> File "C:/Program Files/Python38/lib/site-packages/scipy/optimize/cobyla.py", line 252, in calcfc
> f = fun(x, *args)
> File "C:/Users/delphi/testreports/sumo/git/tests/../tests/complex/tutorial/san_pablo_dam/runner.py", line 80, in gof
> result = validate.validate(checkBinary('sumo'))
> File "C:/Users/delphi/testreports/sumo/git/tests/complex/tutorial/san_pablo_dam/validate.py", line 133, in validate
> return errAll / cntAll
> ZeroDivisionError: float division by zero
> sys:1: ResourceWarning: unclosed file <_io.TextIOWrapper name='results.csv' mode='w' encoding='cp1252'>
---------- Differences in output ----------
137,209d136
< #### yields rmse: 61.0108
< # simulation with: vMax:22.599 aMax:1.488 bMax:3.461 lCar:6.591 sigA:0.100 tTau:1.100
< #### yields rmse: 60.6630
< # simulation with: vMax:22.613 aMax:1.487 bMax:3.464 lCar:6.585 sigA:0.100 tTau:1.100
< #### yields rmse: 60.7745
< # simulation with: vMax:22.599 aMax:1.488 bMax:3.461 lCar:6.591 sigA:0.108 tTau:1.100
< #### yields rmse: 60.9366
< # simulation with: vMax:22.604 aMax:1.482 bMax:3.451 lCar:6.599 sigA:0.100 tTau:1.100
< #### yields rmse: 60.7835
< # simulation with: vMax:22.598 aMax:1.490 bMax:3.455 lCar:6.586 sigA:0.100 tTau:1.100
< #### yields rmse: 60.7851
< # simulation with: vMax:22.592 aMax:1.487 bMax:3.473 lCar:6.597 sigA:0.100 tTau:1.100
< #### yields rmse: 60.6936
< # simulation with: vMax:22.599 aMax:1.488 bMax:3.461 lCar:6.591 sigA:0.100 tTau:1.108
< #### yields rmse: 60.7041
< # simulation with: vMax:22.588 aMax:1.494 bMax:3.457 lCar:6.582 sigA:0.100 tTau:1.100
< #### yields rmse: 60.7986
< # simulation with: vMax:22.593 aMax:1.491 bMax:3.459 lCar:6.586 sigA:0.100 tTau:1.100
< #### yields rmse: 60.8346
< # simulation with: vMax:22.598 aMax:1.485 bMax:3.461 lCar:6.589 sigA:0.100 tTau:1.100
< #### yields rmse: 60.8447
< # simulation with: vMax:22.604 aMax:1.493 bMax:3.463 lCar:6.592 sigA:0.100 tTau:1.100
< #### yields rmse: 60.7411
< # simulation with: vMax:22.598 aMax:1.488 bMax:3.459 lCar:6.594 sigA:0.100 tTau:1.100
< #### yields rmse: 60.7659
< # simulation with: vMax:22.599 aMax:1.488 bMax:3.459 lCar:6.590 sigA:0.100 tTau:1.100
< #### yields rmse: 60.8466
< # simulation with: vMax:22.596 aMax:1.490 bMax:3.462 lCar:6.590 sigA:0.100 tTau:1.100
< #### yields rmse: 60.8191
<truncated after showing first 30 lines>
---------- Differences in results ----------
47,83d46
< 22.605 1.528 3.461 6.613 0.100 1.100 61.01083025698129
< 22.599 1.488 3.461 6.591 0.100 1.100 60.662999255001445
< 22.613 1.487 3.464 6.585 0.100 1.100 60.77451453276802
< 22.599 1.488 3.461 6.591 0.108 1.100 60.93660713547452
< 22.604 1.482 3.451 6.599 0.100 1.100 60.78350152695152
< 22.598 1.490 3.455 6.586 0.100 1.100 60.78512117431845
< 22.592 1.487 3.473 6.597 0.100 1.100 60.69356939985376
< 22.599 1.488 3.461 6.591 0.100 1.108 60.70405973913158
< 22.588 1.494 3.457 6.582 0.100 1.100 60.79861236989928
< 22.593 1.491 3.459 6.586 0.100 1.100 60.834629690032195
< 22.598 1.485 3.461 6.589 0.100 1.100 60.84469527628987
< 22.604 1.493 3.463 6.592 0.100 1.100 60.74109971205513
< 22.598 1.488 3.459 6.594 0.100 1.100 60.765897265018296
< 22.599 1.488 3.459 6.590 0.100 1.100 60.84657781467547
< 22.596 1.490 3.462 6.590 0.100 1.100 60.81908574611461
< 22.600 1.488 3.462 6.591 0.100 1.100 60.87613954867672
< 22.599 1.488 3.461 6.591 0.100 1.101 60.831685247799975
< 22.598 1.487 3.460 6.592 0.100 1.100 60.79551512429508
< 22.599 1.488 3.461 6.591 0.099 1.100 60.77554291428999
< 22.598 1.486 3.461 6.590 0.100 1.100 60.80992576724241
< 22.598 1.489 3.461 6.590 0.100 1.100 60.85419193355633
< 22.598 1.488 3.461 6.591 0.100 1.100 60.842495378283914
< 22.598 1.488 3.461 6.591 0.100 1.100 60.74188919795108
< 22.599 1.488 3.461 6.590 0.100 1.100 60.79716968600105
< 22.599 1.488 3.461 6.591 0.100 1.100 60.888199535464075
< 22.598 1.488 3.461 6.591 0.100 1.100 60.71195437089246
< 22.599 1.488 3.461 6.591 0.100 1.100 60.856534261737245
< 22.599 1.488 3.461 6.591 0.100 1.100 60.7794835437742
< 22.599 1.488 3.461 6.591 0.100 1.100 60.8085196895473
<truncated after showing first 30 lines>
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 0x000001B8399192C0> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (72.0, 73.0) <zip object at 0x000001B8398E6540> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001B8398ABF40> 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 0x000001B839BE4100> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (72.0, 73.0) <zip object at 0x000001B83992A140> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001B83992F940> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x000001B83992F880> 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 0x000001B839919400> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (73.0, 74.0) <zip object at 0x000001B839919F00> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001B839919F80> 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 0x0000017B45C972C0>
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (148.9, 149.0) <zip object at 0x0000017B460022C0>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (149.0, 150.0) <zip object at 0x0000017B45ACA100>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (149.0, 150.0) <zip object at 0x0000017B4501E840>
> failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) <zip object at 0x0000017B45052F80>
> failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) <zip object at 0x0000017B45052DC0>
> failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) <zip object at 0x0000017B45052B40>
> failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) <zip object at 0x0000017B44FB4780>
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 0x00000246F62B43C0>
> failed 0.1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x00000246F63063C0>
> failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x00000246F6251400>
> failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x00000246F6251440>
> failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) <zip object at 0x00000246F6251900>
> failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) <zip object at 0x00000246F6251440>
> failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) <zip object at 0x00000246F6251E40>
> failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) <zip object at 0x00000246F62A3840>
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x00000246F6F2A040>
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x00000246F72900C0>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x00000246F6D41040>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x00000246F625E200>
<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 0x000002212EBAEF80> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (76.0, 77.0) <zip object at 0x000002212EB83CC0> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000002212EB832C0> 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 0x000002212F67BD80> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (76.0, 77.0) <zip object at 0x000002212EBA9600> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000002212EBA9680> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x000002212EBA9180> 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 0x000002212EBB7CC0> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x000002212EB68140> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000002212EBB7740> 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 0x00000208CD27C3C0> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x00000208CD24F300> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x00000208CD24F680> 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 0x00000208CDD4BE40> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x00000208CD28F740> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x00000208CD28F740> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x00000208CD236580> 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 0x00000208CD24C500> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (78.0, 79.0) <zip object at 0x00000208CD24CB00> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x00000208CD24C700> 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 0x00000227B7CEB440> > failed 1 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x00000227B7CF52C0> > failed 10 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x00000227B7CF5080> > failed 100 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) <zip object at 0x00000227B7CF5480> > failed 0.1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x00000227B7D36F40> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x00000227B7CF5DC0> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x00000227B7CF5940> > failed 100 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x00000227B7CD0840> > failed 0.1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x00000227B87FDF80> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x00000227B7CF5900> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x00000227B7D3E7C0> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x00000227B7D03E00> > failed 0.1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x00000227B7D39840> > failed 1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x00000227B7D03540> > failed 10 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x00000227B7D031C0> > failed 100 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) <zip object at 0x00000227B7CCD480> > failed 0.1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x00000227B7CCDFC0> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x00000227B7CCDFC0> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x00000227B7CCDA80> > failed 100 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x00000227B7CCDE00> > failed 0.1 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x00000227B7CCDBC0> > failed 1 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x00000227B7CEB780> > failed 10 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x00000227B7D1FEC0> > failed 100 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x00000227B7CFC4C0>
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 ---------- Missing result in log ---------- inserted stepLength exDP sigma speedDev departSpeed 1198 1 false 0.5 0.1 0 1650 1 false 0.5 0.1 max 1520 1 false 0.5 0.1 desired 1935 1 false 0.5 0.1 avg 1440 1 false 0 0 0 2073 1 false 0 0 max 1800 1 false 0 0 desired 1800 1 false 0 0 avg 1198 1 true 0.5 0.1 0 1645 1 true 0.5 0.1 max 1922 1 true 0.5 0.1 desired 1969 1 true 0.5 0.1 avg 1440 1 true 0 0 0 2083 1 true 0 0 max 2482 1 true 0 0 desired 2482 1 true 0 0 avg 1368 0.1 false 0.5 0.1 0 2184 0.1 false 0.5 0.1 max 2051 0.1 false 0.5 0.1 desired 2213 0.1 false 0.5 0.1 avg 1500 0.1 false 0 0 0 2489 0.1 false 0 0 max 2400 0.1 false 0 0 desired 2400 0.1 false 0 0 avg 1368 0.1 true 0.5 0.1 0 2191 0.1 true 0.5 0.1 max 2090 0.1 true 0.5 0.1 desired 2211 0.1 true 0.5 0.1 avg 1500 0.1 true 0 0 0 <truncated after showing first 30 lines> ---------- Missing result in log2 ---------- stepLength exDP sigma speedDev departSpeed 1 false 0.5 0.1 0 1 true 0.5 0.1 0 0.1 false 0.5 0.1 0 0.1 true 0.5 0.1 0 1 false 0 0 0 1 true 0 0 0 0.1 false 0 0 0 0.1 true 0 0 0 1 false 0.5 0.1 desired 1 true 0.5 0.1 max 1 false 0.5 0.1 max 1 false 0 0 avg 1 false 0 0 desired 1 true 0.5 0.1 desired 1 false 0.5 0.1 avg 1 true 0.5 0.1 avg 0.1 false 0.5 0.1 desired 1 false 0 0 max 1 true 0 0 max 0.1 true 0.5 0.1 desired 0.1 false 0.5 0.1 max 0.1 true 0.5 0.1 max 0.1 true 0.5 0.1 avg 0.1 false 0.5 0.1 avg 0.1 false 0 0 avg 0.1 false 0 0 desired 1 true 0 0 avg 1 true 0 0 desired 0.1 true 0 0 avg <truncated after showing first 30 lines>
Test exceeded wallclock time limit of 900.0 seconds
Test exceeded wallclock time limit of 900.0 seconds
---------- Differences in errors ----------
0a1,86
> Der Befehl "sumo-gui" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Process Process-1:
> Traceback (most recent call last):
> raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 61 tries
> Process Process-2:
> Traceback (most recent call last):
> raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 61 tries
> Der Befehl "sumo-gui" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Process Process-4:
> Traceback (most recent call last):
> raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 61 tries
> Process Process-3:
> Traceback (most recent call last):
> raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 61 tries
> Der Befehl "sumo-gui" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> Process Process-5:
> Traceback (most recent call last):
> raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 61 tries
> Process Process-7:
> Traceback (most recent call last):
> raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
<truncated after showing first 30 lines>
---------- Differences in output ----------
3a4
> [WinError 10061] Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte
4a6
> [WinError 10061] Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte
6a9,12
> [WinError 10061] Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte
> [WinError 10061] Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte
> [WinError 10061] Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte
> [WinError 10061] Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte
7a14,17
> [WinError 10061] Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte
> [WinError 10061] Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte
> [WinError 10061] Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte
> [WinError 10061] Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte
10a21
> [WinError 10061] Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte
11a23
> [WinError 10061] Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte
14,44d25
< Run 1
< -- Unordered text as found by filter 'Process [0-9]' --
< Process 1 ended at step 99
< Process 1 ended at step 99
< Process 1 ended at step 99
< Process 1 ended at step 99
< Process 1 ended at step 99
< Process 1 ended at step 99
< Process 1 ended at step 99
< Process 1 ended at step 99
< Process 2 ended at step 99
<truncated after showing first 30 lines>
Test exceeded wallclock time limit of 900.0 seconds ---------- Differences in output ---------- 1,32d0 < Computing for 0<->0 < for tls-type sotl_request < Computing for 0<->600 < for tls-type sotl_request < Computing for 0<->1200 < for tls-type sotl_request < Computing for 0<->1800 < for tls-type sotl_request < Computing for 600<->0 < for tls-type sotl_request < Computing for 600<->600 < for tls-type sotl_request < Computing for 600<->1200 < for tls-type sotl_request < Computing for 600<->1800 < for tls-type sotl_request < Computing for 1200<->0 < for tls-type sotl_request < Computing for 1200<->600 < for tls-type sotl_request < Computing for 1200<->1200 < for tls-type sotl_request < Computing for 1200<->1800 < for tls-type sotl_request < Computing for 1800<->0 < for tls-type sotl_request < Computing for 1800<->600 < for tls-type sotl_request < Computing for 1800<->1200 <truncated after showing first 30 lines> ---------- Differences in statistics ---------- 2a3,4 > <!-- generated on 2023-03-21 01:56:01 by Eclipse SUMO sumo Version v1_16_0+1498-590db392c2f > <configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd"> 4,14c6,31 < <statistics xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/statistic_file.xsd"> < <vehicles loaded="1458" inserted="1458" running="0" waiting="0"/> < <teleports total="0" jam="0" yield="0" wrongLane="0"/> < <safety collisions="0" emergencyStops="0"/> < <persons loaded="0" running="0" jammed="0"/> < <personTeleports total="0" abortWait="0" wrongDest="0"/> < <vehicleTripStatistics count="1458" routeLength="2041.90" speed="2.21" duration="1173.59" waitingTime="857.87" timeLoss="1026.39" departDelay="976.80" departDelayWaiting="-1.00" totalTravelTime="1711091.00" totalDepartDelay="1424181.00"/> < <pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/> < <rideStatistics number="0"/> < <transportStatistics number="0"/> < </statistics> --- > <input> > <net-file value="input_net.net.xml"/> > <route-files value="input_routes.rou.xml"/> > <additional-files value="input_additional.add.xml"/> > </input> > > <output> > <queue-output value="results/queue_sotl_request_1800_1800.xml"/> > <summary-output value="results/summary_sotl_request_1800_1800.xml"/> > <tripinfo-output value="results/tripinfos_sotl_request_1800_1800.xml"/> > <statistic-output value="statistics.xml"/> > </output> > > <processing> <truncated after showing first 30 lines> ---------- Differences in tls_state ---------- 6,1118c6,752 < <tlsState time="66.00" id="0" programID="a" phase="1" state="yryr"/> < <tlsState time="70.00" id="0" programID="a" phase="2" state="rrrr"/> < <tlsState time="74.00" id="0" programID="a" phase="3" state="rGrG"/> < <tlsState time="79.00" id="0" programID="a" phase="4" state="ryry"/> < <tlsState time="83.00" id="0" programID="a" phase="5" state="rrrr"/> < <tlsState time="87.00" id="0" programID="a" phase="0" state="GrGr"/> < <tlsState time="92.00" id="0" programID="a" phase="1" state="yryr"/> < <tlsState time="96.00" id="0" programID="a" phase="2" state="rrrr"/> < <tlsState time="100.00" id="0" programID="a" phase="3" state="rGrG"/> < <tlsState time="105.00" id="0" programID="a" phase="4" state="ryry"/> < <tlsState time="109.00" id="0" programID="a" phase="5" state="rrrr"/> < <tlsState time="113.00" id="0" programID="a" phase="0" state="GrGr"/> < <tlsState time="118.00" id="0" programID="a" phase="1" state="yryr"/> < <tlsState time="122.00" id="0" programID="a" phase="2" state="rrrr"/> < <tlsState time="126.00" id="0" programID="a" phase="3" state="rGrG"/> < <tlsState time="131.00" id="0" programID="a" phase="4" state="ryry"/> < <tlsState time="135.00" id="0" programID="a" phase="5" state="rrrr"/> < <tlsState time="139.00" id="0" programID="a" phase="0" state="GrGr"/> < <tlsState time="144.00" id="0" programID="a" phase="1" state="yryr"/> < <tlsState time="148.00" id="0" programID="a" phase="2" state="rrrr"/> < <tlsState time="152.00" id="0" programID="a" phase="3" state="rGrG"/> < <tlsState time="157.00" id="0" programID="a" phase="4" state="ryry"/> < <tlsState time="161.00" id="0" programID="a" phase="5" state="rrrr"/> < <tlsState time="165.00" id="0" programID="a" phase="0" state="GrGr"/> < <tlsState time="170.00" id="0" programID="a" phase="1" state="yryr"/> < <tlsState time="174.00" id="0" programID="a" phase="2" state="rrrr"/> < <tlsState time="178.00" id="0" programID="a" phase="3" state="rGrG"/> < <tlsState time="183.00" id="0" programID="a" phase="4" state="ryry"/> < <tlsState time="187.00" id="0" programID="a" phase="5" state="rrrr"/> <truncated after showing first 30 lines>