texttest.exe -a complex -d C:\Users\delphi\testreports\sumo\git\tests -reconnect C:\Users\delphi\testreports\sumo\msvc16x64Dtexttesttmp\msvc16x64D.31Mar061032.14280 -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/msvc16x64Dtexttesttmp/msvc16x64D.21Mar052428.9980/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=480, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('0.0.0.0', 61604)>
---------- 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 output ---------- 14a15 > done. 95a97 > Loading configuration ... Starting process 1 with steplength 2.0 99d100 < Starting process 1 with steplength 2.0 114d114 < Loading configuration ... done.
---------- 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 6708 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.
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 0x00000293F653C440> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (72.0, 73.0) <zip object at 0x00000293F6503DC0> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x00000293F6505580> 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 0x00000293F7003FC0> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (72.0, 73.0) <zip object at 0x00000293F6549C00> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x00000293F6549D00> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x00000293F6549680> 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 0x00000293F653F640> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (73.0, 74.0) <zip object at 0x00000293F64C3880> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x00000293F653FD40> 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 ---------- 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 0x000001ABFEF393C0> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (76.0, 77.0) <zip object at 0x000001ABFEECD740> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001ABFEECD580> 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 0x000001ABFFA012C0> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (76.0, 77.0) <zip object at 0x000001ABFEF4E440> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001ABFEF09C00> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x000001ABFEF5B280> 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 0x000001ABFEF499C0> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x000001ABFEF05F00> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001ABFEF49140> 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 0x000001E6264CC4C0> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x000001E626489BC0> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001E626489640> 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 0x000001E626F99FC0> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x000001E6264C9BC0> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001E6264C9080> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x000001E626491B00> 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 0x000001E626491840> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (78.0, 79.0) <zip object at 0x000001E6264DF380> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001E626491840> 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 0x000001E5185A1B40> > failed 1 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000001E5185A62C0> > failed 10 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001E5185A6EC0> > failed 100 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) <zip object at 0x000001E5185A6140> > failed 0.1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x000001E5185DC4C0> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000001E5185A6040> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001E5185A6780> > failed 100 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000001E5185A6500> > failed 0.1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x000001E51888F440> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000001E5185EA680> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001E518596FC0> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000001E5185EF980> > failed 0.1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001E5185E0BC0> > failed 1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001E5185EA840> > failed 10 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001E5185E0EC0> > failed 100 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) <zip object at 0x000001E5185E0640> > failed 0.1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001E5185E0CC0> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001E5185AC4C0> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001E5185E00C0> > failed 100 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000001E5185E0640> > failed 0.1 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001E5185E0CC0> > failed 1 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001E51859B740> > failed 10 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001E5185EF340> > failed 100 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000001E5185A6A00>
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
---------- Differences in detector ----------
4,65c4,809
< <detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/det_e1_file.xsd">
< <interval begin="0.00" end="100.00" id="e1_2/1to1/1_0" nVehContrib="5" flow="180.00" occupancy="2.50" speed="10.00" harmonicMeanSpeed="10.00" length="5.00" nVehEntered="5"/>
< <interval begin="0.00" end="100.00" id="e2_2/1to1/1_0" sampledSeconds="225.00" nVehEntered="15" nVehLeft="0" nVehSeen="15" meanSpeed="10.00" meanTimeLoss="0.00" meanOccupancy="0.04" maxOccupancy="0.25" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" max
IntervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="2.25" maxVehicleNumber="15" />
< <interval begin="0.00" end="100.00" id="e3_2/1to1/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="10.00" meanHaltsPerVehicleWithin="0.00" meanDurationWithin="16.00" vehicleSumWithin="15" meanIntervalSpeedWithin="10.00" meanIntervalHaltsPerVehicleWithin="0.00" meanIntervalDurationWithin="16.00" meanTimeLossWithin="0.00"/>
< <interval begin="0.00" end="100.00" id="e1_1/1to0/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
< <interval begin="0.00" end="100.00" id="e2_1/1to0/1_0" sampledSeconds="0.00" nVehEntered="0" nVehLeft="0" nVehSeen="0" meanSpeed="-1.00" meanTimeLoss="-1.00" meanOccupancy="0.00" maxOccupancy="0.00" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInt
ervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
< <interval begin="0.00" end="100.00" id="e3_1/1to0/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
< <interval begin="100.00" end="200.00" id="e1_2/1to1/1_0" nVehContrib="48" flow="1728.00" occupancy="24.00" speed="10.00" harmonicMeanSpeed="10.00" length="5.00" nVehEntered="48"/>
< <interval begin="100.00" end="200.00" id="e2_2/1to1/1_0" sampledSeconds="3856.00" nVehEntered="38" nVehLeft="0" nVehSeen="53" meanSpeed="7.43" meanTimeLoss="18.66" meanOccupancy="0.64" maxOccupancy="0.88" meanMaxJamLengthInVehicles="9.21" meanMaxJamLengthInMeters="67.91" maxJamLengthInVehicles="38" maxJamLengthInMeters="282.54" jamLengthInVehiclesSum="921" jamLengthInMetersSum="6790.87" meanHaltingDuration="24.61" maxHaltingDuration="48.00" haltingDurationSum="960.00" meanIntervalHaltingDur
ation="24.61" maxIntervalHaltingDuration="48.00" intervalHaltingDurationSum="960.00" startedHalts="39.00" meanVehicleNumber="38.56" maxVehicleNumber="53" />
< <interval begin="100.00" end="200.00" id="e3_2/1to1/1_0" meanTravelTime="40.00" meanOverlapTravelTime="40.50" meanSpeed="10.00" meanHaltsPerVehicle="0.00" meanTimeLoss="0.00" vehicleSum="45" meanSpeedWithin="10.00" meanHaltsPerVehicleWithin="0.00" meanDurationWithin="33.00" vehicleSumWithin="8" meanIntervalSpeedWithin="10.00" meanIntervalHaltsPerVehicleWithin="0.00" meanIntervalDurationWithin="33.00" meanTimeLossWithin="0.00"/>
< <interval begin="100.00" end="200.00" id="e1_1/1to0/1_0" nVehContrib="26" flow="936.00" occupancy="29.95" speed="9.92" harmonicMeanSpeed="9.90" length="5.00" nVehEntered="27"/>
< <interval begin="100.00" end="200.00" id="e2_1/1to0/1_0" sampledSeconds="2025.00" nVehEntered="45" nVehLeft="0" nVehSeen="45" meanSpeed="5.12" meanTimeLoss="21.98" meanOccupancy="0.34" maxOccupancy="0.75" meanMaxJamLengthInVehicles="9.21" meanMaxJamLengthInMeters="67.91" maxJamLengthInVehicles="38" maxJamLengthInMeters="282.54" jamLengthInVehiclesSum="921" jamLengthInMetersSum="6790.87" meanHaltingDuration="24.61" maxHaltingDuration="48.00" haltingDurationSum="960.00" meanIntervalHaltingDur
ation="24.61" maxIntervalHaltingDuration="48.00" intervalHaltingDurationSum="960.00" startedHalts="39.00" meanVehicleNumber="20.25" maxVehicleNumber="45" />
< <interval begin="100.00" end="200.00" id="e3_1/1to0/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="6.12" meanHaltsPerVehicleWithin="0.84" meanDurationWithin="46.00" vehicleSumWithin="45" meanIntervalSpeedWithin="6.12" meanIntervalHaltsPerVehicleWithin="0.84" meanIntervalDurationWithin="46.00" meanTimeLossWithin="1.07"/>
< <interval begin="200.00" end="300.00" id="e1_2/1to1/1_0" nVehContrib="1" flow="36.00" occupancy="0.50" speed="10.00" harmonicMeanSpeed="10.00" length="5.00" nVehEntered="1"/>
< <interval begin="200.00" end="300.00" id="e2_2/1to1/1_0" sampledSeconds="5369.00" nVehEntered="1" nVehLeft="0" nVehSeen="54" meanSpeed="0.28" meanTimeLoss="96.66" meanOccupancy="0.89" maxOccupancy="0.90" meanMaxJamLengthInVehicles="51.94" meanMaxJamLengthInMeters="387.76" maxJamLengthInVehicles="54" maxJamLengthInMeters="405.00" jamLengthInVehiclesSum="5194" jamLengthInMetersSum="38776.19" meanHaltingDuration="114.24" maxHaltingDuration="148.00" haltingDurationSum="6169.00" meanIntervalHalt
ingDuration="96.46" maxIntervalHaltingDuration="100.00" intervalHaltingDurationSum="5209.00" startedHalts="15.00" meanVehicleNumber="53.69" maxVehicleNumber="54" />
< <interval begin="200.00" end="300.00" id="e3_2/1to1/1_0" meanTravelTime="40.00" meanOverlapTravelTime="40.53" meanSpeed="10.00" meanHaltsPerVehicle="0.00" meanTimeLoss="0.04" vehicleSum="8" meanSpeedWithin="5.84" meanHaltsPerVehicleWithin="1.00" meanDurationWithin="70.00" vehicleSumWithin="1" meanIntervalSpeedWithin="5.84" meanIntervalHaltsPerVehicleWithin="1.00" meanIntervalDurationWithin="70.00" meanTimeLossWithin="29.10"/>
< <interval begin="200.00" end="300.00" id="e1_1/1to0/1_0" nVehContrib="0" flow="0.00" occupancy="100.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
< <interval begin="200.00" end="300.00" id="e2_1/1to0/1_0" sampledSeconds="5236.00" nVehEntered="8" nVehLeft="0" nVehSeen="53" meanSpeed="0.09" meanTimeLoss="97.94" meanOccupancy="0.87" maxOccupancy="0.88" meanMaxJamLengthInVehicles="51.67" meanMaxJamLengthInMeters="385.08" maxJamLengthInVehicles="53" maxJamLengthInMeters="395.05" jamLengthInVehiclesSum="5167" jamLengthInMetersSum="38507.57" meanHaltingDuration="115.87" maxHaltingDuration="148.00" haltingDurationSum="6141.00" meanIntervalHalt
ingDuration="97.75" maxIntervalHaltingDuration="100.00" intervalHaltingDurationSum="5181.00" startedHalts="14.00" meanVehicleNumber="52.36" maxVehicleNumber="53" />
< <interval begin="200.00" end="300.00" id="e3_1/1to0/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="1.48" meanHaltsPerVehicleWithin="1.00" meanDurationWithin="140.00" vehicleSumWithin="51" meanIntervalSpeedWithin="0.10" meanIntervalHaltsPerVehicleWithin="0.25" meanIntervalDurationWithin="99.41" meanTimeLossWithin="0.28"/>
< <interval begin="300.00" end="400.00" id="e1_2/1to1/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
< <interval begin="300.00" end="400.00" id="e2_2/1to1/1_0" sampledSeconds="5400.00" nVehEntered="0" nVehLeft="0" nVehSeen="54" meanSpeed="0.00" meanTimeLoss="100.00" meanOccupancy="0.90" maxOccupancy="0.90" meanMaxJamLengthInVehicles="54.00" meanMaxJamLengthInMeters="405.00" maxJamLengthInVehicles="54" maxJamLengthInMeters="405.00" jamLengthInVehiclesSum="5400" jamLengthInMetersSum="40500.10" meanHaltingDuration="214.24" maxHaltingDuration="248.00" haltingDurationSum="11569.00" meanIntervalHa
ltingDuration="100.00" maxIntervalHaltingDuration="100.00" intervalHaltingDurationSum="5400.00" startedHalts="0.00" meanVehicleNumber="54.00" maxVehicleNumber="54" />
< <interval begin="300.00" end="400.00" id="e3_2/1to1/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="2.41" meanHaltsPerVehicleWithin="1.00" meanDurationWithin="170.00" vehicleSumWithin="1" meanIntervalSpeedWithin="0.00" meanIntervalHaltsPerVehicleWithin="0.00" meanIntervalDurationWithin="100.00" meanTimeLossWithin="100.00"/>
< <interval begin="300.00" end="400.00" id="e1_1/1to0/1_0" nVehContrib="0" flow="0.00" occupancy="100.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
< <interval begin="300.00" end="400.00" id="e2_1/1to0/1_0" sampledSeconds="5300.00" nVehEntered="0" nVehLeft="0" nVehSeen="53" meanSpeed="0.00" meanTimeLoss="100.00" meanOccupancy="0.88" maxOccupancy="0.88" meanMaxJamLengthInVehicles="53.00" meanMaxJamLengthInMeters="395.05" maxJamLengthInVehicles="53" maxJamLengthInMeters="395.05" jamLengthInVehiclesSum="5300" jamLengthInMetersSum="39505.20" meanHaltingDuration="215.87" maxHaltingDuration="248.00" haltingDurationSum="11441.00" meanIntervalHa
ltingDuration="100.00" maxIntervalHaltingDuration="100.00" intervalHaltingDurationSum="5300.00" startedHalts="0.00" meanVehicleNumber="53.00" maxVehicleNumber="53" />
< <interval begin="300.00" end="400.00" id="e3_1/1to0/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="0.88" meanHaltsPerVehicleWithin="1.00" meanDurationWithin="240.00" vehicleSumWithin="51" meanIntervalSpeedWithin="0.00" meanIntervalHaltsPerVehicleWithin="0.00" meanIntervalDurationWithin="100.00" meanTimeLossWithin="0.00"/>
< <interval begin="400.00" end="500.00" id="e1_2/1to1/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
< <interval begin="400.00" end="500.00" id="e2_2/1to1/1_0" sampledSeconds="5400.00" nVehEntered="0" nVehLeft="0" nVehSeen="54" meanSpeed="0.00" meanTimeLoss="100.00" meanOccupancy="0.90" maxOccupancy="0.90" meanMaxJamLengthInVehicles="54.00" meanMaxJamLengthInMeters="405.00" maxJamLengthInVehicles="54" maxJamLengthInMeters="405.00" jamLengthInVehiclesSum="5400" jamLengthInMetersSum="40500.10" meanHaltingDuration="314.24" maxHaltingDuration="348.00" haltingDurationSum="16969.00" meanIntervalHa
ltingDuration="100.00" maxIntervalHaltingDuration="100.00" intervalHaltingDurationSum="5400.00" startedHalts="0.00" meanVehicleNumber="54.00" maxVehicleNumber="54" />
< <interval begin="400.00" end="500.00" id="e3_2/1to1/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="1.51" meanHaltsPerVehicleWithin="1.00" meanDurationWithin="270.00" vehicleSumWithin="1" meanIntervalSpeedWithin="0.00" meanIntervalHaltsPerVehicleWithin="0.00" meanIntervalDurationWithin="100.00" meanTimeLossWithin="100.00"/>
< <interval begin="400.00" end="500.00" id="e1_1/1to0/1_0" nVehContrib="0" flow="0.00" occupancy="100.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
<truncated after showing first 30 lines>
---------- Differences in errors ----------
58,78d57
< Warning: Teleporting vehicle '2'; waited too long (jam), lane='2/1to1/1_0', time=572.00.
< Warning: Vehicle '2' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time=973.00.
< Warning: Teleporting vehicle '2'; waited too long (jam), lane='2/1to1/1_0', time=572.00.
< Warning: Vehicle '2' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time=973.00.
< Warning: Teleporting vehicle '2'; waited too long (jam), lane='2/1to1/1_0', time=572.00.
< Warning: Vehicle '2' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time=973.00.
< Warning: Teleporting vehicle '2'; waited too long (jam), lane='2/1to1/1_0', time=572.00.
< Warning: Vehicle '2' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time=973.00.
< Warning: Teleporting vehicle '2'; waited too long (jam), lane='2/1to1/1_0', time=572.00.
< Warning: Vehicle '2' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time=973.00.
< Warning: Teleporting vehicle '2'; waited too long (jam), lane='2/1to1/1_0', time=572.00.
< Warning: Vehicle '2' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time=973.00.
< Warning: Teleporting vehicle '2'; waited too long (jam), lane='2/1to1/1_0', time=572.00.
< Warning: Vehicle '2' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time=973.00.
---------- 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 0x00000286611D72C0>
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (148.9, 149.0) <zip object at 0x00000286615420C0>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (149.0, 150.0) <zip object at 0x00000286610053C0>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (149.0, 150.0) <zip object at 0x00000286605548C0>
> failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) <zip object at 0x00000286604FB900>
> failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) <zip object at 0x00000286604FBE40>
> failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) <zip object at 0x00000286604FBB80>
> failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) <zip object at 0x00000286604FB100>
41,98c41
< 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>
Test exceeded wallclock time limit of 900.0 seconds
---------- Differences in detector ----------
4,65c4,1624
< <detector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/det_e1_file.xsd">
< <interval begin="0.00" end="100.00" id="e1_2/1to1/1_0" nVehContrib="5" flow="180.00" occupancy="2.46" speed="10.18" harmonicMeanSpeed="10.18" length="5.00" nVehEntered="5"/>
< <interval begin="0.00" end="100.00" id="e2_2/1to1/1_0" sampledSeconds="241.14" nVehEntered="15" nVehLeft="0" nVehSeen="15" meanSpeed="10.12" meanTimeLoss="0.49" meanOccupancy="0.04" maxOccupancy="0.25" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" max
IntervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="2.46" maxVehicleNumber="15" />
< <interval begin="0.00" end="100.00" id="e3_2/1to1/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="10.06" meanHaltsPerVehicleWithin="0.00" meanDurationWithin="17.08" vehicleSumWithin="15" meanIntervalSpeedWithin="10.06" meanIntervalHaltsPerVehicleWithin="0.00" meanIntervalDurationWithin="17.08" meanTimeLossWithin="0.47"/>
< <interval begin="0.00" end="100.00" id="e1_1/1to0/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
< <interval begin="0.00" end="100.00" id="e2_1/1to0/1_0" sampledSeconds="0.00" nVehEntered="0" nVehLeft="0" nVehSeen="0" meanSpeed="-1.00" meanTimeLoss="-1.00" meanOccupancy="0.00" maxOccupancy="0.00" meanMaxJamLengthInVehicles="0.00" meanMaxJamLengthInMeters="0.00" maxJamLengthInVehicles="0" maxJamLengthInMeters="0.00" jamLengthInVehiclesSum="0" jamLengthInMetersSum="0.00" meanHaltingDuration="0.00" maxHaltingDuration="0.00" haltingDurationSum="0.00" meanIntervalHaltingDuration="0.00" maxInt
ervalHaltingDuration="0.00" intervalHaltingDurationSum="0.00" startedHalts="0.00" meanVehicleNumber="0.00" maxVehicleNumber="0" />
< <interval begin="0.00" end="100.00" id="e3_1/1to0/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="-1.00" meanHaltsPerVehicleWithin="-1.00" meanDurationWithin="-1.00" vehicleSumWithin="0" meanIntervalSpeedWithin="-1.00" meanIntervalHaltsPerVehicleWithin="-1.00" meanIntervalDurationWithin="-1.00" meanTimeLossWithin="-1.00"/>
< <interval begin="100.00" end="200.00" id="e1_2/1to1/1_0" nVehContrib="48" flow="1728.00" occupancy="23.99" speed="10.00" harmonicMeanSpeed="10.00" length="5.00" nVehEntered="48"/>
< <interval begin="100.00" end="200.00" id="e2_2/1to1/1_0" sampledSeconds="3878.48" nVehEntered="38" nVehLeft="0" nVehSeen="53" meanSpeed="7.37" meanTimeLoss="21.85" meanOccupancy="0.65" maxOccupancy="0.88" meanMaxJamLengthInVehicles="9.52" meanMaxJamLengthInMeters="70.01" maxJamLengthInVehicles="39" maxJamLengthInMeters="290.04" jamLengthInVehiclesSum="952" jamLengthInMetersSum="7000.90" meanHaltingDuration="24.80" maxHaltingDuration="57.00" haltingDurationSum="992.00" meanIntervalHaltingDur
ation="24.80" maxIntervalHaltingDuration="57.00" intervalHaltingDurationSum="992.00" startedHalts="40.00" meanVehicleNumber="38.91" maxVehicleNumber="53" />
< <interval begin="100.00" end="200.00" id="e3_2/1to1/1_0" meanTravelTime="39.91" meanOverlapTravelTime="40.41" meanSpeed="10.02" meanHaltsPerVehicle="0.00" meanTimeLoss="1.99" vehicleSum="45" meanSpeedWithin="10.01" meanHaltsPerVehicleWithin="0.00" meanDurationWithin="33.28" vehicleSumWithin="8" meanIntervalSpeedWithin="10.01" meanIntervalHaltsPerVehicleWithin="0.00" meanIntervalDurationWithin="33.28" meanTimeLossWithin="0.85"/>
< <interval begin="100.00" end="200.00" id="e1_1/1to0/1_0" nVehContrib="26" flow="936.00" occupancy="29.90" speed="9.96" harmonicMeanSpeed="9.94" length="5.00" nVehEntered="27"/>
< <interval begin="100.00" end="200.00" id="e2_1/1to0/1_0" sampledSeconds="2065.64" nVehEntered="46" nVehLeft="0" nVehSeen="46" meanSpeed="5.06" meanTimeLoss="23.27" meanOccupancy="0.35" maxOccupancy="0.75" meanMaxJamLengthInVehicles="9.52" meanMaxJamLengthInMeters="70.01" maxJamLengthInVehicles="39" maxJamLengthInMeters="290.04" jamLengthInVehiclesSum="952" jamLengthInMetersSum="7000.90" meanHaltingDuration="24.80" maxHaltingDuration="57.00" haltingDurationSum="992.00" meanIntervalHaltingDur
ation="24.80" maxIntervalHaltingDuration="57.00" intervalHaltingDurationSum="992.00" startedHalts="40.00" meanVehicleNumber="20.83" maxVehicleNumber="46" />
< <interval begin="100.00" end="200.00" id="e3_1/1to0/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="6.11" meanHaltsPerVehicleWithin="0.85" meanDurationWithin="45.91" vehicleSumWithin="46" meanIntervalSpeedWithin="6.11" meanIntervalHaltsPerVehicleWithin="0.85" meanIntervalDurationWithin="45.91" meanTimeLossWithin="1.94"/>
< <interval begin="200.00" end="300.00" id="e1_2/1to1/1_0" nVehContrib="1" flow="36.00" occupancy="0.47" speed="10.60" harmonicMeanSpeed="10.60" length="5.00" nVehEntered="1"/>
< <interval begin="200.00" end="300.00" id="e2_2/1to1/1_0" sampledSeconds="5372.96" nVehEntered="1" nVehLeft="0" nVehSeen="54" meanSpeed="0.26" meanTimeLoss="97.06" meanOccupancy="0.90" maxOccupancy="0.90" meanMaxJamLengthInVehicles="52.14" meanMaxJamLengthInMeters="389.41" maxJamLengthInVehicles="54" maxJamLengthInMeters="405.00" jamLengthInVehiclesSum="5214" jamLengthInMetersSum="38940.90" meanHaltingDuration="115.19" maxHaltingDuration="157.00" haltingDurationSum="6220.00" meanIntervalHalt
ingDuration="96.81" maxIntervalHaltingDuration="100.00" intervalHaltingDurationSum="5228.00" startedHalts="14.00" meanVehicleNumber="53.73" maxVehicleNumber="54" />
< <interval begin="200.00" end="300.00" id="e3_2/1to1/1_0" meanTravelTime="39.96" meanOverlapTravelTime="40.47" meanSpeed="10.02" meanHaltsPerVehicle="0.00" meanTimeLoss="1.31" vehicleSum="8" meanSpeedWithin="5.54" meanHaltsPerVehicleWithin="1.00" meanDurationWithin="73.96" vehicleSumWithin="1" meanIntervalSpeedWithin="5.54" meanIntervalHaltsPerVehicleWithin="1.00" meanIntervalDurationWithin="73.96" meanTimeLossWithin="35.32"/>
< <interval begin="200.00" end="300.00" id="e1_1/1to0/1_0" nVehContrib="0" flow="0.00" occupancy="100.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
< <interval begin="200.00" end="300.00" id="e2_1/1to0/1_0" sampledSeconds="5238.44" nVehEntered="7" nVehLeft="0" nVehSeen="53" meanSpeed="0.07" meanTimeLoss="98.16" meanOccupancy="0.87" maxOccupancy="0.88" meanMaxJamLengthInVehicles="51.81" meanMaxJamLengthInMeters="386.13" maxJamLengthInVehicles="53" maxJamLengthInMeters="395.05" jamLengthInVehiclesSum="5181" jamLengthInMetersSum="38612.58" meanHaltingDuration="116.72" maxHaltingDuration="157.00" haltingDurationSum="6186.00" meanIntervalHalt
ingDuration="98.00" maxIntervalHaltingDuration="100.00" intervalHaltingDurationSum="5194.00" startedHalts="13.00" meanVehicleNumber="52.40" maxVehicleNumber="53" />
< <interval begin="200.00" end="300.00" id="e3_1/1to0/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="1.42" meanHaltsPerVehicleWithin="1.00" meanDurationWithin="138.81" vehicleSumWithin="53" meanIntervalSpeedWithin="0.09" meanIntervalHaltsPerVehicleWithin="0.26" meanIntervalDurationWithin="98.97" meanTimeLossWithin="0.29"/>
< <interval begin="300.00" end="400.00" id="e1_2/1to1/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
< <interval begin="300.00" end="400.00" id="e2_2/1to1/1_0" sampledSeconds="5400.00" nVehEntered="0" nVehLeft="0" nVehSeen="54" meanSpeed="0.00" meanTimeLoss="100.00" meanOccupancy="0.90" maxOccupancy="0.90" meanMaxJamLengthInVehicles="54.00" meanMaxJamLengthInMeters="405.00" maxJamLengthInVehicles="54" maxJamLengthInMeters="405.00" jamLengthInVehiclesSum="5400" jamLengthInMetersSum="40500.10" meanHaltingDuration="215.19" maxHaltingDuration="257.00" haltingDurationSum="11620.00" meanIntervalHa
ltingDuration="100.00" maxIntervalHaltingDuration="100.00" intervalHaltingDurationSum="5400.00" startedHalts="0.00" meanVehicleNumber="54.00" maxVehicleNumber="54" />
< <interval begin="300.00" end="400.00" id="e3_2/1to1/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="2.35" meanHaltsPerVehicleWithin="1.00" meanDurationWithin="173.96" vehicleSumWithin="1" meanIntervalSpeedWithin="0.00" meanIntervalHaltsPerVehicleWithin="0.00" meanIntervalDurationWithin="100.00" meanTimeLossWithin="100.00"/>
< <interval begin="300.00" end="400.00" id="e1_1/1to0/1_0" nVehContrib="0" flow="0.00" occupancy="100.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
< <interval begin="300.00" end="400.00" id="e2_1/1to0/1_0" sampledSeconds="5300.00" nVehEntered="0" nVehLeft="0" nVehSeen="53" meanSpeed="0.00" meanTimeLoss="100.00" meanOccupancy="0.88" maxOccupancy="0.88" meanMaxJamLengthInVehicles="53.00" meanMaxJamLengthInMeters="395.05" maxJamLengthInVehicles="53" maxJamLengthInMeters="395.05" jamLengthInVehiclesSum="5300" jamLengthInMetersSum="39505.20" meanHaltingDuration="216.72" maxHaltingDuration="257.00" haltingDurationSum="11486.00" meanIntervalHa
ltingDuration="100.00" maxIntervalHaltingDuration="100.00" intervalHaltingDurationSum="5300.00" startedHalts="0.00" meanVehicleNumber="53.00" maxVehicleNumber="53" />
< <interval begin="300.00" end="400.00" id="e3_1/1to0/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="0.85" meanHaltsPerVehicleWithin="1.00" meanDurationWithin="238.81" vehicleSumWithin="53" meanIntervalSpeedWithin="0.00" meanIntervalHaltsPerVehicleWithin="0.00" meanIntervalDurationWithin="100.00" meanTimeLossWithin="0.00"/>
< <interval begin="400.00" end="500.00" id="e1_2/1to1/1_0" nVehContrib="0" flow="0.00" occupancy="0.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
< <interval begin="400.00" end="500.00" id="e2_2/1to1/1_0" sampledSeconds="5400.00" nVehEntered="0" nVehLeft="0" nVehSeen="54" meanSpeed="0.00" meanTimeLoss="100.00" meanOccupancy="0.90" maxOccupancy="0.90" meanMaxJamLengthInVehicles="54.00" meanMaxJamLengthInMeters="405.00" maxJamLengthInVehicles="54" maxJamLengthInMeters="405.00" jamLengthInVehiclesSum="5400" jamLengthInMetersSum="40500.10" meanHaltingDuration="315.19" maxHaltingDuration="357.00" haltingDurationSum="17020.00" meanIntervalHa
ltingDuration="100.00" maxIntervalHaltingDuration="100.00" intervalHaltingDurationSum="5400.00" startedHalts="0.00" meanVehicleNumber="54.00" maxVehicleNumber="54" />
< <interval begin="400.00" end="500.00" id="e3_2/1to1/1_0" meanTravelTime="-1.00" meanOverlapTravelTime="-1.00" meanSpeed="-1.00" meanHaltsPerVehicle="-1.00" meanTimeLoss="-1.00" vehicleSum="0" meanSpeedWithin="1.50" meanHaltsPerVehicleWithin="1.00" meanDurationWithin="273.96" vehicleSumWithin="1" meanIntervalSpeedWithin="0.00" meanIntervalHaltsPerVehicleWithin="0.00" meanIntervalDurationWithin="100.00" meanTimeLossWithin="100.00"/>
< <interval begin="400.00" end="500.00" id="e1_1/1to0/1_0" nVehContrib="0" flow="0.00" occupancy="100.00" speed="-1.00" harmonicMeanSpeed="-1.00" length="-1.00" nVehEntered="0"/>
<truncated after showing first 30 lines>
---------- Differences in errors ----------
51,78d50
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time=967.00.
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 (in e2Detector 'e2_2/1to1/1_0').
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 (in e3Detector 'e3_2/1to1/1_0').
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 (in e2Detector 'e2_1/1to0/1_0').
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 (in e3Detector 'e3_1/1to0/1_0').
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 for meandata dump 'dump_15'.
< Warning: The given time value 0.10 is not a multiple of the step length 1.00 for meandata dump 'dump_15'.
< Warning: Teleporting vehicle '2'; waited too long (jam), lane='2/1to1/1_0', time=566.00.
< Warning: Vehicle '2' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time=967.00.
< Warning: Teleporting vehicle '2'; waited too long (jam), lane='2/1to1/1_0', time=566.00.
< Warning: Vehicle '2' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time=967.00.
< Warning: Teleporting vehicle '2'; waited too long (jam), lane='2/1to1/1_0', time=566.00.
< Warning: Vehicle '2' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time=967.00.
< Warning: Teleporting vehicle '2'; waited too long (jam), lane='2/1to1/1_0', time=566.00.
< Warning: Vehicle '2' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time=967.00.
< Warning: Teleporting vehicle '2'; waited too long (jam), lane='2/1to1/1_0', time=566.00.
< Warning: Vehicle '2' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time=967.00.
< Warning: Teleporting vehicle '2'; waited too long (jam), lane='2/1to1/1_0', time=566.00.
< Warning: Vehicle '2' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time=967.00.
< Warning: Teleporting vehicle '2'; waited too long (jam), lane='2/1to1/1_0', time=566.00.
< Warning: Vehicle '2' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time=967.00.
---------- 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 0x000001937F6E7400>
> failed 0.1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x000001937F737440>
> failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x000001937F6D5D00>
> failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x000001937F6D5940>
> failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) <zip object at 0x000001937F6D5C40>
> failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) <zip object at 0x000001937F6D5F40>
> failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) <zip object at 0x000001937F6D53C0>
> failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) <zip object at 0x000001937F6D5540>
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x000001937FB5A140>
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x000001937FEC12C0>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x000001937F98A400>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x000001937F6D80C0>
<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-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
> 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
> 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-7:
> 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-6:
> 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_marching < Computing for 0<->600 < for tls-type sotl_marching < Computing for 0<->1200 < for tls-type sotl_marching < Computing for 0<->1800 < for tls-type sotl_marching < Computing for 600<->0 < for tls-type sotl_marching < Computing for 600<->600 < for tls-type sotl_marching < Computing for 600<->1200 < for tls-type sotl_marching < Computing for 600<->1800 < for tls-type sotl_marching < Computing for 1200<->0 < for tls-type sotl_marching < Computing for 1200<->600 < for tls-type sotl_marching < Computing for 1200<->1200 < for tls-type sotl_marching < Computing for 1200<->1800 < for tls-type sotl_marching < Computing for 1800<->0 < for tls-type sotl_marching < Computing for 1800<->600 < for tls-type sotl_marching < Computing for 1800<->1200 <truncated after showing first 30 lines> ---------- Differences in statistics ---------- 2a3,4 > <!-- generated on 2023-03-21 05:53:22 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="5.88" duration="372.99" waitingTime="203.23" timeLoss="225.54" departDelay="188.65" departDelayWaiting="-1.00" totalTravelTime="543821.00" totalDepartDelay="275056.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_marching_1800_1200.xml"/> > <summary-output value="results/summary_sotl_marching_1800_1200.xml"/> > <tripinfo-output value="results/tripinfos_sotl_marching_1800_1200.xml"/> > <statistic-output value="statistics.xml"/> > </output> > > <processing> <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_phase < Computing for 0<->600 < for tls-type sotl_phase < Computing for 0<->1200 < for tls-type sotl_phase < Computing for 0<->1800 < for tls-type sotl_phase < Computing for 600<->0 < for tls-type sotl_phase < Computing for 600<->600 < for tls-type sotl_phase < Computing for 600<->1200 < for tls-type sotl_phase < Computing for 600<->1800 < for tls-type sotl_phase < Computing for 1200<->0 < for tls-type sotl_phase < Computing for 1200<->600 < for tls-type sotl_phase < Computing for 1200<->1200 < for tls-type sotl_phase < Computing for 1200<->1800 < for tls-type sotl_phase < Computing for 1800<->0 < for tls-type sotl_phase < Computing for 1800<->600 < for tls-type sotl_phase < Computing for 1800<->1200 <truncated after showing first 30 lines> ---------- Differences in statistics ---------- 2a3,4 > <!-- generated on 2023-03-21 05:50:16 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="3.93" duration="596.32" waitingTime="386.67" timeLoss="448.92" departDelay="403.70" departDelayWaiting="-1.00" totalTravelTime="869438.00" totalDepartDelay="588597.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_phase_1800_1200.xml"/> > <summary-output value="results/summary_sotl_phase_1800_1200.xml"/> > <tripinfo-output value="results/tripinfos_sotl_phase_1800_1200.xml"/> > <statistic-output value="statistics.xml"/> > </output> > > <processing> <truncated after showing first 30 lines> ---------- Differences in tls_state ---------- 6,380c6,128 < <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="86.00" id="0" programID="a" phase="4" state="ryry"/> < <tlsState time="90.00" id="0" programID="a" phase="5" state="rrrr"/> < <tlsState time="94.00" id="0" programID="a" phase="0" state="GrGr"/> < <tlsState time="106.00" id="0" programID="a" phase="1" state="yryr"/> < <tlsState time="110.00" id="0" programID="a" phase="2" state="rrrr"/> < <tlsState time="114.00" id="0" programID="a" phase="3" state="rGrG"/> < <tlsState time="126.00" id="0" programID="a" phase="4" state="ryry"/> < <tlsState time="130.00" id="0" programID="a" phase="5" state="rrrr"/> < <tlsState time="134.00" id="0" programID="a" phase="0" state="GrGr"/> < <tlsState time="146.00" id="0" programID="a" phase="1" state="yryr"/> < <tlsState time="150.00" id="0" programID="a" phase="2" state="rrrr"/> < <tlsState time="154.00" id="0" programID="a" phase="3" state="rGrG"/> < <tlsState time="166.00" id="0" programID="a" phase="4" state="ryry"/> < <tlsState time="170.00" id="0" programID="a" phase="5" state="rrrr"/> < <tlsState time="174.00" id="0" programID="a" phase="0" state="GrGr"/> < <tlsState time="186.00" id="0" programID="a" phase="1" state="yryr"/> < <tlsState time="190.00" id="0" programID="a" phase="2" state="rrrr"/> < <tlsState time="194.00" id="0" programID="a" phase="3" state="rGrG"/> < <tlsState time="206.00" id="0" programID="a" phase="4" state="ryry"/> < <tlsState time="210.00" id="0" programID="a" phase="5" state="rrrr"/> < <tlsState time="214.00" id="0" programID="a" phase="0" state="GrGr"/> < <tlsState time="226.00" id="0" programID="a" phase="1" state="yryr"/> < <tlsState time="230.00" id="0" programID="a" phase="2" state="rrrr"/> < <tlsState time="234.00" id="0" programID="a" phase="3" state="rGrG"/> < <tlsState time="246.00" id="0" programID="a" phase="4" state="ryry"/> < <tlsState time="250.00" id="0" programID="a" phase="5" state="rrrr"/> <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 05:52:11 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_1200_1800.xml"/> > <summary-output value="results/summary_sotl_request_1200_1800.xml"/> > <tripinfo-output value="results/tripinfos_sotl_request_1200_1800.xml"/> > <statistic-output value="statistics.xml"/> > </output> > > <processing> <truncated after showing first 30 lines> ---------- Differences in tls_state ---------- 6,1118c6,737 < <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>
Test exceeded wallclock time limit of 900.0 seconds ---------- Differences in output ---------- 1,32d0 < Computing for 0<->0 < for tls-type sotl_wave < Computing for 0<->600 < for tls-type sotl_wave < Computing for 0<->1200 < for tls-type sotl_wave < Computing for 0<->1800 < for tls-type sotl_wave < Computing for 600<->0 < for tls-type sotl_wave < Computing for 600<->600 < for tls-type sotl_wave < Computing for 600<->1200 < for tls-type sotl_wave < Computing for 600<->1800 < for tls-type sotl_wave < Computing for 1200<->0 < for tls-type sotl_wave < Computing for 1200<->600 < for tls-type sotl_wave < Computing for 1200<->1200 < for tls-type sotl_wave < Computing for 1200<->1800 < for tls-type sotl_wave < Computing for 1800<->0 < for tls-type sotl_wave < Computing for 1800<->600 < for tls-type sotl_wave < Computing for 1800<->1200 <truncated after showing first 30 lines> ---------- Differences in statistics ---------- 2a3,4 > <!-- generated on 2023-03-21 05:49:47 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="6.28" duration="345.05" waitingTime="184.56" timeLoss="197.59" departDelay="167.76" departDelayWaiting="-1.00" totalTravelTime="503081.00" totalDepartDelay="244599.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_wave_1800_1800.xml"/> > <summary-output value="results/summary_sotl_wave_1800_1800.xml"/> > <tripinfo-output value="results/tripinfos_sotl_wave_1800_1800.xml"/> > <statistic-output value="statistics.xml"/> > </output> > > <processing> <truncated after showing first 30 lines> ---------- Differences in tls_state ---------- 66,92c66,92 < <tlsState time="1154.00" id="0" programID="a" phase="1" state="yryr"/> < <tlsState time="1158.00" id="0" programID="a" phase="2" state="rrrr"/> < <tlsState time="1162.00" id="0" programID="a" phase="3" state="rGrG"/> < <tlsState time="1214.00" id="0" programID="a" phase="4" state="ryry"/> < <tlsState time="1218.00" id="0" programID="a" phase="5" state="rrrr"/> < <tlsState time="1222.00" id="0" programID="a" phase="0" state="GrGr"/> < <tlsState time="1274.00" id="0" programID="a" phase="1" state="yryr"/> < <tlsState time="1278.00" id="0" programID="a" phase="2" state="rrrr"/> < <tlsState time="1282.00" id="0" programID="a" phase="3" state="rGrG"/> < <tlsState time="1334.00" id="0" programID="a" phase="4" state="ryry"/> < <tlsState time="1338.00" id="0" programID="a" phase="5" state="rrrr"/> < <tlsState time="1342.00" id="0" programID="a" phase="0" state="GrGr"/> < <tlsState time="1394.00" id="0" programID="a" phase="1" state="yryr"/> < <tlsState time="1398.00" id="0" programID="a" phase="2" state="rrrr"/> < <tlsState time="1402.00" id="0" programID="a" phase="3" state="rGrG"/> < <tlsState time="1454.00" id="0" programID="a" phase="4" state="ryry"/> < <tlsState time="1458.00" id="0" programID="a" phase="5" state="rrrr"/> < <tlsState time="1462.00" id="0" programID="a" phase="0" state="GrGr"/> < <tlsState time="1509.00" id="0" programID="a" phase="1" state="yryr"/> < <tlsState time="1513.00" id="0" programID="a" phase="2" state="rrrr"/> < <tlsState time="1517.00" id="0" programID="a" phase="3" state="rGrG"/> < <tlsState time="1564.00" id="0" programID="a" phase="4" state="ryry"/> < <tlsState time="1568.00" id="0" programID="a" phase="5" state="rrrr"/> < <tlsState time="1572.00" id="0" programID="a" phase="0" state="GrGr"/> < <tlsState time="1615.00" id="0" programID="a" phase="1" state="yryr"/> < <tlsState time="1619.00" id="0" programID="a" phase="2" state="rrrr"/> < <tlsState time="1623.00" id="0" programID="a" phase="3" state="rGrG"/> --- > <tlsState time="1149.00" id="0" programID="a" phase="1" state="yryr"/> <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 static < Computing for 0<->600 < for tls-type static < Computing for 0<->1200 < for tls-type static < Computing for 0<->1800 < for tls-type static < Computing for 600<->0 < for tls-type static < Computing for 600<->600 < for tls-type static < Computing for 600<->1200 < for tls-type static < Computing for 600<->1800 < for tls-type static < Computing for 1200<->0 < for tls-type static < Computing for 1200<->600 < for tls-type static < Computing for 1200<->1200 < for tls-type static < Computing for 1200<->1800 < for tls-type static < Computing for 1800<->0 < for tls-type static < Computing for 1800<->600 < for tls-type static < Computing for 1800<->1200 <truncated after showing first 30 lines> ---------- Differences in statistics ---------- 2a3,4 > <!-- generated on 2023-03-21 05:50:24 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="5.88" duration="372.99" waitingTime="203.23" timeLoss="225.54" departDelay="188.65" departDelayWaiting="-1.00" totalTravelTime="543821.00" totalDepartDelay="275056.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_static_1800_1200.xml"/> > <summary-output value="results/summary_static_1800_1200.xml"/> > <tripinfo-output value="results/tripinfos_static_1800_1200.xml"/> > <statistic-output value="statistics.xml"/> > </output> > > <processing> <truncated after showing first 30 lines>