10Nov2022 - detailed test results for COMPLEX.python2

To reconnect the TextTest GUI to these results, run:

texttest -a complex -d /home/delphi/extraGcc/sumo/tests -reconnect /home/delphi/extraGcc/texttesttmp/extra_gcc4_64.01Dec061656.908366 -g

To start TextTest for these tests, run:

texttest -a complex -d /home/delphi/extraGcc/sumo/tests


python2: 675 tests: 653 succeeded 13 FAILED 9 known bugs

Detailed information for the tests that FAILED:

TEST FAILED on ts-sim-build-ba : fmi model_validation ( Last six runs Nov2022 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/fmi/runner.py", line 153, in <module>
>     runSingle(startTime, endTime, validate, scalarVariable)
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/fmi/runner.py", line 56, in runSingle
>     modelDescription = read_model_description(fmuLocation, validate=False)
>   File "/home/delphi/.local/lib/python2.7/site-packages/fmpy/model_description.py", line 423, in read_model_description
>     xml = zf.open('modelDescription.xml')
>   File "/usr/lib/python2.7/zipfile.py", line 984, in open
>     zinfo = self.getinfo(name)
>   File "/usr/lib/python2.7/zipfile.py", line 932, in getinfo
>     'There is no item named %r in the archive' % name)
> KeyError: "There is no item named 'modelDescription.xml' in the archive"
---------- Differences in output ----------
1,3d0
< FMU validation successful
< Simulating libsumofmi2 (model name 'SUMO', FMI v2.0)...
< Print ended at step 60.0

TEST FAILED on ts-sim-build-ba : fmi vehicle_getIDCount ( Last six runs Nov2022 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/fmi/runner.py", line 153, in <module>
>     runSingle(startTime, endTime, validate, scalarVariable)
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/fmi/runner.py", line 56, in runSingle
>     modelDescription = read_model_description(fmuLocation, validate=False)
>   File "/home/delphi/.local/lib/python2.7/site-packages/fmpy/model_description.py", line 423, in read_model_description
>     xml = zf.open('modelDescription.xml')
>   File "/usr/lib/python2.7/zipfile.py", line 984, in open
>     zinfo = self.getinfo(name)
>   File "/usr/lib/python2.7/zipfile.py", line 932, in getinfo
>     'There is no item named %r in the archive' % name)
> KeyError: "There is no item named 'modelDescription.xml' in the archive"
---------- Differences in output ----------
1,63d0
< FMU validation successful
< Simulating libsumofmi2 (model name 'SUMO', FMI v2.0)...
< TIME 1.0: vehicle.getIDCount = 6
< TIME 2.0: vehicle.getIDCount = 6
< TIME 3.0: vehicle.getIDCount = 6
< TIME 4.0: vehicle.getIDCount = 7
< TIME 5.0: vehicle.getIDCount = 7
< TIME 6.0: vehicle.getIDCount = 8
< TIME 7.0: vehicle.getIDCount = 8
< TIME 8.0: vehicle.getIDCount = 9
< TIME 9.0: vehicle.getIDCount = 9
< TIME 10.0: vehicle.getIDCount = 9
< TIME 11.0: vehicle.getIDCount = 9
< TIME 12.0: vehicle.getIDCount = 9
< TIME 13.0: vehicle.getIDCount = 10
< TIME 14.0: vehicle.getIDCount = 10
< TIME 15.0: vehicle.getIDCount = 10
< TIME 16.0: vehicle.getIDCount = 11
< TIME 17.0: vehicle.getIDCount = 11
< TIME 18.0: vehicle.getIDCount = 12
< TIME 19.0: vehicle.getIDCount = 12
< TIME 20.0: vehicle.getIDCount = 12
< TIME 21.0: vehicle.getIDCount = 13
< TIME 22.0: vehicle.getIDCount = 13
< TIME 23.0: vehicle.getIDCount = 13
< TIME 24.0: vehicle.getIDCount = 13
< TIME 25.0: vehicle.getIDCount = 13
< TIME 26.0: vehicle.getIDCount = 12
< TIME 27.0: vehicle.getIDCount = 10
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : fmi vehicle_getParameterWithKey ( Last six runs Nov2022 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/fmi/runner.py", line 153, in <module>
>     runSingle(startTime, endTime, validate, scalarVariable)
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/fmi/runner.py", line 56, in runSingle
>     modelDescription = read_model_description(fmuLocation, validate=False)
>   File "/home/delphi/.local/lib/python2.7/site-packages/fmpy/model_description.py", line 423, in read_model_description
>     xml = zf.open('modelDescription.xml')
>   File "/usr/lib/python2.7/zipfile.py", line 984, in open
>     zinfo = self.getinfo(name)
>   File "/usr/lib/python2.7/zipfile.py", line 932, in getinfo
>     'There is no item named %r in the archive' % name)
> KeyError: "There is no item named 'modelDescription.xml' in the archive"
---------- Differences in output ----------
1,4d0
< FMU validation successful
< Simulating libsumofmi2 (model name 'SUMO', FMI v2.0)...
< key, value: 'meaningOfLife', '42'
< Print ended at step 60.0

TEST FAILED on ts-sim-build-ba : fmi vehicle_moveToXY ( Last six runs Nov2022 )

---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/fmi/runner.py", line 153, in <module>
>     runSingle(startTime, endTime, validate, scalarVariable)
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/fmi/runner.py", line 56, in runSingle
>     modelDescription = read_model_description(fmuLocation, validate=False)
>   File "/home/delphi/.local/lib/python2.7/site-packages/fmpy/model_description.py", line 423, in read_model_description
>     xml = zf.open('modelDescription.xml')
>   File "/usr/lib/python2.7/zipfile.py", line 984, in open
>     zinfo = self.getinfo(name)
>   File "/usr/lib/python2.7/zipfile.py", line 932, in getinfo
>     'There is no item named %r in the archive' % name)
> KeyError: "There is no item named 'modelDescription.xml' in the archive"
---------- Differences in output ----------
1,91d0
< FMU validation successful
< Simulating libsumofmi2 (model name 'SUMO', FMI v2.0)...
< TIME 0: laneID = ''
< TIME 1.0: laneID = 'WE1_0'
< currentPos = [0.0, -1.6]
< targetPos = (10.0, -1.6)
< TIME 2.0: laneID = 'WE1_0'
< currentPos = [10.0, -1.6]
< targetPos = (20.0, -1.6)
< TIME 3.0: laneID = 'WE1_0'
< currentPos = [20.0, -1.6]
< targetPos = (30.0, -1.6)
< TIME 4.0: laneID = 'WE1_0'
< currentPos = [30.0, -1.6]
< targetPos = (40.0, -1.6)
< TIME 5.0: laneID = 'WE1_0'
< currentPos = [40.0, -1.6]
< targetPos = (50.0, -1.6)
< TIME 6.0: laneID = ':J1_10_0'
< currentPos = [50.0, -1.6]
< targetPos = (60.0, -1.6)
< TIME 7.0: laneID = 'WE2_0'
< currentPos = [60.0, -1.6]
< targetPos = (70.0, -1.6)
< TIME 8.0: laneID = 'WE2_0'
< currentPos = [70.0, -1.6]
< targetPos = (80.0, -1.6)
< TIME 9.0: laneID = 'WE2_0'
< currentPos = [80.0, -1.6]
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : sumo envVarSubstitution ( Last six runs Nov2022 )

---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/sumo/envVarSubstitution/runner.py", line 43, in <module>
>     files = list(sorted(os.listdir()))
> TypeError: listdir() takes exactly 1 argument (0 given)

TEST FAILED on ts-sim-build-ba : sumo protobuf ( Last six runs Nov2022 )

---------- Differences in errors ----------
0a1,60
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tools/xml/protobuf2xml.py", line 130, in <module>
>     main()
>   File "/home/delphi/extraGcc/sumo/tools/xml/protobuf2xml.py", line 124, in main
>     module = xml2protobuf.generateProto(attrFinder.tagAttrs, attrFinder.depthTags,
>   File "/home/delphi/extraGcc/sumo/tools/xml/xml2protobuf.py", line 187, in generateProto
>     return importlib.import_module("%s_pb2" % base)
>   File "/usr/lib/python3.8/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 848, in exec_module
>   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
>   File "/home/delphi/extraGcc/texttesttmp/extra_gcc4_64.11Nov061854.2720576/complex.python2/sumo/protobuf/trajectories_pb2.py", line 32, in <module>
>     _descriptor.EnumValueDescriptor(
>   File "/home/delphi/.local/lib/python3.8/site-packages/google/protobuf/descriptor.py", line 755, in __new__
>     _message.Message._CheckCalledFromGeneratedFile()
> TypeError: Descriptors cannot not be created directly.
> If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
> If you cannot immediately regenerate your protos, some other possible workarounds are:
>  1. Downgrade the protobuf package to 3.20.x or lower.
>  2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
> 
> More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tools/xml/xml2protobuf.py", line 210, in <module>
>     main()
<truncated after showing first 30 lines>
---------- Differences in output ----------
1,5d0
< --- 
< +++ 
< -
< -<trajectories xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/amitran/trajectories.xsd" timeStepSize="1000">
< +<trajectories timeStepSize="1000">

TEST FAILED on ts-sim-build-ba : sumo vehroute-roundtrip grid2_random ( Last six runs Nov2022 )

---------- Differences in errors ----------
1,16d0
< Warning: Teleporting vehicle '754'; waited too long (yield), lane='C2B2_1', time=720.00.
< Warning: Vehicle '754' ends teleporting on edge 'B2C2', time=720.00.
< Warning: Teleporting vehicle '588'; waited too long (yield), lane='A2B2_0', time=764.00.
< Warning: Vehicle '588' ends teleporting on edge 'B2C2', time=764.00.
< Warning: Teleporting vehicle '1600'; waited too long (yield), lane='D0D1_0', time=1226.00.
< Warning: Vehicle '1600' ends teleporting on edge '-E1D1', time=1228.00.
< Warning: Teleporting vehicle '1502'; waited too long (wrong lane), lane='C1D1_1', time=1260.00.
< Warning: Vehicle '1502' ends teleporting on edge '-D0D1', time=1262.00.
< Warning: Teleporting vehicle '754'; waited too long (yield), lane='C2B2_1', time=720.00.
< Warning: Vehicle '754' ends teleporting on edge 'B2C2', time=720.00.
< Warning: Teleporting vehicle '588'; waited too long (yield), lane='A2B2_0', time=764.00.
< Warning: Vehicle '588' ends teleporting on edge 'B2C2', time=764.00.
< Warning: Teleporting vehicle '1600'; waited too long (yield), lane='D0D1_0', time=1226.00.
< Warning: Vehicle '1600' ends teleporting on edge '-E1D1', time=1228.00.
< Warning: Teleporting vehicle '1502'; waited too long (wrong lane), lane='C1D1_1', time=1260.00.
< Warning: Vehicle '1502' ends teleporting on edge '-D0D1', time=1262.00.
---------- Differences in output ----------
10d9
< Teleports: 4 (Yield: 3, Wrong Lane: 1)
12,17c11,16
<  RouteLength: 500.83
<  Speed: 3.74
<  Duration: 212.41
<  WaitingTime: 132.31
<  TimeLoss: 173.23
<  DepartDelay: 12.44
---
>  RouteLength: 463.56
>  Speed: 4.34
>  Duration: 133.51
>  WaitingTime: 65.50
>  TimeLoss: 97.25
>  DepartDelay: 4.55
19c18
< DijkstraRouter answered 8239 queries and explored 41.81 edges on average.
---
> DijkstraRouter answered 5486 queries and explored 36.95 edges on average.
30d28
< Teleports: 4 (Yield: 3, Wrong Lane: 1)
32,36c30,34
<  RouteLength: 500.83
<  Speed: 3.74
<  Duration: 212.41
<  WaitingTime: 132.31
<  TimeLoss: 173.23
---
>  RouteLength: 463.56
<truncated after showing first 30 lines>
---------- Differences in statistics ----------
6c6
<     <teleports total="4" jam="0" yield="3" wrongLane="1"/>
---
>     <teleports total="0" jam="0" yield="0" wrongLane="0"/>
9c9
<     <vehicleTripStatistics count="2000" routeLength="500.83" speed="3.74" duration="212.41" waitingTime="132.31" timeLoss="173.23" departDelay="12.44" departDelayWaiting="-1.00" totalTravelTime="424830.00" totalDepartDelay="24883.00"/>
---
>     <vehicleTripStatistics count="2000" routeLength="463.56" speed="4.34" duration="133.51" waitingTime="65.50" timeLoss="97.25" departDelay="4.55" departDelayWaiting="-1.00" totalTravelTime="267031.00" totalDepartDelay="9107.00"/>
---------- Differences in statistics2 ----------
6c6
<     <teleports total="4" jam="0" yield="3" wrongLane="1"/>
---
>     <teleports total="0" jam="0" yield="0" wrongLane="0"/>
9c9
<     <vehicleTripStatistics count="2000" routeLength="500.83" speed="3.74" duration="212.41" waitingTime="132.31" timeLoss="173.23" departDelay="0.00" departDelayWaiting="-1.00" totalTravelTime="424830.00" totalDepartDelay="0.00"/>
---
>     <vehicleTripStatistics count="2000" routeLength="463.56" speed="4.34" duration="133.51" waitingTime="65.50" timeLoss="97.25" departDelay="0.00" departDelayWaiting="-1.00" totalTravelTime="267031.00" totalDepartDelay="0.00"/>

TEST FAILED on ts-sim-build-ba : sumo vehroute-roundtrip grid_flows ( Last six runs Nov2022 )

---------- Differences in output ----------
11,16c11,16
<  RouteLength: 1178.82
<  Speed: 4.11
<  Duration: 313.76
<  WaitingTime: 151.34
<  TimeLoss: 225.93
<  DepartDelay: 21.08
---
>  RouteLength: 1174.95
>  Speed: 4.52
>  Duration: 278.67
>  WaitingTime: 122.02
>  TimeLoss: 191.08
>  DepartDelay: 6.86
18c18
< DijkstraRouter answered 4981 queries and explored 64.12 edges on average.
---
> DijkstraRouter answered 4297 queries and explored 61.94 edges on average.
30,34c30,34
<  RouteLength: 1178.82
<  Speed: 4.11
<  Duration: 313.76
<  WaitingTime: 151.34
<  TimeLoss: 225.93
---
>  RouteLength: 1174.95
>  Speed: 4.52
>  Duration: 278.67
>  WaitingTime: 122.02
>  TimeLoss: 191.08
<truncated after showing first 30 lines>
---------- Differences in statistics ----------
9c9
<     <vehicleTripStatistics count="832" routeLength="1178.82" speed="4.11" duration="313.76" waitingTime="151.34" timeLoss="225.93" departDelay="21.08" departDelayWaiting="-1.00" totalTravelTime="261052.00" totalDepartDelay="17539.00"/>
---
>     <vehicleTripStatistics count="832" routeLength="1174.95" speed="4.52" duration="278.67" waitingTime="122.02" timeLoss="191.08" departDelay="6.86" departDelayWaiting="-1.00" totalTravelTime="231851.00" totalDepartDelay="5706.00"/>
---------- Differences in statistics2 ----------
9c9
<     <vehicleTripStatistics count="832" routeLength="1178.82" speed="4.11" duration="313.76" waitingTime="151.34" timeLoss="225.93" departDelay="0.00" departDelayWaiting="-1.00" totalTravelTime="261052.00" totalDepartDelay="0.00"/>
---
>     <vehicleTripStatistics count="832" routeLength="1174.95" speed="4.52" duration="278.67" waitingTime="122.02" timeLoss="191.08" departDelay="0.00" departDelayWaiting="-1.00" totalTravelTime="231851.00" totalDepartDelay="0.00"/>

TEST FAILED on ts-sim-build-ba : traci ContextSubscriptionFilters turn turn_d50_u50_crossing ( Last six runs Nov2022 )

---------- Differences in output ----------
85a86,89
> v10
> v4
> v5
> v9
100c104,106
< Print ended at step 28.0
---
> Step 28:
> Context results for veh 'ego':
> Print ended at step 29.0

TEST FAILED on ts-sim-build-ba : traci misc libsumo_option_list_append ( Last six runs Nov2022 )

---------- Differences in errors ----------
0a1,8
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/misc/libsumo_option_list_append/runner.py", line 28, in <module>
>     import libsumo  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/__init__.py", line 30, in <module>
>     from .libsumo import vehicle, simulation, person, trafficlight  # noqa
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 13, in <module>
>     from . import _libsumo
> ImportError: /home/delphi/extraGcc/sumo/tools/libsumo/_libsumo.so: undefined symbol: PyUnicode_InternFromString
---------- Differences in output ----------
1,12d0
< Loading net-file from 'input_net.net.xml' ... done ((TIME)).
< Loading additional-files from 'input_additional2.add.xml' ... done ((TIME)).
< Loading additional-files from 'input_additional.add.xml' ... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00.
< Reason: Libsumo requested termination.
< -- Unordered text as found by filter '^Simulation ended at time:' --
< Simulation ended at time: 10.00
< 
< -- Unordered text as found by filter '^Loading configuration ... done.' --
< Loading configuration ... done.
< 

TEST FAILED on ts-sim-build-ba : tutorial city_mobil simple_cyber ( Last six runs Nov2022 )

---------- Differences in output ----------
2c2
< waiting time (max, mean, dev): False True False
---
> waiting time (max, mean, dev): True True False

TEST FAILED on ts-sim-build-ba : tutorial city_mobil taxi ( Last six runs Nov2022 )

---------- Differences in errors ----------
1,5c1,5
< 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.
< Warning: Person 'v6.5p1' is jammed on edge 'cyber6to7', time=608.00.
< Warning: Person 'v7.5p0' is jammed on edge 'cyber6to7', time=620.00.
---
> Warning: Person 'v7.4p1' is jammed on edge 'cyber6to7', time=579.00.
> Warning: Person 'v-6.4p2' is jammed on edge 'cyber6to7', time=582.00.
> Warning: Person 'v-7.4p1' is jammed on edge 'cyber6to7', time=595.00.
> Warning: Person 'v6.5p1' is jammed on edge 'cyber6to7', time=605.00.
> Warning: Person 'v6.5p0' is jammed on edge 'cyber6to7', time=607.00.
7,27c7,25
< 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.
< Warning: Person 'v-5.6p2' is jammed on edge 'cyber5to6', time=672.00.
< Warning: Person 'v7.4p0' is jammed on edge 'cyber6to7', time=674.00.
< Warning: Person 'v5.7p1' is jammed on edge 'cyber5to6', time=675.00.
< Warning: Person 'v-6.7p1' is jammed on edge 'cyber6to7', time=730.00.
< Warning: Person 'v5.7p0' is jammed on edge 'cyber5to6', time=742.00.
< Warning: Person 'v7.9p0' is jammed on edge 'cyber6to7', time=773.00.
< Warning: Person 'v6.4p1' is jammed on edge 'cyber6to7', time=827.00.
< Warning: Person 'v7.6p0' is jammed on edge 'cyber6to7', time=891.00.
< Warning: Person 'v7.8p2' is jammed on edge 'cyber6to7', time=891.00.
< Warning: Person 'v-7.8p2' is jammed on edge 'cyber6to7', time=891.00.
< Warning: Person 'v6.7p1' is jammed on edge 'cyber6to7', time=905.00.
< Warning: Person 'v-6.5p1' is jammed on edge 'cyber6to7', time=912.00.
< Warning: Person 'v-7.6p0' is jammed on edge 'cyber6to7', time=923.00.
< Warning: Person 'v-7.5p0' is jammed on edge 'cyber6to7', time=925.00.
< Warning: Person 'v6.9p0' is jammed on edge 'cyber6to7', time=927.00.
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : tutorial city_mobil taxi_cyber ( Last six runs Nov2022 )

---------- Differences in errors ----------
1c1,2
< Warning: Person 'v-7.6p0' is jammed on edge 'cyber6to7', time=681.00.
---
> Warning: Person 'v-7.5p0' is jammed on edge 'cyber6to7', time=644.00.
> Warning: Person 'v7.6p2' is jammed on edge 'cyber6to7', time=648.00.

Detailed information for the tests that had known bugs:

TEST had known bugs (see #8973) on ts-sim-build-ba : sumo ToCDevice dynamic_ToC_stop ( Last six runs Nov2022 )

dynamic ToC triggered despite stop present on vehicle's lane continuation
(This bug was triggered by text found in file 'tocs' matching 'DYNTOR')

TEST had known bugs (see #254) on ts-sim-build-ba : sumo output one_vehicle ( Last six runs Nov2022 )

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) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
> failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (72.0, 73.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
> failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
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) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
> failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (72.0, 73.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
> failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
> failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) [('e1', -1.0), ('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
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) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
> failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (73.0, 74.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
> failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
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>

TEST had known bugs (see #254) on ts-sim-build-ba : sumo output teleport ( Last six runs Nov2022 )

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>

TEST had known bugs (see #254) on ts-sim-build-ba : sumo output teleport_multihop ( Last six runs Nov2022 )

different outputs from detectors which should detect the same
(This bug was triggered by text found in file 'output' matching 'failed')
---------- Differences in output ----------
17,24c17,24
< success 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (230.0, 230.1) [('e2', 9.99), ('e3', 10.0), ('edge', 9.99), ('lane', 9.99)]
< success 0.1 ['--step-length', '.1', '--end', '1000'] 1/1to0/1_0 (148.1, 148.2) [('e2', 9.99), ('e3', 10.0), ('edge', 9.99), ('lane', 9.99)]
< success 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (230.0, 231.0) [('e2', 9.99), ('e3', 10.0), ('edge', 9.99), ('lane', 9.99)]
< success 1 ['--step-length', '.1', '--end', '1000'] 1/1to0/1_0 (148.0, 149.0) [('e2', 9.91), ('e3', 10.0), ('edge', 9.91), ('lane', 9.91)]
< success 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (230.0, 240.0) [('e2', 9.42), ('e3', 9.9), ('edge', 9.42), ('lane', 9.42)]
< success 10 ['--step-length', '.1', '--end', '1000'] 1/1to0/1_0 (140.0, 150.0) [('e2', 9.96), ('e3', 9.99), ('edge', 9.96), ('lane', 9.96)]
< success 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (200.0, 300.0) [('e1', 10.0), ('e2', 9.22), ('e3', 5.71), ('edge', 9.22), ('lane', 9.22)]
< success 100 ['--step-length', '.1', '--end', '1000'] 1/1to0/1_0 (100.0, 200.0) [('e1', 9.53), ('e2', 5.82), ('e3', 6.93), ('edge', 5.82), ('lane', 5.82)]
---
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (148.9, 149.0) [('e2', 9.99), ('e3', 10.0), ('edge', 10.0), ('lane', 10.0)]
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (148.9, 149.0) [('e2', 9.99), ('e3', 10.0), ('edge', 10.0), ('lane', 10.0)]
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (149.0, 150.0) [('e2', 9.88), ('e3', 10.0), ('edge', 10.0), ('lane', 10.0)]
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (149.0, 150.0) [('e2', 9.88), ('e3', 10.0), ('edge', 10.0), ('lane', 10.0)]
> failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) [('e2', 9.99), ('e3', 10.0), ('edge', 10.0), ('lane', 10.0)]
> failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) [('e2', 9.99), ('e3', 10.0), ('edge', 10.0), ('lane', 10.0)]
> failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) [('e1', 10.0), ('e2', 6.98), ('e3', 9.34), ('edge', 9.86), ('lane', 9.86)]
> failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) [('e1', 10.0), ('e2', 6.98), ('e3', 9.34), ('edge', 9.86), ('lane', 9.86)]
41,98c41,48
< success 0.1 ['--step-length', '1', '--end', '1000'] 2/1to1/1_0 (245.0, 246.0) [('e2', 8.92), ('e3', 10.0), ('edge', 8.92), ('lane', 8.92)]
< success 0.1 ['--step-length', '1', '--end', '1000'] 1/1to0/1_0 (150.0, 151.0) [('e2', 9.82), ('e3', 10.0), ('edge', 9.82), ('lane', 9.82)]
< success 1 ['--step-length', '1', '--end', '1000'] 2/1to1/1_0 (245.0, 246.0) [('e2', 8.92), ('e3', 10.0), ('edge', 8.92), ('lane', 8.92)]
< success 1 ['--step-length', '1', '--end', '1000'] 1/1to0/1_0 (150.0, 151.0) [('e2', 9.82), ('e3', 10.0), ('edge', 9.82), ('lane', 9.82)]
< success 10 ['--step-length', '1', '--end', '1000'] 2/1to1/1_0 (240.0, 250.0) [('e2', 9.9), ('e3', 10.0), ('edge', 9.9), ('lane', 9.9)]
< success 10 ['--step-length', '1', '--end', '1000'] 1/1to0/1_0 (150.0, 160.0) [('e2', 9.15), ('e3', 9.84), ('edge', 9.15), ('lane', 9.15)]
< success 100 ['--step-length', '1', '--end', '1000'] 2/1to1/1_0 (200.0, 300.0) [('e1', 10.0), ('e2', 9.41), ('e3', 5.84), ('edge', 9.41), ('lane', 9.41)]
< success 100 ['--step-length', '1', '--end', '1000'] 1/1to0/1_0 (100.0, 200.0) [('e1', 10.0), ('e2', 5.94), ('e3', 7.08), ('edge', 5.94), ('lane', 5.94)]
< -- Unordered text as found by filter '^Loading configuration ... done.' --
< Loading configuration ... done.
< Loading configuration ... done.
<truncated after showing first 30 lines>

TEST had known bugs (see #254) on ts-sim-build-ba : sumo output teleport_multihop_newDefaults ( Last six runs Nov2022 )

different outputs from detectors which should detect the same
(This bug was triggered by text found in file 'output' matching 'failed')
---------- Differences in output ----------
9,24c9,24
< failed 0.1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (76.2, 76.3) [('e2', 10.49), ('e3', 10.35), ('edge', 10.49), ('lane', 10.49)]
< failed 0.1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (76.2, 76.3) [('e2', 10.49), ('e3', 10.35), ('edge', 10.49), ('lane', 10.49)]
< failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (76.0, 77.0) [('e2', 10.39), ('e3', 10.35), ('edge', 10.39), ('lane', 10.39)]
< failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (76.0, 77.0) [('e2', 10.39), ('e3', 10.35), ('edge', 10.39), ('lane', 10.39)]
< failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) [('e2', 10.42), ('e3', 10.25), ('edge', 10.42), ('lane', 10.42)]
< failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) [('e2', 10.42), ('e3', 10.25), ('edge', 10.42), ('lane', 10.42)]
< failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) [('e1', 10.27), ('e2', 10.24), ('e3', 9.59), ('edge', 10.24), ('lane', 10.24)]
< failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) [('e1', 10.27), ('e2', 10.24), ('e3', 9.59), ('edge', 10.24), ('lane', 10.24)]
< failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (76.2, 76.3) [('e2', 10.49), ('e3', 10.35), ('edge', 10.49), ('lane', 10.49)]
< failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (76.2, 76.3) [('e2', 10.49), ('e3', 10.35), ('edge', 10.49), ('lane', 10.49)]
< failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (76.0, 77.0) [('e2', 10.39), ('e3', 10.35), ('edge', 10.39), ('lane', 10.39)]
< failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (76.0, 77.0) [('e2', 10.39), ('e3', 10.35), ('edge', 10.39), ('lane', 10.39)]
< failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 80.0) [('e2', 10.42), ('e3', 10.25), ('edge', 10.42), ('lane', 10.42)]
< failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 80.0) [('e2', 10.42), ('e3', 10.25), ('edge', 10.42), ('lane', 10.42)]
< failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (0.0, 100.0) [('e1', 10.27), ('e2', 10.24), ('e3', 9.59), ('edge', 10.24), ('lane', 10.24)]
< failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (0.0, 100.0) [('e1', 10.27), ('e2', 10.24), ('e3', 9.59), ('edge', 10.24), ('lane', 10.24)]
---
> failed 0.1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.9, 71.0) [('e2', 10.52), ('e3', 10.35), ('edge', 10.52), ('lane', 10.52)]
> failed 0.1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.9, 71.0) [('e2', 10.52), ('e3', 10.35), ('edge', 10.52), ('lane', 10.52)]
> failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 71.0) [('e2', 10.59), ('e3', 10.35), ('edge', 10.59), ('lane', 10.59)]
> failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 71.0) [('e2', 10.59), ('e3', 10.35), ('edge', 10.59), ('lane', 10.59)]
> failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) [('e2', 10.23), ('e3', 10.15), ('edge', 10.23), ('lane', 10.23)]
> failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) [('e2', 10.23), ('e3', 10.15), ('edge', 10.23), ('lane', 10.23)]
> failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) [('e1', 10.15), ('e2', 10.1), ('e3', 10.05), ('edge', 10.1), ('lane', 10.1)]
> failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) [('e1', 10.15), ('e2', 10.1), ('e3', 10.05), ('edge', 10.1), ('lane', 10.1)]
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.9, 71.0) [('e2', 10.52), ('e3', 10.35), ('edge', 10.52), ('lane', 10.52)]
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.9, 71.0) [('e2', 10.52), ('e3', 10.35), ('edge', 10.52), ('lane', 10.52)]
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 71.0) [('e2', 10.59), ('e3', 10.35), ('edge', 10.59), ('lane', 10.59)]
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 71.0) [('e2', 10.59), ('e3', 10.35), ('edge', 10.59), ('lane', 10.59)]
<truncated after showing first 30 lines>

TEST had known bugs (see #254) on ts-sim-build-ba : sumo output two_same_vehicles ( Last six runs Nov2022 )

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) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
> failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (76.0, 77.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
> failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
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) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
> failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (76.0, 77.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
> failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
> failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) [('e1', -1.0), ('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
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) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
> failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
> failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
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>

TEST had known bugs (see #254) on ts-sim-build-ba : sumo output two_vehicles_diff_length ( Last six runs Nov2022 )

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) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
> failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
> failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
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) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
> failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (77.0, 78.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
> failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
> failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) [('e1', -1.0), ('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
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) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
> failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (78.0, 79.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
> failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
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>

TEST had known bugs (see #254) on ts-sim-build-ba : sumo output two_vehicles_diff_speed ( Last six runs Nov2022 )

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) [('e2', 9.6), ('e3', 9.5), ('edge', 9.6), ('lane', 9.6)]
> failed 1 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (38.0, 39.0) [('e2', 9.64), ('e3', 9.5), ('edge', 9.64), ('lane', 9.64)]
> failed 10 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) [('e2', 9.86), ('e3', 9.5), ('edge', 9.86), ('lane', 9.86)]
> failed 100 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) [('e2', 9.62), ('e3', 9.5), ('edge', 9.62), ('lane', 9.62)]
> failed 0.1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.4, 38.5) [('e2', 9.6), ('e3', 9.5), ('edge', 9.6), ('lane', 9.6)]
> failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.0, 39.0) [('e2', 9.64), ('e3', 9.5), ('edge', 9.64), ('lane', 9.64)]
> failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) [('e2', 9.86), ('e3', 9.5), ('edge', 9.86), ('lane', 9.86)]
> failed 100 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) [('e1', 9.5), ('e2', 9.53), ('e3', 9.5), ('edge', 9.47), ('lane', 9.47)]
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.4, 38.5) [('e2', 9.6), ('e3', 9.5), ('edge', 9.6), ('lane', 9.6)]
> failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.0, 39.0) [('e2', 9.64), ('e3', 9.5), ('edge', 9.64), ('lane', 9.64)]
> failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) [('e2', 9.86), ('e3', 9.5), ('edge', 9.86), ('lane', 9.86)]
> failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) [('e1', 9.5), ('e2', 9.53), ('e3', 9.5), ('edge', 9.47), ('lane', 9.47)]
> failed 0.1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) [('e2', 9.6), ('e3', 9.5), ('edge', 9.6), ('lane', 9.6)]
> failed 1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) [('e2', 9.6), ('e3', 9.5), ('edge', 9.6), ('lane', 9.6)]
> failed 10 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) [('e2', 9.93), ('e3', 9.5), ('edge', 9.93), ('lane', 9.93)]
> failed 100 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) [('e2', 9.63), ('e3', 9.5), ('edge', 9.63), ('lane', 9.63)]
> failed 0.1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (39.0, 40.0) [('e2', 9.6), ('e3', 9.5), ('edge', 9.6), ('lane', 9.6)]
> failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (39.0, 40.0) [('e2', 9.6), ('e3', 9.5), ('edge', 9.6), ('lane', 9.6)]
> failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) [('e2', 9.93), ('e3', 9.5), ('edge', 9.93), ('lane', 9.93)]
> failed 100 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) [('e1', 9.5), ('e2', 9.53), ('e3', 9.5), ('edge', 9.47), ('lane', 9.47)]
> failed 0.1 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (39.0, 40.0) [('e2', 9.6), ('e3', 9.5), ('edge', 9.6), ('lane', 9.6)]
> failed 1 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (39.0, 40.0) [('e2', 9.6), ('e3', 9.5), ('edge', 9.6), ('lane', 9.6)]
> failed 10 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) [('e2', 9.93), ('e3', 9.5), ('edge', 9.93), ('lane', 9.93)]
> failed 100 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) [('e1', 9.5), ('e2', 9.53), ('e3', 9.5), ('edge', 9.47), ('lane', 9.47)]

TEST had known bugs (see #3263) on ts-sim-build-ba : traci vehicle moveToXY keepRoute2 ( Last six runs Nov2022 )

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