texttest.exe -a complex -d C:\Users\delphi\testreports\sumo\git\tests -reconnect C:\Users\delphi\testreports\sumo\msvc16x64Dtexttesttmp\msvc16x64D.31May061651.8480 -g
texttest.exe -a complex -d C:\Users\delphi\testreports\sumo\git\tests
---------- 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 208, in <module>
> main()
> File "C:/Users/delphi/testreports/sumo/git/tools/xml/xml2protobuf.py", line 194, in main
> module = generateProto(attrFinder.tagAttrs, attrFinder.depthTags,
> File "C:/Users/delphi/testreports/sumo/git/tools/xml/xml2protobuf.py", line 185, in generateProto
> return importlib.import_module("%s_pb2" % base)
> File "C:/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.19May060726.4176/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 ----------
463,464c463,488
< Error: Infeasible context domain (165)
< Quitting (on error).
---
> Traceback (most recent call last):
> raise FatalTraCIError("connection closed by SUMO")
> traci.exceptions.FatalTraCIError: connection closed by SUMO
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
> File "C:/Users/delphi/testreports/sumo/git/tests/../tests/complex/traci/contextSubscriptions/matrix_test/runner.py", line 73, in <module>
> restart()
> File "C:/Users/delphi/testreports/sumo/git/tests/../tests/complex/traci/contextSubscriptions/matrix_test/runner.py", line 58, in restart
> traci.start([sumolib.checkBinary(sys.argv[1]),
> File "C:/Users/delphi/testreports/sumo/git/tools/traci/main.py", line 147, in start
> result = init(sumoPort, numRetries, "localhost", label, sumoProcess, doSwitch, traceFile, traceGetters)
> File "C:/Users/delphi/testreports/sumo/git/tools/traci/main.py", line 119, in init
> return con.getVersion()
> File "C:/Users/delphi/testreports/sumo/git/tools/traci/connection.py", line 379, in getVersion
> result = self._sendCmd(command, None, None)
> File "C:/Users/delphi/testreports/sumo/git/tools/traci/connection.py", line 228, in _sendCmd
> return self._sendExact()
> File "C:/Users/delphi/testreports/sumo/git/tools/traci/connection.py", line 139, in _sendExact
> prefix = result.read("!BBB")
> File "C:/Users/delphi/testreports/sumo/git/tools/traci/storage.py", line 38, in read
> return struct.unpack(format, self._content[oldPos:self._pos])
> struct.error: unpack requires a buffer of 3 bytes
> sys:1: ResourceWarning: unclosed <socket.socket fd=744, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 50070), raddr=('127.0.0.1', 50070)>
> C:/Program Files/Python38/lib/subprocess.py:942: ResourceWarning: subprocess 8724 is still running
<truncated after showing first 30 lines>
---------- Differences in output ----------
1312,1316d1311
< trying to subscribe to vehicle around vehicletype 'DEFAULT_BIKETYPE' at time 1.0
< found 1 objects
< Ok: Unsubscribe successful
< trying to subscribe to vehicletype around vehicletype 'DEFAULT_BIKETYPE' at time 3.0
< restarting sumo due to FatalTraCIError 'connection closed by SUMO'
---------- 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
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 0x000001BFA8C3F4C0> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (72.0, 73.0) <zip object at 0x000001BFA8C06C00> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001BFA8BEA2C0> 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 0x000001BFA970C240> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (72.0, 73.0) <zip object at 0x000001BFA8C5E100> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001BFA8C0F680> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x000001BFA8C0FEC0> 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 0x000001BFA8C45E80> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (73.0, 74.0) <zip object at 0x000001BFA8C45800> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001BFA8C45900> 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 0x000001786BD7E300> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (76.0, 77.0) <zip object at 0x000001786BD38E40> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001786BD38100> 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 0x000001786C84A4C0> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (76.0, 77.0) <zip object at 0x000001786BD5A940> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001786BD5A980> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x000001786BD5AD40> 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 0x000001786BD9F680> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x000001786BD9F100> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000001786BD9FF00> 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 0x0000015D3D8B02C0> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x0000015D3D869300> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x0000015D3D869B80> 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 0x0000015D3E3871C0> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x0000015D3D892F00> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x0000015D3D87F380> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x0000015D3D8C7140> 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 0x0000015D3D8C0140> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (78.0, 79.0) <zip object at 0x0000015D3D892800> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x0000015D3D8C02C0> 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 0x000002076EFC7FC0> > failed 1 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000002076EFC2340> > failed 10 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000002076EFCC280> > failed 100 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) <zip object at 0x000002076EFCC0C0> > failed 0.1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x000002076F000480> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000002076EFCC940> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000002076EFA1B80> > failed 100 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000002076EFA1C40> > failed 0.1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x000002076FACF3C0> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000002076F00EF40> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000002076EFB8600> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000002076EF97880> > failed 0.1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000002076EF9C9C0> > failed 1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000002076EF9CCC0> > failed 10 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000002076EF9C4C0> > failed 100 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) <zip object at 0x000002076EF9CDC0> > failed 0.1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000002076EF9CDC0> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000002076EF9C040> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000002076EF9CFC0> > failed 100 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000002076EF9C4C0> > failed 0.1 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000002076EFF6F00> > failed 1 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000002076F01AB00> > failed 10 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000002076EFD8C00> > failed 100 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000002076F01AB00>
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 ----------
5,16c5,10
< <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="0.00" end="100.00" id="e1_2/1to1/1_0" nVehContrib="6" flow="216.00" occupancy="3.00" speed="10.00" harmonicMeanSpeed="10.00" length="5.00" nVehEntered="6"/>
> <interval begin="0.00" end="100.00" id="e2_2/1to1/1_0" sampledSeconds="263.50" nVehEntered="17" nVehLeft="0" nVehSeen="17" meanSpeed="10.00" meanTimeLoss="0.00" meanOccupancy="0.04" maxOccupancy="0.28" 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.63" maxVehicleNumber="17" />
> <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="15.60" vehicleSumWithin="17" meanIntervalSpeedWithin="10.00" meanIntervalHaltsPerVehicleWithin="0.00" meanIntervalDurationWithin="15.60" meanTimeLossWithin="0.00"/>
> <interval begin="100.00" end="200.00" id="e1_2/1to1/1_0" nVehContrib="47" flow="1692.00" occupancy="23.50" speed="10.00" harmonicMeanSpeed="10.00" length="5.00" nVehEntered="47"/>
> <interval begin="100.00" end="200.00" id="e2_2/1to1/1_0" sampledSeconds="4140.80" nVehEntered="36" nVehLeft="0" nVehSeen="53" meanSpeed="6.98" meanTimeLoss="23.62" meanOccupancy="0.69" maxOccupancy="0.88" meanMaxJamLengthInVehicles="8.93" meanMaxJamLengthInMeters="66.90" maxJamLengthInVehicles="39" maxJamLengthInMeters="295.01" jamLengthInVehiclesSum="8933" jamLengthInMetersSum="66900.20" meanHaltingDuration="23.32" maxHaltingDuration="49.20" haltingDurationSum="932.60" meanIntervalHaltingD
uration="23.32" maxIntervalHaltingDuration="49.20" intervalHaltingDurationSum="932.60" startedHalts="40.00" meanVehicleNumber="41.41" maxVehicleNumber="53" />
> <interval begin="100.00" end="200.00" id="e3_2/1to1/1_0" meanTravelTime="40.25" meanOverlapTravelTime="40.79" meanSpeed="9.93" meanHaltsPerVehicle="0.00" meanTimeLoss="0.29" vehicleSum="48" meanSpeedWithin="9.34" meanHaltsPerVehicleWithin="0.00" meanDurationWithin="40.00" vehicleSumWithin="5" meanIntervalSpeedWithin="9.34" meanIntervalHaltsPerVehicleWithin="0.00" meanIntervalDurationWithin="40.00" meanTimeLossWithin="2.68"/>
18,65c12,14
< <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"/>
<truncated after showing first 30 lines>
---------- Differences in errors ----------
21,78d20
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time=974.20.
< Warning: Teleporting vehicle '2'; waited too long (jam), lane='2/1to1/1_0', time=574.10.
< Warning: Vehicle '2' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time=974.20.
< 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 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: 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: 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 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: 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: 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 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=572.00.
<truncated after showing first 30 lines>
---------- Differences in output ----------
17,98c17,22
< 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)]
< success 0.1 ['--step-length', '1', '--end', '51'] ['2/1to1/1_0']
< success 0.1 ['--step-length', '1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
< success 1 ['--step-length', '1', '--end', '51'] ['2/1to1/1_0']
< success 1 ['--step-length', '1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
< success 10 ['--step-length', '1', '--end', '51'] ['2/1to1/1_0']
< success 10 ['--step-length', '1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
< success 100 ['--step-length', '1', '--end', '51'] ['2/1to1/1_0']
< success 100 ['--step-length', '1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
< success 0.1 ['--step-length', '1', '--end', '100'] ['2/1to1/1_0']
< success 0.1 ['--step-length', '1', '--end', '100'] ['2/1to1/1_0', '1/1to0/1_0']
< success 1 ['--step-length', '1', '--end', '100'] ['2/1to1/1_0']
< success 1 ['--step-length', '1', '--end', '100'] ['2/1to1/1_0', '1/1to0/1_0']
< success 10 ['--step-length', '1', '--end', '100'] ['2/1to1/1_0']
< success 10 ['--step-length', '1', '--end', '100'] ['2/1to1/1_0', '1/1to0/1_0']
< success 100 ['--step-length', '1', '--end', '100'] ['2/1to1/1_0']
< success 100 ['--step-length', '1', '--end', '100'] ['2/1to1/1_0', '1/1to0/1_0']
< 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)]
<truncated after showing first 30 lines>
Test exceeded wallclock time limit of 900.0 seconds
---------- Differences in detector ----------
2a3,4
> <!-- generated on 2023-05-19 06:25:31 by Eclipse SUMO sumo Version v1_17_0+0343-85cf3d72aa3
> <configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd">
4,65c6,22
< <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"/>
<truncated after showing first 30 lines>
---------- Differences in errors ----------
19,78d18
< Warning: Teleporting vehicle '2'; waited too long (jam), lane='2/1to1/1_0', time=568.10.
< Warning: Vehicle '2' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time=968.20.
< Warning: Teleporting vehicle '2'; waited too long (jam), lane='2/1to1/1_0', time=568.10.
< Warning: Vehicle '2' teleported from e3Detector 'e3_2/1to1/1_0'.
< Warning: Vehicle '2' teleports beyond arrival edge '1/1to0/1', time=968.20.
< 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 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: 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: 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 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: 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: 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 for meandata dump 'dump_15'.
<truncated after showing first 30 lines>
---------- Differences in output ----------
9,48c9,22
< 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)]
< success 0.1 ['--step-length', '1', '--end', '51'] ['2/1to1/1_0']
< success 0.1 ['--step-length', '1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
< success 1 ['--step-length', '1', '--end', '51'] ['2/1to1/1_0']
< success 1 ['--step-length', '1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
< success 10 ['--step-length', '1', '--end', '51'] ['2/1to1/1_0']
< success 10 ['--step-length', '1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
< success 100 ['--step-length', '1', '--end', '51'] ['2/1to1/1_0']
< success 100 ['--step-length', '1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
< failed 0.1 ['--step-length', '1', '--end', '100'] 2/1to1/1_0 (76.0, 77.0) [('e2', 10.5), ('e3', 10.35), ('edge', 10.5), ('lane', 10.5)]
< failed 0.1 ['--step-length', '1', '--end', '100'] 2/1to1/1_0 (76.0, 77.0) [('e2', 10.5), ('e3', 10.35), ('edge', 10.5), ('lane', 10.5)]
< failed 1 ['--step-length', '1', '--end', '100'] 2/1to1/1_0 (76.0, 77.0) [('e2', 10.5), ('e3', 10.35), ('edge', 10.5), ('lane', 10.5)]
< failed 1 ['--step-length', '1', '--end', '100'] 2/1to1/1_0 (76.0, 77.0) [('e2', 10.5), ('e3', 10.35), ('edge', 10.5), ('lane', 10.5)]
< failed 10 ['--step-length', '1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) [('e2', 10.44), ('e3', 10.27), ('edge', 10.44), ('lane', 10.44)]
<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 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>
Test exceeded wallclock time limit of 900.0 seconds ---------- Differences in output ---------- 1,32d0 < Computing for 0<->0 < for tls-type actuated < Computing for 0<->600 < for tls-type actuated < Computing for 0<->1200 < for tls-type actuated < Computing for 0<->1800 < for tls-type actuated < Computing for 600<->0 < for tls-type actuated < Computing for 600<->600 < for tls-type actuated < Computing for 600<->1200 < for tls-type actuated < Computing for 600<->1800 < for tls-type actuated < Computing for 1200<->0 < for tls-type actuated < Computing for 1200<->600 < for tls-type actuated < Computing for 1200<->1200 < for tls-type actuated < Computing for 1200<->1800 < for tls-type actuated < Computing for 1800<->0 < for tls-type actuated < Computing for 1800<->600 < for tls-type actuated < Computing for 1800<->1200 <truncated after showing first 30 lines> ---------- Differences in statistics ---------- 2a3,4 > <!-- generated on 2023-05-19 06:34:27 by Eclipse SUMO sumo Version v1_17_0+0343-85cf3d72aa3 > <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.38" duration="341.15" waitingTime="181.49" timeLoss="193.70" departDelay="160.50" departDelayWaiting="-1.00" totalTravelTime="497401.00" totalDepartDelay="234006.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_actuated_1800_1200.xml"/> > <summary-output value="results/summary_actuated_1800_1200.xml"/> > <tripinfo-output value="results/tripinfos_actuated_1800_1200.xml"/> > <statistic-output value="statistics.xml"/> > </output> > > <processing> <truncated after showing first 30 lines> ---------- Differences in tls_state ---------- 18,98c18,98 < <tlsState time="172.00" id="0" programID="a" phase="1" state="yryr"/> < <tlsState time="176.00" id="0" programID="a" phase="2" state="rrrr"/> < <tlsState time="180.00" id="0" programID="a" phase="3" state="rGrG"/> < <tlsState time="232.00" id="0" programID="a" phase="4" state="ryry"/> < <tlsState time="236.00" id="0" programID="a" phase="5" state="rrrr"/> < <tlsState time="240.00" id="0" programID="a" phase="0" state="GrGr"/> < <tlsState time="292.00" id="0" programID="a" phase="1" state="yryr"/> < <tlsState time="296.00" id="0" programID="a" phase="2" state="rrrr"/> < <tlsState time="300.00" id="0" programID="a" phase="3" state="rGrG"/> < <tlsState time="352.00" id="0" programID="a" phase="4" state="ryry"/> < <tlsState time="356.00" id="0" programID="a" phase="5" state="rrrr"/> < <tlsState time="360.00" id="0" programID="a" phase="0" state="GrGr"/> < <tlsState time="412.00" id="0" programID="a" phase="1" state="yryr"/> < <tlsState time="416.00" id="0" programID="a" phase="2" state="rrrr"/> < <tlsState time="420.00" id="0" programID="a" phase="3" state="rGrG"/> < <tlsState time="472.00" id="0" programID="a" phase="4" state="ryry"/> < <tlsState time="476.00" id="0" programID="a" phase="5" state="rrrr"/> < <tlsState time="480.00" id="0" programID="a" phase="0" state="GrGr"/> < <tlsState time="532.00" id="0" programID="a" phase="1" state="yryr"/> < <tlsState time="536.00" id="0" programID="a" phase="2" state="rrrr"/> < <tlsState time="540.00" id="0" programID="a" phase="3" state="rGrG"/> < <tlsState time="592.00" id="0" programID="a" phase="4" state="ryry"/> < <tlsState time="596.00" id="0" programID="a" phase="5" state="rrrr"/> < <tlsState time="600.00" id="0" programID="a" phase="0" state="GrGr"/> < <tlsState time="652.00" id="0" programID="a" phase="1" state="yryr"/> < <tlsState time="656.00" id="0" programID="a" phase="2" state="rrrr"/> < <tlsState time="660.00" id="0" programID="a" phase="3" state="rGrG"/> < <tlsState time="712.00" id="0" programID="a" phase="4" state="ryry"/> < <tlsState time="716.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_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-05-19 06:39:26 by Eclipse SUMO sumo Version v1_17_0+0343-85cf3d72aa3 > <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_0.xml"/> > <summary-output value="results/summary_sotl_marching_1800_0.xml"/> > <tripinfo-output value="results/tripinfos_sotl_marching_1800_0.xml"/> > <statistic-output value="statistics.xml"/> > </output> > > <processing> <truncated after showing first 30 lines> ---------- Differences in tls_state ---------- 132,134d131 < <tlsState time="1712.00" id="0" programID="a" phase="1" state="yryr"/> < <tlsState time="1716.00" id="0" programID="a" phase="2" state="rrrr"/> < <tlsState time="1720.00" id="0" programID="a" phase="3" state="rGrG"/>
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-05-19 06:35:30 by Eclipse SUMO sumo Version v1_17_0+0343-85cf3d72aa3 > <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_0.xml"/> > <summary-output value="results/summary_sotl_phase_1800_0.xml"/> > <tripinfo-output value="results/tripinfos_sotl_phase_1800_0.xml"/> > <statistic-output value="statistics.xml"/> > </output> > > <processing> <truncated after showing first 30 lines> ---------- Differences in tls_state ---------- 6,380c6,263 < <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_platoon < Computing for 0<->600 < for tls-type sotl_platoon < Computing for 0<->1200 < for tls-type sotl_platoon < Computing for 0<->1800 < for tls-type sotl_platoon < Computing for 600<->0 < for tls-type sotl_platoon < Computing for 600<->600 < for tls-type sotl_platoon < Computing for 600<->1200 < for tls-type sotl_platoon < Computing for 600<->1800 < for tls-type sotl_platoon < Computing for 1200<->0 < for tls-type sotl_platoon < Computing for 1200<->600 < for tls-type sotl_platoon < Computing for 1200<->1200 < for tls-type sotl_platoon < Computing for 1200<->1800 < for tls-type sotl_platoon < Computing for 1800<->0 < for tls-type sotl_platoon < Computing for 1800<->600 < for tls-type sotl_platoon < Computing for 1800<->1200 <truncated after showing first 30 lines> ---------- Differences in statistics ---------- 2a3,4 > <!-- generated on 2023-05-19 06:35:23 by Eclipse SUMO sumo Version v1_17_0+0343-85cf3d72aa3 > <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.39" duration="341.17" waitingTime="181.60" timeLoss="193.72" departDelay="161.01" departDelayWaiting="-1.00" totalTravelTime="497424.00" totalDepartDelay="234760.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_platoon_1800_1800.xml"/> > <summary-output value="results/summary_sotl_platoon_1800_1800.xml"/> > <tripinfo-output value="results/tripinfos_sotl_platoon_1800_1800.xml"/> > <statistic-output value="statistics.xml"/> > </output> > > <processing> <truncated after showing first 30 lines> ---------- Differences in tls_state ---------- 6,80c6,56 < <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="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="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="246.00" id="0" programID="a" phase="4" state="ryry"/> < <tlsState time="250.00" id="0" programID="a" phase="5" state="rrrr"/> < <tlsState time="254.00" id="0" programID="a" phase="0" state="GrGr"/> < <tlsState time="306.00" id="0" programID="a" phase="1" state="yryr"/> < <tlsState time="310.00" id="0" programID="a" phase="2" state="rrrr"/> < <tlsState time="314.00" id="0" programID="a" phase="3" state="rGrG"/> < <tlsState time="366.00" id="0" programID="a" phase="4" state="ryry"/> < <tlsState time="370.00" id="0" programID="a" phase="5" state="rrrr"/> < <tlsState time="374.00" id="0" programID="a" phase="0" state="GrGr"/> < <tlsState time="426.00" id="0" programID="a" phase="1" state="yryr"/> < <tlsState time="430.00" id="0" programID="a" phase="2" state="rrrr"/> < <tlsState time="434.00" id="0" programID="a" phase="3" state="rGrG"/> < <tlsState time="486.00" id="0" programID="a" phase="4" state="ryry"/> < <tlsState time="490.00" id="0" programID="a" phase="5" state="rrrr"/> < <tlsState time="494.00" id="0" programID="a" phase="0" state="GrGr"/> < <tlsState time="546.00" id="0" programID="a" phase="1" state="yryr"/> < <tlsState time="550.00" id="0" programID="a" phase="2" state="rrrr"/> < <tlsState time="554.00" id="0" programID="a" phase="3" state="rGrG"/> < <tlsState time="606.00" id="0" programID="a" phase="4" state="ryry"/> < <tlsState time="610.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-05-19 06:34:10 by Eclipse SUMO sumo Version v1_17_0+0343-85cf3d72aa3 > <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_1200.xml"/> > <summary-output value="results/summary_sotl_request_1200_1200.xml"/> > <tripinfo-output value="results/tripinfos_sotl_request_1200_1200.xml"/> > <statistic-output value="statistics.xml"/> > </output> > > <processing> <truncated after showing first 30 lines> ---------- Differences in tls_state ---------- 6,1118c6,362 < <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-05-19 06:34:26 by Eclipse SUMO sumo Version v1_17_0+0343-85cf3d72aa3 > <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_600.xml"/> > <summary-output value="results/summary_sotl_wave_1800_600.xml"/> > <tripinfo-output value="results/tripinfos_sotl_wave_1800_600.xml"/> > <statistic-output value="statistics.xml"/> > </output> > > <processing> <truncated after showing first 30 lines> ---------- Differences in tls_state ---------- 12,92c12,87 < <tlsState time="120.00" id="0" programID="a" phase="1" state="yryr"/> < <tlsState time="124.00" id="0" programID="a" phase="2" state="rrrr"/> < <tlsState time="128.00" id="0" programID="a" phase="3" state="rGrG"/> < <tlsState time="168.00" id="0" programID="a" phase="4" state="ryry"/> < <tlsState time="172.00" id="0" programID="a" phase="5" state="rrrr"/> < <tlsState time="176.00" id="0" programID="a" phase="0" state="GrGr"/> < <tlsState time="216.00" id="0" programID="a" phase="1" state="yryr"/> < <tlsState time="220.00" id="0" programID="a" phase="2" state="rrrr"/> < <tlsState time="224.00" id="0" programID="a" phase="3" state="rGrG"/> < <tlsState time="268.00" id="0" programID="a" phase="4" state="ryry"/> < <tlsState time="272.00" id="0" programID="a" phase="5" state="rrrr"/> < <tlsState time="276.00" id="0" programID="a" phase="0" state="GrGr"/> < <tlsState time="320.00" id="0" programID="a" phase="1" state="yryr"/> < <tlsState time="324.00" id="0" programID="a" phase="2" state="rrrr"/> < <tlsState time="328.00" id="0" programID="a" phase="3" state="rGrG"/> < <tlsState time="377.00" id="0" programID="a" phase="4" state="ryry"/> < <tlsState time="381.00" id="0" programID="a" phase="5" state="rrrr"/> < <tlsState time="385.00" id="0" programID="a" phase="0" state="GrGr"/> < <tlsState time="434.00" id="0" programID="a" phase="1" state="yryr"/> < <tlsState time="438.00" id="0" programID="a" phase="2" state="rrrr"/> < <tlsState time="442.00" id="0" programID="a" phase="3" state="rGrG"/> < <tlsState time="494.00" id="0" programID="a" phase="4" state="ryry"/> < <tlsState time="498.00" id="0" programID="a" phase="5" state="rrrr"/> < <tlsState time="502.00" id="0" programID="a" phase="0" state="GrGr"/> < <tlsState time="554.00" id="0" programID="a" phase="1" state="yryr"/> < <tlsState time="558.00" id="0" programID="a" phase="2" state="rrrr"/> < <tlsState time="562.00" id="0" programID="a" phase="3" state="rGrG"/> < <tlsState time="614.00" id="0" programID="a" phase="4" state="ryry"/> < <tlsState time="618.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 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-05-19 06:35:25 by Eclipse SUMO sumo Version v1_17_0+0343-85cf3d72aa3 > <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_600.xml"/> > <summary-output value="results/summary_static_1800_600.xml"/> > <tripinfo-output value="results/tripinfos_static_1800_600.xml"/> > <statistic-output value="statistics.xml"/> > </output> > > <processing> <truncated after showing first 30 lines> ---------- Differences in tls_state ---------- 129,134d128 < <tlsState time="1672.00" id="0" programID="a" phase="4" state="ryry"/> < <tlsState time="1676.00" id="0" programID="a" phase="5" state="rrrr"/> < <tlsState time="1680.00" id="0" programID="a" phase="0" state="GrGr"/> < <tlsState time="1712.00" id="0" programID="a" phase="1" state="yryr"/> < <tlsState time="1716.00" id="0" programID="a" phase="2" state="rrrr"/> < <tlsState time="1720.00" id="0" programID="a" phase="3" state="rGrG"/>
Test exceeded wallclock time limit of 900.0 seconds ---------- Differences in output ---------- 1,32d0 < Computing for 0<->0 < for tls-type swarm < Computing for 0<->600 < for tls-type swarm < Computing for 0<->1200 < for tls-type swarm < Computing for 0<->1800 < for tls-type swarm < Computing for 600<->0 < for tls-type swarm < Computing for 600<->600 < for tls-type swarm < Computing for 600<->1200 < for tls-type swarm < Computing for 600<->1800 < for tls-type swarm < Computing for 1200<->0 < for tls-type swarm < Computing for 1200<->600 < for tls-type swarm < Computing for 1200<->1200 < for tls-type swarm < Computing for 1200<->1800 < for tls-type swarm < Computing for 1800<->0 < for tls-type swarm < Computing for 1800<->600 < for tls-type swarm < Computing for 1800<->1200 <truncated after showing first 30 lines> ---------- Differences in statistics ---------- 2a3,4 > <!-- generated on 2023-05-19 06:40:36 by Eclipse SUMO sumo Version v1_17_0+0343-85cf3d72aa3 > <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.39" duration="341.17" waitingTime="181.60" timeLoss="193.72" departDelay="161.01" departDelayWaiting="-1.00" totalTravelTime="497424.00" totalDepartDelay="234760.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_swarm_1800_1800.xml"/> > <summary-output value="results/summary_swarm_1800_1800.xml"/> > <tripinfo-output value="results/tripinfos_swarm_1800_1800.xml"/> > <statistic-output value="statistics.xml"/> > </output> > > <processing> <truncated after showing first 30 lines> ---------- Differences in tls_state ---------- 6,80c6,56 < <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="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="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="246.00" id="0" programID="a" phase="4" state="ryry"/> < <tlsState time="250.00" id="0" programID="a" phase="5" state="rrrr"/> < <tlsState time="254.00" id="0" programID="a" phase="0" state="GrGr"/> < <tlsState time="306.00" id="0" programID="a" phase="1" state="yryr"/> < <tlsState time="310.00" id="0" programID="a" phase="2" state="rrrr"/> < <tlsState time="314.00" id="0" programID="a" phase="3" state="rGrG"/> < <tlsState time="366.00" id="0" programID="a" phase="4" state="ryry"/> < <tlsState time="370.00" id="0" programID="a" phase="5" state="rrrr"/> < <tlsState time="374.00" id="0" programID="a" phase="0" state="GrGr"/> < <tlsState time="426.00" id="0" programID="a" phase="1" state="yryr"/> < <tlsState time="430.00" id="0" programID="a" phase="2" state="rrrr"/> < <tlsState time="434.00" id="0" programID="a" phase="3" state="rGrG"/> < <tlsState time="486.00" id="0" programID="a" phase="4" state="ryry"/> < <tlsState time="490.00" id="0" programID="a" phase="5" state="rrrr"/> < <tlsState time="494.00" id="0" programID="a" phase="0" state="GrGr"/> < <tlsState time="546.00" id="0" programID="a" phase="1" state="yryr"/> < <tlsState time="550.00" id="0" programID="a" phase="2" state="rrrr"/> < <tlsState time="554.00" id="0" programID="a" phase="3" state="rGrG"/> < <tlsState time="606.00" id="0" programID="a" phase="4" state="ryry"/> < <tlsState time="610.00" id="0" programID="a" phase="5" state="rrrr"/> <truncated after showing first 30 lines>